Change ptype/o to print bit offset
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2019-05-08 Tom Tromey <tromey@adacore.com>
2
3 * gdb.texinfo (Symbols): Document change to ptype/o.
4
5 2019-05-03 Eli Zaretskii <eliz@gnu.org>
6
7 * gdb.texinfo (Separate Debug Files): Document how the
8 subdirectory of the global debug directory is computed on
9 MS-Windows/MS-DOS.
10
11 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.texinfo (Print Settings): Document 'print max-depth'.
14 * guile.texi (Guile Pretty Printing API): Document that 'print
15 max-depth' can effect the display of a values children.
16 * python.texi (Pretty Printing API): Likewise.
17 (Values From Inferior): Document max_depth keyword.
18
19 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
20
21 * gdb.texinfo (Calling): Document the new
22 set|show may-call-functions.
23
24 2019-04-22 Pedro Alves <palves@redhat.com>
25
26 * gdb.texinfo (Reverse Execution): Mention and xref process record
27 and replay. Mention remote and system emulators.
28 (Process Record and Replay): List supported architectures.
29 Mention that "record btrace" is only supported on Intel
30 processors.
31
32 2019-04-17 Alan Hayward <alan.hayward@arm.com>
33
34 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
35 (Monitor Commands for gdbserver)
36 (gdbserver man): Add debug-file option.
37
38 2019-04-08 Kevin Buettner <kevinb@redhat.com>
39
40 * python.texi (Inferiors In Python): Rename
41 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
42 Add note about the former being deprecated.
43
44 2019-04-08 Kevin Buettner <kevinb@redhat.com>
45
46 * python.texi (Threads In Python): Add description for method
47 InferiorThread.handle.
48
49 2019-04-07 Tom Tromey <tom@tromey.com>
50
51 * Makefile.in (all): Depend on "info".
52
53 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * gdb.texinfo (Convenience Funs): Document '$_creal' and
56 '$_cimag'.
57
58 2019-03-30 Eli Zaretskii <eliz@gnu.org>
59
60 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
61 $_gdb_minor.
62
63 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * python.texi (Pretty Printing API): Document use of None for the
66 display_hint.
67
68 2019-03-22 Alan Hayward <alan.hayward@arm.com>
69 Jiong Wang <jiong.wang@arm.com>
70
71 * gdb.texinfo (AArch64 Features): Describe pauth feature.
72
73 2019-03-20 Tom Tromey <tromey@adacore.com>
74
75 * python.texi (Selecting Pretty-Printers): Use @defvar for
76 gdb.pretty_printers.
77
78 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
79
80 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
81 of table, "@end @table" -> "@end table".
82
83 2019-03-14 Tom Tromey <tromey@adacore.com>
84
85 * gdb.texinfo (Output Styling): Document "set style source" and
86 "show style source".
87
88 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
89
90 * gdb.texinfo (Mode Options): Mention mi3.
91 (Interpreters): Likewise.
92 (GDB/MI Development and Front Ends): Add entry for MI 3 in
93 version table. Document -fix-multi-location-breakpoint-output.
94 (GDB/MI Breakpoint Information): Document format of breakpoint
95 location output.
96
97 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
98
99 * python.texi (Values From Inferior): Change synopsys of the
100 second form of Value.__init__.
101
102 2019-03-02 Eli Zaretskii <eliz@gnu.org>
103
104 * gdb.texinfo (Output Styling): Fix typos. Document the default
105 foreground colors of the available styles.
106
107 2019-02-27 Kevin Buettner <kevinb@redhat.com>
108
109 * gdb.texinfo (Configure Options): Document minimum python
110 version.
111
112 2019-02-26 Kevin Buettner <kevinb@redhat.com>
113
114 * python.texi (Values From Inferior): Document second form
115 of Value.__init__.
116
117 2019-02-23 Joel Brobecker <brobecker@adacore.com>
118
119 * gdb.texinfo: Update copyright year ranges.
120 * refcard.tex: Likewise.
121
122 2019-02-21 Alan Hayward <alan.hayward@arm.com>
123
124 * gdb.texinfo: Update style defaults.
125
126 2019-02-21 Tom Tromey <tromey@adacore.com>
127
128 * gdb.texinfo (Remote Configuration): Remove trailing "." from
129 @item.
130
131 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
132
133 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
134 MI versions. Update text around it.
135
136 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
137
138 * gdb.texinfo (PowerPC Features): Document the alias
139 pseudo-registers for the org.gnu.gdb.power.altivec feature.
140
141 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
142
143 * gdb.texinfo (Print Settings): Remove mention of specific
144 demangle-style values, just refer to the in-process help.
145
146 2018-12-28 Tom Tromey <tom@tromey.com>
147
148 * gdb.texinfo (Output Styling): New node.
149
150 2018-12-13 John Baldwin <jhb@FreeBSD.org>
151
152 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
153 (Native): Add a FreeBSD subsection.
154 (FreeBSD): Document use of system call aliases for compatibility
155 system calls.
156
157 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.texinfo (Standard Target Features): Add RISC-V Features
160 sub-section.
161
162 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
163
164 * gdb.texinfo (Examining the Symbol Table): Document language choice
165 for 'info types|functions|variables' commands.
166 (Setting Breakpoints): Document language choice to print
167 the functions in which a breakpoint is set.
168
169 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
170
171 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
172 requirements for the org.gnu.gdb.power.vsx feature.
173
174 2018-11-01 Joel Brobecker <brobecker@adacore.com>
175
176 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
177 output to match the current implementation.
178
179 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
180
181 * gdb.texinfo (Information About a Frame): Document changes
182 to 'info args' and 'info locals'.
183 (Examining the Symbol Table): Document changes to 'info functions'
184 and 'info variables'.
185
186 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
187
188 * gdb.texinfo (PowerPC Features): Describe new features
189 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
190 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
191 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
192 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
193
194 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
195
196 * gdb.texinfo (PowerPC Features): Describe new features
197 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
198
199 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
200
201 * gdb.texinfo (PowerPC Features): Describe new feature
202 "org.gnu.gdb.power.tar".
203
204 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
205
206 * gdb.texinfo (PowerPC Features): Describe new features
207 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
208
209 2018-10-20 Tom Tromey <tom@tromey.com>
210
211 * gdb.texinfo (TUI Commands): Add @end table.
212 (TUI Configuration): Remove stray @end table.
213
214 2018-10-19 Tom Tromey <tom@tromey.com>
215
216 PR tui/18388:
217 * gdb.texinfo (TUI Commands): Remove tabset documentation.
218 (TUI Configuration): Document "set tui tab-width".
219
220 2018-10-09 Tom Tromey <tom@tromey.com>
221
222 * python.texi (Inferiors In Python): Link to "Frames In Python",
223 not "Unwinding Frames in Python".
224
225 2018-10-09 Tom Tromey <tom@tromey.com>
226
227 * gdb.texinfo (Configure Options): Update --enable-ubsan
228 documentation.
229
230 2018-10-08 John Baldwin <jhb@FreeBSD.org>
231
232 * gdb.texinfo (Contributors): Add SRI International and University
233 of Cambridge for FreeBSD/riscv.
234
235 2018-10-06 Tom Tromey <tom@tromey.com>
236
237 PR python/19399:
238 * python.texi (Inferiors In Python): Document
239 Inferior.Architecture.
240
241 2018-10-06 Tom Tromey <tom@tromey.com>
242
243 PR python/21765:
244 * python.texi (Symbols In Python): Document the module and
245 common-block domains. Remove documentation for incorrect
246 domains.
247
248 2018-10-03 Tom Tromey <tom@tromey.com>
249
250 * gdb.texinfo (Configure Options): Document --enable-ubsan.
251
252 2018-10-02 John Darrington <john@darrington.wattle.id.au>
253
254 * gdb.texinfo (Remote Connection Commands): Describe
255 the changes to target remote and target extended-remote
256 relating to Unix domain sockets.
257
258 2018-10-01 Tom Tromey <tom@tromey.com>
259
260 * gdb.texinfo (Configure Options): Document configure options.
261
262 2018-09-29 Tom Tromey <tom@tromey.com>
263
264 * gdb.texinfo (Requirements): Mention C++, GNU make.
265 (Requirements): Sort the table. Add more libraries.
266 (Running Configure): Remove obsolete text.
267 (Separate Objdir): Likewise.
268 (Configure Options): Likewise.
269
270 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
273 to highlight that the number is also the frame's level.
274 (Selection): Rewrite documentation for 'frame' and 'select-frame'
275 commands.
276 (Frame Info): Rewrite documentation for 'info frame' command.
277
278 2018-09-23 Tom Tromey <tom@tromey.com>
279
280 PR python/18852:
281 * python.texi (Parameters In Python): Document exception behavior
282 of get_set_string.
283
284 2018-09-18 John Baldwin <jhb@FreeBSD.org>
285
286 * gdb.texinfo (info proc): Remove "running".
287 (info proc mappings): Replace "program" with "process".
288
289 2018-09-18 John Baldwin <jhb@FreeBSD.org>
290
291 * gdb.texinfo (Process Information): Document "info proc files"
292 command.
293
294 2018-09-17 Tom Tromey <tom@tromey.com>
295
296 * gdb.texinfo (Index Files): Update for cache directory change on
297 macOS.
298
299 2018-09-16 Tom Tromey <tom@tromey.com>
300
301 * python.texi (Basic Python): Update docs for find_pc_line,
302 solib_name.
303 (Progspaces In Python): Update docs for current_progspace.
304 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
305 Move method documentation before example.
306
307 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
308
309 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
310
311 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
312 2018-09-13 Tom Tromey <tom@tromey.com>
313
314 * python.texi (Program Spaces In Python): Document the
315 Progspace.objfiles method.
316 (Objfiles In Python): Mention that gdb.objfiles() is identical
317 to gdb.selected_inferior().progspace.objfiles().
318
319 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
320 2018-09-13 Tom Tromey <tom@tromey.com>
321
322 * python.texi (Inferiors In Python): Document
323 Inferior.progspace.
324 (Program Spaces In Python): Document that
325 gdb.current_progspace() is the same as
326 gdb.selected_inferior().progspace.
327
328 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
329
330 * python.texi (Basic Python): Mention the string representation
331 of GDB Python objects.
332
333 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
334
335 * gdb.texinfo (Skipping Over Functions and Files): Document
336 set/show debug skip.
337
338 2018-09-10 Tom Tromey <tom@tromey.com>
339
340 * python.texi (Frames In Python, Blocks In Python)
341 (Symbols In Python, Symbol Tables In Python)
342 (Lazy Strings In Python): Remove periods from section titles.
343
344 2018-09-10 Tom Tromey <tom@tromey.com>
345
346 * python.texi (Pretty Printing API): Swap sentence order.
347
348 2018-09-10 Tom Tromey <tom@tromey.com>
349
350 PR python/16461:
351 * python.texi (Values From Inferior): Mention use of virtual
352 table.
353
354 2018-09-10 Tom Tromey <tom@tromey.com>
355
356 * python.texi (Basic Python): Parenthesize argument to
357 decode_line.
358
359 2018-09-10 Tom Tromey <tom@tromey.com>
360
361 * python.texi (Python): Mention Python versions. Don't mention
362 execfile.
363
364 2018-09-10 Tom Tromey <tom@tromey.com>
365
366 PR python/19808:
367 * python.texi (Unwinding Frames in Python): Rewrite
368 create_unwind_info documentation. Update read_register
369 documentation and add a note about unwinder caution.
370
371 2018-09-10 Tom Tromey <tom@tromey.com>
372
373 PR python/18909:
374 * python.texi (Events In Python): Fix inferior_call
375 documentation.
376
377 2018-09-10 Tom Tromey <tom@tromey.com>
378
379 PR python/17752:
380 * python.texi (Frame Filter API): Remove period from subsection
381 title. Mention 100 as good default priority.
382 (Frame Decorator API): Remove period from subsection title.
383 Mention FrameDecorator module.
384
385 2018-09-10 Tom Tromey <tom@tromey.com>
386
387 PR python/23108:
388 * python.texi (Exception Handling): Rearrange gdb.GdbError text
389 and add a table.
390
391 2018-09-10 Tom Tromey <tom@tromey.com>
392
393 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
394 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
395 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
396 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
397
398 2018-09-10 Tom Tromey <tom@tromey.com>
399
400 PR python/16484:
401 * python.texi (Frames In Python): Document that Frame.block can
402 throw.
403
404 2018-09-10 Tom Tromey <tom@tromey.com>
405
406 PR python/23487:
407 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
408
409 2018-09-10 Tom Tromey <tom@tromey.com>
410
411 PR python/16033:
412 * python.texi (Blocks In Python): Document that Block.end is
413 exclusive.
414
415 2018-08-29 Keith Seitz <keiths@redhat.com>
416
417 * gdb.texinfo (Compiling and injecting code in GDB): Document
418 set/show "compile-oracle" and "compile-cplus-types" commands.
419
420 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
421
422 * gdb.texinfo (The -stack-list-frames Command): Update description
423 to mention "arch".
424 Update MI examples throughout the document to contain "arch" in
425 frame output.
426
427 2018-08-21 Alan Hayward <alan.hayward@arm.com>
428
429 * gdb.texinfo (AArch64 SVE): New subsubsection.
430
431 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
432
433 * gdb.texinfo (GDB/MI Data Manipulation): Document
434 "-data-disassemble -a addr".
435 (GDB/MI Support Commands): Document "data-disassemble-a-option"
436 feature.
437
438 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
439
440 * gdb.texinfo (Index Files Speed Up GDB): Add section about
441 symbol index cache.
442
443 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
444
445 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
446 option sections to further clarify that gcore can take more
447 than one PID, and that "-o" is used to specify a prefix, not a
448 filename.
449
450 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.texinfo (Maintenance Commands): Add description of
453 maintenance command to control dwarf unwinders.
454
455 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
456
457 * gdb.texinfo (Debugging Programs with Multiple Threads):
458 Document changes to 'thread apply'. Document 'taas'.
459 Document 'tfaas'.
460 (Examining the Stack): Document 'frame apply'. Document 'faas'.
461
462 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
463 Jan Kratochvil <jan.kratochvil@redhat.com>
464 Paul Fertser <fercerpav@gmail.com>
465 Tsutomu Seki <sekiriki@gmail.com>
466
467 * gdb.texinfo (Remote Connection Commands): Add explanation
468 about new IPv6 support. Add new connection prefixes.
469
470 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.texinfo (Remote Configuration): Update descriptions for
473 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
474 and hardware-watchpoint-length-limit variables.
475
476 2018-07-02 Maciej W. Rozycki <macro@mips.com>
477
478 PR tdep/8282
479 * gdb.texinfo (Source and Machine Code): Document `set
480 disassembler-options' support for the MIPS target.
481
482 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
483
484 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
485
486 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
487
488 * gdb.texinfo (Files): The address argument for "add-symbol-file"
489 is no longer mandatory.
490
491 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
492
493 * gdb.texinfo (Files): Document "symbol-file -o offset".
494
495 2018-06-14 Tom de Vries <tdevries@suse.de>
496
497 * gdb.texinfo (Background Execution): Add @cindex for '&'.
498
499 2018-06-11 Eli Zaretskii <eliz@gnu.org>
500
501 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
502
503 2018-06-08 Gary Benson <gbenson@redhat.com>
504
505 * gdb.texinfo (Maintenance Commands): Document "maint check
506 libthread-db" and "maint set/show check-libthread-db".
507
508 2018-06-05 Tom Tromey <tom@tromey.com>
509
510 PR cli/12326:
511 * gdb.texinfo (Screen Size): Document "c" response to pagination
512 prompt.
513
514 2018-05-31 Maciej W. Rozycki <macro@mips.com>
515
516 * gdb.texinfo (Choosing Target Byte Order): Document endianness
517 selection details with the `set endian auto' mode.
518
519 2018-05-04 Tom Tromey <tom@tromey.com>
520
521 PR python/22731:
522 * python.texi (Breakpoints In Python): Mention that "commands" is
523 writable.
524
525 2018-05-02 Tom Tromey <tom@tromey.com>
526
527 PR python/20084:
528 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
529 PARAM_ZUINTEGER_UNLIMITED.
530
531 2018-04-30 Tom Tromey <tom@tromey.com>
532
533 * python.texi (Types In Python): Document Type.align.
534
535 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
536
537 * gdb.texinfo (Symbols): Mention the fact that "info
538 variables/functions/types" show source files and line numbers.
539
540 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
541
542 * gdb.texinfo: Document set/show record btrace cpu.
543
544 2018-03-27 Joel Brobecker <brobecker@adacore.com>
545
546 * gdb.texinfo (Ada Settings): New subsubsection.
547
548 2018-03-26 Tom Tromey <tom@tromey.com>
549
550 PR backtrace/15582:
551 * gdb.texinfo (Backtrace): Mention "hide" argument.
552
553 2018-03-26 Tom Tromey <tom@tromey.com>
554
555 * gdb.texinfo (Backtrace): Describe options individually.
556
557 2018-03-19 Tom Tromey <tom@tromey.com>
558
559 * observer.texi: Remove.
560
561 2018-03-04 John Baldwin <jhb@FreeBSD.org>
562
563 * gdb.texinfo (Debugging Output): Document "set/show debug
564 fbsd-nat".
565
566 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
567
568 * gdb.texinfo (Machine Code): Additional information about "info
569 line" command.
570
571 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
572
573 * gdb.texinfo (gdb-add-index man): Add pindex.
574
575 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
576
577 * gdb.texinfo (set cwd): Add period.
578 (gdb-add-index man): Move anchor.
579
580 2017-01-12 Tom Tromey <tom@tromey.com>
581 Sergio Durigan Junior <sergiodj@redhat.com>
582
583 * gdb.texinfo (Index Files): Mention gdb-add-index.
584 (gdb-add-index man): New section.
585 * Makefile.in (gdb-add-index.1): New rule to generate manpage
586 from gdb.texinfo.
587
588 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
589
590 * gdb.texinfo (pwd): Fix whitespace.
591
592 2018-01-09 John Baldwin <jhb@FreeBSD.org>
593
594 * gdb.texinfo (pwd): Update cross-reference for Process Information
595 node and remove explicit /proc reference.
596 (Native): Rename subsection from SVR4 Process Information to
597 Process Information.
598 (Process Information): Reword introduction to be less /proc
599 centric. Document support for "info proc" on FreeBSD.
600
601 2018-01-03 Xavier Roirand <roirand@adacore.com>
602
603 * gdb.texinfo (Set Catchpoints): Add documentation for new
604 "catch handlers" action.
605
606 2017-12-27 Stafford Horne <shorne@gmail.com>
607
608 * gdb.texinfo (Target Description Format): Explain that arbitrary
609 strings are now allowed for register groups.
610
611 2017-12-27 Stafford Horne <shorne@gmail.com>
612
613 * gdb.texinfo (Registers): Document info reg $reggroup feature.
614
615 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
616
617 PR cli/16224
618 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
619
620 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
621
622 * python.texi (Manipulating breakpoints using Python): Document
623 qualified parameter to gdb.Breakpoint.
624
625 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
626
627 * python.texi (Manipulating breakpoints using Python): Split doc
628 of Breakpoint.__init__ in two, split text in multiple
629 paragraphs, don't nest parameter square brackets.
630
631 2017-12-12 Stafford Horne <shorne@gmail.com>
632 Stefan Wallentowitz <stefan@wallentowitz.de>
633 Franck Jullien <franck.jullien@gmail.com>
634 Jeremy Bennett <jeremy.bennett@embecosm.com>
635
636 * gdb.texinfo: Add OpenRISC documentation.
637
638 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
641
642 2017-12-07 Keith Seitz <keiths@redhat.com>
643
644 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
645 and "show print type nested-type-limit".
646
647 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
648
649 * python.texi (Breakpoints In Python): Add text relating
650 to allowed explicit locations and keywords in gdb.Breakpoints.
651
652 2017-12-04 Tom Tromey <tom@tromey.com>
653
654 * gdb.texinfo (Rust): Update trait object status
655
656 2017-12-01 Andrew Cagney <cagney@redhat.com>
657 Joel Brobecker <brobecker@adacore.com>
658 Sergio Durigan Junior <sergiodj@redhat.com>
659
660 * gdb.texinfo (File Options): Document --readnever.
661 (Commands to Specify Files): Likewise, for 'symbol-file' and
662 'add-symbol-file'.
663
664 2017-11-29 Pedro Alves <palves@redhat.com>
665
666 PR c++/19436
667 * gdb.texinfo (Debugging C Plus Plus): Document setting
668 breakpoints in functions with ABI tags.
669
670 2017-11-29 Pedro Alves <palves@redhat.com>
671
672 * gdb.texinfo (Linespec Locations): Document how "function" is
673 interpreted in C++ and Ada. Document "-qualified".
674 (Explicit Locations): Document how "-function" is interpreted in
675 C++ and Ada. Document "-qualified".
676
677 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
678
679 PR gdb/21945
680 * gdb.texinfo (Search Memory): Update description and example
681 about how to search a string without NULL terminator.
682
683 2017-11-24 Joel Brobecker <brobecker@adacore.com>
684
685 * gdb.texinfo (GDB/MI Ada Exception Information): Document
686 new "exception-message" field.
687
688 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
689
690 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
691
692 2017-11-24 Pedro Alves <palves@redhat.com>
693
694 * gdb.texinfo (Completion): Update need-quoting examples. Remove
695 false claim that GDB inserts quoting automatically.
696 (Symbols): Add anchor.
697
698 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
699
700 * gdb.texinfo (Requirements): Document use of GNU MPFR.
701
702 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
703
704 * python.texi (Basic Python): Add rbreak documentation.
705
706 2017-11-07 Xavier Roirand <roirand@adacore.com>
707 Pedro Alves <palves@redhat.com>
708
709 * gdb.texinfo (Set Breaks): Document support for breakpoint
710 location ranges in the enable/disable commands.
711
712 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
713
714 * gdb.texinfo (Starting your Program) <The working directory.>:
715 Mention remote debugging.
716 (Working Directory) <Your Program's Working Directory>:
717 Likewise.
718 (Connecting) <Remote Packet>: Add "set-working-dir"
719 and "QSetWorkingDir" to the table.
720 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
721 packet.
722
723 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
724
725 * gdb.texinfo (Starting your Program) <The working directory.>:
726 Mention new "set cwd" command.
727 (Working Directory) <Your Program's Working Directory>:
728 Rephrase to explain that "set cwd" exists and is the default
729 way to change the inferior's cwd.
730
731 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
732
733 * gdb.texinfo (S/390 and System z Features): Document the new
734 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
735
736 2017-09-21 Kevin Buettner <kevinb@redhat.com>
737
738 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
739 attribute.
740
741 2017-09-21 Kevin Buettner <kevinb@redhat.com>
742
743 * python.texi (Inferiors In Python): Add description for method
744 Inferior.thread_from_thread_handle.
745
746 2017-09-19 John Baldwin <jhb@FreeBSD.org>
747
748 * gdb.texinfo (Starting your Program): Add description of
749 starti command. Mention starti command as an alternative for
750 debugging the elaboration phase.
751
752 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
753
754 * gdb.texinfo (Maintenance Commands): Document filter parameter
755 of "maint selftest". Document "maint info selftests" command.
756
757 2017-09-11 Tom Tromey <tom@tromey.com>
758
759 * python.texi (Events In Python): Document new events.
760
761 2017-09-04 Pedro Alves <palves@redhat.com>
762
763 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
764 no-debug-info variables.
765 (Symbols) <Examining the Symbol Table>: Document inspecting
766 no-debug-info types.
767 (Calling) <Calling functions with no debug info>: New subsection,
768 documenting calling no-debug-info functions.
769 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
770
771 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
772
773 * gdb.texinfo (set environment): Add @anchor. Explain that
774 environment variables set by the user are sent to GDBserver.
775 (unset environment): Likewise, but for unsetting variables.
776 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
777 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
778 "environment-reset" and "QEnvironmentReset" to the table.
779 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
780 QEnvironmentReset>: New item, explaining the packet.
781
782 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
783
784 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
785 "Compiler search for the compile command" descriptions of set
786 compile-gcc and show compile-gcc.
787
788 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
789
790 * gdb.texinfo (Architectures): Add new Sparc64 section to document
791 ADI support.
792 * NEWS: Add "adi examine" and "adi assign" commands.
793
794 2017-08-18 Yao Qi <yao.qi@linaro.org>
795
796 * gdb.texinfo (Server): Document "--selftest".
797
798 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
799
800 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
801 Single-Key mode.
802
803 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
804
805 PR gdb/21925
806 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
807 set...").
808
809 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
810
811 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
812 conditional expression.
813
814 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
815
816 * agentexpr.texi (rot): Fix symbolic description, improve
817 textual description.
818
819 2017-07-26 Yao Qi <yao.qi@linaro.org>
820
821 * gdb.texinfo (Maintenance Commands): Document command
822 "maint check xml-descriptions".
823
824 2017-07-26 Yao Qi <yao.qi@linaro.org>
825
826 * gdb.texinfo (Maintenance Commands): Document optional
827 argument of "maint print c-tdesc".
828
829 2017-07-18 Yao Qi <yao.qi@linaro.org>
830
831 * gdb.texinfo (Maintenance Commands): Improve the doc to
832 command "maint print c-tdesc".
833
834 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
835
836 PR gdb/21606
837 * python.texi (Python representation of Symbols.): Replace
838 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
839 * guile.texi (Guile representation of Symbols.): Likewise.
840
841 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
842
843 * gdb.texinfo (Optional Messages about Internal Happenings):
844 Document {set,show} debug separate-debug-file commands.
845
846 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
847
848 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
849 (Connecting) <Remote Packet>: Add "startup-with-shell"
850 and "QStartupWithShell" to the table.
851 (Remote Protocol) <QStartupWithShell>: New item, explaining the
852 packet.
853
854 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
857
858 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
859
860 * python.texi (Recording in Python): Factor out the documentation of
861 gdb.RecordInstruction's super class.
862
863 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
864
865 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
866 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
867 prev and next.
868
869 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
870
871 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
872 gdb.RecordInstruction
873
874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
875
876 * python.texi (Recording in Python): Add documentation for
877 gdb.RecordGap and remove documentation of special cases for
878 gdb.BtraceInstruction.
879
880 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
881
882 * python.texi (Recording in Python): Remove Record.ptid defvar.
883
884 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
885
886 * gdb.texinfo (GDB/MI Thread Information): Add missing
887 fields, re-word some things.
888 (GDB/MI Thread Commands): Describe fields found in the output of
889 -thread-info, remove description of fields in the
890 thread output tuple, replace with a cross-reference to "GDB/MI
891 Thread Information".
892
893 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
894
895 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
896 from -thread-info output.
897
898 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
899
900 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
901
902 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
903
904 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
905
906 2017-03-22 Yao Qi <yao.qi@linaro.org>
907
908 * python.texi (Inferiors In Python): Remove @code from Python.
909
910 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
911
912 * python.texi (Recordings In Python): Document return type of
913 gdb.BtraceInstruction.data.
914
915 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
916
917 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
918 command file-list-shared-libraries
919 (GDB/MI Async Records): Update documentation of library-loaded with new
920 field.
921
922 2017-03-16 Doug Evans <dje@google.com>
923
924 * guile.texi (Lazy Strings In Guile): Mention arrays.
925 * python.texi (Lazy Strings In Python): Ditto.
926
927 2017-03-08 Jiong Wang <jiong.wang@arm.com>
928
929 * gdb.texinfo (Memory Protection Extensions): Add missing escape
930 character "@".
931
932 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
933
934 * Memory Protection Extensions: Add information about inferior
935 calls.
936
937 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
938
939 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
940 DW_TAG_GNU_* and DW_AT_GNU_*.
941
942 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
943
944 * python.texi (Recordings In Python): New section.
945
946 2017-02-14 Tom Tromey <tom@tromey.com>
947
948 PR python/13598:
949 * python.texi (Events In Python): Document events.before_prompt.
950
951 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
952
953 * gdb.texinfo (Target Commands): Document the optional offset
954 argument for the load command.
955
956 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
957
958 PR gdb/21122
959 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
960 space-separated breakpoint lists. Also add a missing @table command
961 and @cindex for breakpoint lists.
962
963 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
964
965 PR tdep/20936
966 * gdb.texinfo: (Standard Target Features): Document SPARC features.
967 (Sparc Features): New node.
968
969 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
970
971 * gdb.texinfo (i386 Features): Add system segment registers
972 as feature.
973
974 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
975
976 * python.texi (Events In Python): Fix typo.
977
978 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
979 Luis Machado <lgustavo@codesourcery.com>
980
981 * gdb.texinfo (-target-flash-erase): New MI command description.
982 (flash-erase): New CLI command description.
983
984 2017-01-04 John Baldwin <jhb@FreeBSD.org>
985
986 * gdb.texinfo (Contributors): Add SRI International and University
987 of Cambridge for FreeBSD/mips.
988
989 2016-12-22 Doug Evans <xdje42@gmail.com>
990
991 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
992 commands.
993
994 2016-12-02 Pedro Alves <palves@redhat.com>
995
996 * gdb.texinfo (User-defined Commands): Limit on number of
997 arguments passed to user-defined commands removed; update.
998
999 2016-12-02 Pedro Alves <palves@redhat.com>
1000
1001 PR cli/20559
1002 * gdb.texinfo (Define): Add example of using "eval" to process a
1003 variable number of arguments.
1004 (Output) <eval>: Add anchor.
1005
1006 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1007
1008 * Makefile.in: Likewise.
1009
1010 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1011
1012 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1013 xref.
1014
1015 2016-10-29 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1018 actions.
1019
1020 2016-10-26 Pedro Alves <palves@redhat.com>
1021
1022 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1023 actions that match a thread, and what happens when an action
1024 matches a thread that is already running.
1025
1026 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1027
1028 * gdb.texinfo (Using Trace Files): Fix typo.
1029 (GDB/MI Tracepoint Commands): Likewise.
1030
1031 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1032
1033 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1034 of -trace-save.
1035
1036 2016-10-06 Tom Tromey <tom@tromey.com>
1037
1038 * guile.texi (Types In Guile): Remove Java mentions.
1039 * python.texi (Types In Python): Remove Java mentions.
1040 * gdb.texinfo (Address Locations, Supported Languages)
1041 (Index Section Format): Remove Java mentions.
1042
1043 2016-08-15 Doug Evans <dje@google.com>
1044
1045 * gdb.texinfo (Target Description Format): Update docs on "end"
1046 field spec and field default type.
1047
1048 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1049 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1050
1051 PR gdb/20487
1052 * gdb.texinfo (Context management): Update mention of frame
1053 change notifications.
1054 (gdb/mi Async Records): Document frame field in
1055 =thread-select event.
1056 * observer.texi (GDB Observers): New user_selected_context_changed
1057 observer.
1058
1059 2016-09-28 Tom Tromey <tom@tromey.com>
1060
1061 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1062 than "memory breakpoint". Further document "kind". Move
1063 protocol-details link earlier.
1064 <z1>: Document the cmd_list argument. Fix typo.
1065 <g>: Remove incorrect sentence.
1066 (Stop Reply Packets): Document "OK" response to requests when in
1067 non-stop mode.
1068 <swbreak>: Use "software breakpoint" rather than "memory
1069 breakpoint".
1070 <create>: Document that "R" is ignored.
1071 <W, X, w>: Document formatting of "AA".
1072 (Notification Packets): Use "%Stop", not "%%Stop".
1073
1074 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1075
1076 * gdb.texinfo (Embedded Processors): Document ARC.
1077 (Synopsys ARC): New section.
1078 (Standard Target Features): Document ARC features.
1079 (ARC Features): New section.
1080
1081 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1082
1083 * .gitignore: New file.
1084
1085 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1086
1087 * gdb.texinfo (Input/Output): Mention possibility to unset
1088 inferior-tty.
1089
1090 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1091
1092 * gdb.texinfo: Resume btrace on reconnect.
1093
1094 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1095
1096 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1097 syscall.
1098
1099 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1100
1101 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1102 command.
1103
1104 2016-07-13 Tom Tromey <tom@tromey.com>
1105
1106 PR python/15620, PR python/18620:
1107 * python.texi (Events In Python): Document new breakpoint events.
1108
1109 2016-07-13 Tom Tromey <tom@tromey.com>
1110
1111 PR python/17698:
1112 * python.texi (Breakpoints In Python): Document
1113 Breakpoint.pending.
1114
1115 2016-07-13 Tom Tromey <tom@tromey.com>
1116
1117 * python.texi (Breakpoints In Python): Move table of types and
1118 table of watchpoint types earlier in node.
1119
1120 2016-07-12 Tom Tromey <tom@tromey.com>
1121
1122 PR python/19293:
1123 * python.texi (Frames In Python): Document
1124 gdb.invalidate_cached_frames.
1125
1126 2016-06-21 Pedro Alves <palves@redhat.com>
1127
1128 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1129 document new-ui and explain use case.
1130
1131 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1132
1133 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1134 (NDS32 Features): New Section.
1135
1136 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1137
1138 * gdb.texinfo (Examining Memory): Document negative repeat
1139 count in the 'x' command.
1140
1141 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * gdb.texinfo (GDB/MI Async Records): Document method and
1144 format fields in =record-started.
1145 * observer.texi (record_changed): Add method and format
1146 parameters.
1147
1148 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1149
1150 * gdb.texinfo (General Query Packets): Move the description of the
1151 response before the long list of the specific 'read' and 'write'
1152 requests.
1153
1154 2016-05-23 Tom Tromey <tom@tromey.com>
1155
1156 * python.texi (Basic Python): Document gdb.breakpoints return.
1157
1158 2016-05-24 Tom Tromey <tom@tromey.com>
1159
1160 PR gdb/19194:
1161 * gdb.texinfo (gdb man): Fix typo.
1162
1163 2016-05-17 Tom Tromey <tom@tromey.com>
1164
1165 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1166 (Rust): New node.
1167
1168 2016-05-17 Tom Tromey <tom@tromey.com>
1169
1170 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1171
1172 2016-04-27 Yao Qi <yao.qi@linaro.org>
1173
1174 * gdb.texinfo (tfind): Complete doc about tfind without
1175 argument.
1176
1177 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1178
1179 * agentexpr.texi (byte): Fix zero_ext description.
1180
1181 2016-03-31 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.texinfo (M32R/SDI): Delete node.
1184 (MIPS Embedded): Remove references to the MIPS remote debugging
1185 protocol, PMON and variants, and the associated commands.
1186
1187 2016-03-15 Doug Evans <dje@google.com>
1188
1189 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1190 (Target Description Format): Mention enum types. Update docs on
1191 flags types.
1192 (Predefined Target Types): Add "bool".
1193 (Enum Target Types): New node.
1194
1195 2016-03-15 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.texinfo (Tracepoint Actions): Fix typo.
1198
1199 2016-03-15 Pedro Alves <palves@redhat.com>
1200 Andreas Arnez <arnez@linux.vnet.ibm.com>
1201 Marcin Kościelnicki <koriakin@0x04.net>
1202
1203 * gdb.texinfo (Tracepoint Actions): Document possible
1204 unreliability of '$_ret'.
1205
1206 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1209 command.
1210
1211 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1212
1213 * gdb.texinfo (Convenience Functions): Document $_as_string.
1214
1215 2016-02-23 Doug Evans <dje@google.com>
1216
1217 * gdb.texinfo (Skipping Over Functions and Files): Document new
1218 options to "skip" command. Update docs of output of "info skip".
1219
1220 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1221
1222 * gdb.texinfo (Signals): Add bound violation display hints for
1223 a SIGSEGV.
1224
1225 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1226
1227 * gdb.texinfo (Trace File Format): Add documentation for description
1228 section lines.
1229
1230 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1231
1232 * gdb.texinfo (Trace File Format): Remove misleading information
1233 about register block ordering.
1234
1235 2016-02-01 Doug Evans <dje@google.com>
1236
1237 * gdb.texinfo (Value Sizes): Fix typo.
1238
1239 2016-02-01 Doug Evans <dje@google.com>
1240
1241 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1242
1243 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.texinfo (Value Sizes): New section.
1246 (Data): Add the 'Value Sizes' node to the menu.
1247
1248 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1249
1250 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1251
1252 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1253
1254 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1255
1256 2016-01-18 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1259 of the thread that hit a breakpoint or received a signal.
1260
1261 2016-01-15 Pedro Alves <palves@redhat.com>
1262
1263 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1264
1265 2016-01-13 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.texinfo (Threads): Document the $_gthread convenience
1268 variable.
1269 (Convenience Vars): Likewise.
1270
1271 2016-01-13 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.texinfo (Threads): Document "info threads -gid".
1274
1275 2016-01-13 Pedro Alves <palves@redhat.com>
1276
1277 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1278 anchor.
1279 (Threads In Python): Document new InferiorThread.global_num
1280 attribute.
1281
1282 2016-01-07 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1285 qualified thread IDs, global thread IDs and thread ID lists.
1286 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1287 thread IDs.
1288 (Convenience Vars): Document the $_thread convenience variable.
1289 (Ada Tasks): Adjust to refer to thread IDs.
1290 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1291 Commands, GDB/MI Variable Objects): Update to mention global
1292 thread IDs.
1293 * guile.texi (Breakpoints In Guile)
1294 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1295 global thread IDs instead of thread IDs.
1296 * python.texi (Threads In Python): Adjust documentation of
1297 InferiorThread.num.
1298 (Breakpoint.thread): Mention global thread IDs instead of thread
1299 IDs.
1300
1301 2016-01-13 Pedro Alves <palves@redhat.com>
1302
1303 * python.texi (Threads In Python): Document
1304 InferiorThread.inferior.
1305
1306 2016-01-13 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1309 convenience variable.
1310 (Convenience Vars): Likewise.
1311
1312 2016-01-12 Josh Stone <jistone@redhat.com>
1313 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1314
1315 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1316 (Stop Reply Packets): List the syscall entry and return stop reasons.
1317 (General Query Packets): Describe QCatchSyscalls, and add it to the
1318 table and the detailed list of stub features.
1319
1320 2016-01-12 Pedro Alves <palves@redhat.com>
1321
1322 Remove use of the registered trademark symbol throughout.
1323
1324 2016-01-12 Yao Qi <yao.qi@linaro.org>
1325
1326 * gdb.texinfo (Interrupts): Update the document on handling
1327 interrupt when program is stopped.
1328
1329 2015-12-11 Don Breazeal <donb@codesourcery.com>
1330
1331 * gdb.texinfo (Forks): Correct Linux kernel version where
1332 fork and exec events are supported, add notes about support
1333 of these events in target remote mode.
1334 (Connecting): Reorganize and clarify distinctions between
1335 target remote, extended-remote, and multiprocess.
1336 Reorganize related text from separate sections into new
1337 sections.
1338 (Server): Note effects of target extended-remote mode.
1339 Delete section on Multi-Process Mode for gdbserver.
1340 Move some text to "Connecting" node.
1341
1342 2015-12-10 Pedro Alves <palves@redhat.com>
1343
1344 * gdb.texinfo (Threads): Replace warning with explanation
1345 about single-threaded programs.
1346
1347 2015-12-10 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.texinfo (Threads): Remove mention of SGI.
1350 (Forks): Remove mention of HP-UX.
1351 (Breakpoints): Remove mention of HP-UX.
1352 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1353 Reword in terms of architectures.
1354 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1355 mention supported systems.
1356 (Convenience Vars): Don't mention HP-UX.
1357 (Jumping): Remove mention of HP-UX in comment.
1358 (Files) <shared libraries>: Update supported shared library types
1359 list. Remove mention of HP-UX.
1360 (Native): Remove HP-UX subsection.
1361 (SVR4 Process Information): Remove mention of HP-UX.
1362
1363 2015-12-10 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.texinfo (Stack): Reorder menu.
1366
1367 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1368
1369 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1370 -var-set-format's new zero-hexadecimal format.
1371
1372 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1373
1374 * gdb.texinfo (Ada Mode Into): Move overloading support
1375 description to its own node.
1376 (Overloading support for Ada): New node.
1377
1378 2015-11-30 Pedro Alves <palves@redhat.com>
1379
1380 PR 14618
1381 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1382 (Remote Configuration): Add the "set/show remote
1383 no-resumed-stop-reply" to the available settings table.
1384 (General Query Packets): Document the "no-resumed" qSupported
1385 feature.
1386
1387 2015-11-30 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.texinfo (Remote Configuration): List "set/show remote
1390 thread-events" command in configuration table.
1391 (Stop Reply Packets): Document "T05 create" stop
1392 reason and 'w' stop reply.
1393 (General Query Packets): Document QThreadEvents packet. Document
1394 QThreadEvents qSupported feature.
1395
1396 2015-11-30 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1399 anchor.
1400 (Packets): Document vCtrlC.
1401
1402 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1403
1404 * gdb.texinfo (Thread List Format): Mention thread names.
1405
1406 2015-11-24 Pedro Alves <palves@redhat.com>
1407
1408 PR 17539
1409 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1410 program-spaces" example to ascending order listing.
1411 (Threads): Adjust "info threads" example to ascending order
1412 listing.
1413 (Forks): Adjust "info inferiors" example to ascending order
1414 listing.
1415
1416 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1417
1418 * gdb.texinfo (Process Record and Replay): Document "record
1419 instruction-history" modifiers.
1420
1421 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1424 description.
1425 (Frame Filter Management): Move to later in the 'Examining the
1426 Stack' chapter.
1427 (Selection): Add entry for 'select-frame'.
1428
1429 2015-09-25 Doug Evans <dje@google.com>
1430
1431 * gdb.texinfo (Process Record and Replay): Fix syntax of
1432 "record instruction-history begin, end" and
1433 "record function-call-history begin, end".
1434
1435 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1436
1437 * gdb.texinfo (Specifying Source Directories): Fix
1438 substitute-path example.
1439
1440 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1441
1442 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1443
1444 2015-09-15 Pedro Alves <palves@redhat.com>
1445
1446 PR remote/18965
1447 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1448 the vforkdone description.
1449
1450 2015-09-15 Pedro Alves <palves@redhat.com>
1451
1452 PR remote/18965
1453 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1454 part indicates the thread ID of the parent process.
1455
1456 2015-09-15 Yao Qi <yao.qi@linaro.org>
1457
1458 * gdb.texinfo (General Query Packets): Add vContSupported to
1459 tables of 'gdbfeatures' and 'stub features' supported in the
1460 qSupported packet, as well as to the list containing stub
1461 feature details.
1462
1463 2015-09-11 Don Breazeal <donb@codesourcery.com>
1464
1465 * gdb.texinfo (Remote Configuration): Add exec event
1466 feature to table of packet settings.
1467 (Stop Reply Packets): Add exec events to the list of stop
1468 reasons.
1469 (General Query Packets): Add exec events to tables of
1470 'gdbfeatures' and 'stub features' supported in the qSupported
1471 packet, as well as to the list containing stub feature
1472 details.
1473
1474 2015-08-24 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.texinfo (Remote Configuration): Document the "set/show
1477 remote multiprocess-extensions-packet" commands.
1478
1479 2015-08-24 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1482 <M32R>: Remove references to M32R/D.
1483 <M68K>: Remove references to target dbug.
1484 <MIPS Embedded>: Remove references to target r3900 and target
1485 array.
1486 <PowerPC Embedded>: Remove references to target dink32 and target
1487 ppcbug, target sds
1488 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1489
1490 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1493
1494 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1495
1496 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1497
1498 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1499
1500 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1501 info bfds" to...
1502 (File Caching): A New section. Outline bfd caching, and add new
1503 description for "main set/show bfd-sharing".
1504
1505 2015-08-14 Doug Evans <xdje42@gmail.com>
1506
1507 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1508 disassembly.
1509 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1510
1511 2015-08-11 Keith Seitz <keiths@redhat.com>
1512
1513 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1514 Use "location(s)"instead of "linespec(s)".
1515 (Specifying a Location): Rewrite.
1516 Add subsections describing linespec, address, and explicit locations.
1517 Add node/menu for each subsection.
1518 (Source and Machine Code, C Preprocessor Macros)
1519 (Create and Delete Trace points)
1520 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1521 (Continuing at a Different Address): Remove "linespec" examples.
1522 Add reference to "Specify a Location"
1523 (The -break-insert Command): Rewrite. Add anchor.
1524 Add reference to appropriate manual section discussing locations.
1525 (The -dprintf-insert Command): Refer to -break-insert for
1526 specification of 'location'.
1527
1528 2015-08-07 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1531 target-non-stop".
1532
1533 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1534
1535 * gdb.texinfo (Process Record and Replay): Document prefixing of
1536 speculatively executed instructions in the "record instruction-history"
1537 command.
1538
1539 2015-07-20 Doug Evans <dje@google.com>
1540
1541 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1542
1543 2015-07-16 Doug Evans <dje@google.com>
1544
1545 * stabs.texinfo: @include gdb-cfg.texi.
1546
1547 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1548
1549 Revert the previous 2 commits:
1550 gdbserver build-id attribute generator
1551 Validate symbol file using build-id
1552
1553 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1554
1555 * gdb.texinfo (Files): Add 'set validate-build-id'
1556 and 'show validate-build-id'.
1557
1558 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1559 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 gdbserver build-id attribute generator.
1562 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1563 'build-id' in description, example, new attribute in dtd.
1564
1565 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1566
1567 * gdb.texinfo (Selection): Update documentation for 'frame'
1568 command.
1569
1570 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1571
1572 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1573 commands.
1574
1575 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1576
1577 * gdb.texinfo (Process Record and Replay): Spell out that variables
1578 and registers are not available during btrace replay.
1579 Describe the new "record btrace pt" command.
1580 Describe the new "set|show record btrace pt buffer-size" options.
1581 (General Query Packets): Describe the new Qbtrace:pt and
1582 Qbtrace-conf:pt:size packets.
1583 Expand "bts" to "Branch Trace Store".
1584 Update the branch trace DTD.
1585
1586 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1587
1588 * gdb.texinfo (Command History): Document the new option
1589 "history remove-duplicates".
1590
1591 2015-06-19 Doug Evans <dje@google.com>
1592
1593 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1594 longer supported.
1595
1596 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1597
1598 * gdb.texinfo (Command History): Mention that setting
1599 GDBHISTSIZE to the empty string disables history truncation.
1600
1601 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1602
1603 PR gdb/16999
1604 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1605 behavior.
1606
1607 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1608
1609 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1610 with GDBHISTSIZE.
1611
1612 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1613
1614 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1615 bytes and memory units for -data-{read,write}-memory-bytes.
1616 (Packets): Same for m, M and X packets.
1617 * python.texi (Inferiors In Python): Same for read_memory and
1618 write_memory.
1619
1620 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1621
1622 * gdb.texinfo (Separate Debug Files): Document that PE is also
1623 supported.
1624
1625 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1628 single table entry.
1629
1630 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1631
1632 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1633
1634
1635 2015-06-10 Gary Benson <gbenson@redhat.com>
1636
1637 * gdb.texinfo (Remote Configuration): Document the
1638 "set/show remote hostio-setfs-packet" command.
1639 (Host I/O Packets): Document the vFile:setfs packet.
1640
1641 2015-06-10 Gary Benson <gbenson@redhat.com>
1642
1643 * gdb.texinfo (Debugging Output): Document the "set/show debug
1644 linux-namespaces" command.
1645
1646 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1647 Mircea Gherzan <mircea.gherzan@intel.com>
1648
1649 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1650 and "set mpx bound".
1651
1652 2015-05-27 Doug Evans <dje@google.com>
1653
1654 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1655
1656 2015-05-26 Doug Evans <dje@google.com>
1657
1658 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1659 command renamings.
1660 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1661
1662 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1665
1666 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1669 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1670
1671 2015-05-16 Doug Evans <xdje42@gmail.com>
1672
1673 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1674 memory ports.
1675
1676 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1679
1680 2015-05-12 Don Breazeal <donb@codesourcery.com>
1681
1682 * gdb.texinfo (Forks): Note that fork debugging is
1683 supported in extended mode.
1684 (Remote Configuration): Add fork event features to table
1685 of packet settings.
1686 (Stop Reply Packets): Add fork events to list of stop reasons.
1687 (General Query Packets): Add fork events to tables of
1688 'gdbfeatures' and 'stub features' supported in the qSupported
1689 packet, as well as to the list containing stub feature
1690 details.
1691
1692 2015-05-12 Gary Benson <gbenson@redhat.com>
1693
1694 * gdb.texinfo (General Query Packets): Document
1695 qXfer:exec-file:read with empty annex.
1696
1697 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1698
1699 * python.texi (Values From Inferior): Add descriptions of new
1700 methods gdb.Value.reference_value and gdb.Value.const_value.
1701
1702 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1703
1704 * gdb.texinfo (Files): Add "info dll" documentation.
1705 (Cygwin Native): Remove "info dll" documentation.
1706
1707 2015-04-29 Doug Evans <dje@google.com>
1708
1709 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1710 Document.
1711 (Writing an Xmethod): Add get_result_type to example.
1712
1713 2015-04-28 Sasha Smundak <asmundak@google.com>
1714
1715 * python.texi: New method documented.
1716
1717 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1720 format.
1721
1722 2015-04-24 Doug Evans <dje@google.com>
1723
1724 * python.texi (Xmethods In Python): Fix name of method to call the
1725 xmethod.
1726
1727 2015-04-17 Gary Benson <gbenson@redhat.com>
1728
1729 * gdb.texinfo (Connecting to a Remote Target): Mention that
1730 GDB can access program files from remote targets that support
1731 qXfer:exec-file:read and Host I/O packets.
1732
1733 2015-04-17 Gary Benson <gbenson@redhat.com>
1734
1735 * gdb.texinfo (Remote Configuration): Document the "set/show
1736 remote pid-to-exec-file-packet" command.
1737 (General Query Packets): Document the qXfer:exec-file:read
1738 qSupported features. Document the qXfer:exec-file:read packet.
1739
1740 2015-04-17 Gary Benson <gbenson@redhat.com>
1741
1742 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1743 applies to executable paths if supplied to GDB as absolute.
1744
1745 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 * gdb.texinfo (Mode Options): Remove -xdb.
1748
1749 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1750 Eli Zaretskii <eliz@gnu.org>
1751
1752 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1753 compile, show debug compile. New subsection Compilation options for
1754 the compile command. New subsection Compiler search for the compile
1755 command.
1756
1757 2015-04-09 Andy Wingo <wingo@igalia.com>
1758
1759 * guile.texi (Frames In Guile): Describe frame-read-register.
1760
1761 2015-04-02 Gary Benson <gbenson@redhat.com>
1762
1763 * gdb.texinfo (set sysroot): Document "target:".
1764
1765 2015-04-01 Sasha Smundak <asmundak@google.com>
1766
1767 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1768 section.
1769
1770 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1771
1772 PR corefiles/16092
1773 * gdb.texinfo (gcore): Mention new command 'set
1774 use-coredump-filter'.
1775 (set use-coredump-filter): Document new command.
1776
1777 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1778
1779 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1780 documentation, reorder the info os entries in alphabetical order.
1781
1782 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1783
1784 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1785 -data-write-memory-bytes.
1786
1787 2015-03-24 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1790 mention that threads may sometimes run unlocked.
1791
1792 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1793
1794 * gdb.texinfo (Remote configuration): Document "set/show
1795 serial parity" command.
1796
1797 2015-03-18 Gary Benson <gbenson@redhat.com>
1798
1799 * gdb.texinfo (General Query Packets): Remove documentation
1800 for now-removed vFile:fstat qSupported features.
1801
1802 2015-03-11 Gary Benson <gbenson@redhat.com>
1803
1804 * gdb.texinfo (Remote Configuration): Document the
1805 "set/show remote hostio-fstat-packet" command.
1806 (General Query Packets): Document the vFile:fstat
1807 qSupported features.
1808 (Host I/O Packets): Document the vFile:fstat packet.
1809
1810 2015-03-11 Andy Wingo <wingo@igalia.com>
1811
1812 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1813
1814 2015-03-04 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.texinfo (Remote Configuration): Document the "set/show
1817 remote swbreak-feature-packet" and "set/show remote
1818 hwbreak-feature-packet" commands.
1819 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1820 decription.
1821 (Stop Reply Packets): Document the swbreak and hwbreak stop
1822 reasons.
1823 (General Query Packets): Document the swbreak and hwbreak
1824 qSupported features.
1825 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1826
1827 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1828
1829 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1830 under *stopped.
1831
1832 2015-03-02 Doug Evans <xdje42@gmail.com>
1833
1834 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1835
1836 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1837
1838 * gdb.texinfo (S/390 and System z Features): Describe new feature
1839 "org.gnu.gdb.s390.vx".
1840
1841 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1842
1843 PR gdb/18008
1844 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1845 demangler-warning): Fix typo ("problam").
1846
1847 2015-02-19 David Taylor <dtaylor@emc.com>
1848
1849 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1850
1851 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1852
1853 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1854 point, DTrace'.
1855 (Static Probe Points): Modified to cover DTrace probes in addition
1856 to SystemTap probes. Also modified to cover the `enable probe'
1857 and `disable probe' commands.
1858
1859 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1860
1861 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1862 `disable probe' commands.
1863
1864 2015-02-12 David Taylor <dtaylor@emc.com>
1865
1866 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1867 fields of the QTDV packet.
1868
1869 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1870
1871 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1872 (Process Record and Replay): Describe new set|show commands.
1873 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1874
1875 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1876
1877 * gdb.texinfo (Process Record and Replay): Describe the "record
1878 btrace bts" command.
1879 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1880 (Branch Trace Configuration Format): New.
1881
1882 2015-01-31 Gary Benson <gbenson@redhat.com>
1883 Doug Evans <dje@google.com>
1884
1885 * gdb.texinfo (Command Completion): Document new
1886 "set/show max-completions" option.
1887
1888 2015-01-31 Doug Evans <xdje42@gmail.com>
1889
1890 * gdb.texinfo (Symbols): Document new commands
1891 "maint print symbol-cache", "maint print symbol-cache-statistics",
1892 "maint flush-symbol-cache". Document new option
1893 "maint set symbol-cache-size".
1894
1895 2015-01-31 Doug Evans <xdje42@gmail.com>
1896
1897 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1898 distinguish script files vs inlined scripts.
1899 * python.texi (Python Auto-loading): Ditto.
1900
1901 2015-01-30 Doug Evans <dje@google.com>
1902
1903 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1904 string if present.
1905
1906 2015-01-27 Doug Evans <dje@google.com>
1907
1908 * python.texi (Objfiles In Python): Document Objfile.username.
1909
1910 2015-01-27 Doug Evans <dje@google.com>
1911
1912 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1913 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1914
1915 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1918
1919 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1920
1921 * doc/gdb.texinfo (TUI Commands): Document the possible
1922 values of NAME argument to 'winheight' command. Explain the
1923 effect of 'tabset' setting better.
1924
1925 2015-01-11 Doug Evans <xdje42@gmail.com>
1926
1927 PR gdb/15830
1928 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1929 (Symbols): Ditto.
1930 (Maintenance Commands): Delete docs for "maint demangle".
1931
1932 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1933
1934 * gdb.texinfo (Files): Remove documentation of the
1935 "add-shared-symbol-files" and "assf" commands.
1936 (Cygwin Native): Remove documentation of the "dll-symbols"
1937 command.
1938
1939 2014-12-17 Doug Evans <xdje42@gmail.com>
1940
1941 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1942
1943 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1944 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 * gdb.texinfo (Altering): Update.
1947 (Compiling and Injecting Code): New node.
1948
1949 2014-12-12 Doug Evans <dje@google.com>
1950
1951 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1952
1953 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1954
1955 * gdb.texinfo: Document "maint print user-registers".
1956
1957 2014-12-08 Doug Evans <dje@google.com>
1958
1959 * python.texi (Objfiles In Python): Document Objfile.owner.
1960
1961 2014-12-04 Doug Evans <dje@google.com>
1962
1963 * python.texi (Objfiles In Python): Document
1964 Objfile.add_separate_debug_file.
1965
1966 2014-12-04 Doug Evans <dje@google.com>
1967
1968 * python.texi (Objfiles In Python): Document Objfile.build_id.
1969
1970 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1971
1972 * python.texi (Events In Python): Document new events
1973 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1974 and RegisterChangedEvent.
1975
1976 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1977
1978 Add add-auto-load-scripts-directory.
1979 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1980 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1981
1982 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1985 description typo.
1986
1987 2014-10-30 Doug Evans <dje@google.com>
1988
1989 * python.texi (Progspaces In Python): Document ability to add
1990 random attributes to gdb.Progspace objects.
1991 (Objfiles In Python): Document ability to add random attributes to
1992 gdb.objfile objects.
1993
1994 2014-10-27 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1997 info on stepping and signal handlers.
1998 (Signals): Explain stepping and signal handlers. Add context
1999 index entry, and cross references.
2000
2001 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2002
2003 * python.texi (Breakpoints In Python): Add parenthesis after
2004 Breakpoint.delete. Clarify Breakpoint.enabled description so
2005 that it contains "disable".
2006
2007 2014-10-17 Doug Evans <dje@google.com>
2008
2009 * python.texi (Events In Python): Document clear_objfiles event.
2010
2011 2014-10-17 Doug Evans <dje@google.com>
2012
2013 * python.texi (Objfiles In Python): Document new progspace attribute.
2014
2015 2014-10-17 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2018 (SVR4 Process Information): Delete mention of OSF/1.
2019
2020 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2021
2022 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2023 exit-code field in -list-thread-groups output.
2024
2025 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2026
2027 * gdb.texinfo (Set Breaks): Add missing "@end table".
2028
2029 2014-09-22 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2032 always-inserted off" is the default mode now. Delete
2033 documentation of "set breakpoint always-inserted auto".
2034
2035 2014-09-18 Doug Evans <dje@google.com>
2036
2037 * python.texi (Symbol Tables In Python): Document "producer"
2038 attribute of gdb.Symtab objects.
2039
2040 2014-09-16 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2043 (Embedded OS): Remove VxWorks menu entry.
2044 (VxWorks): Remove node.
2045
2046 2014-09-13 Doug Evans <xdje42@gmail.com>
2047
2048 * gdb.texinfo (Signaling): Document new queue-signal command.
2049
2050 2014-09-06 Doug Evans <xdje42@gmail.com>
2051
2052 PR 15276
2053 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2054 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2055
2056 2014-09-03 Justin Lebar <jlebar@google.com>
2057
2058 * python.texi (Types In Python): Type.template_argument(n) returns a
2059 gdb.Value or a gdb.Type and throws an exception if n is out of
2060 range.
2061
2062 2014-09-03 Sasha Smundak <asmundak@google.com>
2063
2064 * python.texi (Frames in Python): Add read_register description.
2065
2066 2014-08-04 Tom Tromey <tromey@redhat.com>
2067
2068 * gdb.texinfo (Debugging Output): Update for change to "set debug
2069 target".
2070
2071 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2072
2073 Pushed by Joel Brobecker <brobecker@adacore.com>.
2074 * Makefile.in (transform): New variable.
2075 (install-man1, install-man5): Apply $(transform) to man file names.
2076
2077 2014-07-26 Doug Evans <xdje42@gmail.com>
2078
2079 PR guile/17177
2080 * guile.texi (Guile Pretty Printing API): Fix typo.
2081 Document set-pretty-printers!, pretty-printers.
2082 (Selecting Guile Pretty-Printers): Update.
2083 Mention program-space based pretty-printers.
2084
2085 2014-07-25 Pedro Alves <palves@redhat.com>
2086 Eli Zaretskii <eliz@gnu.org>
2087
2088 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2089 with multi-threaded programs.
2090
2091 2014-06-27 Yao Qi <yao@codesourcery.com>
2092
2093 * gdb.texinfo (Maintenance Commands): Update the output of
2094 'maint print dummy-frames' command.
2095
2096 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2097
2098 * gdb.texinfo (Screen Size): Improve indexing.
2099
2100 2014-06-19 Gary Benson <gbenson@redhat.com>
2101
2102 * gdb.texinfo (Maintenance Commands): Document new
2103 "maint set/show catch-demangler-crashes" option.
2104
2105 2014-06-19 Gary Benson <gbenson@redhat.com>
2106
2107 * gdb.texinfo (Maintenance Commands): Document new
2108 "maint demangler-warning" command and new
2109 "maint set/show demangler-warning" option.
2110
2111 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2112
2113 * python.texi (Xmethod API): Add space before the opening
2114 parenthesis in function descriptions.
2115
2116 2014-06-06 Doug Evans <xdje42@gmail.com>
2117
2118 * guile.texi (Guile Configuration): Document guile-data-directory.
2119
2120 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2121
2122 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2123
2124 2014-06-04 Doug Evans <xdje42@gmail.com>
2125
2126 * guile.texi (Breakpoints In Guile): Update.
2127
2128 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2129
2130 * python.texi (Xmethod API): Fix reference to "Progspaces In
2131 Python".
2132
2133 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2134
2135 * python.texi (Xmethods In Python, XMethod API)
2136 (Writing an Xmethod): New nodes.
2137 (Python API): New menu entries "Xmethods In Python",
2138 "Xmethod API", "Writing an Xmethod".
2139
2140 2014-06-02 Doug Evans <xdje42@gmail.com>
2141
2142 * guile.texi (Guile API): Add entry for Parameters In Guile.
2143 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2144 (Parameters In Guile): New node.
2145
2146 2014-06-02 Doug Evans <xdje42@gmail.com>
2147
2148 * guile.texi (Guile API): Add entry for Commands In Guile.
2149 (Basic Guile) <parse-and-eval>: Add reference.
2150 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2151 (GDB Scheme Data Types): Mention <gdb:command> object.
2152 (Commands In Guile): New node.
2153
2154 2014-06-02 Doug Evans <xdje42@gmail.com>
2155
2156 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2157 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2158 (Progspaces In Guile): New node.
2159
2160 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2161
2162 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2163 * python.texi (Frames In Python): Mention
2164 gdb.FRAME_UNWIND_MEMORY_ERROR.
2165
2166 2014-05-29 Pedro Alves <palves@redhat.com>
2167 Tom Tromey <tromey@redhat.com>
2168
2169 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2170 from example.
2171 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2172 Mention that target-async is now deprecated.
2173 (Maintenance Commands): Document maint set/show target-async.
2174
2175 2014-05-29 Pedro Alves <palves@redhat.com>
2176
2177 * observer.texi (sync_execution_done, command_error): New
2178 subjects.
2179
2180 2014-05-29 Pedro Alves <palves@redhat.com>
2181
2182 PR gdb/13860
2183 * observer.texi (signal_received, end_stepping_range)
2184 (signal_exited, exited, no_history): New observer subjects.
2185
2186 2014-05-26 Andy Wingo <wingo@igalia.com>
2187
2188 * guile.texi (GDB Scheme Data Types): Remove documentation for
2189 removed interfaces. Update spelling of gdb-object-kind.
2190
2191 2014-05-26 Andy Wingo <wingo@igalia.com>
2192
2193 * guile.texi (Basic Guile): Fix some typos.
2194
2195 2014-05-26 Andy Wingo <wingo@igalia.com>
2196
2197 * guile.texi (Writing a Guile Pretty-Printer)
2198 (Guile Types Module): Fix excess parentheses in use-modules forms.
2199
2200 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2201
2202 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2203 (Breakpoints In Guile, Guile Printing Module)
2204 (Guile Exception Handling, Values From Inferior In Guile)
2205 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2206 Don't use @var at the beginning of a sentence.
2207
2208 * gdb.texinfo (Frame Filter Management, Trace Files)
2209 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2210 (PowerPC Embedded, Define, Annotations for Running)
2211 (IPA Protocol Commands, Packets, General Query Packets)
2212 (Tracepoint Packets, Notification Packets, Environment)
2213 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2214 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2215 (Frames, Backtrace, Selection, Expressions, Registers)
2216 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2217 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2218 (Source Annotations, Using JIT Debug Info Readers, Packets)
2219 (Stop Reply Packets, Host I/O Packets)
2220 (Target Description Format): Don't use @var at the beginning of a
2221 sentence.
2222
2223 * python.texi (Basic Python, Types In Python)
2224 (Commands In Python, Frames In Python, Line Tables In Python)
2225 (Breakpoints In Python, gdb.printing, gdb.types)
2226 (Type Printing API): Don't use @var at the beginning of a
2227 sentence.
2228
2229 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2230
2231 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2232 replay-memory-access".
2233
2234 2014-05-21 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.texinfo (Starting): Document "set/show
2237 auto-connect-native-target".
2238 (Target Commands): Document "target native".
2239
2240 2014-05-20 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2243 not be remote specific. Add cross reference to the qCRC packet.
2244 (Separate Debug Files): Update cross reference to the qCRC packet.
2245 (General Query Packets) <qCRC packet>: Add anchor.
2246
2247 2014-05-17 Doug Evans <xdje42@gmail.com>
2248
2249 Copy over changes from guile.texi.
2250 * python.texi (Basic Python) <gdb.execute>: Add text.
2251 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2252 (Values From Inferior) <Python string>: Add text.
2253 (Values From Inferior) <Value.string>: Clarify string length handling.
2254 (Pretty Printing API): Add cindex.
2255 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2256 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2257 @vindex.
2258 (Commands In Python) <COMPLETE_*>: Similarly.
2259 (Symbols In Python) <SYMBOL_*>: Similarly.
2260 (Breakpoints In Python) <WP_*>: Similarly.
2261 (Breakpoints In Python) <BP_*>: Similarly.
2262
2263 2014-05-17 David Taylor <dtaylor@emc.com>
2264
2265 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2266 mentioned in the qfThreadInfo reply.
2267
2268 2014-05-16 Doug Evans <dje@google.com>
2269
2270 * gdb.texinfo (Mode Options): Add -D.
2271
2272 2014-05-09 Samuel Bronson <naesten@gmail.com>
2273
2274 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2275 "make -C".
2276
2277 2014-04-29 Tom Tromey <tromey@redhat.com>
2278
2279 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2280 "show debug varobj".
2281
2282 2014-05-01 David Taylor <dtaylor@emc.com>
2283
2284 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2285 option.
2286
2287 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2288 Walfred Tedeschi <walfred.tedeschi@intel.com>
2289
2290 * gdb.texinfo (i386 Features): Add description of AVX512
2291 registers.
2292
2293 2014-03-31 Doug Evans <dje@google.com>
2294
2295 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2296
2297 2014-03-30 Doug Evans <dje@google.com>
2298
2299 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2300 (Background Execution): Ditto.
2301
2302 2014-03-21 Pedro Alves <palves@redhat.com>
2303 Stan Shebs <stan@codesourcery.com>
2304 Hui Zhu <hui@codesourcery.com>
2305
2306 * gdb.texinfo (Packets): Add anchor to "? packet".
2307 Remove fixme and update introduction of "k packet".
2308 Add anchor to "vKill packet".
2309
2310 2014-03-12 Stan Shebs <stan@codesourcery.com>
2311
2312 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2313
2314 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2315
2316 * guile.texi (Basic Guile): Document 'history-append!'.
2317
2318 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2319
2320 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2321 and "assf" as being deprecated.
2322 (Cygwin Native): Likewise for "dll-symbols".
2323 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2324 as a way to force the loading of symbols from a DLL.
2325
2326 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2327
2328 * python.texi (Values From Inferior): Add description about the
2329 new feature.
2330
2331 2014-02-17 Doug Evans <xdje42@gmail.com>
2332
2333 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2334 * gdb.texinfo (Python): Moved to ...
2335 * python.texi: ... here. New file.
2336
2337 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2338
2339 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2340 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2341 parameter to 'str-lookup-function' procedure. Look for
2342 the "std::string<" prefix.
2343 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2344 Adjust description.
2345
2346 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2347
2348 * guile.texi (Values From Inferior In Guile): Remove stray
2349 parantheses for deffn.
2350 (Disassembly In Guile): Ditto.
2351
2352 2014-02-10 Stan Shebs <stan@codesourcery.com>
2353
2354 Add Doxygen support.
2355 * Makefile.in (doxy): New action, generates Doxygen files.
2356 (DOXYGEN): New.
2357 (doxyedit): New.
2358 * Doxyfile-base.in: New file.
2359 * Doxyfile-gdb-api.in: New file.
2360 * Doxyfile-gdb-xref.in: New file.
2361 * Doxyfile-gdbserver.in: New file.
2362 * doxy-index.in: New file.
2363 * filter-for-doxygen: New file.
2364 * filter-params.pl: New file.
2365
2366 2014-02-10 Doug Evans <xdje42@gmail.com>
2367
2368 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2369 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2370 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2371 (Guile docs): Include guile.texi.
2372 (objfile-gdbdotext file): Add objfile-gdb.scm.
2373 (dotdebug_gdb_scripts section): Mention Guile scripts.
2374 (Multiple Extension Languages): New node.
2375 * guile.texi: New file.
2376
2377 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2378
2379 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2380 ignore-descriptive-types". commands.
2381
2382 2014-01-22 Doug Evans <dje@google.com>
2383
2384 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2385 (gdbserver man): Ditto.
2386
2387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2388
2389 * gdb.texinfo: Document limited reverse/replay support
2390 for target record-btrace.
2391
2392 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2393
2394 * gdb.texinfo (Process Record and Replay): Update documentation.
2395
2396 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2397
2398 * gdb.texinfo (Process Record and Replay): Document new /c
2399 modifier accepted by "record function-call-history".
2400 Add /i modifier to "record function-call-history" example.
2401
2402 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2403 Joel Brobecker <brobecker@adacore.com>
2404
2405 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2406 markers. Remove one that was misplaced.
2407
2408 2014-01-10 Pedro Alves <palves@redhat.com>
2409
2410 * gdb.texinfo (Your Program's Environment) <set environment>:
2411 Mention the shell, and point at 'set exec-wrapper'.
2412
2413 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2414
2415 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2416
2417 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.texinfo (Types In Python): Clarify the documentation
2420 of attribute gdb.Field.bitpos.
2421
2422 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2423
2424 * gdb.texinfo (Types In Python): Fix the documentation of
2425 attribute "bitpos" in class gdb.Field for enum types. Add
2426 documentation for attribute "enumval" in that same class.
2427
2428 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2431 @ftable.
2432
2433 2013-12-23 Doug Evans <xdje42@gmail.com>
2434
2435 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2436 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2437 corresponding section in Extending GDB.
2438 (Extending GDB): Move menu up. New menu item "Auto-loading
2439 extensions".
2440 (Sequences): New menu item "Auto-loading sequences".
2441 (Auto-loading sequences): New node.
2442 (Python): Rename section from Scripting GDB to Extending GDB.
2443 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2444 Move docs on ways to auto-load extensions to ...
2445 (Auto-loading extensions): ... here. New node.
2446
2447 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2448
2449 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2450 in menu.
2451 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2452 command, now in a new node.
2453 (GDB/MI Support Commands): New node, with its contents being
2454 extracted from the "GDB/MI Miscellaneous Commands" node.
2455 A small paragraph introducing the section is also added at
2456 the start.
2457 (GDB/MI Miscellaneous Commands): Delete the description of the
2458 -info-gdb-mi-command, -list-features and -list-target-features
2459 commands, now hosted in the "GDB/MI Support Commands" node.
2460
2461 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2462
2463 PR python/16113
2464 * gdb.texinfo (Values From Inferior): Add a note about using
2465 gdb.Field objects as subscripts on gdb.Value objects.
2466 (Types In Python): Add description about the new attribute
2467 "parent_type" of gdb.Field objects.
2468
2469 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2470
2471 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2472 entry for section docuumenting the -list-features GDB/MI command.
2473
2474 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2475
2476 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2477 "exec-run-start-option" entry in the output of the "-list-features"
2478 command.
2479
2480 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2481
2482 * gdb.texinfo (i386): Fix yesterday's commit.
2483
2484 2013-12-03 Tom Tromey <tromey@redhat.com>
2485
2486 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2487 documented here.
2488
2489 2013-12-03 Tom Tromey <tromey@redhat.com>
2490
2491 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2492
2493 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2494
2495 * gdb.texinfo (i386 Features): Add MPX feature registers.
2496 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2497 a subsubsection for MPX and describes the display of the
2498 boundary registers.
2499
2500 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2503 documentation of the "ada-exceptions" entry.
2504
2505 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2506
2507 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2508 "^error" result record concerning the error message. Document
2509 the error code that may also be part of that result record.
2510 (GDB/MI Miscellaneous Commands): Document the
2511 "undefined-command-error-code" element in the output of
2512 the "-list-features" GDB/MI command.
2513
2514 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2515
2516 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2517 the new -info-gdb-mi-command GDB/MI command. Document
2518 the meaning of "-info-gdb-mi-command" in the output of
2519 -list-features.
2520
2521 2013-11-29 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2524 Update comment.
2525
2526 2013-11-24 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.texinfo (Caching Remote Data): Document new
2529 "set/show stack-cache" option.
2530
2531 2013-11-24 Yao Qi <yao@codesourcery.com>
2532
2533 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2534 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2535 "off" respectively.
2536
2537 2013-11-23 Yao Qi <yao@codesourcery.com>
2538
2539 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2540 of "displayhint" to the table about child results.
2541
2542 2013-11-21 Yao Qi <yao@codesourcery.com>
2543
2544 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2545 'dynamic' for the output of command -var-list-children.
2546
2547 2013-11-21 Yao Qi <yao@codesourcery.com>
2548
2549 * gdb.texinfo (Caching Target Data): Remove "see" before
2550 @pxref.
2551
2552 2013-11-20 Yao Qi <yao@codesourcery.com>
2553
2554 * gdb.texinfo (Caching Target Data): Update doc for
2555 per-address-space dcache.
2556
2557 2013-11-20 Yao Qi <yao@codesourcery.com>
2558
2559 * gdb.texinfo (Data): Rename menu item.
2560 (Caching Remote Data): Rename to ...
2561 (Caching Target Data): ... it. Update.
2562
2563 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2564
2565 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2566 "language-option" entry in the output of the "-list-features"
2567 command.
2568
2569 2013-11-15 Tom Tromey <tromey@redhat.com>
2570
2571 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2572 Add example.
2573
2574 2013-11-14 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2577
2578 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2581 (Context management): Place current subsection text into its own
2582 subsubsection. Add new subsubsection describing the "--language"
2583 command option.
2584
2585 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2586
2587 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2588 the documentation of "info-ada-exceptions" in the output
2589 of the "-list-features" command. Add the documentation
2590 of the "ada-exception" entry instead.
2591
2592 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2593
2594
2595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2596 word of a couple of sentences to start with a capital letter.
2597
2598 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2601 (Ada Exceptions): New node.
2602 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2603 Commands" node.
2604 (GDB/MI Ada Exceptions Commands): New node.
2605 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2606 field in the output of the "-list-features" command.
2607 * NEWS: Add entry for the new "info exceptions" CLI command,
2608 and for the new "-info-ada-exceptions" GDB/MI command.
2609
2610 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2611
2612 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2613 (Line Tables In Python): New node.
2614
2615 2013-11-08 Doug Evans <dje@google.com>
2616
2617 * gdb.texinfo (Debugging Output): Update text for
2618 "set debug dwarf2-read".
2619
2620 2013-11-08 Doug Evans <dje@google.com>
2621
2622 * gdb.texinfo (Debugging Output): Update text for
2623 "set debug symtab-create".
2624
2625 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2626
2627 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2628 constant.
2629
2630 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2631
2632 * gdb.texinfo (Breakpoints In Python): Document temporary
2633 option in breakpoint constructor, and add documentation to the
2634 temporary attribute.
2635
2636 2013-11-07 Yao Qi <yao@codesourcery.com>
2637
2638 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2639 output of "-var-info-expression".
2640
2641 2013-11-06 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2644 non-interactive mode.
2645 (Environment) <shell startup files warning>: Mention
2646 non-interactive mode. Mention .zshenv for Z shell, and talk about
2647 BASH_ENV instead of .bashrc for BASH.
2648
2649 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2650
2651 * gdb.texinfo (Commands to Specify Files): Add description
2652 of the remove-symbol-file command.
2653 * observer.texi: New free_objfile event
2654
2655 2013-10-24 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2658
2659 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2660
2661 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2662 New subsection inside which the "-catch-load" and "-catch-unload"
2663 commands documentation is now placed.
2664 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2665 documenting the "-catch-assert" and "-catch-exception" new
2666 GDB/MI commands.
2667
2668 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2669
2670 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2671
2672 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2673
2674 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2675 serial baud".
2676 (Remote Configuration): Replace "set remotebaud" by "set serial
2677 baud". Replace "show remotebaud" by "show serial baud".
2678
2679 2013-10-07 Pedro Alves <palves@redhat.com>
2680
2681 PR breakpoints/11568
2682 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2683 when the thread is removed from the thread list.
2684
2685 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2686
2687 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2688 Update entry for $_exitcode.
2689
2690 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2691
2692 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2693 new "--start" option.
2694
2695 2013-10-02 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.texinfo (Registers): Expand description of saved registers
2698 in frames. Explain <not saved>.
2699
2700 2013-09-25 Doug Evans <dje@google.com>
2701
2702 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2703
2704 2013-09-16 Stan Shebs <stan@codesourcery.com>
2705
2706 Remove the internals manual gdbint.texinfo.
2707 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2708 (PDFFILES): Remove gdbint.pdf.
2709 (HTMLFILES): Remove gdbint/index.html.
2710 (HTMLFILES_INSTALL): Remove gdbint.
2711 (GDBINT_DOC_FILES): Remove.
2712 (dvi): Remove gdbint.dvi.
2713 (ps): Remove gdbint.ps.
2714 * gdbint.texinfo: Remove file.
2715 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2716
2717 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2718
2719 * gdb.texinfo (Convenience Functions): Mention new convenience
2720 function $_isvoid.
2721
2722 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2723
2724 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2725 (Standard Target Features): Add new node to menu.
2726 (S/390 and System z Features): New node.
2727
2728 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2729
2730 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2731 -list-target-features in the example.
2732
2733 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2736 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2737
2738 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 Sync documentation with gdb.base/gnu-debugdata.exp.
2741 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2742
2743 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2744
2745 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2746
2747 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2748 Yao Qi <yao@codesourcery.com>
2749
2750 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2751 Document new --skip-unavailable option.
2752 <-stack-list-variables>: Document new --skip-unavailable option.
2753
2754 2013-08-26 Doug Evans <dje@google.com>
2755
2756 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2757 an optional regexp.
2758
2759 2013-08-13 Tom Tromey <tromey@redhat.com>
2760
2761 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2762 Document GDB_PARALLEL and GDB_INOTIFY.
2763
2764 2013-08-09 Stan Shebs <stan@codesourcery.com>
2765
2766 * LRS: Remove file, describes a long-abandoned live-range
2767 splitting extension to stabs.
2768
2769 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2770
2771 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2772
2773 2013-07-17 Doug Evans <dje@google.com>
2774
2775 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2776
2777 2013-07-02 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2780
2781 2013-06-28 Tom Tromey <tromey@redhat.com>
2782
2783 * Makefile.in (version.subst): Use version.in, not
2784 common/version.in.
2785 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2786 Likewise.
2787
2788 2013-06-27 Pedro Alves <palves@redhat.com>
2789
2790 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2791 dynamic symbol resolution code>: New section, based on infrun.c
2792 comment.
2793
2794 2013-06-26 Tom Tromey <tromey@redhat.com>
2795
2796 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2797 Update.
2798 (Releasing GDB): Likewise.
2799
2800 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2801 Yao Qi <yao@codesourcery.com>
2802
2803 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2804 -trace-frame-collected.
2805
2806 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2807
2808 * gdb.texinfo (Traceframe Info Format): Document tvar element
2809 and its attributes.
2810
2811 2013-06-25 Yao Qi <yao@codesourcery.com>
2812
2813 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2814
2815 2013-06-24 Tom Tromey <tromey@redhat.com>
2816
2817 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2818 (GDBvn.texi): Use version.subst.
2819 (version.subst): New target.
2820 (mostlyclean): Remove version.subst.
2821
2822 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2823
2824 * gdb.texinfo (GDB/MI Data Manipulation)
2825 <-data-list-register-values>: Document the --skip-unavailable
2826 option.
2827
2828 2013-06-07 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.texinfo (Symbols): Add kindex and cindex for
2831 'maint print msymbols'.
2832
2833 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2834
2835 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2836 response field name (thread-group to inferior).
2837
2838 2013-06-04 Gary Benson <gbenson@redhat.com>
2839
2840 * gdb.texinfo (General Query Packets/qSupported): Added
2841 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2842 to the table of currently defined stub features.
2843 Added a more detailed entry for "augmented-libraries-svr4-read".
2844 (General Query Packets/qXfer:libraries-svr4:read): Documented
2845 the augmented form of this packet.
2846
2847 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.texinfo (System-wide Configuration Scripts): Renames
2850 "Installed System-wide Configuration Scripts". Add associated
2851 @menu block.
2852
2853 2013-05-23 Yao Qi <yao@codesourcery.com>
2854 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.texinfo (Packets): Document 'vCont;r'.
2857 (Continuing and Stepping): Document target-assisted range
2858 stepping, and the 'set range-stepping' and 'show range-stepping'
2859 commands.
2860
2861 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2862
2863 * gdb.texinfo (Installed System-wide Configuration Scripts):
2864 Add subsection describing the scripts now available under
2865 the data-dir's system-gdbbinit subdirectory.
2866 * NEWS: Add entry announcing the availability of system-wide
2867 configuration scripts for ElinOS and Wind River Linux.
2868
2869 2013-05-21 Hui Zhu <hui@codesourcery.com>
2870
2871 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2872 "-dprintf-insert" command.
2873
2874 2013-05-17 Doug Evans <dje@google.com>
2875
2876 * gdb.texinfo (Maintenance Commands): Update doc for
2877 "maint check-psymtabs". Add doc for "maint check-symtabs",
2878 "maint expand-symtabs".
2879
2880 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2881
2882 * gdb.texinfo (Process Record and Replay): Document the
2883 "record goto" command and its sub-commands.
2884
2885 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2886
2887 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2888 (Python API): Add Frame Filters API, Frame Wrapper API,
2889 Writing a Frame Filter/Wrapper, Managing Management of Frame
2890 Filters chapter entries.
2891 (Frame Filters API): New Node.
2892 (Frame Wrapper API): New Node.
2893 (Writing a Frame Filter): New Node.
2894 (Managing Frame Filters): New Node.
2895 (Progspaces In Python): Add note about frame_filters attribute.
2896 (Objfiles in Python): Ditto.
2897 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2898 @anchors and --no-frame-filters option to -stack-list-variables,
2899 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2900 commands.
2901
2902 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2903
2904 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2905 Support" subsection documenting the XML format used to transfer
2906 shared library info on AIX.
2907
2908 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2909
2910 * gdb.texinfo (Debugging Output): Add documentation of
2911 "set debug aix-solib" and "show debug aix-solib" commands.
2912
2913 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2914
2915 * gdb.texinfo (Nios II): New section.
2916 (Nios II Features): New section.
2917
2918 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdbint.texinfo (Algorithms): Remove entries documenting
2921 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2922 SOLIB_CREATE_INFERIOR_HOOK.
2923
2924 2013-04-29 Tom Tromey <tromey@redhat.com>
2925
2926 PR python/14204:
2927 * gdb.texinfo (Python API): Fix menu entry.
2928 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2929 Define global and static block. Add example. Clarify
2930 block relationship for inline functions.
2931
2932 2013-04-29 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.texinfo (Python API): Mention Python help and keyword
2935 arguments. Move pagination text to Basic Python.
2936 (Basic Python): Put pagination text here. Document
2937 close-on-exec, SIGCHLD, and SIGINT.
2938
2939 2013-04-19 Pedro Alves <palves@redhat.com>
2940
2941 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2942 "signedness" instead of "signness".
2943
2944 2013-04-19 Pedro Alves <palves@redhat.com>
2945
2946 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2947 -Wno-pointer-sign text with text on -Wpointer-sign.
2948
2949 2013-04-16 Tom Tromey <tromey@redhat.com>
2950
2951 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2952 GCC that has the SDT probe points.
2953
2954 2013-04-15 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2957 exception catchpoints.
2958
2959 2013-04-15 Tom Tromey <tromey@redhat.com>
2960
2961 * gdb.texinfo (Set Catchpoints): Document $_exception.
2962 (Convenience Vars): Mention $_exception.
2963
2964 2013-04-15 Tom Tromey <tromey@redhat.com>
2965
2966 * gdb.texinfo (Set Catchpoints): Reorganize exception
2967 catchpoints. Document "catch rethrow".
2968 (Debugging C Plus Plus): Mention "catch rethrow".
2969
2970 2013-04-15 Tom Tromey <tromey@redhat.com>
2971
2972 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2973
2974 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2975 Eli Zaretskii <eliz@gnu.org>
2976
2977 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2978 line below the sample output.
2979
2980 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2981
2982 * gdb.texinfo (Mode Options): Document '-configuration'.
2983 (Help): Document "show configuration".
2984 (Bug Reporting): Add requirements to include the configuration
2985 details in bug reports.
2986
2987 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * Makefile.in (MAN1S): Add gcore.1.
2990 Remove "Host, target, and site specific Makefile fragments" comment.
2991 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2992 (install-man1, uninstall-man1): Conditionalize gcore.1.
2993 (gcore.1): New.
2994 * gdb.texinfo (Man Pages): Add gcore man.
2995 (gcore man): New node.
2996
2997 2013-04-10 Pedro Alves <palves@redhat.com>
2998
2999 * gdb.texinfo (Process Record and Replay): Document that "set
3000 record full insn-number-max", "set record
3001 instruction-history-size" and "set record
3002 function-call-history-size" accept "unlimited".
3003 (Backtrace): Document that "set backtrace limit" accepts
3004 "unlimited".
3005 (List): Document that "set listsize" accepts "unlimited".
3006 (Print Settings)" Document that "set print max-symbolic-offset",
3007 "set print elements" and "set print repeats" accept "unlimited".
3008 (Starting and Stopping Trace Experiments): Document that "set
3009 trace-buffer-size" accepts "unlimited".
3010 (Remote Configuration): Document that "set tcp connect-timeout"
3011 accepts "unlimited".
3012 (Command History): Document that "set history size" accepts
3013 "unlimited".
3014 (Screen Size): Document that "set height" and "set width" accepts
3015 "unlimited". Adjust "set pagination"'s description to suggest
3016 "set height unlimited" instead of "set height 0".
3017
3018 2013-04-10 Yao Qi <yao@codesourcery.com>
3019
3020 * gdb.texinfo (Trace Files): Add "target ctf".
3021
3022 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3023
3024 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3025
3026 * Makefile.in (install-man1, install-man5, uninstall-man1)
3027 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3028
3029 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3030
3031 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3032 Eli Zaretskii <eliz@gnu.org>
3033
3034 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3035 parameters order. Remove "On some targets" for --attach. Document the
3036 --multi parameter and extended-remote command. Document all the
3037 options.
3038
3039 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3040
3041 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3042 the list of supported languages.
3043
3044 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3047 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3048 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3049 (diststuff): Add man.
3050 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3051 (uninstall-man5): New.
3052 (STAGESTUFF): Add *.1 and *.5.
3053 (GDBvn.texi): Add SYSTEM_GDBINIT.
3054 (gdb.1, gdbserver.1, gdbinit.5): New.
3055 (maintainer-clean realclean): Add $(MANS).
3056 (install): Add install-man.
3057 (uninstall): Add uninstall-man.
3058 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3059 (@copying): Wrap it by @c man begin COPYRIGHT.
3060 (Top): Add Man Pages.
3061 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3062
3063 2013-04-02 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.texinfo (Debugging Output): Document "set/show debug
3066 aarch64", "set/show debug coff-pe-read" and "set/show debug
3067 mach-o".
3068
3069 2013-04-02 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3072 table>: Add entry for "trace-buffer-size".
3073
3074 2013-03-28 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3077 table>: Add entry for "trace-status".
3078
3079 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3080
3081 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3082 @bullet", which is invalid (makeinfo 5.1 barfs).
3083
3084 2013-03-28 Pedro Alves <palves@redhat.com>
3085
3086 PR gdb/15294
3087
3088 * gdb.texinfo (List) <set listsize>: Adjust to document that
3089 listsize 0 means no limit, and remove mention of -1.
3090
3091 2013-03-22 Yao Qi <yao@codesourcery.com>
3092
3093 * gdb.texinfo (Embedded Processors): Remove menu item
3094 "OpenRISC 1000".
3095 (OpenRISC 1000): Remove.
3096
3097 2013-03-21 Doug Evans <dje@google.com>
3098
3099 * gdb.texinfo (Maintenance Commands): Add docs for
3100 "mt set per-command {space,time,symtab} {on,off}".
3101
3102 2013-03-14 Hui Zhu <hui@codesourcery.com>
3103 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3106
3107 2013-03-13 Keith Seitz <keiths@redhat.com>
3108
3109 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3110 "maint agent" reference to Dynamic printf.
3111
3112 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3113
3114 * gdb.texinfo (General Query Packets): Don't use colon in index
3115 entries visible to Info format.
3116
3117 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3118
3119 * gdb.texinfo (Process Record and Replay): Document record
3120 changes.
3121
3122 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3123
3124 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3125 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3126 qXfer:btrace:read.
3127
3128 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3129
3130 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3131 use colons in @anchor and @cindex entries.
3132
3133 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3134
3135 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3136
3137 2013-03-08 Stan Shebs <stan@codesourcery.com>
3138 Hafiz Abid Qadeer <abidh@codesourcery.com>
3139
3140 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3141 trace-buffer-size set and show commands.
3142 (Tracepoint Packets): Document QTBuffer:size.
3143 (General Query Packets): Document QTBuffer:size.
3144
3145 2013-02-21 Tom Tromey <tromey@redhat.com>
3146
3147 * gdb.texinfo: Remove bad @syncodeindex.
3148 (Values From Inferior, Types In Python, Inferiors In Python)
3149 (Events In Python, Threads In Python, Frames In Python, Blocks In
3150 Python, Symbols In Python, Symbol Tables In Python): Remove
3151 @tables.
3152 (Packets, General Query Packets, Tracepoint Packets)
3153 (Host I/O Packets): Use @w{} for empty @item.
3154
3155 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3156
3157 * gdb.texinfo (Architectures In Python): Add description about
3158 the new method gdb.Architecture.disassemble.
3159
3160 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3161 Hafiz Abid Qadeer <abidh@codesourcery.com>
3162
3163 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3164 Document the "trace-file" field.
3165
3166 2013-02-07 Doug Evans <dje@google.com>
3167
3168 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3169 command.
3170
3171 2013-02-06 Yao Qi <yao@codesourcery.com>
3172
3173 * gdb.texinfo (GDB/MI Async Records): Document new MI
3174 notification "=tsv-modified". Update the document of MI
3175 notification "=tsv-created".
3176 * observer.texi (GDB Observers): New observer tsv_modified.
3177 Update observer tsv_created and tsv_delete.
3178
3179 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3180
3181 * gdb.texinfo (AArch64 Features): New section; document
3182 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3183 (Architectures): Add new AArch64 section to document AArch64
3184 architecture specific commands.
3185 (ABI): Add description of the new OS ABI "Newlib" and its influence
3186 on the longjmp handling.
3187
3188 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3189 Jan Kratochvil <jan.kratochvil@redhat.com>
3190
3191 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3192 variable in 'set/show backtrace' section.
3193
3194 2013-01-31 Tom Tromey <tromey@redhat.com>
3195
3196 * gdb.texinfo (Target Commands): Fix typo.
3197
3198 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3199
3200 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3201 describing the gdb.Architecture class.
3202 (Frames In Python): Add description about the new method
3203 gdb.Frame.architecture().
3204
3205 2013-01-23 Doug Evans <dje@google.com>
3206
3207 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3208
3209 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3210
3211 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3212 'thread-groups' field when printing a breakpoint in MI.
3213
3214 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3215 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3216 to reflect that jit-reader-load now supports absolute file-names.
3217
3218 2013-01-16 Tom Tromey <tromey@redhat.com>
3219
3220 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3221 (Signals): Likewise.
3222
3223 2013-01-16 Tom Tromey <tromey@redhat.com>
3224
3225 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3226 "catch-type" field.
3227 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3228
3229 2013-01-07 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.texinfo (Mode Options): Don't mention -epoch.
3232 (Data, Emacs): Remove obsolete comments.
3233
3234 2013-01-02 Tom Tromey <tromey@redhat.com>
3235
3236 * gdb.texinfo (GDB/MI Output Records): Update menu.
3237 (GDB/MI Breakpoint Information): New node.
3238 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3239 <-break-insert>: Likewise.
3240
3241 2012-12-31 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3244 (Packets): Move "vStopped" packet to ...
3245 (Notification Packets): ... here. Describe the components
3246 of notification. Add a table of supported notifications.
3247 Add an example on the process of he async notification.
3248
3249 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3250
3251 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3252 present.
3253 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3254 fullname output always present.
3255
3256 2012-12-23 Pierre Muller <muller@sourceware.org>
3257
3258 * gdbint.texinfo (Function prototypes): Require use of "extern"
3259 modifier for function prototypes in headers.
3260
3261 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3262
3263 * refcard.tex: Update copyright notice to GPL v3 or later.
3264 Update contact info.
3265
3266 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3269
3270 2012-12-15 Yao Qi <yao@codesourcery.com>
3271
3272 * gdb.texinfo (Debugging Output): Document 'set debug
3273 notification' and 'show debug notification'.
3274
3275 2012-12-15 Yao Qi <yao@codesourcery.com>
3276
3277 * gdb.texinfo (Listing Tracepoints): New item and example about
3278 'installed on target' output.
3279 Add more in the example about 'installed on target'.
3280 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3281
3282 2012-12-14 Tom Tromey <tromey@redhat.com>
3283
3284 * gdb.texinfo (SVR4 Process Information): Mention core files.
3285
3286 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3287
3288 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3289
3290 2012-12-11 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.texinfo: Remove all mentions of Unixware throughout.
3293
3294 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3297
3298 2012-11-29 Tom Tromey <tromey@redhat.com>
3299
3300 * gdb.texinfo (SVR4 Process Information): Document missing
3301 "info proc" subcommands.
3302
3303 2012-11-29 Yao Qi <yao@codesourcery.com>
3304
3305 PR gdb/1477.
3306 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3307 to 'auto' instead of 'gnu'.
3308
3309 2012-11-26 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb.texinfo (MiniDebugInfo): New node.
3312 (GDB Files): Update.
3313
3314 2012-11-16 Doug Evans <dje@google.com>
3315
3316 * gdb.texinfo (System-wide configuration): If the system-wide init
3317 file lives in the data-directory, and --data-directory is provided,
3318 look for it there.
3319
3320 2012-11-15 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb.texinfo (Signaling): Fix typo.
3323
3324 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3325
3326 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3327 parameter "count" of -data-write-memory-bytes, and add an example.
3328
3329 2012-11-12 Tom Tromey <tromey@redhat.com>
3330
3331 * gdb.texinfo (Symbols): Document "info type-printers",
3332 "enable type-printer" and "disable type-printer".
3333 (Python API): Add new node to menu.
3334 (Type Printing API): New node.
3335 (Progspaces In Python): Document type_printers field.
3336 (Objfiles In Python): Likewise.
3337 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3338 register_type_printer, TypePrinter>: Document.
3339
3340 2012-11-12 Tom Tromey <tromey@redhat.com>
3341
3342 * gdb.texinfo (Symbols): Document "set print type methods",
3343 "set print type typedefs", and flags to ptype and whatis.
3344
3345 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3346
3347 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3348 the example -data-disassemble output. Extend the description of
3349 the -data-disassemble results to document all fields. Document
3350 the cli disassemble command as being related to -data-disassemble.
3351
3352 2012-11-09 Yao Qi <yao@codesourcery.com>
3353
3354 PR gdb/14777.
3355 * gdb.texinfo (OS Information): Remove doc on command
3356 'info udot'.
3357
3358 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3359
3360 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3361 gdb.ini warning for Windows port.
3362
3363 2012-11-08 Yao Qi <yao@codesourcery.com>
3364
3365 * gdb.texinfo (Search): Add kindex for 'fo'.
3366
3367 2012-11-05 Tom Tromey <tromey@redhat.com>
3368
3369 PR python/14802:
3370 * gdb.texinfo (Functions In Python): Add example.
3371
3372 2012-11-03 Yao Qi <yao@codesourcery.com>
3373
3374 * observer.texi (GDB Observers): Remove observer
3375 'tracepoint_modified', 'tracepoint_created' and
3376 'tracepoint_deleted'.
3377
3378 2012-10-26 Tom Tromey <tromey@redhat.com>
3379
3380 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3381
3382 2012-10-25 Tom Tromey <tromey@redhat.com>
3383
3384 * gdb.texinfo (General Query Packets): Use @itemx.
3385
3386 2012-10-17 Yao Qi <yao@codesourcery.com>
3387
3388 * observer.texi (GDB Observers): Update observer
3389 'memory_changed'.
3390 * gdb.texinfo (GDB/MI Async Records): Document for
3391 "memory-changed" notification.
3392
3393 2012-10-15 Doug Evans <dje@google.com>
3394
3395 * gdb.texinfo (Mode Options): Document -nh.
3396 Elaborate on docs for -nx.
3397
3398 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3399
3400 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3401
3402 2012-09-21 Yao Qi <yao@codesourcery.com>
3403 Pedro Alves <palves@redhat.com>
3404
3405 * gdb.texinfo (GDB/MI Async Records): Document notification
3406 'record-started' and 'record-stopped'.
3407 * observer.texi (GDB Observers): New observer 'record-changed'.
3408
3409 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3410
3411 * gdb.texinfo: Document the removal of SH's 'regs' command.
3412
3413 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3414
3415 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3416
3417 2012-09-18 Yao Qi <yao@codesourcery.com>
3418
3419 * gdb.texinfo (GDB/MI Async Records): Document new MI
3420 notifications '=tsv-created' and '=tsv-deleted'.
3421 * observer.texi (GDB Observers): New observer tsv_created and
3422 tsv_deleted.
3423
3424 2012-09-18 Yao Qi <yao@codesourcery.com>
3425
3426 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3427 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3428 '=traceframe-changed'.
3429
3430 2012-09-17 Yao Qi <yao@codesourcery.com>
3431
3432 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3433 'set listsize'.
3434
3435 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3436 Eli Zaretskii <eliz@gnu.org>
3437
3438 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3439 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3440 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3441
3442 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3443
3444 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3445
3446 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3447
3448 Document how to return from "python-interactive" to GDB.
3449 * gdb.texinfo (Python Commands): Update documentation.
3450
3451 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3452
3453 Add a new "python-interactive" command that starts a standard
3454 Python interactive prompt with "pi" as alias, and add "py" as
3455 an alias to "python".
3456 * gdb.texinfo (Python Commands): Document the new commands.
3457
3458 2012-08-22 Tom Tromey <tromey@redhat.com>
3459
3460 * gdbint.texinfo (Host Definition): Remove documentation for
3461 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3462
3463 2012-08-17 Keith Seitz <keiths@redhat.com>
3464
3465 PR c++/13356
3466 * gdb.texinfo (Type and Range Checking): Remove warning.
3467 Remove spurious commas.
3468 Update text and examples for re-implementation of set/show
3469 check type.
3470 (C and C++ Type and Range Checks): Likewise.
3471
3472 2012-08-16 Yao Qi <yao@codesourcery.com>
3473
3474 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3475 is deprecated.
3476
3477 2012-08-13 Doug Evans <dje@google.com>
3478
3479 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3480 to include functions.
3481
3482 2012-08-10 Doug Evans <dje@google.com>
3483
3484 * gdb.texinfo (Convenience Funs): New node.
3485 (Types In Python): Document Type.vector.
3486
3487 2012-08-09 Yao Qi <yao@codesourcery.com>
3488
3489 * observer.texi: New observer command_param_changed.
3490 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3491
3492 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdbint.texinfo (Debugging GDB): In section
3495 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3496 Mention also gdb-gdb.py.
3497
3498 2012-08-07 Yao Qi <yao@codesourcery.com>
3499
3500 Revert the folloing patch:
3501 2012-08-06 Yao Qi <yao@codesourcery.com>
3502 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3503 remote hardware-watchpoint-limit' and 'set
3504 remote hardware-breakpoint-limit'.
3505
3506 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3507
3508 * gdb.texinfo (Working Directory): Added information about new
3509 default argument for 'cd' command.
3510
3511 2012-08-06 Yao Qi <yao@codesourcery.com>
3512
3513 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3514 remote hardware-watchpoint-limit' and 'set
3515 remote hardware-breakpoint-limit'.
3516
3517 2012-08-06 Yao Qi <yao@codesourcery.com>
3518
3519 Fix PR14371.
3520
3521 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3522 '=breakpoint-deleted'.
3523
3524 2012-08-02 Yao Qi <yao@codesourcery.com>
3525
3526 * gdb.texinfo (Native): Remove node Neutrino.
3527
3528 2012-07-27 Yao Qi <yao@codesourcery.com>
3529
3530 * gdb.texinfo (IPA Protocol Commands): Document new command
3531 'close'.
3532
3533 2012-07-25 Tom Tromey <tromey@redhat.com>
3534
3535 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3536
3537 2012-07-20 Doug Evans <dje@google.com>
3538
3539 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3540 (Index Files): Document how to control the use of deprecated index
3541 sections.
3542 (Index Section Format): Replace --use-deprecated-index-sections with
3543 "set use-deprecated-index-sections on".
3544
3545 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3546
3547 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3548 indices into a single node "Index". Instead, join function and
3549 variable indices into a single index, separate from the concept
3550 index. Requested in
3551 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3552 (Top): Update the top-level menu: instead of one "Index" there are
3553 now separate entries "Concept Index" and "Function and Variable
3554 Index".
3555 (Concept Index, Function and Variable Index): New nodes.
3556 (Index): Node deleted.
3557
3558 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3559
3560 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3561 and "maint agent-eval".
3562
3563 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3564
3565 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3566 avoid file-name clashes between Index.html and index.html on
3567 case-insensitive filesystems. See the discussion starting in
3568 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3569 details of the problem.
3570 (Top): Update the master menu for the above.
3571 (Concept Index, Command and Variable Index): New nodes, instead of
3572 the old "Index" node that was deleted. All cross-references
3573 updated.
3574
3575 2012-07-02 Stan Shebs <stan@codesourcery.com>
3576
3577 * gdb.texinfo (Dynamic Printf): Mention agent style and
3578 disconnected dprintf.
3579 (Maintenance Commands): Describe maint agent-printf.
3580 (General Query Packets): Mention BreakpointCommands feature.
3581 (Packets): Document commands extension to Z0 packet.
3582 * agentexpr.texi (Bytecode Descriptions): Document printf
3583 bytecode.
3584
3585 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3586
3587 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3588 only after gdbinit files.
3589 (Startup): Move -iex and -iex commands down after gdbinit files.
3590
3591 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3592
3593 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3594 possibility.
3595
3596 2012-06-29 Tom Tromey <tromey@redhat.com>
3597
3598 * gdb.texinfo (Index Section Format): Update for version 7.
3599
3600 2012-06-28 Stan Shebs <stan@codesourcery.com>
3601
3602 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3603 example, add note about title column.
3604
3605 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3606
3607 * gdb.texinfo (Symbol Tables In Python): Add description about
3608 the new 'last' attribute of gdb.Symtab_and line.
3609
3610 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3611
3612 * gdb.texinfo (Symbol Tables In Python): Correct the description
3613 of the 'pc' attribute of gdb.Symtab_and_line.
3614
3615 2012-06-26 Doug Evans <dje@google.com>
3616
3617 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3618 and symtab-create.
3619
3620 2012-06-25 Keith Seitz <keiths@redhat.com>
3621
3622 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3623 from example. Remove "rbreak" from list of corresponding
3624 gdb commands.
3625
3626 2012-06-23 Doug Evans <dje@google.com>
3627
3628 * gdb.texinfo (Index Section Format): Document version 7 format.
3629
3630 2012-06-22 Yao Qi <yao@codesourcery.com>
3631
3632 * gdb.texinfo: Add missing cindex for some packets.
3633
3634 2012-06-20 Keith Seitz <keiths@redhat.com>
3635
3636 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3637 for -break-insert and document -p.
3638
3639 2012-06-20 Yao Qi <yao@codesourcery.com>
3640
3641 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3642 and "gdb.write_memory" with "Inferior.read_memory" and
3643 "Inferior.write_memory".
3644
3645 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3646
3647 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3648 (Free Documentation): Add @node line.
3649 (Continuing and Stepping) <advance location>: Use @item instead of
3650 @itemx.
3651 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3652 @itemx.
3653 (Embedded Processors): Put the link to "PA" to its correct place,
3654 according to document structure.
3655 (Python API): Put the link to "Lazy Strings In Python" to its
3656 correct place.
3657 (Index): Use @@ in @tex block to get a literal @.
3658
3659 * gdbint.texinfo: Fix the @subtitle line.
3660
3661 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3662 correct place.
3663
3664 2012-06-08 Yao Qi <yao@codesourcery.com>
3665
3666 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3667 Protocol'.
3668 (In-Process Agent Protocol, IPA Protocol Objects)
3669 (IPA Protocol Commands): New nodes.
3670 (Tracepoint Packets): Add anchors.
3671
3672 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3673
3674 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3675
3676 2012-06-06 Yao Qi <yao@codesourcery.com>
3677
3678 * gdb.texinfo: Update copyright year.
3679
3680 2012-05-23 Stan Shebs <stan@codesourcery.com>
3681 Kwok Cheung Yeung <kcy@codesourcery.com>
3682
3683 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3684
3685 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3688 Mention also --with-separate-debug-dir.
3689 (Auto-loading): Prepend $debugdir in the sample output.
3690 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3691 auto-load safe-path variable.
3692 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3693 Mention also $debugdir for 'set auto-load scripts-directory'.
3694
3695 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3696
3697 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3698 (MIPS Embedded, MIPS, MIPS Register packet Format)
3699 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3700 appropriate.
3701
3702 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3703 Maciej W. Rozycki <macro@codesourcery.com>
3704
3705 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3706 mips compression".
3707 (MIPS Breakpoint Kinds): New subsubsection.
3708
3709 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3710
3711 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3712 nodes for subsections. Add @acronym mark-ups and adjust
3713 formatting.
3714
3715 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3716
3717 Rename $ddir to $datadir.
3718 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3719 (objfile-gdb.py file): Rename $ddir to $datadir.
3720
3721 2012-05-18 Tom Tromey <tromey@redhat.com>
3722
3723 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3724
3725 2012-05-14 Stan Shebs <stan@codesourcery.com>
3726
3727 * gdb.texinfo (Dynamic Printf): New subsection.
3728
3729 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3730
3731 * gdb.texinfo (Basic Python): Add description about the function
3732 gdb.find_pc_line
3733
3734 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3735 Eli Zaretskii <eliz@gnu.org>
3736
3737 * gdb.texinfo (Separate Debug Files): Use plural form for global
3738 debugging information directory.
3739
3740 2012-05-11 Stan Shebs <stan@codesourcery.com>
3741 Kwok Cheung Yeung <kcy@codesourcery.com>
3742
3743 * gdb.texinfo (Operating System Auxiliary Information): Document new
3744 'info os' subcommands.
3745
3746 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3747
3748 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3749 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3750 (dotdebug_gdb_scripts section): Add reference
3751 to 'Auto-loading safe path'.
3752
3753 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3754
3755 Implement multi-component --with-auto-load-dir.
3756 * gdb.texinfo (Auto-loading): New references
3757 for 'set auto-load scripts-directory'
3758 and 'show auto-load scripts-directory'.
3759 (Auto-loading safe path): Describe the new default. Move $ddir
3760 substituation reference to 'objfile-gdb.py file'.
3761 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3762 script-name. Describe new 'set auto-load scripts-directory'
3763 and 'show auto-load scripts-directory'.
3764
3765 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3766
3767 Provide $ddir substitution for --with-auto-load-safe-path.
3768 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3769 (Auto-loading safe path): Likewise. Mention the default value,
3770 $ddir substitution, --with-auto-load-safe-path and
3771 --without-auto-load-safe-path.
3772 * observer.texi (gdb_datadir_changed): New.
3773
3774 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3777 Twice.
3778
3779 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3780 directory separator by path separator.
3781
3782 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3785 for 'set auto-load safe-path' optional. Mention if it is omitted.
3786 Change disabling security protection condition to "/", twice.
3787
3788 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3789
3790 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3791 the new methods global_block and static_block on gdb.Symtab
3792 objects.
3793
3794 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3795
3796 * gdb.texinfo (Blocks In Python): Add a note saying that future
3797 improvements to GDB and its infrastructure can move symbols
3798 across blocks within a symbol table.
3799
3800 2012-04-29 Yao Qi <yao@codesourcery.com>
3801
3802 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3803 (A29K): Remove.
3804
3805 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3806 Tom Tromey <tromey@redhat.com>
3807
3808 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3809 and generic static probe support on GDB.
3810
3811 2012-04-25 Doug Evans <dje@google.com>
3812
3813 * gdb.texinfo (Go): Fix thinko.
3814
3815 * gdb.texinfo (Supported Languages): Add Go.
3816 (Go): New node.
3817
3818 2012-04-25 Yao Qi <yao@codesourcery.com>
3819
3820 * gdbint.texinfo (Testsuite): New section `Board settings'.
3821
3822 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3825 Three times.
3826
3827 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3828 Three times.
3829
3830 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3833 by @table @asis. Fix formatting of one item.
3834
3835 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3838
3839 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 New option "set debug auto-load".
3842 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3843 (auto-load verbose mode): New node.
3844
3845 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3846
3847 New option "set auto-load safe-path".
3848 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3849 and "info auto-load" examples for safe-path. Put there also references
3850 for "set auto-load safe-path" and "show auto-load safe-path".
3851 New menu item for Auto-loading safe path.
3852 (Auto-loading safe path): New node.
3853 (Python Auto-loading): Update the expected output from "Missing"
3854 to "No".
3855
3856 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 auto-load: Implementation.
3859 * gdb.texinfo (Mode Options): New anchor for -nx.
3860 (Startup): New anchors for Option -init-eval-command,
3861 Home Directory Init File
3862 and Init File in the Current Directory during Startup.
3863 Mention set auto-load local-gdbinit with a reference.
3864 Change the sample code to "set auto-load python-scripts".
3865 (Threads): New anchor set libthread-db-search-path.
3866 Provide references to libthread_db.so.1 file.
3867 (Controlling GDB): New menu item for Auto-loading.
3868 (Auto-loading, Init File in the Current Directory)
3869 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3870 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3871 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3872 reference.
3873 (Auto-loading): Rename to ...
3874 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3875 "set auto-load python-scripts", new anchor for it. Change
3876 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3877 for it. Change "info auto-load-scripts"
3878 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3879 to "Python scripts".
3880
3881 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3882
3883 PR mi/13393
3884 * gdb.texinfo (Print Settings): Extend the description for "set print
3885 object".
3886 (GDB/MI Variable Objects): Extend the description for -var-create and
3887 -var-list-children.
3888
3889 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3890
3891 * gdb.texinfo (Examining Data): Document the 'explore' command.
3892
3893 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3894
3895 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3896 to the children of a varobj and its update range when -var-update
3897 returns that the varobj's type changed.
3898
3899 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3902 Create two new links fir 'objfile-gdb.py file'
3903 and 'dotdebug_gdb_scripts section'.
3904
3905 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 * gdb.texinfo (Auto-loading): Rename node reference
3908 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3909 Twice.
3910 (.debug_gdb_scripts section): Rename the node ...
3911 (dotdebug_gdb_scripts section): ... here.
3912 (Maintenance Commands): Also rename this node reference.
3913
3914 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3915
3916 * gdb.texinfo (Python API/Values From Inferior): Add description
3917 about the new method Value.referenced_value. Add description on
3918 how Value.dereference is different (and similar) to
3919 Value.referenced_value.
3920
3921 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3922
3923 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3924 --init-eval-command=COMMAND, -iex.
3925 (Startup): Describe -iex and -ix. Simplify the example
3926 for "set auto-load-scripts off".
3927
3928 2012-03-16 Gary Benson <gbenson@redhat.com>
3929
3930 PR breakpoints/10738
3931 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3932 stating that GDB cannot set breakpoints on inlined functions.
3933 (Mode Options): Document --use-deprecated-index-sections.
3934 (Index Section Format): Document new index section version format.
3935
3936 2012-03-15 Tom Tromey <tromey@redhat.com>
3937
3938 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3939
3940 2012-03-13 Doug Evans <dje@google.com>
3941
3942 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3943 of "reload".
3944 (Symbols): Delete docs for set/show symbol-reloading.
3945 * gdbint.texinfo (Defining Other Architecture Features): Delete
3946 SYMBOL_RELOADING_DEFAULT.
3947 * refcard.tex: Delete reference to symbol-reloading.
3948
3949 2012-03-07 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.texinfo (General Query Packets): Document new
3952 QProgramSignals packet.
3953 * gdb.texinfo (Remote configuration): Mention
3954 "program-signals-packet".
3955
3956 2012-03-05 Tristan Gingold <gingold@adacore.com>
3957
3958 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3959
3960 2012-03-03 Yao Qi <yao@codesourcery.com>
3961
3962 * gdb.texinfo (In-Process Agent): New node.
3963 Document new commands.
3964 (General Query Packets): Add packet `QAgent'.
3965
3966 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3967
3968 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3969
3970 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3971
3972 * gdb.texinfo (Commands In Python): Put example python macro in
3973 COMMAND_USER category rather than COMMAND_OBSCURE.
3974 Document gdb.COMMAND_USER.
3975 (User-defined Commands): Update documentation to clarify
3976 "set/show max-user-call-depth" and "show user" don't apply to python
3977 commands. Update documentation to clarify "help user-defined" may
3978 also include python commands defined as COMMAND_USER.
3979
3980 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3981
3982 * gdb.texinfo (Startup): Add option -ex description to the option -x
3983 description.
3984
3985 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3986
3987 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3988 condition-evaluation breakpoint parameter.
3989 Mention condition-evaluation mode being shown in "info break".
3990 (Break Conditions): Add description for target-side
3991 conditional breakpoints.
3992 (Remote Configuration): Mention conditional-breakpoints-packet.
3993 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3994 cond-expr.
3995 (General Query Packets): Mention new ConditionalBreakpoint feature.
3996
3997 2012-02-22 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4000
4001 2012-02-17 Tom Tromey <tromey@redhat.com>
4002
4003 PR python/10753:
4004 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4005 directory.
4006
4007 2012-02-14 Stan Shebs <stan@codesourcery.com>
4008
4009 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4010
4011 2012-02-13 Pedro Alves <palves@redhat.com>
4012
4013 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4014 mips-idt-ecoff.
4015
4016 2012-02-09 Yao Qi <yao@codesourcery.com>
4017
4018 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4019
4020 2012-02-07 Tom Tromey <tromey@redhat.com>
4021
4022 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4023 Symbol.value.
4024
4025 2012-02-07 Tom Tromey <tromey@redhat.com>
4026
4027 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4028
4029 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4030
4031 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4032
4033 2012-01-24 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4036 unload".
4037 (Files): Mention new catch commands.
4038 (GDB/MI Async Records): Likewise.
4039
4040 2012-01-24 Gary Benson <gbenson@redhat.com>
4041
4042 Delete #if 0'd out code.
4043 * gdb.texinfo (Frame Info): Remove "info catch".
4044
4045 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4046
4047 * gdb.texinfo (Remote Configuration): Document
4048 "set remote hostio-readlink-packet" command.
4049 (General Query Packets): Document vFile:readlink packet.
4050
4051 2012-01-16 Tom Tromey <tromey@redhat.com>
4052
4053 * gdb.texinfo (Specify Location): Document relative file name
4054 handling.
4055
4056 2012-01-16 Tom Tromey <tromey@redhat.com>
4057
4058 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4059
4060 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4061 Eli Zaretskii <eliz@gnu.org>
4062
4063 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4064 code.
4065
4066 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4067
4068 * gdb.texinfo (Variables): Document use of :: for non-static
4069 variables.
4070
4071 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4072
4073 * gdbint.texinfo (Start of New Year Procedure): Update
4074 to replace use of copyright.sh by use of copyright.py.
4075
4076 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 Remove the gdbtui binary.
4079 * all-cfg.texi (GDBTUI): Remove.
4080 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4081 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4082 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4083
4084 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4085
4086 Introduce gdb.FinishBreakpoint in Python.
4087 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4088 (Python API): Add menu entry for Finish Breakpoints.
4089
4090 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4093 tests.
4094
4095 2011-12-16 Doug Evans <dje@google.com>
4096
4097 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4098
4099 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4100
4101 * gdb.texinfo (Python Commands): Remove "maint set/show print
4102 stack". Add documentation for "set/show python print-stack".
4103
4104 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4105
4106 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4107 should transfer control to the stub in the startup code instead of
4108 in main. Mention the need to get past the initial breakpoint.
4109
4110 2011-12-06 Tom Tromey <tromey@redhat.com>
4111
4112 * gdb.texinfo (Set Breaks): Update for new behavior.
4113
4114 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4117 List Format for SVR4 Targets'.
4118 (General Query Packets): New item qXfer:libraries-svr4:read.
4119 (Library List Format for SVR4 Targets): New node.
4120
4121 2011-12-01 Tom Tromey <tromey@redhat.com>
4122
4123 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4124 add.
4125
4126 2011-11-22 Tom Tromey <tromey@redhat.com>
4127
4128 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4129 reasons.
4130
4131 2011-11-20 Stan Shebs <stan@codesourcery.com>
4132
4133 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4134 note-related options and variables.
4135 (Tracepoint Packets): Document packet changes.
4136
4137 2011-11-20 Sanjoy Das <sdas@igalia.com>
4138
4139 * gdb.texinfo (JIT Interface): Add documentation on writing and
4140 usind JIT debug info readers.
4141 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4142 Debug Info Readers): New nodes.
4143
4144 2011-11-18 Yao Qi <yao@codesourcery.com>
4145
4146 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4147 tracepoint.
4148
4149 2011-11-15 Doug Evans <dje@google.com>
4150
4151 * gdb.texinfo (Files): Document basenames-may-differ.
4152
4153 2011-11-14 Doug Evans <dje@google.com>
4154
4155 * gdb.texinfo (Shell Commands): Document "!".
4156
4157 2011-11-14 Stan Shebs <stan@codesourcery.com>
4158 Kwok Cheung Yeung <kcy@codesourcery.com>
4159
4160 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4161 needed to get shorter fast tracepoints.
4162 (Tracepoint Packets): Document new qTMinFTPILen packet.
4163
4164 2011-11-14 Yao Qi <yao@codesourcery.com>
4165
4166 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4167 behavior of tracepoint.
4168 (General Query Packets): New feature InstallInTrace.
4169 (Remote Configuration): Document "set remote
4170 install-in-trace-packet".
4171
4172 2011-11-12 Matt Rice <ratmice@gmail.com>
4173
4174 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4175 Add arguments to info macro.
4176
4177 2011-11-10 Tom Tromey <tromey@redhat.com>
4178
4179 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4180 manual.
4181 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4182 (Macros): Add a footnote.
4183 (C): Remove paragraph about compiler options.
4184 (C Constants): Mention wide character and string constants.
4185 (C Plus Plus Expressions): Update compiler option advice. Mention
4186 using declarations. Mention ADL. Remove old HP compiler
4187 information.
4188
4189 2011-11-10 Tom Tromey <tromey@redhat.com>
4190
4191 PR c++/9257:
4192 * gdb.texinfo (Print Settings): Add an extra note about the need
4193 for a vtable.
4194
4195 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4196
4197 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4198 "set mips abi" documentation.
4199
4200 2011-11-04 Doug Evans <dje@google.com>
4201
4202 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4203
4204 2011-11-03 Tom Tromey <tromey@redhat.com>
4205
4206 * gdb.texinfo (Stopping): Add menu entry.
4207 (Continuing and Stepping): Restore @node. Use @section, not
4208 @subsection.
4209
4210 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4211
4212 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4213 designation. Fix "Specify Location" cross-reference.
4214
4215 2011-11-02 Stan Shebs <stan@codesourcery.com>
4216
4217 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4218 (General Query Packets): Describe tracenz feature.
4219 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4220
4221 2011-10-28 Paul Koning <paul_koning@dell.com>
4222
4223 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4224
4225 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4226
4227 * gdb.texinfo ((Frames In Python): Document
4228 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4229
4230 2011-10-26 Paul Koning <paul_koning@dell.com>
4231
4232 * gdb.texinfo (gdb.types): Document new deepitems function.
4233
4234 2011-10-25 Paul Koning <paul_koning@dell.com>
4235
4236 PR python/13327
4237
4238 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4239 fetch_lazy method.
4240
4241 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4242
4243 PR python/12656
4244
4245 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4246 global_block, static_block function.
4247
4248 2011-10-19 Tom Tromey <tromey@redhat.com>
4249
4250 * gdb.texinfo (Commands In Python): Add missing "@"s.
4251
4252 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4253
4254 PR python/13285 Document named constants for frame unwind stop reasons
4255 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4256 constants.
4257
4258 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4259
4260 Fix compatibility with texinfo versions older than 4.12.
4261 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4262 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4263 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4264 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4265 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4266 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4267 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4268
4269 2011-10-09 Doug Evans <dje@google.com>
4270
4271 * gdb.texinfo (Extending GDB): Document alias command.
4272
4273 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4274
4275 Support @entry in input expressions.
4276 * gdb.texinfo (Variables): Describe @entry names suffix.
4277 (Print Settings): Add anchor for `set print entry-values'.
4278
4279 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4280 Eli Zaretskii <eliz@gnu.org>
4281
4282 Display @entry parameter values (without references).
4283 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4284 example.
4285 (Print Settings): New description of set print entry-values and show
4286 print entry-values.
4287
4288 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4289 Eli Zaretskii <eliz@gnu.org>
4290
4291 Recognize virtual tail call frames.
4292 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4293 (Tail Call Frames): New node.
4294 (Frames In Python): Add gdb.TAILCALL_FRAME.
4295
4296 2011-10-07 Doug Evans <dje@google.com>
4297
4298 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4299 register_pretty_printer.
4300
4301 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4302
4303 PR python/12930
4304 PR python/12802
4305
4306 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4307 stop method.
4308
4309 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4310
4311 * gdb.texinfo (Starting your Program): "set disable-randomization"
4312 is no longer Linux-specific.
4313 (Remote Configuration): Document "set remote
4314 disable-randomization-packet".
4315 (General Query Packets): Document "QDisableRandomization" packet
4316 and add it to "qSupported" list.
4317
4318 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4319
4320 Allow Python notification of new object-file loadings.
4321 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4322 event type.
4323
4324 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4325
4326 PR python/12691: Add the inferior to Python exited event
4327 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4328
4329 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4330
4331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4332 rephasing.
4333
4334 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4335
4336 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4337 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4338 as possible feature returned by the `-list-features'
4339 command.
4340
4341 2011-09-28 Paul Koning <paul_koning@dell.com>
4342
4343 * gdb.texinfo (gdb.Type): Document field access by dictionary
4344 key syntax.
4345
4346 2011-09-28 Yao Qi <yao@codesourcery.com>
4347
4348 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4349 Add one space after option `-s'. Remove @r{} markup.
4350
4351 2011-09-27 Stan Shebs <stan@codesourcery.com>
4352
4353 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4354
4355 2011-09-16 Hui Zhu <teawater@gmail.com>
4356
4357 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4358 to *(unsigned char *)$esp@300.
4359
4360 2011-09-15 Paul Koning <paul_koning@dell.com>
4361
4362 * gdb.texinfo: Make style of Python functions and methods match
4363 the syntax of Python. Also put class and module names explicitly
4364 on function, member, and variable names, matching Python
4365 documentation conventions.
4366
4367 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4368
4369 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4370 * gdb.texinfo (Inferiors In Python): Describe new
4371 gdb.selected_inferior() function.
4372
4373 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4374
4375 Handle multiple breakpoint hits in Python interface:
4376 * gdb.texinfo (Events In Python): New function documentation:
4377 gdb.BreakpointEvent.breakpoints. Indicate that
4378 gdb.BreakpointEvent.breakpoint is now deprecated.
4379
4380 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4381
4382 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4383
4384 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4385
4386 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4387
4388 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4389
4390 * gdb.texinfo (Prompt): Add set/show extended-prompt
4391 documentation
4392 (Basic Python): Add prompt_hook anchor.
4393 (Python modules): Reword module text to reflect multiple modules.
4394 (gdb.prompt): Document gdb.prompt module.
4395
4396 2011-08-14 Yao Qi <yao@codesourcery.com>
4397
4398 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4399
4400 2011-08-14 Yao Qi <yao@codesourcery.com>
4401
4402 * gdb.texinfo (Standard Target Features): Document C6x features.
4403 (TIC6x Features): New node.
4404
4405 2011-08-12 Doug Evans <dje@google.com>
4406
4407 * gdb.texinfo (Symbols In Python): Document symbol.type.
4408
4409 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4410
4411 * gdb.texinfo (Python): Document command and function
4412 auto-loading.
4413
4414 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4415 Eli Zaretskii <eliz@gnu.org>
4416
4417 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4418 typedefs unrolling. Extend the sample code by an inner typedef and
4419 outer typedefs unrolling.
4420
4421 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4422
4423 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4424 size and line-size.
4425
4426 2011-07-21 Matt Rice <ratmice@gmail.com>
4427
4428 PR macros/12999
4429 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4430 Update text and cindex entries for info macro command.
4431
4432 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4433
4434 * observer.texi (GDB Observers): Add before_prompt observer.
4435 * gdb.texinfo (Basic Python): Add documentation for prompt
4436 substitution.
4437
4438 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4439
4440 PR python/12438
4441 * gdb.texinfo (Python Commands): Add deprecate note to maint
4442 set/show python print-stack. Document set/show python
4443 print-backtrace.
4444
4445 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4446
4447 * gdb.texinfo: Fix typos.
4448
4449 2011-07-01 Tom Tromey <tromey@redhat.com>
4450
4451 * gdb.texinfo (Debugging Output): Document set debug
4452 check-physname.
4453
4454 2011-06-29 Tom Tromey <tromey@redhat.com>
4455
4456 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4457 breakpoint-notifications feature.
4458
4459 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4460
4461 * gdb.texinfo (Target Description): Remove warning about
4462 possibly unstable format.
4463
4464 2011-06-03 Tom Tromey <tromey@redhat.com>
4465
4466 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4467 (Events In Python): Note that exit_code is optional.
4468
4469 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4470
4471 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4472 required for multi-threading support.
4473 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4474 Hc are deprecated for multi-threading debugging. Point readers at
4475 the vCont packet.
4476
4477 2011-05-15 Doug Evans <dje@google.com>
4478
4479 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4480
4481 2011-05-13 Doug Evans <dje@google.com>
4482
4483 * gdb.texinfo (Threads): Document $sdir,$pdir.
4484 (Server): Document $pdir exception.
4485
4486 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4487
4488 * gdb.texinfo (Threads): Clarify default value for
4489 libthread-db-search-path.
4490
4491 * gdb.texinfo (Completion): Update example.
4492 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4493
4494 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4495
4496 * gdb.texinfo: Document change in the behaviour of the enable and
4497 disable GDB commands when applied to tracepoints.
4498 Document the EnableDisableTracepoints remote stub feature.
4499 Document QTEnable and QTDisable in the list of tracepoint packets.
4500
4501 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4502
4503 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4504 hsuser.texi.
4505 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4506 comment to hsuser.texi. Change rluser.texi name in the comment.
4507
4508 2011-05-10 Doug Evans <dje@google.com>
4509
4510 * gdb.texinfo (Threads): If an empty path is provided for
4511 libthread-db-search-path it is reset to its default value.
4512 (Server): Ditto.
4513
4514 2011-05-09 Doug Evans <dje@google.com>
4515
4516 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4517
4518 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4519 Thiago Jung Bauermann <bauerman@br.ibm.com>
4520
4521 Implement support for PowerPC BookE masked watchpoints.
4522 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4523 (PowerPC Embedded): Mention support of masked watchpoints.
4524
4525 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4526
4527 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4528 `@value{GDBN}'.
4529
4530 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4531
4532 * gdb.texinfo (titlepage): Remove dedication.
4533 (In Memoriam): New appendix.
4534
4535 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4536 Eli Zaretskii <eliz@gnu.org>
4537
4538 * gdb.texinfo (Index Section Format): Change the version to 5.
4539 Describe the different formula.
4540
4541 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4542 Eli Zaretskii <eliz@gnu.org>
4543
4544 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4545 for disconnected tracing.
4546 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4547 extended-remote relationship. Mention --once.
4548 (TCP port allocation lifecycle of @code{gdbserver}): New.
4549
4550 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4551
4552 * gdb.texinfo (Server): Improve indexing. Index all optional
4553 switches to gdbserver.
4554
4555 2011-04-20 Tom Tromey <tromey@redhat.com>
4556
4557 * gdb.texinfo (Index Section Format): New node.
4558 (Top): Add new node to menu.
4559
4560 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4561
4562 * gdb.texinfo (Maintenance Commands): Document `maint print
4563 remote-registers'.
4564
4565 2011-04-20 Tom Tromey <tromey@redhat.com>
4566
4567 * gdb.texinfo (Trace File Format): Move node later.
4568
4569 2011-04-19 Tom Tromey <tromey@redhat.com>
4570
4571 * gdbint.texinfo (Register Information Functions): Remove
4572 duplicate "the".
4573 * gdb.texinfo (Emacs): Remove duplicate "to".
4574 (GDB/MI Variable Objects): Remove duplicate "the".
4575 (General Query Packets): Likewise.
4576
4577 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4578
4579 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4580 "GDB/MI Ada Exception Information" node.
4581
4582 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4583
4584 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4585 the "exception-name" field in the *stopped async record.
4586
4587 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4588 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4589
4590 Implement support for PowerPC BookE ranged breakpoints.
4591 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4592
4593 2011-03-28 Tom Tromey <tromey@redhat.com>
4594
4595 * gdb.texinfo (Set Tracepoints): Fix typo.
4596
4597 2011-03-24 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (Specify Location): Document `function:label'
4600 linespec.
4601
4602 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4603
4604 PR python/12149
4605
4606 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4607
4608 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4609
4610 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4611 (Inferiors In Python): Likewise.
4612 (Threads In Python): Likewise.
4613 (Symbols In Python): Likewise.
4614 (Objfiles In Python): Likewise.
4615 (Symbol Tables In Python): Likewise.
4616
4617 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4618
4619 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4620 display>: Explain that the commands accept number ranges.
4621
4622 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4623
4624 * gdb.texinfo (Breakpoints In Python): Add description and example
4625 of Python stop function operation.
4626
4627 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4628
4629 * gdb.texinfo (Parameters In Python): Document get_set_string and
4630 get_show_string methods.
4631
4632 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4633
4634 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4635
4636 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4637 circular-trace-buffer name.
4638
4639 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4640
4641 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4642 in the previous change.
4643
4644 2011-02-27 Michael Snyder <msnyder@vmware.com>
4645
4646 * gdb.texinfo (Inferiors and Programs): Update commands to show
4647 that they can accept multiple arguments.
4648
4649 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4650
4651 Revert the following patch (code patch was not approved):
4652 2011-02-21 Hui Zhu <teawater@gmail.com>
4653 * agentexpr.texi (bytecode descriptions): add printf.
4654 * gdb.texinfo (tracepoint action lists): add printf.
4655
4656 2011-02-23 Doug Evans <dje@google.com>
4657
4658 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4659
4660 2011-02-23 Michael Snyder <msnyder@vmware.com>
4661
4662 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4663 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4664 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4665
4666 2011-02-22 Doug Evans <dje@google.com>
4667
4668 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4669 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4670 add description of result, fix @defun formatting.
4671
4672 2011-02-21 Hui Zhu <teawater@gmail.com>
4673
4674 * agentexpr.texi (Bytecode Descriptions): Add printf.
4675 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4676
4677 2011-02-18 Tom Tromey <tromey@redhat.com>
4678
4679 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4680
4681 2011-02-14 Michael Snyder <msnyder@vmware.com>
4682
4683 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4684 Document new command "thread find".
4685
4686 2011-02-14 Michael Snyder <msnyder@vmware.com>
4687
4688 * gdb.texinfo (Threads): Update example of new thread message.
4689
4690 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4691
4692 * gdb.texinfo (Remote Configuration): Mention set/show remote
4693 traceframe-info.
4694 (Tools/Packages Optional for Building GDB): Mention that expat is
4695 used for traceframe info.
4696 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4697 (General Query Packets) <qSupported>: Describe the
4698 qXfer:traceframe-info:read feature.
4699 (qXfer::read): Describe qXfer:traceframe-info:read.
4700 (Traceframe Info Format): New section.
4701
4702 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4703
4704 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4705 for casts and unary operators.
4706
4707 2011-02-04 Tom Tromey <tromey@redhat.com>
4708
4709 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4710 is not useful.
4711
4712 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4713
4714 * gdb.texinfo: s/value optimized out/optimized out/g
4715
4716 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4717
4718 * gdb.texinfo (Other Misc Settings): Rework part of the
4719 documentation of the "set interactive mode" command.
4720
4721 2011-01-19 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.texinfo (Threads): Document thread name output and `thread
4724 name' command.
4725 (Threads In Python): Document Thread.name attribute.
4726 (GDB/MI Thread Commands): Document thread attributes.
4727
4728 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4729
4730 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4731 changes in mi/mi-cmd-disas.c
4732
4733 2011-01-12 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4736 Fix "thread apply" text.
4737
4738 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4739 Thiago Jung Bauermann <bauerman@br.ibm.com>
4740
4741 Implement support for PowerPC BookE ranged watchpoints.
4742 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4743 the "set powerpc exact-watchpoints" flag.
4744
4745 2011-01-07 Tom Tromey <tromey@redhat.com>
4746
4747 * gdb.texinfo (Python API): Add descriptions to @menu items.
4748
4749 2011-01-06 Tom Tromey <tromey@redhat.com>
4750
4751 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4752
4753 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4754
4755 * gdb.texinfo (Debugging Output): Document "set debug jit".
4756
4757 2011-01-06 Tom Tromey <tromey@redhat.com>
4758
4759 PR python/12133:
4760 * gdb.texinfo (Frames In Python): Document various frame
4761 constants.
4762
4763 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4764
4765 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4766 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4767 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4768
4769 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4772 (clean): Add GDBvn.texi.
4773
4774 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4777 occasional case where the debugger prints an array address
4778 instead of the array itself.
4779
4780 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4781
4782 * gdb.texinfo (Packets) <read registers packet>: Document support
4783 for registers that were not collected.
4784
4785 2010-12-15 Doug Evans <dje@google.com>
4786
4787 * gdb.texinfo (Startup): Document auto-loading of scripts during
4788 startup.
4789 (Auto-loading): Delete "maint set python auto-load on|off".
4790 Add "set auto-load-scripts on|off".
4791
4792 2010-12-07 Doug Evans <dje@google.com>
4793
4794 * gdb.texinfo (Mode Options): Document -data-directory.
4795 (Data Files): Add reference to -data-directory.
4796
4797 2010-11-29 Doug Evans <dje@google.com>
4798
4799 * gdb.texinfo (Pretty-Printer Introduction): Change
4800 printer-name:subprinter-name to printer-name;subprinter-name.
4801
4802 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4803
4804 PR python/12199
4805
4806 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4807
4808 2010-11-23 Tom Tromey <tromey@redhat.com>
4809
4810 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4811 (Editing): Likewise.
4812 (Command History): Likewise.
4813 (TUI Keys): Likewise.
4814 (Bug Reporting): Conditionally include rluser.texi and
4815 inc-history.texinfo.
4816 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4817 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4818 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4819 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4820 (gdb.pdf): Likewise.
4821 (gdb.info): Likewise.
4822 (gdb/index.html): Likewise.
4823
4824 2010-11-23 Tom Tromey <tromey@redhat.com>
4825
4826 * Makefile.in (Makefile): Run ../config.status.
4827 (distclean): Update.
4828 * configure: Remove.
4829 * configure.ac: Remove.
4830
4831 2010-11-12 Tom Tromey <tromey@redhat.com>
4832
4833 * gdb.texinfo (Basic Python): Update. Add xref.
4834 (Exception Handling): Document new exception classes.
4835 (Types In Python): Update.
4836 (Frames In Python): Update.
4837
4838 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4839
4840 * gdb.texinfo (Breakpoints In Python): Document "internal"
4841 parameter, and visible attribute.
4842
4843 2010-11-05 Doug Evans <dje@google.com>
4844
4845 * gdb.texinfo (Source Path): Document "set directories".
4846
4847 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4848
4849 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4850 (OpenCL C): New node.
4851
4852 2010-11-02 Doug Evans <dje@google.com>
4853
4854 * gdb.texinfo (Pretty Printing): Expand into three sections,
4855 introduction, example, and commands.
4856 (Python API): Delete section Disabling Pretty-Printers, merge into
4857 Selecting Pretty-Printers.
4858 (Writing a Pretty-Printer): New section. Move the pretty-printer
4859 example here, and reformat to match python coding style. Add a second
4860 example using the gdb.printing module.
4861 (Python modules): Add gdb.printing.
4862
4863 2010-10-29 Doug Evans <dje@google.com>
4864
4865 * gdb.texinfo (Python): Fix long line.
4866
4867 2010-10-20 Doug Evans <dje@google.com>
4868
4869 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4870 All references updated. Correct sections marked as subsections.
4871 (Coding Standards): New chapter. Move the coding standard related
4872 subsections here. Add section on Python coding standards.
4873
4874 2010-10-13 Doug Evans <dje@google.com>
4875
4876 * gdb.texinfo (Python): Add "Python modules".
4877 (Types in Python): Add reference to gdb.types section.
4878 (Python modules): New node.
4879
4880 2010-10-11 Doug Evans <dje@google.com>
4881
4882 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4883 Python" from gdb.Value.type description.
4884
4885 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4886
4887 * gdb.texinfo (Ravenscar Profile): New node.
4888
4889 2010-09-22 Tom Tromey <tromey@redhat.com>
4890
4891 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4892
4893 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4894
4895 * gdb.texinfo (Values From Inferior): Clarify that
4896 value.dynamic_type works only in C++ programs with RTTI.
4897
4898 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4899
4900 * gdb.texinfo (Character Sets): Correctly reference host-charset
4901 in example.
4902
4903 2010-09-13 Tom Tromey <tromey@redhat.com>
4904
4905 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4906 Document "fullname" and "from".
4907
4908 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4909
4910 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4911 feature `reverse' output by -list-target-features.
4912
4913 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4914
4915 * gdb.texinfo (i386 Features): Remove an extra "@item".
4916
4917 2010-08-30 Tom Tromey <tromey@redhat.com>
4918
4919 PR python/11792:
4920 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4921
4922 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4923
4924 * gdb.texinfo (ARM Features): Document
4925 org.gnu.gdb.arm.m-profile.
4926
4927 2010-08-23 Tom Tromey <tromey@redhat.com>
4928
4929 PR python/11145:
4930 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4931 reinterpret_cast methods.
4932
4933 2010-08-23 Tom Tromey <tromey@redhat.com>
4934
4935 PR python/11915:
4936 * gdb.texinfo (Types In Python): Document array method.
4937
4938 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4939
4940 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4941
4942 2010-08-16 Tom Tromey <tromey@redhat.com>
4943
4944 * gdb.texinfo (Set Watchpoints): Document -location option.
4945
4946 2010-08-13 Doug Evans <dje@google.com>
4947
4948 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4949
4950 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4951
4952 * gdb.texinfo (GDB/MI Data Manipulation): Document
4953 -data-read-memory-raw and -data-write-memory-raw.
4954
4955 2010-08-11 Tom Tromey <tromey@redhat.com>
4956 Phil Muldoon <pmuldoon@redhat.com>
4957
4958 * gdb.texinfo (Basic Python): Describe post_event API.
4959
4960 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4961
4962 * gdb.texinfo (Basic Python): Describe solib_address and
4963 decode_line Python APIs
4964
4965 2010-08-10 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.texinfo (Pretty Printing API): Document
4968 gdb.default_visualizer.
4969
4970 2010-08-10 Tom Tromey <tromey@redhat.com>
4971
4972 Revert gdb-add-index addition:
4973 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4974
4975 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4976 Eli Zaretskii <eliz@gnu.org>
4977
4978 * gdb.texinfo (Mode Options) <-batch>
4979 (Basic Python) <gdb.execute>: Describe setting width and height.
4980
4981 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4982
4983 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4984
4985 2010-07-30 Tom Tromey <tromey@redhat.com>
4986
4987 * gdb.texinfo (Index Files): Mention gdb-add-index.
4988
4989 2010-07-30 Hui Zhu <teawater@gmail.com>
4990
4991 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4992 "detach inferior" and "kill inferior".
4993
4994 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4995
4996 * gdb.texinfo (Machine Code): Update description of two forms of
4997 arguments, and add new example to demonstrate the new form.
4998
4999 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5000
5001 * gdb.texinfo (Values From Inferior): Add value inferior function
5002 call description.
5003
5004 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5007
5008 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5009 Eli Zaretskii <eliz@gnu.org>
5010
5011 Make core files the process_stratum.
5012 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5013 record_stratum example.
5014
5015 2010-07-13 Tom Tromey <tromey@redhat.com>
5016
5017 * gdb.texinfo (Index Files): New node.
5018
5019 2010-07-13 Tom Tromey <tromey@redhat.com>
5020
5021 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5022
5023 2010-07-13 Tom Tromey <tromey@redhat.com>
5024
5025 * gdb.texinfo (Specify Location): Document labels.
5026
5027 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5028
5029 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5030 entries for fast tracepoints and static tracepoints.
5031
5032 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5033
5034 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5035 qsThreadInfo>: Spell out `l' as ell.
5036
5037 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5038
5039 * gdb.texinfo (Convenience Variables): Document $_sdata.
5040 (Commands to Set Tracepoints): Describe static tracepoints. Add
5041 `Listing Static Tracepoint Markers' menu entry. Document
5042 "strace".
5043 (Tracepoint Action Lists): Document collecting $_sdata.
5044 (Listing Static Tracepoint Markers): New subsection.
5045 (Tracepoints support in gdbserver): Mention static tracepoints.
5046 (remote packets, enabling and disabling): Mention
5047 read-sdata-object.
5048 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5049 and StaticTracepoint.
5050 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5051 Document qXfer:sdata:read.
5052 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5053
5054 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5055
5056 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5057
5058 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5059 Tom Tromey <tromey@redhat.com>
5060 Thiago Jung Bauermann <bauerman@br.ibm.com>
5061
5062 * gdb.texinfo (Inferiors In Python): New node.
5063 * gdb.texinfo (Threads In Python): New node.
5064
5065 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.texinfo (Python): Document what the python directory is
5068 and what its location is.
5069 (Basic Python): Document the gdb.PYTHONDIR constant.
5070
5071 2010-06-25 Tom Tromey <tromey@redhat.com>
5072
5073 PR python/10808:
5074 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5075
5076 2010-06-24 Hui Zhu <teawater@gmail.com>
5077
5078 * gdb.texinfo: (Commands for Controlled Output): Add
5079 documentation for command "eval".
5080
5081 2010-06-21 Stan Shebs <stan@codesourcery.com>
5082
5083 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5084 * annotate.texinfo: Ditto.
5085 * gdbint.texinfo: Ditto.
5086 * stabs.texinfo: Ditto.
5087
5088 2010-06-22 Hui Zhu <teawater@gmail.com>
5089
5090 * gdb.texinfo: (Process Record and Replay): Add documentation
5091 for command "set record memory-query".
5092
5093 2010-06-21 Stan Shebs <stan@codesourcery.com>
5094
5095 * gdb.texinfo: Relicense under GFDL version 1.3.
5096 * annotate.texinfo: Relicense under GFDL version 1.3.
5097 * gdbint.texinfo: Relicense under GFDL version 1.3.
5098 * stabs.texinfo: Relicense under GFDL version 1.3.
5099 * fdl.texi: Update to version 1.3.
5100
5101 2010-06-18 Stan Shebs <stan@codesourcery.com>
5102
5103 * gdb.texinfo (Operating System Auxiliary Information): Describe
5104 "info os" when no arguments given.
5105
5106 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5107 $_thread.
5108
5109 2010-06-18 Hui Zhu <teawater@gmail.com>
5110
5111 * gdb.texinfo: (Process Record and Replay): Add documentation
5112 for commands "record save" and "record restore".
5113
5114 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5115
5116 * gdb.texinfo: Include information about the correct use
5117 of addresses in the `watch' command.
5118
5119 2010-06-11 Stan Shebs <stan@codesourcery.com>
5120
5121 * gdb.texinfo (Observer Mode): New section.
5122 (General Query Packets): Document QAllow.
5123
5124 2010-06-04 Doug Evans <dje@google.com>
5125
5126 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5127
5128 2010-06-03 Doug Evans <dje@google.com>
5129
5130 * gdbint.texinfo (Coding): Add subsection on command names.
5131
5132 2010-06-02 Tom Tromey <tromey@redhat.com>
5133
5134 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5135 always-disassemble.
5136
5137 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5138
5139 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5140 gdbserver, and add cross reference.
5141 (Tracepoints support in gdbserver): New subsection.
5142
5143 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5144
5145 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5146 `qRelocInsn' feature.
5147 (Relocate instruction reply packet): New subsection
5148 of `Tracepoint Packets'.
5149 (Tracepoint Packets): Mention that packets QTDP and QTStart
5150 support the qRelocInsn request, and add cross reference to new
5151 subsection.
5152
5153 2010-05-25 Doug Evans <dje@google.com>
5154
5155 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5156 (Commands In Python): Document gdb.string_to_argv.
5157
5158 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5159
5160 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5161 ATTR_NORETURN.
5162
5163 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5164 Tom Tromey <tromey@redhat.com>
5165 Thiago Jung Bauermann <bauerman@br.ibm.com>
5166
5167 * gdb.texinfo (Parameters In Python): New Node.
5168
5169 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5170
5171 * gdb.texinfo: (Summary) Add mention about D language support.
5172 (Filenames): Add D suffixes.
5173 (D): New node.
5174
5175 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5176
5177 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5178 of macro deleted from GDB code.
5179
5180 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5181
5182 * gdb.texinfo (Commands to specify files): Describe what how GDB
5183 looks up DOS-based filesystem paths on the system root. Document
5184 the new `set/show target-file-system-kind' commands.
5185
5186 2010-04-23 Doug Evans <dje@google.com>
5187
5188 * gdb.texinfo (Python): Move Auto-loading section here ...
5189 (Python API): from here.
5190 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5191 (Maintenance Commands): Add docs for "maint print section-scripts".
5192
5193 2010-04-20 Chris Moller <cmoller@redhat.com>
5194
5195 * gdb.texinfo (Setting Breakpoints): Added description of
5196 filename-qualified rbreak.
5197 * refcard.tex (Breakpoints and Watchpoints): Added brief
5198 description of filename-qualified rbreak.
5199
5200 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5201
5202 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5203 (Python API): Change the reference to Pretty Printing API.
5204 (Pretty Printing): Move the user part under the Data node. Reformat
5205 the sample output to 72 columns. Create a new reference to Pretty
5206 Printing API. Rename the API part ...
5207 (Pretty Printing API): To a new node name.
5208 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5209 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5210
5211 2010-04-21 Stan Shebs <stan@codesourcery.com>
5212
5213 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5214 and commands.
5215 (Listing Tracepoints): Update to reflect current behavior.
5216
5217 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5218
5219 * gdb.texinfo (Examining memory): Update for change in string
5220 display with explicit size.
5221
5222 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5223
5224 PR breakpoints/8554.
5225
5226 * gdb.texinfo (Save Breakpoints): New node.
5227 (save-tracepoints): Rename to ...
5228 (save tracepoints): ... this. Mention that `save-tracepoints' is
5229 a deprecated alias to `save tracepoints'.
5230
5231 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5232
5233 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5234 (info w32 thread-information-block): Document new command.
5235 (qGetTIBAddress): Document new gdbserver query.
5236 (maint set/show show-all-tib): Document new command.
5237
5238 2010-04-15 Doug Evans <dje@google.com>
5239
5240 * gdb.texinfo (Python API): Add progspaces section.
5241 (Selecting Pretty-Printers): Progspace pretty-printers are
5242 searched too.
5243 (Progspaces In Python): New section.
5244
5245 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5246
5247 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5248
5249 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5250 returns None.
5251
5252 2010-04-09 Stan Shebs <stan@codesourcery.com>
5253
5254 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5255 Describe the `frames-created' field, tweak grammar.
5256
5257 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5258
5259 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5260 Describe the `circular' and `disconnected' fields.
5261
5262 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5263
5264 * gdb.texinfo (maint print registers): Mention unavailable and
5265 invisible registers.
5266
5267 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5268 Thiago Jung Bauermann <bauerman@br.ibm.com>
5269 Tom Tromey <tromey@redhat.com>
5270
5271 * gdb.texinfo (Breakpoints In Python): New Node.
5272
5273 2010-04-08 Stan Shebs <stan@codesourcery.com>
5274
5275 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5276 trace status fields.
5277
5278 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5279
5280 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5281 optional. Make org.gnu.gdb.i386.avx requires
5282 org.gnu.gdb.i386.avx.
5283
5284 2010-04-08 Doug Evans <dje@google.com>
5285
5286 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5287 search path, and document that gdb only scans the search path if
5288 the script's path doesn't specify a directory.
5289
5290 2010-04-05 Doug Evans <dje@google.com>
5291
5292 * gdb.texinfo (maint show python auto-load): Fix typo.
5293
5294 2010-04-04 Stan Shebs <stan@codesourcery.com>
5295
5296 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5297 (Setting Watchpoints): Update description of "info watch".
5298 (Disabling Breakpoints): Only "info break" lists all.
5299
5300 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5301 (tdump): Explain how tdump works.
5302
5303 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5304
5305 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5306 add cross reference.
5307
5308 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5309
5310 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5311 commands error out.
5312
5313 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5314
5315 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5316
5317 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5318
5319 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5320
5321 2010-03-29 Stan Shebs <stan@codesourcery.com>
5322 Nathan Sidwell <nathan@codesourcery.com>
5323
5324 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5325 GDBN equivalent.
5326 (Set Tracepoints): Remove mention that conditional tracepoints
5327 don't exist.
5328 (Tracepoint Actions): Clarify when while-stepping collection
5329 happens, note that while-stepping does not automatically collect
5330 $pc.
5331
5332 2010-03-29 Stan Shebs <stan@codesourcery.com>
5333
5334 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5335 (General Query Packets): Describe TracepointSource.
5336
5337 2010-03-27 Matt Rice <ratmice@gmail.com>
5338
5339 * gdb.texinfo (ARM): Document arguments to "target sim".
5340 (Set Catchpoints): Use @dots{} instead of @r{...}.
5341
5342 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5343
5344 * gdb.texinfo (Tracepoint Packets): Remove mention that
5345 terror:string may be plain text, and drop mention of X prefix.
5346
5347 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5348
5349 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5350
5351 2010-03-24 Stan Shebs <stan@codesourcery.com>
5352
5353 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5354
5355 2010-03-24 Tom Tromey <tromey@redhat.com>
5356
5357 PR breakpoints/9352:
5358 * gdb.texinfo (Break Commands): Update.
5359
5360 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5361
5362 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5363 commands.
5364
5365 2010-03-16 Stan Shebs <stan@codesourcery.com>
5366
5367 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5368 circular-trace-buffer.
5369 (Tracepoint Packets): Describe QTBuffer, and details of the
5370 qTStatus reply.
5371
5372 2010-03-12 Stan Shebs <stan@codesourcery.com>
5373 Nathan Sidwell <nathan@codesourcery.com>
5374
5375 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5376 doing instruction stepping.
5377 (Tracepoint Restrictions): New node.
5378
5379 2010-03-10 Tom Tromey <tromey@redhat.com>
5380
5381 * gdbint.texinfo (Symbol Handling): Update.
5382
5383 2010-03-08 Tom Tromey <tromey@redhat.com>
5384
5385 PR cli/9591:
5386 * gdb.texinfo (Mode Options): Mention lack of pagination and
5387 confirmation with --batch.
5388 (Screen Size): Mention --batch.
5389 (Messages/Warnings): Likewise.
5390
5391 2010-03-05 Tom Tromey <tromey@redhat.com>
5392
5393 * gdb.texinfo (Basic Python): Document target_charset and
5394 target_wide_charset.
5395
5396 2010-03-05 Tom Tromey <tromey@redhat.com>
5397
5398 * gdb.texinfo (Data): Link to pretty-printing.
5399 (Output Formats): Likewise. Correct text.
5400
5401 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5402
5403 * gdb.texinfo (Types): Describe <struct> and <flags>.
5404
5405 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5406
5407 * gdb.texinfo (Frames In Python): Add block parameter and
5408 description to read_var text.
5409
5410 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5411 Tom Tromey <tromey@redhat.com>
5412
5413 * gdb.texinfo (Types In Python): Describe block argument in
5414 template_argument and gdb.lookup_type.
5415
5416 2010-02-24 Tom Tromey <tromey@redhat.com>
5417
5418 * gdb.texinfo (Cygwin Native): Fix typo.
5419
5420 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5421
5422 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5423 and select method descriptions.
5424 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5425 Tables in Python to menu.
5426 (Blocks In Python): New node.
5427 (Symbols In Python): New node.
5428 (Symbol Tables in Python): New node.
5429
5430 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5431
5432 Multiexec MI
5433
5434 gdb/
5435 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5436
5437 gdb/doc/
5438 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5439 changes.
5440 (GDB/MI Program Execution): Document current behaviour of
5441 --all and --thread-group.
5442 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5443 -remove-inferior.
5444 * observer.texi (inferior_added, inferior_removed): New
5445 observers.
5446
5447 2010-02-19 Tom Tromey <tromey@redhat.com>
5448
5449 * gdbint.texinfo (Getting Started): Fix @node.
5450 (Debugging GDB): Likewise.
5451
5452 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5453
5454 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5455 documenting the gdb_test_timeout variable.
5456
5457 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5458
5459 * gdb.texinfo (MI commands): Added documentation of --reverse
5460 option to a set of MI commands. Restructured documentation of MI
5461 commands --exec-continue to reflect the complexity of reverse
5462 execution.
5463
5464 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5465
5466 * gdb.texinfo (Using the Collected Data): Specify that the address
5467 range of `tfind outsize' is exclusive, and that the address range
5468 of `tfind range' is inclusive.
5469 (Tracepoint Packets): Specify that the address range of
5470 `QTFrame:range' is inclusive, and that the address range of
5471 `QTFrame:outside' is exclusive
5472
5473 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5474
5475 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5476
5477 2010-02-10 Tom Tromey <tromey@redhat.com>
5478
5479 * gdb.texinfo (Debugging Output): Document set debug parser and
5480 show debug parser.
5481
5482 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5483
5484 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5485 i386_eflags and i386_mxcsr.
5486
5487 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5488
5489 * gdb.texinfo: Document i386 target features.
5490
5491 2010-02-05 Doug Evans <dje@google.com>
5492
5493 * gdbint.texinfo (Testsuite): Add a new section to document the
5494 various DejaGnu variables that may be overridden.
5495 Document INTERNAL_GDBFLAGS.
5496
5497 2010-02-04 Tom Tromey <tromey@redhat.com>
5498
5499 PR cli/8830:
5500 * gdb.texinfo (Files): -readnow comes before the filename for file
5501 and symbol-file.
5502
5503 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5504
5505 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5506 Document ARM breakpoint types.
5507 (Register Packet Format): Move into the new section.
5508 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5509
5510 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.texinfo (File Options): Adjust the documentation of this
5513 switch to refer to the "source" command rather than partially
5514 duplicating some of the relevant information.
5515 (Extending GDB): Introduce and document the set/show script-extension
5516 setting.
5517 (Command Files): Add note explaining that the "source" command
5518 is also used to evalute scripts written in other languages.
5519 Remove the short slightly incorrect reference to sourcing Python
5520 scripts.
5521 (Python Commands): Document how to execute a Python script from GDB.
5522
5523 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5524
5525 * gdb.texinfo (Command Files): Fix typo.
5526
5527 2010-01-18 Tom Tromey <tromey@redhat.com>
5528
5529 * gdb.texinfo (File Options): Document -x on .py files.
5530 (Command Files): Document handling of Python scripts.
5531
5532 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5533
5534 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5535
5536 2010-01-15 Stan Shebs <stan@codesourcery.com>
5537
5538 * gdb.texinfo (Trace Files): New section.
5539 (Tracepoint Packets): Document QTSave and qTBuffer.
5540 (Trace File Format): New appendix.
5541
5542 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5543
5544 * gdb.texinfo (Values From Inferior): Document lazy_string value
5545 method.
5546 (Python API): Add Lazy strings menu item.
5547 (Lazy Strings In Python): New node.
5548
5549 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5550
5551 * gdb.texinfo (GDB/MI Thread Information): New.
5552 (GDB/MI Async Records): Document the core field in *stopped.
5553 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5554 documentation
5555 (Process list): Document that osdata document may contain
5556 threads.
5557 (Remote Serial Protocol): Document qXfer:threads.
5558
5559 2010-01-06 Stan Shebs <stan@codesourcery.com>
5560
5561 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5562 disconnected tracing.
5563 (Tracepoint Packets): Document new protocol.
5564
5565 2010-01-05 Stan Shebs <stan@codesourcery.com>
5566
5567 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5568 tracepoints.
5569 (Tracepoint Packets): Describe remote protocol for fast
5570 tracepoints.
5571
5572 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5573
5574 Update the "Start of New Year Procedure".
5575 * gdbint.texinfo: Add the list of files that need to be updated
5576 manually. Minor reformatting.
5577
5578 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5579
5580 * refcard.tex: Update copyright year in header and text.
5581
5582 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5583
5584 * agentexpr.texi: Add 2010 to the list of copyright years.
5585 * annotate.texinfo: Likewise.
5586 * gdb.texinfo: Likewise.
5587 * gdbint.texinfo: Likewise.
5588 * observer.texi: Likewise.
5589 * stabs.texinfo: Likewise.
5590
5591 2009-12-31 Stan Shebs <stan@codesourcery.com>
5592
5593 * gdb.texinfo (Tracepoint Actions): Describe teval.
5594
5595 2009-12-29 Stan Shebs <stan@codesourcery.com>
5596
5597 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5598
5599 2009-12-28 Stan Shebs <stan@codesourcery.com>
5600
5601 * gdb.texinfo (Trace State Variables): New section.
5602 (Tracepoint Packets): Describe trace state variable packets.
5603 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5604 variable bytecodes.
5605
5606 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5607
5608 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5609 declarations.
5610
5611 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5612
5613 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5614 -gdb-exit behaviour.
5615
5616 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gpl.texi: Update to version 3 of the GPL.
5619
5620 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5621
5622 * Makefile.in: Update copyright header.
5623 * observer.texi: Fix the copyright header of the generated files.
5624
5625 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5626
5627 * gdb.texinfo (Types In Python): Describe range function.
5628
5629 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5630
5631 * gdb.texinfo (Types In Python): Describe "is_base_class".
5632
5633 2009-12-03 Tom Tromey <tromey@redhat.com>
5634
5635 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5636
5637 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5638
5639 * observer.texi: New memory_changed observer.
5640
5641 2009-12-01 Tom Tromey <tromey@redhat.com>
5642
5643 * gdb.texinfo (Reverse Execution): Fix typo.
5644
5645 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5646
5647 PR gdb/8704
5648
5649 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5650 are allowed after the breakpoint condition.
5651
5652 2009-11-23 Tom Tromey <tromey@redhat.com>
5653
5654 PR python/10782:
5655 * gdb.texinfo (Types In Python): Document Type.pointer.
5656
5657 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5658
5659 * gdb.texinfo (Machine Code): Adjust.
5660
5661 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5662
5663 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5664 (Using Agent Expressions): Delete cross reference.
5665
5666 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5667
5668 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5669 and @settitle directives up to help makeinfo find them.
5670
5671 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5674 (Auto-loading): Use plural and note one can use multiple components now.
5675
5676 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5677
5678 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5679 -stack-list-arguments have the same documentation for parameter
5680 as -stack-list-locals. Add comas.
5681
5682 2009-10-27 Tom Tromey <tromey@redhat.com>
5683 Eli Zaretskii <eliz@gnu.org>
5684
5685 PR python/10781
5686
5687 * gdb.texinfo (Values From Inferior): Document cast method.
5688
5689 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5690
5691 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5692 and adjust example.
5693
5694 2009-10-22 Michael Snyder <msnyder@vmware.com>
5695
5696 * gdb.texinfo (Process Record and Replay): Document new form of
5697 info record command. Also document the new save and restore
5698 commands.
5699
5700 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5701
5702 * gdb.texinfo (Machine Code): Mention current pc marker.
5703 (Memory): Likewise.
5704
5705 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5706 Stan Shebs <stan@codesourcery.com>
5707
5708 * observer.texi (new_inferior): Rename to...
5709 (inferior_appeared): ... this.
5710
5711 * gdb.texinfo (Inferiors): Rename node to ...
5712 (Inferiors and Programs): ... this. Mention running multiple
5713 programs in the same debug session.
5714 <info inferiors>: Mention the new 'Executable' column if "info
5715 inferiors". Update examples. Document the "add-inferior",
5716 "clone-inferior", "remove-inferior" and "maint info
5717 program-spaces" commands.
5718 (Process): Rename node to...
5719 (Forks): ... this. Document "set|show follow-exec-mode".
5720
5721 2009-10-11 Michael Snyder <msnyder@vmware.com>
5722
5723 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5724 (ReverseContinue): Ditto.
5725
5726 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5727
5728 * gdb.texinfo (Server): Document libthread-db-search-path.
5729
5730 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5731
5732 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5733
5734 2009-10-06 Michael Eager <eager@eagercon.com>
5735
5736 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5737 (Embedded Processors): Add MicroBlaze.
5738 (MicroBlaze): New. Describe Xilinx MicroBlaze
5739
5740 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5741
5742 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5743
5744 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5745
5746 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5747
5748 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5749
5750 * observer.texi (solib_unloaded): Document explicitly the fact that
5751 this observer is called before the associated symbols are unloaded.
5752
5753 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5754
5755 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5756 -stack-list-variables.
5757
5758 2009-09-18 Tom Tromey <tromey@redhat.com>
5759
5760 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5761 is experimental.
5762
5763 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5764
5765 * gdb.texinfo (convenince variables): Mention
5766 $_siginfo could be empty.
5767
5768 2009-09-15 Tom Tromey <tromey@redhat.com>
5769
5770 * gdb.texinfo (GDB/MI Variable Objects): Document
5771 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5772 Expand -var-update documentation.
5773
5774 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5775
5776 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5777 feature.
5778
5779 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5782
5783 2009-09-10 Michael Snyder <msnyder@vmware.com>
5784
5785 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5786 ReverseStep replies to the qSupported query.
5787
5788 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5789
5790 Add documentation for set/show interactive-mode.
5791 * gdb.texinfo (Other Misc Settings): New node.
5792
5793 2009-09-01 Doug Evans <dje@google.com>
5794
5795 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5796 non-stop mode's affect on remote caching.
5797
5798 2009-08-31 Jacob Potter <jdpotter@google.com>
5799 Doug Evans <dje@google.com>
5800
5801 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5802 Mark `set/show remotecache' options as obsolete.
5803 Document new `set/show stack-cache' option.
5804 Update text for `info dcache'.
5805
5806 2009-08-27 Doug Evans <dje@google.com>
5807
5808 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5809 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5810
5811 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5812
5813 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5814 about autoconf.
5815
5816 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5817
5818 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5819 small example, and describe its columns. Replace "inferior-id" by
5820 "infno" throughout.
5821
5822 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5823
5824 * gdbint.texinfo (Releasing GDB): Point to
5825 README-maintainer-mode file for required autoconf version.
5826 * configure.ac: Do not substitute datarootdir, htmldir,
5827 pdfdir, docdir. Do not process --with-datarootdir,
5828 --with-htmldir, --with-pdfdir, --with-docdir.
5829 * configure: Regenerate.
5830
5831 * configure: Regenerate.
5832
5833 2009-08-20 Reid Kleckner <reid@kleckner.net>
5834
5835 * gdb.texinfo: Add chapter on JIT interface.
5836
5837 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5838
5839 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5840 confirmation request.
5841
5842 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5843
5844 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5845 CRC definitions.
5846
5847 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5848
5849 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5850 -break-commands.
5851
5852 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5853
5854 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5855 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5856
5857 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5858
5859 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5860 "set spu stop-on-load" and "show spu stop-on-load" commands.
5861
5862 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5863
5864 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5865
5866 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5867
5868 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5869 org.gnu.gdb.arm.neon.
5870
5871 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5872
5873 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5874 optional element.
5875 (subsection OS ABI): New subsection.
5876
5877 2009-07-14 Stan Shebs <stan@codesourcery.com>
5878
5879 * gdb.texinfo (Tracepoint Conditions): New section.
5880 (General Query Packets): Describe ConditionalTracepoints.
5881 (Tracepoint Packets): Describe condition field.
5882 (Maintenance Commands): Describe maint agent-eval.
5883 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5884
5885 2009-07-11 Hui Zhu <teawater@gmail.com>
5886
5887 * gdb.texinfo (disassemble): Add a new modifier /r
5888 to "disassemble" command to make it print the raw instructions
5889 in hex as well as in symbolic form.
5890
5891 2009-07-09 Tom Tromey <tromey@redhat.com>
5892
5893 * gdbint.texinfo (Testsuite): Document parallel make check.
5894
5895 2009-07-09 Tom Tromey <tromey@redhat.com>
5896
5897 * gdbint.texinfo (Testsuite): Document test transcripts.
5898
5899 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5900
5901 * gdb.texinfo (Values From Inferior): Add length parameter
5902 description.
5903
5904 2009-07-04 Chris Genly <chris@genly.us>
5905
5906 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5907 in -var-list-children. Fix example according to what the code
5908 does.
5909
5910 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5911
5912 * gdb.texinfo (Debugging multiple inferiors): Document the
5913 "inferior", "detach inferior" and "kill inferior" commands.
5914 (Debugging Programs with Multiple Processes): Adjust to mention
5915 generic "inferior" commands. Delete mention of "detach fork" and
5916 "delete fork". Cross reference to "Debugging multiple inferiors"
5917 section.
5918
5919 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5920
5921 * gdbint.texinfo (Item Output Functions): Update signature
5922 for ui_out_field_core_addr.
5923
5924 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5925
5926 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5927 Update example code extrated from breakpoint.c.
5928
5929 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5930
5931 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5932 MI commands.
5933 (GDB/MI Symbol Query): Likewise.
5934 (GDB/MI File Commands): Likewise.
5935 (GDB/MI File Transfer Commands): Likewise.
5936 (GDB/MI Target Manipulation): Likewise.
5937 (GDB/MI Miscellaneous Commands): Likewise.
5938
5939 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5940
5941 * gdb.texinfo (Debugging Optimized Code): New chapter.
5942 (Compiling for Debugging): Reference it. Move some
5943 text to the new section.
5944
5945 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5946
5947 * doc/gdb.texinfo (Calling): Document
5948 set-unwind-on-terminating-exception usage.
5949
5950 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5951
5952 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5953 command.
5954
5955 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5956
5957 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5958 references.
5959
5960 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5961
5962 * gdbint.texinfo: Rename formal parameters to gdbarch function
5963 protoypes from "current_gdbarch" to "gdbarch".
5964
5965 2009-05-28 Tom Tromey <tromey@redhat.com>
5966
5967 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5968
5969 2009-05-27 Tom Tromey <tromey@redhat.com>
5970
5971 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5972 feature.
5973 (GDB/MI Variable Objects): Document -var-set-visualizer.
5974
5975 2009-04-02 Tom Tromey <tromey@redhat.com>
5976
5977 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5978 feature.
5979 (GDB/MI Variable Objects): Document -var-set-visualizer.
5980
5981 2009-05-27 Tom Tromey <tromey@redhat.com>
5982 Thiago Jung Bauermann <bauerman@br.ibm.com>
5983 Phil Muldoon <pmuldoon@redhat.com>
5984
5985 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5986 (Pretty Printing): New node.
5987 (Selecting Pretty-Printers): Likewise.
5988 (Python API): Update.
5989 (Output Formats): Document /r format.
5990
5991 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5992 Tom Tromey <tromey@redhat.com>
5993
5994 * gdb.texinfo (Types In Python): New node.
5995 (Values From Inferior): "type" is now an attribute.
5996 (Python API): Update.
5997
5998 2009-05-27 Tom Tromey <tromey@redhat.com>
5999 Thiago Jung Bauermann <bauerman@br.ibm.com>
6000 Phil Muldoon <pmuldoon@redhat.com>
6001
6002 * gdb.texinfo: Add @syncodeindex for `tp'.
6003 (Python API): Update.
6004 (Auto-loading): New node.
6005 (Objfiles In Python): New node.
6006
6007 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6008
6009 * gdb.texinfo (Threads): Document libthread-db-search-path.
6010
6011 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6012
6013 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6014
6015 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6016
6017 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6018 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6019 show show-debug-regs' docs.
6020
6021 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6022
6023 * gdb.texinfo (Process Record and Replay): Add description of
6024 reverse execution.
6025
6026 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6027
6028 * gdbint.texinfo (Adding support for debugging core files): New node.
6029 (Native Debugging): Remove the ``Native core file Support'' section.
6030
6031 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6032
6033 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6034 Add index entries.
6035
6036 2009-04-30 Hui Zhu <teawater@gmail.com>
6037 Michael Snyder <msnyder@vmware.com>
6038
6039 * gdb.texinfo: (Process Record and Replay): Add documentation for
6040 process record and replay.
6041
6042 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6043
6044 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6045 a new part on command-line defined macros.
6046
6047 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6048
6049 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6050 clarify the wording.
6051
6052 2009-04-23 Tom Tromey <tromey@redhat.com>
6053
6054 * gdb.texinfo (Data Files): New node.
6055 (GDB Files): Update menu.
6056
6057 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6058
6059 * gdbint.texinfo (Defining Other Architecture Features): Remove
6060 entry for PROCESS_LINENUMBER_HOOK.
6061
6062 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6063
6064 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6065
6066 2009-04-22 Hui Zhu <teawater@gmail.com>
6067
6068 * gdb.texinfo (disassemble-next-line): Set the default of
6069 disassemble-next-line to off.
6070
6071 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6072
6073 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6074 --with-htmldir): New.
6075 * configure: Regenerate.
6076 * Makefile.in (datarootdir, docdir): Define.
6077 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6078 instead of $(SET_TEXINPUTS).
6079 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6080 gdbint.info instead of $(SET_TEXINPUTS).
6081 (gdbint/index.html): Use same -I options as for building
6082 gdbint.info.
6083 (stabs.dvi, stabs.pdf): Use same -I options as for building
6084 stabs.info instead of $(SET_TEXINPUTS).
6085 (stabs/index.html): Use same -I options as for building
6086 stabs.info.
6087 (annotate.dvi, annotate.pdf): Use same -I options as for building
6088 annotate.info instead of $(SET_TEXINPUTS).
6089 (annotate/index.html): Use same -I options as for building
6090 annotate.info.
6091
6092 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6093
6094 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6095
6096 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6097
6098 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6099
6100 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6101 Joseph Myers <joseph@codesourcery.com>
6102
6103 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6104 (MAKEHTMLFLAGS): Set to empty.
6105 (html__strip_dir): Define.
6106 (HTMLFILES): Define.
6107 (HTMLFILES_INSTALL): Define.
6108 (install-html): Copy new automake rule.
6109 (html): Depend on $(HTMLFILES).
6110 (gdb_toc.html): Rename to gdb/index.html.
6111 (gdbint_toc.html): Rename to gdbint/index.html.
6112 (stabs_toc.html): Rename to stabs/index.html.
6113 (annotate_toc.html): Rename to annotate/index.html.
6114
6115 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6116
6117 * Makefile.in: Set pdfdir and htmldir from configure
6118 substitutions.
6119 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6120 * configure: Regenerate.
6121
6122 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6123
6124 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6125 This macro is no longer used.
6126
6127 2009-04-15 Tom Tromey <tromey@redhat.com>
6128
6129 * gdb.texinfo (Character Sets): Document default character set.
6130
6131 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6132
6133 * gdbint.texinfo: Change server name from sources.redhat.com to
6134 sourceware.org throughout.
6135
6136 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6137
6138 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6139 about a missing dot or coma after @xref.
6140
6141 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6142
6143 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6144 example, and add a small explanation about it.
6145 (Print Settings): Change the documentation of the "set print
6146 frame-arguments" to reflect the fact that the default is now "scalars".
6147
6148 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6149
6150 * gdb.texinfo (Print Settings): Add kindex for command "set
6151 print frame-arguments".
6152
6153 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6154
6155 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6156 breakpoints.
6157 (Set Breaks): Add reference to thread-specific and task-specific
6158 breakpoints.
6159
6160 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6161
6162 * gdb.texinfo (Ada Tasks): Remove the documentation about
6163 the "Running" state, as this state has been eliminated.
6164 Now all runnable tasks are shown as "Runnable".
6165
6166 2009-03-30 Stan Shebs <stan@codesourcery.com>
6167
6168 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6169 special case of breakpoints.
6170 (Enable and Disable Tracepoints): Mention deprecation.
6171 (Listing Tracepoints): Update description and example.
6172
6173 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6174
6175 * gdb.texinfo (Frames in Python): New node.
6176 (Python API): Update.
6177
6178 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6179
6180 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6181 from a method to an attribute.
6182
6183 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6184
6185 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6186 attribute.
6187
6188 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6189
6190 * observer.texi (thread_exit): Add "silent" parameter.
6191
6192 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6193
6194 * observer.texi (about_to_proceed): New.
6195
6196 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6197
6198 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6199 field throughout to handle types with spaces in them. Fix typos
6200 found by aspell.
6201 (Summary, Requirements, Contributors): New first chapter,
6202 "Summary" added, old Requirements section moved there, and new
6203 section, "Contributors" added.
6204 (Initializing a New Architecture, Register Representation)
6205 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6206 (Porting gdb): These sections extended and updated.
6207 (Compiler Characteristics): This section (empty) deleted.
6208 (Defining Other Architecture Features): This section renamed and
6209 duplicate material removed from (formerly "Target Conditionals").
6210 Use braces {} in @deftypeXX type field throughout to handle types
6211 with spaces in them. Typos found by aspell fixed.
6212
6213 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6214 * stack_frame.pdf: Version of image for PDF output.
6215 * stack_frame.png: Version of image for HTML output and for Emacs.
6216 * stack_frame.txt: Version of image for Info output.
6217 * stack_frame.eps: Version of image for TeX DVI output.
6218
6219 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6220
6221 * gdb.texinfo (Character Sets): Fix last change.
6222
6223 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6224
6225 * gdb.texinfo (Values From Inferior): Fix optional arguments
6226 markup.
6227 (Commands In Python): Adjust argument names of gdb.Command.__init__
6228 to what the function accepts as keywords.
6229
6230 2008-03-20 Tom Tromey <tromey@redhat.com>
6231
6232 * gdb.texinfo (Convenience Vars): Document convenience functions.
6233 (Functions In Python): New node.
6234 (Python API): Update.
6235
6236 2009-03-20 Tom Tromey <tromey@redhat.com>
6237
6238 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6239 set target-wide-charset.
6240 (Requirements): Mention iconv.
6241
6242 2009-03-17 Hui Zhu <teawater@gmail.com>
6243
6244 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6245
6246 2009-03-17 Hui Zhu <teawater@gmail.com>
6247
6248 * gdb.texinfo: Add documentation for disassemble-next-line.
6249
6250 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6251
6252 * gdb.texinfo (Commands In Python): Remove tindex entries.
6253
6254 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6255
6256 * gdb.texinfo (Returning): New description for missing debug info.
6257
6258 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6259
6260 * gdb.texinfo (Remote Configuration): Document query-attached.
6261 (General Query Packets): Document qAttached.
6262
6263 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6264
6265 * gdb.texinfo (Background Execution): Better describe the set
6266 target-async command.
6267 (Maintenance Commands): Delete description of the `maint set/show
6268 linux-async' and `maint set/show remote-async' commands.
6269
6270 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6271
6272 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6273 between sentences.
6274
6275 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6276
6277 * gdb.texinfo (GDB/MI Async Records): Document the
6278 =library-loaded and =library-unloaded notifications.
6279
6280 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6281
6282 * observer.texi (test_notification): New observer.
6283
6284 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6285
6286 * observer.texi: Add parameter 'print_frame' to normal_stop
6287 observer.
6288
6289 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6290
6291 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6292 (Commands In Python): Fix COMMAND_* constants in last change. Use
6293 @kbd for interactive input. Add cross-references and index
6294 entries.
6295
6296 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6297
6298 * gdb.texinfo (Signals): Document $_siginfo.
6299 (Convenience Variables): Mention $_siginfo.
6300 (Remote Configuration): Document qXfer:siginfo:read,
6301 qXfer:siginfo:write packets, and the read-siginfo-object,
6302 write-siginfo-object commands.
6303
6304 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6305
6306 * gdbint.texinfo (Values): New chapter.
6307
6308 2009-02-06 Tom Tromey <tromey@redhat.com>
6309
6310 * gdb.texinfo (Python API): Add entry for Commands In Python.
6311 (Commands In Python): New node.
6312
6313 2009-02-05 Tom Tromey <tromey@redhat.com>
6314
6315 * gdb.texinfo (Values From Inferior): Document Value.string.
6316
6317 2009-02-05 Tom Tromey <tromey@redhat.com>
6318
6319 * gdb.texinfo (Basic Python): Document execute's from_tty
6320 argument.
6321
6322 2009-02-04 Tom Tromey <tromey@redhat.com>
6323
6324 * gdb.texinfo (Basic Python): Document gdb.history.
6325
6326 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6327
6328 * gdb.texinfo (GDB/MI Thread Commands): Document the
6329 'current-thread-id' field. Remove the example with zero threads,
6330 since current GDB won't ever report that if there's inferior.
6331
6332 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6333
6334 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6335 option to -break-insert.
6336
6337 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6338 Jerome Guitton <guitton@adacore.com>
6339
6340 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6341 (System-wide configuration): New section.
6342
6343 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6344
6345 PR gdb/7580:
6346 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6347 internal-error|internal-warning quit|corefile ask|yes|no".
6348
6349 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6350
6351 * gdb.texinfo (Using the `gdbserver' Program): Document
6352 --remote-debug.
6353
6354 2009-01-23 Doug Evans <dje@google.com>
6355
6356 * gdb.texinfo: Add nexti to list of commands that support
6357 background execution.
6358
6359 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6360
6361 * gdb.texinfo (Define, Hooks): Document prefix command support.
6362
6363 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6364 Carlos O'Donell <carlos@codesourcery.com>
6365
6366 Fixes for makeinfo --html.
6367
6368 * annotate.texinfo: Use @copying and @insertcopying. Use
6369 @ifnottex in place of @ifinfo.
6370 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6371 place of @ifinfo. Use @ifnotinfo for one index entry.
6372 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6373 in place of @ifinfo.
6374 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6375 in place of @ifinfo. Include contents at start unconditionally.
6376
6377 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6378
6379 * gdb.texinfo (General Query Packets): Remove @var{} around the
6380 "spu" literal string.
6381
6382 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6383
6384 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6385 program may be running in another process" errors.
6386 * gdbint.texinfo (Native Conditionals): Delete
6387 ONE_PROCESS_WRITETEXT description.
6388
6389 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6392 emacs local variable to be placed at the end of the ChangeLog.
6393 Add server.c and gdbreplay.c to the list of files where the
6394 copyright year needs to be updated.
6395
6396 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6397
6398 * gdb.texinfo (Remote Configuration): Document new
6399 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6400 commands.
6401
6402 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6403
6404 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6405 FETCH_INFERIOR_REGISTERS.
6406 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6407 FETCH_INFERIOR_REGISTERS descriptions. Remove
6408 gdbarch_get_longjmp_target descrition, since already described in
6409 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6410 (Target Conditionals): ... here.
6411
6412 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6415 examples.
6416 (Additions to Ada): Likewise. Add the missing opening and closing
6417 parenthesis of the GDB prompt in one of the examples.
6418
6419 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6420
6421 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6422 about the result of 'Address not being of type System.Address.
6423 This problem has been fixed a while ago.
6424
6425 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6426
6427 MI non-stop and multiprocess docs.
6428
6429 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6430 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6431 Adjust documentation for *stopped, document =thread-created,
6432 =thread-exited, =thread-group-created and =thread-group-exited.
6433 (GDB/MI Thread Commands): Document the 'state' field in
6434 -thread-info output.
6435 (GDB/MI Program Execution): Mention --all and --thread-group
6436 options.
6437 (GDB/MI Variable Objects): Describe floating and fixed variable
6438 objects.
6439 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6440
6441 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6442
6443 * gdb.texinfo (Operating System Information): New appendix.
6444 (Operating System Auxiliary Information): Document 'info os processes'
6445 (Remote Configuration): Document 'osdata'
6446 (General Query Packets): Document qXfer:osdata:read.
6447
6448 2008-11-27 Tristan Gingold <gingold@adacore.com>
6449
6450 * gdb.texinfo (Darwin): Document Darwin specific features.
6451
6452 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6453
6454 * gdbint.texinfo (Target Conditionals): Extend the
6455 gdbarch_breakpoint_from_pc description.
6456
6457 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6458
6459 * gdb.texinfo (M68K Features): Fix typo.
6460
6461 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6462
6463 * gdb.texinfo (Symbols): Mention printing containing
6464 image name in "info symbol".
6465 (Maint translate-address): Likewise.
6466
6467 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6468
6469 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6470 commands "catch load" and "catch unload".
6471
6472 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6473
6474 * gdb.texinfo (GDB/MI Async Records): Document
6475 =thread-selected.
6476
6477 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6478
6479 * observer.texi (new_inferior, inferior_exit): New observers.
6480
6481 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6482
6483 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6484 .mt files, TM_CLIBS or TM_CDEPS.
6485 (x86 Watchpoints): Don't mention TDEPFILES.
6486
6487 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6488
6489 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6490 (Overview): Mention notifications and non-stop mode behavior.
6491 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6492 with non-stop mode behavior. Add vStopped description.
6493 (Stop Reply Packets): Update list of packets that return
6494 stop replies. Mention non-stop behavior.
6495 (General Query Packets): Document QNonStop packet and associated
6496 qSupported query response.
6497 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6498 behavior.
6499 (Notification Packets): New section.
6500 (Remote Non-Stop): New section.
6501 (File-I/O Overview): Mention non-stop behavior.
6502
6503 2008-10-24 Hui Zhu <teawater@gmail.com>
6504 Pedro Alves <pedro@codesourcery.com>
6505
6506 * gdb.texinfo (displaced-stepping): Describe the auto mode
6507 setting, and say it's the default. This is now a mainstream
6508 setting instead of a maintenance setting.
6509
6510 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6511
6512 * observer.texi (thread_stop_requested): New.
6513
6514 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6515
6516 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6517 (Patching): Replace incorrect usage of @samp by @kbd.
6518
6519 2008-10-17 Michael Snyder <msnyder@vmware.com>
6520
6521 * gdb.texinfo: Add documentation for reverse execution.
6522
6523 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6524 Eli Zaretskii <eliz@gnu.org>
6525
6526 * gdb.texinfo. (Values From Inferior): New subsubsection.
6527
6528 2008-10-06 Doug Evans <dje@google.com>
6529
6530 * gdb.texinfo (set debug dwarf2-die): Document it.
6531
6532 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6533
6534 * gdb.texinfo (catch) [exception]: Document how to insert
6535 a breakpoint on user-defined exceptions when the exception
6536 name is identical to one of the language-defined ones.
6537
6538 2008-09-27 Tom Tromey <tromey@redhat.com>
6539
6540 * gdb.texinfo (Macros): Remove text about stringification,
6541 varargs, and splicing.
6542
6543 2008-09-27 Tom Tromey <tromey@redhat.com>
6544
6545 * gdbint.texinfo (Language Support): Remove text about omitting
6546 support for a language.
6547
6548 2008-09-23 Doug Evans <dje@google.com>
6549
6550 * gdb.texinfo (info dcache): Update.
6551
6552 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6553
6554 * gdb.texinfo (Packets): Add info on thread-id syntax and
6555 multiprocess extensions.
6556 <D>: Document multiprocess form of packet.
6557 <H>: Use thread-id syntax.
6558 <T>: Likewise.
6559 <vCont>: Likewise. Note this is required for multiprocess.
6560 <vKill>: New packet.
6561 (Stop Reply Packets) <T>: Use thread-id syntax.
6562 <W>: Document multiprocess form of reply.
6563 <X>: Likewise.
6564 (General Query Packets) <qC>: Use thread-id syntax.
6565 <qfThreadInfo>: Likewise.
6566 <qGetTLSAddr>: Likewise.
6567 <qP>: Likewise.
6568 <qSupported>: Add "multiprocess" feature.
6569 <qThreadExtraInfo>: Use thread-id syntax.
6570
6571 2008-09-22 Stan Shebs <stan@codesourcery.com>
6572
6573 * gdb.texinfo (Inferiors): New section.
6574
6575 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6576
6577 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6578
6579 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6580
6581 * gdbint.texinfo (Target Conditionals): Remove documentation
6582 for gdbarch_name_of_malloc.
6583
6584 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6585
6586 * gdb.texinfo (Interrupts): Mention TCP interface for
6587 sending BREAK.
6588
6589 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6590
6591 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6592 argument prefix to "set sysroot".
6593
6594 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6595
6596 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6597 and False.
6598
6599 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6600
6601 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6602 for possible features of -list-features.
6603
6604 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6605
6606 * gdb.texinfo (Background execution): Adjust example
6607 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6608
6609 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6610
6611 * doc/gdb.texinfo (PowerPC): Fix typo.
6612 (PowerPC features): Fix typo.
6613
6614 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6615
6616 * observer.texi (thread_ptid_changed): New.
6617
6618 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6619
6620 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6621 (PowerPC features): Mention feature set for VSX registers.
6622
6623 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6624
6625 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6626 the direct visibility of all names in user-written packages.
6627
6628 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6629
6630 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6631 setting, and make it the default.
6632 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6633 non-stop script example.
6634
6635 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6636
6637 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6638 reference to the "Using Different Register and Memory Data
6639 Representation" section.
6640
6641 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6642
6643 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6644 (Remote Protocol): Add Packet Acknowledgment to menu.
6645 (Overview): Mention +/- can be disabled, and point to new section
6646 where this is discussed in detail.
6647 (General Query Packets): Document QStartNoAckMode packet, and
6648 corresponding qSupported reply.
6649 (Packet Acknowledgment): New section.
6650
6651 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6652 Pedro Alves <pedro@codesourcery.com>
6653
6654 * gdb.texinfo (Threads): Move paragraph about automatic thread
6655 selection to All-Stop Mode subsection.
6656 (Thread Stops): Reorganize existing material into subsections.
6657 Add introductory blurb and menu.
6658 (Non-Stop Mode): New subsection.
6659 (Background Execution): New subsection.
6660 (Maintenance Commands): Add cross-references from async mode
6661 commands to the new Background Execution section.
6662
6663 2008-08-06 Tom Tromey <tromey@redhat.com>
6664
6665 * gdb.texinfo (Extending GDB): New chapter.
6666 (Sequences): Demoted chapter, now a section under the new
6667 Extending GDB chapter.
6668 (Python): New section.
6669
6670 2008-07-31 Stan Shebs <stan@codesourcery.com>
6671
6672 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6673
6674 2008-07-29 Stan Shebs <stan@codesourcery.com>
6675
6676 * gdbint.texinfo: General round of cleanup and minor
6677 clarifications.
6678 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6679 (Longjmp Support): Update description to reflect how it is done
6680 for targets without using native header.
6681 (Symbol Handling): Add a little more general explanation.
6682 (COFF, ELF): Mention stabs encapsulation.
6683 (DWARF 3): New section.
6684 (Adding a New Host): Scrub out some obsolete bits.
6685 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6686 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6687 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6688 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6689 SEEK_SET, STOP_SIGNAL, USG.
6690 (Raw and Virtual Register Representations): Ditto for
6691 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6692 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6693 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6694 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6695 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6696 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6697 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6698 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6699 DEPRECATED_USE_STRUCT_CONVENTION.
6700 Describe gdbarch_deprecated_fp_regnum.
6701 Update description of gdbarch_print_insn.
6702 (Adding a New Target): Scrub out obsolete bits.
6703 (Obsolete Conditionals): Remove entire section.
6704
6705 2008-07-25 Tom Tromey <tromey@redhat.com>
6706
6707 * observer.texi (GDB Observers): Document new observers:
6708 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6709 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6710 architecture_changed.
6711
6712 2008-07-21 Stan Shebs <stan@codesourcery.com>
6713
6714 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6715 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6716
6717 2008-07-21 Tom Tromey <tromey@redhat.com>
6718
6719 * observer.texi (GDB Observers): Remove obsolete comment.
6720 <executable_changed>: Remove argument.
6721
6722 2008-07-18 Tom Tromey <tromey@redhat.com>
6723
6724 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6725
6726 2008-07-10 Doug Evans <dje@google.com>
6727
6728 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6729
6730 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6731
6732 * gdb.texinfo (Starting): Document "set disable-randomization".
6733
6734 2008-07-07 Andreas Schwab <schwab@suse.de>
6735
6736 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6737
6738 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6739
6740 * gdb.texinfo (GDB/MI Target Manipulation): Add
6741 example of -target-attach.
6742
6743 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6744
6745 * observer.texi (target_resumed): New observer.
6746 * gdb.texinfo (GDB/MI Output Records): Document *running.
6747
6748 2008-06-06 Tom Tromey <tromey@redhat.com>
6749
6750 * gdb.texinfo (Completion): Add field name example.
6751
6752 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6753
6754 * gdb.texinfo (GDB/MI Program Context): Added example
6755 to -exec-arguments
6756
6757 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6758
6759 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6760 annotation.
6761
6762 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6763 Nathan Sidwell <nathan@codesourcery.com>
6764 Joseph Myers <joseph@codesourcery.com>
6765
6766 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6767 and ACX_BUGURL.
6768 * configure: Regenerate.
6769 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6770 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6771 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6772 mailing-list-specific text about bug reporting unless
6773 BUGURL_DEFAULT.
6774
6775 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6776
6777 * gdb.texinfo (-target-select): Remove reference to target async.
6778 (Maintenance Commands): Document "maint set/show remote-async".
6779
6780 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6781
6782 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6783 in -target-file-get section.
6784
6785 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6786
6787 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6788 killing the inferior when it is already debugging a process.
6789
6790 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6791
6792 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6793 abbreviation for "finish".
6794
6795 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6798
6799 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6800
6801 * gdbint.texinfo (Target Conditionals): Delete entry for
6802 gdbarch_dwarf_reg_to_regnum.
6803
6804 2008-05-09 Doug Evans <dje@google.com>
6805
6806 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6807
6808 2008-05-05 Doug Evans <dje@google.com>
6809
6810 * gdb.texinfo (disassemble): Document /m modifier.
6811
6812 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6813
6814 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6815 will not report the time of commands that run the target.
6816
6817 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6818
6819 * gdb.texinfo (GDB/MI Output Records): Add
6820 missing semicolon.
6821
6822 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6823
6824 * gdb.texinfo (GDB/MI Output Records):
6825 Document =thread-create and =thread-exited.
6826
6827 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6828
6829 * gdb.texinfo (GDB/MI Development and Front Ends):
6830 Remove mention of dmi-discuss.
6831
6832 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6833
6834 * observer.texi (thread_exit): New.
6835
6836 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6837
6838 * gdb.texinfo (Debugging Output): Document "set/show debug
6839 displaced".
6840 (Maintenance Commands): Document "maint set/show
6841 can-use-displaced-stepping".
6842
6843 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6844
6845 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6846 and set/show arm force-mode.
6847
6848 2008-05-02 Andreas Schwab <schwab@suse.de>
6849
6850 * gdbint.texinfo (Algorithms): Describe
6851 target_watchpoint_addr_within_range.
6852
6853 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6854
6855 * gdbint.texinfo (Stack Frames): New chapter.
6856 (Algorithms): Move Frames text to the new chapter.
6857 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6858 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6859
6860 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6861
6862 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6863 output does not necessary include any tokens.
6864
6865 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6866
6867 * gdb.texinfo (Set SH Calling convention): New @item.
6868 (Show SH Calling convention): Ditto.
6869
6870 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6871
6872 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6873
6874 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6875
6876 * gdb.texinfo (Set Breaks): Mention that multiple location
6877 breakpoints need line number info. Add index entries.
6878
6879 2008-04-19 Craig Silverstein <csilvers@google.com>
6880
6881 * gdb.texinfo (Requirements): Add an optional requirement on
6882 zlib.
6883 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6884 Compressed DWARF 2.
6885
6886 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6887
6888 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6889 sample output for 'stopped,reason="breakpoint-hit"' message.
6890 (GDB/MI Program Execution): Likewise.
6891
6892 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6893
6894 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6895 -var-set-format. Add -f option to -var-evaluate-expression.
6896
6897 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6898
6899 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6900 new node "Ambiguous Expressions". Replace references to this
6901 node by references to "Ambiguous Expressions" throughout.
6902 (Ambiguous Expressions): New node.
6903
6904 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6907
6908 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6909
6910 * gdb.texinfo (Debugging Output): Document
6911 "set/show debug lin-lwp-async".
6912 (Maintenance Commands): Document "maint set/show linux-async".
6913
6914 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6915
6916 * gdb.texinfo (Expressions): Update description of malloced arrays.
6917
6918 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6919
6920 * gdb.texinfo (Thread Commands): Document
6921 -thread-info. Remove -thread-list-all-threads.
6922
6923 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6924 Sandra Loosemore <sandra@codesourcery.com>
6925
6926 * gdb.texinfo (Library List Format): Update to mention the
6927 possibility to pass section addresses instead of segment
6928 addresses.
6929
6930 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6931
6932 * gdb.texinfo (Starting): Document "set exec-wrapper".
6933 (Server): Document gdbserver --wrapper.
6934
6935 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6936
6937 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6938 unreadable memory. Delete obsolete SPARClite reference.
6939
6940 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6941
6942 * gdb.texinfo (Starting): Mention always-running targets.
6943 (Target Commands): Add an anchor for load.
6944 (Connecting): Explain continue instead of run.
6945
6946 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6947
6948 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6949
6950 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6951
6952 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6953 breakpoint table.
6954
6955 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6956
6957 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6958 killing the inferior when it is already debugging a process.
6959
6960 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6961
6962 * gdbint.texinfo (Build Script): New section. Mention new build script
6963 gdb_buildall.sh.
6964
6965 2008-02-01 Jim Blandy <jimb@red-bean.com>
6966
6967 * gdb.texinfo (Help): Summarize 'info args' correctly.
6968
6969 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6970
6971 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6972 available in PowerPC architecture.
6973 (Embedded Processors): Change node name of PowerPC item in menu.
6974 (PowerPC): Rename to...
6975 (PowerPC Embedded): this.
6976 (Architectures): Add new PowerPC item in menu.
6977 (PowerPC): New node.
6978
6979 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6980
6981 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6982 commands.
6983
6984 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * gdb.texinfo (Setting Catchpoints): Mention features
6987 supported on GNU/Linux.
6988
6989 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6990
6991 * gdb.texinfo (GDB/MI File Commands): Describe new output
6992 field for MI command -file-list-exec-source-file.
6993
6994 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6995
6996 * gdb.texinfo (Using the `gdbserver' Program): Add security
6997 warning. Rearrange into subsections and subsubsections. Document
6998 --multi and --debug. Correct --with-sysroot typo. Update --attach
6999 usage. Make load reference clearer. Document monitor exit.
7000 (Remote Configuration): Document set remote exec-file, attach-packet,
7001 and run-packet.
7002 (Packets): Document vAttach and vRun.
7003
7004 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7005
7006 * gdb.texinfo (Processes): Mention process command.
7007 detach-on-follow -> detach-on-fork.
7008
7009 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * gdbint.texinfo (Native Conditionals): Remove
7012 SHELL_COMMAND_CONCAT and SHELL_FILE.
7013
7014 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7015
7016 * gdb.texinfo (Specify Location): Improve wording.
7017
7018 2008-01-23 Chris Demetriou <cgd@google.com>
7019
7020 * gdb.texinfo (Threads): Document new "set print thread-events"
7021 and "show print thread-events" commands.
7022
7023 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7024
7025 * gdb.texinfo (Specify Location): New section.
7026 (Delete Breaks, Edit, Set Breaks): Remove description of
7027 locations. Instead, add a reference to "Specify Location".
7028 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7029 (Symbols): Refer to "Specify Location" for the valid forms of
7030 linespecs and locations.
7031
7032 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7033
7034 * gdbint.texinfo (Target Conditionals): Replace the description of
7035 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7036
7037 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7038
7039 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7040 about &&var, which is rejected by the expression parser.
7041
7042 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7043
7044 * gdb.texinfo (Output): Update documentation on using printf with DFP
7045 types.
7046
7047 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7048
7049 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7050 subsubsection.
7051 (Decimal Floating Point format): New subsubsection.
7052
7053 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7054
7055 * gdb.texinfo (File Options): Remove mention of the attempt to
7056 open a core file with the -p option. Don't list -c as a valid
7057 option to attach to a process.
7058
7059 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7060
7061 * gdbint.texinfo (Host Conditionals): Remove mention of
7062 ALIGN_STACK_ON_ENTRY.
7063
7064 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7065
7066 * gdbint.texinfo (Start of New Year Procedure): Add item
7067 describing how to update the source and documentation copyright
7068 notices.
7069
7070 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7071
7072 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7073 watchpoint explanation into the main description of the watchpoint
7074 command; update synopses of 'watch', 'rwatch', and 'awatch'
7075 commands.
7076
7077 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7078
7079 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7080 Document 'pending-breakpoints' feature of
7081 -list-features.
7082
7083 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7084
7085 * gdb.texinfo: Add new parameter's description.
7086
7087 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7088
7089 * gdb.texinfo (Overview): Clarify run-length encoding
7090 example. Remove the restriction on "+" and "-" characters.
7091
7092 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7093
7094 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7095
7096 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7097
7098 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7099 the -f option for -break-insert, remove -r option,
7100 and clarify specification of location.
7101
7102 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7103
7104 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7105 formatting.
7106 (Remote Debugging): Add File Transfer section.
7107 (Remote Configuration): Document Host I/O packets.
7108 (GDB/MI): Add GDB/MI File Transfer Commands section.
7109 (Host I/O Packets): New section in "Remote Protocol".
7110 (Packets): Add vFile.
7111
7112 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7113
7114 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7115 breakpoints with multiple locations.
7116 (Breakpoint Menus): Improve wording.
7117 (Output): Fix last change.
7118
7119 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7120
7121 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7122
7123 2007-11-15 Doug Evans <dje@google.com>
7124
7125 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7126
7127 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7128
7129 * gdbint.texinfo (Native Conditionals): Remove
7130 mention of CLEAR_SOLIB.
7131
7132 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7133
7134 * gdb.texinfo (Print Settings): Add documentation for "set/show
7135 print frame-arguments".
7136
7137 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7138
7139 * gdb.texinfo (Output): Update printf command's description.
7140
7141 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7142
7143 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7144 powerpc soft-float".
7145
7146 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7147
7148 * gdb.texinfo (Files): Correct formatting. Mention Expat
7149 requirement.
7150 (Requirements for Building GDB): Expand the list of Expat
7151 uses.
7152 (Library List Format, Memory Map Format): Mention Expat.
7153 (Target Descriptions): Update Expat wording.
7154
7155 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7156
7157 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7158 Document that gdbarch_convert_register_p should return zero for no-op
7159 conversions.
7160
7161 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7162
7163 * gdbint.texi (Compiler Characteristics): Move documentation
7164 of set_gdbarch_sofun_address_maybe_missing back to ...
7165 (Target Conditionals): ... here to fix build break.
7166
7167 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7168
7169 * gdbint.texi (Target Conditionals): Remove documentation of
7170 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7171 (Compiler Characteristics): ... documentation of
7172 set_gdbarch_sofun_address_maybe_missing.
7173
7174 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7175
7176 * gdbint.texinfo (Target Conditionals): Use
7177 frame_unwind_register_unsigned in examples instead of
7178 frame_unwind_unsigned_register.
7179
7180 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7181
7182 * gdb.texinfo (Predefined Target Types): Add int128
7183 and uint128.
7184 (Standard Target Features): Add PowerPC features.
7185
7186 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7187
7188 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7189
7190 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7191
7192 * gdbint.texi (Target Conditionals): Remove documentation
7193 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7194 gdbarch_extract_return_value, and gdbarch_store_return_value.
7195
7196 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7197
7198 * gdbint.texi (Target Conditionals): Remove documentation of
7199 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7200
7201 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7202
7203 * gdb.texinfo: Mention that inaccessible-by-default is on by
7204 default.
7205
7206 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7207
7208 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7209
7210 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7211
7212 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7213 multi-threaded watchpoints.
7214 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7215 checked. Describe sticky notification. Expand description
7216 of steppable and continuable watchpoints.
7217 (Watchpoints and Threads): New subsection.
7218
7219 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7220
7221 * gdb.texinfo (Setting Breakpoints): Revise
7222 documentation for pending breakpoints. Document
7223 breakpoints with multiple locations.
7224
7225 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7226
7227 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7228 Document -list-features.
7229
7230 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7231
7232 * gdb.texinfo (Output): Spell out which features of C's printf are
7233 not supported by GDB's printf.
7234 (Separate Debug Files): More accurate wording regarding build ID
7235 and a reference to the ld manual rather than the Fedora wiki.
7236
7237 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7238 Jim Blandy <jimb@codesourcery.com>
7239
7240 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7241 (Examining Memory): Update mentions of the 's' format.
7242 (Automatic Display): Likewise.
7243
7244 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * gdb.texinfo: Update the FSF's Back-Cover Text.
7247
7248 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7249 Eli Zaretskii <eliz@gnu.org>
7250
7251 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7252 Fixed the ``build ID'' name. New binaries build instructions for the
7253 build ID inclusion. Explain how the commands are specific to the build
7254 ID vs. debug link.
7255
7256 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7257
7258 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7259 indexing for ``build ID'' support.
7260
7261 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7264 Enlisted BUILD ID to the debug file searching example.
7265 Included a BUILD ID `.note.gnu.build-id' section description.
7266 Updated/added the debug files splitting instructions for OBJCOPY.
7267
7268 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7269
7270 * gdb.texinfo (Variable Objects): Adjust docs
7271 for -var-info-expression and document
7272 -var-info-path-expression.
7273
7274 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7275
7276 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7277 (title page): Include the dedication in the printed manual, as a
7278 separate page after the copyright notice.
7279
7280 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7281 don't break a @var across a line.
7282
7283 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7284
7285 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7286 for include files.
7287
7288 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7291 in annotate.texinfo.
7292 (Command History): Link to new node.
7293
7294 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7295
7296 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7297
7298 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7299
7300 * gdbint.texinfo (Target Conditionals): Fix last change.
7301
7302 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7303
7304 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7305 routines:
7306 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7307 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7308 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7309 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7310 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7311 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7312 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7313 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7314 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7315 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7316 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7317 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7318 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7319 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7320 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7321 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7322 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7323 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7324 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7325 (SOFTWARE_SINGLE_STEP_P)
7326
7327 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7328 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7329
7330 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7331 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7332 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7333 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7334 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7335 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7336 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7337 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7338 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7339 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7340
7341 (Converting an existing Target Architecture to Multi-arch): Remove
7342 section.
7343
7344 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7345 (gdbarch_addr_bits_remove): Add code example.
7346
7347 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7348
7349 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7350
7351 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7352 Add other missing entries. Adjust the table size to fit.
7353 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7354 stop reasons including the new "library" event.
7355 (General Query Packets): Adjust table widths for qSupported. Mention
7356 qXfer:libraries:read reply to qSupported and document the new packet.
7357 (Library List Format): New section.
7358
7359 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7360
7361 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7362
7363 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7364
7365 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7366
7367 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7368
7369 * gdbint.texinfo (Register and Memory Data): Break sections
7370 into nodes and add a menu.
7371
7372 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7373
7374 * gdb.texinfo (Examining Memory): Document the new behaviour.
7375
7376 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7377
7378 * gdb.texinfo (Standard Target Features): Document
7379 m68k features.
7380
7381 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7382
7383 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7384
7385 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7386
7387 * gdb.texinfo (Target Description Format): Add version attribute
7388 for <target>.
7389
7390 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7391
7392 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7393
7394 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7395
7396 * gdb.texinfo (MIPS Features): New subsection.
7397
7398 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7399 Markus Deuling <deuling@de.ibm.com>
7400
7401 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7402 and qXfer:spu:write packets and mention them under qSupported.
7403
7404 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7405 Markus Deuling <deuling@de.ibm.com>
7406
7407 * gdb.texinfo (Architectures): Add new SPU section to document
7408 Cell Broadband Engine SPU architecture specific commands.
7409
7410 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7411
7412 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7413 comments.
7414
7415 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7416
7417 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7418
7419 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7420
7421 * gdb.texinfo (Overview): Doc fix.
7422
7423 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7424
7425 * gdb.texinfo (Remote Configuration): Document "set/show
7426 remoteflow".
7427
7428 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7429
7430 * gdb.texinfo (MIPS): Remove documentation for set mips
7431 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7432 stack-arg-size.
7433
7434 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7435
7436 * all-cfg.texi (GDBTUI): New.
7437 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7438 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7439 (TUI Configuration): Edit to improve clarity and fix problems of
7440 both style and content.
7441
7442 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7443
7444 * observer.texi (GDB Observers): New observer "new_objfile".
7445
7446 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7447
7448 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7449
7450 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7451
7452 * gdb.texinfo (GDB/MI Variable Objects): Document
7453 frozen variables objects.
7454
7455 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7458 (Character Sets, Caching Data of Remote Targets): Likewise.
7459 (Targets): Delete Remote node. Move its text...
7460 (Debugging Remote Programs): ...to here. Delete description
7461 of the "remote" command.
7462 (Remote configuration): Delete description of "set remotedevice"
7463 and "show remotedevice".
7464 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7465
7466 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7467
7468 * gdb.texinfo (Contributors, Continuing and Stepping)
7469 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7470 (General Query Packets, File-I/O Remote Protocol Extension)
7471 (Protocol Basics, The F Reply Packet, Write)
7472 (Protocol-specific Representation of Datatypes, Memory Transfer):
7473 Fix hyphenation, punctuation and grammar problems.
7474 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7475 'section' instead of 'subsection' in the text.
7476 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7477 (i386): Remove period from section name.
7478 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7479 (Config Names, Configure Options): Use @file{configure}.
7480
7481 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7482
7483 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7484 and tab expansion.
7485
7486 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7489
7490 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7491
7492 * gdb.texinfo: Consistently capitalize all significant words in
7493 node names, chapter titles, section titles, and headings. Update
7494 cross references to match.
7495 (Starting and Stopping Trace Experiment): Make node name plural.
7496 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7497
7498 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7499
7500 * gdb.texinfo (WinCE): Delete obsolete subsection.
7501
7502 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7503
7504 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7505 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7506 references.
7507
7508 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7509
7510 * gdb.texinfo (Startup): Delete references to some alternate
7511 names for .gdbinit.
7512 (Thread): Remove LynxOS reference.
7513 (Tandem ST2000): Delete target-specific documentation.
7514 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7515 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7516 and GDB_OSABI_LYNXOS.
7517
7518 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7519
7520 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7521
7522 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7523
7524 * gdbint.texinfo (Target Conditionals): Remove mention of
7525 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7526 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7527
7528 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7529
7530 * Makefile.in: Add "pdfdir" installation
7531 directory, PDFTEX macro, support for "install-pdf" target,
7532 and rules for making a pdf version of refcard.texi.
7533 * refcard.tex: Specify paper size for PDF output.
7534
7535 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7536
7537 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7538
7539 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7540
7541 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7542 (Source Path, Character Sets, Macros, Define)
7543 (GDB/MI Result Records, GDB/MI Simple Examples)
7544 (GDB/MI Program Execution, GDB/MI File Commands)
7545 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7546 (Bug Reporting): Use @value{GCC}.
7547
7548 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7549
7550 * gdb.texinfo (Help): Fix formatting of examples.
7551 (Variables): Use @ifnotinfo instead of @iftex.
7552 (Non-debug DLL symbols): Use @ref instead of @pxref.
7553 (Sparclet File): Use @samp instead of quotes.
7554
7555 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7556
7557 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7558
7559 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7560
7561 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7562 the order of the nodes.
7563 (C Operators, C Constants, Debugging C): Remove extra menus.
7564 (Method Names in Commands): Do not specify next/prev/up nodes.
7565
7566 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7567
7568 * gdb.texinfo (File Options): Add missing parenthesis.
7569 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7570
7571 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7572
7573 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7574
7575 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.texinfo (Standard Target Features): Mention
7578 case insensitivity.
7579 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7580
7581 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7584 (Files): Add section name to argument list for pxref.
7585 (Non-debug DLL symbols): Don't use `see' for pxref.
7586 (Embedded Processors): Fix typo.
7587 (GDB/MI Breakpoint Commands): Execution commands generate
7588 *stopped not ^done.
7589
7590 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7591
7592 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7593 values for in_scope. Mention that only root variables can be
7594 updated.
7595 (GDB/MI Development and Front Ends): Explain new values may be
7596 added to existing fields.
7597
7598 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7599
7600 * gdb.texinfo (-target-disconnect): Use @smallexample.
7601 (Requirements): Add anchor for Expat. Update description.
7602 (Target Descriptions): Mention Expat.
7603 (Target Description Format): Document new elements. Use
7604 @smallexample.
7605 (Predefined Target Types, Standard Target Features): New sections.
7606 * gdbint.texinfo (Target Descriptions): New section.
7607
7608 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7609
7610 * gdb.texinfo (Target Description Format): Add section on XInclude.
7611
7612 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7613
7614 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7615 command -enable-timings.
7616
7617 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7618
7619 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7620 descriptions for new/deleted elements in gdb_osabi. Add missing
7621 description for function generic_elf_osabi_sniff_abi_tag_sections.
7622
7623 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7624
7625 * gdb.texinfo (Maintenance Commands): Add documentation for
7626 the new "maint print target-stack" command.
7627
7628 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7629 Eli Zaretskii <eliz@gnu.org>
7630
7631 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7632
7633 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7634
7635 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7636 Use @value{NGCC} instead of @value{GCC}.
7637
7638 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7639
7640 * agentexpr.texi: Fix typos.
7641 * annotate.texinfo: Likewise.
7642 * gdb.texinfo: Likewise.
7643 * gdbint.texinfo: Likewise.
7644 * observer.texi: Likewise.
7645 * stabs.texinfo: Likewise.
7646
7647 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7648
7649 * gdbint.texinfo (Support Libraries): Remove mmalloc
7650 entry. Describe readline library.
7651
7652 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7653
7654 * gdb.texinfo (Target Descriptions): New section.
7655 (General Query Packets): Add QPassSignals anchor. Mention
7656 qXfer:features:read under qSupported. Expand mentions of
7657 qXfer:memory-map:read and QPassSignals. Document
7658 qXfer:features:read.
7659
7660 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7661
7662 * gdb.texinfo (Commands to specify files): Describe
7663 "set sysroot" and "show sysroot".
7664 (Using the `gdbserver' program): Lowercase argument
7665 to @var. Expand description of setting up GDB on the
7666 host.
7667
7668 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7671 catch exception, catch exception unhandled, and catch assert
7672 commands.
7673
7674 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7675
7676 * gdb.texinfo (Debugging Output): Document "set debug xml"
7677 and "show debug xml".
7678
7679 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7680
7681 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7682
7683 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7684
7685 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7686
7687 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7688
7689 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7690 note in @ignore, to be removed later if nobody complains.
7691
7692 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7693
7694 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7695 of -var-delete.
7696
7697 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7698
7699 * gdb.texinfo (Setting breakpoints): Document
7700 automatic software/hardware breakpoint usage and
7701 the "set breakpoint auto-hw" command.
7702
7703 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7704
7705 * gdb.texinfo (Memory Access Checking): New.
7706
7707 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7708
7709 * gdb.texinfo (Remote configuration): Mention
7710 "pass-signals-packet".
7711 (General Query Packets): Document QPassSignals. Fix
7712 a typo.
7713
7714 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7715
7716 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7717
7718 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7719
7720 * gdb.texinfo (Remote configuration): Rewrite documentation for
7721 packet configuration commands.
7722 (OS Information): Adjust reference to qXfer:auxv:read.
7723 (General Query Packets): Remove references to read-aux-vector-packet
7724 and set remote get-thread-local-storage-address.
7725
7726 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7727
7728 * gdbint.texinfo (Target Architecture Definition): Add new
7729 Initializing a New Architecture section.
7730
7731 2006-10-31 David Taylor <dtaylor@emc.com>
7732
7733 * stabs.texinfo (Macro define and undefine): New node describing
7734 stabs for #define and #undef.
7735
7736 2006-10-27 Andreas Schwab <schwab@suse.de>
7737
7738 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7739
7740 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7741
7742 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7743 clarify on the possible meanings of ``expression'' watched by
7744 watchpoints. Add indexing.
7745 (Prompting, Errors, Invalidation, Annotations for Running)
7746 (Source Annotations): Fix index entries by adding "annotation" to
7747 them, to discriminate from index entries that point to the more
7748 general topic descriptions.
7749
7750 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7751
7752 * gdbint.texinfo (Target Vector Definition): Move most
7753 content into Existing Targets. Add a menu.
7754 (Existing Targets): New section, moved from Target Vector
7755 Definition. Use @subsection.
7756 (Managing Execution State): New section.
7757
7758 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7759
7760 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7761
7762 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7763
7764 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7765 (Command Syntax, Signals, Backtrace, Connecting)
7766 (Remote configuration, Renesas Boards, Console I/O): Fix last
7767 change: use Ctrl- instead of C-, except wrt Emacs.
7768 (File-I/O Examples): Put Ctrl-c in @kbd.
7769 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7770 (Console I/O): Use @samp with Ctrl-.
7771 (Signals, Set Breaks, Set Watchpoints): Document optional
7772 arguments to `info signals' `handle', `info breakpoints', and
7773 `info watchpoints'.
7774
7775 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7776
7777 * gdb.texinfo (Backtrace): Fix last change.
7778
7779 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7780
7781 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7782
7783 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7784
7785 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7786 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7787 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7788
7789 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7790 Daniel Jacobowitz <dan@codesourcery.com>
7791
7792 * gdb.texinfo (Packets): Document vFlashErase,
7793 vFlashWrite and vFlashDone packets.
7794 (General Query Packets): Document qXfer:memory-map:read.
7795 Add a new feature for qXfer:memory-map:read.
7796 (Memory map format): New section.
7797 (Target Commands): Mention that gdb can write flash.
7798
7799 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7800 Daniel Jacobowitz <dan@codesourcery.com>
7801
7802 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7803 memory regions and "mem auto".
7804
7805 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7806
7807 * gdbint.texinfo (Array Containers): New section.
7808
7809 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7810
7811 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7812 -stack-list-arguments HIGH_FRAME argument can be larger then the
7813 actual number of frames.
7814
7815 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7816
7817 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7818 -stack-list-locals HIGH_FRAME argument can be larger then the
7819 actual number of frames.
7820
7821 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7822
7823 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7824 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7825
7826 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7827
7828 * gdbint.texinfo (Overall Structure): New section "Source Tree
7829 Structure".
7830
7831 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7832
7833 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7834 responses.
7835
7836 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7837
7838 * gdb.texinfo (Source Path): Add documentation for new
7839 substitute-path commands.
7840
7841 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7842
7843 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7844 (Running Configure): ...here.
7845 (Requirements): New node. Mention expat.
7846
7847 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7848
7849 * gdb.texinfo (Target Commands): Remove
7850 'set download-write-size' and 'show download-write-size'.
7851
7852 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7853
7854 * stabs.texinfo (Member Type Descriptor): Correct example for
7855 pointer to member types.
7856
7857 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7858
7859 * gdb.texinfo (Optional warnings and messages): Add
7860 'set/show trace-commands'.
7861 (Command files): Add '-v' to source command.
7862
7863 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7864
7865 * gdb.texinfo (OS Information): Update qPart reference to
7866 qXfer.
7867 (Remote configuration): Likewise.
7868 (Overview): Move @cindex to the start of a paragraph. Talk
7869 about binary data encoding.
7870 (Packets): Refer to the overview for the details of the X
7871 packet encoding.
7872 (General Query Packets): Remove qPart description. Add qXfer
7873 description. Add an anchor to qSupported. Correct feature
7874 table title. Add a new feature for qXfer:auxv:read.
7875 (Interrupts): Add a missing parenthesis.
7876
7877 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7878
7879 * gdb.texinfo (KOD): Remove node.
7880 (GDB/MI Kod Commands): Remove commented out node.
7881
7882 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7883
7884 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7885 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7886 (GDB/MI Thread Commands, GDB/MI Program Execution)
7887 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7888 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7889 (GDB/MI File Commands, GDB/MI Target Manipulation)
7890 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7891 since the MI prompt is hard-wired into the code.
7892
7893 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7894
7895 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7896 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7897 (GDB/MI Data Manipulation): Remove description of unimplemented
7898 display related commands as variable objects perform this function
7899 and are superior: -display-delete, -display-disable,
7900 -display-enable, -display-insert and -display-list. Move
7901 -environment-cd, -environment-directory, -environment-path
7902 and -environment-pwd to "Program Context".
7903 (GDB/MI Program Control): Rename to "Program Execution". Move
7904 -exec-arguments -exec-abort to...
7905 (GDB/MI Program Context): ...here. New node split from "Data
7906 Manipulation".
7907
7908 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7909
7910 * gdb.texinfo (Remote configuration): Document set / show
7911 remote supported-packets.
7912 (General Query Packets): Document qSupported packet.
7913
7914 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7915
7916 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7917 and font markup.
7918 (Protocol basics): Likewise.
7919 (The F request packet): Likewise.
7920 (The F reply packet): Likewise.
7921 (Memory transfer): Move this node to be a subsubsection of
7922 "Protocol specific representation of datatypes".
7923 (The Ctrl-C message): More copy editing.
7924 (Console I/O): Likewise.
7925 (The isatty call): Delete this node, and merge its content into
7926 the "isatty" node. Fixed references elsewhere.
7927 (The system call): Delete this node, and merge its content into
7928 the "system" node. Fixed references elsewhere.
7929 (open): Reformat to use @table, and add appropriate font markup.
7930 (close): Likewise.
7931 (read): Likewise.
7932 (write): Likewise.
7933 (lseek): Likewise.
7934 (rename): Likewise.
7935 (unlink): Likewise.
7936 (stat/fstat): Likewise.
7937 (gettimeofday): Likewise.
7938 (isatty): Likewise.
7939 (system): Likewise, plus minor changes to fix confusing wording.
7940 (Integral datatypes): Fix font markup.
7941 (Pointer values): Likewise.
7942 (struct stat): Fix markup to use @table, plus minor copy editing.
7943 (struct timeval): Fix font markup, plus minor copy editing.
7944 (Constants): Minor copy editing.
7945 (Errno values): Add font markup.
7946 (File-I/O Examples): Likewise.
7947
7948 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7951 (GDB/MI Simple Examples): Move node up one level. Use real
7952 examples.
7953 (GDB/MI Compatibility with CLI): Update.
7954 (GDB/MI Result Records): Add "connected" and "exit" result
7955 classes.
7956 (GDB/MI Stream Records): Clarify target output.
7957 (GDB/MI Command Description Format): Modify example description.
7958 (GDB/MI Breakpoint Table Commands): Rename to...
7959 (GDB/MI Breakpoint Commands): ...this
7960 (GDB/MI Breakpoint Commands): Add optional thread field.
7961 (GDB/MI Program Control): Add an introduction. Move "Program
7962 termination" examples into exec-run description.
7963 (GDB/MI File Commands): Mention similar CLI commands.
7964 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7965 is similar to "-gdb-version".
7966
7967 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7968
7969 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7970
7971 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7974 sourceware.org for mailing lists.
7975 (GDB/MI File Commands): New node split from Program Control.
7976
7977 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7978
7979 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7980
7981 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7982
7983 * gdb.texinfo (Cygwin Native): Fix last change.
7984
7985 2006-05-22 Christopher Faylor <cgf@timesys.com>
7986
7987 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7988
7989 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7990
7991 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7992 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7993
7994 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * gdb.texinfo (General Query Packets): Recommend not starting
7997 new packets with qC and clarify.
7998
7999 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8000
8001 * gdb.texinfo (M2 Types): New section.
8002
8003 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8004
8005 * agentexpr.texi: Add a copyright and license notice.
8006 * observer.texi: Likewise, with GPL clause for function prototypes.
8007 Remove trailing whitespace.
8008
8009 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8010
8011 * gdb.texinfo (General Query Packets): Document conventions for
8012 terminating packet names, and their violations.
8013
8014 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8015
8016 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8017 * gdb.texinfo: Likewise.
8018
8019 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8022 and "show remotedebug".
8023 (Debugging Output): Add additional index entries.
8024
8025 2006-04-27 Michael Snyder <msnyder@redhat.com>
8026
8027 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8028
8029 2006-04-22 Andrew Cagney <cagney@redhat.com>
8030
8031 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8032 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8033
8034 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8035
8036 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8037 and remove breakpoint prototypes.
8038 (Watchpoints): Move description of target_insert_hw_breakpoint and
8039 target_remove_hw_breakpoint ...
8040 (Breakpoints): ... to here. Document target_insert_breakpoint and
8041 target_remove_breakpoint.
8042
8043 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8044
8045 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8046 and C packets are optional.
8047
8048 2006-04-14 Frederic Riss <frederic.riss@st.com>
8049
8050 * gdb.texinfo (Specifying source directories): Update the description
8051 of the source file search to reflect the fact that the source path
8052 always contains at least $cdir and $cwd.
8053
8054 2006-03-31 Michael Snyder <msnyder@redhat.com>
8055
8056 * gdb.texinfo: Update copyright dates.
8057
8058 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8059
8060 * gdb.texinfo (Overview): Add an index entry to "empty response".
8061
8062 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8063
8064 * gdbint.texinfo (Prologue Analysis): New section.
8065
8066 2006-03-07 Jim Blandy <jimb@red-bean.com>
8067
8068 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8069
8070 * gdb.texinfo (Target Commands): Update text describing how to
8071 specify a target. Refer to the detailed section on remote
8072 debugging, not the brief mention.
8073
8074 * gdb.texinfo (Connecting): Organize the different 'target remote'
8075 connection methods into a table. Add a 'target remote' index
8076 entry. (!!!)
8077
8078 2006-02-17 Fred Fish <fnf@specifix.com>
8079
8080 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8081 'ptype' commands to reflect the fact that the only significant
8082 difference between them is that ptype prints the complete type
8083 description instead of just the name.
8084
8085 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8086
8087 * gdbint.texinfo (Watchpoints): Delete
8088 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8089
8090 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8091
8092 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8093 times fields where needed. Fix typos. Update general form given
8094 for output of -break-insert.
8095 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8096
8097 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8098
8099 * gdbint.texinfo (Symbol Handling): Add a section
8100 on memory management.
8101
8102 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8103
8104 * gdb.texinfo (Breakpoint table commands): Document the fullname
8105 field in -break-list output.
8106
8107 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8110 debugging information produced by the various "set debug..."
8111 options.
8112
8113 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8114
8115 * gdb.texinfo (Files): Remove obsolete bits from the description
8116 of "symbol-file".
8117
8118 2006-01-25 Jim Blandy <jimb@redhat.com>
8119
8120 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8121
8122 2006-01-24 Jim Blandy <jimb@redhat.com>
8123
8124 * gdbint.texinfo (Frames): Document the basics of GDB's register
8125 unwinding model, and explain the existence of the "sentinel" frame.
8126
8127 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8128
8129 * gdb.texinfo (Choosing files): Mention that -directory is used
8130 for script files.
8131 (Specifying source directories): Likewise.
8132 (Command files): Explain how script files are found.
8133
8134 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8137 the threads in a multi-threaded program.
8138 (Threads): The threadno argument of "thread apply" can be a range
8139 of numbers.
8140
8141 2006-01-18 Jim Blandy <jimb@redhat.com>
8142
8143 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8144 of warning flags.
8145
8146 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8147
8148 * gdb.texinfo (Sequences): Improve menu annotations.
8149 (Define): Add index entries for arguments of user-defined
8150 commands. Move the description of flow-control commands...
8151 (Command Files): ...to here. Document loop_break and
8152 loop_continue.
8153 (Define, Command Files): Document `end' and add index entries for
8154 it.
8155
8156 2006-01-04 Michael Snyder <msnyder@redhat.com>
8157
8158 * gdb.texinfo: Add documentation for linux-fork.
8159 * gdbint.texinfo: Add internal documentation for checkpoints.
8160
8161 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8162
8163 * gdb.texinfo (Omissions from Ada): Document that there is now
8164 limited aggregate support.
8165
8166 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8167
8168 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8169 registers and the likes.
8170
8171 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8172
8173 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8174 (Symbols): Fix usage of "e.g.".
8175 (Memory Region Attributes): Fix usage of "etc."
8176
8177 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8178 (Coding): Fix usage of "e.g.".
8179
8180 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8181
8182 * stabs.texinfo:
8183 * refcard.tex:
8184 * gpl.texi:
8185 * gdbint.texinfo:
8186 * gdb.texinfo:
8187 * gdb-cfg.texi:
8188 * fdl.texi:
8189 * annotate.texinfo:
8190 * all-cfg.texi:
8191 * Makefile.in: Add (C) after Copyright. Update the FSF
8192 address.
8193
8194 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8195
8196 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8197 extend GDB with commands for external monitor.
8198
8199 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8200
8201 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8202
8203 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8204
8205 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8206
8207 2005-11-21 Jim Blandy <jimb@redhat.com>
8208
8209 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8210 placement of 'R' actions in tracepoint action packets; document
8211 dependence of 'X' and 'M' actions on a preceding 'R' action for
8212 their registers.
8213
8214 2005-11-19 Jim Blandy <jimb@redhat.com>
8215
8216 * gdb.texinfo (Tracepoint Packets): New node.
8217 (General Query Packets): Add entries for the tracepoint packets,
8218 referring to the "Tracepoint Packets" node.
8219 (Tracepoints): Add reference to "Tracepoint Packets".
8220
8221 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8222
8223 * gdb.texinfo (set remotebreak): Add anchor.
8224 (X packet): Likewise.
8225 (Remote Protocol): Add new section `Interrupts' and new index
8226 entry `interrupts (remote protocol)'.
8227
8228 2005-11-18 Jim Blandy <jimb@redhat.com>
8229
8230 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8231 entries into the General Query Packets section. Add a
8232 cross-reference to that section. Drop description of replies, as
8233 these are covered in the descriptions of each packet.
8234 (General Query Packets): Add introductory text. Explain naming
8235 conventions, and how the end of a name is recognized.
8236
8237 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8238
8239 * gdb.texinfo (Remote configuration): Fix typo in description of
8240 "set remotebreak" command.
8241
8242 2005-11-16 Jim Blandy <jimb@redhat.com>
8243
8244 * gdb.texinfo (Packets, Stop Reply Packets)
8245 (General Query Packets): Various formatting cleanups.
8246 - Use @samp for packet contents.
8247 - Drop summaries from packet @item lines; the same information appears
8248 immediately below in the description.
8249 - Delete paragraph breaks after packet @item commands, so that the
8250 description appears directly to the right of the packet prototype
8251 in the printed manual, if it fits.
8252 - Place spaces in packet prototypes between @vars and non-@var
8253 letters, and explain that they're just for formatting.
8254 - Use @dots{} instead of '...'.
8255 - Fix uses of @code where @var was needed.
8256 - Replace "deprecated" markers with English text spelling out the
8257 packet's status and the preferred alternatives.
8258 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8259 what this ever meant.
8260 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8261 this for a long time.
8262 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8263 implemented several times, and have been in use for years.
8264
8265 2005-11-15 Jim Blandy <jimb@redhat.com>
8266
8267 * gdb.texinfo (Packets): Add index entries for 'm' packet
8268 disclaimers.
8269
8270 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8271 of stub when processing an 'm' packet.
8272
8273 * gdb.texinfo (Packets): Mention that packets beginning with
8274 letters are reserved once, at the top, instead of actually listing
8275 them all and saying "reserved".
8276
8277 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8278
8279 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8280 Change @var{$arg0 to @code{$arg0.
8281
8282 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8283
8284 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8285
8286 2005-11-12 Jim Blandy <jimb@redhat.com>
8287
8288 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8289 order. Remove extraneous 'z'.
8290
8291 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8292
8293 * gdb.texinfo (Choosing files): Add --eval-command.
8294
8295 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8296
8297 * gdb.texinfo (Choosing modes): Add --return-child-result.
8298
8299
8300 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8301
8302 * gdb.texinfo (Choosing modes): Add --batch-silent.
8303
8304 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8305
8306 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8307 "The -var-update Command".
8308
8309 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8310
8311 * gdb.texinfo (Print Settings): Add documentation for set/show
8312 print array-indexes.
8313
8314 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8315
8316 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8317 6.2 and 6.3.
8318
8319 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8320
8321 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8322 since 19-Jan-2004.
8323 (Files): Likewise.
8324 (Variables, Symbols): Document the "<incomplete type>" message and
8325 its reasons.
8326
8327 2005-08-01 Fred Fish <fnf@specifix.com>
8328
8329 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8330
8331 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8334 option for -var-list-children and -var-update.
8335 (GDB/MI Stack Manipulation): Simplify description of
8336 print-values option for -stack-list-locals.
8337 (GDB/MI Command Description Format): Clarify.
8338 (Mode Options): Spelling of superseded.
8339
8340 2005-07-12 Bob Rossi <bob@brasko.net>
8341
8342 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8343 corresponding GDB command comment.
8344
8345 2005-07-06 Bob Rossi <bob@brasko.net>
8346
8347 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8348 and -inferior-tty-show.
8349 (Input/Output): Document "set/show inferior-tty" and tty alias.
8350
8351 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8352
8353 * gdb.texinfo (Packets): Change description of 'D' packet to note
8354 that GDB does wait for a response.
8355
8356 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8357
8358 * gdb.texinfo (History) Rename "Command History".
8359 (Command History): Move node "Server Prefix" from section on
8360 Annotations here.
8361
8362 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8363
8364 * gdb.texinfo (GDB/MI Stack Manipulation):
8365 Re-instate -stack-info-frame with example. Say that it gets
8366 info on selected frame, not current frame.
8367
8368 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8369
8370 * gdb.texinfo (Server): Clarify that `file' should be used before
8371 connecting to the server.
8372 (Files): Add an xref to the above description.
8373 (Output Formats): More detailed description of the `c' format.
8374 (Memory): List explicitly all the formats supported by `x'.
8375 (Threads): Add an @cindex entry for "thread apply".
8376 (Files): Document the possibility of loading unlinked object
8377 files. Add more indexing for solib-absolute-prefix and
8378 --with-sysroot.
8379 (Machine Code): Document possible problems with locations in
8380 shared libraries.
8381 (Backtrace): Document that free-standing environments do not need
8382 to have a `main' function.
8383
8384 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8385
8386 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8387 -stack-info-frame.
8388
8389 2005-06-07 Andrew Cagney <cagney@gnu.org>
8390
8391 * gdb.texinfo (Contributors): Note the original multi-arch
8392 contributors.
8393
8394 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8395
8396 * gdb.texinfo (Registers): Add index entries for the standard
8397 registers.
8398 (Frames): Add cross-reference from frame pointer description to
8399 the Registers node.
8400 (Annotations Overview): Fix the reference to GDB name.
8401
8402 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8403
8404 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8405 can-use-hw-watchpoints.
8406
8407 2005-05-28 Bob Rossi <bob@brasko.net>
8408
8409 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8410 the possible reasons why an exec async record would be returned to FE.
8411
8412 2005-05-26 Andrew Cagney <cagney@gnu.org>
8413
8414 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8415 Andrew Cagney implemented the original GDB/MI.
8416
8417 2005-05-23 Orjan Friberg <orjanf@axis.com>
8418
8419 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8420 documentation. Add documentation for cris-mode.
8421
8422 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8423
8424 * gdb.texinfo (Numbers): Explain the example and make the wording
8425 more acurate.
8426
8427 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8428 Dennis Brueni <dennis@slickedit.com>
8429
8430 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8431 (GDB/MI Data Manipulation, GDB/MI Program Control)
8432 (GDB/MI Stack Manipulation): Update examples to include the fullname
8433 attribute in stack frames.
8434
8435 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8436
8437 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8438 do with other non-standard names of init files.
8439
8440 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8441
8442 * gdb.texinfo (Command Files): Move the description of the startup
8443 from here...
8444 (Startup): ...to this new subsection of the Invocation chapter.
8445 Rearrange the description of init files more logically and add a
8446 cross-reference to "Command Files". Document the special gdbinit
8447 name for CISCO 68k. Expand the description of what GDB does
8448 during startup.
8449 (History): Add index entry for HISTSIZE.
8450
8451 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8452
8453 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8454
8455 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8456
8457 * gdb.texinfo (SVR4 Process Information, The isatty call)
8458 (The system call): Don't use foo(N) notation for man pages and
8459 functions.
8460 (Compilation, DJGPP Native): Improve wording.
8461
8462 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8463
8464 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8465 were optimized away.
8466
8467 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8468
8469 * gdb.texinfo (Remote configuration): Document "set/show
8470 get-thread-local-storage-address". Add cross-reference to the
8471 description of the qGetTLSAddr packet.
8472 (General Query Packets): Mention "set remote
8473 get-thread-local-storage-address" and add a reference to its
8474 description.
8475
8476 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8477
8478 * gdb.texinfo (Backtrace): Describe 'bt full'.
8479
8480 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8481
8482 * gdb.texinfo (Mode Options): Fix typo.
8483 (GDB/MI): Describe how to invoke GDB/MI.
8484
8485 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8486
8487 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8488 references changed. Add description of "info udot".
8489 (Files): Document "set/show stop-on-solib-events".
8490 (M32R/D): Document "set/show download-path", "set/show
8491 board-address", "set/show server-address", "upload", "tload".
8492 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8493 "use_mon_code", "use_ib_break", "use_dbt_break".
8494 (Maintenance Commands): Improve indexing.
8495 (Target Commands): Document "set/show hash", "set/show debug
8496 monitor".
8497 (SVR4 Process Information): Document "info pidlist" and "info
8498 meminfo". Document "set/show procfs-tarce" and "set/show
8499 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8500 (Symbols, The Print Command with Objective-C): Improve indexing.
8501 (Objective-C): Add references to "info classes" and "info
8502 selectors".
8503 (Debugging Output): Improve wording. Document "set/show debug
8504 solib-frv". Fix "set/show debugvarobj".
8505 (Set Breaks): Add index entry for "hardware breakpoints".
8506 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8507 and "set/show usehardbreakpoints".
8508 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8509 monitor-prompt", "set/show monitor-warnings", "pmon".
8510 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8511 rdiromatzero", "set/show rdiheartbeat".
8512 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8513 "sds".
8514 (Embedded Processors): Document the "sim" command.
8515 (Remote): Document the "remote" command.
8516 (DJGPP Native): Document the "info serial" command.
8517 (Threads): Document "maint info sol-threads".
8518 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8519 (Set Breaks): Improve indexing.
8520 (Command Syntax): Add a reference to dont-repeat.
8521 (Define): Document "dont-repeat".
8522 (TUI Commands): Document "tabset".
8523 (WinCE): New subsection. Document "set/show remotedirectory",
8524 "set/show remoteupload", "set/show remoteaddhost".
8525
8526 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8527
8528 * gdb.texinfo (Hurd Native): New subsection, documents
8529 Hurd-specific commands.
8530 (Maintenance Commands): Add cross-reference to "Debugging Output".
8531 (Debugging Output): Document "set/show debug lin-lwp".
8532 (MIPS): Improve documentation of heuristic-fence-post. Document
8533 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8534 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8535 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8536 (ARM): Document ARM-specific commands.
8537 (AVR): New section. Document "info io_registers".
8538 (CRIS): New section. Document "set/show cris-version" and
8539 "set/show cris-dwarf2-cfi".
8540 (HPPA): New section. Document "set/show debug hppa" and "maint
8541 print unwind".
8542 (Neutrino): New subsection. Document "set/show debug nto-debug".
8543 (Super-H): New section. Document the "regs" command.
8544 (Debugging Output): Document "set/show debug aix-thread".
8545
8546 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8547
8548 * gdb.texinfo (Print Settings): Document "set/show print
8549 pascal_static-members", "set print repeats", "show print
8550 null-stop". Improve indexing. Fix documentation of "set print
8551 union".
8552 (Pascal): New section.
8553 (Supported languages): Rename from "Support"; all references
8554 updated. Add a menu item for Pascal.
8555 (Numbers): Document "set radix.
8556 (Screen Size): Document "set/show pagination".
8557 (MIPS Embedded): Remove "set processor" documentation.
8558 (Remote configuration): Document "set/show X/P/Z-packet",
8559 "set/show read-aux-vector-packet", "set/show remote
8560 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8561 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8562 remotedebug", "set/show remotebreak", "set/show remotedevice",
8563 "set/show remotelogfile".
8564 (Auxiliary Vector): Add reference to the description of the
8565 read-aux-vector-packet setting.
8566 (Set Watchpoints): Add a cross-reference to "set remote
8567 hardware-breakpoint-limit".
8568 (General Query Packets): Add indexing of requests and
8569 cross-references to related commands in "Remote configuration".
8570 (File-I/O Overview, The system call): Fix wording and typos.
8571 (Thread Stops): Add index entries.
8572 (Continuing and Stepping): Document "show step-mode".
8573 (i386): New node. Document "set/show struct-convention".
8574 (Files): Document "show trust-readonly-sections".
8575 (Calling): Document "set/show unwindonsignal".
8576 (Messages/Warnings): Add index entries.
8577 (Maintenance Commands): Document "set/show watchdog".
8578 (Annotations Overview): Document "show annotate".
8579 (Set Watchpoints): Add index entries.
8580 (Symbols): Fix doc of case-sensitive.
8581 (ABI): Document "show coerce-float-to-double".
8582 (Convenience Vars, Help): Improve indexing.
8583 (Machine Code): Document "show disassembly-flavor".
8584 (Debugging C plus plus): Document "show overload-resolution".
8585 (Value History, Signaling): Add index entries.
8586
8587 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8588
8589 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8590 (Processes): Fix wording.
8591 (History, List, Logging output, Define, Symbols, Print Settings):
8592 Improve indexing.
8593
8594 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8595
8596 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8597 redundant index entry for "target" command.
8598 (Backtrace): Add index entries.
8599 (Symbols, Fortran): Document the "set case-sensitive" command.
8600 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8601 (Print Settings): Add index entry for "set demangle-style".
8602 (Target Commands): Document "set download-write-size".
8603 (Debugging Output): Document "set exec-done-display".
8604
8605 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8606
8607 * gdb.texinfo (Files): Fix the name and documentation of
8608 add-shared-symbol-files. Document its alias assf. Update the
8609 list of OSs where GDB supports shared libraries. Fix markup.
8610 (Continuing and Stepping): Add reference to @var{location} in the
8611 text.
8612 (Dump/Restore Files): Fix reference to @{filename}.
8613 (Help): Fix wording.
8614 (Attach): Ditto.
8615 (Set Watchpoints): Ditto.
8616 (Backtrace): Remove redundant index entries. Improve index
8617 entries.
8618 (Delete Breaks): Fix wording.
8619 (Memory): Document the compare-sections command.
8620 (Memory Region Attributes): Improve wording.
8621 (Disabling): Improve wording.
8622 (Fortran): New subsection. Document the "info common" command.
8623 (Help): Document aliases "info copying" and "info warranty".
8624 (Caching Remote Data): New section. Document the "set/show
8625 remotecache" and "info dcache" commands.
8626 (Show): Fix wording of the documentation of the "set
8627 extension-language" command.
8628 (Signals): Add index entry for "info handle".
8629 (Memory Region Attributes): Fix punctuation.
8630 (Symbols): Change the arg name to "location" and refer to it in
8631 the text. Fix wording of "info types" doc.
8632 (Threads): Fix usage of @enumerate @item's.
8633 (Listing Tracepoints): Add index entry for "info tp".
8634 (Set Watchpoints): Add xref to "info break" description.
8635 (Macros): Add an index entry for "macro exp1". Document the
8636 "macro list" command.
8637 (Maintenance Commands): Document "flushregs", "maint agent",
8638 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8639 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8640 "maint print architecture", "maint print objfiles", "maint print
8641 statistics", "maint print type", "maint show-debug-regs", "maint
8642 space", "maint time", and "maint translate-address".
8643 (Connecting): Document the "monitor" command.
8644 (Annotations Overview): Describe the "set annotate" command.
8645
8646 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8647
8648 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8649 Rearrange index entries and improve wording about support for
8650 hardware watchpoints.
8651
8652 2005-03-10 Bob Rossi <bob@brasko.net>
8653
8654 * gdb.texinfo: Update copyright
8655
8656 2005-02-09 Theodore A. Roth <troth@openavr.org>
8657
8658 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8659 error.
8660
8661 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8662
8663 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8664
8665 2005-01-17 Michael Snyder <msnyder@redhat.com>
8666
8667 * gdb.texinfo: Fix spelling, infinte -> infinite.
8668
8669 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8670
8671 * observer.texi (GDB Observers): Document "solib_loaded".
8672
8673 2005-01-07 Andrew Cagney <cagney@gnu.org>
8674
8675 * configure.ac: Rename configure.in, require autoconf 2.59.
8676 * configure: Re-generate.
8677
8678 * configure.in: Replace configdirs with multiple references to
8679 AC_CONFIG_SUBDIRS.
8680 * configure: Re-generate.
8681
8682 2005-01-04 Andrew Cagney <cagney@gnu.org>
8683
8684 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8685 part of the version number.
8686
8687 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8688
8689 * gdbint.texinfo (Algorithms): Remove description of
8690 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8691
8692 2004-12-07 Jim Blandy <jimb@redhat.com>
8693
8694 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8695 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8696 numbers.
8697
8698 2004-12-07 Andreas Schwab <schwab@suse.de>
8699
8700 * gdb.texinfo (Mode Options): Document -l option.
8701
8702 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8703
8704 * gdbint.texinfo (Algorithms): More accurate description of
8705 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8706 is not needed unless data-read and data-access watchpoints are
8707 supported. Add a description of how GDB checks whether the
8708 inferior stopped because a watchpoint was hit.
8709
8710 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8711
8712 * gdb.texinfo (Files): Add cross-reference to description of
8713 -readnow command-line switch.
8714
8715 2004-11-10 Randolph Chung <tausq@debian.org>
8716
8717 * gdb.texinfo: Document set/show backtrace past-entry commands.
8718 Rearrange index entries for set/show backtrace past-main.
8719
8720 2004-11-10 Jon Beniston <jon@beniston.com>
8721
8722 Committed by Andrew Cagney <cagney@gnu.org>.
8723 * gdb.texinfo (Remote Serial Protocol): Further describe
8724 binary transfer escaping mechanism .
8725
8726 2004-11-08 Randolph Chung <tausq@debian.org>
8727
8728 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8729 and "show debug infrun". Add index entries.
8730
8731 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8732
8733 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8734 "info proc" that are already implemented. Add index entries.
8735 (Working Directory): Add a cross-reference to "info proc" command.
8736 (Files): Add a tip for decreasing memory used for symtabs from
8737 shared libraries.
8738 (Starting): Fix whitespace; make "elaboration" stand out where it
8739 is first used, and add an index entry for the term.
8740 (Calling): Expand and elaborate text. Add "print". Add the
8741 description of problems with weak aliases.
8742 (Core File Generation): New section.
8743
8744 2004-10-12 Andrew Cagney <cagney@gnu.org>
8745
8746 * gdbint.texinfo (Versions and Branches): New chapter.
8747 (Releasing GDB): Delete "Versions and Branches" section.
8748 (Top): Add "Versions and Branches".
8749
8750 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8751
8752 * gdb.texinfo (Editing, History): Add cross-references to the
8753 included Readline and History user documentation. Remove
8754 references to the symbol have-readline-appendices which is unused
8755 and undefined.
8756 (History): Fix indexing.
8757
8758 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8759
8760 * gdbint.texinfo (target_stopped_data_address): Update to
8761 new prototype.
8762 (i386_stopped_data_address): Update prototype and description.
8763 (i386_stopped_by_watchpoint): New function and description.
8764
8765 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8766
8767 * gdb.texinfo (Filenames): Add Ada suffixes.
8768 (Ada) New section.
8769
8770 2004-09-27 Andrew Cagney <cagney@gnu.org>
8771 Robert Picco <Robert.Picco@hp.com>
8772
8773 * gdb.texinfo (Packets): Document the "p" packet.
8774
8775 2004-09-21 Jason Molenda (jmolenda@apple.com)
8776
8777 * gdb.texinfo (Paths and Names of the Source Files): Document the
8778 meaning of values in the 'desc' field of a SO stab.
8779
8780 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8781
8782 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8783 max-cache-age" and "maint show dwarf2 max-cache-age".
8784
8785 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8786
8787 * gdb.texinfo (Set Breaks): Add index entry for setting
8788 breakpoints on overloaded C++ functions that are not members of
8789 any classes. Add an example and an index entry for setting
8790 breakpoints on all program functions.
8791 (Character Sets, Macros, Overlay Commands)
8792 (Non-debug DLL symbols, GDB/MI Output Syntax)
8793 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8794 Use "(@value{GDBP})" instead of a literal "(gdb)".
8795
8796 2004-09-12 Andrew Cagney <cagney@gnu.org>
8797
8798 * gdbint.texinfo (Native Debugging): Delete description of
8799 FILES_INFO_HOOK.
8800
8801 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8802
8803 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8804 to hex_string_custom (not historically correct, but more
8805 understandable, given the current code).
8806
8807 2004-09-03 Andrew Cagney <cagney@gnu.org>
8808
8809 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8810
8811 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8812
8813 * observer.texi (solib_unloaded): New observer.
8814
8815 2004-08-24 Andrew Cagney <cagney@gnu.org>
8816
8817 * gdbint.texinfo (Target Architecture Definition): Add missing
8818 comma.
8819
8820 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8821
8822 * (Using the Testsuite): build != host is supported,
8823 but some test scripts do not support build != host.
8824
8825 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8826
8827 * gdbint.texinfo (Host Definition): Delete description of
8828 FCLOSE_PROVIDED and GETENV_PROVIDED.
8829
8830 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8831
8832 * gdbint.texinfo (Host Definition): Delete description of
8833 NO_SYS_FILE.
8834 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8835 PTRACE_FP_BUG.
8836
8837 2004-08-05 Andrew Cagney <cagney@gnu.org>
8838
8839 * gdbint.texinfo (Target Architecture Definition): Delete
8840 reference to deprecated_read_fp.
8841
8842 2004-08-02 Andrew Cagney <cagney@gnu.org>
8843
8844 * gdbint.texinfo (Target Architecture Definition): Delete
8845 description of DEPRECATED_REGISTER_BYTES.
8846
8847 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8848
8849 * gdb.texinfo (Source Path): Document the new behavior of
8850 searching for the source files.
8851
8852 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8853
8854 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8855 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8856 (Auto Display): Improve indexing.
8857
8858 2004-07-16 Andrew Cagney <cagney@gnu.org>
8859
8860 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8861 "-noasync".
8862
8863 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8864
8865 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8866 have the same prefix have only their prefix in the index.
8867
8868 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8869
8870 * gdb.texinfo (BSD libkvm Interface): New node (section)
8871 (Native): Add it to the menu.
8872
8873 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8874
8875 * gdbint.texinfo (Target Architecture Definition): Remove
8876 PCC_SOL_BROKEN.
8877
8878 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8879
8880 * gdbint.texinfo (Target Architecture Definition): Remove
8881 SUN_FIXED_LBRAC_BUG.
8882
8883 2004-06-26 Andrew Cagney <cagney@gnu.org>
8884
8885 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8886
8887 2004-06-20 Andrew Cagney <cagney@gnu.org>
8888
8889 * gdbint.texinfo (Target Architecture Definition): Deprecate
8890 USE_STRUCT_CONVENTION.
8891
8892 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8893
8894 gdb.texinfo (Bug Reporting): Mention session recording,
8895 with the script command or Emacs.
8896
8897 2004-06-18 Andrew Cagney <cagney@gnu.org>
8898
8899 * gdbint.texinfo (Target Architecture Definition): Deprecate
8900 FUNCTION_START_OFFSET.
8901
8902 2004-06-14 Andrew Cagney <cagney@gnu.org>
8903
8904 Based on changes from Karl Berry.
8905 * gdb.texinfo: Do not use @sc in a direntry.
8906 * stabs.texinfo: Change @dircateogry to "Software development".
8907 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8908
8909 2004-06-13 Andrew Cagney <cagney@gnu.org>
8910
8911 * gdbint.texinfo (Target Architecture Definition): Delete
8912 description of RETURN_VALUE_ON_STACK.
8913
8914 2004-06-09 Andrew Cagney <cagney@gnu.org>
8915
8916 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8917 deleted by previous patch.
8918
8919 2004-06-08 Andrew Cagney <cagney@gnu.org>
8920
8921 * gdbint.texinfo (Native Debugging): Delete documentation on
8922 ATTACH_DETACH.
8923
8924 2004-06-06 Randolph Chung <tausq@debian.org>
8925
8926 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8927
8928 2004-06-06 Randolph Chung <tausq@debian.org>
8929
8930 * gdb.texinfo (push_dummy_call): Update argument list to match
8931 the new push_dummy_call method signature. Describe the function
8932 argument.
8933
8934 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8935
8936 * gdb.texinfo (Starting): Document new start command.
8937
8938 2004-05-21 Andrew Cagney <cagney@redhat.com>
8939
8940 * observer.texi (GDB Observers): Document "inferior_created".
8941
8942 2004-05-08 Andrew Cagney <cagney@redhat.com>
8943
8944 * gdbint.texinfo (Target Architecture Definition): Delete
8945 description of DO_DEFERRED_STORES.
8946
8947 * gdbint.texinfo (Target Architecture Definition): Delete
8948 references to DEPRECATED_FIX_CALL_DUMMY.
8949
8950 * gdbint.texinfo (Target Architecture Definition): Delete
8951 description of DEPRECATED_CALL_DUMMY_WORDS,
8952 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8953
8954 * gdbint.texinfo (Target Architecture Definition): Delete
8955 description of DEPRECATED_PUSH_DUMMY_FRAME.
8956
8957 * gdbint.texinfo (Target Architecture Definition): Delete
8958 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8959
8960 2004-05-07 Andrew Cagney <cagney@redhat.com>
8961
8962 * observer.texi (GDB Observers): Add "Debugging" section. Include
8963 cross reference to "set/show debug observer".
8964 * gdb.texinfo (Debugging Output): Document "set/show debug
8965 observer".
8966
8967 2004-05-01 Andrew Cagney <cagney@redhat.com>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Delete
8970 description of DEPRECATED_PC_IN_SIGTRAMP.
8971
8972 2004-04-30 Andrew Cagney <cagney@redhat.com>
8973
8974 * gdbint.texinfo (Target Architecture Definition): Delete
8975 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8976
8977 2004-04-30 Orjan Friberg <orjanf@axis.com>
8978
8979 * observer.texi (GDB Observers): Correct spelling.
8980
8981 2004-04-26 Orjan Friberg <orjanf@axis.com>
8982
8983 * observer.texi (GDB Observers): Add target_changed event.
8984
8985 2004-04-08 Andrew Cagney <cagney@redhat.com>
8986
8987 * observer.texi (GDB Observers): Rework, provide generic observer
8988 definitions and then a list of observable events.
8989
8990 2004-04-04 Andrew Cagney <cagney@redhat.com>
8991
8992 * gdbint.texinfo (Host Definition): Delete reference to
8993 NO_SIGINTERRUPT.
8994
8995 2004-04-02 Andrew Cagney <cagney@redhat.com>
8996
8997 * gdbint.texinfo (Target Architecture Definition): Delete
8998 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8999
9000 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9001
9002 * gdb.texinfo (TUI Commands): Document tui reg commands.
9003
9004 2004-03-26 Andrew Cagney <cagney@redhat.com>
9005
9006 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9007 "gdbtui".
9008 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9009 (Contributors): Mention both Text and Terminal User Interface.
9010
9011 2004-03-23 Andrew Cagney <cagney@redhat.com>
9012
9013 * gdbint.texinfo (Target Architecture Definition): Deprecate
9014 references to SIGTRAMP_START and SIGTRAMP_END.
9015
9016 2004-03-23 Andrew Cagney <cagney@redhat.com>
9017
9018 * gdbint.texinfo (Target Architecture Definition): Deprecate
9019 references to PC_IN_SIGTRAMP.
9020
9021 2004-03-19 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdbint.texinfo (Target Architecture Definition): Delete
9024 reference to GDB_TARGET_IS_HPPA.
9025
9026 2004-03-18 Andrew Cagney <cagney@redhat.com>
9027
9028 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9029 describe pre_init and post_init.
9030
9031 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9032
9033 * gdb.texinfo (Debugging Output): Document values for "set debug
9034 target".
9035
9036 2004-02-28 Andrew Cagney <cagney@redhat.com>
9037
9038 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9039
9040 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9041
9042 * gdb.texinfo (breakpoints): Add information about the
9043 new "set breakpoint pending" and "show breakpoint pending"
9044 commands.
9045
9046 2004-02-26 Andrew Cagney <cagney@redhat.com>
9047
9048 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9049 in Per-architecture module data section.
9050
9051 2004-02-25 Roland McGrath <roland@redhat.com>
9052
9053 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9054
9055 2004-02-24 Andrew Cagney <cagney@redhat.com>
9056
9057 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9058 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9059 * fdl.texi: Import Version 1.2, November 2002.
9060
9061 2004-02-17 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9064
9065 2004-02-16 Andrew Cagney <cagney@redhat.com>
9066
9067 * gdbint.texinfo (Target Architecture Definition): Deprecate
9068 FRAMELESS_FUNCTION_INVOCATION.
9069
9070 2004-02-16 Andrew Cagney <cagney@redhat.com>
9071
9072 * gdbint.texinfo (Coding): Mention -Wunused-function.
9073
9074 2004-02-14 Andrew Cagney <cagney@redhat.com>
9075
9076 * gdbint.texinfo (Target Architecture Definition): Delete
9077 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9078
9079 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9080
9081 * gdb.texinfo: Properly quote the name "C++".
9082 * gdbint.texinfo: Ditto.
9083 * stabs.texinfo: Ditto.
9084
9085 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9086
9087 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9088 minimal information about libiberty.
9089
9090 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9091
9092 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9093
9094 2004-02-04 Roland McGrath <roland@redhat.com>
9095
9096 * gdb.texinfo (Auxiliary Vector): New node (section).
9097 (Data): Add it to the menu.
9098
9099 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9100
9101 * gdb.texinfo (Breakpoints): Add information about pending
9102 breakpoint support.
9103
9104 2004-01-26 Andrew Cagney <cagney@redhat.com>
9105
9106 * gdb.texinfo (Overview): Delete references to the cisco protocol
9107 including the "N" response.
9108
9109 2004-01-26 Andrew Cagney <cagney@redhat.com>
9110
9111 * gdbint.texinfo (Target Architecture Definition): Rename
9112 EXTRACT_STRUCT_VALUE_ADDRESS to
9113 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9114
9115 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9116
9117 * gdb.texinfo (KOD): Document "show os". Add index entries for
9118 "set/show os" and "info cisco" commands.
9119
9120 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9121
9122 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9123
9124 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9125
9126 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9127 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9128
9129 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9130
9131 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9132 -stack-list-locals.
9133 (GDB/MI Variable Objects): Describe extension to
9134 -var-list-children.
9135
9136 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9137
9138 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9139
9140 2004-01-17 Andrew Cagney <cagney@redhat.com>
9141
9142 * gdbint.texinfo (Target Architecture Definition): Delete
9143 documentation on DEPRECATED_NPC_REGNUM.
9144
9145 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9146
9147 * gdb.texinfo: Update copyright year. Mention that set
9148 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9149 "set follow-fork-mode ask".
9150
9151 2004-01-13 Andrew Cagney <cagney@redhat.com>
9152
9153 * gdbint.texinfo: Update copyright year.
9154 (Coding): Add -Wunused-label to list of -Werror warnings.
9155
9156 2004-01-08 Jason Molenda <jmolenda@apple.com>
9157 Eli Zaretskii <eliz@gnu.org>
9158
9159 * gdb.texinfo: Update copyright.
9160 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9161 around names, as appropriate. Minor syntax cleanup of
9162 _NSPrintForDebugger explanation. Two spaces after periods.
9163 GDBN used instead of lit. "gdb". Index entries added for
9164 print-object and _NSPrintForDebugger. @noindent added in one spot.
9165
9166 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9167
9168 * stabs.texinfo: Add dircategory and direntry commands.
9169 * annotate.texinfo: Ditto.
9170
9171 2003-11-10 Andrew Cagney <cagney@redhat.com>
9172
9173 * gdbint.texinfo (Target Architecture Definition): Replace the
9174 return_value method's "inval" and "outval" parameters with
9175 "readbuf" and "writebuf".
9176
9177 2003-10-28 Jim Blandy <jimb@redhat.com>
9178
9179 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9180 from "The `F' request packet" and "The `F' reply packet", to make
9181 texi2dvi happy.
9182 (File-I/O remote protocol extension): Update menu entries, too.
9183
9184 2003-10-26 Michael Chastain <mec@shout.net>
9185
9186 * gdb.texinfo (Thread Stops): Document the issue with
9187 premature return from system calls in multi-threaded programs.
9188
9189 2003-10-24 Andrew Cagney <cagney@redhat.com>
9190
9191 * annotate.texinfo: Fix "fortunatly"[sic].
9192
9193 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9194
9195 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9196 with "Hitachi" and "Mitsubishi".
9197
9198 2003-10-20 Andrew Cagney <cagney@redhat.com>
9199
9200 * gdbint.texinfo (Target Architecture Definition): Document
9201 gdbarch_return_value. Add cross references from
9202 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9203 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9204
9205 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Document
9208 regset_from_core_section.
9209
9210 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9211
9212 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9213
9214 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9215
9216 From Anthony Green <green@redhat.com>:
9217 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9218
9219 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9220
9221 * gdb.texinfo (Breakpoint related warnings): New node.
9222 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9223
9224 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9225
9226 * gdb.texinfo (Remote Protocol): Document v and vCont.
9227
9228 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9229
9230 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9231 * gdbint.texinfo: Ditto.
9232
9233 2003-10-09 Andrew Cagney <cagney@redhat.com>
9234
9235 From 2003-09-18 David Anderson <davea@sgi.com>:
9236 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9237 "command".
9238
9239 2003-10-03 Andrew Cagney <cagney@redhat.com>
9240
9241 * gdbint.texinfo (Target Architecture Definition): Deprecate
9242 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9243 just target.
9244
9245 2003-10-02 Andrew Cagney <cagney@redhat.com>
9246
9247 * gdbint.texinfo (Target Architecture Definition): Rename
9248 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9249 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9250 * gdbint.texinfo (Target Architecture Definition): Rename
9251
9252 2003-09-30 Andrew Cagney <cagney@redhat.com>
9253
9254 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9255 (Target Architecture Definition):
9256
9257 * gdbint.texinfo (Target Architecture Definition): Rename
9258 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9259
9260 2003-09-29 Andrew Cagney <cagney@redhat.com>
9261
9262 * gdbint.texinfo (Target Architecture Definition): Delete
9263 documentation for NEED_TEXT_START_END.
9264
9265 * gdbint.texinfo (Target Architecture Definition): Rename
9266 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9267 TARGET_WRITE_PC.
9268
9269 2003-09-22 Michael Chastain <mec@shout.net>
9270
9271 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9272
9273 2003-09-21 Anthony Green <green@redhat.com>
9274
9275 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9276
9277 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9278
9279 * gdbint.texinfo (Target Architecture Definition): Document
9280 stabs_argument_has_addr.
9281
9282 2003-09-18 Andrew Cagney <cagney@redhat.com>
9283
9284 * gdbint.texinfo (Target Architecture Definition): Delete
9285 documentation on REGISTER_NAMES.
9286
9287 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9288
9289 * gdbint.texinfo (Target Architecture Definition): Replace
9290 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9291
9292 2003-09-11 Andrew Cagney <cagney@redhat.com>
9293
9294 * gdbint.texinfo (Target Architecture Definition): Replace
9295 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9296
9297 2003-08-18 Andrew Cagney <cagney@redhat.com>
9298
9299 * gdbint.texinfo (Target Architecture Definition): Document
9300 "frame_red_zone_size".
9301
9302 2003-08-09 Andrew Cagney <cagney@redhat.com>
9303
9304 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9305 with "set/show backtrace past-main" and "set/show backtrace
9306 limit".
9307
9308 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9309
9310 * Makefile.in (install-info): Support DESTDIR.
9311 (install-html): Likewise.
9312
9313 2003-08-07 Andrew Cagney <cagney@redhat.com>
9314
9315 Patch from Nick Roberts.
9316 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9317 bindings. Remove description of send-gdb-command.
9318
9319 2003-08-07 Andrew Cagney <cagney@redhat.com>
9320
9321 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9322 GDB 6.0.
9323
9324 2003-08-06 Andrew Cagney <cagney@redhat.com>
9325
9326 * gdb.texinfo (Mode Options): Mention that level three is the
9327 highest available and that level 2 is deprecated.
9328 (Annotations Overview): Mention annotation levels. Cross reference
9329 to "Limitations of the Annotation Interface" in annotate.texi.
9330 (TODO, Value Annotations, Frame Annotations): Delete section.
9331 (Displays, Breakpoint Info): Delete.
9332
9333 2003-08-04 Andrew Cagney <cagney@redhat.com>
9334
9335 * agentexpr.texi: Delete @bye.
9336 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9337 (stabs.info): Add $(srcdir) to include search path.
9338 (html): Depend on "annotate_toc.html", and not "annotate.html".
9339 * stabs.texinfo: Ditto. Include "fdl.texi".
9340 * gdbint.texinfo: Update copyright statement's list of invariant
9341 sections.
9342
9343 2003-07-28 Andrew Cagney <cagney@redhat.com>
9344
9345 * Makefile.in (INFO_DEPS): Add annotate.info.
9346 (dvi, ps, html, pdf): Add annotate.
9347 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9348 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9349 (ANNOTATE_DOC_FILES): New macro.
9350 (ANNOTATE_TEX_TMPS): New macro.
9351 (annotate.info, annotate_toc.html): Specify dependencies.
9352 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9353 * annotate.texinfo: Rename annotate.texi. Get building. Add
9354 "Migrating to GDB/MI" and "Limitations of the Annotation
9355 Interface" chapters. Mention why it is not part of the user
9356 guide. Update copyright notice. Include "fdl.texi".
9357
9358 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9359
9360 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9361
9362 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9363
9364 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9365
9366 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9367
9368 * gdb.texinfo (Server): Mention pidof.
9369
9370 2003-07-22 Andrew Cagney <cagney@redhat.com>
9371
9372 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9373 list.
9374
9375 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9376
9377 * gdb.texinfo (Logging output): New chapter.
9378
9379 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9380
9381 * gdb.texinfo (Unsupported languages): New section.
9382 (Languages): Add link to new section.
9383
9384 2003-06-22 Andrew Cagney <cagney@redhat.com>
9385
9386 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9387
9388 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9389
9390 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9391
9392 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9395 * agentexpr.texi: Retitle section, and change it to an appendix.
9396 Comment out texinfo initialization. Factor a @var{} into two
9397 pieces to prevent makeinfo warnings.
9398 * gdb.texinfo: Add Agent Expressions appendix.
9399
9400 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9401
9402 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9403
9404 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9407 remote target". Document the "detach" and "disconnect" commands.
9408 (Server, Netware, Debug Session): Reference "Connecting to a
9409 remote target".
9410 (GDB/MI Target Manipulation): Document "-target-disconnect".
9411
9412 2003-06-13 Andrew Cagney <cagney@redhat.com>
9413
9414 * gdbint.texinfo (Target Architecture Definition): Deprecate
9415 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9416 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9417
9418 2003-06-09 Jim Blandy <jimb@redhat.com>
9419
9420 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9421
9422 2003-06-08 Andrew Cagney <cagney@redhat.com>
9423
9424 * gdbint.texinfo (Target Architecture Definition): Delete
9425 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9426
9427 2003-06-08 Andrew Cagney <cagney@redhat.com>
9428
9429 * gdbint.texinfo (Target Architecture Definition): Document
9430 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9431
9432 2003-06-07 Adam Fedor <fedor@gnu.org>
9433
9434 * gdb.texinfo: Add Objective-C documentation.
9435
9436 2003-06-01 Andrew Cagney <cagney@redhat.com>
9437
9438 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9439 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9440
9441 2003-05-21 Andrew Cagney <cagney@redhat.com>
9442
9443 * gdbint.texinfo (Target Architecture Definition): Delete
9444 references to "extract_address" and "store_address".
9445
9446 2003-05-16 Andrew Cagney <cagney@redhat.com>
9447
9448 * gdbint.texinfo (Target Architecture Definition): Replace
9449 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9450 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9451
9452 2003-05-14 Theodore A. Roth <troth@openavr.org>
9453
9454 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9455
9456 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9457
9458 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9459 (gdb.dvi): Likewise.
9460 (gdb.pdf): Likewise.
9461 (links2roff): Likewise.
9462
9463 2003-05-08 Jim Blandy <jimb@redhat.com>
9464
9465 * gdb.texinfo (Dump/Restore Files): Update documentation for
9466 'dump', 'append', and 'restore': note that format argument is
9467 optional; simplify presentation of the command variants; and be
9468 more precise about the formats.
9469
9470 2003-05-07 Jim Blandy <jimb@redhat.com>
9471
9472 * gdb.texinfo (Symbols): Update documentation: 'maint list
9473 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9474 symtabs' and 'maint info psymtabs'.
9475
9476 2003-05-05 Andrew Cagney <cagney@redhat.com>
9477
9478 * gdbint.texinfo (Target Architecture Definition): Make
9479 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9480 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9481 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9482
9483 2003-05-04 Andrew Cagney <cagney@redhat.com>
9484
9485 * gdb.texinfo (Maintenance Commands): Document "maint print
9486 dummy-frames".
9487
9488 2003-05-04 Andrew Cagney <cagney@redhat.com>
9489
9490 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9491
9492 2003-05-03 J. Brobecker <brobecker@gnat.com>
9493
9494 Thierry Schneider <tpschneider1@yahoo.com>
9495 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9496 for new MI command.
9497
9498 2003-05-03 Andrew Cagney <cagney@redhat.com>
9499
9500 * gdbint.texinfo (Target Architecture Definition): Document
9501 push_dummy_code. Add cross references.
9502
9503 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9504
9505 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9506 set/show charsets commands.
9507
9508 2003-04-28 Andrew Cagney <cagney@redhat.com>
9509
9510 * gdbint.texinfo (Target Architecture Definition): Replace
9511 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9512 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9513
9514 2003-04-28 Andrew Cagney <cagney@redhat.com>
9515
9516 * gdbint.texinfo (Target Architecture Definition): Rename
9517 "tm_print_insn" to "deprecated_tm_print_insn".
9518
9519 2003-04-09 Jim Blandy <jimb@redhat.com>
9520
9521 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9522 list psymtabs'.
9523
9524 2003-04-08 Andrew Cagney <cagney@redhat.com>
9525
9526 * gdbint.texinfo (Target Architecture Definition): Delete
9527 references to EXTRA_FRAME_INFO.
9528
9529 2003-04-08 Andrew Cagney <cagney@redhat.com>
9530
9531 * gdbint.texinfo (Target Architecture Definition): Delete
9532 PRINT_TYPELESS_INTEGER.
9533
9534 2003-04-02 J. Brobecker <brobecker@gnat.com>
9535
9536 * observer.texi (GDB Observers): Adjust the documentation for the
9537 normal_stop notification to better describe reality. Fix a couple
9538 of minor typos.
9539
9540 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9541
9542 * gdb.texinfo (GDB/MI Program Control): Add
9543 '-file-list-exec-source-file'
9544
9545 2003-03-31 Andrew Cagney <cagney@redhat.com>
9546
9547 * gdbint.texinfo (Target Architecture Definition): Delete
9548 references to CALL_DUMMY_P.
9549
9550 2003-03-30 Andrew Cagney <cagney@redhat.com>
9551
9552 * gdbint.texinfo (Target Architecture Definition): Remove
9553 reference to TARGET_WRITE_SP.
9554
9555 2003-03-27 Andrew Cagney <cagney@redhat.com>
9556
9557 * gdbint.texinfo (Target Architecture Definition): Remove
9558 references to write_sp.
9559
9560 2003-03-27 Andrew Cagney <cagney@redhat.com>
9561
9562 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9563 chapter body. Use @smallexample instead of @example.
9564 (Annotations): Ditto.
9565 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9566 annotate.texi.
9567
9568 2003-03-26 Andrew Cagney <cagney@redhat.com>
9569
9570 * gdbint.texinfo (Target Architecture Definition): Replace
9571 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9572 dummy_addr parameters.
9573
9574 2003-03-25 Andrew Cagney <cagney@redhat.com>
9575
9576 * gdbint.texinfo (Target Architecture Definition): Delete
9577 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9578 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9579 Add reference to PUSH_ARGUMENTS.
9580
9581 2003-03-23 Andrew Cagney <cagney@redhat.com>
9582
9583 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9584 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9585
9586 2003-03-18 J. Brobecker <brobecker@gnat.com>
9587
9588 * gdbint.texinfo (Algorithms): Add new section describing the
9589 Observer paradigm.
9590 (Top): Add menu entry to new observer appendix.
9591 * observer.texi: New file.
9592 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9593 new observer.texi file.
9594
9595 2003-03-17 Andrew Cagney <cagney@redhat.com>
9596
9597 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9598 that GNU Press update the manual version number.
9599
9600 2003-03-12 Andrew Cagney <cagney@redhat.com>
9601
9602 * gdbint.texinfo (Target Architecture Definition): Delete
9603 references to get_saved_register. Rename GET_SAVED_REGISTER to
9604 DEPRECATED_GET_SAVED_REGISTER.
9605
9606 2003-03-13 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdbint.texinfo (Target Architecture Definition): Replace
9609 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9610
9611 2003-03-12 Andrew Cagney <cagney@redhat.com>
9612
9613 * gdbint.texinfo (Target Architecture Definition): Rename
9614 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9615
9616 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9617
9618 * gdb.texinfo: Add File-I/O documentation.
9619
9620 2003-03-10 Andrew Cagney <cagney@redhat.com>
9621
9622 * gdbint.texinfo (Target Architecture Definition): Cross reference
9623 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9624
9625 2003-03-07 Andrew Cagney <cagney@redhat.com>
9626
9627 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9628 frame" command.
9629
9630 2003-03-05 Andrew Cagney <cagney@redhat.com>
9631
9632 * gdbint.texinfo (Target Architecture Definition): Document
9633 unwind_dummy_id. Cross reference unwind_dummy_id and
9634 SAVE_DUMMY_FRAME_TOS.
9635
9636 2003-03-05 James Ingham <jingham@apple.com>
9637 Daniel Jacobowitz <drow@mvista.com>
9638
9639 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9640 and "show cp-abi".
9641
9642 2003-03-03 Andrew Cagney <cagney@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): Document
9645 register_type.
9646
9647 2003-03-03 Andrew Cagney <cagney@redhat.com>
9648
9649 * stabs.texinfo (Structures): Use @samp and separate @var's
9650 instead of a single @var containing a comma separated list.
9651 (Unions): Ditto.
9652
9653 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9654
9655 * Makefile.in (distclean): Remove config.log.
9656
9657 2003-03-01 Andrew Cagney <cagney@redhat.com>
9658
9659 * gdbint.texinfo (Target Architecture Definition): Rename
9660 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9661
9662 2003-03-01 Andrew Cagney <cagney@redhat.com>
9663
9664 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9665 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9666
9667 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9668
9669 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9670 (Non-debug DLL symbols): New node, describing the minimal symbols
9671 loaded from DLLs without real debugging symbols.
9672
9673 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9674
9675 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9676 hardware-breakpoint-limit".
9677 (Set Watchpoints): Add cross reference to "set remote
9678 hardware-watchpoint-limit".
9679 (Remote configuration options): New section.
9680
9681 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9682
9683 * gdbint.texinfo (Target Architecture Definition): Delete
9684 descrption of IS_TRAPPED_INTERNALVAR.
9685
9686 From Keith Seitz <keiths@redhat.com>:
9687 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9688 option "-i"/"--interpreter" to this chapter. Include index
9689 entries.
9690
9691 2003-02-04 David Carlton <carlton@math.stanford.edu>
9692
9693 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9694 (Variables): Recommend stabs+ and DWARF 2.
9695 (C plus plus expressions): Correct info about
9696 compiler versions, debug formats.
9697 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9698 PR symtab/874.
9699
9700 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9701
9702 * gdbint.texinfo (Target Architecture Definition): Delete
9703 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9704 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9705 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9706 references to nindy and i960.
9707 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9708
9709 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9710
9711 * gdbint.texinfo (Target Architecture Definition): Delete
9712 FLOAT_INFO.
9713
9714 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9715
9716 * stabs.texinfo (Member Type Descriptor): Clarify description of
9717 `@'. Suggested by Ben Hutchings.
9718
9719 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9720
9721 * gdb.texinfo (M68K): Delete reference to es1800.
9722
9723 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9724
9725 * gdb.texinfo (Maintenance Commands): Document `maint print
9726 reggroups' and `maint print register-groups'.
9727 * gdbint.texinfo (Target Architecture Definition): Document
9728 register_reggroup_p.
9729
9730 2003-01-23 Jim Blandy <jimb@redhat.com>
9731
9732 * gdb.texinfo (Separate Debug Files): New section.
9733
9734 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9735
9736 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9737 and "maint show profile".
9738
9739 2003-01-16 Michael Chastain <mec@shout.net>
9740
9741 * gdb.texinfo (Installing GDB): Warn against
9742 ".../gdb-VERSION/gdb/configure".
9743 (Separate Objdir): Likewise.
9744
9745 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9746
9747 * gdbint.texinfo (Target Architecture Definition): Delete
9748 definition of PRINT_REGISTER_HOOK.
9749
9750 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9751
9752 (OpenRISC 1000): Fix formatting of command names.
9753
9754 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9755
9756 * gdb.texinfo (Continuing and Stepping): Add new command
9757 'advance'. Clarify behavior of 'until'.
9758
9759 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9760
9761 * gdb.texinfo (Files): Document solib-absolute-prefix and
9762 solib-search-path.
9763
9764 2003-01-09 Michael Chastain <mec@shout.net>
9765
9766 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9767 (Create a Release): Add new instructions for new @file{src-release}.
9768 Document existing instructions for @file{Makefile.in} as
9769 being for @value{GDBN} 5.3.1 or earlier.
9770
9771 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9772
9773 * gdbint.texinfo (Target Architecture Definition): Mention
9774 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9775 allocate memory.
9776
9777 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9778
9779 * gdb.texinfo (Controlling GDB): Add @kindex for
9780 "show osabi".
9781 (Backtraces): Add @kindex's for backtrace-below-main.
9782
9783 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9784
9785 * gdb.texinfo (Controlling GDB): Document "set osabi".
9786
9787 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9788
9789 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9790 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9791
9792 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9795 "set coerce-float-to-double".
9796 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9797
9798 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9799
9800 * stabs.texinfo: Remove obsolete text.
9801 * gdbint.texinfo: Ditto.
9802 * gdb.texinfo: Ditto.
9803
9804 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9805
9806 * gdbint.texinfo (Target Architecture Definition): Update
9807 description of gdbarch_register_osabi.
9808
9809 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9810
9811 * agentexpr.texi: Fix typos.
9812 * annotate.texi: Likewise.
9813 * fdl.texi: Likewise.
9814
9815 2002-12-10 Andrew Cagney <cagney@redhat.com>
9816
9817 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9818 DEPRECATED_INIT_FRAME_PC.
9819
9820 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9821
9822 * gdbint.texinfo (Target Architecture Definition): Delete
9823 PC_IN_CALL_DUMMY.
9824
9825 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9826
9827 * gdbint.texinfo (Host Definition): Delete documentation on
9828 USE_GENERIC_DUMMY_FRAMES.
9829
9830 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9831
9832 Fix PR gdb/723 and PR gdb/245.
9833 * Makefile.in (install-info): Run the install-info command as part
9834 of the post install steps only.
9835 (uninstall-info): New target.
9836 (uninstall): New target.
9837
9838 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9839
9840 * Makefile.in (install): Make install do some real work.
9841
9842 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9843
9844 Fix POSIX problem reported by Paul Eggert.
9845 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9846 Fix PR gdb/527.
9847
9848 2002-10-26 Andrew Cagney <cagney@redhat.com>
9849
9850 * gdbint.texinfo (Target Architecture Definition): Delete
9851 definition of DO_REGISTERS_INFO.
9852
9853 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9854
9855 * gdbint.texinfo (Address Classes): Fix problems with insertion
9856 of ``{'' and ``}'' in example.
9857
9858 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9859
9860 * gdbint.texinfo (Address Classes): New section.
9861 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9862 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9863 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9864 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9865
9866 2002-10-11 Klee Dienes <kdienes@apple.com>
9867
9868 * gdb.texinfo (Registers): Mention vector registers as well as
9869 floating registers in the documentation for 'info registers' and
9870 'info all-registers'.
9871
9872 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9873
9874 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9875
9876 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9877
9878 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9879 interface definition.
9880
9881 2002-10-03 Marko Mlinar <markom@opencores.org>
9882
9883 * gdb.texinfo (Target Commands): Add or1k target specific
9884 commands.
9885 * gdb.texinfo (Contributors): Add myself to the contributors list.
9886
9887 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9888
9889 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9890 and "mi1" instead of "mi1" and "mi0".
9891
9892 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9893
9894 * gdb.texinfo (Packets): Fix typos "alligned".
9895 Correct z3/Z3 description. Correct z4/Z4 title.
9896
9897 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9898
9899 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9900
9901 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9902
9903 * gdb.texinfo: Use GNU/Linux instead of Linux.
9904
9905 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9906
9907 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9908
9909 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9910
9911 * gdb.texinfo: Replace @example with @smallexample.
9912
9913 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9914
9915 From Eli Zaretskii <eliz@gnu.org>:
9916 * gdb.texinfo (Character Sets): Use @smallexample instead of
9917 @example. Use GNU/Linux instead of Linux.
9918
9919 2002-09-20 Jim Blandy <jimb@redhat.com>
9920
9921 * gdb.texinfo: Add character set documentation.
9922
9923 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9924
9925 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9926 (Packets): Add cross reference from `b' packet to `z' packets.
9927
9928 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9929
9930 * gdb.texinfo (Maintenance Commands): Document ``maint
9931 internal-error'' and ``maint internal-warning''.
9932
9933 * gdbint.texinfo (Target Architecture Definition): Revise
9934 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9935
9936 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9937
9938 * gdbint.texinfo (Target Conditionals): Document the new
9939 NAME_OF_MALLOC macro.
9940
9941 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9942
9943 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9944 engineer.
9945
9946 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9947
9948 * gdb.texinfo (TUI Overview): Document status line fields.
9949
9950 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9951
9952 * gdb.texinfo (TUI Commands): Document info win command.
9953
9954 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9955
9956 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9957
9958 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9959
9960 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9961 (TUI Keys): Likewise.
9962
9963 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9964
9965 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9966 for a packet receive.
9967
9968 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9969
9970 * Makefile.in (clean): Move to end of file.
9971 (distclean, maintainer-clean, realclean): Ditto.
9972 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9973 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9974 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9975 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9976
9977 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9978
9979 * Makefile.in (GDBINT_TEX_TMPS): Define.
9980 (gdbint.dvi, gdbint.pdf): Use
9981 (GDB_TEX_TMPS): Define.
9982 (gdb.dvi, gdb.pdf): Use.
9983 (STABS_TEX_TMPS): Define.
9984 (stabs.dvi, stabs.pdf): Use.
9985 (GDB_DOC_SOURCE_INCLUDES): New macros.
9986 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9987 (GDBINT_DOC_FILES_INCLUDES): New macros.
9988 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9989 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9990 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9991 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9992 (links2roff): Replace SFILES_INCLUDED with
9993 GDB_DOC_SOURCE_INCLUDES.
9994 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9995 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9996 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9997 dependencies.
9998 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9999 dependencies.
10000 (gdbmi.texinfo): Delete rule.
10001 (inc-hist.texinfo): Delete rule.
10002 (rluser.texinfo): Delete rule.
10003
10004 2002-08-23 Andrew Cagney <cagney@redhat.com>
10005
10006 * gdbint.texinfo (Target Architecture Definition): Update
10007 STORE_RETURN_VALUE, mention regcache.
10008
10009 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10010
10011 * gdbint.texinfo (Target Architecture Definition): Document
10012 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10013
10014 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10015
10016 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10017 Fix minor typos. Add index entries.
10018
10019 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10020
10021 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10022
10023 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10024
10025 * gdbint.texinfo (Target Architecture Definition): Document
10026 PRINT_VECTOR_INFO.
10027 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10028
10029 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10030
10031 * gdb.texinfo (Maintenance Commands): Document "maint print
10032 registers", "maint print raw-registers" and "maint print
10033 cooked-registers".
10034
10035 2002-08-08 Grace Sainsbury <graces@redhat.com>
10036
10037 From Mark Salter:
10038 * gdb.texinfo (Protocol): Document T packet extension to
10039 allow watchpoint address reporting.
10040
10041 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10042
10043 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10044
10045 2002-08-01 Andrew Cagney <cagney@redhat.com>
10046
10047 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10048 to CHILL.
10049
10050 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10051
10052 * gdbint.texinfo (Coding): Revise section "Include Files".
10053
10054 2002-07-24 Andrew Cagney <cagney@redhat.com>
10055
10056 * gdbint.texinfo: Obsolete references to m88k.
10057 * gdb.texinfo: Ditto.
10058
10059 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10060
10061 * gdbint.texinfo (Create a release candiate): Add the location
10062 where the proper version of autoconf can be retrieved.
10063
10064 2002-07-09 Don Howard <dhoward@redhat.com>
10065
10066 * gdb.texinfo (Command Files): Further describe the behavior of
10067 sourced command files.
10068
10069 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10070
10071 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10072 (Coding): Clarify ISO C version that GDB assumes.
10073
10074 2002-06-26 Tom Tromey <tromey@redhat.com>
10075
10076 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10077 add_setshow_cmd_full.
10078
10079 2002-06-25 Don Howard <dhoward@redhat.com>
10080
10081 * gdb.texinfo (Memory Region Attributes): Document new behavior
10082 for 'mem' command.
10083
10084 2002-06-11 Jim Blandy <jimb@redhat.com>
10085
10086 * gdb.texinfo (Symbols): Update documentation for `info source'
10087 command.
10088
10089 * gdb.texinfo (Macros): Call the command `info macro', not
10090 `show macro'.
10091
10092 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10093
10094 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10095 data''.
10096
10097 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10098
10099 * gdbint.texinfo (Target Architecture Definition): Document
10100 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10101
10102 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10103
10104 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10105 lists.
10106
10107 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10108
10109 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10110 Branch''.
10111
10112 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10113
10114 * gdbint.texinfo (Target Architecture Definition): Add section
10115 ``Converting an existing Target Architecture to Multi-arch''.
10116
10117 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10118
10119 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10120 to ``Obsoleting code''. Revise.
10121
10122 2002-05-17 Jim Blandy <jimb@redhat.com>
10123
10124 * gdb.texinfo (C Preprocessor Macros): New chapter.
10125 Include it in the main menu.
10126 (Contributors): Credit Jim Blandy with macro support.
10127 (Compilation): Explain how to get macro information into the
10128 executable.
10129 (Expressions): Note that preprocessor macros are expanded.
10130
10131 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10132
10133 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10134 options for `target remote'.
10135
10136 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10137
10138 * gdbint.texinfo (Target Architecture Definition): Delete
10139 documentation on NNPC_REGNUM.
10140
10141 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10142
10143 * gdbint.texinfo (Target Architecture Definition): Document
10144 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10145 (Target Architecture Definition): Revise section `Using Different
10146 Register and Memory Data Representations'. Add section `Raw and
10147 Virtual Register Representations'.
10148
10149 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10150
10151 * gdbint.texinfo (Target Architecture Definition): Mention
10152 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10153 (Target Architecture Definition): Mention same. Add references to
10154 web pages.
10155
10156 2002-05-08 Michael Snyder <msnyder@redhat.com>
10157
10158 * stabs.texinfo (Attributes): Document new "vector" attribute.
10159
10160 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10161
10162 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10163
10164 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10165
10166 * gdb.texinfo: Delete obsolete references to a29k.
10167
10168 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10169
10170 * gdbint.texinfo (Target Architecture Definition): Replace
10171 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10172
10173 2002-04-24 David S. Miller <davem@redhat.com>
10174
10175 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10176
10177 2002-04-21 David S. Miller <davem@redhat.com>
10178
10179 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10180
10181 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10182
10183 * gdbint.texinfo (Target Architecture Definition): Delete
10184 definition of HAVE_REGISTER_WINDOWS.
10185
10186 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10187
10188 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10189 "Theodore A. Roth" <troth@verinet.com>.
10190
10191 2002-04-15 Don Howard <dhoward@redhat.com>
10192
10193 From Eli Zaretskii <eliz@gnu.org>
10194 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10195 Provide a better explaination of this feature.
10196
10197 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Remove
10200 FRAME_CHAIN_COMBINE.
10201
10202 2002-04-12 Michael Chastain <mec@shout.net>
10203
10204 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10205 REG_STACK_SEGMENT.
10206
10207 2002-04-09 Michael Chastain <mec@shout.net>
10208
10209 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10210 PYRAMID_* macros.
10211
10212 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10213
10214 * gdb.texinfo (Bug Reporting): Document that the web is the
10215 prefered way of submitting bug reports.
10216 (Bug Reporting): Delete the s-mail address as the last resort.
10217
10218 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10219
10220 * gdbint.texinfo (Target Architecture Definition): Delete
10221 references to TARGET_WRITE_FP and write_fp.
10222
10223 2002-03-27 Michael Snyder <msnyder@redhat.com>
10224
10225 * gdb.texinfo: Document new commands dump, append, and restore.
10226
10227 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10228
10229 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10230 Branch'.
10231
10232 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10233
10234 * gdb.texinfo: Change all examples to @smallexample.
10235 * gdbint.texinfo: Ditto.
10236
10237 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10238
10239 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10240 Branches''.
10241
10242 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10243
10244 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10245 Policy''.
10246
10247 2002-03-04 Fred Fish <fnf@redhat.com>
10248
10249 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10250 expresson, suports, dependant, trhe, perhaphs, situtations,
10251 explictily, taged, oportunity, unfortunatly).
10252
10253 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10254
10255 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10256 Remove reference to 3.12.
10257
10258 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10259
10260 * gdbint.texinfo: Include fdl.texi.
10261 (Top): Add GNU Free Documentation License.
10262 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10263 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10264 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10265 (gdbint.info): Add srcdir to include path.
10266 * gdb.texinfo: Include gpl.texi.
10267 (Top): Add Copying.
10268 * gpl.texi: New file.
10269
10270 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10271
10272 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10273
10274 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10275
10276 * gdb.texinfo: Document Cygwin native specific commands.
10277
10278 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10279
10280 * gdb.texinfo: Document gdbserver ``--attach'' command.
10281
10282 2002-02-07 Michael Snyder <msnyder@redhat.com>
10283
10284 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10285 to @code(_ovly_debug_event).
10286
10287 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10288
10289 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10290
10291 2002-02-06 Michael Snyder <msnyder@redhat.com>
10292
10293 * gdb.texinfo (overlays): Mention new magic symbol
10294 '_ovly_debug_event', which allows GDB to keep better track
10295 of overlays.
10296
10297 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10298
10299 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10300 Suggested by Dmitry Sivachenko.
10301
10302 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10303
10304 2002-02-01 Michael Snyder <msnyder@redhat.com>
10305
10306 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10307
10308 2002-01-30 Michael Snyder <msnyder@redhat.com>
10309
10310 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10311 (set trust-readonly-sections): Document.
10312
10313 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10314
10315 * gdbint.texinfo (Releasing GDB): Revise and update.
10316
10317 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10318
10319 * gdbint.texinfo (Target Architecture Definition): Delete
10320 description of TARGET_BYTE_ORDER_DEFAULT.
10321
10322 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10323
10324 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10325 <mitya@cavia.pp.ru>.
10326
10327 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10328
10329 * libgdb.texinfo: Delete file.
10330
10331 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10332
10333 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10334 * gdbint.texinfo: Ditto.
10335
10336 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10337
10338 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10339
10340 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10341
10342 * Makefile.in: Update copyright.
10343 (TEXI2DVI): Define.
10344 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10345 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10346 gdb-cfg.texi.
10347 (TEXINDEX, PDFTEX): Delete makefile variables.
10348
10349 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10350
10351 * gdb.texinfo (Protocol): Move section to appendix.
10352
10353 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10354
10355 * gdb.texinfo (Remote Debugging): Create a menu.
10356 (Top): Add ``Remote Debugging'' to menu.
10357
10358 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10359
10360 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10361 serial protocol'' from here.
10362 (Remote Debugging): To here. New chapter.
10363
10364 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10365
10366 * gdbint.texinfo (Target Architecture Definition): Delete
10367 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10368
10369 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10370
10371 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10372 are no longer needed.
10373 (Porting GDB): Add maintainer note about configure.host.
10374
10375 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10376
10377 * gdbint.texinfo (Target Architecture Definition): Remove
10378 definition of IEEE_FLOAT.
10379
10380 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10381
10382 * gdb.texinfo: Beautify copyright years; fix a typo.
10383 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10384 <3diff@gnu.org>
10385
10386 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10387
10388 * gdbint.texinfo (Host Definition): Remove references to
10389 MALLOC_INCOMPATIBLE.
10390
10391 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10392
10393 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10394 and xyz-xdep.o.
10395
10396 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10397
10398 * gdb.texinfo (Maintenance Commands): Add appendix.
10399 (Set Breaks): Copy ``maint info breakpoint'' doco to
10400 ``Maintenance Commands'' appendix. Add reference.
10401
10402 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10403
10404 * fdl.texi: Remove next/prev from @node.
10405
10406 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10407
10408 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10409 for monstrous @multitable (from Brian Youmans).
10410
10411 * fdl.texi: New file.
10412
10413 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10414
10415 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10416
10417 * gdbint.texinfo (Releasing GDB): New chapter.
10418
10419 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10420
10421 * gdb.texinfo (Embedded Processors, Calling program functions):
10422 Obsolete references to a29k.
10423
10424 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10425
10426 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10427 examples. Document that a code-block should do or discard its
10428 cleanups before exit.
10429
10430 2002-01-11 Michael Snyder <msnyder@redhat.com>
10431
10432 * gdb.texinfo (Choosing files): Change @samp to @file.
10433
10434 2002-01-05 Michael Snyder <msnyder@redhat.com>
10435
10436 * gdb.texinfo (--pid): Document new command line option (attach).
10437
10438 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10439
10440 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10441 in the stub.
10442
10443 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10444
10445 * gdbint.texinfo (Target Architecture Definition): Replace
10446 BIG_ENDIAN with BFD_ENDIAN_BIG.
10447
10448 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10449
10450 * gdbint.texinfo (Target Architecture Definition): Replace
10451 value_ptr with struct value pointer.
10452
10453 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10454
10455 * gdb.texinfo (Free Software): Fix wording.
10456
10457 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10458
10459 * gdb.texinfo (Free Software): New section ``Free Software Needs
10460 Free Documentation''.
10461
10462 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10463
10464 * stabs.texinfo:
10465 * gdb.texinfo:
10466 * gdbint.texinfo:
10467 * libgdb.texinfo:
10468 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10469
10470 2001-12-29 Michael Snyder <msnyder@redhat.com>
10471
10472 * gdb.texinfo (maint info sections): Fix typo.
10473
10474 2001-12-26 Michael Snyder <msnyder@redhat.com>
10475
10476 * gdb.texinfo (maint info sections): Document.
10477
10478 * gdb.texinfo (info proc): Comment out documentation for
10479 'info proc' sub-options that are currently not implemented.
10480
10481 2001-12-20 Jim Blandy <jimb@redhat.com>
10482
10483 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10484
10485 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10486
10487 * gdbint.texinfo (Target Architecture Definition): Replace
10488 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10489
10490 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10491
10492 * gdbint.texinfo (Host Definition): Delete documentation on
10493 HOST_BYTE_ORDER.
10494
10495 2001-11-30 Jim Blandy <jimb@redhat.com>
10496
10497 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10498 overlay support. Add to top-level menu.
10499
10500 2001-11-26 Tom Tromey <tromey@redhat.com>
10501
10502 * gdb.texinfo (Command Syntax): Document C-o binding.
10503
10504 2001-07-26 Christopher Faylor <cgf@redhat.com>
10505
10506 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10507 use since it is described in the referenced section.
10508
10509 From Eli Zaretskii <eliz@gnu.org>
10510 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10511 clearer when using DJGPP.
10512
10513 2001-11-24 Christopher Faylor <cgf@redhat.com>
10514
10515 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10516 specifically refer to MS-DOS.
10517 (command files): Mention gdb.ini is only used on MS-DOS.
10518
10519 2001-11-21 Tom Tromey <tromey@redhat.com>
10520
10521 * gdb.texinfo (Invoking GDB): Document --args.
10522 (Mode Options): Likewise.
10523
10524 2001-11-21 Jim Blandy <jimb@redhat.com>
10525
10526 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10527 Delete documentation; this macro has been removed from the
10528 sources.
10529
10530 2001-11-13 Jim Blandy <jimb@redhat.com>
10531
10532 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10533
10534 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10535
10536 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10537
10538 2001-11-05 Michael Snyder <msnyder@redhat.com>
10539
10540 * gdb.texinfo (info functions): Document use of backslash to
10541 quote regexp chars in function names such as "operator*()".
10542
10543 2001-11-01 Fred Fish <fnf@redhat.com>
10544
10545 * gdbint.texinfo (SOLIB_ADD): Document additional new
10546 "readsyms" arg.
10547
10548 2001-10-30 Don Howard <dhoward@redhat.com>
10549
10550 * gdb.texinfo: (Command Files) Added documentation for the
10551 behavior of gdb with input redirected from a file.
10552
10553 2001-10-28 Fred Fish <fnf@redhat.com>
10554
10555 * gdb.texinfo (auto-solib-add): Change docs to match
10556 implementation change.
10557 (auto-solib-limit): Add docs for new variable.
10558
10559 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10560
10561 * gdbint.texinfo (Target Architecture Definition): Function
10562 value_as_pointer renamed to value_as_address.
10563
10564 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10565
10566 * gdbint.texinfo (Target Architecture Definition): Default
10567 POINTER_TO_ADDRESS functions assume unsigned addresses.
10568 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10569 posting by Jim Blandy.
10570
10571 2001-10-12 Jim Blandy <jimb@redhat.com>
10572
10573 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10574 version of texi2html (1.64) doesn't support this flag any more.
10575
10576 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10577
10578 * gdbint.texinfo (Host Definition): Remove description of
10579 MEM_FNS_DECLARED.
10580
10581 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10582
10583 * gdbint.texinfo (Host Definition): Remove description of
10584 HAVE_SIGSETMASK.
10585
10586 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10587
10588 * gdbint.texinfo (Target Architecture Definition): Add
10589 explanation of TARGET_PRINT_INSN macro.
10590
10591 2001-08-30 Jim Blandy <jimb@redhat.com>
10592
10593 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10594 Explain what it means to load relocatable files.
10595
10596 2001-08-28 Jim Blandy <jimb@redhat.com>
10597
10598 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10599 info `top' menu.
10600
10601 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10602
10603 * gdbint.texinfo: Add a cautionary note about macro use.
10604
10605 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10606
10607 * gdb.texinfo: Explain omitting the hostname in the
10608 `target remote' command.
10609
10610 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10611
10612 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10613 and END-INFO-DIR-ENTRY.
10614
10615 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10616
10617 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10618
10619 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10620
10621 * gdbint.texinfo (libgdb): Rewrite.
10622
10623 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10624
10625 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10626
10627 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10628
10629 * gdb.texinfo (TUI): New chapter, document the TUI.
10630 (Mode Options): Document the -tui option.
10631
10632 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10633
10634 * gdbint.texinfo (Host Definition): Remove description of
10635 NEED_POSIX_SETPGID.
10636
10637 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10638
10639 * gdb.tex (DJGPP Native): New node, with descriptions of
10640 DJGPP-specific commands.
10641
10642 2001-07-19 John R. Moore <jmoore@redhat.com>
10643
10644 * gdbint.texinfo: Three misspellings.
10645
10646 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10647
10648 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10649 `test` expressions on bash. Problem reported by Colin Walters.
10650
10651 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10652
10653 * gdbint.texinfo (User Interface): Update ui-out documentation to
10654 refelect recent UI/MI updates.
10655
10656 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10657
10658 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10659 interpreters.
10660
10661 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10662
10663 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10664 structure and not macros.
10665 (Host Definition): Document that much of this chapter is obsolete.
10666 (Target Architecture Definition): Update list of files that make
10667 up a target architecture.
10668 (Coding): Update.
10669
10670 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10671
10672 * gdbint.texinfo (Target Architecture Definition): Update
10673 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10674 The latter has been changed to a true predicate.
10675
10676 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10677
10678 * annotate.texi: Add @noindent where needed. From Dmitry
10679 Sivachenko <dima@Chg.RU>.
10680 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10681
10682 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10683
10684 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10685
10686 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10687
10688 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10689 returns ``OK''. Document that the ``R'' packet does not reply.
10690
10691 2001-06-13 Michael Snyder <msnyder@redhat.com>
10692
10693 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10694
10695 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10696
10697 * gdb.texinfo (Signals): Clarify the default setting of signal
10698 handling.
10699
10700 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10701
10702 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10703 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10704
10705 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10706
10707 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10708
10709 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10710
10711 * gdbint.texinfo (Clean Design and Portable Implementation):
10712 Renamed from "Clean Design".
10713 (Clean Design and Portable Implementation): Document portable
10714 methods of handling file names, and the associated macros.
10715
10716 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10717
10718 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10719 command and provide a cross-reference to its description.
10720 (Symbols): Note that "info scope" is useful for trace experiments.
10721
10722 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10723
10724 * gdb.texinfo (Symbols): Document "info scope".
10725 (Tracepoints): New chapter.
10726 (Contributors): Update for v5.1.
10727 <All nodes>: Change "C++" to "C@t{++}".
10728
10729 * gdbint.texinfo (User Interface): A new section about ui_out
10730 functions, based on text written by Fernando Nasser.
10731
10732 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10733
10734 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10735
10736 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10737
10738 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10739
10740 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10741 Replace "GDB" with "@value{GDBN}". Fix markup.
10742
10743 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10744
10745 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10746 a cross-reference to its description.
10747 (Symbols): Document "info symbol".
10748
10749 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10750
10751 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10752 subsection "x86 Watchpoints".
10753 (Target Architecture Definition): Document the macros
10754 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10755 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10756
10757 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10758
10759 * gdbint.texinfo (Target Architecture Definition): Update
10760 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10761 list.
10762
10763 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10764
10765 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10766 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10767
10768 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10769
10770 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10771
10772 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10773
10774 * gdb.texinfo (Environment): Document that `path' does not change
10775 the value of PATH in GDB's own environment (it did in the past,
10776 but that was changed on March 15, 1994). Reported by Doug Evans
10777 <dje@transmeta.com>.
10778
10779 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10780 its line. Fix markup of commands and macros. Add an Index node
10781 and index entries.
10782
10783 2001-01-23 J.T. Conklin <jtc@redback.com>
10784
10785 * gdb.texinfo (Memory region attributes): New manual section.
10786
10787 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10788
10789 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10790
10791 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10792
10793 * refcard.tex: Version and copyright fixed. From Phil Edwards
10794 <pedwards@disaster.jaj.com>.
10795
10796 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10797
10798 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10799 DWARF2_REG_TO_REGNUM): Document.
10800
10801 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10802
10803 * gdbint.texinfo (Coding): Update current value of
10804 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10805
10806 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10807
10808 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10809 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10810
10811 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10812
10813 * gdb.texinfo: Document new 'set step-mode' command.
10814
10815 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10816
10817 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10818 changes from Dmitry Sivachenko <dima@Chg.RU>.
10819
10820 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10821
10822 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10823 From Steven Johnson <sbjohnson@ozemail.com.au>.
10824
10825 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10826
10827 * gdbint.texinfo (Overall Structure): Spelling fix.
10828
10829 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10830
10831 * gdbint.texinfo (Target Architecture Definition): Document that
10832 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10833 for which REGISTER_CONVERTIBLE returns a zero value.
10834
10835 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10836
10837 * Makefile.in (install-info): Find files to install in either the
10838 build or source directories (adapted from Makefile.am).
10839
10840 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10841
10842 * stabs.texinfo: Fix spelling errors.
10843 (String Field): FILE-NUMBER starts from 0, not 1.
10844
10845 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10846
10847 * refcard.tex: Remove \centerline from the blurb. Patch from
10848 Brian Youmans.
10849
10850 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10851
10852 * Makefile.in (install-info): Support installation from outside of
10853 the source directory. Reported by Mark Harig
10854 <markh@frazier.landmark.com>.
10855
10856 2000-06-20 J.T. Conklin <jtc@redback.com>
10857
10858 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10859
10860 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10861
10862 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10863 Generate using pdftex.
10864 (PDFTEX): Define.
10865 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10866 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10867 @contents at the start.
10868
10869 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10870
10871 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10872 Youmans.
10873
10874 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10875
10876 From Brian Youmans:
10877 * gdb.texinfo: Fix ``et al.''.
10878
10879 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10880
10881 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10882 loop.
10883
10884 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10885
10886 * configure: Regenerate.
10887
10888 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10889
10890 * Makefile.in (install-info): Run install-info on installed Info
10891 files.
10892
10893 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10894
10895 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10896 Andrew Cagney.
10897
10898 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10899
10900 * gdb.texinfo: Proofreading changes from Brian Youmans.
10901
10902 2000-05-01 Nick Duffek <nsd@cygnus.com>
10903
10904 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10905 startup sequence, minor edits.
10906
10907 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10908
10909 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10910 TeX.
10911
10912 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10913 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10914 like `n' and `s' which look weird. Convert some of the @kindex to
10915 @vindex, when they refer to variables, not commands.
10916
10917 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10918
10919 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10920
10921 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10922
10923 * Makefile.in (GDBMI_DIR): New variable.
10924 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10925 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10926 (gdbmi.texinfo): New target, for texi2roff.
10927 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10928 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10929
10930 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10931 gdbmi.texinfo.
10932 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10933 comment.
10934
10935 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10936
10937 * gdb.texinfo (Files): Update description of add-symbol-file
10938 command.
10939
10940 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10941
10942 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10943 prevents the build (and is generally a Bad Idea).
10944
10945 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10946
10947 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10948 a comma inside @var.
10949 (Command Files): Index markup changes from Dmitry Sivachenko
10950 <dima@Chg.RU>.
10951
10952 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10953
10954 * Makefile.in (LN_S): Define.
10955 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10956 invoke "ln -s" unless it is known to work.
10957
10958 * configure.in (AC_PROG_LN_S): Add.
10959
10960 2000-04-14 Jim Blandy <jimb@redhat.com>
10961
10962 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10963 section.
10964 (Target Conditionals): Document ADDRESS_TO_POINTER,
10965 POINTER_TO_ADDRESS.
10966
10967 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10968
10969 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10970 gdb-cfg.texi to get the value.
10971
10972 2000-04-10 Jim Blandy <jimb@redhat.com>
10973
10974 * gdbint.texinfo (Target Architecture Definition): Fix
10975 cross-references.
10976
10977 2000-04-08 Jim Blandy <jimb@redhat.com>
10978
10979 * gdbint.texinfo (Using Different Register and Memory Data
10980 Representations): New section.
10981 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10982 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10983 REGISTER_CONVERT_TO_RAW): Document.
10984
10985 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10986
10987 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10988 for acknowledgments.
10989
10990 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10991
10992 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10993 qThreadExtraInfo.
10994
10995 2000-03-28 J.T. Conklin <jtc@redback.com>
10996
10997 * gdb.texinfo: Clarify which remote debug protocol commands are
10998 required and which are optional.
10999
11000 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11001
11002 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11003 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11004 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11005 * annotate.texi: Update.
11006
11007 2000-03-28 Stan Shebs <shebs@apple.com>
11008
11009 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11010 expectation of additional changes before release), update
11011 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11012 node links, rephrase and/or shorten lines to fix formatting
11013 problem in both regular and @smallbook formats.
11014 * annotate.texi: Shorten lines in example, use smallexample
11015 consistently everywhere.
11016 * Makefile.in: Add comment about texinfo 4.0 html generation.
11017 (SFILES_INCLUDED): Add annotate.texi.
11018
11019 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11020
11021 * gdb.texinfo (Debugging Output): Added new section, documenting
11022 the "set/show debug" commands.
11023
11024 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11025
11026 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11027 entry.
11028
11029 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11030 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11031 @chapter and @node entries.
11032
11033 * gdb.texinfo: Link all top-level nodes.
11034
11035 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11036
11037 * Makefile.in (install-info): Create $(infodir) before installing
11038 files.
11039
11040 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11041
11042 From David Whedon <dwhedon@gordian.com>
11043 * gdbint.texinfo : Added paragraphs about command deprecation.
11044
11045 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11046
11047 * gdb.texinfo: Add documentation for the apropos command.
11048
11049 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11050
11051 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11052
11053 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11054
11055 * gdb.texinfo: Add white space to prevent overprinting in
11056 two places.
11057
11058 2000-03-17 Stan Shebs <shebs@apple.com>
11059
11060 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11061 <dima@Chg.RU>, also clarification of allowed content for
11062 string constants.
11063
11064 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11065
11066 * gdb.texinfo (main menu): Add Annotations.
11067 (File Options): Add @cindex entries for each command-line option.
11068 Document --epoch, --annotate, --async, --interpreter, --write,
11069 --statistics, and --version.
11070
11071 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11072 of GDB.
11073
11074 2000-02-23 Jim Blandy <jimb@redhat.com>
11075
11076 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11077
11078 2000-02-22 Jim Blandy <jimb@redhat.com>
11079
11080 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11081
11082 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11083
11084 * Makefile.in (diststuff): New target.
11085
11086 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11087
11088 * agentexpr.texi: Fix wording regarding Intel's IA-64
11089 architecture. [From Jim Wilson.]
11090
11091 2000-01-16 Tom Tromey <tromey@cygnus.com>
11092
11093 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11094 (Delete Breaks): Mention range arguments.
11095 (Disabling): Likewise.
11096
11097 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11098
11099 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11100
11101 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11102
11103 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11104 valid functions.
11105
11106 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11107
11108 * gdb.texinfo: Clarify regular expressions used in rbreak.
11109
11110 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11111
11112 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11113 MEMORY_REMOVE_BREAKPOINT): Document.
11114
11115 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11116
11117 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11118 offset re-using the DATA offset instead.
11119
11120 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11121
11122 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11123
11124 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11127 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11128 typos.
11129
11130 * gdb.texinfo: Various minor wording and formatting improvements,
11131 mentions of additional command-line options.
11132
11133 1999-09-30 Fred Fish <fnf@cygnus.com>
11134
11135 * gdb.texinfo: Document additional forms of specifying section
11136 names and addresses for the add-symbol-file command.
11137
11138 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11139
11140 * gdbint.texinfo: Fix typo, add the word "have".
11141
11142 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11143
11144 * gdbint.texinfo (Target Architecture Definition): Document the
11145 SKIP_PERMANENT_BREAKPOINT macro.
11146
11147 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11148
11149 * gdb.texinfo: Fiks speling errers.
11150
11151 * gdb.texinfo: Fix uses of @multitable.
11152
11153 From Eli Zaretskii <eliz@gnu.org>:
11154 * gdb.texinfo: Include details specific to DOS host, clarify
11155 some confusing language, fix @ref/@xref/@pxref usages, add
11156 comments about using with optimization, add more indexing,
11157 fix info about disassembly-flavor.
11158
11159 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11160
11161 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11162 SKIP_SOLIB_RESOLVER): Define.
11163
11164 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11165
11166 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11167 ``g'' packets.
11168
11169 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11170
11171 * gdb.texinfo: Create a new "Configurations" chapter with
11172 platform-specific info, inline remote.texi and move sections of it
11173 into the new chapter, move bits about info proc, heuristic search,
11174 and register stack into the new chapter.
11175 * remote.texi: Remove, now part of gdb.texinfo.
11176 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11177
11178 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11179
11180 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11181 GDB_TARGET_IS_MACH386): These kludges have gone away.
11182
11183 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11184
11185 * gdbint.texinfo (Target Architecture Definition): Mention
11186 TDEPLIBS.
11187
11188 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11189
11190 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11191 surrounding text to fit HP-UX bits into general info.
11192 (HPPA-cfg.texi): Remove, no longer useful.
11193
11194 * gdb.texinfo: Remove explicit links from @node lines, remove
11195 HP-added "Detailed Node Listing" from main menu which confuses
11196 things.
11197
11198 From Dmitry Sivachenko <dima@Chg.RU>:
11199 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11200 in description of `set environment'.
11201
11202 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11203
11204 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11205
11206 1999-08-12 Ben Elliston <bje@cygnus.com>
11207
11208 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11209
11210 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11211
11212 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11213 watch, awatch, and rwatch. Explain why the latter two cannot be
11214 set as software watchpoints. Document that watchpoints for local
11215 variables are deleted when the debuggee terminates.
11216
11217 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11218
11219 * remote.texi (Protocol): Further clarification of the "qRcmd"
11220 packet. Allow E.. response packet. "qRcmd" packet is no longer
11221 reserved.
11222
11223 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11224
11225 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11226 * gdb.texinfo: Ditto.
11227
11228 1999-08-06 Tom Tromey <tromey@cygnus.com>
11229
11230 * gdb.texinfo (KOD): New node.
11231
11232 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11233
11234 * remote.texi (Rcmd): Fix minor formatting typos.
11235
11236 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11237
11238 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11239 packets.
11240
11241 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11242
11243 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11244 fixes.
11245
11246 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11247
11248 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11249
11250 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11251
11252 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11253 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11254 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11255 packets that are not supported on all hosts. Expand examples.
11256 Spell check.
11257
11258 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11259
11260 * Makefile.in: Recognize html, install-html. Add targets
11261 to build HTML versions of documentation via texi2html.
11262
11263 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11264
11265 * gdbint.texinfo (Testsuite): New chapter, information about the
11266 testsuite.
11267
11268 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11269
11270 * remote.texi (Communication Protocol): Rewrite.
11271
11272 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11273
11274 * stabs.texinfo: Fix uses of xref.
11275
11276 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11277
11278 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11279 info about patch submission.
11280
11281 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11282
11283 From Per Bothner <bothner@cygnus.com>:
11284 * gdb.texinfo: Document Chill support.
11285
11286 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11287
11288 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11289 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11290 Document that the value should be greater-than or equal-to zero.
11291 (NO_STD_REGS): Document. Deprecate.
11292
11293 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11294
11295 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11296 Document that these are not used.
11297
11298 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11299
11300 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11301
11302 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11303
11304 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11305 numargs was dropped.
11306
11307 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11308
11309 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11310
11311 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11312
11313 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11314 Update.
11315
11316 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11317
11318 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11319 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11320
11321 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11322
11323 * gdbint.texinfo: Fix typos: $ -> @.
11324
11325 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11326
11327 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11328 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11329 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11330 BREAKPOINT_FROM_PC.
11331
11332 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11333
11334 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11335 CALL_DUMMY_STACK_ADJUST): Document.
11336
11337 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11338
11339 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11340 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11341
11342 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11343
11344 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11345 longer exists.
11346
11347 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11348
11349 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11350 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11351 they make the manual source incomprehensible.
11352 * h8-cfg.texi: Remove, hasn't been used in years.
11353
11354 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11355
11356 * gdb.texinfo: Update the credits.
11357
11358 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11359
11360 * gdb.texinfo: Fix mistakes noticed in printout of last
11361 draft, add Alpha to discussion of heuristic fence post.
11362
11363 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11364
11365 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11366 Edition, merge some HP changes into mainline, describe some
11367 previously undocumented features, describe more of the target
11368 commands available, eliminate obsolete section on renamed
11369 commands.
11370 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11371
11372 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11373
11374 * gdb.texinfo: Make many HPPA conditionals unconditional,
11375 including catchpoint description, since now on for all configs.
11376 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11377 specializations.
11378
11379 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11380
11381 * Makefile.in (GDBvn.texi): Fix match expression to work with
11382 current format of VERSION in gdb/Makefile.in.
11383 * gdb.texinfo: Fix node ref to match new readline.
11384
11385 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11386
11387 * gdb.texinfo: Changes made as part of a project to merge in
11388 changes made by HP. Documentation makes extensive use of
11389 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11390 on remote debugging. There are differences in documentation
11391 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11392 the HP manual discusses catchpoints, hardware watchpoints, and
11393 some HPUX specific limitations for shared library support.
11394
11395 There are also a number of @node changes.
11396
11397 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11398
11399 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11400 (C Usage): Same.
11401
11402 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11403
11404 The following changes were made by Edith Epstein
11405 <eepstein@cygnus.com> as part of a project to merge in changes
11406 made by HP.
11407
11408 * HPPA-cfg.texi: new file.
11409
11410 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11411
11412 * refcard.tex: change documentation about catch.
11413 removed info catch.
11414
11415 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11416
11417 * gdbint.texinfo: Expand on GDB's coding standards,
11418 specify the use of arg names with prototypes.
11419
11420 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11421
11422 * gdb.texinfo: Fix tipo.
11423
11424 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11425
11426 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11427 TARGET_BYTE_ORDER_SELECTABLE_P.
11428
11429 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11430
11431 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11432
11433 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11434
11435 * agentexpr.texi: New file.
11436
11437 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11438
11439 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11440
11441 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11442
11443 * remote.texi: Changed wording that implied that the GDB remote
11444 protocol caches register values instead of GDB itself.
11445
11446 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11447
11448 * gdbint.texinfo: Add some info about symbol readers.
11449 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11450 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11451 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11452 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11453
11454 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11455
11456 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11457
11458 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11459
11460 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11461
11462 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11463
11464 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11465 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11466
11467 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11468
11469 * gdbint.texinfo: Fix minor typos.
11470
11471 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11472
11473 * gdbint.texinfo: Complete overhaul. Group descriptions more
11474 logically, add more info on generic algorithms, remove much
11475 obsolete and/or wrong material.
11476
11477 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11478
11479 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11480
11481 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11482
11483 * refcard.tex: Copyright, address updates.
11484
11485 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11486
11487 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11488 for the edition instead of confusing GDB-version-like numbers.
11489
11490 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11491
11492 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11493
11494 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11495
11496 * LRS: Reformat a bit to keep text under 80 columns.
11497
11498 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11499
11500 * gdb.texinfo: Add some credits, mention bug monitor.
11501 * remote.texi: Mention mips monitor targets.
11502 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11503
11504 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11505
11506 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11507 files, finish sorting of host vs target vs native macros, describe
11508 some more of them.
11509
11510 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11511
11512 * gdbint.texinfo (Host Conditionals): Document change from
11513 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11514
11515 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11516
11517 * gdbint.texinfo (Host Conditionals): Document
11518 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11519
11520 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11523 Document LSEEK_NOT_LINEAR.
11524
11525 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11526
11527 * stabs.texinfo (Stab Section Basics): Make it clear that only
11528 some versions of the GNU linker remove the leading N_UNDF symbol.
11529
11530 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * stabs.texinfo (String Field): Document type number pairs here,
11533 instead of in the Sun specific section.
11534 (Include Files): The GNU linker supports the N_BINCL
11535 optimization. Clarify the N_BINCL value, and what it is used
11536 for.
11537 (Procedures): Document N_FUN with an empty string to mark the end
11538 of a function.
11539 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11540 (Sun Differences): Remove this node, as the information is now
11541 elsewhere in the main document.
11542 (Stab Section Basics): Mention that the GNU linker may optimize
11543 stabs and remove the leading N_UNDF symbol.
11544
11545 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11546
11547 * gdb.texinfo, refcard.tex: Restore author credit
11548
11549 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11550
11551 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11552 documentation to account for START and END macros taking
11553 one arg.
11554
11555 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11556
11557 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11558 * gdb.texinfo (Frames): Fix typo.
11559
11560 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11561
11562 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11563 a target_signal as arg type, not a pid.
11564
11565 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11566
11567 * gdb.texinfo: Document `set assembly-language'.
11568
11569 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11570
11571 * remote.texi: Update list of stubs in the GDB distribution.
11572
11573 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11574
11575 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11576 Also document that some systems can use mmalloc but must define
11577 this if their C runtime allocates memory that is later freed.
11578 (MMCHECK_FORCE): Document new macro.
11579
11580 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11581
11582 * remote.texi: Add documentation for target Sparclet.
11583
11584 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11585
11586 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11587 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11588 * configure.in: Rewritten for autoconf.
11589 * configure: New.
11590
11591 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11592
11593 * Makefile.in (DVIPS): New define, set to dvips.
11594 (dvi): Add stabs.dvi.
11595 (ps): New target.
11596 (all-doc): Depend on info, dvi, and ps targets.
11597 (STAGESTUFF): Add *.ps and *.dvi files.
11598 (clean-info, clean-dvi): Remove.
11599 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11600 rules completely rewritten.
11601 (maintainer-clean): Remove clean-info and clean-dvi
11602 dependencies and put their actions in the rules.
11603 (gdb.ps): New target
11604 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11605 intermediate TeX files, whether they have 2 or 3 character
11606 extensions.
11607 (gdbint.ps): Add target and rules.
11608 (gdb-internals): Delete unused target.
11609 (Makefile): Depends upon config.status also.
11610
11611 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11612
11613 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11614 set.
11615
11616 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11617
11618 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11619 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11620
11621 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11622
11623 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11624
11625 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11626
11627 * gdb.texinfo (Print settings): Document
11628 `set/show print static-members' commands.
11629
11630 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11631
11632 * gdbint.texinfo (Native): Document name change, coredep.c to
11633 core-aout.c.
11634
11635 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11636
11637 * stabs.texinfo (Include Files): Document the values the SunOS4
11638 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11639
11640 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11641
11642 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11643 Fix typo.
11644
11645 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11646
11647 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11648 "gdb.tar.Z".
11649
11650 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11651
11652 * Makefile.in (maintainer-clean): New target, synonym for
11653 realclean.
11654
11655 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11656
11657 * Update all FSF addresses except those in COPYING* files.
11658
11659 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11660
11661 From Richard Earnshaw (rearnsha@armltd.co.uk):
11662 * gdb.texinfo (convenience variables): Document $_exitcode.
11663 (quit): Document optional expression to use as exit code.
11664
11665 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11666
11667 * gdb.texinfo, remote.texi: Brought up to date with various
11668 GDB changes.
11669
11670 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11671
11672 * gdb.texinfo: Update dates and versions, fix comments about
11673 hardware watchpoints in future releases and about the
11674 sharedlibrary command.
11675
11676 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11677
11678 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11679 C_FUN stab. Other cleanups.
11680
11681 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11682
11683 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11684 for the sparc stub.
11685
11686 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11687
11688 * annotate.texi: Clarify which addresses have differing formats
11689 depending on the language and which do not.
11690
11691 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11692
11693 * remote.texi (NetWare): Changed example to use BOARD= instead of
11694 NODE= argument to reflect correspoding change to gdbserve.nlm.
11695
11696 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11697
11698 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11699 GDB, as well as AIX dbx, supports the size type attribute.
11700
11701 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11702
11703 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11704
11705 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11706
11707 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11708 and new 'if' and 'while' commands.
11709
11710 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11711
11712 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11713
11714 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11715
11716 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11717 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11718 NetWare targets. Mostly stolen from the Server node.
11719
11720 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11721
11722 * gdb.texinfo (Setting): Talk about the language of a source file
11723 versus the working language. The old documentation did not match
11724 what GDB did.
11725
11726 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11727
11728 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11729 of a source file.
11730
11731 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11732
11733 * gdb.texinfo (Processes): New node.
11734
11735 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11736
11737 * remote.texi: Update documentation of set/show mipsfpu.
11738
11739 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11740
11741 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11742 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11743
11744 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11745
11746 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11747 obsolete conditionals, described some others.
11748
11749 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11750
11751 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11752 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11753
11754 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11755
11756 * gdbint.texinfo: Put regex conditionals in their own table.
11757
11758 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11759
11760 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11761 described or fixed the descriptions of many others.
11762
11763 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11764
11765 * gdb.texinfo: Add some more credits.
11766 * gdbint.texinfo: Capitalize GDB consistently, describe some
11767 macros and remove some.
11768
11769 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11770
11771 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11772 obsolete conditionals, described some others.
11773
11774 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11775
11776 * gdb.texinfo (help targets): Changed to `help target', which
11777 is the correct gdb command.
11778
11779 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11780
11781 * annotate.texi (TODO): New node, for keeping track of annotations
11782 suggested but not yet implemented.
11783
11784 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11785
11786 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11787 another symbol, it is not the address itself.
11788
11789 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11790
11791 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11792 of stabs-in-coff sections.
11793
11794 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11795
11796 * annotate.texi: Change edition to 0.5 and date to May 1994.
11797 Add index.
11798 (Frames): New node, for frame annotation.
11799 (Displays): New node, for display annotation.
11800
11801 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11802 when waiting for your program to stop.
11803
11804 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11805
11806 * annotate.texi (Breakpoint Info): Document annotation of header
11807 fields and record annotation.
11808
11809 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * annotate.texi: New file, to document annotations.
11812
11813 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11814
11815 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11816 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11817
11818 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11819
11820 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11821 section, and say n_strx field is compilation unit relative.
11822 * stabs.texinfo: Don't use @code for a.out when it is the name of
11823 an object file format.
11824
11825 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11826
11827 * gdb.texinfo: Refer to file names, not path names, per rms
11828 convention.
11829 (Arguments): Fix typo.
11830
11831 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11832
11833 * stabs.texinfo (Global Variables): Talk about stabs in files
11834 where variables are referenced, but not defined.
11835
11836 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11837
11838 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11839 Cplusplus to new nodes Member Type Descriptor and Method Type
11840 Descriptor. Re-write stuff for #.
11841
11842 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11843
11844 * gdb.texinfo (Print Settings): Don't document "set print
11845 fast-symbolic-addr off". The bug which it worked around was fixed
11846 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11847
11848 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11849 N_ENTRY node.
11850
11851 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11852
11853 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11854
11855 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11856 references to ieee-float.c.
11857
11858 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11859
11860 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11861 match what the code actually does.
11862
11863 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11864
11865 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11866
11867 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11868
11869 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11870 i, and b.
11871
11872 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11873
11874 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11875 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11876 as "stabs in sections" rather than just saying "ELF and SOM".
11877 Also make that stuff apply to COFF.
11878
11879 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11880
11881 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11882 Ghostscript.
11883
11884 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11885
11886 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11887 versus functions without line numbers, also mention stepping into
11888 them as well as "step" when you are in them. Tell the user how to
11889 deal with the situation. Add comment about "debugging information".
11890
11891 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11892
11893 * stabs.texinfo (Enumerations): Document restriction on where
11894 enumeration types can appear and still win with GDB.
11895
11896 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11897
11898 * stabs.texinfo (Negative Type Numbers): Document format for type
11899 -16.
11900
11901 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11902
11903 * gdb.texinfo (Selection, Frame Info): Update information about
11904 arbitrary frame specficiations.
11905
11906 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11907
11908 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11909
11910 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11913
11914 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11915
11916 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11917
11918 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11919
11920 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11921 Differences node to Statics node.
11922 (Statics): Discuss XCOFF use of V symbol descriptor.
11923
11924 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11925 not clean.
11926
11927 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11928
11929 * gdb.texinfo (Print Settings): Document `set print
11930 fast-symbolic-addr' and improve the doc for some other
11931 `set print's.
11932
11933 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11934
11935 * stabs.texinfo (String Field): Talk about defining several type
11936 numbers at once.
11937 Fix lint regarding changing node ELF Transformations to
11938 ELF and SOM Transformations.
11939
11940 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11941
11942 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11943
11944 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11945
11946 * stabs.texinfo (Cross-References): `::' is for nested types only
11947 within <>.
11948 (Structures): Document static members.
11949
11950 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * stabs.texinfo: Document S type attribute.
11953
11954 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11955
11956 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11957
11958 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11959
11960 * gdbint.texinfo: Fix a few typos.
11961
11962 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11963
11964 * gdb.texinfo, remote.texi: formatting improvements
11965
11966 * gdb.texinfo (New Features): mention threads.
11967 (Summary, C): fix xrefs in newly contributed text.
11968 (Threads): index entries, clarifications, example
11969 (passim): minor typos fixed, phrasing improvements
11970
11971 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11972 entries; (Server): explain use of gdbserver w/real-time systems,
11973 add example of conflicting TCP port; (MIPS Remote) break up
11974 running text into table, highlighting commands, and add example.
11975
11976 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11977
11978 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11979
11980 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11981
11982 * stabs.texinfo (Nested Symbols): New node.
11983 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11984
11985 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11986
11987 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11988 to picking which Bbss.bss symbol to use, and (because there seems to
11989 be no good way of doing it) re-write some of the text to make it
11990 sound like Bbss.bss isn't such a great idea after all (as currently
11991 designed).
11992
11993 * gdb.texinfo (C): In addition to saying people have to use g++ for
11994 good results, say they have to use stabs. Specifically say cfront
11995 doesn't work well.
11996 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11997 the gdb README. Add xrefs to places where the support for the various
11998 languages is described in detail.
11999
12000 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * stabs.texinfo: Clean up stuff about visibility and virtual
12003 characters.
12004
12005 * stabs.texinfo (N_M2C): Cite Sun doc.
12006
12007 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12008
12009 * gdb.texinfo: updates re threads.
12010 * remote.texinfo: avoid index entries starting with digits.
12011
12012 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12013
12014 * stabs.texinfo (Enumerations): Talk about large, negative and
12015 octal values. Clean up cross reference to type attributes.
12016 (String Field): Say that GDB 4.11 supports size attribute.
12017
12018 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12019
12020 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12021 is a mandatory step. Make the stuff about that more concise.
12022
12023 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12024
12025 * stabs.texinfo (Class Names): New node.
12026
12027 * gdb.texinfo (Command Files): Explain order of init file reading.
12028
12029 * remote.texi (Bootstrapping): Talk about getting the serial driver
12030 to deal with ^C sent by gdb to stop the remote system.
12031
12032 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12033
12034 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12035
12036 * libgdb.texinfo (Defining Commands): made the DOC arg
12037 to gdb_define_app_command a char * instead of char **
12038 per a suggestion from kingdon.
12039
12040 * libgdb.texinfo: total rewrite from a different starting
12041 premise.
12042
12043 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12044
12045 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12046 floats passed as doubles (to improve clarity).
12047
12048 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12049
12050 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12051
12052 * a4rc.sed: update to work with Andreas Vogel papersize params
12053
12054 * refcard.tex: use Andreas Vogel simplifications of papersize
12055 params; remove useless version info; update copyright date.
12056
12057 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12058
12059 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12060
12061 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12062
12063 * gdb.texinfo (Files): Say what address the load command loads it at.
12064
12065 * stabs.texinfo (Common Blocks): Minor cleanups.
12066
12067 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12068 that Sun has backed away from the linker kludge and thus the relevant
12069 issue is changes to the SunPRO tools, not the Solaris linker.
12070
12071 * stabs.texinfo (Traditional Integer Types): Clean up description
12072 of octal bounds a little bit. Document extra leading zeroes.
12073
12074 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12075
12076 * gdb.texinfo (Signaling): Update for symbolic symbol names
12077 and add a section explaining the difference between the GDB
12078 signal command and the shell kill utility.
12079
12080 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12081
12082 * libgdb.texinfo: added `@' to braces that were unescaped.
12083
12084 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12085
12086 * libgdb.texinfo: new file. Spec for the gdb library.
12087
12088 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12089
12090 * stabs.texinfo (Include Files): Fix typo (start -> end).
12091
12092 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12093
12094 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12095 from Melissa at FSF's editing pass.
12096
12097 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12098
12099 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12100 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12101 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12102
12103 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12104
12105 * remote.texi (Bootstrapping): Discuss 386 call gates.
12106
12107 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12108
12109 * stabs.texinfo (Based Variables): New node.
12110
12111 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12112
12113 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12114 names, sizes, and formats to suggest how not to lose.
12115
12116 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12117
12118 * stabs.texinfo (Methods): Fix typo.
12119
12120 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12121
12122 * gdb.texinfo: Fix a few typos.
12123
12124 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * gdb.texinfo: Clarify how well it works with Fortran.
12127
12128 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12129 More on relocating stabs in ELF files.
12130
12131 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12132
12133 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12134
12135 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12136
12137 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12138 parameters on VAX.
12139
12140 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12141
12142 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12143
12144 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12145
12146 * stabs.texinfo: Make info author notice match the TeX author notice.
12147
12148 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12149
12150 * stabs.texinfo: Initial-caps all words in node names and
12151 non-trivial words in section names.
12152
12153 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12154
12155 * stabs.texinfo: Many minor cleanups.
12156
12157 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12158
12159 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12160
12161 * stabs.texinfo: Remove full description of big example.
12162 It's not really helpful; just use pieces of it where appropriate.
12163 Add more Texinfo formatting directives (@samp, etc.).
12164 Use @deffn to define stab types.
12165 Eliminate some wordiness. Break up some nodes.
12166 Add an (alphabetized) index of symbol types.
12167 Use consistent capitalization style in node and section names.
12168
12169 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12170
12171 * gdb.texinfo: Change typo "Two two" to "The two".
12172
12173 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12174
12175 * stabs.texinfo (XCOFF-differences): Remove references to
12176 non-existent types N_DECL and N_RPSYM.
12177
12178 * stabs.texinfo (String Field): Say that type attributes bug is
12179 fixed in GDB 4.10, since it is.
12180
12181 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12182
12183 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12184
12185 * stabs.texinfo: Formatting cleanups.
12186
12187 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12188
12189 * stabs.texinfo: When explaining the n_type of a stab, standardize
12190 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12191 no tabs, use @r).
12192 (Global Variables): Clean up.
12193
12194 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12195
12196 * stabs.texinfo (Stack Variables): Re-write.
12197
12198 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12199
12200 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12201 addresses of a source file. Also revise formatting.
12202 Change "object module" or "object file" to "source file".
12203 Various: Miscellaneous cleanups.
12204
12205 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12206
12207 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12208
12209 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12210
12211 * gdbint.texinfo: Removed many nonsensical machine-collected
12212 host and target conditionals, described some of the remainder.
12213
12214 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12215
12216 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12217
12218 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12219 paragraph which follows.
12220
12221 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12222 variables. Looks better and avoids overful hbox.
12223
12224 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12225
12226 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12227
12228 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12229
12230 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12231 retransmit-timeout
12232
12233 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12234
12235 * gdbint.texinfo: Update statement about `some ancient Unix
12236 systems, like Ultrix 4.0' to Ultrix 4.2.
12237
12238 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12239
12240 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12241
12242 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12243
12244 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12245 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12246
12247 * remote.texi: new name for former gdbinv-s.texi
12248
12249 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12250
12251 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12252
12253 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12254 variables for MIPS remote debugging protocol.
12255
12256 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12257
12258 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12259
12260 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12261
12262 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12263
12264 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12265
12266 * gdb.texinfo: repair conditional bugs in text markup
12267
12268 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12269
12270 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12271 to select Modula-2 material.
12272
12273 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12274
12275 * stabs.texinfo: Cleanups regarding statics.
12276
12277 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12278 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12279
12280 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12281
12282 * stabs.texinfo: N_MAIN is sometimes used for C.
12283
12284 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12285
12286 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12287
12288 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12289
12290 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12291 removed from the code by Kingdon.
12292
12293 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12294
12295 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12296 input when evaluating breakpoint conditions; the bug has been fixed.
12297
12298 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12299 sets the ignore count to N-1, not to N.
12300
12301 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12302
12303 * refcard.tex (\hoffset): correct longstanding error to match
12304 intended offset; avoids cutting off edge on some printers
12305
12306 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12307
12308 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12309
12310 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12311
12312 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12313
12314 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12315
12316 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12317 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12318 collect sed edits if any, apply to refcard before formatting;
12319 (refcard.ps) stop implying PS fonts if PS output requested;
12320 (lrefcard.ps) delete extra target for variant PS fonts
12321
12322 * refcard.tex: parametrize papersize dependent info, collect
12323 in easily replaced spot
12324
12325 * a4rc.sed: new file, edits to refcard for A4 paper
12326
12327 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12328
12329 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12330
12331 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12332
12333 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12334
12335 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12336
12337 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12338 politely rather than rudely.
12339
12340 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12341
12342 * stabs.texinfo: Document common blocks.
12343
12344 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12345
12346 * stabs.texinfo: Add some basic info about stabs-in-elf.
12347
12348 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12349
12350 * stabs.texinfo (Top): Minor cleanup.
12351
12352 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12353
12354 * Makefile.in (install-info): remove parentdir support
12355
12356 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12357
12358 * gdb.texinfo (Copying): delete this node and references to it;
12359 RMS says this manual need not carry GPL. (passim): Improvements
12360 from last round at FSF, largely due to Ian Taylor review, and
12361 minor formatting improvements.
12362
12363 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12364 largely due to Ian Taylor review. (Debug Session): minor edits to
12365 new text.
12366
12367 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12368
12369 * Makefile.in (realclean): Remove info and dvi files too.
12370
12371 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12372
12373 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12374 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12375 * gdb.texinfo: Change accordingly.
12376
12377 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12378 N_{L,R}BRAC,N_SLINE are relative to.
12379
12380 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12381
12382 * Makefile.in (GDBvn.texi): Update atomically.
12383
12384 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12385
12386 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12387
12388 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12389
12390 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12391 addresses together. Also motivate the set print symbol-filename
12392 command and suggest other solutions.
12393
12394 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12395
12396 * gdb.texinfo (set print elements): Note that the number of
12397 elements is set to unlimited by "set print elements 0".
12398
12399 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12400
12401 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12402 NF_LDOUBLE means.
12403 (Stab Types): Include Solaris stab types.
12404 (Procedures): Document Solaris extensions.
12405
12406 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12407
12408 * gdb.texinfo: Add `set print symbol-filename' doc.
12409
12410 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12411
12412 * stabs.texinfo (Arrays): Talk about type definition vs. type
12413 information.
12414
12415 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12416 the trailing semicolon.
12417
12418 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12419
12420 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12421 and merge in other parts of the document addressing these subjects.
12422 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12423
12424 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12425 at the end of a range type.
12426
12427 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12428 AIX extensions.
12429
12430 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12431
12432 * stabs.texinfo (Stabs Format): Misc fixes.
12433
12434 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12435
12436 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12437 (Traditional builtin types): Document convex convention for long long.
12438 (Negative builtin types): Discuss type names, and misc fixes.
12439
12440 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12441
12442 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12443 point types used with @samp{R} type descriptor.
12444 (Symbol Descriptors): Describe how to handle conflict between
12445 different meanings of @samp{P} symbol descriptor.
12446
12447 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12448
12449 * stabs.texinfo: Remove node Quick Reference and put its children
12450 directly under the main menu.
12451
12452 * stabs.texinfo: Many more changes to bring it into line with
12453 AIX documentation and reality. I think it now has all the
12454 information from the AIX documentation, except that I burned
12455 out when I got to variant records (Pascal and Modula-2) and
12456 all the COBOL types. Oh well, we can add them later when we're
12457 worrying more about those languages.
12458
12459 * stabs.texinfo (Automatic variables): Talk about what it means
12460 to omit the symbol descriptor.
12461
12462 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12463
12464 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12465 gcc2 behavior with promoted args.
12466
12467 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12468
12469 * gdb.texinfo: include readline appendices in info version of manual
12470
12471 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12472
12473 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12474 target remote.
12475
12476 * gdb.texinfo (Machine Code): more index entries for disassemble
12477
12478 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12479
12480 * Clarify the intended use of the gdb-testers and gdb-patches
12481 mailing lists, and shrink gzip comment.
12482
12483 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12484
12485 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12486 DOSHOST configuration of manual.
12487
12488 * gdb.texinfo (MIPS Stack): new node.
12489
12490 * all-config.texi (MIPS) new switch.
12491
12492 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12493 tense; (MIPS Remote) new node.
12494
12495 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12496 bug; (Environment) less passive, other small cleanups in text about
12497 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12498 (Remote) new MIPS Remote menu entry.
12499
12500 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12501
12502 * stabs.texinfo: Many changes to include information from the
12503 AIX documentation.
12504
12505 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12506
12507 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12508
12509 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12510 Move a bunch of information from ../README.
12511 (Getting Started): New node.
12512
12513 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12514
12515 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12516
12517 * gdb.texinfo: advance manual revision dates to present
12518
12519 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12520 stop using silly Roman numerals in @set variable names
12521
12522 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12523
12524 * stabs.texinfo (Parameters): Keep trying to get this right.
12525
12526 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12527
12528 * stabs.texinfo (Parameters): More on "local parameters".
12529
12530 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12531
12532 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12533
12534 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12535
12536 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12537 (Parameters): Rewrite.
12538 (xcoff-differences, Sun-differences): Minor changes.
12539
12540 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12541
12542 * stabs.texinfo: Minor cleanup.
12543
12544 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12545
12546 * gdbint.texinfo: Minor xcoff stuff.
12547
12548 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12549
12550 * gdbint.texinfo: Update for new config directory structure.
12551 Add info about internal type data structures.
12552
12553 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12554
12555 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12556 $(srcdir).
12557 (gdb-config.texi): Depend on file in $(srcdir).
12558
12559 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12560
12561 * stabs.texinfo: Fixes about N_SO.
12562
12563 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12564
12565 * gdb.texinfo: include list of nonstandard init file names
12566
12567 * *-config.texi: new switch GENERIC for text that applies *only*
12568 to (usual) multiple-target version of manual
12569
12570 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12571 h8 config
12572
12573 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12574 in menus (rather than conditionally selected multiple alternative
12575 menus).
12576
12577 * Makefile.in: define and use DOC_CONFIG var to select
12578 configuration for GDB user manual.
12579
12580 * gdb-config.texi: delete from repository, generate from Makefile.
12581
12582 * all-config.texi: normal `generic' configuration file, formerly
12583 stored as gdb-config.texi
12584
12585 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12586
12587 * Makefile.in: add dvi target to build all .dvi files
12588
12589 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12590
12591 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12592
12593 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12594
12595 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12596 host conditionals.
12597 * stabs.texinfo: More array fixes inspired by Jim's.
12598
12599 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12600
12601 * stabs.texinfo: Fixes re arrays and continuations.
12602
12603 * gdbint.texinfo: Add XCOFF node.
12604
12605 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12606
12607 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12608
12609 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12610
12611 * stabs.texinfo: Fix for array types to mention lower bounds.
12612
12613 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12614
12615 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12616
12617 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12618
12619 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12620
12621 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12622
12623 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12624 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12625
12626 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12627
12628 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12629
12630 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12631
12632 * gdb.texinfo, gdbinv-s.texi: misc updates
12633
12634 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12635
12636 * gdbint.texinfo: Brief documentation for longjmp support,
12637 from an email msg by Stu.
12638
12639 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12640
12641 * stabs.texinfo: Fix description of floating point "range"
12642 types (which really define basic types). Reported by Jim Meehan,
12643 <meehan@src.dec.com>.
12644
12645 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12646
12647 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12648
12649 * gdbint.texinfo: Slightly expand section on supporting a new
12650 object file format.
12651
12652 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12653
12654 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12655 intermediate file.
12656
12657 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12658
12659 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12660
12661 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12662
12663 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12664
12665 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12666 as well as Z8002.
12667
12668 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12669
12670 * gdbint.texinfo: Add sections on clean design and on how to send
12671 in changes.
12672
12673 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12674
12675 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12676
12677 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12678
12679 * gdb.texinfo: Fix typo, reported by Karl Berry.
12680
12681 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12682
12683 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12684
12685 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12686
12687 * gdbint.texinfo: fixed a stray email address (needs @@),
12688 added @table @code to node "Native Conditionals"
12689
12690 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12691
12692 * gdbint.texinfo: Describe coding style of GDB.
12693
12694 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12695
12696 * stabs.texinfo: Minor wording changes.
12697
12698 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12699
12700 * gdbint.texinfo: Improve release doc slightly.
12701
12702 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12703
12704 * gdbint.texinfo: Improve doc of GDB config macros.
12705
12706 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12707
12708 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12709 These will be reinserted when examined.
12710
12711 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12712
12713 * gdbint.texinfo: Make a start at documenting all the #if macros
12714 in GDB. At least list them all, and start separating them into
12715 host-specific and target-specific.
12716
12717 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12718
12719 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12720 examples (not consistent w others).
12721 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12722 for generic vn of doc
12723
12724 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12725
12726 * Makefile.in: always create installation directories.
12727
12728 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12729
12730 * gdb.texinfo: in h8 config, do not describe searching commands.
12731
12732 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12733
12734 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12735 conditionals; introduce a few generic switches that may be
12736 useful for other cross-dev or dos-hosted configs.
12737
12738 * gdb.texinfo: fix typo in "info reg" description
12739
12740 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12741
12742 * stabs.texinfo: Minor updates from running TeX over it.
12743 * Makefile.in (stabs.dvi, stabs.ps): Add.
12744
12745 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12746
12747 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12748 First pass at converting it to texinfo.
12749
12750 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12751
12752 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12753 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12754
12755 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12756
12757 * gdbint.texinfo: Add section on partial symbol tables.
12758
12759 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12760
12761 * gdb.texinfo: document `set remotedebug' and `set
12762 rstack_high_address'.
12763
12764 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12765
12766 * gdb.texinfo: slight expansion of new text on reading info files
12767 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12768 H8/300 from DOS.
12769
12770 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12771
12772 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12773
12774 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12775
12776 * gdb.texinfo: Say how to read the `info' files.
12777
12778 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12779
12780 * Makefile.in: gm4 -> m4.
12781
12782 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12783
12784 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12785 Documentation' ahead of `Installing GDB' to match README.
12786 Update shared library doc, -readnow and -mapped, and directory
12787 structure (add glob and mmalloc). Update configure doc.
12788
12789 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12790
12791 * Makefile.in: remove $(srcdir) from gdb.info rule.
12792
12793 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12794
12795 * Makefile.in: commented out gdb-all.texinfo rule. This is
12796 temporary.
12797
12798 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12799
12800 * Makefile.in, configure.in: removed traces of namesubdir,
12801 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12802 copyrights to '92, '13, changed some from Cygnus to FSF.
12803
12804 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12805
12806 * gdb.texinfo: Improve how we ask for bug reports.
12807
12808 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12809
12810 * Makefile.in: infodir belongs in datadir.
12811
12812 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12813
12814 * Makefile.in: remove spaces following hyphens, bsd make can't
12815 cope. install using INSTALL_DATA. added clean-info. added
12816 standards.text support.
12817
12818 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12819
12820 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12821 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12822 and mandir now keyed off datadir by default.
12823
12824 \f
12825 Local Variables:
12826 mode: change-log
12827 left-margin: 8
12828 fill-column: 74
12829 version-control: never
12830 coding: utf-8
12831 End:
This page took 0.301561 seconds and 4 git commands to generate.