Document lazy computation for pretty-printer "children" method
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2019-05-10 Tom Tromey <tromey@adacore.com>
2
3 * python.texi (Pretty Printing API): Mention lazy computation for
4 "children".
5
6 2019-05-10 Tom Tromey <tromey@adacore.com>
7
8 * gdb.texinfo (Set Catchpoints): Add text for parameter to "catch
9 exception" and "catch handlers". Move "catch exception unhandled"
10 text. Use @var for "catch load" and "catch unload"
11
12 2019-05-08 Tom Tromey <tromey@adacore.com>
13
14 * gdb.texinfo (Symbols): Document change to ptype/o.
15
16 2019-05-03 Eli Zaretskii <eliz@gnu.org>
17
18 * gdb.texinfo (Separate Debug Files): Document how the
19 subdirectory of the global debug directory is computed on
20 MS-Windows/MS-DOS.
21
22 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.texinfo (Print Settings): Document 'print max-depth'.
25 * guile.texi (Guile Pretty Printing API): Document that 'print
26 max-depth' can effect the display of a values children.
27 * python.texi (Pretty Printing API): Likewise.
28 (Values From Inferior): Document max_depth keyword.
29
30 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
31
32 * gdb.texinfo (Calling): Document the new
33 set|show may-call-functions.
34
35 2019-04-22 Pedro Alves <palves@redhat.com>
36
37 * gdb.texinfo (Reverse Execution): Mention and xref process record
38 and replay. Mention remote and system emulators.
39 (Process Record and Replay): List supported architectures.
40 Mention that "record btrace" is only supported on Intel
41 processors.
42
43 2019-04-17 Alan Hayward <alan.hayward@arm.com>
44
45 * gdb.texinfo (Other Command-Line Arguments for gdbserver)
46 (Monitor Commands for gdbserver)
47 (gdbserver man): Add debug-file option.
48
49 2019-04-08 Kevin Buettner <kevinb@redhat.com>
50
51 * python.texi (Inferiors In Python): Rename
52 Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
53 Add note about the former being deprecated.
54
55 2019-04-08 Kevin Buettner <kevinb@redhat.com>
56
57 * python.texi (Threads In Python): Add description for method
58 InferiorThread.handle.
59
60 2019-04-07 Tom Tromey <tom@tromey.com>
61
62 * Makefile.in (all): Depend on "info".
63
64 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.texinfo (Convenience Funs): Document '$_creal' and
67 '$_cimag'.
68
69 2019-03-30 Eli Zaretskii <eliz@gnu.org>
70
71 * gdb.texinfo (Convenience Vars): Document $_gdb_major and
72 $_gdb_minor.
73
74 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * python.texi (Pretty Printing API): Document use of None for the
77 display_hint.
78
79 2019-03-22 Alan Hayward <alan.hayward@arm.com>
80 Jiong Wang <jiong.wang@arm.com>
81
82 * gdb.texinfo (AArch64 Features): Describe pauth feature.
83
84 2019-03-20 Tom Tromey <tromey@adacore.com>
85
86 * python.texi (Selecting Pretty-Printers): Use @defvar for
87 gdb.pretty_printers.
88
89 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
90
91 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
92 of table, "@end @table" -> "@end table".
93
94 2019-03-14 Tom Tromey <tromey@adacore.com>
95
96 * gdb.texinfo (Output Styling): Document "set style source" and
97 "show style source".
98
99 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
100
101 * gdb.texinfo (Mode Options): Mention mi3.
102 (Interpreters): Likewise.
103 (GDB/MI Development and Front Ends): Add entry for MI 3 in
104 version table. Document -fix-multi-location-breakpoint-output.
105 (GDB/MI Breakpoint Information): Document format of breakpoint
106 location output.
107
108 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
109
110 * python.texi (Values From Inferior): Change synopsys of the
111 second form of Value.__init__.
112
113 2019-03-02 Eli Zaretskii <eliz@gnu.org>
114
115 * gdb.texinfo (Output Styling): Fix typos. Document the default
116 foreground colors of the available styles.
117
118 2019-02-27 Kevin Buettner <kevinb@redhat.com>
119
120 * gdb.texinfo (Configure Options): Document minimum python
121 version.
122
123 2019-02-26 Kevin Buettner <kevinb@redhat.com>
124
125 * python.texi (Values From Inferior): Document second form
126 of Value.__init__.
127
128 2019-02-23 Joel Brobecker <brobecker@adacore.com>
129
130 * gdb.texinfo: Update copyright year ranges.
131 * refcard.tex: Likewise.
132
133 2019-02-21 Alan Hayward <alan.hayward@arm.com>
134
135 * gdb.texinfo: Update style defaults.
136
137 2019-02-21 Tom Tromey <tromey@adacore.com>
138
139 * gdb.texinfo (Remote Configuration): Remove trailing "." from
140 @item.
141
142 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
143
144 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
145 MI versions. Update text around it.
146
147 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
148
149 * gdb.texinfo (PowerPC Features): Document the alias
150 pseudo-registers for the org.gnu.gdb.power.altivec feature.
151
152 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
153
154 * gdb.texinfo (Print Settings): Remove mention of specific
155 demangle-style values, just refer to the in-process help.
156
157 2018-12-28 Tom Tromey <tom@tromey.com>
158
159 * gdb.texinfo (Output Styling): New node.
160
161 2018-12-13 John Baldwin <jhb@FreeBSD.org>
162
163 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
164 (Native): Add a FreeBSD subsection.
165 (FreeBSD): Document use of system call aliases for compatibility
166 system calls.
167
168 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.texinfo (Standard Target Features): Add RISC-V Features
171 sub-section.
172
173 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
174
175 * gdb.texinfo (Examining the Symbol Table): Document language choice
176 for 'info types|functions|variables' commands.
177 (Setting Breakpoints): Document language choice to print
178 the functions in which a breakpoint is set.
179
180 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
181
182 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
183 requirements for the org.gnu.gdb.power.vsx feature.
184
185 2018-11-01 Joel Brobecker <brobecker@adacore.com>
186
187 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
188 output to match the current implementation.
189
190 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
191
192 * gdb.texinfo (Information About a Frame): Document changes
193 to 'info args' and 'info locals'.
194 (Examining the Symbol Table): Document changes to 'info functions'
195 and 'info variables'.
196
197 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
198
199 * gdb.texinfo (PowerPC Features): Describe new features
200 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
201 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
202 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
203 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
204
205 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
206
207 * gdb.texinfo (PowerPC Features): Describe new features
208 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
209
210 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
211
212 * gdb.texinfo (PowerPC Features): Describe new feature
213 "org.gnu.gdb.power.tar".
214
215 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
216
217 * gdb.texinfo (PowerPC Features): Describe new features
218 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
219
220 2018-10-20 Tom Tromey <tom@tromey.com>
221
222 * gdb.texinfo (TUI Commands): Add @end table.
223 (TUI Configuration): Remove stray @end table.
224
225 2018-10-19 Tom Tromey <tom@tromey.com>
226
227 PR tui/18388:
228 * gdb.texinfo (TUI Commands): Remove tabset documentation.
229 (TUI Configuration): Document "set tui tab-width".
230
231 2018-10-09 Tom Tromey <tom@tromey.com>
232
233 * python.texi (Inferiors In Python): Link to "Frames In Python",
234 not "Unwinding Frames in Python".
235
236 2018-10-09 Tom Tromey <tom@tromey.com>
237
238 * gdb.texinfo (Configure Options): Update --enable-ubsan
239 documentation.
240
241 2018-10-08 John Baldwin <jhb@FreeBSD.org>
242
243 * gdb.texinfo (Contributors): Add SRI International and University
244 of Cambridge for FreeBSD/riscv.
245
246 2018-10-06 Tom Tromey <tom@tromey.com>
247
248 PR python/19399:
249 * python.texi (Inferiors In Python): Document
250 Inferior.Architecture.
251
252 2018-10-06 Tom Tromey <tom@tromey.com>
253
254 PR python/21765:
255 * python.texi (Symbols In Python): Document the module and
256 common-block domains. Remove documentation for incorrect
257 domains.
258
259 2018-10-03 Tom Tromey <tom@tromey.com>
260
261 * gdb.texinfo (Configure Options): Document --enable-ubsan.
262
263 2018-10-02 John Darrington <john@darrington.wattle.id.au>
264
265 * gdb.texinfo (Remote Connection Commands): Describe
266 the changes to target remote and target extended-remote
267 relating to Unix domain sockets.
268
269 2018-10-01 Tom Tromey <tom@tromey.com>
270
271 * gdb.texinfo (Configure Options): Document configure options.
272
273 2018-09-29 Tom Tromey <tom@tromey.com>
274
275 * gdb.texinfo (Requirements): Mention C++, GNU make.
276 (Requirements): Sort the table. Add more libraries.
277 (Running Configure): Remove obsolete text.
278 (Separate Objdir): Likewise.
279 (Configure Options): Likewise.
280
281 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
284 to highlight that the number is also the frame's level.
285 (Selection): Rewrite documentation for 'frame' and 'select-frame'
286 commands.
287 (Frame Info): Rewrite documentation for 'info frame' command.
288
289 2018-09-23 Tom Tromey <tom@tromey.com>
290
291 PR python/18852:
292 * python.texi (Parameters In Python): Document exception behavior
293 of get_set_string.
294
295 2018-09-18 John Baldwin <jhb@FreeBSD.org>
296
297 * gdb.texinfo (info proc): Remove "running".
298 (info proc mappings): Replace "program" with "process".
299
300 2018-09-18 John Baldwin <jhb@FreeBSD.org>
301
302 * gdb.texinfo (Process Information): Document "info proc files"
303 command.
304
305 2018-09-17 Tom Tromey <tom@tromey.com>
306
307 * gdb.texinfo (Index Files): Update for cache directory change on
308 macOS.
309
310 2018-09-16 Tom Tromey <tom@tromey.com>
311
312 * python.texi (Basic Python): Update docs for find_pc_line,
313 solib_name.
314 (Progspaces In Python): Update docs for current_progspace.
315 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
316 Move method documentation before example.
317
318 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
319
320 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
321
322 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
323 2018-09-13 Tom Tromey <tom@tromey.com>
324
325 * python.texi (Program Spaces In Python): Document the
326 Progspace.objfiles method.
327 (Objfiles In Python): Mention that gdb.objfiles() is identical
328 to gdb.selected_inferior().progspace.objfiles().
329
330 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
331 2018-09-13 Tom Tromey <tom@tromey.com>
332
333 * python.texi (Inferiors In Python): Document
334 Inferior.progspace.
335 (Program Spaces In Python): Document that
336 gdb.current_progspace() is the same as
337 gdb.selected_inferior().progspace.
338
339 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
340
341 * python.texi (Basic Python): Mention the string representation
342 of GDB Python objects.
343
344 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
345
346 * gdb.texinfo (Skipping Over Functions and Files): Document
347 set/show debug skip.
348
349 2018-09-10 Tom Tromey <tom@tromey.com>
350
351 * python.texi (Frames In Python, Blocks In Python)
352 (Symbols In Python, Symbol Tables In Python)
353 (Lazy Strings In Python): Remove periods from section titles.
354
355 2018-09-10 Tom Tromey <tom@tromey.com>
356
357 * python.texi (Pretty Printing API): Swap sentence order.
358
359 2018-09-10 Tom Tromey <tom@tromey.com>
360
361 PR python/16461:
362 * python.texi (Values From Inferior): Mention use of virtual
363 table.
364
365 2018-09-10 Tom Tromey <tom@tromey.com>
366
367 * python.texi (Basic Python): Parenthesize argument to
368 decode_line.
369
370 2018-09-10 Tom Tromey <tom@tromey.com>
371
372 * python.texi (Python): Mention Python versions. Don't mention
373 execfile.
374
375 2018-09-10 Tom Tromey <tom@tromey.com>
376
377 PR python/19808:
378 * python.texi (Unwinding Frames in Python): Rewrite
379 create_unwind_info documentation. Update read_register
380 documentation and add a note about unwinder caution.
381
382 2018-09-10 Tom Tromey <tom@tromey.com>
383
384 PR python/18909:
385 * python.texi (Events In Python): Fix inferior_call
386 documentation.
387
388 2018-09-10 Tom Tromey <tom@tromey.com>
389
390 PR python/17752:
391 * python.texi (Frame Filter API): Remove period from subsection
392 title. Mention 100 as good default priority.
393 (Frame Decorator API): Remove period from subsection title.
394 Mention FrameDecorator module.
395
396 2018-09-10 Tom Tromey <tom@tromey.com>
397
398 PR python/23108:
399 * python.texi (Exception Handling): Rearrange gdb.GdbError text
400 and add a table.
401
402 2018-09-10 Tom Tromey <tom@tromey.com>
403
404 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
405 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
406 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
407 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
408
409 2018-09-10 Tom Tromey <tom@tromey.com>
410
411 PR python/16484:
412 * python.texi (Frames In Python): Document that Frame.block can
413 throw.
414
415 2018-09-10 Tom Tromey <tom@tromey.com>
416
417 PR python/23487:
418 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
419
420 2018-09-10 Tom Tromey <tom@tromey.com>
421
422 PR python/16033:
423 * python.texi (Blocks In Python): Document that Block.end is
424 exclusive.
425
426 2018-08-29 Keith Seitz <keiths@redhat.com>
427
428 * gdb.texinfo (Compiling and injecting code in GDB): Document
429 set/show "compile-oracle" and "compile-cplus-types" commands.
430
431 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
432
433 * gdb.texinfo (The -stack-list-frames Command): Update description
434 to mention "arch".
435 Update MI examples throughout the document to contain "arch" in
436 frame output.
437
438 2018-08-21 Alan Hayward <alan.hayward@arm.com>
439
440 * gdb.texinfo (AArch64 SVE): New subsubsection.
441
442 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
443
444 * gdb.texinfo (GDB/MI Data Manipulation): Document
445 "-data-disassemble -a addr".
446 (GDB/MI Support Commands): Document "data-disassemble-a-option"
447 feature.
448
449 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
450
451 * gdb.texinfo (Index Files Speed Up GDB): Add section about
452 symbol index cache.
453
454 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
455
456 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
457 option sections to further clarify that gcore can take more
458 than one PID, and that "-o" is used to specify a prefix, not a
459 filename.
460
461 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.texinfo (Maintenance Commands): Add description of
464 maintenance command to control dwarf unwinders.
465
466 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
467
468 * gdb.texinfo (Debugging Programs with Multiple Threads):
469 Document changes to 'thread apply'. Document 'taas'.
470 Document 'tfaas'.
471 (Examining the Stack): Document 'frame apply'. Document 'faas'.
472
473 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
474 Jan Kratochvil <jan.kratochvil@redhat.com>
475 Paul Fertser <fercerpav@gmail.com>
476 Tsutomu Seki <sekiriki@gmail.com>
477
478 * gdb.texinfo (Remote Connection Commands): Add explanation
479 about new IPv6 support. Add new connection prefixes.
480
481 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.texinfo (Remote Configuration): Update descriptions for
484 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
485 and hardware-watchpoint-length-limit variables.
486
487 2018-07-02 Maciej W. Rozycki <macro@mips.com>
488
489 PR tdep/8282
490 * gdb.texinfo (Source and Machine Code): Document `set
491 disassembler-options' support for the MIPS target.
492
493 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
494
495 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
496
497 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
498
499 * gdb.texinfo (Files): The address argument for "add-symbol-file"
500 is no longer mandatory.
501
502 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
503
504 * gdb.texinfo (Files): Document "symbol-file -o offset".
505
506 2018-06-14 Tom de Vries <tdevries@suse.de>
507
508 * gdb.texinfo (Background Execution): Add @cindex for '&'.
509
510 2018-06-11 Eli Zaretskii <eliz@gnu.org>
511
512 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
513
514 2018-06-08 Gary Benson <gbenson@redhat.com>
515
516 * gdb.texinfo (Maintenance Commands): Document "maint check
517 libthread-db" and "maint set/show check-libthread-db".
518
519 2018-06-05 Tom Tromey <tom@tromey.com>
520
521 PR cli/12326:
522 * gdb.texinfo (Screen Size): Document "c" response to pagination
523 prompt.
524
525 2018-05-31 Maciej W. Rozycki <macro@mips.com>
526
527 * gdb.texinfo (Choosing Target Byte Order): Document endianness
528 selection details with the `set endian auto' mode.
529
530 2018-05-04 Tom Tromey <tom@tromey.com>
531
532 PR python/22731:
533 * python.texi (Breakpoints In Python): Mention that "commands" is
534 writable.
535
536 2018-05-02 Tom Tromey <tom@tromey.com>
537
538 PR python/20084:
539 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
540 PARAM_ZUINTEGER_UNLIMITED.
541
542 2018-04-30 Tom Tromey <tom@tromey.com>
543
544 * python.texi (Types In Python): Document Type.align.
545
546 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
547
548 * gdb.texinfo (Symbols): Mention the fact that "info
549 variables/functions/types" show source files and line numbers.
550
551 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
552
553 * gdb.texinfo: Document set/show record btrace cpu.
554
555 2018-03-27 Joel Brobecker <brobecker@adacore.com>
556
557 * gdb.texinfo (Ada Settings): New subsubsection.
558
559 2018-03-26 Tom Tromey <tom@tromey.com>
560
561 PR backtrace/15582:
562 * gdb.texinfo (Backtrace): Mention "hide" argument.
563
564 2018-03-26 Tom Tromey <tom@tromey.com>
565
566 * gdb.texinfo (Backtrace): Describe options individually.
567
568 2018-03-19 Tom Tromey <tom@tromey.com>
569
570 * observer.texi: Remove.
571
572 2018-03-04 John Baldwin <jhb@FreeBSD.org>
573
574 * gdb.texinfo (Debugging Output): Document "set/show debug
575 fbsd-nat".
576
577 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.texinfo (Machine Code): Additional information about "info
580 line" command.
581
582 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
583
584 * gdb.texinfo (gdb-add-index man): Add pindex.
585
586 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
587
588 * gdb.texinfo (set cwd): Add period.
589 (gdb-add-index man): Move anchor.
590
591 2017-01-12 Tom Tromey <tom@tromey.com>
592 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 * gdb.texinfo (Index Files): Mention gdb-add-index.
595 (gdb-add-index man): New section.
596 * Makefile.in (gdb-add-index.1): New rule to generate manpage
597 from gdb.texinfo.
598
599 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
600
601 * gdb.texinfo (pwd): Fix whitespace.
602
603 2018-01-09 John Baldwin <jhb@FreeBSD.org>
604
605 * gdb.texinfo (pwd): Update cross-reference for Process Information
606 node and remove explicit /proc reference.
607 (Native): Rename subsection from SVR4 Process Information to
608 Process Information.
609 (Process Information): Reword introduction to be less /proc
610 centric. Document support for "info proc" on FreeBSD.
611
612 2018-01-03 Xavier Roirand <roirand@adacore.com>
613
614 * gdb.texinfo (Set Catchpoints): Add documentation for new
615 "catch handlers" action.
616
617 2017-12-27 Stafford Horne <shorne@gmail.com>
618
619 * gdb.texinfo (Target Description Format): Explain that arbitrary
620 strings are now allowed for register groups.
621
622 2017-12-27 Stafford Horne <shorne@gmail.com>
623
624 * gdb.texinfo (Registers): Document info reg $reggroup feature.
625
626 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
627
628 PR cli/16224
629 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
630
631 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
632
633 * python.texi (Manipulating breakpoints using Python): Document
634 qualified parameter to gdb.Breakpoint.
635
636 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
637
638 * python.texi (Manipulating breakpoints using Python): Split doc
639 of Breakpoint.__init__ in two, split text in multiple
640 paragraphs, don't nest parameter square brackets.
641
642 2017-12-12 Stafford Horne <shorne@gmail.com>
643 Stefan Wallentowitz <stefan@wallentowitz.de>
644 Franck Jullien <franck.jullien@gmail.com>
645 Jeremy Bennett <jeremy.bennett@embecosm.com>
646
647 * gdb.texinfo: Add OpenRISC documentation.
648
649 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
650
651 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
652
653 2017-12-07 Keith Seitz <keiths@redhat.com>
654
655 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
656 and "show print type nested-type-limit".
657
658 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
659
660 * python.texi (Breakpoints In Python): Add text relating
661 to allowed explicit locations and keywords in gdb.Breakpoints.
662
663 2017-12-04 Tom Tromey <tom@tromey.com>
664
665 * gdb.texinfo (Rust): Update trait object status
666
667 2017-12-01 Andrew Cagney <cagney@redhat.com>
668 Joel Brobecker <brobecker@adacore.com>
669 Sergio Durigan Junior <sergiodj@redhat.com>
670
671 * gdb.texinfo (File Options): Document --readnever.
672 (Commands to Specify Files): Likewise, for 'symbol-file' and
673 'add-symbol-file'.
674
675 2017-11-29 Pedro Alves <palves@redhat.com>
676
677 PR c++/19436
678 * gdb.texinfo (Debugging C Plus Plus): Document setting
679 breakpoints in functions with ABI tags.
680
681 2017-11-29 Pedro Alves <palves@redhat.com>
682
683 * gdb.texinfo (Linespec Locations): Document how "function" is
684 interpreted in C++ and Ada. Document "-qualified".
685 (Explicit Locations): Document how "-function" is interpreted in
686 C++ and Ada. Document "-qualified".
687
688 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
689
690 PR gdb/21945
691 * gdb.texinfo (Search Memory): Update description and example
692 about how to search a string without NULL terminator.
693
694 2017-11-24 Joel Brobecker <brobecker@adacore.com>
695
696 * gdb.texinfo (GDB/MI Ada Exception Information): Document
697 new "exception-message" field.
698
699 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
700
701 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
702
703 2017-11-24 Pedro Alves <palves@redhat.com>
704
705 * gdb.texinfo (Completion): Update need-quoting examples. Remove
706 false claim that GDB inserts quoting automatically.
707 (Symbols): Add anchor.
708
709 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
710
711 * gdb.texinfo (Requirements): Document use of GNU MPFR.
712
713 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
714
715 * python.texi (Basic Python): Add rbreak documentation.
716
717 2017-11-07 Xavier Roirand <roirand@adacore.com>
718 Pedro Alves <palves@redhat.com>
719
720 * gdb.texinfo (Set Breaks): Document support for breakpoint
721 location ranges in the enable/disable commands.
722
723 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
724
725 * gdb.texinfo (Starting your Program) <The working directory.>:
726 Mention remote debugging.
727 (Working Directory) <Your Program's Working Directory>:
728 Likewise.
729 (Connecting) <Remote Packet>: Add "set-working-dir"
730 and "QSetWorkingDir" to the table.
731 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
732 packet.
733
734 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
735
736 * gdb.texinfo (Starting your Program) <The working directory.>:
737 Mention new "set cwd" command.
738 (Working Directory) <Your Program's Working Directory>:
739 Rephrase to explain that "set cwd" exists and is the default
740 way to change the inferior's cwd.
741
742 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
743
744 * gdb.texinfo (S/390 and System z Features): Document the new
745 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
746
747 2017-09-21 Kevin Buettner <kevinb@redhat.com>
748
749 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
750 attribute.
751
752 2017-09-21 Kevin Buettner <kevinb@redhat.com>
753
754 * python.texi (Inferiors In Python): Add description for method
755 Inferior.thread_from_thread_handle.
756
757 2017-09-19 John Baldwin <jhb@FreeBSD.org>
758
759 * gdb.texinfo (Starting your Program): Add description of
760 starti command. Mention starti command as an alternative for
761 debugging the elaboration phase.
762
763 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
764
765 * gdb.texinfo (Maintenance Commands): Document filter parameter
766 of "maint selftest". Document "maint info selftests" command.
767
768 2017-09-11 Tom Tromey <tom@tromey.com>
769
770 * python.texi (Events In Python): Document new events.
771
772 2017-09-04 Pedro Alves <palves@redhat.com>
773
774 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
775 no-debug-info variables.
776 (Symbols) <Examining the Symbol Table>: Document inspecting
777 no-debug-info types.
778 (Calling) <Calling functions with no debug info>: New subsection,
779 documenting calling no-debug-info functions.
780 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
781
782 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
783
784 * gdb.texinfo (set environment): Add @anchor. Explain that
785 environment variables set by the user are sent to GDBserver.
786 (unset environment): Likewise, but for unsetting variables.
787 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
788 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
789 "environment-reset" and "QEnvironmentReset" to the table.
790 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
791 QEnvironmentReset>: New item, explaining the packet.
792
793 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
796 "Compiler search for the compile command" descriptions of set
797 compile-gcc and show compile-gcc.
798
799 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
800
801 * gdb.texinfo (Architectures): Add new Sparc64 section to document
802 ADI support.
803 * NEWS: Add "adi examine" and "adi assign" commands.
804
805 2017-08-18 Yao Qi <yao.qi@linaro.org>
806
807 * gdb.texinfo (Server): Document "--selftest".
808
809 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
810
811 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
812 Single-Key mode.
813
814 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
815
816 PR gdb/21925
817 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
818 set...").
819
820 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
821
822 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
823 conditional expression.
824
825 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
826
827 * agentexpr.texi (rot): Fix symbolic description, improve
828 textual description.
829
830 2017-07-26 Yao Qi <yao.qi@linaro.org>
831
832 * gdb.texinfo (Maintenance Commands): Document command
833 "maint check xml-descriptions".
834
835 2017-07-26 Yao Qi <yao.qi@linaro.org>
836
837 * gdb.texinfo (Maintenance Commands): Document optional
838 argument of "maint print c-tdesc".
839
840 2017-07-18 Yao Qi <yao.qi@linaro.org>
841
842 * gdb.texinfo (Maintenance Commands): Improve the doc to
843 command "maint print c-tdesc".
844
845 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
846
847 PR gdb/21606
848 * python.texi (Python representation of Symbols.): Replace
849 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
850 * guile.texi (Guile representation of Symbols.): Likewise.
851
852 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
853
854 * gdb.texinfo (Optional Messages about Internal Happenings):
855 Document {set,show} debug separate-debug-file commands.
856
857 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
858
859 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
860 (Connecting) <Remote Packet>: Add "startup-with-shell"
861 and "QStartupWithShell" to the table.
862 (Remote Protocol) <QStartupWithShell>: New item, explaining the
863 packet.
864
865 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
868
869 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
870
871 * python.texi (Recording in Python): Factor out the documentation of
872 gdb.RecordInstruction's super class.
873
874 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
875
876 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
877 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
878 prev and next.
879
880 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
881
882 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
883 gdb.RecordInstruction
884
885 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
886
887 * python.texi (Recording in Python): Add documentation for
888 gdb.RecordGap and remove documentation of special cases for
889 gdb.BtraceInstruction.
890
891 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
892
893 * python.texi (Recording in Python): Remove Record.ptid defvar.
894
895 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
896
897 * gdb.texinfo (GDB/MI Thread Information): Add missing
898 fields, re-word some things.
899 (GDB/MI Thread Commands): Describe fields found in the output of
900 -thread-info, remove description of fields in the
901 thread output tuple, replace with a cross-reference to "GDB/MI
902 Thread Information".
903
904 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
905
906 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
907 from -thread-info output.
908
909 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
910
911 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
912
913 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
914
915 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
916
917 2017-03-22 Yao Qi <yao.qi@linaro.org>
918
919 * python.texi (Inferiors In Python): Remove @code from Python.
920
921 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
922
923 * python.texi (Recordings In Python): Document return type of
924 gdb.BtraceInstruction.data.
925
926 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
927
928 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
929 command file-list-shared-libraries
930 (GDB/MI Async Records): Update documentation of library-loaded with new
931 field.
932
933 2017-03-16 Doug Evans <dje@google.com>
934
935 * guile.texi (Lazy Strings In Guile): Mention arrays.
936 * python.texi (Lazy Strings In Python): Ditto.
937
938 2017-03-08 Jiong Wang <jiong.wang@arm.com>
939
940 * gdb.texinfo (Memory Protection Extensions): Add missing escape
941 character "@".
942
943 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
944
945 * Memory Protection Extensions: Add information about inferior
946 calls.
947
948 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
949
950 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
951 DW_TAG_GNU_* and DW_AT_GNU_*.
952
953 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
954
955 * python.texi (Recordings In Python): New section.
956
957 2017-02-14 Tom Tromey <tom@tromey.com>
958
959 PR python/13598:
960 * python.texi (Events In Python): Document events.before_prompt.
961
962 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
963
964 * gdb.texinfo (Target Commands): Document the optional offset
965 argument for the load command.
966
967 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
968
969 PR gdb/21122
970 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
971 space-separated breakpoint lists. Also add a missing @table command
972 and @cindex for breakpoint lists.
973
974 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
975
976 PR tdep/20936
977 * gdb.texinfo: (Standard Target Features): Document SPARC features.
978 (Sparc Features): New node.
979
980 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
981
982 * gdb.texinfo (i386 Features): Add system segment registers
983 as feature.
984
985 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
986
987 * python.texi (Events In Python): Fix typo.
988
989 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
990 Luis Machado <lgustavo@codesourcery.com>
991
992 * gdb.texinfo (-target-flash-erase): New MI command description.
993 (flash-erase): New CLI command description.
994
995 2017-01-04 John Baldwin <jhb@FreeBSD.org>
996
997 * gdb.texinfo (Contributors): Add SRI International and University
998 of Cambridge for FreeBSD/mips.
999
1000 2016-12-22 Doug Evans <xdje42@gmail.com>
1001
1002 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
1003 commands.
1004
1005 2016-12-02 Pedro Alves <palves@redhat.com>
1006
1007 * gdb.texinfo (User-defined Commands): Limit on number of
1008 arguments passed to user-defined commands removed; update.
1009
1010 2016-12-02 Pedro Alves <palves@redhat.com>
1011
1012 PR cli/20559
1013 * gdb.texinfo (Define): Add example of using "eval" to process a
1014 variable number of arguments.
1015 (Output) <eval>: Add anchor.
1016
1017 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1018
1019 * Makefile.in: Likewise.
1020
1021 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1022
1023 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
1024 xref.
1025
1026 2016-10-29 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.texinfo (Packets) <vCont>: Remove mention of default
1029 actions.
1030
1031 2016-10-26 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.texinfo (Packets): Clarify vCont packets with multiple
1034 actions that match a thread, and what happens when an action
1035 matches a thread that is already running.
1036
1037 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1038
1039 * gdb.texinfo (Using Trace Files): Fix typo.
1040 (GDB/MI Tracepoint Commands): Likewise.
1041
1042 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
1043
1044 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1045 of -trace-save.
1046
1047 2016-10-06 Tom Tromey <tom@tromey.com>
1048
1049 * guile.texi (Types In Guile): Remove Java mentions.
1050 * python.texi (Types In Python): Remove Java mentions.
1051 * gdb.texinfo (Address Locations, Supported Languages)
1052 (Index Section Format): Remove Java mentions.
1053
1054 2016-08-15 Doug Evans <dje@google.com>
1055
1056 * gdb.texinfo (Target Description Format): Update docs on "end"
1057 field spec and field default type.
1058
1059 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
1060 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
1061
1062 PR gdb/20487
1063 * gdb.texinfo (Context management): Update mention of frame
1064 change notifications.
1065 (gdb/mi Async Records): Document frame field in
1066 =thread-select event.
1067 * observer.texi (GDB Observers): New user_selected_context_changed
1068 observer.
1069
1070 2016-09-28 Tom Tromey <tom@tromey.com>
1071
1072 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1073 than "memory breakpoint". Further document "kind". Move
1074 protocol-details link earlier.
1075 <z1>: Document the cmd_list argument. Fix typo.
1076 <g>: Remove incorrect sentence.
1077 (Stop Reply Packets): Document "OK" response to requests when in
1078 non-stop mode.
1079 <swbreak>: Use "software breakpoint" rather than "memory
1080 breakpoint".
1081 <create>: Document that "R" is ignored.
1082 <W, X, w>: Document formatting of "AA".
1083 (Notification Packets): Use "%Stop", not "%%Stop".
1084
1085 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
1086
1087 * gdb.texinfo (Embedded Processors): Document ARC.
1088 (Synopsys ARC): New section.
1089 (Standard Target Features): Document ARC features.
1090 (ARC Features): New section.
1091
1092 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 * .gitignore: New file.
1095
1096 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * gdb.texinfo (Input/Output): Mention possibility to unset
1099 inferior-tty.
1100
1101 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1102
1103 * gdb.texinfo: Resume btrace on reconnect.
1104
1105 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1106
1107 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1108 syscall.
1109
1110 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1111
1112 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1113 command.
1114
1115 2016-07-13 Tom Tromey <tom@tromey.com>
1116
1117 PR python/15620, PR python/18620:
1118 * python.texi (Events In Python): Document new breakpoint events.
1119
1120 2016-07-13 Tom Tromey <tom@tromey.com>
1121
1122 PR python/17698:
1123 * python.texi (Breakpoints In Python): Document
1124 Breakpoint.pending.
1125
1126 2016-07-13 Tom Tromey <tom@tromey.com>
1127
1128 * python.texi (Breakpoints In Python): Move table of types and
1129 table of watchpoint types earlier in node.
1130
1131 2016-07-12 Tom Tromey <tom@tromey.com>
1132
1133 PR python/19293:
1134 * python.texi (Frames In Python): Document
1135 gdb.invalidate_cached_frames.
1136
1137 2016-06-21 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1140 document new-ui and explain use case.
1141
1142 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1143
1144 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1145 (NDS32 Features): New Section.
1146
1147 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1148
1149 * gdb.texinfo (Examining Memory): Document negative repeat
1150 count in the 'x' command.
1151
1152 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1153
1154 * gdb.texinfo (GDB/MI Async Records): Document method and
1155 format fields in =record-started.
1156 * observer.texi (record_changed): Add method and format
1157 parameters.
1158
1159 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1160
1161 * gdb.texinfo (General Query Packets): Move the description of the
1162 response before the long list of the specific 'read' and 'write'
1163 requests.
1164
1165 2016-05-23 Tom Tromey <tom@tromey.com>
1166
1167 * python.texi (Basic Python): Document gdb.breakpoints return.
1168
1169 2016-05-24 Tom Tromey <tom@tromey.com>
1170
1171 PR gdb/19194:
1172 * gdb.texinfo (gdb man): Fix typo.
1173
1174 2016-05-17 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1177 (Rust): New node.
1178
1179 2016-05-17 Tom Tromey <tom@tromey.com>
1180
1181 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1182
1183 2016-04-27 Yao Qi <yao.qi@linaro.org>
1184
1185 * gdb.texinfo (tfind): Complete doc about tfind without
1186 argument.
1187
1188 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1189
1190 * agentexpr.texi (byte): Fix zero_ext description.
1191
1192 2016-03-31 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.texinfo (M32R/SDI): Delete node.
1195 (MIPS Embedded): Remove references to the MIPS remote debugging
1196 protocol, PMON and variants, and the associated commands.
1197
1198 2016-03-15 Doug Evans <dje@google.com>
1199
1200 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1201 (Target Description Format): Mention enum types. Update docs on
1202 flags types.
1203 (Predefined Target Types): Add "bool".
1204 (Enum Target Types): New node.
1205
1206 2016-03-15 Pedro Alves <palves@redhat.com>
1207
1208 * gdb.texinfo (Tracepoint Actions): Fix typo.
1209
1210 2016-03-15 Pedro Alves <palves@redhat.com>
1211 Andreas Arnez <arnez@linux.vnet.ibm.com>
1212 Marcin Kościelnicki <koriakin@0x04.net>
1213
1214 * gdb.texinfo (Tracepoint Actions): Document possible
1215 unreliability of '$_ret'.
1216
1217 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1220 command.
1221
1222 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1223
1224 * gdb.texinfo (Convenience Functions): Document $_as_string.
1225
1226 2016-02-23 Doug Evans <dje@google.com>
1227
1228 * gdb.texinfo (Skipping Over Functions and Files): Document new
1229 options to "skip" command. Update docs of output of "info skip".
1230
1231 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1232
1233 * gdb.texinfo (Signals): Add bound violation display hints for
1234 a SIGSEGV.
1235
1236 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1237
1238 * gdb.texinfo (Trace File Format): Add documentation for description
1239 section lines.
1240
1241 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1242
1243 * gdb.texinfo (Trace File Format): Remove misleading information
1244 about register block ordering.
1245
1246 2016-02-01 Doug Evans <dje@google.com>
1247
1248 * gdb.texinfo (Value Sizes): Fix typo.
1249
1250 2016-02-01 Doug Evans <dje@google.com>
1251
1252 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1253
1254 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.texinfo (Value Sizes): New section.
1257 (Data): Add the 'Value Sizes' node to the menu.
1258
1259 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1260
1261 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1262
1263 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1264
1265 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1266
1267 2016-01-18 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1270 of the thread that hit a breakpoint or received a signal.
1271
1272 2016-01-15 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1275
1276 2016-01-13 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.texinfo (Threads): Document the $_gthread convenience
1279 variable.
1280 (Convenience Vars): Likewise.
1281
1282 2016-01-13 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.texinfo (Threads): Document "info threads -gid".
1285
1286 2016-01-13 Pedro Alves <palves@redhat.com>
1287
1288 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1289 anchor.
1290 (Threads In Python): Document new InferiorThread.global_num
1291 attribute.
1292
1293 2016-01-07 Pedro Alves <palves@redhat.com>
1294
1295 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1296 qualified thread IDs, global thread IDs and thread ID lists.
1297 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1298 thread IDs.
1299 (Convenience Vars): Document the $_thread convenience variable.
1300 (Ada Tasks): Adjust to refer to thread IDs.
1301 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1302 Commands, GDB/MI Variable Objects): Update to mention global
1303 thread IDs.
1304 * guile.texi (Breakpoints In Guile)
1305 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1306 global thread IDs instead of thread IDs.
1307 * python.texi (Threads In Python): Adjust documentation of
1308 InferiorThread.num.
1309 (Breakpoint.thread): Mention global thread IDs instead of thread
1310 IDs.
1311
1312 2016-01-13 Pedro Alves <palves@redhat.com>
1313
1314 * python.texi (Threads In Python): Document
1315 InferiorThread.inferior.
1316
1317 2016-01-13 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1320 convenience variable.
1321 (Convenience Vars): Likewise.
1322
1323 2016-01-12 Josh Stone <jistone@redhat.com>
1324 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1325
1326 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1327 (Stop Reply Packets): List the syscall entry and return stop reasons.
1328 (General Query Packets): Describe QCatchSyscalls, and add it to the
1329 table and the detailed list of stub features.
1330
1331 2016-01-12 Pedro Alves <palves@redhat.com>
1332
1333 Remove use of the registered trademark symbol throughout.
1334
1335 2016-01-12 Yao Qi <yao.qi@linaro.org>
1336
1337 * gdb.texinfo (Interrupts): Update the document on handling
1338 interrupt when program is stopped.
1339
1340 2015-12-11 Don Breazeal <donb@codesourcery.com>
1341
1342 * gdb.texinfo (Forks): Correct Linux kernel version where
1343 fork and exec events are supported, add notes about support
1344 of these events in target remote mode.
1345 (Connecting): Reorganize and clarify distinctions between
1346 target remote, extended-remote, and multiprocess.
1347 Reorganize related text from separate sections into new
1348 sections.
1349 (Server): Note effects of target extended-remote mode.
1350 Delete section on Multi-Process Mode for gdbserver.
1351 Move some text to "Connecting" node.
1352
1353 2015-12-10 Pedro Alves <palves@redhat.com>
1354
1355 * gdb.texinfo (Threads): Replace warning with explanation
1356 about single-threaded programs.
1357
1358 2015-12-10 Pedro Alves <palves@redhat.com>
1359
1360 * gdb.texinfo (Threads): Remove mention of SGI.
1361 (Forks): Remove mention of HP-UX.
1362 (Breakpoints): Remove mention of HP-UX.
1363 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1364 Reword in terms of architectures.
1365 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1366 mention supported systems.
1367 (Convenience Vars): Don't mention HP-UX.
1368 (Jumping): Remove mention of HP-UX in comment.
1369 (Files) <shared libraries>: Update supported shared library types
1370 list. Remove mention of HP-UX.
1371 (Native): Remove HP-UX subsection.
1372 (SVR4 Process Information): Remove mention of HP-UX.
1373
1374 2015-12-10 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.texinfo (Stack): Reorder menu.
1377
1378 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1379
1380 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1381 -var-set-format's new zero-hexadecimal format.
1382
1383 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1384
1385 * gdb.texinfo (Ada Mode Into): Move overloading support
1386 description to its own node.
1387 (Overloading support for Ada): New node.
1388
1389 2015-11-30 Pedro Alves <palves@redhat.com>
1390
1391 PR 14618
1392 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1393 (Remote Configuration): Add the "set/show remote
1394 no-resumed-stop-reply" to the available settings table.
1395 (General Query Packets): Document the "no-resumed" qSupported
1396 feature.
1397
1398 2015-11-30 Pedro Alves <palves@redhat.com>
1399
1400 * gdb.texinfo (Remote Configuration): List "set/show remote
1401 thread-events" command in configuration table.
1402 (Stop Reply Packets): Document "T05 create" stop
1403 reason and 'w' stop reply.
1404 (General Query Packets): Document QThreadEvents packet. Document
1405 QThreadEvents qSupported feature.
1406
1407 2015-11-30 Pedro Alves <palves@redhat.com>
1408
1409 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1410 anchor.
1411 (Packets): Document vCtrlC.
1412
1413 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1414
1415 * gdb.texinfo (Thread List Format): Mention thread names.
1416
1417 2015-11-24 Pedro Alves <palves@redhat.com>
1418
1419 PR 17539
1420 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1421 program-spaces" example to ascending order listing.
1422 (Threads): Adjust "info threads" example to ascending order
1423 listing.
1424 (Forks): Adjust "info inferiors" example to ascending order
1425 listing.
1426
1427 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1428
1429 * gdb.texinfo (Process Record and Replay): Document "record
1430 instruction-history" modifiers.
1431
1432 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1435 description.
1436 (Frame Filter Management): Move to later in the 'Examining the
1437 Stack' chapter.
1438 (Selection): Add entry for 'select-frame'.
1439
1440 2015-09-25 Doug Evans <dje@google.com>
1441
1442 * gdb.texinfo (Process Record and Replay): Fix syntax of
1443 "record instruction-history begin, end" and
1444 "record function-call-history begin, end".
1445
1446 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1447
1448 * gdb.texinfo (Specifying Source Directories): Fix
1449 substitute-path example.
1450
1451 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1452
1453 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1454
1455 2015-09-15 Pedro Alves <palves@redhat.com>
1456
1457 PR remote/18965
1458 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1459 the vforkdone description.
1460
1461 2015-09-15 Pedro Alves <palves@redhat.com>
1462
1463 PR remote/18965
1464 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1465 part indicates the thread ID of the parent process.
1466
1467 2015-09-15 Yao Qi <yao.qi@linaro.org>
1468
1469 * gdb.texinfo (General Query Packets): Add vContSupported to
1470 tables of 'gdbfeatures' and 'stub features' supported in the
1471 qSupported packet, as well as to the list containing stub
1472 feature details.
1473
1474 2015-09-11 Don Breazeal <donb@codesourcery.com>
1475
1476 * gdb.texinfo (Remote Configuration): Add exec event
1477 feature to table of packet settings.
1478 (Stop Reply Packets): Add exec events to the list of stop
1479 reasons.
1480 (General Query Packets): Add exec events to tables of
1481 'gdbfeatures' and 'stub features' supported in the qSupported
1482 packet, as well as to the list containing stub feature
1483 details.
1484
1485 2015-08-24 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.texinfo (Remote Configuration): Document the "set/show
1488 remote multiprocess-extensions-packet" commands.
1489
1490 2015-08-24 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1493 <M32R>: Remove references to M32R/D.
1494 <M68K>: Remove references to target dbug.
1495 <MIPS Embedded>: Remove references to target r3900 and target
1496 array.
1497 <PowerPC Embedded>: Remove references to target dink32 and target
1498 ppcbug, target sds
1499 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1500
1501 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1504
1505 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1508
1509 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1512 info bfds" to...
1513 (File Caching): A New section. Outline bfd caching, and add new
1514 description for "main set/show bfd-sharing".
1515
1516 2015-08-14 Doug Evans <xdje42@gmail.com>
1517
1518 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1519 disassembly.
1520 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1521
1522 2015-08-11 Keith Seitz <keiths@redhat.com>
1523
1524 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1525 Use "location(s)"instead of "linespec(s)".
1526 (Specifying a Location): Rewrite.
1527 Add subsections describing linespec, address, and explicit locations.
1528 Add node/menu for each subsection.
1529 (Source and Machine Code, C Preprocessor Macros)
1530 (Create and Delete Trace points)
1531 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1532 (Continuing at a Different Address): Remove "linespec" examples.
1533 Add reference to "Specify a Location"
1534 (The -break-insert Command): Rewrite. Add anchor.
1535 Add reference to appropriate manual section discussing locations.
1536 (The -dprintf-insert Command): Refer to -break-insert for
1537 specification of 'location'.
1538
1539 2015-08-07 Pedro Alves <palves@redhat.com>
1540
1541 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1542 target-non-stop".
1543
1544 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1545
1546 * gdb.texinfo (Process Record and Replay): Document prefixing of
1547 speculatively executed instructions in the "record instruction-history"
1548 command.
1549
1550 2015-07-20 Doug Evans <dje@google.com>
1551
1552 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1553
1554 2015-07-16 Doug Evans <dje@google.com>
1555
1556 * stabs.texinfo: @include gdb-cfg.texi.
1557
1558 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1559
1560 Revert the previous 2 commits:
1561 gdbserver build-id attribute generator
1562 Validate symbol file using build-id
1563
1564 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1565
1566 * gdb.texinfo (Files): Add 'set validate-build-id'
1567 and 'show validate-build-id'.
1568
1569 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1570 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 gdbserver build-id attribute generator.
1573 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1574 'build-id' in description, example, new attribute in dtd.
1575
1576 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * gdb.texinfo (Selection): Update documentation for 'frame'
1579 command.
1580
1581 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1582
1583 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1584 commands.
1585
1586 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1587
1588 * gdb.texinfo (Process Record and Replay): Spell out that variables
1589 and registers are not available during btrace replay.
1590 Describe the new "record btrace pt" command.
1591 Describe the new "set|show record btrace pt buffer-size" options.
1592 (General Query Packets): Describe the new Qbtrace:pt and
1593 Qbtrace-conf:pt:size packets.
1594 Expand "bts" to "Branch Trace Store".
1595 Update the branch trace DTD.
1596
1597 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1598
1599 * gdb.texinfo (Command History): Document the new option
1600 "history remove-duplicates".
1601
1602 2015-06-19 Doug Evans <dje@google.com>
1603
1604 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1605 longer supported.
1606
1607 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1608
1609 * gdb.texinfo (Command History): Mention that setting
1610 GDBHISTSIZE to the empty string disables history truncation.
1611
1612 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1613
1614 PR gdb/16999
1615 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1616 behavior.
1617
1618 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1619
1620 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1621 with GDBHISTSIZE.
1622
1623 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1624
1625 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1626 bytes and memory units for -data-{read,write}-memory-bytes.
1627 (Packets): Same for m, M and X packets.
1628 * python.texi (Inferiors In Python): Same for read_memory and
1629 write_memory.
1630
1631 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1632
1633 * gdb.texinfo (Separate Debug Files): Document that PE is also
1634 supported.
1635
1636 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1639 single table entry.
1640
1641 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1642
1643 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1644
1645
1646 2015-06-10 Gary Benson <gbenson@redhat.com>
1647
1648 * gdb.texinfo (Remote Configuration): Document the
1649 "set/show remote hostio-setfs-packet" command.
1650 (Host I/O Packets): Document the vFile:setfs packet.
1651
1652 2015-06-10 Gary Benson <gbenson@redhat.com>
1653
1654 * gdb.texinfo (Debugging Output): Document the "set/show debug
1655 linux-namespaces" command.
1656
1657 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1658 Mircea Gherzan <mircea.gherzan@intel.com>
1659
1660 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1661 and "set mpx bound".
1662
1663 2015-05-27 Doug Evans <dje@google.com>
1664
1665 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1666
1667 2015-05-26 Doug Evans <dje@google.com>
1668
1669 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1670 command renamings.
1671 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1672
1673 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1676
1677 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1678
1679 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1680 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1681
1682 2015-05-16 Doug Evans <xdje42@gmail.com>
1683
1684 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1685 memory ports.
1686
1687 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1690
1691 2015-05-12 Don Breazeal <donb@codesourcery.com>
1692
1693 * gdb.texinfo (Forks): Note that fork debugging is
1694 supported in extended mode.
1695 (Remote Configuration): Add fork event features to table
1696 of packet settings.
1697 (Stop Reply Packets): Add fork events to list of stop reasons.
1698 (General Query Packets): Add fork events to tables of
1699 'gdbfeatures' and 'stub features' supported in the qSupported
1700 packet, as well as to the list containing stub feature
1701 details.
1702
1703 2015-05-12 Gary Benson <gbenson@redhat.com>
1704
1705 * gdb.texinfo (General Query Packets): Document
1706 qXfer:exec-file:read with empty annex.
1707
1708 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1709
1710 * python.texi (Values From Inferior): Add descriptions of new
1711 methods gdb.Value.reference_value and gdb.Value.const_value.
1712
1713 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.texinfo (Files): Add "info dll" documentation.
1716 (Cygwin Native): Remove "info dll" documentation.
1717
1718 2015-04-29 Doug Evans <dje@google.com>
1719
1720 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1721 Document.
1722 (Writing an Xmethod): Add get_result_type to example.
1723
1724 2015-04-28 Sasha Smundak <asmundak@google.com>
1725
1726 * python.texi: New method documented.
1727
1728 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1731 format.
1732
1733 2015-04-24 Doug Evans <dje@google.com>
1734
1735 * python.texi (Xmethods In Python): Fix name of method to call the
1736 xmethod.
1737
1738 2015-04-17 Gary Benson <gbenson@redhat.com>
1739
1740 * gdb.texinfo (Connecting to a Remote Target): Mention that
1741 GDB can access program files from remote targets that support
1742 qXfer:exec-file:read and Host I/O packets.
1743
1744 2015-04-17 Gary Benson <gbenson@redhat.com>
1745
1746 * gdb.texinfo (Remote Configuration): Document the "set/show
1747 remote pid-to-exec-file-packet" command.
1748 (General Query Packets): Document the qXfer:exec-file:read
1749 qSupported features. Document the qXfer:exec-file:read packet.
1750
1751 2015-04-17 Gary Benson <gbenson@redhat.com>
1752
1753 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1754 applies to executable paths if supplied to GDB as absolute.
1755
1756 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1757
1758 * gdb.texinfo (Mode Options): Remove -xdb.
1759
1760 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1761 Eli Zaretskii <eliz@gnu.org>
1762
1763 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1764 compile, show debug compile. New subsection Compilation options for
1765 the compile command. New subsection Compiler search for the compile
1766 command.
1767
1768 2015-04-09 Andy Wingo <wingo@igalia.com>
1769
1770 * guile.texi (Frames In Guile): Describe frame-read-register.
1771
1772 2015-04-02 Gary Benson <gbenson@redhat.com>
1773
1774 * gdb.texinfo (set sysroot): Document "target:".
1775
1776 2015-04-01 Sasha Smundak <asmundak@google.com>
1777
1778 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1779 section.
1780
1781 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1782
1783 PR corefiles/16092
1784 * gdb.texinfo (gcore): Mention new command 'set
1785 use-coredump-filter'.
1786 (set use-coredump-filter): Document new command.
1787
1788 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1789
1790 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1791 documentation, reorder the info os entries in alphabetical order.
1792
1793 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1794
1795 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1796 -data-write-memory-bytes.
1797
1798 2015-03-24 Pedro Alves <palves@redhat.com>
1799
1800 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1801 mention that threads may sometimes run unlocked.
1802
1803 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1804
1805 * gdb.texinfo (Remote configuration): Document "set/show
1806 serial parity" command.
1807
1808 2015-03-18 Gary Benson <gbenson@redhat.com>
1809
1810 * gdb.texinfo (General Query Packets): Remove documentation
1811 for now-removed vFile:fstat qSupported features.
1812
1813 2015-03-11 Gary Benson <gbenson@redhat.com>
1814
1815 * gdb.texinfo (Remote Configuration): Document the
1816 "set/show remote hostio-fstat-packet" command.
1817 (General Query Packets): Document the vFile:fstat
1818 qSupported features.
1819 (Host I/O Packets): Document the vFile:fstat packet.
1820
1821 2015-03-11 Andy Wingo <wingo@igalia.com>
1822
1823 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1824
1825 2015-03-04 Pedro Alves <palves@redhat.com>
1826
1827 * gdb.texinfo (Remote Configuration): Document the "set/show
1828 remote swbreak-feature-packet" and "set/show remote
1829 hwbreak-feature-packet" commands.
1830 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1831 decription.
1832 (Stop Reply Packets): Document the swbreak and hwbreak stop
1833 reasons.
1834 (General Query Packets): Document the swbreak and hwbreak
1835 qSupported features.
1836 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1837
1838 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1839
1840 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1841 under *stopped.
1842
1843 2015-03-02 Doug Evans <xdje42@gmail.com>
1844
1845 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1846
1847 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1848
1849 * gdb.texinfo (S/390 and System z Features): Describe new feature
1850 "org.gnu.gdb.s390.vx".
1851
1852 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1853
1854 PR gdb/18008
1855 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1856 demangler-warning): Fix typo ("problam").
1857
1858 2015-02-19 David Taylor <dtaylor@emc.com>
1859
1860 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1861
1862 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1863
1864 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1865 point, DTrace'.
1866 (Static Probe Points): Modified to cover DTrace probes in addition
1867 to SystemTap probes. Also modified to cover the `enable probe'
1868 and `disable probe' commands.
1869
1870 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1871
1872 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1873 `disable probe' commands.
1874
1875 2015-02-12 David Taylor <dtaylor@emc.com>
1876
1877 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1878 fields of the QTDV packet.
1879
1880 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1881
1882 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1883 (Process Record and Replay): Describe new set|show commands.
1884 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1885
1886 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1887
1888 * gdb.texinfo (Process Record and Replay): Describe the "record
1889 btrace bts" command.
1890 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1891 (Branch Trace Configuration Format): New.
1892
1893 2015-01-31 Gary Benson <gbenson@redhat.com>
1894 Doug Evans <dje@google.com>
1895
1896 * gdb.texinfo (Command Completion): Document new
1897 "set/show max-completions" option.
1898
1899 2015-01-31 Doug Evans <xdje42@gmail.com>
1900
1901 * gdb.texinfo (Symbols): Document new commands
1902 "maint print symbol-cache", "maint print symbol-cache-statistics",
1903 "maint flush-symbol-cache". Document new option
1904 "maint set symbol-cache-size".
1905
1906 2015-01-31 Doug Evans <xdje42@gmail.com>
1907
1908 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1909 distinguish script files vs inlined scripts.
1910 * python.texi (Python Auto-loading): Ditto.
1911
1912 2015-01-30 Doug Evans <dje@google.com>
1913
1914 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1915 string if present.
1916
1917 2015-01-27 Doug Evans <dje@google.com>
1918
1919 * python.texi (Objfiles In Python): Document Objfile.username.
1920
1921 2015-01-27 Doug Evans <dje@google.com>
1922
1923 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1924 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1925
1926 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1927
1928 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1929
1930 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1931
1932 * doc/gdb.texinfo (TUI Commands): Document the possible
1933 values of NAME argument to 'winheight' command. Explain the
1934 effect of 'tabset' setting better.
1935
1936 2015-01-11 Doug Evans <xdje42@gmail.com>
1937
1938 PR gdb/15830
1939 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1940 (Symbols): Ditto.
1941 (Maintenance Commands): Delete docs for "maint demangle".
1942
1943 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1944
1945 * gdb.texinfo (Files): Remove documentation of the
1946 "add-shared-symbol-files" and "assf" commands.
1947 (Cygwin Native): Remove documentation of the "dll-symbols"
1948 command.
1949
1950 2014-12-17 Doug Evans <xdje42@gmail.com>
1951
1952 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1953
1954 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1955 Jan Kratochvil <jan.kratochvil@redhat.com>
1956
1957 * gdb.texinfo (Altering): Update.
1958 (Compiling and Injecting Code): New node.
1959
1960 2014-12-12 Doug Evans <dje@google.com>
1961
1962 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1963
1964 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1965
1966 * gdb.texinfo: Document "maint print user-registers".
1967
1968 2014-12-08 Doug Evans <dje@google.com>
1969
1970 * python.texi (Objfiles In Python): Document Objfile.owner.
1971
1972 2014-12-04 Doug Evans <dje@google.com>
1973
1974 * python.texi (Objfiles In Python): Document
1975 Objfile.add_separate_debug_file.
1976
1977 2014-12-04 Doug Evans <dje@google.com>
1978
1979 * python.texi (Objfiles In Python): Document Objfile.build_id.
1980
1981 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1982
1983 * python.texi (Events In Python): Document new events
1984 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1985 and RegisterChangedEvent.
1986
1987 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 Add add-auto-load-scripts-directory.
1990 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1991 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1992
1993 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1994
1995 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1996 description typo.
1997
1998 2014-10-30 Doug Evans <dje@google.com>
1999
2000 * python.texi (Progspaces In Python): Document ability to add
2001 random attributes to gdb.Progspace objects.
2002 (Objfiles In Python): Document ability to add random attributes to
2003 gdb.objfile objects.
2004
2005 2014-10-27 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.texinfo (Continuing and Stepping): Add cross reference to
2008 info on stepping and signal handlers.
2009 (Signals): Explain stepping and signal handlers. Add context
2010 index entry, and cross references.
2011
2012 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
2013
2014 * python.texi (Breakpoints In Python): Add parenthesis after
2015 Breakpoint.delete. Clarify Breakpoint.enabled description so
2016 that it contains "disable".
2017
2018 2014-10-17 Doug Evans <dje@google.com>
2019
2020 * python.texi (Events In Python): Document clear_objfiles event.
2021
2022 2014-10-17 Doug Evans <dje@google.com>
2023
2024 * python.texi (Objfiles In Python): Document new progspace attribute.
2025
2026 2014-10-17 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
2029 (SVR4 Process Information): Delete mention of OSF/1.
2030
2031 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2032
2033 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2034 exit-code field in -list-thread-groups output.
2035
2036 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2037
2038 * gdb.texinfo (Set Breaks): Add missing "@end table".
2039
2040 2014-09-22 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.texinfo (Set Breaks): Document that "set breakpoint
2043 always-inserted off" is the default mode now. Delete
2044 documentation of "set breakpoint always-inserted auto".
2045
2046 2014-09-18 Doug Evans <dje@google.com>
2047
2048 * python.texi (Symbol Tables In Python): Document "producer"
2049 attribute of gdb.Symtab objects.
2050
2051 2014-09-16 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2054 (Embedded OS): Remove VxWorks menu entry.
2055 (VxWorks): Remove node.
2056
2057 2014-09-13 Doug Evans <xdje42@gmail.com>
2058
2059 * gdb.texinfo (Signaling): Document new queue-signal command.
2060
2061 2014-09-06 Doug Evans <xdje42@gmail.com>
2062
2063 PR 15276
2064 * gdb.texinfo (Convenience Funs): Document $_caller_is,
2065 $_caller_matches, $_any_caller_is, $_any_caller_matches.
2066
2067 2014-09-03 Justin Lebar <jlebar@google.com>
2068
2069 * python.texi (Types In Python): Type.template_argument(n) returns a
2070 gdb.Value or a gdb.Type and throws an exception if n is out of
2071 range.
2072
2073 2014-09-03 Sasha Smundak <asmundak@google.com>
2074
2075 * python.texi (Frames in Python): Add read_register description.
2076
2077 2014-08-04 Tom Tromey <tromey@redhat.com>
2078
2079 * gdb.texinfo (Debugging Output): Update for change to "set debug
2080 target".
2081
2082 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
2083
2084 Pushed by Joel Brobecker <brobecker@adacore.com>.
2085 * Makefile.in (transform): New variable.
2086 (install-man1, install-man5): Apply $(transform) to man file names.
2087
2088 2014-07-26 Doug Evans <xdje42@gmail.com>
2089
2090 PR guile/17177
2091 * guile.texi (Guile Pretty Printing API): Fix typo.
2092 Document set-pretty-printers!, pretty-printers.
2093 (Selecting Guile Pretty-Printers): Update.
2094 Mention program-space based pretty-printers.
2095
2096 2014-07-25 Pedro Alves <palves@redhat.com>
2097 Eli Zaretskii <eliz@gnu.org>
2098
2099 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2100 with multi-threaded programs.
2101
2102 2014-06-27 Yao Qi <yao@codesourcery.com>
2103
2104 * gdb.texinfo (Maintenance Commands): Update the output of
2105 'maint print dummy-frames' command.
2106
2107 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2108
2109 * gdb.texinfo (Screen Size): Improve indexing.
2110
2111 2014-06-19 Gary Benson <gbenson@redhat.com>
2112
2113 * gdb.texinfo (Maintenance Commands): Document new
2114 "maint set/show catch-demangler-crashes" option.
2115
2116 2014-06-19 Gary Benson <gbenson@redhat.com>
2117
2118 * gdb.texinfo (Maintenance Commands): Document new
2119 "maint demangler-warning" command and new
2120 "maint set/show demangler-warning" option.
2121
2122 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2123
2124 * python.texi (Xmethod API): Add space before the opening
2125 parenthesis in function descriptions.
2126
2127 2014-06-06 Doug Evans <xdje42@gmail.com>
2128
2129 * guile.texi (Guile Configuration): Document guile-data-directory.
2130
2131 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2132
2133 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2134
2135 2014-06-04 Doug Evans <xdje42@gmail.com>
2136
2137 * guile.texi (Breakpoints In Guile): Update.
2138
2139 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2140
2141 * python.texi (Xmethod API): Fix reference to "Progspaces In
2142 Python".
2143
2144 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2145
2146 * python.texi (Xmethods In Python, XMethod API)
2147 (Writing an Xmethod): New nodes.
2148 (Python API): New menu entries "Xmethods In Python",
2149 "Xmethod API", "Writing an Xmethod".
2150
2151 2014-06-02 Doug Evans <xdje42@gmail.com>
2152
2153 * guile.texi (Guile API): Add entry for Parameters In Guile.
2154 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2155 (Parameters In Guile): New node.
2156
2157 2014-06-02 Doug Evans <xdje42@gmail.com>
2158
2159 * guile.texi (Guile API): Add entry for Commands In Guile.
2160 (Basic Guile) <parse-and-eval>: Add reference.
2161 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2162 (GDB Scheme Data Types): Mention <gdb:command> object.
2163 (Commands In Guile): New node.
2164
2165 2014-06-02 Doug Evans <xdje42@gmail.com>
2166
2167 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2168 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2169 (Progspaces In Guile): New node.
2170
2171 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2172
2173 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2174 * python.texi (Frames In Python): Mention
2175 gdb.FRAME_UNWIND_MEMORY_ERROR.
2176
2177 2014-05-29 Pedro Alves <palves@redhat.com>
2178 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2181 from example.
2182 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2183 Mention that target-async is now deprecated.
2184 (Maintenance Commands): Document maint set/show target-async.
2185
2186 2014-05-29 Pedro Alves <palves@redhat.com>
2187
2188 * observer.texi (sync_execution_done, command_error): New
2189 subjects.
2190
2191 2014-05-29 Pedro Alves <palves@redhat.com>
2192
2193 PR gdb/13860
2194 * observer.texi (signal_received, end_stepping_range)
2195 (signal_exited, exited, no_history): New observer subjects.
2196
2197 2014-05-26 Andy Wingo <wingo@igalia.com>
2198
2199 * guile.texi (GDB Scheme Data Types): Remove documentation for
2200 removed interfaces. Update spelling of gdb-object-kind.
2201
2202 2014-05-26 Andy Wingo <wingo@igalia.com>
2203
2204 * guile.texi (Basic Guile): Fix some typos.
2205
2206 2014-05-26 Andy Wingo <wingo@igalia.com>
2207
2208 * guile.texi (Writing a Guile Pretty-Printer)
2209 (Guile Types Module): Fix excess parentheses in use-modules forms.
2210
2211 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2212
2213 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2214 (Breakpoints In Guile, Guile Printing Module)
2215 (Guile Exception Handling, Values From Inferior In Guile)
2216 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2217 Don't use @var at the beginning of a sentence.
2218
2219 * gdb.texinfo (Frame Filter Management, Trace Files)
2220 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2221 (PowerPC Embedded, Define, Annotations for Running)
2222 (IPA Protocol Commands, Packets, General Query Packets)
2223 (Tracepoint Packets, Notification Packets, Environment)
2224 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2225 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2226 (Frames, Backtrace, Selection, Expressions, Registers)
2227 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2228 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2229 (Source Annotations, Using JIT Debug Info Readers, Packets)
2230 (Stop Reply Packets, Host I/O Packets)
2231 (Target Description Format): Don't use @var at the beginning of a
2232 sentence.
2233
2234 * python.texi (Basic Python, Types In Python)
2235 (Commands In Python, Frames In Python, Line Tables In Python)
2236 (Breakpoints In Python, gdb.printing, gdb.types)
2237 (Type Printing API): Don't use @var at the beginning of a
2238 sentence.
2239
2240 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2241
2242 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2243 replay-memory-access".
2244
2245 2014-05-21 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.texinfo (Starting): Document "set/show
2248 auto-connect-native-target".
2249 (Target Commands): Document "target native".
2250
2251 2014-05-20 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2254 not be remote specific. Add cross reference to the qCRC packet.
2255 (Separate Debug Files): Update cross reference to the qCRC packet.
2256 (General Query Packets) <qCRC packet>: Add anchor.
2257
2258 2014-05-17 Doug Evans <xdje42@gmail.com>
2259
2260 Copy over changes from guile.texi.
2261 * python.texi (Basic Python) <gdb.execute>: Add text.
2262 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2263 (Values From Inferior) <Python string>: Add text.
2264 (Values From Inferior) <Value.string>: Clarify string length handling.
2265 (Pretty Printing API): Add cindex.
2266 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2267 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2268 @vindex.
2269 (Commands In Python) <COMPLETE_*>: Similarly.
2270 (Symbols In Python) <SYMBOL_*>: Similarly.
2271 (Breakpoints In Python) <WP_*>: Similarly.
2272 (Breakpoints In Python) <BP_*>: Similarly.
2273
2274 2014-05-17 David Taylor <dtaylor@emc.com>
2275
2276 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2277 mentioned in the qfThreadInfo reply.
2278
2279 2014-05-16 Doug Evans <dje@google.com>
2280
2281 * gdb.texinfo (Mode Options): Add -D.
2282
2283 2014-05-09 Samuel Bronson <naesten@gmail.com>
2284
2285 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2286 "make -C".
2287
2288 2014-04-29 Tom Tromey <tromey@redhat.com>
2289
2290 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2291 "show debug varobj".
2292
2293 2014-05-01 David Taylor <dtaylor@emc.com>
2294
2295 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2296 option.
2297
2298 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2299 Walfred Tedeschi <walfred.tedeschi@intel.com>
2300
2301 * gdb.texinfo (i386 Features): Add description of AVX512
2302 registers.
2303
2304 2014-03-31 Doug Evans <dje@google.com>
2305
2306 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2307
2308 2014-03-30 Doug Evans <dje@google.com>
2309
2310 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2311 (Background Execution): Ditto.
2312
2313 2014-03-21 Pedro Alves <palves@redhat.com>
2314 Stan Shebs <stan@codesourcery.com>
2315 Hui Zhu <hui@codesourcery.com>
2316
2317 * gdb.texinfo (Packets): Add anchor to "? packet".
2318 Remove fixme and update introduction of "k packet".
2319 Add anchor to "vKill packet".
2320
2321 2014-03-12 Stan Shebs <stan@codesourcery.com>
2322
2323 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2324
2325 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2326
2327 * guile.texi (Basic Guile): Document 'history-append!'.
2328
2329 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2330
2331 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2332 and "assf" as being deprecated.
2333 (Cygwin Native): Likewise for "dll-symbols".
2334 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2335 as a way to force the loading of symbols from a DLL.
2336
2337 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2338
2339 * python.texi (Values From Inferior): Add description about the
2340 new feature.
2341
2342 2014-02-17 Doug Evans <xdje42@gmail.com>
2343
2344 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2345 * gdb.texinfo (Python): Moved to ...
2346 * python.texi: ... here. New file.
2347
2348 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2349
2350 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2351 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2352 parameter to 'str-lookup-function' procedure. Look for
2353 the "std::string<" prefix.
2354 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2355 Adjust description.
2356
2357 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2358
2359 * guile.texi (Values From Inferior In Guile): Remove stray
2360 parantheses for deffn.
2361 (Disassembly In Guile): Ditto.
2362
2363 2014-02-10 Stan Shebs <stan@codesourcery.com>
2364
2365 Add Doxygen support.
2366 * Makefile.in (doxy): New action, generates Doxygen files.
2367 (DOXYGEN): New.
2368 (doxyedit): New.
2369 * Doxyfile-base.in: New file.
2370 * Doxyfile-gdb-api.in: New file.
2371 * Doxyfile-gdb-xref.in: New file.
2372 * Doxyfile-gdbserver.in: New file.
2373 * doxy-index.in: New file.
2374 * filter-for-doxygen: New file.
2375 * filter-params.pl: New file.
2376
2377 2014-02-10 Doug Evans <xdje42@gmail.com>
2378
2379 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2380 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2381 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2382 (Guile docs): Include guile.texi.
2383 (objfile-gdbdotext file): Add objfile-gdb.scm.
2384 (dotdebug_gdb_scripts section): Mention Guile scripts.
2385 (Multiple Extension Languages): New node.
2386 * guile.texi: New file.
2387
2388 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2389
2390 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2391 ignore-descriptive-types". commands.
2392
2393 2014-01-22 Doug Evans <dje@google.com>
2394
2395 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2396 (gdbserver man): Ditto.
2397
2398 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2399
2400 * gdb.texinfo: Document limited reverse/replay support
2401 for target record-btrace.
2402
2403 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2404
2405 * gdb.texinfo (Process Record and Replay): Update documentation.
2406
2407 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2408
2409 * gdb.texinfo (Process Record and Replay): Document new /c
2410 modifier accepted by "record function-call-history".
2411 Add /i modifier to "record function-call-history" example.
2412
2413 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2414 Joel Brobecker <brobecker@adacore.com>
2415
2416 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2417 markers. Remove one that was misplaced.
2418
2419 2014-01-10 Pedro Alves <palves@redhat.com>
2420
2421 * gdb.texinfo (Your Program's Environment) <set environment>:
2422 Mention the shell, and point at 'set exec-wrapper'.
2423
2424 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2427
2428 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.texinfo (Types In Python): Clarify the documentation
2431 of attribute gdb.Field.bitpos.
2432
2433 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2434
2435 * gdb.texinfo (Types In Python): Fix the documentation of
2436 attribute "bitpos" in class gdb.Field for enum types. Add
2437 documentation for attribute "enumval" in that same class.
2438
2439 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2440
2441 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2442 @ftable.
2443
2444 2013-12-23 Doug Evans <xdje42@gmail.com>
2445
2446 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2447 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2448 corresponding section in Extending GDB.
2449 (Extending GDB): Move menu up. New menu item "Auto-loading
2450 extensions".
2451 (Sequences): New menu item "Auto-loading sequences".
2452 (Auto-loading sequences): New node.
2453 (Python): Rename section from Scripting GDB to Extending GDB.
2454 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2455 Move docs on ways to auto-load extensions to ...
2456 (Auto-loading extensions): ... here. New node.
2457
2458 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2459
2460 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2461 in menu.
2462 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2463 command, now in a new node.
2464 (GDB/MI Support Commands): New node, with its contents being
2465 extracted from the "GDB/MI Miscellaneous Commands" node.
2466 A small paragraph introducing the section is also added at
2467 the start.
2468 (GDB/MI Miscellaneous Commands): Delete the description of the
2469 -info-gdb-mi-command, -list-features and -list-target-features
2470 commands, now hosted in the "GDB/MI Support Commands" node.
2471
2472 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2473
2474 PR python/16113
2475 * gdb.texinfo (Values From Inferior): Add a note about using
2476 gdb.Field objects as subscripts on gdb.Value objects.
2477 (Types In Python): Add description about the new attribute
2478 "parent_type" of gdb.Field objects.
2479
2480 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2483 entry for section docuumenting the -list-features GDB/MI command.
2484
2485 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2486
2487 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2488 "exec-run-start-option" entry in the output of the "-list-features"
2489 command.
2490
2491 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2492
2493 * gdb.texinfo (i386): Fix yesterday's commit.
2494
2495 2013-12-03 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2498 documented here.
2499
2500 2013-12-03 Tom Tromey <tromey@redhat.com>
2501
2502 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2503
2504 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2505
2506 * gdb.texinfo (i386 Features): Add MPX feature registers.
2507 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2508 a subsubsection for MPX and describes the display of the
2509 boundary registers.
2510
2511 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2512
2513 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2514 documentation of the "ada-exceptions" entry.
2515
2516 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2517
2518 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2519 "^error" result record concerning the error message. Document
2520 the error code that may also be part of that result record.
2521 (GDB/MI Miscellaneous Commands): Document the
2522 "undefined-command-error-code" element in the output of
2523 the "-list-features" GDB/MI command.
2524
2525 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2526
2527 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2528 the new -info-gdb-mi-command GDB/MI command. Document
2529 the meaning of "-info-gdb-mi-command" in the output of
2530 -list-features.
2531
2532 2013-11-29 Pedro Alves <palves@redhat.com>
2533
2534 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2535 Update comment.
2536
2537 2013-11-24 Yao Qi <yao@codesourcery.com>
2538
2539 * gdb.texinfo (Caching Remote Data): Document new
2540 "set/show stack-cache" option.
2541
2542 2013-11-24 Yao Qi <yao@codesourcery.com>
2543
2544 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2545 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2546 "off" respectively.
2547
2548 2013-11-23 Yao Qi <yao@codesourcery.com>
2549
2550 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2551 of "displayhint" to the table about child results.
2552
2553 2013-11-21 Yao Qi <yao@codesourcery.com>
2554
2555 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2556 'dynamic' for the output of command -var-list-children.
2557
2558 2013-11-21 Yao Qi <yao@codesourcery.com>
2559
2560 * gdb.texinfo (Caching Target Data): Remove "see" before
2561 @pxref.
2562
2563 2013-11-20 Yao Qi <yao@codesourcery.com>
2564
2565 * gdb.texinfo (Caching Target Data): Update doc for
2566 per-address-space dcache.
2567
2568 2013-11-20 Yao Qi <yao@codesourcery.com>
2569
2570 * gdb.texinfo (Data): Rename menu item.
2571 (Caching Remote Data): Rename to ...
2572 (Caching Target Data): ... it. Update.
2573
2574 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2575
2576 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2577 "language-option" entry in the output of the "-list-features"
2578 command.
2579
2580 2013-11-15 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2583 Add example.
2584
2585 2013-11-14 Tom Tromey <tromey@redhat.com>
2586
2587 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2588
2589 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2590
2591 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2592 (Context management): Place current subsection text into its own
2593 subsubsection. Add new subsubsection describing the "--language"
2594 command option.
2595
2596 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2597
2598 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2599 the documentation of "info-ada-exceptions" in the output
2600 of the "-list-features" command. Add the documentation
2601 of the "ada-exception" entry instead.
2602
2603 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2604
2605
2606 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2607 word of a couple of sentences to start with a capital letter.
2608
2609 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2610
2611 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2612 (Ada Exceptions): New node.
2613 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2614 Commands" node.
2615 (GDB/MI Ada Exceptions Commands): New node.
2616 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2617 field in the output of the "-list-features" command.
2618 * NEWS: Add entry for the new "info exceptions" CLI command,
2619 and for the new "-info-ada-exceptions" GDB/MI command.
2620
2621 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2622
2623 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2624 (Line Tables In Python): New node.
2625
2626 2013-11-08 Doug Evans <dje@google.com>
2627
2628 * gdb.texinfo (Debugging Output): Update text for
2629 "set debug dwarf2-read".
2630
2631 2013-11-08 Doug Evans <dje@google.com>
2632
2633 * gdb.texinfo (Debugging Output): Update text for
2634 "set debug symtab-create".
2635
2636 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2637
2638 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2639 constant.
2640
2641 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2642
2643 * gdb.texinfo (Breakpoints In Python): Document temporary
2644 option in breakpoint constructor, and add documentation to the
2645 temporary attribute.
2646
2647 2013-11-07 Yao Qi <yao@codesourcery.com>
2648
2649 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2650 output of "-var-info-expression".
2651
2652 2013-11-06 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2655 non-interactive mode.
2656 (Environment) <shell startup files warning>: Mention
2657 non-interactive mode. Mention .zshenv for Z shell, and talk about
2658 BASH_ENV instead of .bashrc for BASH.
2659
2660 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2661
2662 * gdb.texinfo (Commands to Specify Files): Add description
2663 of the remove-symbol-file command.
2664 * observer.texi: New free_objfile event
2665
2666 2013-10-24 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2669
2670 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2671
2672 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2673 New subsection inside which the "-catch-load" and "-catch-unload"
2674 commands documentation is now placed.
2675 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2676 documenting the "-catch-assert" and "-catch-exception" new
2677 GDB/MI commands.
2678
2679 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2680
2681 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2682
2683 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2684
2685 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2686 serial baud".
2687 (Remote Configuration): Replace "set remotebaud" by "set serial
2688 baud". Replace "show remotebaud" by "show serial baud".
2689
2690 2013-10-07 Pedro Alves <palves@redhat.com>
2691
2692 PR breakpoints/11568
2693 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2694 when the thread is removed from the thread list.
2695
2696 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2697
2698 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2699 Update entry for $_exitcode.
2700
2701 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2702
2703 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2704 new "--start" option.
2705
2706 2013-10-02 Pedro Alves <palves@redhat.com>
2707
2708 * gdb.texinfo (Registers): Expand description of saved registers
2709 in frames. Explain <not saved>.
2710
2711 2013-09-25 Doug Evans <dje@google.com>
2712
2713 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2714
2715 2013-09-16 Stan Shebs <stan@codesourcery.com>
2716
2717 Remove the internals manual gdbint.texinfo.
2718 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2719 (PDFFILES): Remove gdbint.pdf.
2720 (HTMLFILES): Remove gdbint/index.html.
2721 (HTMLFILES_INSTALL): Remove gdbint.
2722 (GDBINT_DOC_FILES): Remove.
2723 (dvi): Remove gdbint.dvi.
2724 (ps): Remove gdbint.ps.
2725 * gdbint.texinfo: Remove file.
2726 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2727
2728 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2729
2730 * gdb.texinfo (Convenience Functions): Mention new convenience
2731 function $_isvoid.
2732
2733 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2734
2735 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2736 (Standard Target Features): Add new node to menu.
2737 (S/390 and System z Features): New node.
2738
2739 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2740
2741 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2742 -list-target-features in the example.
2743
2744 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2747 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2748
2749 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 Sync documentation with gdb.base/gnu-debugdata.exp.
2752 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2753
2754 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2757
2758 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2759 Yao Qi <yao@codesourcery.com>
2760
2761 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2762 Document new --skip-unavailable option.
2763 <-stack-list-variables>: Document new --skip-unavailable option.
2764
2765 2013-08-26 Doug Evans <dje@google.com>
2766
2767 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2768 an optional regexp.
2769
2770 2013-08-13 Tom Tromey <tromey@redhat.com>
2771
2772 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2773 Document GDB_PARALLEL and GDB_INOTIFY.
2774
2775 2013-08-09 Stan Shebs <stan@codesourcery.com>
2776
2777 * LRS: Remove file, describes a long-abandoned live-range
2778 splitting extension to stabs.
2779
2780 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2781
2782 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2783
2784 2013-07-17 Doug Evans <dje@google.com>
2785
2786 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2787
2788 2013-07-02 Tom Tromey <tromey@redhat.com>
2789
2790 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2791
2792 2013-06-28 Tom Tromey <tromey@redhat.com>
2793
2794 * Makefile.in (version.subst): Use version.in, not
2795 common/version.in.
2796 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2797 Likewise.
2798
2799 2013-06-27 Pedro Alves <palves@redhat.com>
2800
2801 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2802 dynamic symbol resolution code>: New section, based on infrun.c
2803 comment.
2804
2805 2013-06-26 Tom Tromey <tromey@redhat.com>
2806
2807 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2808 Update.
2809 (Releasing GDB): Likewise.
2810
2811 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2812 Yao Qi <yao@codesourcery.com>
2813
2814 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2815 -trace-frame-collected.
2816
2817 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2818
2819 * gdb.texinfo (Traceframe Info Format): Document tvar element
2820 and its attributes.
2821
2822 2013-06-25 Yao Qi <yao@codesourcery.com>
2823
2824 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2825
2826 2013-06-24 Tom Tromey <tromey@redhat.com>
2827
2828 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2829 (GDBvn.texi): Use version.subst.
2830 (version.subst): New target.
2831 (mostlyclean): Remove version.subst.
2832
2833 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2834
2835 * gdb.texinfo (GDB/MI Data Manipulation)
2836 <-data-list-register-values>: Document the --skip-unavailable
2837 option.
2838
2839 2013-06-07 Yao Qi <yao@codesourcery.com>
2840
2841 * gdb.texinfo (Symbols): Add kindex and cindex for
2842 'maint print msymbols'.
2843
2844 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2845
2846 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2847 response field name (thread-group to inferior).
2848
2849 2013-06-04 Gary Benson <gbenson@redhat.com>
2850
2851 * gdb.texinfo (General Query Packets/qSupported): Added
2852 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2853 to the table of currently defined stub features.
2854 Added a more detailed entry for "augmented-libraries-svr4-read".
2855 (General Query Packets/qXfer:libraries-svr4:read): Documented
2856 the augmented form of this packet.
2857
2858 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2859
2860 * gdb.texinfo (System-wide Configuration Scripts): Renames
2861 "Installed System-wide Configuration Scripts". Add associated
2862 @menu block.
2863
2864 2013-05-23 Yao Qi <yao@codesourcery.com>
2865 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.texinfo (Packets): Document 'vCont;r'.
2868 (Continuing and Stepping): Document target-assisted range
2869 stepping, and the 'set range-stepping' and 'show range-stepping'
2870 commands.
2871
2872 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2873
2874 * gdb.texinfo (Installed System-wide Configuration Scripts):
2875 Add subsection describing the scripts now available under
2876 the data-dir's system-gdbbinit subdirectory.
2877 * NEWS: Add entry announcing the availability of system-wide
2878 configuration scripts for ElinOS and Wind River Linux.
2879
2880 2013-05-21 Hui Zhu <hui@codesourcery.com>
2881
2882 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2883 "-dprintf-insert" command.
2884
2885 2013-05-17 Doug Evans <dje@google.com>
2886
2887 * gdb.texinfo (Maintenance Commands): Update doc for
2888 "maint check-psymtabs". Add doc for "maint check-symtabs",
2889 "maint expand-symtabs".
2890
2891 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2892
2893 * gdb.texinfo (Process Record and Replay): Document the
2894 "record goto" command and its sub-commands.
2895
2896 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2897
2898 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2899 (Python API): Add Frame Filters API, Frame Wrapper API,
2900 Writing a Frame Filter/Wrapper, Managing Management of Frame
2901 Filters chapter entries.
2902 (Frame Filters API): New Node.
2903 (Frame Wrapper API): New Node.
2904 (Writing a Frame Filter): New Node.
2905 (Managing Frame Filters): New Node.
2906 (Progspaces In Python): Add note about frame_filters attribute.
2907 (Objfiles in Python): Ditto.
2908 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2909 @anchors and --no-frame-filters option to -stack-list-variables,
2910 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2911 commands.
2912
2913 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2914
2915 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2916 Support" subsection documenting the XML format used to transfer
2917 shared library info on AIX.
2918
2919 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2920
2921 * gdb.texinfo (Debugging Output): Add documentation of
2922 "set debug aix-solib" and "show debug aix-solib" commands.
2923
2924 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2925
2926 * gdb.texinfo (Nios II): New section.
2927 (Nios II Features): New section.
2928
2929 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2930
2931 * gdbint.texinfo (Algorithms): Remove entries documenting
2932 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2933 SOLIB_CREATE_INFERIOR_HOOK.
2934
2935 2013-04-29 Tom Tromey <tromey@redhat.com>
2936
2937 PR python/14204:
2938 * gdb.texinfo (Python API): Fix menu entry.
2939 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2940 Define global and static block. Add example. Clarify
2941 block relationship for inline functions.
2942
2943 2013-04-29 Tom Tromey <tromey@redhat.com>
2944
2945 * gdb.texinfo (Python API): Mention Python help and keyword
2946 arguments. Move pagination text to Basic Python.
2947 (Basic Python): Put pagination text here. Document
2948 close-on-exec, SIGCHLD, and SIGINT.
2949
2950 2013-04-19 Pedro Alves <palves@redhat.com>
2951
2952 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2953 "signedness" instead of "signness".
2954
2955 2013-04-19 Pedro Alves <palves@redhat.com>
2956
2957 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2958 -Wno-pointer-sign text with text on -Wpointer-sign.
2959
2960 2013-04-16 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2963 GCC that has the SDT probe points.
2964
2965 2013-04-15 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2968 exception catchpoints.
2969
2970 2013-04-15 Tom Tromey <tromey@redhat.com>
2971
2972 * gdb.texinfo (Set Catchpoints): Document $_exception.
2973 (Convenience Vars): Mention $_exception.
2974
2975 2013-04-15 Tom Tromey <tromey@redhat.com>
2976
2977 * gdb.texinfo (Set Catchpoints): Reorganize exception
2978 catchpoints. Document "catch rethrow".
2979 (Debugging C Plus Plus): Mention "catch rethrow".
2980
2981 2013-04-15 Tom Tromey <tromey@redhat.com>
2982
2983 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2984
2985 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2986 Eli Zaretskii <eliz@gnu.org>
2987
2988 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2989 line below the sample output.
2990
2991 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2992
2993 * gdb.texinfo (Mode Options): Document '-configuration'.
2994 (Help): Document "show configuration".
2995 (Bug Reporting): Add requirements to include the configuration
2996 details in bug reports.
2997
2998 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2999
3000 * Makefile.in (MAN1S): Add gcore.1.
3001 Remove "Host, target, and site specific Makefile fragments" comment.
3002 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
3003 (install-man1, uninstall-man1): Conditionalize gcore.1.
3004 (gcore.1): New.
3005 * gdb.texinfo (Man Pages): Add gcore man.
3006 (gcore man): New node.
3007
3008 2013-04-10 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.texinfo (Process Record and Replay): Document that "set
3011 record full insn-number-max", "set record
3012 instruction-history-size" and "set record
3013 function-call-history-size" accept "unlimited".
3014 (Backtrace): Document that "set backtrace limit" accepts
3015 "unlimited".
3016 (List): Document that "set listsize" accepts "unlimited".
3017 (Print Settings)" Document that "set print max-symbolic-offset",
3018 "set print elements" and "set print repeats" accept "unlimited".
3019 (Starting and Stopping Trace Experiments): Document that "set
3020 trace-buffer-size" accepts "unlimited".
3021 (Remote Configuration): Document that "set tcp connect-timeout"
3022 accepts "unlimited".
3023 (Command History): Document that "set history size" accepts
3024 "unlimited".
3025 (Screen Size): Document that "set height" and "set width" accepts
3026 "unlimited". Adjust "set pagination"'s description to suggest
3027 "set height unlimited" instead of "set height 0".
3028
3029 2013-04-10 Yao Qi <yao@codesourcery.com>
3030
3031 * gdb.texinfo (Trace Files): Add "target ctf".
3032
3033 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3036
3037 * Makefile.in (install-man1, install-man5, uninstall-man1)
3038 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3039
3040 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3041
3042 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3043 Eli Zaretskii <eliz@gnu.org>
3044
3045 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
3046 parameters order. Remove "On some targets" for --attach. Document the
3047 --multi parameter and extended-remote command. Document all the
3048 options.
3049
3050 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
3053 the list of supported languages.
3054
3055 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3056
3057 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3058 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3059 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3060 (diststuff): Add man.
3061 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3062 (uninstall-man5): New.
3063 (STAGESTUFF): Add *.1 and *.5.
3064 (GDBvn.texi): Add SYSTEM_GDBINIT.
3065 (gdb.1, gdbserver.1, gdbinit.5): New.
3066 (maintainer-clean realclean): Add $(MANS).
3067 (install): Add install-man.
3068 (uninstall): Add uninstall-man.
3069 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3070 (@copying): Wrap it by @c man begin COPYRIGHT.
3071 (Top): Add Man Pages.
3072 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3073
3074 2013-04-02 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.texinfo (Debugging Output): Document "set/show debug
3077 aarch64", "set/show debug coff-pe-read" and "set/show debug
3078 mach-o".
3079
3080 2013-04-02 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3083 table>: Add entry for "trace-buffer-size".
3084
3085 2013-03-28 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3088 table>: Add entry for "trace-status".
3089
3090 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3091
3092 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3093 @bullet", which is invalid (makeinfo 5.1 barfs).
3094
3095 2013-03-28 Pedro Alves <palves@redhat.com>
3096
3097 PR gdb/15294
3098
3099 * gdb.texinfo (List) <set listsize>: Adjust to document that
3100 listsize 0 means no limit, and remove mention of -1.
3101
3102 2013-03-22 Yao Qi <yao@codesourcery.com>
3103
3104 * gdb.texinfo (Embedded Processors): Remove menu item
3105 "OpenRISC 1000".
3106 (OpenRISC 1000): Remove.
3107
3108 2013-03-21 Doug Evans <dje@google.com>
3109
3110 * gdb.texinfo (Maintenance Commands): Add docs for
3111 "mt set per-command {space,time,symtab} {on,off}".
3112
3113 2013-03-14 Hui Zhu <hui@codesourcery.com>
3114 Yao Qi <yao@codesourcery.com>
3115
3116 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3117
3118 2013-03-13 Keith Seitz <keiths@redhat.com>
3119
3120 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3121 "maint agent" reference to Dynamic printf.
3122
3123 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3124
3125 * gdb.texinfo (General Query Packets): Don't use colon in index
3126 entries visible to Info format.
3127
3128 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3129
3130 * gdb.texinfo (Process Record and Replay): Document record
3131 changes.
3132
3133 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3134
3135 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3136 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3137 qXfer:btrace:read.
3138
3139 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3140
3141 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3142 use colons in @anchor and @cindex entries.
3143
3144 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3145
3146 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3147
3148 2013-03-08 Stan Shebs <stan@codesourcery.com>
3149 Hafiz Abid Qadeer <abidh@codesourcery.com>
3150
3151 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3152 trace-buffer-size set and show commands.
3153 (Tracepoint Packets): Document QTBuffer:size.
3154 (General Query Packets): Document QTBuffer:size.
3155
3156 2013-02-21 Tom Tromey <tromey@redhat.com>
3157
3158 * gdb.texinfo: Remove bad @syncodeindex.
3159 (Values From Inferior, Types In Python, Inferiors In Python)
3160 (Events In Python, Threads In Python, Frames In Python, Blocks In
3161 Python, Symbols In Python, Symbol Tables In Python): Remove
3162 @tables.
3163 (Packets, General Query Packets, Tracepoint Packets)
3164 (Host I/O Packets): Use @w{} for empty @item.
3165
3166 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3167
3168 * gdb.texinfo (Architectures In Python): Add description about
3169 the new method gdb.Architecture.disassemble.
3170
3171 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3172 Hafiz Abid Qadeer <abidh@codesourcery.com>
3173
3174 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3175 Document the "trace-file" field.
3176
3177 2013-02-07 Doug Evans <dje@google.com>
3178
3179 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3180 command.
3181
3182 2013-02-06 Yao Qi <yao@codesourcery.com>
3183
3184 * gdb.texinfo (GDB/MI Async Records): Document new MI
3185 notification "=tsv-modified". Update the document of MI
3186 notification "=tsv-created".
3187 * observer.texi (GDB Observers): New observer tsv_modified.
3188 Update observer tsv_created and tsv_delete.
3189
3190 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3191
3192 * gdb.texinfo (AArch64 Features): New section; document
3193 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3194 (Architectures): Add new AArch64 section to document AArch64
3195 architecture specific commands.
3196 (ABI): Add description of the new OS ABI "Newlib" and its influence
3197 on the longjmp handling.
3198
3199 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3200 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3203 variable in 'set/show backtrace' section.
3204
3205 2013-01-31 Tom Tromey <tromey@redhat.com>
3206
3207 * gdb.texinfo (Target Commands): Fix typo.
3208
3209 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3210
3211 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3212 describing the gdb.Architecture class.
3213 (Frames In Python): Add description about the new method
3214 gdb.Frame.architecture().
3215
3216 2013-01-23 Doug Evans <dje@google.com>
3217
3218 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3219
3220 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3221
3222 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3223 'thread-groups' field when printing a breakpoint in MI.
3224
3225 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3226 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3227 to reflect that jit-reader-load now supports absolute file-names.
3228
3229 2013-01-16 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3232 (Signals): Likewise.
3233
3234 2013-01-16 Tom Tromey <tromey@redhat.com>
3235
3236 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3237 "catch-type" field.
3238 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3239
3240 2013-01-07 Tom Tromey <tromey@redhat.com>
3241
3242 * gdb.texinfo (Mode Options): Don't mention -epoch.
3243 (Data, Emacs): Remove obsolete comments.
3244
3245 2013-01-02 Tom Tromey <tromey@redhat.com>
3246
3247 * gdb.texinfo (GDB/MI Output Records): Update menu.
3248 (GDB/MI Breakpoint Information): New node.
3249 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3250 <-break-insert>: Likewise.
3251
3252 2012-12-31 Yao Qi <yao@codesourcery.com>
3253
3254 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3255 (Packets): Move "vStopped" packet to ...
3256 (Notification Packets): ... here. Describe the components
3257 of notification. Add a table of supported notifications.
3258 Add an example on the process of he async notification.
3259
3260 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3263 present.
3264 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3265 fullname output always present.
3266
3267 2012-12-23 Pierre Muller <muller@sourceware.org>
3268
3269 * gdbint.texinfo (Function prototypes): Require use of "extern"
3270 modifier for function prototypes in headers.
3271
3272 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3273
3274 * refcard.tex: Update copyright notice to GPL v3 or later.
3275 Update contact info.
3276
3277 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3278
3279 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3280
3281 2012-12-15 Yao Qi <yao@codesourcery.com>
3282
3283 * gdb.texinfo (Debugging Output): Document 'set debug
3284 notification' and 'show debug notification'.
3285
3286 2012-12-15 Yao Qi <yao@codesourcery.com>
3287
3288 * gdb.texinfo (Listing Tracepoints): New item and example about
3289 'installed on target' output.
3290 Add more in the example about 'installed on target'.
3291 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3292
3293 2012-12-14 Tom Tromey <tromey@redhat.com>
3294
3295 * gdb.texinfo (SVR4 Process Information): Mention core files.
3296
3297 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3298
3299 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3300
3301 2012-12-11 Pedro Alves <palves@redhat.com>
3302
3303 * gdb.texinfo: Remove all mentions of Unixware throughout.
3304
3305 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3306
3307 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3308
3309 2012-11-29 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb.texinfo (SVR4 Process Information): Document missing
3312 "info proc" subcommands.
3313
3314 2012-11-29 Yao Qi <yao@codesourcery.com>
3315
3316 PR gdb/1477.
3317 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3318 to 'auto' instead of 'gnu'.
3319
3320 2012-11-26 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb.texinfo (MiniDebugInfo): New node.
3323 (GDB Files): Update.
3324
3325 2012-11-16 Doug Evans <dje@google.com>
3326
3327 * gdb.texinfo (System-wide configuration): If the system-wide init
3328 file lives in the data-directory, and --data-directory is provided,
3329 look for it there.
3330
3331 2012-11-15 Tom Tromey <tromey@redhat.com>
3332
3333 * gdb.texinfo (Signaling): Fix typo.
3334
3335 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3336
3337 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3338 parameter "count" of -data-write-memory-bytes, and add an example.
3339
3340 2012-11-12 Tom Tromey <tromey@redhat.com>
3341
3342 * gdb.texinfo (Symbols): Document "info type-printers",
3343 "enable type-printer" and "disable type-printer".
3344 (Python API): Add new node to menu.
3345 (Type Printing API): New node.
3346 (Progspaces In Python): Document type_printers field.
3347 (Objfiles In Python): Likewise.
3348 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3349 register_type_printer, TypePrinter>: Document.
3350
3351 2012-11-12 Tom Tromey <tromey@redhat.com>
3352
3353 * gdb.texinfo (Symbols): Document "set print type methods",
3354 "set print type typedefs", and flags to ptype and whatis.
3355
3356 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3357
3358 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3359 the example -data-disassemble output. Extend the description of
3360 the -data-disassemble results to document all fields. Document
3361 the cli disassemble command as being related to -data-disassemble.
3362
3363 2012-11-09 Yao Qi <yao@codesourcery.com>
3364
3365 PR gdb/14777.
3366 * gdb.texinfo (OS Information): Remove doc on command
3367 'info udot'.
3368
3369 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3370
3371 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3372 gdb.ini warning for Windows port.
3373
3374 2012-11-08 Yao Qi <yao@codesourcery.com>
3375
3376 * gdb.texinfo (Search): Add kindex for 'fo'.
3377
3378 2012-11-05 Tom Tromey <tromey@redhat.com>
3379
3380 PR python/14802:
3381 * gdb.texinfo (Functions In Python): Add example.
3382
3383 2012-11-03 Yao Qi <yao@codesourcery.com>
3384
3385 * observer.texi (GDB Observers): Remove observer
3386 'tracepoint_modified', 'tracepoint_created' and
3387 'tracepoint_deleted'.
3388
3389 2012-10-26 Tom Tromey <tromey@redhat.com>
3390
3391 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3392
3393 2012-10-25 Tom Tromey <tromey@redhat.com>
3394
3395 * gdb.texinfo (General Query Packets): Use @itemx.
3396
3397 2012-10-17 Yao Qi <yao@codesourcery.com>
3398
3399 * observer.texi (GDB Observers): Update observer
3400 'memory_changed'.
3401 * gdb.texinfo (GDB/MI Async Records): Document for
3402 "memory-changed" notification.
3403
3404 2012-10-15 Doug Evans <dje@google.com>
3405
3406 * gdb.texinfo (Mode Options): Document -nh.
3407 Elaborate on docs for -nx.
3408
3409 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3410
3411 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3412
3413 2012-09-21 Yao Qi <yao@codesourcery.com>
3414 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.texinfo (GDB/MI Async Records): Document notification
3417 'record-started' and 'record-stopped'.
3418 * observer.texi (GDB Observers): New observer 'record-changed'.
3419
3420 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3421
3422 * gdb.texinfo: Document the removal of SH's 'regs' command.
3423
3424 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3425
3426 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3427
3428 2012-09-18 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.texinfo (GDB/MI Async Records): Document new MI
3431 notifications '=tsv-created' and '=tsv-deleted'.
3432 * observer.texi (GDB Observers): New observer tsv_created and
3433 tsv_deleted.
3434
3435 2012-09-18 Yao Qi <yao@codesourcery.com>
3436
3437 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3438 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3439 '=traceframe-changed'.
3440
3441 2012-09-17 Yao Qi <yao@codesourcery.com>
3442
3443 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3444 'set listsize'.
3445
3446 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3447 Eli Zaretskii <eliz@gnu.org>
3448
3449 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3450 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3451 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3452
3453 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3454
3455 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3456
3457 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3458
3459 Document how to return from "python-interactive" to GDB.
3460 * gdb.texinfo (Python Commands): Update documentation.
3461
3462 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3463
3464 Add a new "python-interactive" command that starts a standard
3465 Python interactive prompt with "pi" as alias, and add "py" as
3466 an alias to "python".
3467 * gdb.texinfo (Python Commands): Document the new commands.
3468
3469 2012-08-22 Tom Tromey <tromey@redhat.com>
3470
3471 * gdbint.texinfo (Host Definition): Remove documentation for
3472 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3473
3474 2012-08-17 Keith Seitz <keiths@redhat.com>
3475
3476 PR c++/13356
3477 * gdb.texinfo (Type and Range Checking): Remove warning.
3478 Remove spurious commas.
3479 Update text and examples for re-implementation of set/show
3480 check type.
3481 (C and C++ Type and Range Checks): Likewise.
3482
3483 2012-08-16 Yao Qi <yao@codesourcery.com>
3484
3485 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3486 is deprecated.
3487
3488 2012-08-13 Doug Evans <dje@google.com>
3489
3490 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3491 to include functions.
3492
3493 2012-08-10 Doug Evans <dje@google.com>
3494
3495 * gdb.texinfo (Convenience Funs): New node.
3496 (Types In Python): Document Type.vector.
3497
3498 2012-08-09 Yao Qi <yao@codesourcery.com>
3499
3500 * observer.texi: New observer command_param_changed.
3501 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3502
3503 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3504
3505 * gdbint.texinfo (Debugging GDB): In section
3506 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3507 Mention also gdb-gdb.py.
3508
3509 2012-08-07 Yao Qi <yao@codesourcery.com>
3510
3511 Revert the folloing patch:
3512 2012-08-06 Yao Qi <yao@codesourcery.com>
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 Nathaniel Flath <flat0103@gmail.com>
3518
3519 * gdb.texinfo (Working Directory): Added information about new
3520 default argument for 'cd' command.
3521
3522 2012-08-06 Yao Qi <yao@codesourcery.com>
3523
3524 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3525 remote hardware-watchpoint-limit' and 'set
3526 remote hardware-breakpoint-limit'.
3527
3528 2012-08-06 Yao Qi <yao@codesourcery.com>
3529
3530 Fix PR14371.
3531
3532 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3533 '=breakpoint-deleted'.
3534
3535 2012-08-02 Yao Qi <yao@codesourcery.com>
3536
3537 * gdb.texinfo (Native): Remove node Neutrino.
3538
3539 2012-07-27 Yao Qi <yao@codesourcery.com>
3540
3541 * gdb.texinfo (IPA Protocol Commands): Document new command
3542 'close'.
3543
3544 2012-07-25 Tom Tromey <tromey@redhat.com>
3545
3546 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3547
3548 2012-07-20 Doug Evans <dje@google.com>
3549
3550 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3551 (Index Files): Document how to control the use of deprecated index
3552 sections.
3553 (Index Section Format): Replace --use-deprecated-index-sections with
3554 "set use-deprecated-index-sections on".
3555
3556 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3557
3558 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3559 indices into a single node "Index". Instead, join function and
3560 variable indices into a single index, separate from the concept
3561 index. Requested in
3562 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3563 (Top): Update the top-level menu: instead of one "Index" there are
3564 now separate entries "Concept Index" and "Function and Variable
3565 Index".
3566 (Concept Index, Function and Variable Index): New nodes.
3567 (Index): Node deleted.
3568
3569 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3570
3571 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3572 and "maint agent-eval".
3573
3574 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3575
3576 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3577 avoid file-name clashes between Index.html and index.html on
3578 case-insensitive filesystems. See the discussion starting in
3579 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3580 details of the problem.
3581 (Top): Update the master menu for the above.
3582 (Concept Index, Command and Variable Index): New nodes, instead of
3583 the old "Index" node that was deleted. All cross-references
3584 updated.
3585
3586 2012-07-02 Stan Shebs <stan@codesourcery.com>
3587
3588 * gdb.texinfo (Dynamic Printf): Mention agent style and
3589 disconnected dprintf.
3590 (Maintenance Commands): Describe maint agent-printf.
3591 (General Query Packets): Mention BreakpointCommands feature.
3592 (Packets): Document commands extension to Z0 packet.
3593 * agentexpr.texi (Bytecode Descriptions): Document printf
3594 bytecode.
3595
3596 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3599 only after gdbinit files.
3600 (Startup): Move -iex and -iex commands down after gdbinit files.
3601
3602 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3603
3604 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3605 possibility.
3606
3607 2012-06-29 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.texinfo (Index Section Format): Update for version 7.
3610
3611 2012-06-28 Stan Shebs <stan@codesourcery.com>
3612
3613 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3614 example, add note about title column.
3615
3616 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3617
3618 * gdb.texinfo (Symbol Tables In Python): Add description about
3619 the new 'last' attribute of gdb.Symtab_and line.
3620
3621 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3622
3623 * gdb.texinfo (Symbol Tables In Python): Correct the description
3624 of the 'pc' attribute of gdb.Symtab_and_line.
3625
3626 2012-06-26 Doug Evans <dje@google.com>
3627
3628 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3629 and symtab-create.
3630
3631 2012-06-25 Keith Seitz <keiths@redhat.com>
3632
3633 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3634 from example. Remove "rbreak" from list of corresponding
3635 gdb commands.
3636
3637 2012-06-23 Doug Evans <dje@google.com>
3638
3639 * gdb.texinfo (Index Section Format): Document version 7 format.
3640
3641 2012-06-22 Yao Qi <yao@codesourcery.com>
3642
3643 * gdb.texinfo: Add missing cindex for some packets.
3644
3645 2012-06-20 Keith Seitz <keiths@redhat.com>
3646
3647 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3648 for -break-insert and document -p.
3649
3650 2012-06-20 Yao Qi <yao@codesourcery.com>
3651
3652 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3653 and "gdb.write_memory" with "Inferior.read_memory" and
3654 "Inferior.write_memory".
3655
3656 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3657
3658 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3659 (Free Documentation): Add @node line.
3660 (Continuing and Stepping) <advance location>: Use @item instead of
3661 @itemx.
3662 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3663 @itemx.
3664 (Embedded Processors): Put the link to "PA" to its correct place,
3665 according to document structure.
3666 (Python API): Put the link to "Lazy Strings In Python" to its
3667 correct place.
3668 (Index): Use @@ in @tex block to get a literal @.
3669
3670 * gdbint.texinfo: Fix the @subtitle line.
3671
3672 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3673 correct place.
3674
3675 2012-06-08 Yao Qi <yao@codesourcery.com>
3676
3677 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3678 Protocol'.
3679 (In-Process Agent Protocol, IPA Protocol Objects)
3680 (IPA Protocol Commands): New nodes.
3681 (Tracepoint Packets): Add anchors.
3682
3683 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3684
3685 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3686
3687 2012-06-06 Yao Qi <yao@codesourcery.com>
3688
3689 * gdb.texinfo: Update copyright year.
3690
3691 2012-05-23 Stan Shebs <stan@codesourcery.com>
3692 Kwok Cheung Yeung <kcy@codesourcery.com>
3693
3694 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3695
3696 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3699 Mention also --with-separate-debug-dir.
3700 (Auto-loading): Prepend $debugdir in the sample output.
3701 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3702 auto-load safe-path variable.
3703 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3704 Mention also $debugdir for 'set auto-load scripts-directory'.
3705
3706 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3707
3708 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3709 (MIPS Embedded, MIPS, MIPS Register packet Format)
3710 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3711 appropriate.
3712
3713 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3714 Maciej W. Rozycki <macro@codesourcery.com>
3715
3716 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3717 mips compression".
3718 (MIPS Breakpoint Kinds): New subsubsection.
3719
3720 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3721
3722 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3723 nodes for subsections. Add @acronym mark-ups and adjust
3724 formatting.
3725
3726 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 Rename $ddir to $datadir.
3729 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3730 (objfile-gdb.py file): Rename $ddir to $datadir.
3731
3732 2012-05-18 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3735
3736 2012-05-14 Stan Shebs <stan@codesourcery.com>
3737
3738 * gdb.texinfo (Dynamic Printf): New subsection.
3739
3740 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3741
3742 * gdb.texinfo (Basic Python): Add description about the function
3743 gdb.find_pc_line
3744
3745 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3746 Eli Zaretskii <eliz@gnu.org>
3747
3748 * gdb.texinfo (Separate Debug Files): Use plural form for global
3749 debugging information directory.
3750
3751 2012-05-11 Stan Shebs <stan@codesourcery.com>
3752 Kwok Cheung Yeung <kcy@codesourcery.com>
3753
3754 * gdb.texinfo (Operating System Auxiliary Information): Document new
3755 'info os' subcommands.
3756
3757 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3758
3759 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3760 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3761 (dotdebug_gdb_scripts section): Add reference
3762 to 'Auto-loading safe path'.
3763
3764 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 Implement multi-component --with-auto-load-dir.
3767 * gdb.texinfo (Auto-loading): New references
3768 for 'set auto-load scripts-directory'
3769 and 'show auto-load scripts-directory'.
3770 (Auto-loading safe path): Describe the new default. Move $ddir
3771 substituation reference to 'objfile-gdb.py file'.
3772 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3773 script-name. Describe new 'set auto-load scripts-directory'
3774 and 'show auto-load scripts-directory'.
3775
3776 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3777
3778 Provide $ddir substitution for --with-auto-load-safe-path.
3779 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3780 (Auto-loading safe path): Likewise. Mention the default value,
3781 $ddir substitution, --with-auto-load-safe-path and
3782 --without-auto-load-safe-path.
3783 * observer.texi (gdb_datadir_changed): New.
3784
3785 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3786
3787 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3788 Twice.
3789
3790 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3791 directory separator by path separator.
3792
3793 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3794
3795 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3796 for 'set auto-load safe-path' optional. Mention if it is omitted.
3797 Change disabling security protection condition to "/", twice.
3798
3799 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3800
3801 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3802 the new methods global_block and static_block on gdb.Symtab
3803 objects.
3804
3805 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3806
3807 * gdb.texinfo (Blocks In Python): Add a note saying that future
3808 improvements to GDB and its infrastructure can move symbols
3809 across blocks within a symbol table.
3810
3811 2012-04-29 Yao Qi <yao@codesourcery.com>
3812
3813 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3814 (A29K): Remove.
3815
3816 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3817 Tom Tromey <tromey@redhat.com>
3818
3819 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3820 and generic static probe support on GDB.
3821
3822 2012-04-25 Doug Evans <dje@google.com>
3823
3824 * gdb.texinfo (Go): Fix thinko.
3825
3826 * gdb.texinfo (Supported Languages): Add Go.
3827 (Go): New node.
3828
3829 2012-04-25 Yao Qi <yao@codesourcery.com>
3830
3831 * gdbint.texinfo (Testsuite): New section `Board settings'.
3832
3833 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3834
3835 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3836 Three times.
3837
3838 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3839 Three times.
3840
3841 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3842
3843 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3844 by @table @asis. Fix formatting of one item.
3845
3846 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3849
3850 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 New option "set debug auto-load".
3853 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3854 (auto-load verbose mode): New node.
3855
3856 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 New option "set auto-load safe-path".
3859 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3860 and "info auto-load" examples for safe-path. Put there also references
3861 for "set auto-load safe-path" and "show auto-load safe-path".
3862 New menu item for Auto-loading safe path.
3863 (Auto-loading safe path): New node.
3864 (Python Auto-loading): Update the expected output from "Missing"
3865 to "No".
3866
3867 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3868
3869 auto-load: Implementation.
3870 * gdb.texinfo (Mode Options): New anchor for -nx.
3871 (Startup): New anchors for Option -init-eval-command,
3872 Home Directory Init File
3873 and Init File in the Current Directory during Startup.
3874 Mention set auto-load local-gdbinit with a reference.
3875 Change the sample code to "set auto-load python-scripts".
3876 (Threads): New anchor set libthread-db-search-path.
3877 Provide references to libthread_db.so.1 file.
3878 (Controlling GDB): New menu item for Auto-loading.
3879 (Auto-loading, Init File in the Current Directory)
3880 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3881 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3882 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3883 reference.
3884 (Auto-loading): Rename to ...
3885 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3886 "set auto-load python-scripts", new anchor for it. Change
3887 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3888 for it. Change "info auto-load-scripts"
3889 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3890 to "Python scripts".
3891
3892 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3893
3894 PR mi/13393
3895 * gdb.texinfo (Print Settings): Extend the description for "set print
3896 object".
3897 (GDB/MI Variable Objects): Extend the description for -var-create and
3898 -var-list-children.
3899
3900 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3901
3902 * gdb.texinfo (Examining Data): Document the 'explore' command.
3903
3904 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3905
3906 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3907 to the children of a varobj and its update range when -var-update
3908 returns that the varobj's type changed.
3909
3910 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3911
3912 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3913 Create two new links fir 'objfile-gdb.py file'
3914 and 'dotdebug_gdb_scripts section'.
3915
3916 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * gdb.texinfo (Auto-loading): Rename node reference
3919 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3920 Twice.
3921 (.debug_gdb_scripts section): Rename the node ...
3922 (dotdebug_gdb_scripts section): ... here.
3923 (Maintenance Commands): Also rename this node reference.
3924
3925 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3926
3927 * gdb.texinfo (Python API/Values From Inferior): Add description
3928 about the new method Value.referenced_value. Add description on
3929 how Value.dereference is different (and similar) to
3930 Value.referenced_value.
3931
3932 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3933
3934 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3935 --init-eval-command=COMMAND, -iex.
3936 (Startup): Describe -iex and -ix. Simplify the example
3937 for "set auto-load-scripts off".
3938
3939 2012-03-16 Gary Benson <gbenson@redhat.com>
3940
3941 PR breakpoints/10738
3942 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3943 stating that GDB cannot set breakpoints on inlined functions.
3944 (Mode Options): Document --use-deprecated-index-sections.
3945 (Index Section Format): Document new index section version format.
3946
3947 2012-03-15 Tom Tromey <tromey@redhat.com>
3948
3949 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3950
3951 2012-03-13 Doug Evans <dje@google.com>
3952
3953 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3954 of "reload".
3955 (Symbols): Delete docs for set/show symbol-reloading.
3956 * gdbint.texinfo (Defining Other Architecture Features): Delete
3957 SYMBOL_RELOADING_DEFAULT.
3958 * refcard.tex: Delete reference to symbol-reloading.
3959
3960 2012-03-07 Pedro Alves <palves@redhat.com>
3961
3962 * gdb.texinfo (General Query Packets): Document new
3963 QProgramSignals packet.
3964 * gdb.texinfo (Remote configuration): Mention
3965 "program-signals-packet".
3966
3967 2012-03-05 Tristan Gingold <gingold@adacore.com>
3968
3969 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3970
3971 2012-03-03 Yao Qi <yao@codesourcery.com>
3972
3973 * gdb.texinfo (In-Process Agent): New node.
3974 Document new commands.
3975 (General Query Packets): Add packet `QAgent'.
3976
3977 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3978
3979 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3980
3981 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3982
3983 * gdb.texinfo (Commands In Python): Put example python macro in
3984 COMMAND_USER category rather than COMMAND_OBSCURE.
3985 Document gdb.COMMAND_USER.
3986 (User-defined Commands): Update documentation to clarify
3987 "set/show max-user-call-depth" and "show user" don't apply to python
3988 commands. Update documentation to clarify "help user-defined" may
3989 also include python commands defined as COMMAND_USER.
3990
3991 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * gdb.texinfo (Startup): Add option -ex description to the option -x
3994 description.
3995
3996 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3997
3998 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3999 condition-evaluation breakpoint parameter.
4000 Mention condition-evaluation mode being shown in "info break".
4001 (Break Conditions): Add description for target-side
4002 conditional breakpoints.
4003 (Remote Configuration): Mention conditional-breakpoints-packet.
4004 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
4005 cond-expr.
4006 (General Query Packets): Mention new ConditionalBreakpoint feature.
4007
4008 2012-02-22 Tom Tromey <tromey@redhat.com>
4009
4010 * gdb.texinfo (Blocks In Python): Clarify block iteration.
4011
4012 2012-02-17 Tom Tromey <tromey@redhat.com>
4013
4014 PR python/10753:
4015 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
4016 directory.
4017
4018 2012-02-14 Stan Shebs <stan@codesourcery.com>
4019
4020 * gdb.texinfo (Disabling Breakpoints): Document enable count.
4021
4022 2012-02-13 Pedro Alves <palves@redhat.com>
4023
4024 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
4025 mips-idt-ecoff.
4026
4027 2012-02-09 Yao Qi <yao@codesourcery.com>
4028
4029 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
4030
4031 2012-02-07 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4034 Symbol.value.
4035
4036 2012-02-07 Tom Tromey <tromey@redhat.com>
4037
4038 * gdb.texinfo (Symbols In Python): Document Symbol.line.
4039
4040 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
4041
4042 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4043
4044 2012-01-24 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4047 unload".
4048 (Files): Mention new catch commands.
4049 (GDB/MI Async Records): Likewise.
4050
4051 2012-01-24 Gary Benson <gbenson@redhat.com>
4052
4053 Delete #if 0'd out code.
4054 * gdb.texinfo (Frame Info): Remove "info catch".
4055
4056 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4057
4058 * gdb.texinfo (Remote Configuration): Document
4059 "set remote hostio-readlink-packet" command.
4060 (General Query Packets): Document vFile:readlink packet.
4061
4062 2012-01-16 Tom Tromey <tromey@redhat.com>
4063
4064 * gdb.texinfo (Specify Location): Document relative file name
4065 handling.
4066
4067 2012-01-16 Tom Tromey <tromey@redhat.com>
4068
4069 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4070
4071 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4072 Eli Zaretskii <eliz@gnu.org>
4073
4074 * gdbint.texinfo (Coding Standards): Require braces for two lines of
4075 code.
4076
4077 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4078
4079 * gdb.texinfo (Variables): Document use of :: for non-static
4080 variables.
4081
4082 2012-01-05 Joel Brobecker <brobecker@adacore.com>
4083
4084 * gdbint.texinfo (Start of New Year Procedure): Update
4085 to replace use of copyright.sh by use of copyright.py.
4086
4087 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4088
4089 Remove the gdbtui binary.
4090 * all-cfg.texi (GDBTUI): Remove.
4091 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4092 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4093 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4094
4095 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4096
4097 Introduce gdb.FinishBreakpoint in Python.
4098 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4099 (Python API): Add menu entry for Finish Breakpoints.
4100
4101 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4102
4103 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4104 tests.
4105
4106 2011-12-16 Doug Evans <dje@google.com>
4107
4108 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4109
4110 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4111
4112 * gdb.texinfo (Python Commands): Remove "maint set/show print
4113 stack". Add documentation for "set/show python print-stack".
4114
4115 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4116
4117 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4118 should transfer control to the stub in the startup code instead of
4119 in main. Mention the need to get past the initial breakpoint.
4120
4121 2011-12-06 Tom Tromey <tromey@redhat.com>
4122
4123 * gdb.texinfo (Set Breaks): Update for new behavior.
4124
4125 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4128 List Format for SVR4 Targets'.
4129 (General Query Packets): New item qXfer:libraries-svr4:read.
4130 (Library List Format for SVR4 Targets): New node.
4131
4132 2011-12-01 Tom Tromey <tromey@redhat.com>
4133
4134 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4135 add.
4136
4137 2011-11-22 Tom Tromey <tromey@redhat.com>
4138
4139 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4140 reasons.
4141
4142 2011-11-20 Stan Shebs <stan@codesourcery.com>
4143
4144 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4145 note-related options and variables.
4146 (Tracepoint Packets): Document packet changes.
4147
4148 2011-11-20 Sanjoy Das <sdas@igalia.com>
4149
4150 * gdb.texinfo (JIT Interface): Add documentation on writing and
4151 usind JIT debug info readers.
4152 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4153 Debug Info Readers): New nodes.
4154
4155 2011-11-18 Yao Qi <yao@codesourcery.com>
4156
4157 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4158 tracepoint.
4159
4160 2011-11-15 Doug Evans <dje@google.com>
4161
4162 * gdb.texinfo (Files): Document basenames-may-differ.
4163
4164 2011-11-14 Doug Evans <dje@google.com>
4165
4166 * gdb.texinfo (Shell Commands): Document "!".
4167
4168 2011-11-14 Stan Shebs <stan@codesourcery.com>
4169 Kwok Cheung Yeung <kcy@codesourcery.com>
4170
4171 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4172 needed to get shorter fast tracepoints.
4173 (Tracepoint Packets): Document new qTMinFTPILen packet.
4174
4175 2011-11-14 Yao Qi <yao@codesourcery.com>
4176
4177 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4178 behavior of tracepoint.
4179 (General Query Packets): New feature InstallInTrace.
4180 (Remote Configuration): Document "set remote
4181 install-in-trace-packet".
4182
4183 2011-11-12 Matt Rice <ratmice@gmail.com>
4184
4185 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4186 Add arguments to info macro.
4187
4188 2011-11-10 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4191 manual.
4192 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4193 (Macros): Add a footnote.
4194 (C): Remove paragraph about compiler options.
4195 (C Constants): Mention wide character and string constants.
4196 (C Plus Plus Expressions): Update compiler option advice. Mention
4197 using declarations. Mention ADL. Remove old HP compiler
4198 information.
4199
4200 2011-11-10 Tom Tromey <tromey@redhat.com>
4201
4202 PR c++/9257:
4203 * gdb.texinfo (Print Settings): Add an extra note about the need
4204 for a vtable.
4205
4206 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4207
4208 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4209 "set mips abi" documentation.
4210
4211 2011-11-04 Doug Evans <dje@google.com>
4212
4213 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4214
4215 2011-11-03 Tom Tromey <tromey@redhat.com>
4216
4217 * gdb.texinfo (Stopping): Add menu entry.
4218 (Continuing and Stepping): Restore @node. Use @section, not
4219 @subsection.
4220
4221 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4222
4223 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4224 designation. Fix "Specify Location" cross-reference.
4225
4226 2011-11-02 Stan Shebs <stan@codesourcery.com>
4227
4228 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4229 (General Query Packets): Describe tracenz feature.
4230 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4231
4232 2011-10-28 Paul Koning <paul_koning@dell.com>
4233
4234 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4235
4236 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4237
4238 * gdb.texinfo ((Frames In Python): Document
4239 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4240
4241 2011-10-26 Paul Koning <paul_koning@dell.com>
4242
4243 * gdb.texinfo (gdb.types): Document new deepitems function.
4244
4245 2011-10-25 Paul Koning <paul_koning@dell.com>
4246
4247 PR python/13327
4248
4249 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4250 fetch_lazy method.
4251
4252 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4253
4254 PR python/12656
4255
4256 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4257 global_block, static_block function.
4258
4259 2011-10-19 Tom Tromey <tromey@redhat.com>
4260
4261 * gdb.texinfo (Commands In Python): Add missing "@"s.
4262
4263 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4264
4265 PR python/13285 Document named constants for frame unwind stop reasons
4266 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4267 constants.
4268
4269 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 Fix compatibility with texinfo versions older than 4.12.
4272 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4273 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4274 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4275 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4276 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4277 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4278 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4279
4280 2011-10-09 Doug Evans <dje@google.com>
4281
4282 * gdb.texinfo (Extending GDB): Document alias command.
4283
4284 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 Support @entry in input expressions.
4287 * gdb.texinfo (Variables): Describe @entry names suffix.
4288 (Print Settings): Add anchor for `set print entry-values'.
4289
4290 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4291 Eli Zaretskii <eliz@gnu.org>
4292
4293 Display @entry parameter values (without references).
4294 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4295 example.
4296 (Print Settings): New description of set print entry-values and show
4297 print entry-values.
4298
4299 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4300 Eli Zaretskii <eliz@gnu.org>
4301
4302 Recognize virtual tail call frames.
4303 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4304 (Tail Call Frames): New node.
4305 (Frames In Python): Add gdb.TAILCALL_FRAME.
4306
4307 2011-10-07 Doug Evans <dje@google.com>
4308
4309 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4310 register_pretty_printer.
4311
4312 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4313
4314 PR python/12930
4315 PR python/12802
4316
4317 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4318 stop method.
4319
4320 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4321
4322 * gdb.texinfo (Starting your Program): "set disable-randomization"
4323 is no longer Linux-specific.
4324 (Remote Configuration): Document "set remote
4325 disable-randomization-packet".
4326 (General Query Packets): Document "QDisableRandomization" packet
4327 and add it to "qSupported" list.
4328
4329 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4330
4331 Allow Python notification of new object-file loadings.
4332 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4333 event type.
4334
4335 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4336
4337 PR python/12691: Add the inferior to Python exited event
4338 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4339
4340 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4341
4342 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4343 rephasing.
4344
4345 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4346
4347 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4348 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4349 as possible feature returned by the `-list-features'
4350 command.
4351
4352 2011-09-28 Paul Koning <paul_koning@dell.com>
4353
4354 * gdb.texinfo (gdb.Type): Document field access by dictionary
4355 key syntax.
4356
4357 2011-09-28 Yao Qi <yao@codesourcery.com>
4358
4359 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4360 Add one space after option `-s'. Remove @r{} markup.
4361
4362 2011-09-27 Stan Shebs <stan@codesourcery.com>
4363
4364 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4365
4366 2011-09-16 Hui Zhu <teawater@gmail.com>
4367
4368 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4369 to *(unsigned char *)$esp@300.
4370
4371 2011-09-15 Paul Koning <paul_koning@dell.com>
4372
4373 * gdb.texinfo: Make style of Python functions and methods match
4374 the syntax of Python. Also put class and module names explicitly
4375 on function, member, and variable names, matching Python
4376 documentation conventions.
4377
4378 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4379
4380 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4381 * gdb.texinfo (Inferiors In Python): Describe new
4382 gdb.selected_inferior() function.
4383
4384 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4385
4386 Handle multiple breakpoint hits in Python interface:
4387 * gdb.texinfo (Events In Python): New function documentation:
4388 gdb.BreakpointEvent.breakpoints. Indicate that
4389 gdb.BreakpointEvent.breakpoint is now deprecated.
4390
4391 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4392
4393 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4394
4395 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4396
4397 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4398
4399 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4400
4401 * gdb.texinfo (Prompt): Add set/show extended-prompt
4402 documentation
4403 (Basic Python): Add prompt_hook anchor.
4404 (Python modules): Reword module text to reflect multiple modules.
4405 (gdb.prompt): Document gdb.prompt module.
4406
4407 2011-08-14 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4410
4411 2011-08-14 Yao Qi <yao@codesourcery.com>
4412
4413 * gdb.texinfo (Standard Target Features): Document C6x features.
4414 (TIC6x Features): New node.
4415
4416 2011-08-12 Doug Evans <dje@google.com>
4417
4418 * gdb.texinfo (Symbols In Python): Document symbol.type.
4419
4420 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4421
4422 * gdb.texinfo (Python): Document command and function
4423 auto-loading.
4424
4425 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4426 Eli Zaretskii <eliz@gnu.org>
4427
4428 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4429 typedefs unrolling. Extend the sample code by an inner typedef and
4430 outer typedefs unrolling.
4431
4432 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4433
4434 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4435 size and line-size.
4436
4437 2011-07-21 Matt Rice <ratmice@gmail.com>
4438
4439 PR macros/12999
4440 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4441 Update text and cindex entries for info macro command.
4442
4443 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4444
4445 * observer.texi (GDB Observers): Add before_prompt observer.
4446 * gdb.texinfo (Basic Python): Add documentation for prompt
4447 substitution.
4448
4449 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4450
4451 PR python/12438
4452 * gdb.texinfo (Python Commands): Add deprecate note to maint
4453 set/show python print-stack. Document set/show python
4454 print-backtrace.
4455
4456 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4457
4458 * gdb.texinfo: Fix typos.
4459
4460 2011-07-01 Tom Tromey <tromey@redhat.com>
4461
4462 * gdb.texinfo (Debugging Output): Document set debug
4463 check-physname.
4464
4465 2011-06-29 Tom Tromey <tromey@redhat.com>
4466
4467 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4468 breakpoint-notifications feature.
4469
4470 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4471
4472 * gdb.texinfo (Target Description): Remove warning about
4473 possibly unstable format.
4474
4475 2011-06-03 Tom Tromey <tromey@redhat.com>
4476
4477 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4478 (Events In Python): Note that exit_code is optional.
4479
4480 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4481
4482 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4483 required for multi-threading support.
4484 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4485 Hc are deprecated for multi-threading debugging. Point readers at
4486 the vCont packet.
4487
4488 2011-05-15 Doug Evans <dje@google.com>
4489
4490 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4491
4492 2011-05-13 Doug Evans <dje@google.com>
4493
4494 * gdb.texinfo (Threads): Document $sdir,$pdir.
4495 (Server): Document $pdir exception.
4496
4497 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4498
4499 * gdb.texinfo (Threads): Clarify default value for
4500 libthread-db-search-path.
4501
4502 * gdb.texinfo (Completion): Update example.
4503 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4504
4505 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4506
4507 * gdb.texinfo: Document change in the behaviour of the enable and
4508 disable GDB commands when applied to tracepoints.
4509 Document the EnableDisableTracepoints remote stub feature.
4510 Document QTEnable and QTDisable in the list of tracepoint packets.
4511
4512 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4515 hsuser.texi.
4516 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4517 comment to hsuser.texi. Change rluser.texi name in the comment.
4518
4519 2011-05-10 Doug Evans <dje@google.com>
4520
4521 * gdb.texinfo (Threads): If an empty path is provided for
4522 libthread-db-search-path it is reset to its default value.
4523 (Server): Ditto.
4524
4525 2011-05-09 Doug Evans <dje@google.com>
4526
4527 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4528
4529 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4530 Thiago Jung Bauermann <bauerman@br.ibm.com>
4531
4532 Implement support for PowerPC BookE masked watchpoints.
4533 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4534 (PowerPC Embedded): Mention support of masked watchpoints.
4535
4536 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4537
4538 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4539 `@value{GDBN}'.
4540
4541 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4542
4543 * gdb.texinfo (titlepage): Remove dedication.
4544 (In Memoriam): New appendix.
4545
4546 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4547 Eli Zaretskii <eliz@gnu.org>
4548
4549 * gdb.texinfo (Index Section Format): Change the version to 5.
4550 Describe the different formula.
4551
4552 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4553 Eli Zaretskii <eliz@gnu.org>
4554
4555 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4556 for disconnected tracing.
4557 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4558 extended-remote relationship. Mention --once.
4559 (TCP port allocation lifecycle of @code{gdbserver}): New.
4560
4561 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4562
4563 * gdb.texinfo (Server): Improve indexing. Index all optional
4564 switches to gdbserver.
4565
4566 2011-04-20 Tom Tromey <tromey@redhat.com>
4567
4568 * gdb.texinfo (Index Section Format): New node.
4569 (Top): Add new node to menu.
4570
4571 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4572
4573 * gdb.texinfo (Maintenance Commands): Document `maint print
4574 remote-registers'.
4575
4576 2011-04-20 Tom Tromey <tromey@redhat.com>
4577
4578 * gdb.texinfo (Trace File Format): Move node later.
4579
4580 2011-04-19 Tom Tromey <tromey@redhat.com>
4581
4582 * gdbint.texinfo (Register Information Functions): Remove
4583 duplicate "the".
4584 * gdb.texinfo (Emacs): Remove duplicate "to".
4585 (GDB/MI Variable Objects): Remove duplicate "the".
4586 (General Query Packets): Likewise.
4587
4588 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4589
4590 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4591 "GDB/MI Ada Exception Information" node.
4592
4593 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4596 the "exception-name" field in the *stopped async record.
4597
4598 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4599 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4600
4601 Implement support for PowerPC BookE ranged breakpoints.
4602 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4603
4604 2011-03-28 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.texinfo (Set Tracepoints): Fix typo.
4607
4608 2011-03-24 Tom Tromey <tromey@redhat.com>
4609
4610 * gdb.texinfo (Specify Location): Document `function:label'
4611 linespec.
4612
4613 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4614
4615 PR python/12149
4616
4617 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4618
4619 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4620
4621 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4622 (Inferiors In Python): Likewise.
4623 (Threads In Python): Likewise.
4624 (Symbols In Python): Likewise.
4625 (Objfiles In Python): Likewise.
4626 (Symbol Tables In Python): Likewise.
4627
4628 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4629
4630 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4631 display>: Explain that the commands accept number ranges.
4632
4633 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4634
4635 * gdb.texinfo (Breakpoints In Python): Add description and example
4636 of Python stop function operation.
4637
4638 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4639
4640 * gdb.texinfo (Parameters In Python): Document get_set_string and
4641 get_show_string methods.
4642
4643 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4646
4647 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4648 circular-trace-buffer name.
4649
4650 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4653 in the previous change.
4654
4655 2011-02-27 Michael Snyder <msnyder@vmware.com>
4656
4657 * gdb.texinfo (Inferiors and Programs): Update commands to show
4658 that they can accept multiple arguments.
4659
4660 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4661
4662 Revert the following patch (code patch was not approved):
4663 2011-02-21 Hui Zhu <teawater@gmail.com>
4664 * agentexpr.texi (bytecode descriptions): add printf.
4665 * gdb.texinfo (tracepoint action lists): add printf.
4666
4667 2011-02-23 Doug Evans <dje@google.com>
4668
4669 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4670
4671 2011-02-23 Michael Snyder <msnyder@vmware.com>
4672
4673 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4674 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4675 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4676
4677 2011-02-22 Doug Evans <dje@google.com>
4678
4679 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4680 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4681 add description of result, fix @defun formatting.
4682
4683 2011-02-21 Hui Zhu <teawater@gmail.com>
4684
4685 * agentexpr.texi (Bytecode Descriptions): Add printf.
4686 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4687
4688 2011-02-18 Tom Tromey <tromey@redhat.com>
4689
4690 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4691
4692 2011-02-14 Michael Snyder <msnyder@vmware.com>
4693
4694 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4695 Document new command "thread find".
4696
4697 2011-02-14 Michael Snyder <msnyder@vmware.com>
4698
4699 * gdb.texinfo (Threads): Update example of new thread message.
4700
4701 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4702
4703 * gdb.texinfo (Remote Configuration): Mention set/show remote
4704 traceframe-info.
4705 (Tools/Packages Optional for Building GDB): Mention that expat is
4706 used for traceframe info.
4707 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4708 (General Query Packets) <qSupported>: Describe the
4709 qXfer:traceframe-info:read feature.
4710 (qXfer::read): Describe qXfer:traceframe-info:read.
4711 (Traceframe Info Format): New section.
4712
4713 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4714
4715 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4716 for casts and unary operators.
4717
4718 2011-02-04 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4721 is not useful.
4722
4723 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4724
4725 * gdb.texinfo: s/value optimized out/optimized out/g
4726
4727 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4728
4729 * gdb.texinfo (Other Misc Settings): Rework part of the
4730 documentation of the "set interactive mode" command.
4731
4732 2011-01-19 Tom Tromey <tromey@redhat.com>
4733
4734 * gdb.texinfo (Threads): Document thread name output and `thread
4735 name' command.
4736 (Threads In Python): Document Thread.name attribute.
4737 (GDB/MI Thread Commands): Document thread attributes.
4738
4739 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4740
4741 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4742 changes in mi/mi-cmd-disas.c
4743
4744 2011-01-12 Tom Tromey <tromey@redhat.com>
4745
4746 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4747 Fix "thread apply" text.
4748
4749 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4750 Thiago Jung Bauermann <bauerman@br.ibm.com>
4751
4752 Implement support for PowerPC BookE ranged watchpoints.
4753 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4754 the "set powerpc exact-watchpoints" flag.
4755
4756 2011-01-07 Tom Tromey <tromey@redhat.com>
4757
4758 * gdb.texinfo (Python API): Add descriptions to @menu items.
4759
4760 2011-01-06 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4763
4764 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4765
4766 * gdb.texinfo (Debugging Output): Document "set debug jit".
4767
4768 2011-01-06 Tom Tromey <tromey@redhat.com>
4769
4770 PR python/12133:
4771 * gdb.texinfo (Frames In Python): Document various frame
4772 constants.
4773
4774 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4775
4776 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4777 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4778 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4779
4780 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4783 (clean): Add GDBvn.texi.
4784
4785 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4786
4787 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4788 occasional case where the debugger prints an array address
4789 instead of the array itself.
4790
4791 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4792
4793 * gdb.texinfo (Packets) <read registers packet>: Document support
4794 for registers that were not collected.
4795
4796 2010-12-15 Doug Evans <dje@google.com>
4797
4798 * gdb.texinfo (Startup): Document auto-loading of scripts during
4799 startup.
4800 (Auto-loading): Delete "maint set python auto-load on|off".
4801 Add "set auto-load-scripts on|off".
4802
4803 2010-12-07 Doug Evans <dje@google.com>
4804
4805 * gdb.texinfo (Mode Options): Document -data-directory.
4806 (Data Files): Add reference to -data-directory.
4807
4808 2010-11-29 Doug Evans <dje@google.com>
4809
4810 * gdb.texinfo (Pretty-Printer Introduction): Change
4811 printer-name:subprinter-name to printer-name;subprinter-name.
4812
4813 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4814
4815 PR python/12199
4816
4817 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4818
4819 2010-11-23 Tom Tromey <tromey@redhat.com>
4820
4821 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4822 (Editing): Likewise.
4823 (Command History): Likewise.
4824 (TUI Keys): Likewise.
4825 (Bug Reporting): Conditionally include rluser.texi and
4826 inc-history.texinfo.
4827 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4828 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4829 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4830 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4831 (gdb.pdf): Likewise.
4832 (gdb.info): Likewise.
4833 (gdb/index.html): Likewise.
4834
4835 2010-11-23 Tom Tromey <tromey@redhat.com>
4836
4837 * Makefile.in (Makefile): Run ../config.status.
4838 (distclean): Update.
4839 * configure: Remove.
4840 * configure.ac: Remove.
4841
4842 2010-11-12 Tom Tromey <tromey@redhat.com>
4843
4844 * gdb.texinfo (Basic Python): Update. Add xref.
4845 (Exception Handling): Document new exception classes.
4846 (Types In Python): Update.
4847 (Frames In Python): Update.
4848
4849 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4850
4851 * gdb.texinfo (Breakpoints In Python): Document "internal"
4852 parameter, and visible attribute.
4853
4854 2010-11-05 Doug Evans <dje@google.com>
4855
4856 * gdb.texinfo (Source Path): Document "set directories".
4857
4858 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4859
4860 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4861 (OpenCL C): New node.
4862
4863 2010-11-02 Doug Evans <dje@google.com>
4864
4865 * gdb.texinfo (Pretty Printing): Expand into three sections,
4866 introduction, example, and commands.
4867 (Python API): Delete section Disabling Pretty-Printers, merge into
4868 Selecting Pretty-Printers.
4869 (Writing a Pretty-Printer): New section. Move the pretty-printer
4870 example here, and reformat to match python coding style. Add a second
4871 example using the gdb.printing module.
4872 (Python modules): Add gdb.printing.
4873
4874 2010-10-29 Doug Evans <dje@google.com>
4875
4876 * gdb.texinfo (Python): Fix long line.
4877
4878 2010-10-20 Doug Evans <dje@google.com>
4879
4880 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4881 All references updated. Correct sections marked as subsections.
4882 (Coding Standards): New chapter. Move the coding standard related
4883 subsections here. Add section on Python coding standards.
4884
4885 2010-10-13 Doug Evans <dje@google.com>
4886
4887 * gdb.texinfo (Python): Add "Python modules".
4888 (Types in Python): Add reference to gdb.types section.
4889 (Python modules): New node.
4890
4891 2010-10-11 Doug Evans <dje@google.com>
4892
4893 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4894 Python" from gdb.Value.type description.
4895
4896 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.texinfo (Ravenscar Profile): New node.
4899
4900 2010-09-22 Tom Tromey <tromey@redhat.com>
4901
4902 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4903
4904 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4905
4906 * gdb.texinfo (Values From Inferior): Clarify that
4907 value.dynamic_type works only in C++ programs with RTTI.
4908
4909 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4910
4911 * gdb.texinfo (Character Sets): Correctly reference host-charset
4912 in example.
4913
4914 2010-09-13 Tom Tromey <tromey@redhat.com>
4915
4916 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4917 Document "fullname" and "from".
4918
4919 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4920
4921 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4922 feature `reverse' output by -list-target-features.
4923
4924 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4925
4926 * gdb.texinfo (i386 Features): Remove an extra "@item".
4927
4928 2010-08-30 Tom Tromey <tromey@redhat.com>
4929
4930 PR python/11792:
4931 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4932
4933 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4934
4935 * gdb.texinfo (ARM Features): Document
4936 org.gnu.gdb.arm.m-profile.
4937
4938 2010-08-23 Tom Tromey <tromey@redhat.com>
4939
4940 PR python/11145:
4941 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4942 reinterpret_cast methods.
4943
4944 2010-08-23 Tom Tromey <tromey@redhat.com>
4945
4946 PR python/11915:
4947 * gdb.texinfo (Types In Python): Document array method.
4948
4949 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4950
4951 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4952
4953 2010-08-16 Tom Tromey <tromey@redhat.com>
4954
4955 * gdb.texinfo (Set Watchpoints): Document -location option.
4956
4957 2010-08-13 Doug Evans <dje@google.com>
4958
4959 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4960
4961 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4962
4963 * gdb.texinfo (GDB/MI Data Manipulation): Document
4964 -data-read-memory-raw and -data-write-memory-raw.
4965
4966 2010-08-11 Tom Tromey <tromey@redhat.com>
4967 Phil Muldoon <pmuldoon@redhat.com>
4968
4969 * gdb.texinfo (Basic Python): Describe post_event API.
4970
4971 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4972
4973 * gdb.texinfo (Basic Python): Describe solib_address and
4974 decode_line Python APIs
4975
4976 2010-08-10 Tom Tromey <tromey@redhat.com>
4977
4978 * gdb.texinfo (Pretty Printing API): Document
4979 gdb.default_visualizer.
4980
4981 2010-08-10 Tom Tromey <tromey@redhat.com>
4982
4983 Revert gdb-add-index addition:
4984 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4985
4986 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4987 Eli Zaretskii <eliz@gnu.org>
4988
4989 * gdb.texinfo (Mode Options) <-batch>
4990 (Basic Python) <gdb.execute>: Describe setting width and height.
4991
4992 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4993
4994 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4995
4996 2010-07-30 Tom Tromey <tromey@redhat.com>
4997
4998 * gdb.texinfo (Index Files): Mention gdb-add-index.
4999
5000 2010-07-30 Hui Zhu <teawater@gmail.com>
5001
5002 * gdb.texinfo (Inferiors and Programs): Update the introduce of
5003 "detach inferior" and "kill inferior".
5004
5005 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
5006
5007 * gdb.texinfo (Machine Code): Update description of two forms of
5008 arguments, and add new example to demonstrate the new form.
5009
5010 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
5011
5012 * gdb.texinfo (Values From Inferior): Add value inferior function
5013 call description.
5014
5015 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5016
5017 * gdb.texinfo (Active Targets): Fix wrong comma placement.
5018
5019 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5020 Eli Zaretskii <eliz@gnu.org>
5021
5022 Make core files the process_stratum.
5023 * gdb.texinfo (Active Targets): Remove core_stratum. Include
5024 record_stratum example.
5025
5026 2010-07-13 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (Index Files): New node.
5029
5030 2010-07-13 Tom Tromey <tromey@redhat.com>
5031
5032 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
5033
5034 2010-07-13 Tom Tromey <tromey@redhat.com>
5035
5036 * gdb.texinfo (Specify Location): Document labels.
5037
5038 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5039
5040 * gdb.texinfo (Create and Delete Tracepoints): Add more index
5041 entries for fast tracepoints and static tracepoints.
5042
5043 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5044
5045 * gdb.texinfo (General Query Packets) <qfThreadInfo,
5046 qsThreadInfo>: Spell out `l' as ell.
5047
5048 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5049
5050 * gdb.texinfo (Convenience Variables): Document $_sdata.
5051 (Commands to Set Tracepoints): Describe static tracepoints. Add
5052 `Listing Static Tracepoint Markers' menu entry. Document
5053 "strace".
5054 (Tracepoint Action Lists): Document collecting $_sdata.
5055 (Listing Static Tracepoint Markers): New subsection.
5056 (Tracepoints support in gdbserver): Mention static tracepoints.
5057 (remote packets, enabling and disabling): Mention
5058 read-sdata-object.
5059 (General Query Packets) <qSupported>: Document qXfer:sdata:read
5060 and StaticTracepoint.
5061 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5062 Document qXfer:sdata:read.
5063 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5064
5065 2010-06-29 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5068
5069 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5070 Tom Tromey <tromey@redhat.com>
5071 Thiago Jung Bauermann <bauerman@br.ibm.com>
5072
5073 * gdb.texinfo (Inferiors In Python): New node.
5074 * gdb.texinfo (Threads In Python): New node.
5075
5076 2010-06-28 Joel Brobecker <brobecker@adacore.com>
5077
5078 * gdb.texinfo (Python): Document what the python directory is
5079 and what its location is.
5080 (Basic Python): Document the gdb.PYTHONDIR constant.
5081
5082 2010-06-25 Tom Tromey <tromey@redhat.com>
5083
5084 PR python/10808:
5085 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5086
5087 2010-06-24 Hui Zhu <teawater@gmail.com>
5088
5089 * gdb.texinfo: (Commands for Controlled Output): Add
5090 documentation for command "eval".
5091
5092 2010-06-21 Stan Shebs <stan@codesourcery.com>
5093
5094 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5095 * annotate.texinfo: Ditto.
5096 * gdbint.texinfo: Ditto.
5097 * stabs.texinfo: Ditto.
5098
5099 2010-06-22 Hui Zhu <teawater@gmail.com>
5100
5101 * gdb.texinfo: (Process Record and Replay): Add documentation
5102 for command "set record memory-query".
5103
5104 2010-06-21 Stan Shebs <stan@codesourcery.com>
5105
5106 * gdb.texinfo: Relicense under GFDL version 1.3.
5107 * annotate.texinfo: Relicense under GFDL version 1.3.
5108 * gdbint.texinfo: Relicense under GFDL version 1.3.
5109 * stabs.texinfo: Relicense under GFDL version 1.3.
5110 * fdl.texi: Update to version 1.3.
5111
5112 2010-06-18 Stan Shebs <stan@codesourcery.com>
5113
5114 * gdb.texinfo (Operating System Auxiliary Information): Describe
5115 "info os" when no arguments given.
5116
5117 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5118 $_thread.
5119
5120 2010-06-18 Hui Zhu <teawater@gmail.com>
5121
5122 * gdb.texinfo: (Process Record and Replay): Add documentation
5123 for commands "record save" and "record restore".
5124
5125 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 * gdb.texinfo: Include information about the correct use
5128 of addresses in the `watch' command.
5129
5130 2010-06-11 Stan Shebs <stan@codesourcery.com>
5131
5132 * gdb.texinfo (Observer Mode): New section.
5133 (General Query Packets): Document QAllow.
5134
5135 2010-06-04 Doug Evans <dje@google.com>
5136
5137 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5138
5139 2010-06-03 Doug Evans <dje@google.com>
5140
5141 * gdbint.texinfo (Coding): Add subsection on command names.
5142
5143 2010-06-02 Tom Tromey <tromey@redhat.com>
5144
5145 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5146 always-disassemble.
5147
5148 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5149
5150 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5151 gdbserver, and add cross reference.
5152 (Tracepoints support in gdbserver): New subsection.
5153
5154 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5155
5156 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5157 `qRelocInsn' feature.
5158 (Relocate instruction reply packet): New subsection
5159 of `Tracepoint Packets'.
5160 (Tracepoint Packets): Mention that packets QTDP and QTStart
5161 support the qRelocInsn request, and add cross reference to new
5162 subsection.
5163
5164 2010-05-25 Doug Evans <dje@google.com>
5165
5166 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5167 (Commands In Python): Document gdb.string_to_argv.
5168
5169 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5170
5171 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5172 ATTR_NORETURN.
5173
5174 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5175 Tom Tromey <tromey@redhat.com>
5176 Thiago Jung Bauermann <bauerman@br.ibm.com>
5177
5178 * gdb.texinfo (Parameters In Python): New Node.
5179
5180 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5181
5182 * gdb.texinfo: (Summary) Add mention about D language support.
5183 (Filenames): Add D suffixes.
5184 (D): New node.
5185
5186 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5187
5188 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5189 of macro deleted from GDB code.
5190
5191 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5192
5193 * gdb.texinfo (Commands to specify files): Describe what how GDB
5194 looks up DOS-based filesystem paths on the system root. Document
5195 the new `set/show target-file-system-kind' commands.
5196
5197 2010-04-23 Doug Evans <dje@google.com>
5198
5199 * gdb.texinfo (Python): Move Auto-loading section here ...
5200 (Python API): from here.
5201 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5202 (Maintenance Commands): Add docs for "maint print section-scripts".
5203
5204 2010-04-20 Chris Moller <cmoller@redhat.com>
5205
5206 * gdb.texinfo (Setting Breakpoints): Added description of
5207 filename-qualified rbreak.
5208 * refcard.tex (Breakpoints and Watchpoints): Added brief
5209 description of filename-qualified rbreak.
5210
5211 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5212
5213 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5214 (Python API): Change the reference to Pretty Printing API.
5215 (Pretty Printing): Move the user part under the Data node. Reformat
5216 the sample output to 72 columns. Create a new reference to Pretty
5217 Printing API. Rename the API part ...
5218 (Pretty Printing API): To a new node name.
5219 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5220 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5221
5222 2010-04-21 Stan Shebs <stan@codesourcery.com>
5223
5224 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5225 and commands.
5226 (Listing Tracepoints): Update to reflect current behavior.
5227
5228 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5229
5230 * gdb.texinfo (Examining memory): Update for change in string
5231 display with explicit size.
5232
5233 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5234
5235 PR breakpoints/8554.
5236
5237 * gdb.texinfo (Save Breakpoints): New node.
5238 (save-tracepoints): Rename to ...
5239 (save tracepoints): ... this. Mention that `save-tracepoints' is
5240 a deprecated alias to `save tracepoints'.
5241
5242 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5243
5244 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5245 (info w32 thread-information-block): Document new command.
5246 (qGetTIBAddress): Document new gdbserver query.
5247 (maint set/show show-all-tib): Document new command.
5248
5249 2010-04-15 Doug Evans <dje@google.com>
5250
5251 * gdb.texinfo (Python API): Add progspaces section.
5252 (Selecting Pretty-Printers): Progspace pretty-printers are
5253 searched too.
5254 (Progspaces In Python): New section.
5255
5256 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5257
5258 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5259
5260 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5261 returns None.
5262
5263 2010-04-09 Stan Shebs <stan@codesourcery.com>
5264
5265 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5266 Describe the `frames-created' field, tweak grammar.
5267
5268 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5269
5270 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5271 Describe the `circular' and `disconnected' fields.
5272
5273 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5274
5275 * gdb.texinfo (maint print registers): Mention unavailable and
5276 invisible registers.
5277
5278 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5279 Thiago Jung Bauermann <bauerman@br.ibm.com>
5280 Tom Tromey <tromey@redhat.com>
5281
5282 * gdb.texinfo (Breakpoints In Python): New Node.
5283
5284 2010-04-08 Stan Shebs <stan@codesourcery.com>
5285
5286 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5287 trace status fields.
5288
5289 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5290
5291 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5292 optional. Make org.gnu.gdb.i386.avx requires
5293 org.gnu.gdb.i386.avx.
5294
5295 2010-04-08 Doug Evans <dje@google.com>
5296
5297 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5298 search path, and document that gdb only scans the search path if
5299 the script's path doesn't specify a directory.
5300
5301 2010-04-05 Doug Evans <dje@google.com>
5302
5303 * gdb.texinfo (maint show python auto-load): Fix typo.
5304
5305 2010-04-04 Stan Shebs <stan@codesourcery.com>
5306
5307 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5308 (Setting Watchpoints): Update description of "info watch".
5309 (Disabling Breakpoints): Only "info break" lists all.
5310
5311 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5312 (tdump): Explain how tdump works.
5313
5314 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5315
5316 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5317 add cross reference.
5318
5319 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5322 commands error out.
5323
5324 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5325
5326 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5327
5328 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5329
5330 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5331
5332 2010-03-29 Stan Shebs <stan@codesourcery.com>
5333 Nathan Sidwell <nathan@codesourcery.com>
5334
5335 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5336 GDBN equivalent.
5337 (Set Tracepoints): Remove mention that conditional tracepoints
5338 don't exist.
5339 (Tracepoint Actions): Clarify when while-stepping collection
5340 happens, note that while-stepping does not automatically collect
5341 $pc.
5342
5343 2010-03-29 Stan Shebs <stan@codesourcery.com>
5344
5345 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5346 (General Query Packets): Describe TracepointSource.
5347
5348 2010-03-27 Matt Rice <ratmice@gmail.com>
5349
5350 * gdb.texinfo (ARM): Document arguments to "target sim".
5351 (Set Catchpoints): Use @dots{} instead of @r{...}.
5352
5353 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5354
5355 * gdb.texinfo (Tracepoint Packets): Remove mention that
5356 terror:string may be plain text, and drop mention of X prefix.
5357
5358 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5359
5360 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5361
5362 2010-03-24 Stan Shebs <stan@codesourcery.com>
5363
5364 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5365
5366 2010-03-24 Tom Tromey <tromey@redhat.com>
5367
5368 PR breakpoints/9352:
5369 * gdb.texinfo (Break Commands): Update.
5370
5371 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5372
5373 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5374 commands.
5375
5376 2010-03-16 Stan Shebs <stan@codesourcery.com>
5377
5378 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5379 circular-trace-buffer.
5380 (Tracepoint Packets): Describe QTBuffer, and details of the
5381 qTStatus reply.
5382
5383 2010-03-12 Stan Shebs <stan@codesourcery.com>
5384 Nathan Sidwell <nathan@codesourcery.com>
5385
5386 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5387 doing instruction stepping.
5388 (Tracepoint Restrictions): New node.
5389
5390 2010-03-10 Tom Tromey <tromey@redhat.com>
5391
5392 * gdbint.texinfo (Symbol Handling): Update.
5393
5394 2010-03-08 Tom Tromey <tromey@redhat.com>
5395
5396 PR cli/9591:
5397 * gdb.texinfo (Mode Options): Mention lack of pagination and
5398 confirmation with --batch.
5399 (Screen Size): Mention --batch.
5400 (Messages/Warnings): Likewise.
5401
5402 2010-03-05 Tom Tromey <tromey@redhat.com>
5403
5404 * gdb.texinfo (Basic Python): Document target_charset and
5405 target_wide_charset.
5406
5407 2010-03-05 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.texinfo (Data): Link to pretty-printing.
5410 (Output Formats): Likewise. Correct text.
5411
5412 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5413
5414 * gdb.texinfo (Types): Describe <struct> and <flags>.
5415
5416 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5417
5418 * gdb.texinfo (Frames In Python): Add block parameter and
5419 description to read_var text.
5420
5421 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5422 Tom Tromey <tromey@redhat.com>
5423
5424 * gdb.texinfo (Types In Python): Describe block argument in
5425 template_argument and gdb.lookup_type.
5426
5427 2010-02-24 Tom Tromey <tromey@redhat.com>
5428
5429 * gdb.texinfo (Cygwin Native): Fix typo.
5430
5431 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5432
5433 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5434 and select method descriptions.
5435 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5436 Tables in Python to menu.
5437 (Blocks In Python): New node.
5438 (Symbols In Python): New node.
5439 (Symbol Tables in Python): New node.
5440
5441 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5442
5443 Multiexec MI
5444
5445 gdb/
5446 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5447
5448 gdb/doc/
5449 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5450 changes.
5451 (GDB/MI Program Execution): Document current behaviour of
5452 --all and --thread-group.
5453 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5454 -remove-inferior.
5455 * observer.texi (inferior_added, inferior_removed): New
5456 observers.
5457
5458 2010-02-19 Tom Tromey <tromey@redhat.com>
5459
5460 * gdbint.texinfo (Getting Started): Fix @node.
5461 (Debugging GDB): Likewise.
5462
5463 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5464
5465 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5466 documenting the gdb_test_timeout variable.
5467
5468 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5469
5470 * gdb.texinfo (MI commands): Added documentation of --reverse
5471 option to a set of MI commands. Restructured documentation of MI
5472 commands --exec-continue to reflect the complexity of reverse
5473 execution.
5474
5475 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5476
5477 * gdb.texinfo (Using the Collected Data): Specify that the address
5478 range of `tfind outsize' is exclusive, and that the address range
5479 of `tfind range' is inclusive.
5480 (Tracepoint Packets): Specify that the address range of
5481 `QTFrame:range' is inclusive, and that the address range of
5482 `QTFrame:outside' is exclusive
5483
5484 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5485
5486 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5487
5488 2010-02-10 Tom Tromey <tromey@redhat.com>
5489
5490 * gdb.texinfo (Debugging Output): Document set debug parser and
5491 show debug parser.
5492
5493 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5494
5495 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5496 i386_eflags and i386_mxcsr.
5497
5498 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5499
5500 * gdb.texinfo: Document i386 target features.
5501
5502 2010-02-05 Doug Evans <dje@google.com>
5503
5504 * gdbint.texinfo (Testsuite): Add a new section to document the
5505 various DejaGnu variables that may be overridden.
5506 Document INTERNAL_GDBFLAGS.
5507
5508 2010-02-04 Tom Tromey <tromey@redhat.com>
5509
5510 PR cli/8830:
5511 * gdb.texinfo (Files): -readnow comes before the filename for file
5512 and symbol-file.
5513
5514 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5515
5516 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5517 Document ARM breakpoint types.
5518 (Register Packet Format): Move into the new section.
5519 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5520
5521 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5522
5523 * gdb.texinfo (File Options): Adjust the documentation of this
5524 switch to refer to the "source" command rather than partially
5525 duplicating some of the relevant information.
5526 (Extending GDB): Introduce and document the set/show script-extension
5527 setting.
5528 (Command Files): Add note explaining that the "source" command
5529 is also used to evalute scripts written in other languages.
5530 Remove the short slightly incorrect reference to sourcing Python
5531 scripts.
5532 (Python Commands): Document how to execute a Python script from GDB.
5533
5534 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdb.texinfo (Command Files): Fix typo.
5537
5538 2010-01-18 Tom Tromey <tromey@redhat.com>
5539
5540 * gdb.texinfo (File Options): Document -x on .py files.
5541 (Command Files): Document handling of Python scripts.
5542
5543 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5544
5545 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5546
5547 2010-01-15 Stan Shebs <stan@codesourcery.com>
5548
5549 * gdb.texinfo (Trace Files): New section.
5550 (Tracepoint Packets): Document QTSave and qTBuffer.
5551 (Trace File Format): New appendix.
5552
5553 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5554
5555 * gdb.texinfo (Values From Inferior): Document lazy_string value
5556 method.
5557 (Python API): Add Lazy strings menu item.
5558 (Lazy Strings In Python): New node.
5559
5560 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5561
5562 * gdb.texinfo (GDB/MI Thread Information): New.
5563 (GDB/MI Async Records): Document the core field in *stopped.
5564 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5565 documentation
5566 (Process list): Document that osdata document may contain
5567 threads.
5568 (Remote Serial Protocol): Document qXfer:threads.
5569
5570 2010-01-06 Stan Shebs <stan@codesourcery.com>
5571
5572 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5573 disconnected tracing.
5574 (Tracepoint Packets): Document new protocol.
5575
5576 2010-01-05 Stan Shebs <stan@codesourcery.com>
5577
5578 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5579 tracepoints.
5580 (Tracepoint Packets): Describe remote protocol for fast
5581 tracepoints.
5582
5583 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5584
5585 Update the "Start of New Year Procedure".
5586 * gdbint.texinfo: Add the list of files that need to be updated
5587 manually. Minor reformatting.
5588
5589 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5590
5591 * refcard.tex: Update copyright year in header and text.
5592
5593 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5594
5595 * agentexpr.texi: Add 2010 to the list of copyright years.
5596 * annotate.texinfo: Likewise.
5597 * gdb.texinfo: Likewise.
5598 * gdbint.texinfo: Likewise.
5599 * observer.texi: Likewise.
5600 * stabs.texinfo: Likewise.
5601
5602 2009-12-31 Stan Shebs <stan@codesourcery.com>
5603
5604 * gdb.texinfo (Tracepoint Actions): Describe teval.
5605
5606 2009-12-29 Stan Shebs <stan@codesourcery.com>
5607
5608 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5609
5610 2009-12-28 Stan Shebs <stan@codesourcery.com>
5611
5612 * gdb.texinfo (Trace State Variables): New section.
5613 (Tracepoint Packets): Describe trace state variable packets.
5614 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5615 variable bytecodes.
5616
5617 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5618
5619 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5620 declarations.
5621
5622 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5623
5624 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5625 -gdb-exit behaviour.
5626
5627 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5628
5629 * gpl.texi: Update to version 3 of the GPL.
5630
5631 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5632
5633 * Makefile.in: Update copyright header.
5634 * observer.texi: Fix the copyright header of the generated files.
5635
5636 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5637
5638 * gdb.texinfo (Types In Python): Describe range function.
5639
5640 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5641
5642 * gdb.texinfo (Types In Python): Describe "is_base_class".
5643
5644 2009-12-03 Tom Tromey <tromey@redhat.com>
5645
5646 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5647
5648 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5649
5650 * observer.texi: New memory_changed observer.
5651
5652 2009-12-01 Tom Tromey <tromey@redhat.com>
5653
5654 * gdb.texinfo (Reverse Execution): Fix typo.
5655
5656 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5657
5658 PR gdb/8704
5659
5660 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5661 are allowed after the breakpoint condition.
5662
5663 2009-11-23 Tom Tromey <tromey@redhat.com>
5664
5665 PR python/10782:
5666 * gdb.texinfo (Types In Python): Document Type.pointer.
5667
5668 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5669
5670 * gdb.texinfo (Machine Code): Adjust.
5671
5672 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5673
5674 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5675 (Using Agent Expressions): Delete cross reference.
5676
5677 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5680 and @settitle directives up to help makeinfo find them.
5681
5682 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5685 (Auto-loading): Use plural and note one can use multiple components now.
5686
5687 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5688
5689 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5690 -stack-list-arguments have the same documentation for parameter
5691 as -stack-list-locals. Add comas.
5692
5693 2009-10-27 Tom Tromey <tromey@redhat.com>
5694 Eli Zaretskii <eliz@gnu.org>
5695
5696 PR python/10781
5697
5698 * gdb.texinfo (Values From Inferior): Document cast method.
5699
5700 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5701
5702 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5703 and adjust example.
5704
5705 2009-10-22 Michael Snyder <msnyder@vmware.com>
5706
5707 * gdb.texinfo (Process Record and Replay): Document new form of
5708 info record command. Also document the new save and restore
5709 commands.
5710
5711 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5712
5713 * gdb.texinfo (Machine Code): Mention current pc marker.
5714 (Memory): Likewise.
5715
5716 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5717 Stan Shebs <stan@codesourcery.com>
5718
5719 * observer.texi (new_inferior): Rename to...
5720 (inferior_appeared): ... this.
5721
5722 * gdb.texinfo (Inferiors): Rename node to ...
5723 (Inferiors and Programs): ... this. Mention running multiple
5724 programs in the same debug session.
5725 <info inferiors>: Mention the new 'Executable' column if "info
5726 inferiors". Update examples. Document the "add-inferior",
5727 "clone-inferior", "remove-inferior" and "maint info
5728 program-spaces" commands.
5729 (Process): Rename node to...
5730 (Forks): ... this. Document "set|show follow-exec-mode".
5731
5732 2009-10-11 Michael Snyder <msnyder@vmware.com>
5733
5734 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5735 (ReverseContinue): Ditto.
5736
5737 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5738
5739 * gdb.texinfo (Server): Document libthread-db-search-path.
5740
5741 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5744
5745 2009-10-06 Michael Eager <eager@eagercon.com>
5746
5747 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5748 (Embedded Processors): Add MicroBlaze.
5749 (MicroBlaze): New. Describe Xilinx MicroBlaze
5750
5751 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5752
5753 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5754
5755 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5756
5757 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5758
5759 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5760
5761 * observer.texi (solib_unloaded): Document explicitly the fact that
5762 this observer is called before the associated symbols are unloaded.
5763
5764 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5765
5766 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5767 -stack-list-variables.
5768
5769 2009-09-18 Tom Tromey <tromey@redhat.com>
5770
5771 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5772 is experimental.
5773
5774 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5775
5776 * gdb.texinfo (convenince variables): Mention
5777 $_siginfo could be empty.
5778
5779 2009-09-15 Tom Tromey <tromey@redhat.com>
5780
5781 * gdb.texinfo (GDB/MI Variable Objects): Document
5782 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5783 Expand -var-update documentation.
5784
5785 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5786
5787 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5788 feature.
5789
5790 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5791
5792 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5793
5794 2009-09-10 Michael Snyder <msnyder@vmware.com>
5795
5796 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5797 ReverseStep replies to the qSupported query.
5798
5799 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5800
5801 Add documentation for set/show interactive-mode.
5802 * gdb.texinfo (Other Misc Settings): New node.
5803
5804 2009-09-01 Doug Evans <dje@google.com>
5805
5806 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5807 non-stop mode's affect on remote caching.
5808
5809 2009-08-31 Jacob Potter <jdpotter@google.com>
5810 Doug Evans <dje@google.com>
5811
5812 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5813 Mark `set/show remotecache' options as obsolete.
5814 Document new `set/show stack-cache' option.
5815 Update text for `info dcache'.
5816
5817 2009-08-27 Doug Evans <dje@google.com>
5818
5819 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5820 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5821
5822 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5823
5824 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5825 about autoconf.
5826
5827 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5828
5829 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5830 small example, and describe its columns. Replace "inferior-id" by
5831 "infno" throughout.
5832
5833 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5834
5835 * gdbint.texinfo (Releasing GDB): Point to
5836 README-maintainer-mode file for required autoconf version.
5837 * configure.ac: Do not substitute datarootdir, htmldir,
5838 pdfdir, docdir. Do not process --with-datarootdir,
5839 --with-htmldir, --with-pdfdir, --with-docdir.
5840 * configure: Regenerate.
5841
5842 * configure: Regenerate.
5843
5844 2009-08-20 Reid Kleckner <reid@kleckner.net>
5845
5846 * gdb.texinfo: Add chapter on JIT interface.
5847
5848 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5849
5850 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5851 confirmation request.
5852
5853 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5854
5855 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5856 CRC definitions.
5857
5858 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5859
5860 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5861 -break-commands.
5862
5863 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5864
5865 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5866 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5867
5868 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5869
5870 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5871 "set spu stop-on-load" and "show spu stop-on-load" commands.
5872
5873 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5874
5875 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5876
5877 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5878
5879 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5880 org.gnu.gdb.arm.neon.
5881
5882 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5883
5884 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5885 optional element.
5886 (subsection OS ABI): New subsection.
5887
5888 2009-07-14 Stan Shebs <stan@codesourcery.com>
5889
5890 * gdb.texinfo (Tracepoint Conditions): New section.
5891 (General Query Packets): Describe ConditionalTracepoints.
5892 (Tracepoint Packets): Describe condition field.
5893 (Maintenance Commands): Describe maint agent-eval.
5894 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5895
5896 2009-07-11 Hui Zhu <teawater@gmail.com>
5897
5898 * gdb.texinfo (disassemble): Add a new modifier /r
5899 to "disassemble" command to make it print the raw instructions
5900 in hex as well as in symbolic form.
5901
5902 2009-07-09 Tom Tromey <tromey@redhat.com>
5903
5904 * gdbint.texinfo (Testsuite): Document parallel make check.
5905
5906 2009-07-09 Tom Tromey <tromey@redhat.com>
5907
5908 * gdbint.texinfo (Testsuite): Document test transcripts.
5909
5910 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5911
5912 * gdb.texinfo (Values From Inferior): Add length parameter
5913 description.
5914
5915 2009-07-04 Chris Genly <chris@genly.us>
5916
5917 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5918 in -var-list-children. Fix example according to what the code
5919 does.
5920
5921 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5922
5923 * gdb.texinfo (Debugging multiple inferiors): Document the
5924 "inferior", "detach inferior" and "kill inferior" commands.
5925 (Debugging Programs with Multiple Processes): Adjust to mention
5926 generic "inferior" commands. Delete mention of "detach fork" and
5927 "delete fork". Cross reference to "Debugging multiple inferiors"
5928 section.
5929
5930 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5931
5932 * gdbint.texinfo (Item Output Functions): Update signature
5933 for ui_out_field_core_addr.
5934
5935 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5936
5937 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5938 Update example code extrated from breakpoint.c.
5939
5940 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5941
5942 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5943 MI commands.
5944 (GDB/MI Symbol Query): Likewise.
5945 (GDB/MI File Commands): Likewise.
5946 (GDB/MI File Transfer Commands): Likewise.
5947 (GDB/MI Target Manipulation): Likewise.
5948 (GDB/MI Miscellaneous Commands): Likewise.
5949
5950 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5951
5952 * gdb.texinfo (Debugging Optimized Code): New chapter.
5953 (Compiling for Debugging): Reference it. Move some
5954 text to the new section.
5955
5956 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5957
5958 * doc/gdb.texinfo (Calling): Document
5959 set-unwind-on-terminating-exception usage.
5960
5961 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5962
5963 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5964 command.
5965
5966 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5967
5968 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5969 references.
5970
5971 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5972
5973 * gdbint.texinfo: Rename formal parameters to gdbarch function
5974 protoypes from "current_gdbarch" to "gdbarch".
5975
5976 2009-05-28 Tom Tromey <tromey@redhat.com>
5977
5978 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5979
5980 2009-05-27 Tom Tromey <tromey@redhat.com>
5981
5982 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5983 feature.
5984 (GDB/MI Variable Objects): Document -var-set-visualizer.
5985
5986 2009-04-02 Tom Tromey <tromey@redhat.com>
5987
5988 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5989 feature.
5990 (GDB/MI Variable Objects): Document -var-set-visualizer.
5991
5992 2009-05-27 Tom Tromey <tromey@redhat.com>
5993 Thiago Jung Bauermann <bauerman@br.ibm.com>
5994 Phil Muldoon <pmuldoon@redhat.com>
5995
5996 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5997 (Pretty Printing): New node.
5998 (Selecting Pretty-Printers): Likewise.
5999 (Python API): Update.
6000 (Output Formats): Document /r format.
6001
6002 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6003 Tom Tromey <tromey@redhat.com>
6004
6005 * gdb.texinfo (Types In Python): New node.
6006 (Values From Inferior): "type" is now an attribute.
6007 (Python API): Update.
6008
6009 2009-05-27 Tom Tromey <tromey@redhat.com>
6010 Thiago Jung Bauermann <bauerman@br.ibm.com>
6011 Phil Muldoon <pmuldoon@redhat.com>
6012
6013 * gdb.texinfo: Add @syncodeindex for `tp'.
6014 (Python API): Update.
6015 (Auto-loading): New node.
6016 (Objfiles In Python): New node.
6017
6018 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
6019
6020 * gdb.texinfo (Threads): Document libthread-db-search-path.
6021
6022 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
6023
6024 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
6025
6026 2009-05-12 Pedro Alves <pedro@codesourcery.com>
6027
6028 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
6029 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
6030 show show-debug-regs' docs.
6031
6032 2009-05-08 Eli Zaretskii <eliz@gnu.org>
6033
6034 * gdb.texinfo (Process Record and Replay): Add description of
6035 reverse execution.
6036
6037 2009-05-07 Joel Brobecker <brobecker@adacore.com>
6038
6039 * gdbint.texinfo (Adding support for debugging core files): New node.
6040 (Native Debugging): Remove the ``Native core file Support'' section.
6041
6042 2009-05-01 Eli Zaretskii <eliz@gnu.org>
6043
6044 * gdb.texinfo (Process Record and Replay): Improve and clarify.
6045 Add index entries.
6046
6047 2009-04-30 Hui Zhu <teawater@gmail.com>
6048 Michael Snyder <msnyder@vmware.com>
6049
6050 * gdb.texinfo: (Process Record and Replay): Add documentation for
6051 process record and replay.
6052
6053 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
6056 a new part on command-line defined macros.
6057
6058 2009-04-25 Eli Zaretskii <eliz@gnu.org>
6059
6060 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6061 clarify the wording.
6062
6063 2009-04-23 Tom Tromey <tromey@redhat.com>
6064
6065 * gdb.texinfo (Data Files): New node.
6066 (GDB Files): Update menu.
6067
6068 2009-04-23 Joel Brobecker <brobecker@adacore.com>
6069
6070 * gdbint.texinfo (Defining Other Architecture Features): Remove
6071 entry for PROCESS_LINENUMBER_HOOK.
6072
6073 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
6074
6075 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6076
6077 2009-04-22 Hui Zhu <teawater@gmail.com>
6078
6079 * gdb.texinfo (disassemble-next-line): Set the default of
6080 disassemble-next-line to off.
6081
6082 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6083
6084 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6085 --with-htmldir): New.
6086 * configure: Regenerate.
6087 * Makefile.in (datarootdir, docdir): Define.
6088 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6089 instead of $(SET_TEXINPUTS).
6090 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6091 gdbint.info instead of $(SET_TEXINPUTS).
6092 (gdbint/index.html): Use same -I options as for building
6093 gdbint.info.
6094 (stabs.dvi, stabs.pdf): Use same -I options as for building
6095 stabs.info instead of $(SET_TEXINPUTS).
6096 (stabs/index.html): Use same -I options as for building
6097 stabs.info.
6098 (annotate.dvi, annotate.pdf): Use same -I options as for building
6099 annotate.info instead of $(SET_TEXINPUTS).
6100 (annotate/index.html): Use same -I options as for building
6101 annotate.info.
6102
6103 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6104
6105 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6106
6107 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6108
6109 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6110
6111 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6112 Joseph Myers <joseph@codesourcery.com>
6113
6114 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6115 (MAKEHTMLFLAGS): Set to empty.
6116 (html__strip_dir): Define.
6117 (HTMLFILES): Define.
6118 (HTMLFILES_INSTALL): Define.
6119 (install-html): Copy new automake rule.
6120 (html): Depend on $(HTMLFILES).
6121 (gdb_toc.html): Rename to gdb/index.html.
6122 (gdbint_toc.html): Rename to gdbint/index.html.
6123 (stabs_toc.html): Rename to stabs/index.html.
6124 (annotate_toc.html): Rename to annotate/index.html.
6125
6126 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6127
6128 * Makefile.in: Set pdfdir and htmldir from configure
6129 substitutions.
6130 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6131 * configure: Regenerate.
6132
6133 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6134
6135 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6136 This macro is no longer used.
6137
6138 2009-04-15 Tom Tromey <tromey@redhat.com>
6139
6140 * gdb.texinfo (Character Sets): Document default character set.
6141
6142 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6143
6144 * gdbint.texinfo: Change server name from sources.redhat.com to
6145 sourceware.org throughout.
6146
6147 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6148
6149 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6150 about a missing dot or coma after @xref.
6151
6152 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6153
6154 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6155 example, and add a small explanation about it.
6156 (Print Settings): Change the documentation of the "set print
6157 frame-arguments" to reflect the fact that the default is now "scalars".
6158
6159 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6160
6161 * gdb.texinfo (Print Settings): Add kindex for command "set
6162 print frame-arguments".
6163
6164 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6165
6166 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6167 breakpoints.
6168 (Set Breaks): Add reference to thread-specific and task-specific
6169 breakpoints.
6170
6171 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6172
6173 * gdb.texinfo (Ada Tasks): Remove the documentation about
6174 the "Running" state, as this state has been eliminated.
6175 Now all runnable tasks are shown as "Runnable".
6176
6177 2009-03-30 Stan Shebs <stan@codesourcery.com>
6178
6179 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6180 special case of breakpoints.
6181 (Enable and Disable Tracepoints): Mention deprecation.
6182 (Listing Tracepoints): Update description and example.
6183
6184 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6185
6186 * gdb.texinfo (Frames in Python): New node.
6187 (Python API): Update.
6188
6189 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6190
6191 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6192 from a method to an attribute.
6193
6194 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6195
6196 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6197 attribute.
6198
6199 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6200
6201 * observer.texi (thread_exit): Add "silent" parameter.
6202
6203 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6204
6205 * observer.texi (about_to_proceed): New.
6206
6207 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6208
6209 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6210 field throughout to handle types with spaces in them. Fix typos
6211 found by aspell.
6212 (Summary, Requirements, Contributors): New first chapter,
6213 "Summary" added, old Requirements section moved there, and new
6214 section, "Contributors" added.
6215 (Initializing a New Architecture, Register Representation)
6216 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6217 (Porting gdb): These sections extended and updated.
6218 (Compiler Characteristics): This section (empty) deleted.
6219 (Defining Other Architecture Features): This section renamed and
6220 duplicate material removed from (formerly "Target Conditionals").
6221 Use braces {} in @deftypeXX type field throughout to handle types
6222 with spaces in them. Typos found by aspell fixed.
6223
6224 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6225 * stack_frame.pdf: Version of image for PDF output.
6226 * stack_frame.png: Version of image for HTML output and for Emacs.
6227 * stack_frame.txt: Version of image for Info output.
6228 * stack_frame.eps: Version of image for TeX DVI output.
6229
6230 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6231
6232 * gdb.texinfo (Character Sets): Fix last change.
6233
6234 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6235
6236 * gdb.texinfo (Values From Inferior): Fix optional arguments
6237 markup.
6238 (Commands In Python): Adjust argument names of gdb.Command.__init__
6239 to what the function accepts as keywords.
6240
6241 2008-03-20 Tom Tromey <tromey@redhat.com>
6242
6243 * gdb.texinfo (Convenience Vars): Document convenience functions.
6244 (Functions In Python): New node.
6245 (Python API): Update.
6246
6247 2009-03-20 Tom Tromey <tromey@redhat.com>
6248
6249 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6250 set target-wide-charset.
6251 (Requirements): Mention iconv.
6252
6253 2009-03-17 Hui Zhu <teawater@gmail.com>
6254
6255 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6256
6257 2009-03-17 Hui Zhu <teawater@gmail.com>
6258
6259 * gdb.texinfo: Add documentation for disassemble-next-line.
6260
6261 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6262
6263 * gdb.texinfo (Commands In Python): Remove tindex entries.
6264
6265 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6266
6267 * gdb.texinfo (Returning): New description for missing debug info.
6268
6269 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6270
6271 * gdb.texinfo (Remote Configuration): Document query-attached.
6272 (General Query Packets): Document qAttached.
6273
6274 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6275
6276 * gdb.texinfo (Background Execution): Better describe the set
6277 target-async command.
6278 (Maintenance Commands): Delete description of the `maint set/show
6279 linux-async' and `maint set/show remote-async' commands.
6280
6281 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6282
6283 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6284 between sentences.
6285
6286 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6287
6288 * gdb.texinfo (GDB/MI Async Records): Document the
6289 =library-loaded and =library-unloaded notifications.
6290
6291 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6292
6293 * observer.texi (test_notification): New observer.
6294
6295 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6296
6297 * observer.texi: Add parameter 'print_frame' to normal_stop
6298 observer.
6299
6300 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6301
6302 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6303 (Commands In Python): Fix COMMAND_* constants in last change. Use
6304 @kbd for interactive input. Add cross-references and index
6305 entries.
6306
6307 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6308
6309 * gdb.texinfo (Signals): Document $_siginfo.
6310 (Convenience Variables): Mention $_siginfo.
6311 (Remote Configuration): Document qXfer:siginfo:read,
6312 qXfer:siginfo:write packets, and the read-siginfo-object,
6313 write-siginfo-object commands.
6314
6315 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6316
6317 * gdbint.texinfo (Values): New chapter.
6318
6319 2009-02-06 Tom Tromey <tromey@redhat.com>
6320
6321 * gdb.texinfo (Python API): Add entry for Commands In Python.
6322 (Commands In Python): New node.
6323
6324 2009-02-05 Tom Tromey <tromey@redhat.com>
6325
6326 * gdb.texinfo (Values From Inferior): Document Value.string.
6327
6328 2009-02-05 Tom Tromey <tromey@redhat.com>
6329
6330 * gdb.texinfo (Basic Python): Document execute's from_tty
6331 argument.
6332
6333 2009-02-04 Tom Tromey <tromey@redhat.com>
6334
6335 * gdb.texinfo (Basic Python): Document gdb.history.
6336
6337 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6338
6339 * gdb.texinfo (GDB/MI Thread Commands): Document the
6340 'current-thread-id' field. Remove the example with zero threads,
6341 since current GDB won't ever report that if there's inferior.
6342
6343 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6344
6345 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6346 option to -break-insert.
6347
6348 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6349 Jerome Guitton <guitton@adacore.com>
6350
6351 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6352 (System-wide configuration): New section.
6353
6354 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6355
6356 PR gdb/7580:
6357 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6358 internal-error|internal-warning quit|corefile ask|yes|no".
6359
6360 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6361
6362 * gdb.texinfo (Using the `gdbserver' Program): Document
6363 --remote-debug.
6364
6365 2009-01-23 Doug Evans <dje@google.com>
6366
6367 * gdb.texinfo: Add nexti to list of commands that support
6368 background execution.
6369
6370 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6371
6372 * gdb.texinfo (Define, Hooks): Document prefix command support.
6373
6374 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6375 Carlos O'Donell <carlos@codesourcery.com>
6376
6377 Fixes for makeinfo --html.
6378
6379 * annotate.texinfo: Use @copying and @insertcopying. Use
6380 @ifnottex in place of @ifinfo.
6381 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6382 place of @ifinfo. Use @ifnotinfo for one index entry.
6383 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6384 in place of @ifinfo.
6385 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6386 in place of @ifinfo. Include contents at start unconditionally.
6387
6388 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6389
6390 * gdb.texinfo (General Query Packets): Remove @var{} around the
6391 "spu" literal string.
6392
6393 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6394
6395 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6396 program may be running in another process" errors.
6397 * gdbint.texinfo (Native Conditionals): Delete
6398 ONE_PROCESS_WRITETEXT description.
6399
6400 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6401
6402 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6403 emacs local variable to be placed at the end of the ChangeLog.
6404 Add server.c and gdbreplay.c to the list of files where the
6405 copyright year needs to be updated.
6406
6407 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6408
6409 * gdb.texinfo (Remote Configuration): Document new
6410 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6411 commands.
6412
6413 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6414
6415 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6416 FETCH_INFERIOR_REGISTERS.
6417 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6418 FETCH_INFERIOR_REGISTERS descriptions. Remove
6419 gdbarch_get_longjmp_target descrition, since already described in
6420 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6421 (Target Conditionals): ... here.
6422
6423 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6424
6425 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6426 examples.
6427 (Additions to Ada): Likewise. Add the missing opening and closing
6428 parenthesis of the GDB prompt in one of the examples.
6429
6430 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6431
6432 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6433 about the result of 'Address not being of type System.Address.
6434 This problem has been fixed a while ago.
6435
6436 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6437
6438 MI non-stop and multiprocess docs.
6439
6440 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6441 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6442 Adjust documentation for *stopped, document =thread-created,
6443 =thread-exited, =thread-group-created and =thread-group-exited.
6444 (GDB/MI Thread Commands): Document the 'state' field in
6445 -thread-info output.
6446 (GDB/MI Program Execution): Mention --all and --thread-group
6447 options.
6448 (GDB/MI Variable Objects): Describe floating and fixed variable
6449 objects.
6450 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6451
6452 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6453
6454 * gdb.texinfo (Operating System Information): New appendix.
6455 (Operating System Auxiliary Information): Document 'info os processes'
6456 (Remote Configuration): Document 'osdata'
6457 (General Query Packets): Document qXfer:osdata:read.
6458
6459 2008-11-27 Tristan Gingold <gingold@adacore.com>
6460
6461 * gdb.texinfo (Darwin): Document Darwin specific features.
6462
6463 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6464
6465 * gdbint.texinfo (Target Conditionals): Extend the
6466 gdbarch_breakpoint_from_pc description.
6467
6468 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6469
6470 * gdb.texinfo (M68K Features): Fix typo.
6471
6472 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6473
6474 * gdb.texinfo (Symbols): Mention printing containing
6475 image name in "info symbol".
6476 (Maint translate-address): Likewise.
6477
6478 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6479
6480 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6481 commands "catch load" and "catch unload".
6482
6483 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6484
6485 * gdb.texinfo (GDB/MI Async Records): Document
6486 =thread-selected.
6487
6488 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6489
6490 * observer.texi (new_inferior, inferior_exit): New observers.
6491
6492 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6493
6494 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6495 .mt files, TM_CLIBS or TM_CDEPS.
6496 (x86 Watchpoints): Don't mention TDEPFILES.
6497
6498 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6499
6500 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6501 (Overview): Mention notifications and non-stop mode behavior.
6502 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6503 with non-stop mode behavior. Add vStopped description.
6504 (Stop Reply Packets): Update list of packets that return
6505 stop replies. Mention non-stop behavior.
6506 (General Query Packets): Document QNonStop packet and associated
6507 qSupported query response.
6508 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6509 behavior.
6510 (Notification Packets): New section.
6511 (Remote Non-Stop): New section.
6512 (File-I/O Overview): Mention non-stop behavior.
6513
6514 2008-10-24 Hui Zhu <teawater@gmail.com>
6515 Pedro Alves <pedro@codesourcery.com>
6516
6517 * gdb.texinfo (displaced-stepping): Describe the auto mode
6518 setting, and say it's the default. This is now a mainstream
6519 setting instead of a maintenance setting.
6520
6521 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6522
6523 * observer.texi (thread_stop_requested): New.
6524
6525 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6528 (Patching): Replace incorrect usage of @samp by @kbd.
6529
6530 2008-10-17 Michael Snyder <msnyder@vmware.com>
6531
6532 * gdb.texinfo: Add documentation for reverse execution.
6533
6534 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6535 Eli Zaretskii <eliz@gnu.org>
6536
6537 * gdb.texinfo. (Values From Inferior): New subsubsection.
6538
6539 2008-10-06 Doug Evans <dje@google.com>
6540
6541 * gdb.texinfo (set debug dwarf2-die): Document it.
6542
6543 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6544
6545 * gdb.texinfo (catch) [exception]: Document how to insert
6546 a breakpoint on user-defined exceptions when the exception
6547 name is identical to one of the language-defined ones.
6548
6549 2008-09-27 Tom Tromey <tromey@redhat.com>
6550
6551 * gdb.texinfo (Macros): Remove text about stringification,
6552 varargs, and splicing.
6553
6554 2008-09-27 Tom Tromey <tromey@redhat.com>
6555
6556 * gdbint.texinfo (Language Support): Remove text about omitting
6557 support for a language.
6558
6559 2008-09-23 Doug Evans <dje@google.com>
6560
6561 * gdb.texinfo (info dcache): Update.
6562
6563 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6564
6565 * gdb.texinfo (Packets): Add info on thread-id syntax and
6566 multiprocess extensions.
6567 <D>: Document multiprocess form of packet.
6568 <H>: Use thread-id syntax.
6569 <T>: Likewise.
6570 <vCont>: Likewise. Note this is required for multiprocess.
6571 <vKill>: New packet.
6572 (Stop Reply Packets) <T>: Use thread-id syntax.
6573 <W>: Document multiprocess form of reply.
6574 <X>: Likewise.
6575 (General Query Packets) <qC>: Use thread-id syntax.
6576 <qfThreadInfo>: Likewise.
6577 <qGetTLSAddr>: Likewise.
6578 <qP>: Likewise.
6579 <qSupported>: Add "multiprocess" feature.
6580 <qThreadExtraInfo>: Use thread-id syntax.
6581
6582 2008-09-22 Stan Shebs <stan@codesourcery.com>
6583
6584 * gdb.texinfo (Inferiors): New section.
6585
6586 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6587
6588 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6589
6590 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6591
6592 * gdbint.texinfo (Target Conditionals): Remove documentation
6593 for gdbarch_name_of_malloc.
6594
6595 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6596
6597 * gdb.texinfo (Interrupts): Mention TCP interface for
6598 sending BREAK.
6599
6600 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6601
6602 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6603 argument prefix to "set sysroot".
6604
6605 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6606
6607 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6608 and False.
6609
6610 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6611
6612 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6613 for possible features of -list-features.
6614
6615 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6616
6617 * gdb.texinfo (Background execution): Adjust example
6618 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6619
6620 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6621
6622 * doc/gdb.texinfo (PowerPC): Fix typo.
6623 (PowerPC features): Fix typo.
6624
6625 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6626
6627 * observer.texi (thread_ptid_changed): New.
6628
6629 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6630
6631 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6632 (PowerPC features): Mention feature set for VSX registers.
6633
6634 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6635
6636 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6637 the direct visibility of all names in user-written packages.
6638
6639 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6640
6641 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6642 setting, and make it the default.
6643 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6644 non-stop script example.
6645
6646 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6647
6648 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6649 reference to the "Using Different Register and Memory Data
6650 Representation" section.
6651
6652 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6653
6654 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6655 (Remote Protocol): Add Packet Acknowledgment to menu.
6656 (Overview): Mention +/- can be disabled, and point to new section
6657 where this is discussed in detail.
6658 (General Query Packets): Document QStartNoAckMode packet, and
6659 corresponding qSupported reply.
6660 (Packet Acknowledgment): New section.
6661
6662 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6663 Pedro Alves <pedro@codesourcery.com>
6664
6665 * gdb.texinfo (Threads): Move paragraph about automatic thread
6666 selection to All-Stop Mode subsection.
6667 (Thread Stops): Reorganize existing material into subsections.
6668 Add introductory blurb and menu.
6669 (Non-Stop Mode): New subsection.
6670 (Background Execution): New subsection.
6671 (Maintenance Commands): Add cross-references from async mode
6672 commands to the new Background Execution section.
6673
6674 2008-08-06 Tom Tromey <tromey@redhat.com>
6675
6676 * gdb.texinfo (Extending GDB): New chapter.
6677 (Sequences): Demoted chapter, now a section under the new
6678 Extending GDB chapter.
6679 (Python): New section.
6680
6681 2008-07-31 Stan Shebs <stan@codesourcery.com>
6682
6683 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6684
6685 2008-07-29 Stan Shebs <stan@codesourcery.com>
6686
6687 * gdbint.texinfo: General round of cleanup and minor
6688 clarifications.
6689 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6690 (Longjmp Support): Update description to reflect how it is done
6691 for targets without using native header.
6692 (Symbol Handling): Add a little more general explanation.
6693 (COFF, ELF): Mention stabs encapsulation.
6694 (DWARF 3): New section.
6695 (Adding a New Host): Scrub out some obsolete bits.
6696 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6697 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6698 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6699 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6700 SEEK_SET, STOP_SIGNAL, USG.
6701 (Raw and Virtual Register Representations): Ditto for
6702 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6703 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6704 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6705 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6706 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6707 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6708 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6709 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6710 DEPRECATED_USE_STRUCT_CONVENTION.
6711 Describe gdbarch_deprecated_fp_regnum.
6712 Update description of gdbarch_print_insn.
6713 (Adding a New Target): Scrub out obsolete bits.
6714 (Obsolete Conditionals): Remove entire section.
6715
6716 2008-07-25 Tom Tromey <tromey@redhat.com>
6717
6718 * observer.texi (GDB Observers): Document new observers:
6719 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6720 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6721 architecture_changed.
6722
6723 2008-07-21 Stan Shebs <stan@codesourcery.com>
6724
6725 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6726 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6727
6728 2008-07-21 Tom Tromey <tromey@redhat.com>
6729
6730 * observer.texi (GDB Observers): Remove obsolete comment.
6731 <executable_changed>: Remove argument.
6732
6733 2008-07-18 Tom Tromey <tromey@redhat.com>
6734
6735 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6736
6737 2008-07-10 Doug Evans <dje@google.com>
6738
6739 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6740
6741 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * gdb.texinfo (Starting): Document "set disable-randomization".
6744
6745 2008-07-07 Andreas Schwab <schwab@suse.de>
6746
6747 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6748
6749 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6750
6751 * gdb.texinfo (GDB/MI Target Manipulation): Add
6752 example of -target-attach.
6753
6754 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6755
6756 * observer.texi (target_resumed): New observer.
6757 * gdb.texinfo (GDB/MI Output Records): Document *running.
6758
6759 2008-06-06 Tom Tromey <tromey@redhat.com>
6760
6761 * gdb.texinfo (Completion): Add field name example.
6762
6763 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6764
6765 * gdb.texinfo (GDB/MI Program Context): Added example
6766 to -exec-arguments
6767
6768 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6769
6770 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6771 annotation.
6772
6773 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6774 Nathan Sidwell <nathan@codesourcery.com>
6775 Joseph Myers <joseph@codesourcery.com>
6776
6777 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6778 and ACX_BUGURL.
6779 * configure: Regenerate.
6780 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6781 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6782 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6783 mailing-list-specific text about bug reporting unless
6784 BUGURL_DEFAULT.
6785
6786 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6787
6788 * gdb.texinfo (-target-select): Remove reference to target async.
6789 (Maintenance Commands): Document "maint set/show remote-async".
6790
6791 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6792
6793 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6794 in -target-file-get section.
6795
6796 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6797
6798 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6799 killing the inferior when it is already debugging a process.
6800
6801 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6802
6803 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6804 abbreviation for "finish".
6805
6806 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6807
6808 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6809
6810 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6811
6812 * gdbint.texinfo (Target Conditionals): Delete entry for
6813 gdbarch_dwarf_reg_to_regnum.
6814
6815 2008-05-09 Doug Evans <dje@google.com>
6816
6817 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6818
6819 2008-05-05 Doug Evans <dje@google.com>
6820
6821 * gdb.texinfo (disassemble): Document /m modifier.
6822
6823 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6824
6825 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6826 will not report the time of commands that run the target.
6827
6828 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6829
6830 * gdb.texinfo (GDB/MI Output Records): Add
6831 missing semicolon.
6832
6833 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6834
6835 * gdb.texinfo (GDB/MI Output Records):
6836 Document =thread-create and =thread-exited.
6837
6838 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6839
6840 * gdb.texinfo (GDB/MI Development and Front Ends):
6841 Remove mention of dmi-discuss.
6842
6843 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6844
6845 * observer.texi (thread_exit): New.
6846
6847 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6848
6849 * gdb.texinfo (Debugging Output): Document "set/show debug
6850 displaced".
6851 (Maintenance Commands): Document "maint set/show
6852 can-use-displaced-stepping".
6853
6854 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6855
6856 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6857 and set/show arm force-mode.
6858
6859 2008-05-02 Andreas Schwab <schwab@suse.de>
6860
6861 * gdbint.texinfo (Algorithms): Describe
6862 target_watchpoint_addr_within_range.
6863
6864 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6865
6866 * gdbint.texinfo (Stack Frames): New chapter.
6867 (Algorithms): Move Frames text to the new chapter.
6868 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6869 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6870
6871 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6872
6873 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6874 output does not necessary include any tokens.
6875
6876 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6877
6878 * gdb.texinfo (Set SH Calling convention): New @item.
6879 (Show SH Calling convention): Ditto.
6880
6881 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6882
6883 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6884
6885 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6886
6887 * gdb.texinfo (Set Breaks): Mention that multiple location
6888 breakpoints need line number info. Add index entries.
6889
6890 2008-04-19 Craig Silverstein <csilvers@google.com>
6891
6892 * gdb.texinfo (Requirements): Add an optional requirement on
6893 zlib.
6894 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6895 Compressed DWARF 2.
6896
6897 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6898
6899 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6900 sample output for 'stopped,reason="breakpoint-hit"' message.
6901 (GDB/MI Program Execution): Likewise.
6902
6903 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6904
6905 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6906 -var-set-format. Add -f option to -var-evaluate-expression.
6907
6908 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6909
6910 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6911 new node "Ambiguous Expressions". Replace references to this
6912 node by references to "Ambiguous Expressions" throughout.
6913 (Ambiguous Expressions): New node.
6914
6915 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6916
6917 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6918
6919 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6920
6921 * gdb.texinfo (Debugging Output): Document
6922 "set/show debug lin-lwp-async".
6923 (Maintenance Commands): Document "maint set/show linux-async".
6924
6925 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6926
6927 * gdb.texinfo (Expressions): Update description of malloced arrays.
6928
6929 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6930
6931 * gdb.texinfo (Thread Commands): Document
6932 -thread-info. Remove -thread-list-all-threads.
6933
6934 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6935 Sandra Loosemore <sandra@codesourcery.com>
6936
6937 * gdb.texinfo (Library List Format): Update to mention the
6938 possibility to pass section addresses instead of segment
6939 addresses.
6940
6941 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6942
6943 * gdb.texinfo (Starting): Document "set exec-wrapper".
6944 (Server): Document gdbserver --wrapper.
6945
6946 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6947
6948 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6949 unreadable memory. Delete obsolete SPARClite reference.
6950
6951 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6952
6953 * gdb.texinfo (Starting): Mention always-running targets.
6954 (Target Commands): Add an anchor for load.
6955 (Connecting): Explain continue instead of run.
6956
6957 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6958
6959 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6960
6961 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6962
6963 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6964 breakpoint table.
6965
6966 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6967
6968 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6969 killing the inferior when it is already debugging a process.
6970
6971 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6972
6973 * gdbint.texinfo (Build Script): New section. Mention new build script
6974 gdb_buildall.sh.
6975
6976 2008-02-01 Jim Blandy <jimb@red-bean.com>
6977
6978 * gdb.texinfo (Help): Summarize 'info args' correctly.
6979
6980 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6981
6982 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6983 available in PowerPC architecture.
6984 (Embedded Processors): Change node name of PowerPC item in menu.
6985 (PowerPC): Rename to...
6986 (PowerPC Embedded): this.
6987 (Architectures): Add new PowerPC item in menu.
6988 (PowerPC): New node.
6989
6990 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6991
6992 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6993 commands.
6994
6995 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6996
6997 * gdb.texinfo (Setting Catchpoints): Mention features
6998 supported on GNU/Linux.
6999
7000 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * gdb.texinfo (GDB/MI File Commands): Describe new output
7003 field for MI command -file-list-exec-source-file.
7004
7005 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7006
7007 * gdb.texinfo (Using the `gdbserver' Program): Add security
7008 warning. Rearrange into subsections and subsubsections. Document
7009 --multi and --debug. Correct --with-sysroot typo. Update --attach
7010 usage. Make load reference clearer. Document monitor exit.
7011 (Remote Configuration): Document set remote exec-file, attach-packet,
7012 and run-packet.
7013 (Packets): Document vAttach and vRun.
7014
7015 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
7016
7017 * gdb.texinfo (Processes): Mention process command.
7018 detach-on-follow -> detach-on-fork.
7019
7020 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7021
7022 * gdbint.texinfo (Native Conditionals): Remove
7023 SHELL_COMMAND_CONCAT and SHELL_FILE.
7024
7025 2008-01-26 Eli Zaretskii <eliz@gnu.org>
7026
7027 * gdb.texinfo (Specify Location): Improve wording.
7028
7029 2008-01-23 Chris Demetriou <cgd@google.com>
7030
7031 * gdb.texinfo (Threads): Document new "set print thread-events"
7032 and "show print thread-events" commands.
7033
7034 2008-01-19 Eli Zaretskii <eliz@gnu.org>
7035
7036 * gdb.texinfo (Specify Location): New section.
7037 (Delete Breaks, Edit, Set Breaks): Remove description of
7038 locations. Instead, add a reference to "Specify Location".
7039 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7040 (Symbols): Refer to "Specify Location" for the valid forms of
7041 linespecs and locations.
7042
7043 2008-01-18 Markus Deuling <deuling@de.ibm.com>
7044
7045 * gdbint.texinfo (Target Conditionals): Replace the description of
7046 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7047
7048 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
7049
7050 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7051 about &&var, which is rejected by the expression parser.
7052
7053 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
7054
7055 * gdb.texinfo (Output): Update documentation on using printf with DFP
7056 types.
7057
7058 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7059
7060 * gdb.texinfo (C and C++): Add Decimal Floating Point format
7061 subsubsection.
7062 (Decimal Floating Point format): New subsubsection.
7063
7064 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7065
7066 * gdb.texinfo (File Options): Remove mention of the attempt to
7067 open a core file with the -p option. Don't list -c as a valid
7068 option to attach to a process.
7069
7070 2008-01-05 Pedro Alves <pedro@codesourcery.com>
7071
7072 * gdbint.texinfo (Host Conditionals): Remove mention of
7073 ALIGN_STACK_ON_ENTRY.
7074
7075 2008-01-05 Joel Brobecker <brobecker@adacore.com>
7076
7077 * gdbint.texinfo (Start of New Year Procedure): Add item
7078 describing how to update the source and documentation copyright
7079 notices.
7080
7081 2007-12-18 Jim Blandy <jimb@codesourcery.com>
7082
7083 * gdb.texinfo (Set Watchpoints): Integrate per-thread
7084 watchpoint explanation into the main description of the watchpoint
7085 command; update synopses of 'watch', 'rwatch', and 'awatch'
7086 commands.
7087
7088 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7089
7090 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7091 Document 'pending-breakpoints' feature of
7092 -list-features.
7093
7094 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7095
7096 * gdb.texinfo: Add new parameter's description.
7097
7098 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7099
7100 * gdb.texinfo (Overview): Clarify run-length encoding
7101 example. Remove the restriction on "+" and "-" characters.
7102
7103 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7104
7105 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7106
7107 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7108
7109 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7110 the -f option for -break-insert, remove -r option,
7111 and clarify specification of location.
7112
7113 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7114
7115 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7116 formatting.
7117 (Remote Debugging): Add File Transfer section.
7118 (Remote Configuration): Document Host I/O packets.
7119 (GDB/MI): Add GDB/MI File Transfer Commands section.
7120 (Host I/O Packets): New section in "Remote Protocol".
7121 (Packets): Add vFile.
7122
7123 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7124
7125 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7126 breakpoints with multiple locations.
7127 (Breakpoint Menus): Improve wording.
7128 (Output): Fix last change.
7129
7130 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7131
7132 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7133
7134 2007-11-15 Doug Evans <dje@google.com>
7135
7136 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7137
7138 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7139
7140 * gdbint.texinfo (Native Conditionals): Remove
7141 mention of CLEAR_SOLIB.
7142
7143 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7144
7145 * gdb.texinfo (Print Settings): Add documentation for "set/show
7146 print frame-arguments".
7147
7148 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7149
7150 * gdb.texinfo (Output): Update printf command's description.
7151
7152 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7153
7154 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7155 powerpc soft-float".
7156
7157 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7158
7159 * gdb.texinfo (Files): Correct formatting. Mention Expat
7160 requirement.
7161 (Requirements for Building GDB): Expand the list of Expat
7162 uses.
7163 (Library List Format, Memory Map Format): Mention Expat.
7164 (Target Descriptions): Update Expat wording.
7165
7166 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7167
7168 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7169 Document that gdbarch_convert_register_p should return zero for no-op
7170 conversions.
7171
7172 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7173
7174 * gdbint.texi (Compiler Characteristics): Move documentation
7175 of set_gdbarch_sofun_address_maybe_missing back to ...
7176 (Target Conditionals): ... here to fix build break.
7177
7178 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7179
7180 * gdbint.texi (Target Conditionals): Remove documentation of
7181 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7182 (Compiler Characteristics): ... documentation of
7183 set_gdbarch_sofun_address_maybe_missing.
7184
7185 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7186
7187 * gdbint.texinfo (Target Conditionals): Use
7188 frame_unwind_register_unsigned in examples instead of
7189 frame_unwind_unsigned_register.
7190
7191 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7192
7193 * gdb.texinfo (Predefined Target Types): Add int128
7194 and uint128.
7195 (Standard Target Features): Add PowerPC features.
7196
7197 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7198
7199 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7200
7201 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7202
7203 * gdbint.texi (Target Conditionals): Remove documentation
7204 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7205 gdbarch_extract_return_value, and gdbarch_store_return_value.
7206
7207 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7208
7209 * gdbint.texi (Target Conditionals): Remove documentation of
7210 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7211
7212 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7213
7214 * gdb.texinfo: Mention that inaccessible-by-default is on by
7215 default.
7216
7217 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7218
7219 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7220
7221 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7222
7223 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7224 multi-threaded watchpoints.
7225 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7226 checked. Describe sticky notification. Expand description
7227 of steppable and continuable watchpoints.
7228 (Watchpoints and Threads): New subsection.
7229
7230 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7231
7232 * gdb.texinfo (Setting Breakpoints): Revise
7233 documentation for pending breakpoints. Document
7234 breakpoints with multiple locations.
7235
7236 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7237
7238 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7239 Document -list-features.
7240
7241 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7242
7243 * gdb.texinfo (Output): Spell out which features of C's printf are
7244 not supported by GDB's printf.
7245 (Separate Debug Files): More accurate wording regarding build ID
7246 and a reference to the ld manual rather than the Fedora wiki.
7247
7248 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7249 Jim Blandy <jimb@codesourcery.com>
7250
7251 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7252 (Examining Memory): Update mentions of the 's' format.
7253 (Automatic Display): Likewise.
7254
7255 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7256
7257 * gdb.texinfo: Update the FSF's Back-Cover Text.
7258
7259 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7260 Eli Zaretskii <eliz@gnu.org>
7261
7262 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7263 Fixed the ``build ID'' name. New binaries build instructions for the
7264 build ID inclusion. Explain how the commands are specific to the build
7265 ID vs. debug link.
7266
7267 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7268
7269 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7270 indexing for ``build ID'' support.
7271
7272 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7275 Enlisted BUILD ID to the debug file searching example.
7276 Included a BUILD ID `.note.gnu.build-id' section description.
7277 Updated/added the debug files splitting instructions for OBJCOPY.
7278
7279 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7280
7281 * gdb.texinfo (Variable Objects): Adjust docs
7282 for -var-info-expression and document
7283 -var-info-path-expression.
7284
7285 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7286
7287 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7288 (title page): Include the dedication in the printed manual, as a
7289 separate page after the copyright notice.
7290
7291 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7292 don't break a @var across a line.
7293
7294 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7295
7296 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7297 for include files.
7298
7299 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7300
7301 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7302 in annotate.texinfo.
7303 (Command History): Link to new node.
7304
7305 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7306
7307 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7308
7309 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7310
7311 * gdbint.texinfo (Target Conditionals): Fix last change.
7312
7313 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7314
7315 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7316 routines:
7317 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7318 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7319 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7320 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7321 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7322 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7323 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7324 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7325 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7326 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7327 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7328 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7329 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7330 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7331 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7332 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7333 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7334 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7335 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7336 (SOFTWARE_SINGLE_STEP_P)
7337
7338 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7339 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7340
7341 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7342 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7343 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7344 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7345 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7346 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7347 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7348 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7349 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7350 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7351
7352 (Converting an existing Target Architecture to Multi-arch): Remove
7353 section.
7354
7355 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7356 (gdbarch_addr_bits_remove): Add code example.
7357
7358 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7359
7360 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7363 Add other missing entries. Adjust the table size to fit.
7364 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7365 stop reasons including the new "library" event.
7366 (General Query Packets): Adjust table widths for qSupported. Mention
7367 qXfer:libraries:read reply to qSupported and document the new packet.
7368 (Library List Format): New section.
7369
7370 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7373
7374 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7375
7376 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7377
7378 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7379
7380 * gdbint.texinfo (Register and Memory Data): Break sections
7381 into nodes and add a menu.
7382
7383 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7384
7385 * gdb.texinfo (Examining Memory): Document the new behaviour.
7386
7387 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7388
7389 * gdb.texinfo (Standard Target Features): Document
7390 m68k features.
7391
7392 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7393
7394 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7395
7396 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7397
7398 * gdb.texinfo (Target Description Format): Add version attribute
7399 for <target>.
7400
7401 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7402
7403 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7404
7405 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7406
7407 * gdb.texinfo (MIPS Features): New subsection.
7408
7409 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7410 Markus Deuling <deuling@de.ibm.com>
7411
7412 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7413 and qXfer:spu:write packets and mention them under qSupported.
7414
7415 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7416 Markus Deuling <deuling@de.ibm.com>
7417
7418 * gdb.texinfo (Architectures): Add new SPU section to document
7419 Cell Broadband Engine SPU architecture specific commands.
7420
7421 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7422
7423 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7424 comments.
7425
7426 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7429
7430 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7431
7432 * gdb.texinfo (Overview): Doc fix.
7433
7434 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7435
7436 * gdb.texinfo (Remote Configuration): Document "set/show
7437 remoteflow".
7438
7439 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7440
7441 * gdb.texinfo (MIPS): Remove documentation for set mips
7442 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7443 stack-arg-size.
7444
7445 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7446
7447 * all-cfg.texi (GDBTUI): New.
7448 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7449 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7450 (TUI Configuration): Edit to improve clarity and fix problems of
7451 both style and content.
7452
7453 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7454
7455 * observer.texi (GDB Observers): New observer "new_objfile".
7456
7457 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7458
7459 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7460
7461 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7462
7463 * gdb.texinfo (GDB/MI Variable Objects): Document
7464 frozen variables objects.
7465
7466 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7467
7468 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7469 (Character Sets, Caching Data of Remote Targets): Likewise.
7470 (Targets): Delete Remote node. Move its text...
7471 (Debugging Remote Programs): ...to here. Delete description
7472 of the "remote" command.
7473 (Remote configuration): Delete description of "set remotedevice"
7474 and "show remotedevice".
7475 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7476
7477 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7478
7479 * gdb.texinfo (Contributors, Continuing and Stepping)
7480 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7481 (General Query Packets, File-I/O Remote Protocol Extension)
7482 (Protocol Basics, The F Reply Packet, Write)
7483 (Protocol-specific Representation of Datatypes, Memory Transfer):
7484 Fix hyphenation, punctuation and grammar problems.
7485 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7486 'section' instead of 'subsection' in the text.
7487 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7488 (i386): Remove period from section name.
7489 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7490 (Config Names, Configure Options): Use @file{configure}.
7491
7492 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7493
7494 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7495 and tab expansion.
7496
7497 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7498
7499 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7500
7501 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7502
7503 * gdb.texinfo: Consistently capitalize all significant words in
7504 node names, chapter titles, section titles, and headings. Update
7505 cross references to match.
7506 (Starting and Stopping Trace Experiment): Make node name plural.
7507 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7508
7509 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7510
7511 * gdb.texinfo (WinCE): Delete obsolete subsection.
7512
7513 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7514
7515 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7516 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7517 references.
7518
7519 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7520
7521 * gdb.texinfo (Startup): Delete references to some alternate
7522 names for .gdbinit.
7523 (Thread): Remove LynxOS reference.
7524 (Tandem ST2000): Delete target-specific documentation.
7525 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7526 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7527 and GDB_OSABI_LYNXOS.
7528
7529 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7530
7531 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7532
7533 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7534
7535 * gdbint.texinfo (Target Conditionals): Remove mention of
7536 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7537 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7538
7539 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7540
7541 * Makefile.in: Add "pdfdir" installation
7542 directory, PDFTEX macro, support for "install-pdf" target,
7543 and rules for making a pdf version of refcard.texi.
7544 * refcard.tex: Specify paper size for PDF output.
7545
7546 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7547
7548 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7549
7550 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7551
7552 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7553 (Source Path, Character Sets, Macros, Define)
7554 (GDB/MI Result Records, GDB/MI Simple Examples)
7555 (GDB/MI Program Execution, GDB/MI File Commands)
7556 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7557 (Bug Reporting): Use @value{GCC}.
7558
7559 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7560
7561 * gdb.texinfo (Help): Fix formatting of examples.
7562 (Variables): Use @ifnotinfo instead of @iftex.
7563 (Non-debug DLL symbols): Use @ref instead of @pxref.
7564 (Sparclet File): Use @samp instead of quotes.
7565
7566 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7567
7568 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7569
7570 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7571
7572 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7573 the order of the nodes.
7574 (C Operators, C Constants, Debugging C): Remove extra menus.
7575 (Method Names in Commands): Do not specify next/prev/up nodes.
7576
7577 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7578
7579 * gdb.texinfo (File Options): Add missing parenthesis.
7580 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7581
7582 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7583
7584 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7585
7586 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7587
7588 * gdb.texinfo (Standard Target Features): Mention
7589 case insensitivity.
7590 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7591
7592 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7595 (Files): Add section name to argument list for pxref.
7596 (Non-debug DLL symbols): Don't use `see' for pxref.
7597 (Embedded Processors): Fix typo.
7598 (GDB/MI Breakpoint Commands): Execution commands generate
7599 *stopped not ^done.
7600
7601 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7604 values for in_scope. Mention that only root variables can be
7605 updated.
7606 (GDB/MI Development and Front Ends): Explain new values may be
7607 added to existing fields.
7608
7609 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7610
7611 * gdb.texinfo (-target-disconnect): Use @smallexample.
7612 (Requirements): Add anchor for Expat. Update description.
7613 (Target Descriptions): Mention Expat.
7614 (Target Description Format): Document new elements. Use
7615 @smallexample.
7616 (Predefined Target Types, Standard Target Features): New sections.
7617 * gdbint.texinfo (Target Descriptions): New section.
7618
7619 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7620
7621 * gdb.texinfo (Target Description Format): Add section on XInclude.
7622
7623 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7624
7625 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7626 command -enable-timings.
7627
7628 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7629
7630 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7631 descriptions for new/deleted elements in gdb_osabi. Add missing
7632 description for function generic_elf_osabi_sniff_abi_tag_sections.
7633
7634 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7635
7636 * gdb.texinfo (Maintenance Commands): Add documentation for
7637 the new "maint print target-stack" command.
7638
7639 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7640 Eli Zaretskii <eliz@gnu.org>
7641
7642 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7643
7644 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7645
7646 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7647 Use @value{NGCC} instead of @value{GCC}.
7648
7649 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7650
7651 * agentexpr.texi: Fix typos.
7652 * annotate.texinfo: Likewise.
7653 * gdb.texinfo: Likewise.
7654 * gdbint.texinfo: Likewise.
7655 * observer.texi: Likewise.
7656 * stabs.texinfo: Likewise.
7657
7658 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7659
7660 * gdbint.texinfo (Support Libraries): Remove mmalloc
7661 entry. Describe readline library.
7662
7663 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7664
7665 * gdb.texinfo (Target Descriptions): New section.
7666 (General Query Packets): Add QPassSignals anchor. Mention
7667 qXfer:features:read under qSupported. Expand mentions of
7668 qXfer:memory-map:read and QPassSignals. Document
7669 qXfer:features:read.
7670
7671 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7672
7673 * gdb.texinfo (Commands to specify files): Describe
7674 "set sysroot" and "show sysroot".
7675 (Using the `gdbserver' program): Lowercase argument
7676 to @var. Expand description of setting up GDB on the
7677 host.
7678
7679 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7680
7681 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7682 catch exception, catch exception unhandled, and catch assert
7683 commands.
7684
7685 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7686
7687 * gdb.texinfo (Debugging Output): Document "set debug xml"
7688 and "show debug xml".
7689
7690 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7691
7692 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7693
7694 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7695
7696 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7697
7698 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7699
7700 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7701 note in @ignore, to be removed later if nobody complains.
7702
7703 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7704
7705 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7706 of -var-delete.
7707
7708 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7709
7710 * gdb.texinfo (Setting breakpoints): Document
7711 automatic software/hardware breakpoint usage and
7712 the "set breakpoint auto-hw" command.
7713
7714 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7715
7716 * gdb.texinfo (Memory Access Checking): New.
7717
7718 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7719
7720 * gdb.texinfo (Remote configuration): Mention
7721 "pass-signals-packet".
7722 (General Query Packets): Document QPassSignals. Fix
7723 a typo.
7724
7725 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7726
7727 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7728
7729 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * gdb.texinfo (Remote configuration): Rewrite documentation for
7732 packet configuration commands.
7733 (OS Information): Adjust reference to qXfer:auxv:read.
7734 (General Query Packets): Remove references to read-aux-vector-packet
7735 and set remote get-thread-local-storage-address.
7736
7737 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7738
7739 * gdbint.texinfo (Target Architecture Definition): Add new
7740 Initializing a New Architecture section.
7741
7742 2006-10-31 David Taylor <dtaylor@emc.com>
7743
7744 * stabs.texinfo (Macro define and undefine): New node describing
7745 stabs for #define and #undef.
7746
7747 2006-10-27 Andreas Schwab <schwab@suse.de>
7748
7749 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7750
7751 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7752
7753 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7754 clarify on the possible meanings of ``expression'' watched by
7755 watchpoints. Add indexing.
7756 (Prompting, Errors, Invalidation, Annotations for Running)
7757 (Source Annotations): Fix index entries by adding "annotation" to
7758 them, to discriminate from index entries that point to the more
7759 general topic descriptions.
7760
7761 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7762
7763 * gdbint.texinfo (Target Vector Definition): Move most
7764 content into Existing Targets. Add a menu.
7765 (Existing Targets): New section, moved from Target Vector
7766 Definition. Use @subsection.
7767 (Managing Execution State): New section.
7768
7769 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7770
7771 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7772
7773 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7774
7775 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7776 (Command Syntax, Signals, Backtrace, Connecting)
7777 (Remote configuration, Renesas Boards, Console I/O): Fix last
7778 change: use Ctrl- instead of C-, except wrt Emacs.
7779 (File-I/O Examples): Put Ctrl-c in @kbd.
7780 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7781 (Console I/O): Use @samp with Ctrl-.
7782 (Signals, Set Breaks, Set Watchpoints): Document optional
7783 arguments to `info signals' `handle', `info breakpoints', and
7784 `info watchpoints'.
7785
7786 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7787
7788 * gdb.texinfo (Backtrace): Fix last change.
7789
7790 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7793
7794 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7795
7796 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7797 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7798 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7799
7800 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7801 Daniel Jacobowitz <dan@codesourcery.com>
7802
7803 * gdb.texinfo (Packets): Document vFlashErase,
7804 vFlashWrite and vFlashDone packets.
7805 (General Query Packets): Document qXfer:memory-map:read.
7806 Add a new feature for qXfer:memory-map:read.
7807 (Memory map format): New section.
7808 (Target Commands): Mention that gdb can write flash.
7809
7810 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7811 Daniel Jacobowitz <dan@codesourcery.com>
7812
7813 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7814 memory regions and "mem auto".
7815
7816 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7817
7818 * gdbint.texinfo (Array Containers): New section.
7819
7820 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7821
7822 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7823 -stack-list-arguments HIGH_FRAME argument can be larger then the
7824 actual number of frames.
7825
7826 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7827
7828 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7829 -stack-list-locals HIGH_FRAME argument can be larger then the
7830 actual number of frames.
7831
7832 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7833
7834 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7835 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7836
7837 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7838
7839 * gdbint.texinfo (Overall Structure): New section "Source Tree
7840 Structure".
7841
7842 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7843
7844 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7845 responses.
7846
7847 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7848
7849 * gdb.texinfo (Source Path): Add documentation for new
7850 substitute-path commands.
7851
7852 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7853
7854 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7855 (Running Configure): ...here.
7856 (Requirements): New node. Mention expat.
7857
7858 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7859
7860 * gdb.texinfo (Target Commands): Remove
7861 'set download-write-size' and 'show download-write-size'.
7862
7863 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7864
7865 * stabs.texinfo (Member Type Descriptor): Correct example for
7866 pointer to member types.
7867
7868 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7869
7870 * gdb.texinfo (Optional warnings and messages): Add
7871 'set/show trace-commands'.
7872 (Command files): Add '-v' to source command.
7873
7874 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7875
7876 * gdb.texinfo (OS Information): Update qPart reference to
7877 qXfer.
7878 (Remote configuration): Likewise.
7879 (Overview): Move @cindex to the start of a paragraph. Talk
7880 about binary data encoding.
7881 (Packets): Refer to the overview for the details of the X
7882 packet encoding.
7883 (General Query Packets): Remove qPart description. Add qXfer
7884 description. Add an anchor to qSupported. Correct feature
7885 table title. Add a new feature for qXfer:auxv:read.
7886 (Interrupts): Add a missing parenthesis.
7887
7888 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7889
7890 * gdb.texinfo (KOD): Remove node.
7891 (GDB/MI Kod Commands): Remove commented out node.
7892
7893 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7894
7895 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7896 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7897 (GDB/MI Thread Commands, GDB/MI Program Execution)
7898 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7899 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7900 (GDB/MI File Commands, GDB/MI Target Manipulation)
7901 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7902 since the MI prompt is hard-wired into the code.
7903
7904 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7907 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7908 (GDB/MI Data Manipulation): Remove description of unimplemented
7909 display related commands as variable objects perform this function
7910 and are superior: -display-delete, -display-disable,
7911 -display-enable, -display-insert and -display-list. Move
7912 -environment-cd, -environment-directory, -environment-path
7913 and -environment-pwd to "Program Context".
7914 (GDB/MI Program Control): Rename to "Program Execution". Move
7915 -exec-arguments -exec-abort to...
7916 (GDB/MI Program Context): ...here. New node split from "Data
7917 Manipulation".
7918
7919 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7920
7921 * gdb.texinfo (Remote configuration): Document set / show
7922 remote supported-packets.
7923 (General Query Packets): Document qSupported packet.
7924
7925 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7926
7927 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7928 and font markup.
7929 (Protocol basics): Likewise.
7930 (The F request packet): Likewise.
7931 (The F reply packet): Likewise.
7932 (Memory transfer): Move this node to be a subsubsection of
7933 "Protocol specific representation of datatypes".
7934 (The Ctrl-C message): More copy editing.
7935 (Console I/O): Likewise.
7936 (The isatty call): Delete this node, and merge its content into
7937 the "isatty" node. Fixed references elsewhere.
7938 (The system call): Delete this node, and merge its content into
7939 the "system" node. Fixed references elsewhere.
7940 (open): Reformat to use @table, and add appropriate font markup.
7941 (close): Likewise.
7942 (read): Likewise.
7943 (write): Likewise.
7944 (lseek): Likewise.
7945 (rename): Likewise.
7946 (unlink): Likewise.
7947 (stat/fstat): Likewise.
7948 (gettimeofday): Likewise.
7949 (isatty): Likewise.
7950 (system): Likewise, plus minor changes to fix confusing wording.
7951 (Integral datatypes): Fix font markup.
7952 (Pointer values): Likewise.
7953 (struct stat): Fix markup to use @table, plus minor copy editing.
7954 (struct timeval): Fix font markup, plus minor copy editing.
7955 (Constants): Minor copy editing.
7956 (Errno values): Add font markup.
7957 (File-I/O Examples): Likewise.
7958
7959 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7960
7961 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7962 (GDB/MI Simple Examples): Move node up one level. Use real
7963 examples.
7964 (GDB/MI Compatibility with CLI): Update.
7965 (GDB/MI Result Records): Add "connected" and "exit" result
7966 classes.
7967 (GDB/MI Stream Records): Clarify target output.
7968 (GDB/MI Command Description Format): Modify example description.
7969 (GDB/MI Breakpoint Table Commands): Rename to...
7970 (GDB/MI Breakpoint Commands): ...this
7971 (GDB/MI Breakpoint Commands): Add optional thread field.
7972 (GDB/MI Program Control): Add an introduction. Move "Program
7973 termination" examples into exec-run description.
7974 (GDB/MI File Commands): Mention similar CLI commands.
7975 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7976 is similar to "-gdb-version".
7977
7978 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7979
7980 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7981
7982 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7983
7984 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7985 sourceware.org for mailing lists.
7986 (GDB/MI File Commands): New node split from Program Control.
7987
7988 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7989
7990 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7991
7992 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7993
7994 * gdb.texinfo (Cygwin Native): Fix last change.
7995
7996 2006-05-22 Christopher Faylor <cgf@timesys.com>
7997
7998 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7999
8000 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
8003 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
8004
8005 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8006
8007 * gdb.texinfo (General Query Packets): Recommend not starting
8008 new packets with qC and clarify.
8009
8010 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
8011
8012 * gdb.texinfo (M2 Types): New section.
8013
8014 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
8015
8016 * agentexpr.texi: Add a copyright and license notice.
8017 * observer.texi: Likewise, with GPL clause for function prototypes.
8018 Remove trailing whitespace.
8019
8020 2006-05-05 Jim Blandy <jimb@codesourcery.com>
8021
8022 * gdb.texinfo (General Query Packets): Document conventions for
8023 terminating packet names, and their violations.
8024
8025 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8026
8027 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
8028 * gdb.texinfo: Likewise.
8029
8030 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
8031
8032 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
8033 and "show remotedebug".
8034 (Debugging Output): Add additional index entries.
8035
8036 2006-04-27 Michael Snyder <msnyder@redhat.com>
8037
8038 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8039
8040 2006-04-22 Andrew Cagney <cagney@redhat.com>
8041
8042 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8043 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8044
8045 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
8046
8047 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8048 and remove breakpoint prototypes.
8049 (Watchpoints): Move description of target_insert_hw_breakpoint and
8050 target_remove_hw_breakpoint ...
8051 (Breakpoints): ... to here. Document target_insert_breakpoint and
8052 target_remove_breakpoint.
8053
8054 2006-04-17 Jim Blandy <jimb@codesourcery.com>
8055
8056 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8057 and C packets are optional.
8058
8059 2006-04-14 Frederic Riss <frederic.riss@st.com>
8060
8061 * gdb.texinfo (Specifying source directories): Update the description
8062 of the source file search to reflect the fact that the source path
8063 always contains at least $cdir and $cwd.
8064
8065 2006-03-31 Michael Snyder <msnyder@redhat.com>
8066
8067 * gdb.texinfo: Update copyright dates.
8068
8069 2006-03-31 Eli Zaretskii <eliz@gnu.org>
8070
8071 * gdb.texinfo (Overview): Add an index entry to "empty response".
8072
8073 2006-03-28 Jim Blandy <jimb@codesourcery.com>
8074
8075 * gdbint.texinfo (Prologue Analysis): New section.
8076
8077 2006-03-07 Jim Blandy <jimb@red-bean.com>
8078
8079 * gdb.texinfo (Connecting): Document 'target remote pipe'.
8080
8081 * gdb.texinfo (Target Commands): Update text describing how to
8082 specify a target. Refer to the detailed section on remote
8083 debugging, not the brief mention.
8084
8085 * gdb.texinfo (Connecting): Organize the different 'target remote'
8086 connection methods into a table. Add a 'target remote' index
8087 entry. (!!!)
8088
8089 2006-02-17 Fred Fish <fnf@specifix.com>
8090
8091 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8092 'ptype' commands to reflect the fact that the only significant
8093 difference between them is that ptype prints the complete type
8094 description instead of just the name.
8095
8096 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8097
8098 * gdbint.texinfo (Watchpoints): Delete
8099 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8100
8101 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8102
8103 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8104 times fields where needed. Fix typos. Update general form given
8105 for output of -break-insert.
8106 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8107
8108 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8109
8110 * gdbint.texinfo (Symbol Handling): Add a section
8111 on memory management.
8112
8113 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8114
8115 * gdb.texinfo (Breakpoint table commands): Document the fullname
8116 field in -break-list output.
8117
8118 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8119
8120 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8121 debugging information produced by the various "set debug..."
8122 options.
8123
8124 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8125
8126 * gdb.texinfo (Files): Remove obsolete bits from the description
8127 of "symbol-file".
8128
8129 2006-01-25 Jim Blandy <jimb@redhat.com>
8130
8131 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8132
8133 2006-01-24 Jim Blandy <jimb@redhat.com>
8134
8135 * gdbint.texinfo (Frames): Document the basics of GDB's register
8136 unwinding model, and explain the existence of the "sentinel" frame.
8137
8138 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8139
8140 * gdb.texinfo (Choosing files): Mention that -directory is used
8141 for script files.
8142 (Specifying source directories): Likewise.
8143 (Command files): Explain how script files are found.
8144
8145 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8146
8147 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8148 the threads in a multi-threaded program.
8149 (Threads): The threadno argument of "thread apply" can be a range
8150 of numbers.
8151
8152 2006-01-18 Jim Blandy <jimb@redhat.com>
8153
8154 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8155 of warning flags.
8156
8157 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8158
8159 * gdb.texinfo (Sequences): Improve menu annotations.
8160 (Define): Add index entries for arguments of user-defined
8161 commands. Move the description of flow-control commands...
8162 (Command Files): ...to here. Document loop_break and
8163 loop_continue.
8164 (Define, Command Files): Document `end' and add index entries for
8165 it.
8166
8167 2006-01-04 Michael Snyder <msnyder@redhat.com>
8168
8169 * gdb.texinfo: Add documentation for linux-fork.
8170 * gdbint.texinfo: Add internal documentation for checkpoints.
8171
8172 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8173
8174 * gdb.texinfo (Omissions from Ada): Document that there is now
8175 limited aggregate support.
8176
8177 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8178
8179 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8180 registers and the likes.
8181
8182 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8183
8184 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8185 (Symbols): Fix usage of "e.g.".
8186 (Memory Region Attributes): Fix usage of "etc."
8187
8188 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8189 (Coding): Fix usage of "e.g.".
8190
8191 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8192
8193 * stabs.texinfo:
8194 * refcard.tex:
8195 * gpl.texi:
8196 * gdbint.texinfo:
8197 * gdb.texinfo:
8198 * gdb-cfg.texi:
8199 * fdl.texi:
8200 * annotate.texinfo:
8201 * all-cfg.texi:
8202 * Makefile.in: Add (C) after Copyright. Update the FSF
8203 address.
8204
8205 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8206
8207 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8208 extend GDB with commands for external monitor.
8209
8210 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8211
8212 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8213
8214 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8215
8216 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8217
8218 2005-11-21 Jim Blandy <jimb@redhat.com>
8219
8220 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8221 placement of 'R' actions in tracepoint action packets; document
8222 dependence of 'X' and 'M' actions on a preceding 'R' action for
8223 their registers.
8224
8225 2005-11-19 Jim Blandy <jimb@redhat.com>
8226
8227 * gdb.texinfo (Tracepoint Packets): New node.
8228 (General Query Packets): Add entries for the tracepoint packets,
8229 referring to the "Tracepoint Packets" node.
8230 (Tracepoints): Add reference to "Tracepoint Packets".
8231
8232 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8233
8234 * gdb.texinfo (set remotebreak): Add anchor.
8235 (X packet): Likewise.
8236 (Remote Protocol): Add new section `Interrupts' and new index
8237 entry `interrupts (remote protocol)'.
8238
8239 2005-11-18 Jim Blandy <jimb@redhat.com>
8240
8241 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8242 entries into the General Query Packets section. Add a
8243 cross-reference to that section. Drop description of replies, as
8244 these are covered in the descriptions of each packet.
8245 (General Query Packets): Add introductory text. Explain naming
8246 conventions, and how the end of a name is recognized.
8247
8248 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8249
8250 * gdb.texinfo (Remote configuration): Fix typo in description of
8251 "set remotebreak" command.
8252
8253 2005-11-16 Jim Blandy <jimb@redhat.com>
8254
8255 * gdb.texinfo (Packets, Stop Reply Packets)
8256 (General Query Packets): Various formatting cleanups.
8257 - Use @samp for packet contents.
8258 - Drop summaries from packet @item lines; the same information appears
8259 immediately below in the description.
8260 - Delete paragraph breaks after packet @item commands, so that the
8261 description appears directly to the right of the packet prototype
8262 in the printed manual, if it fits.
8263 - Place spaces in packet prototypes between @vars and non-@var
8264 letters, and explain that they're just for formatting.
8265 - Use @dots{} instead of '...'.
8266 - Fix uses of @code where @var was needed.
8267 - Replace "deprecated" markers with English text spelling out the
8268 packet's status and the preferred alternatives.
8269 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8270 what this ever meant.
8271 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8272 this for a long time.
8273 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8274 implemented several times, and have been in use for years.
8275
8276 2005-11-15 Jim Blandy <jimb@redhat.com>
8277
8278 * gdb.texinfo (Packets): Add index entries for 'm' packet
8279 disclaimers.
8280
8281 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8282 of stub when processing an 'm' packet.
8283
8284 * gdb.texinfo (Packets): Mention that packets beginning with
8285 letters are reserved once, at the top, instead of actually listing
8286 them all and saying "reserved".
8287
8288 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8289
8290 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8291 Change @var{$arg0 to @code{$arg0.
8292
8293 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8294
8295 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8296
8297 2005-11-12 Jim Blandy <jimb@redhat.com>
8298
8299 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8300 order. Remove extraneous 'z'.
8301
8302 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8303
8304 * gdb.texinfo (Choosing files): Add --eval-command.
8305
8306 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8307
8308 * gdb.texinfo (Choosing modes): Add --return-child-result.
8309
8310
8311 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8312
8313 * gdb.texinfo (Choosing modes): Add --batch-silent.
8314
8315 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8316
8317 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8318 "The -var-update Command".
8319
8320 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8321
8322 * gdb.texinfo (Print Settings): Add documentation for set/show
8323 print array-indexes.
8324
8325 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8326
8327 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8328 6.2 and 6.3.
8329
8330 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8331
8332 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8333 since 19-Jan-2004.
8334 (Files): Likewise.
8335 (Variables, Symbols): Document the "<incomplete type>" message and
8336 its reasons.
8337
8338 2005-08-01 Fred Fish <fnf@specifix.com>
8339
8340 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8341
8342 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8343
8344 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8345 option for -var-list-children and -var-update.
8346 (GDB/MI Stack Manipulation): Simplify description of
8347 print-values option for -stack-list-locals.
8348 (GDB/MI Command Description Format): Clarify.
8349 (Mode Options): Spelling of superseded.
8350
8351 2005-07-12 Bob Rossi <bob@brasko.net>
8352
8353 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8354 corresponding GDB command comment.
8355
8356 2005-07-06 Bob Rossi <bob@brasko.net>
8357
8358 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8359 and -inferior-tty-show.
8360 (Input/Output): Document "set/show inferior-tty" and tty alias.
8361
8362 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8363
8364 * gdb.texinfo (Packets): Change description of 'D' packet to note
8365 that GDB does wait for a response.
8366
8367 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8368
8369 * gdb.texinfo (History) Rename "Command History".
8370 (Command History): Move node "Server Prefix" from section on
8371 Annotations here.
8372
8373 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8374
8375 * gdb.texinfo (GDB/MI Stack Manipulation):
8376 Re-instate -stack-info-frame with example. Say that it gets
8377 info on selected frame, not current frame.
8378
8379 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8380
8381 * gdb.texinfo (Server): Clarify that `file' should be used before
8382 connecting to the server.
8383 (Files): Add an xref to the above description.
8384 (Output Formats): More detailed description of the `c' format.
8385 (Memory): List explicitly all the formats supported by `x'.
8386 (Threads): Add an @cindex entry for "thread apply".
8387 (Files): Document the possibility of loading unlinked object
8388 files. Add more indexing for solib-absolute-prefix and
8389 --with-sysroot.
8390 (Machine Code): Document possible problems with locations in
8391 shared libraries.
8392 (Backtrace): Document that free-standing environments do not need
8393 to have a `main' function.
8394
8395 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8396
8397 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8398 -stack-info-frame.
8399
8400 2005-06-07 Andrew Cagney <cagney@gnu.org>
8401
8402 * gdb.texinfo (Contributors): Note the original multi-arch
8403 contributors.
8404
8405 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8406
8407 * gdb.texinfo (Registers): Add index entries for the standard
8408 registers.
8409 (Frames): Add cross-reference from frame pointer description to
8410 the Registers node.
8411 (Annotations Overview): Fix the reference to GDB name.
8412
8413 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8414
8415 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8416 can-use-hw-watchpoints.
8417
8418 2005-05-28 Bob Rossi <bob@brasko.net>
8419
8420 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8421 the possible reasons why an exec async record would be returned to FE.
8422
8423 2005-05-26 Andrew Cagney <cagney@gnu.org>
8424
8425 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8426 Andrew Cagney implemented the original GDB/MI.
8427
8428 2005-05-23 Orjan Friberg <orjanf@axis.com>
8429
8430 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8431 documentation. Add documentation for cris-mode.
8432
8433 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8434
8435 * gdb.texinfo (Numbers): Explain the example and make the wording
8436 more acurate.
8437
8438 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8439 Dennis Brueni <dennis@slickedit.com>
8440
8441 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8442 (GDB/MI Data Manipulation, GDB/MI Program Control)
8443 (GDB/MI Stack Manipulation): Update examples to include the fullname
8444 attribute in stack frames.
8445
8446 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8447
8448 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8449 do with other non-standard names of init files.
8450
8451 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8452
8453 * gdb.texinfo (Command Files): Move the description of the startup
8454 from here...
8455 (Startup): ...to this new subsection of the Invocation chapter.
8456 Rearrange the description of init files more logically and add a
8457 cross-reference to "Command Files". Document the special gdbinit
8458 name for CISCO 68k. Expand the description of what GDB does
8459 during startup.
8460 (History): Add index entry for HISTSIZE.
8461
8462 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8463
8464 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8465
8466 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8467
8468 * gdb.texinfo (SVR4 Process Information, The isatty call)
8469 (The system call): Don't use foo(N) notation for man pages and
8470 functions.
8471 (Compilation, DJGPP Native): Improve wording.
8472
8473 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8474
8475 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8476 were optimized away.
8477
8478 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8479
8480 * gdb.texinfo (Remote configuration): Document "set/show
8481 get-thread-local-storage-address". Add cross-reference to the
8482 description of the qGetTLSAddr packet.
8483 (General Query Packets): Mention "set remote
8484 get-thread-local-storage-address" and add a reference to its
8485 description.
8486
8487 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8488
8489 * gdb.texinfo (Backtrace): Describe 'bt full'.
8490
8491 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8492
8493 * gdb.texinfo (Mode Options): Fix typo.
8494 (GDB/MI): Describe how to invoke GDB/MI.
8495
8496 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8497
8498 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8499 references changed. Add description of "info udot".
8500 (Files): Document "set/show stop-on-solib-events".
8501 (M32R/D): Document "set/show download-path", "set/show
8502 board-address", "set/show server-address", "upload", "tload".
8503 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8504 "use_mon_code", "use_ib_break", "use_dbt_break".
8505 (Maintenance Commands): Improve indexing.
8506 (Target Commands): Document "set/show hash", "set/show debug
8507 monitor".
8508 (SVR4 Process Information): Document "info pidlist" and "info
8509 meminfo". Document "set/show procfs-tarce" and "set/show
8510 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8511 (Symbols, The Print Command with Objective-C): Improve indexing.
8512 (Objective-C): Add references to "info classes" and "info
8513 selectors".
8514 (Debugging Output): Improve wording. Document "set/show debug
8515 solib-frv". Fix "set/show debugvarobj".
8516 (Set Breaks): Add index entry for "hardware breakpoints".
8517 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8518 and "set/show usehardbreakpoints".
8519 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8520 monitor-prompt", "set/show monitor-warnings", "pmon".
8521 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8522 rdiromatzero", "set/show rdiheartbeat".
8523 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8524 "sds".
8525 (Embedded Processors): Document the "sim" command.
8526 (Remote): Document the "remote" command.
8527 (DJGPP Native): Document the "info serial" command.
8528 (Threads): Document "maint info sol-threads".
8529 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8530 (Set Breaks): Improve indexing.
8531 (Command Syntax): Add a reference to dont-repeat.
8532 (Define): Document "dont-repeat".
8533 (TUI Commands): Document "tabset".
8534 (WinCE): New subsection. Document "set/show remotedirectory",
8535 "set/show remoteupload", "set/show remoteaddhost".
8536
8537 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8538
8539 * gdb.texinfo (Hurd Native): New subsection, documents
8540 Hurd-specific commands.
8541 (Maintenance Commands): Add cross-reference to "Debugging Output".
8542 (Debugging Output): Document "set/show debug lin-lwp".
8543 (MIPS): Improve documentation of heuristic-fence-post. Document
8544 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8545 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8546 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8547 (ARM): Document ARM-specific commands.
8548 (AVR): New section. Document "info io_registers".
8549 (CRIS): New section. Document "set/show cris-version" and
8550 "set/show cris-dwarf2-cfi".
8551 (HPPA): New section. Document "set/show debug hppa" and "maint
8552 print unwind".
8553 (Neutrino): New subsection. Document "set/show debug nto-debug".
8554 (Super-H): New section. Document the "regs" command.
8555 (Debugging Output): Document "set/show debug aix-thread".
8556
8557 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8558
8559 * gdb.texinfo (Print Settings): Document "set/show print
8560 pascal_static-members", "set print repeats", "show print
8561 null-stop". Improve indexing. Fix documentation of "set print
8562 union".
8563 (Pascal): New section.
8564 (Supported languages): Rename from "Support"; all references
8565 updated. Add a menu item for Pascal.
8566 (Numbers): Document "set radix.
8567 (Screen Size): Document "set/show pagination".
8568 (MIPS Embedded): Remove "set processor" documentation.
8569 (Remote configuration): Document "set/show X/P/Z-packet",
8570 "set/show read-aux-vector-packet", "set/show remote
8571 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8572 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8573 remotedebug", "set/show remotebreak", "set/show remotedevice",
8574 "set/show remotelogfile".
8575 (Auxiliary Vector): Add reference to the description of the
8576 read-aux-vector-packet setting.
8577 (Set Watchpoints): Add a cross-reference to "set remote
8578 hardware-breakpoint-limit".
8579 (General Query Packets): Add indexing of requests and
8580 cross-references to related commands in "Remote configuration".
8581 (File-I/O Overview, The system call): Fix wording and typos.
8582 (Thread Stops): Add index entries.
8583 (Continuing and Stepping): Document "show step-mode".
8584 (i386): New node. Document "set/show struct-convention".
8585 (Files): Document "show trust-readonly-sections".
8586 (Calling): Document "set/show unwindonsignal".
8587 (Messages/Warnings): Add index entries.
8588 (Maintenance Commands): Document "set/show watchdog".
8589 (Annotations Overview): Document "show annotate".
8590 (Set Watchpoints): Add index entries.
8591 (Symbols): Fix doc of case-sensitive.
8592 (ABI): Document "show coerce-float-to-double".
8593 (Convenience Vars, Help): Improve indexing.
8594 (Machine Code): Document "show disassembly-flavor".
8595 (Debugging C plus plus): Document "show overload-resolution".
8596 (Value History, Signaling): Add index entries.
8597
8598 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8599
8600 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8601 (Processes): Fix wording.
8602 (History, List, Logging output, Define, Symbols, Print Settings):
8603 Improve indexing.
8604
8605 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8606
8607 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8608 redundant index entry for "target" command.
8609 (Backtrace): Add index entries.
8610 (Symbols, Fortran): Document the "set case-sensitive" command.
8611 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8612 (Print Settings): Add index entry for "set demangle-style".
8613 (Target Commands): Document "set download-write-size".
8614 (Debugging Output): Document "set exec-done-display".
8615
8616 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8617
8618 * gdb.texinfo (Files): Fix the name and documentation of
8619 add-shared-symbol-files. Document its alias assf. Update the
8620 list of OSs where GDB supports shared libraries. Fix markup.
8621 (Continuing and Stepping): Add reference to @var{location} in the
8622 text.
8623 (Dump/Restore Files): Fix reference to @{filename}.
8624 (Help): Fix wording.
8625 (Attach): Ditto.
8626 (Set Watchpoints): Ditto.
8627 (Backtrace): Remove redundant index entries. Improve index
8628 entries.
8629 (Delete Breaks): Fix wording.
8630 (Memory): Document the compare-sections command.
8631 (Memory Region Attributes): Improve wording.
8632 (Disabling): Improve wording.
8633 (Fortran): New subsection. Document the "info common" command.
8634 (Help): Document aliases "info copying" and "info warranty".
8635 (Caching Remote Data): New section. Document the "set/show
8636 remotecache" and "info dcache" commands.
8637 (Show): Fix wording of the documentation of the "set
8638 extension-language" command.
8639 (Signals): Add index entry for "info handle".
8640 (Memory Region Attributes): Fix punctuation.
8641 (Symbols): Change the arg name to "location" and refer to it in
8642 the text. Fix wording of "info types" doc.
8643 (Threads): Fix usage of @enumerate @item's.
8644 (Listing Tracepoints): Add index entry for "info tp".
8645 (Set Watchpoints): Add xref to "info break" description.
8646 (Macros): Add an index entry for "macro exp1". Document the
8647 "macro list" command.
8648 (Maintenance Commands): Document "flushregs", "maint agent",
8649 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8650 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8651 "maint print architecture", "maint print objfiles", "maint print
8652 statistics", "maint print type", "maint show-debug-regs", "maint
8653 space", "maint time", and "maint translate-address".
8654 (Connecting): Document the "monitor" command.
8655 (Annotations Overview): Describe the "set annotate" command.
8656
8657 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8658
8659 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8660 Rearrange index entries and improve wording about support for
8661 hardware watchpoints.
8662
8663 2005-03-10 Bob Rossi <bob@brasko.net>
8664
8665 * gdb.texinfo: Update copyright
8666
8667 2005-02-09 Theodore A. Roth <troth@openavr.org>
8668
8669 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8670 error.
8671
8672 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8673
8674 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8675
8676 2005-01-17 Michael Snyder <msnyder@redhat.com>
8677
8678 * gdb.texinfo: Fix spelling, infinte -> infinite.
8679
8680 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8681
8682 * observer.texi (GDB Observers): Document "solib_loaded".
8683
8684 2005-01-07 Andrew Cagney <cagney@gnu.org>
8685
8686 * configure.ac: Rename configure.in, require autoconf 2.59.
8687 * configure: Re-generate.
8688
8689 * configure.in: Replace configdirs with multiple references to
8690 AC_CONFIG_SUBDIRS.
8691 * configure: Re-generate.
8692
8693 2005-01-04 Andrew Cagney <cagney@gnu.org>
8694
8695 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8696 part of the version number.
8697
8698 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8699
8700 * gdbint.texinfo (Algorithms): Remove description of
8701 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8702
8703 2004-12-07 Jim Blandy <jimb@redhat.com>
8704
8705 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8706 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8707 numbers.
8708
8709 2004-12-07 Andreas Schwab <schwab@suse.de>
8710
8711 * gdb.texinfo (Mode Options): Document -l option.
8712
8713 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8714
8715 * gdbint.texinfo (Algorithms): More accurate description of
8716 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8717 is not needed unless data-read and data-access watchpoints are
8718 supported. Add a description of how GDB checks whether the
8719 inferior stopped because a watchpoint was hit.
8720
8721 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8722
8723 * gdb.texinfo (Files): Add cross-reference to description of
8724 -readnow command-line switch.
8725
8726 2004-11-10 Randolph Chung <tausq@debian.org>
8727
8728 * gdb.texinfo: Document set/show backtrace past-entry commands.
8729 Rearrange index entries for set/show backtrace past-main.
8730
8731 2004-11-10 Jon Beniston <jon@beniston.com>
8732
8733 Committed by Andrew Cagney <cagney@gnu.org>.
8734 * gdb.texinfo (Remote Serial Protocol): Further describe
8735 binary transfer escaping mechanism .
8736
8737 2004-11-08 Randolph Chung <tausq@debian.org>
8738
8739 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8740 and "show debug infrun". Add index entries.
8741
8742 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8743
8744 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8745 "info proc" that are already implemented. Add index entries.
8746 (Working Directory): Add a cross-reference to "info proc" command.
8747 (Files): Add a tip for decreasing memory used for symtabs from
8748 shared libraries.
8749 (Starting): Fix whitespace; make "elaboration" stand out where it
8750 is first used, and add an index entry for the term.
8751 (Calling): Expand and elaborate text. Add "print". Add the
8752 description of problems with weak aliases.
8753 (Core File Generation): New section.
8754
8755 2004-10-12 Andrew Cagney <cagney@gnu.org>
8756
8757 * gdbint.texinfo (Versions and Branches): New chapter.
8758 (Releasing GDB): Delete "Versions and Branches" section.
8759 (Top): Add "Versions and Branches".
8760
8761 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8762
8763 * gdb.texinfo (Editing, History): Add cross-references to the
8764 included Readline and History user documentation. Remove
8765 references to the symbol have-readline-appendices which is unused
8766 and undefined.
8767 (History): Fix indexing.
8768
8769 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8770
8771 * gdbint.texinfo (target_stopped_data_address): Update to
8772 new prototype.
8773 (i386_stopped_data_address): Update prototype and description.
8774 (i386_stopped_by_watchpoint): New function and description.
8775
8776 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8777
8778 * gdb.texinfo (Filenames): Add Ada suffixes.
8779 (Ada) New section.
8780
8781 2004-09-27 Andrew Cagney <cagney@gnu.org>
8782 Robert Picco <Robert.Picco@hp.com>
8783
8784 * gdb.texinfo (Packets): Document the "p" packet.
8785
8786 2004-09-21 Jason Molenda (jmolenda@apple.com)
8787
8788 * gdb.texinfo (Paths and Names of the Source Files): Document the
8789 meaning of values in the 'desc' field of a SO stab.
8790
8791 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8792
8793 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8794 max-cache-age" and "maint show dwarf2 max-cache-age".
8795
8796 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8797
8798 * gdb.texinfo (Set Breaks): Add index entry for setting
8799 breakpoints on overloaded C++ functions that are not members of
8800 any classes. Add an example and an index entry for setting
8801 breakpoints on all program functions.
8802 (Character Sets, Macros, Overlay Commands)
8803 (Non-debug DLL symbols, GDB/MI Output Syntax)
8804 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8805 Use "(@value{GDBP})" instead of a literal "(gdb)".
8806
8807 2004-09-12 Andrew Cagney <cagney@gnu.org>
8808
8809 * gdbint.texinfo (Native Debugging): Delete description of
8810 FILES_INFO_HOOK.
8811
8812 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8813
8814 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8815 to hex_string_custom (not historically correct, but more
8816 understandable, given the current code).
8817
8818 2004-09-03 Andrew Cagney <cagney@gnu.org>
8819
8820 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8821
8822 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8823
8824 * observer.texi (solib_unloaded): New observer.
8825
8826 2004-08-24 Andrew Cagney <cagney@gnu.org>
8827
8828 * gdbint.texinfo (Target Architecture Definition): Add missing
8829 comma.
8830
8831 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8832
8833 * (Using the Testsuite): build != host is supported,
8834 but some test scripts do not support build != host.
8835
8836 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8837
8838 * gdbint.texinfo (Host Definition): Delete description of
8839 FCLOSE_PROVIDED and GETENV_PROVIDED.
8840
8841 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8842
8843 * gdbint.texinfo (Host Definition): Delete description of
8844 NO_SYS_FILE.
8845 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8846 PTRACE_FP_BUG.
8847
8848 2004-08-05 Andrew Cagney <cagney@gnu.org>
8849
8850 * gdbint.texinfo (Target Architecture Definition): Delete
8851 reference to deprecated_read_fp.
8852
8853 2004-08-02 Andrew Cagney <cagney@gnu.org>
8854
8855 * gdbint.texinfo (Target Architecture Definition): Delete
8856 description of DEPRECATED_REGISTER_BYTES.
8857
8858 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8859
8860 * gdb.texinfo (Source Path): Document the new behavior of
8861 searching for the source files.
8862
8863 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8864
8865 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8866 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8867 (Auto Display): Improve indexing.
8868
8869 2004-07-16 Andrew Cagney <cagney@gnu.org>
8870
8871 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8872 "-noasync".
8873
8874 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8875
8876 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8877 have the same prefix have only their prefix in the index.
8878
8879 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8880
8881 * gdb.texinfo (BSD libkvm Interface): New node (section)
8882 (Native): Add it to the menu.
8883
8884 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8885
8886 * gdbint.texinfo (Target Architecture Definition): Remove
8887 PCC_SOL_BROKEN.
8888
8889 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8890
8891 * gdbint.texinfo (Target Architecture Definition): Remove
8892 SUN_FIXED_LBRAC_BUG.
8893
8894 2004-06-26 Andrew Cagney <cagney@gnu.org>
8895
8896 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8897
8898 2004-06-20 Andrew Cagney <cagney@gnu.org>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Deprecate
8901 USE_STRUCT_CONVENTION.
8902
8903 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8904
8905 gdb.texinfo (Bug Reporting): Mention session recording,
8906 with the script command or Emacs.
8907
8908 2004-06-18 Andrew Cagney <cagney@gnu.org>
8909
8910 * gdbint.texinfo (Target Architecture Definition): Deprecate
8911 FUNCTION_START_OFFSET.
8912
8913 2004-06-14 Andrew Cagney <cagney@gnu.org>
8914
8915 Based on changes from Karl Berry.
8916 * gdb.texinfo: Do not use @sc in a direntry.
8917 * stabs.texinfo: Change @dircateogry to "Software development".
8918 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8919
8920 2004-06-13 Andrew Cagney <cagney@gnu.org>
8921
8922 * gdbint.texinfo (Target Architecture Definition): Delete
8923 description of RETURN_VALUE_ON_STACK.
8924
8925 2004-06-09 Andrew Cagney <cagney@gnu.org>
8926
8927 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8928 deleted by previous patch.
8929
8930 2004-06-08 Andrew Cagney <cagney@gnu.org>
8931
8932 * gdbint.texinfo (Native Debugging): Delete documentation on
8933 ATTACH_DETACH.
8934
8935 2004-06-06 Randolph Chung <tausq@debian.org>
8936
8937 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8938
8939 2004-06-06 Randolph Chung <tausq@debian.org>
8940
8941 * gdb.texinfo (push_dummy_call): Update argument list to match
8942 the new push_dummy_call method signature. Describe the function
8943 argument.
8944
8945 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8946
8947 * gdb.texinfo (Starting): Document new start command.
8948
8949 2004-05-21 Andrew Cagney <cagney@redhat.com>
8950
8951 * observer.texi (GDB Observers): Document "inferior_created".
8952
8953 2004-05-08 Andrew Cagney <cagney@redhat.com>
8954
8955 * gdbint.texinfo (Target Architecture Definition): Delete
8956 description of DO_DEFERRED_STORES.
8957
8958 * gdbint.texinfo (Target Architecture Definition): Delete
8959 references to DEPRECATED_FIX_CALL_DUMMY.
8960
8961 * gdbint.texinfo (Target Architecture Definition): Delete
8962 description of DEPRECATED_CALL_DUMMY_WORDS,
8963 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8964
8965 * gdbint.texinfo (Target Architecture Definition): Delete
8966 description of DEPRECATED_PUSH_DUMMY_FRAME.
8967
8968 * gdbint.texinfo (Target Architecture Definition): Delete
8969 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8970
8971 2004-05-07 Andrew Cagney <cagney@redhat.com>
8972
8973 * observer.texi (GDB Observers): Add "Debugging" section. Include
8974 cross reference to "set/show debug observer".
8975 * gdb.texinfo (Debugging Output): Document "set/show debug
8976 observer".
8977
8978 2004-05-01 Andrew Cagney <cagney@redhat.com>
8979
8980 * gdbint.texinfo (Target Architecture Definition): Delete
8981 description of DEPRECATED_PC_IN_SIGTRAMP.
8982
8983 2004-04-30 Andrew Cagney <cagney@redhat.com>
8984
8985 * gdbint.texinfo (Target Architecture Definition): Delete
8986 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8987
8988 2004-04-30 Orjan Friberg <orjanf@axis.com>
8989
8990 * observer.texi (GDB Observers): Correct spelling.
8991
8992 2004-04-26 Orjan Friberg <orjanf@axis.com>
8993
8994 * observer.texi (GDB Observers): Add target_changed event.
8995
8996 2004-04-08 Andrew Cagney <cagney@redhat.com>
8997
8998 * observer.texi (GDB Observers): Rework, provide generic observer
8999 definitions and then a list of observable events.
9000
9001 2004-04-04 Andrew Cagney <cagney@redhat.com>
9002
9003 * gdbint.texinfo (Host Definition): Delete reference to
9004 NO_SIGINTERRUPT.
9005
9006 2004-04-02 Andrew Cagney <cagney@redhat.com>
9007
9008 * gdbint.texinfo (Target Architecture Definition): Delete
9009 reference to DEPRECATED_CALL_DUMMY_LENGTH.
9010
9011 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9012
9013 * gdb.texinfo (TUI Commands): Document tui reg commands.
9014
9015 2004-03-26 Andrew Cagney <cagney@redhat.com>
9016
9017 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
9018 "gdbtui".
9019 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
9020 (Contributors): Mention both Text and Terminal User Interface.
9021
9022 2004-03-23 Andrew Cagney <cagney@redhat.com>
9023
9024 * gdbint.texinfo (Target Architecture Definition): Deprecate
9025 references to SIGTRAMP_START and SIGTRAMP_END.
9026
9027 2004-03-23 Andrew Cagney <cagney@redhat.com>
9028
9029 * gdbint.texinfo (Target Architecture Definition): Deprecate
9030 references to PC_IN_SIGTRAMP.
9031
9032 2004-03-19 Andrew Cagney <cagney@redhat.com>
9033
9034 * gdbint.texinfo (Target Architecture Definition): Delete
9035 reference to GDB_TARGET_IS_HPPA.
9036
9037 2004-03-18 Andrew Cagney <cagney@redhat.com>
9038
9039 * gdbint.texinfo (Coding): Update section on gdbarch_data,
9040 describe pre_init and post_init.
9041
9042 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9043
9044 * gdb.texinfo (Debugging Output): Document values for "set debug
9045 target".
9046
9047 2004-02-28 Andrew Cagney <cagney@redhat.com>
9048
9049 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9050
9051 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9052
9053 * gdb.texinfo (breakpoints): Add information about the
9054 new "set breakpoint pending" and "show breakpoint pending"
9055 commands.
9056
9057 2004-02-26 Andrew Cagney <cagney@redhat.com>
9058
9059 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9060 in Per-architecture module data section.
9061
9062 2004-02-25 Roland McGrath <roland@redhat.com>
9063
9064 * gdb.texinfo (General Query Packets): Document qPart:... packets.
9065
9066 2004-02-24 Andrew Cagney <cagney@redhat.com>
9067
9068 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9069 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9070 * fdl.texi: Import Version 1.2, November 2002.
9071
9072 2004-02-17 Andrew Cagney <cagney@redhat.com>
9073
9074 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9075
9076 2004-02-16 Andrew Cagney <cagney@redhat.com>
9077
9078 * gdbint.texinfo (Target Architecture Definition): Deprecate
9079 FRAMELESS_FUNCTION_INVOCATION.
9080
9081 2004-02-16 Andrew Cagney <cagney@redhat.com>
9082
9083 * gdbint.texinfo (Coding): Mention -Wunused-function.
9084
9085 2004-02-14 Andrew Cagney <cagney@redhat.com>
9086
9087 * gdbint.texinfo (Target Architecture Definition): Delete
9088 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9089
9090 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9091
9092 * gdb.texinfo: Properly quote the name "C++".
9093 * gdbint.texinfo: Ditto.
9094 * stabs.texinfo: Ditto.
9095
9096 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9097
9098 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9099 minimal information about libiberty.
9100
9101 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9102
9103 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9104
9105 2004-02-04 Roland McGrath <roland@redhat.com>
9106
9107 * gdb.texinfo (Auxiliary Vector): New node (section).
9108 (Data): Add it to the menu.
9109
9110 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9111
9112 * gdb.texinfo (Breakpoints): Add information about pending
9113 breakpoint support.
9114
9115 2004-01-26 Andrew Cagney <cagney@redhat.com>
9116
9117 * gdb.texinfo (Overview): Delete references to the cisco protocol
9118 including the "N" response.
9119
9120 2004-01-26 Andrew Cagney <cagney@redhat.com>
9121
9122 * gdbint.texinfo (Target Architecture Definition): Rename
9123 EXTRACT_STRUCT_VALUE_ADDRESS to
9124 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9125
9126 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9127
9128 * gdb.texinfo (KOD): Document "show os". Add index entries for
9129 "set/show os" and "info cisco" commands.
9130
9131 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9132
9133 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9134
9135 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9136
9137 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9138 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9139
9140 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9141
9142 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9143 -stack-list-locals.
9144 (GDB/MI Variable Objects): Describe extension to
9145 -var-list-children.
9146
9147 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9148
9149 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9150
9151 2004-01-17 Andrew Cagney <cagney@redhat.com>
9152
9153 * gdbint.texinfo (Target Architecture Definition): Delete
9154 documentation on DEPRECATED_NPC_REGNUM.
9155
9156 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9157
9158 * gdb.texinfo: Update copyright year. Mention that set
9159 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9160 "set follow-fork-mode ask".
9161
9162 2004-01-13 Andrew Cagney <cagney@redhat.com>
9163
9164 * gdbint.texinfo: Update copyright year.
9165 (Coding): Add -Wunused-label to list of -Werror warnings.
9166
9167 2004-01-08 Jason Molenda <jmolenda@apple.com>
9168 Eli Zaretskii <eliz@gnu.org>
9169
9170 * gdb.texinfo: Update copyright.
9171 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9172 around names, as appropriate. Minor syntax cleanup of
9173 _NSPrintForDebugger explanation. Two spaces after periods.
9174 GDBN used instead of lit. "gdb". Index entries added for
9175 print-object and _NSPrintForDebugger. @noindent added in one spot.
9176
9177 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9178
9179 * stabs.texinfo: Add dircategory and direntry commands.
9180 * annotate.texinfo: Ditto.
9181
9182 2003-11-10 Andrew Cagney <cagney@redhat.com>
9183
9184 * gdbint.texinfo (Target Architecture Definition): Replace the
9185 return_value method's "inval" and "outval" parameters with
9186 "readbuf" and "writebuf".
9187
9188 2003-10-28 Jim Blandy <jimb@redhat.com>
9189
9190 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9191 from "The `F' request packet" and "The `F' reply packet", to make
9192 texi2dvi happy.
9193 (File-I/O remote protocol extension): Update menu entries, too.
9194
9195 2003-10-26 Michael Chastain <mec@shout.net>
9196
9197 * gdb.texinfo (Thread Stops): Document the issue with
9198 premature return from system calls in multi-threaded programs.
9199
9200 2003-10-24 Andrew Cagney <cagney@redhat.com>
9201
9202 * annotate.texinfo: Fix "fortunatly"[sic].
9203
9204 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9205
9206 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9207 with "Hitachi" and "Mitsubishi".
9208
9209 2003-10-20 Andrew Cagney <cagney@redhat.com>
9210
9211 * gdbint.texinfo (Target Architecture Definition): Document
9212 gdbarch_return_value. Add cross references from
9213 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9214 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9215
9216 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9217
9218 * gdbint.texinfo (Target Architecture Definition): Document
9219 regset_from_core_section.
9220
9221 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9222
9223 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9224
9225 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9226
9227 From Anthony Green <green@redhat.com>:
9228 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9229
9230 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9231
9232 * gdb.texinfo (Breakpoint related warnings): New node.
9233 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9234
9235 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9236
9237 * gdb.texinfo (Remote Protocol): Document v and vCont.
9238
9239 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9240
9241 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9242 * gdbint.texinfo: Ditto.
9243
9244 2003-10-09 Andrew Cagney <cagney@redhat.com>
9245
9246 From 2003-09-18 David Anderson <davea@sgi.com>:
9247 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9248 "command".
9249
9250 2003-10-03 Andrew Cagney <cagney@redhat.com>
9251
9252 * gdbint.texinfo (Target Architecture Definition): Deprecate
9253 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9254 just target.
9255
9256 2003-10-02 Andrew Cagney <cagney@redhat.com>
9257
9258 * gdbint.texinfo (Target Architecture Definition): Rename
9259 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9260 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9261 * gdbint.texinfo (Target Architecture Definition): Rename
9262
9263 2003-09-30 Andrew Cagney <cagney@redhat.com>
9264
9265 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9266 (Target Architecture Definition):
9267
9268 * gdbint.texinfo (Target Architecture Definition): Rename
9269 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9270
9271 2003-09-29 Andrew Cagney <cagney@redhat.com>
9272
9273 * gdbint.texinfo (Target Architecture Definition): Delete
9274 documentation for NEED_TEXT_START_END.
9275
9276 * gdbint.texinfo (Target Architecture Definition): Rename
9277 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9278 TARGET_WRITE_PC.
9279
9280 2003-09-22 Michael Chastain <mec@shout.net>
9281
9282 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9283
9284 2003-09-21 Anthony Green <green@redhat.com>
9285
9286 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9287
9288 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9289
9290 * gdbint.texinfo (Target Architecture Definition): Document
9291 stabs_argument_has_addr.
9292
9293 2003-09-18 Andrew Cagney <cagney@redhat.com>
9294
9295 * gdbint.texinfo (Target Architecture Definition): Delete
9296 documentation on REGISTER_NAMES.
9297
9298 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9299
9300 * gdbint.texinfo (Target Architecture Definition): Replace
9301 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9302
9303 2003-09-11 Andrew Cagney <cagney@redhat.com>
9304
9305 * gdbint.texinfo (Target Architecture Definition): Replace
9306 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9307
9308 2003-08-18 Andrew Cagney <cagney@redhat.com>
9309
9310 * gdbint.texinfo (Target Architecture Definition): Document
9311 "frame_red_zone_size".
9312
9313 2003-08-09 Andrew Cagney <cagney@redhat.com>
9314
9315 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9316 with "set/show backtrace past-main" and "set/show backtrace
9317 limit".
9318
9319 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9320
9321 * Makefile.in (install-info): Support DESTDIR.
9322 (install-html): Likewise.
9323
9324 2003-08-07 Andrew Cagney <cagney@redhat.com>
9325
9326 Patch from Nick Roberts.
9327 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9328 bindings. Remove description of send-gdb-command.
9329
9330 2003-08-07 Andrew Cagney <cagney@redhat.com>
9331
9332 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9333 GDB 6.0.
9334
9335 2003-08-06 Andrew Cagney <cagney@redhat.com>
9336
9337 * gdb.texinfo (Mode Options): Mention that level three is the
9338 highest available and that level 2 is deprecated.
9339 (Annotations Overview): Mention annotation levels. Cross reference
9340 to "Limitations of the Annotation Interface" in annotate.texi.
9341 (TODO, Value Annotations, Frame Annotations): Delete section.
9342 (Displays, Breakpoint Info): Delete.
9343
9344 2003-08-04 Andrew Cagney <cagney@redhat.com>
9345
9346 * agentexpr.texi: Delete @bye.
9347 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9348 (stabs.info): Add $(srcdir) to include search path.
9349 (html): Depend on "annotate_toc.html", and not "annotate.html".
9350 * stabs.texinfo: Ditto. Include "fdl.texi".
9351 * gdbint.texinfo: Update copyright statement's list of invariant
9352 sections.
9353
9354 2003-07-28 Andrew Cagney <cagney@redhat.com>
9355
9356 * Makefile.in (INFO_DEPS): Add annotate.info.
9357 (dvi, ps, html, pdf): Add annotate.
9358 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9359 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9360 (ANNOTATE_DOC_FILES): New macro.
9361 (ANNOTATE_TEX_TMPS): New macro.
9362 (annotate.info, annotate_toc.html): Specify dependencies.
9363 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9364 * annotate.texinfo: Rename annotate.texi. Get building. Add
9365 "Migrating to GDB/MI" and "Limitations of the Annotation
9366 Interface" chapters. Mention why it is not part of the user
9367 guide. Update copyright notice. Include "fdl.texi".
9368
9369 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9370
9371 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9372
9373 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9374
9375 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9376
9377 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9378
9379 * gdb.texinfo (Server): Mention pidof.
9380
9381 2003-07-22 Andrew Cagney <cagney@redhat.com>
9382
9383 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9384 list.
9385
9386 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * gdb.texinfo (Logging output): New chapter.
9389
9390 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9391
9392 * gdb.texinfo (Unsupported languages): New section.
9393 (Languages): Add link to new section.
9394
9395 2003-06-22 Andrew Cagney <cagney@redhat.com>
9396
9397 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9398
9399 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9400
9401 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9402
9403 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9406 * agentexpr.texi: Retitle section, and change it to an appendix.
9407 Comment out texinfo initialization. Factor a @var{} into two
9408 pieces to prevent makeinfo warnings.
9409 * gdb.texinfo: Add Agent Expressions appendix.
9410
9411 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9412
9413 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9414
9415 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9418 remote target". Document the "detach" and "disconnect" commands.
9419 (Server, Netware, Debug Session): Reference "Connecting to a
9420 remote target".
9421 (GDB/MI Target Manipulation): Document "-target-disconnect".
9422
9423 2003-06-13 Andrew Cagney <cagney@redhat.com>
9424
9425 * gdbint.texinfo (Target Architecture Definition): Deprecate
9426 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9427 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9428
9429 2003-06-09 Jim Blandy <jimb@redhat.com>
9430
9431 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9432
9433 2003-06-08 Andrew Cagney <cagney@redhat.com>
9434
9435 * gdbint.texinfo (Target Architecture Definition): Delete
9436 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9437
9438 2003-06-08 Andrew Cagney <cagney@redhat.com>
9439
9440 * gdbint.texinfo (Target Architecture Definition): Document
9441 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9442
9443 2003-06-07 Adam Fedor <fedor@gnu.org>
9444
9445 * gdb.texinfo: Add Objective-C documentation.
9446
9447 2003-06-01 Andrew Cagney <cagney@redhat.com>
9448
9449 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9450 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9451
9452 2003-05-21 Andrew Cagney <cagney@redhat.com>
9453
9454 * gdbint.texinfo (Target Architecture Definition): Delete
9455 references to "extract_address" and "store_address".
9456
9457 2003-05-16 Andrew Cagney <cagney@redhat.com>
9458
9459 * gdbint.texinfo (Target Architecture Definition): Replace
9460 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9461 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9462
9463 2003-05-14 Theodore A. Roth <troth@openavr.org>
9464
9465 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9466
9467 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9468
9469 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9470 (gdb.dvi): Likewise.
9471 (gdb.pdf): Likewise.
9472 (links2roff): Likewise.
9473
9474 2003-05-08 Jim Blandy <jimb@redhat.com>
9475
9476 * gdb.texinfo (Dump/Restore Files): Update documentation for
9477 'dump', 'append', and 'restore': note that format argument is
9478 optional; simplify presentation of the command variants; and be
9479 more precise about the formats.
9480
9481 2003-05-07 Jim Blandy <jimb@redhat.com>
9482
9483 * gdb.texinfo (Symbols): Update documentation: 'maint list
9484 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9485 symtabs' and 'maint info psymtabs'.
9486
9487 2003-05-05 Andrew Cagney <cagney@redhat.com>
9488
9489 * gdbint.texinfo (Target Architecture Definition): Make
9490 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9491 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9492 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9493
9494 2003-05-04 Andrew Cagney <cagney@redhat.com>
9495
9496 * gdb.texinfo (Maintenance Commands): Document "maint print
9497 dummy-frames".
9498
9499 2003-05-04 Andrew Cagney <cagney@redhat.com>
9500
9501 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9502
9503 2003-05-03 J. Brobecker <brobecker@gnat.com>
9504
9505 Thierry Schneider <tpschneider1@yahoo.com>
9506 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9507 for new MI command.
9508
9509 2003-05-03 Andrew Cagney <cagney@redhat.com>
9510
9511 * gdbint.texinfo (Target Architecture Definition): Document
9512 push_dummy_code. Add cross references.
9513
9514 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9515
9516 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9517 set/show charsets commands.
9518
9519 2003-04-28 Andrew Cagney <cagney@redhat.com>
9520
9521 * gdbint.texinfo (Target Architecture Definition): Replace
9522 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9523 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9524
9525 2003-04-28 Andrew Cagney <cagney@redhat.com>
9526
9527 * gdbint.texinfo (Target Architecture Definition): Rename
9528 "tm_print_insn" to "deprecated_tm_print_insn".
9529
9530 2003-04-09 Jim Blandy <jimb@redhat.com>
9531
9532 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9533 list psymtabs'.
9534
9535 2003-04-08 Andrew Cagney <cagney@redhat.com>
9536
9537 * gdbint.texinfo (Target Architecture Definition): Delete
9538 references to EXTRA_FRAME_INFO.
9539
9540 2003-04-08 Andrew Cagney <cagney@redhat.com>
9541
9542 * gdbint.texinfo (Target Architecture Definition): Delete
9543 PRINT_TYPELESS_INTEGER.
9544
9545 2003-04-02 J. Brobecker <brobecker@gnat.com>
9546
9547 * observer.texi (GDB Observers): Adjust the documentation for the
9548 normal_stop notification to better describe reality. Fix a couple
9549 of minor typos.
9550
9551 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9552
9553 * gdb.texinfo (GDB/MI Program Control): Add
9554 '-file-list-exec-source-file'
9555
9556 2003-03-31 Andrew Cagney <cagney@redhat.com>
9557
9558 * gdbint.texinfo (Target Architecture Definition): Delete
9559 references to CALL_DUMMY_P.
9560
9561 2003-03-30 Andrew Cagney <cagney@redhat.com>
9562
9563 * gdbint.texinfo (Target Architecture Definition): Remove
9564 reference to TARGET_WRITE_SP.
9565
9566 2003-03-27 Andrew Cagney <cagney@redhat.com>
9567
9568 * gdbint.texinfo (Target Architecture Definition): Remove
9569 references to write_sp.
9570
9571 2003-03-27 Andrew Cagney <cagney@redhat.com>
9572
9573 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9574 chapter body. Use @smallexample instead of @example.
9575 (Annotations): Ditto.
9576 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9577 annotate.texi.
9578
9579 2003-03-26 Andrew Cagney <cagney@redhat.com>
9580
9581 * gdbint.texinfo (Target Architecture Definition): Replace
9582 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9583 dummy_addr parameters.
9584
9585 2003-03-25 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdbint.texinfo (Target Architecture Definition): Delete
9588 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9589 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9590 Add reference to PUSH_ARGUMENTS.
9591
9592 2003-03-23 Andrew Cagney <cagney@redhat.com>
9593
9594 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9595 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9596
9597 2003-03-18 J. Brobecker <brobecker@gnat.com>
9598
9599 * gdbint.texinfo (Algorithms): Add new section describing the
9600 Observer paradigm.
9601 (Top): Add menu entry to new observer appendix.
9602 * observer.texi: New file.
9603 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9604 new observer.texi file.
9605
9606 2003-03-17 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9609 that GNU Press update the manual version number.
9610
9611 2003-03-12 Andrew Cagney <cagney@redhat.com>
9612
9613 * gdbint.texinfo (Target Architecture Definition): Delete
9614 references to get_saved_register. Rename GET_SAVED_REGISTER to
9615 DEPRECATED_GET_SAVED_REGISTER.
9616
9617 2003-03-13 Andrew Cagney <cagney@redhat.com>
9618
9619 * gdbint.texinfo (Target Architecture Definition): Replace
9620 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9621
9622 2003-03-12 Andrew Cagney <cagney@redhat.com>
9623
9624 * gdbint.texinfo (Target Architecture Definition): Rename
9625 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9626
9627 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9628
9629 * gdb.texinfo: Add File-I/O documentation.
9630
9631 2003-03-10 Andrew Cagney <cagney@redhat.com>
9632
9633 * gdbint.texinfo (Target Architecture Definition): Cross reference
9634 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9635
9636 2003-03-07 Andrew Cagney <cagney@redhat.com>
9637
9638 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9639 frame" command.
9640
9641 2003-03-05 Andrew Cagney <cagney@redhat.com>
9642
9643 * gdbint.texinfo (Target Architecture Definition): Document
9644 unwind_dummy_id. Cross reference unwind_dummy_id and
9645 SAVE_DUMMY_FRAME_TOS.
9646
9647 2003-03-05 James Ingham <jingham@apple.com>
9648 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9651 and "show cp-abi".
9652
9653 2003-03-03 Andrew Cagney <cagney@redhat.com>
9654
9655 * gdbint.texinfo (Target Architecture Definition): Document
9656 register_type.
9657
9658 2003-03-03 Andrew Cagney <cagney@redhat.com>
9659
9660 * stabs.texinfo (Structures): Use @samp and separate @var's
9661 instead of a single @var containing a comma separated list.
9662 (Unions): Ditto.
9663
9664 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9665
9666 * Makefile.in (distclean): Remove config.log.
9667
9668 2003-03-01 Andrew Cagney <cagney@redhat.com>
9669
9670 * gdbint.texinfo (Target Architecture Definition): Rename
9671 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9672
9673 2003-03-01 Andrew Cagney <cagney@redhat.com>
9674
9675 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9676 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9677
9678 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9679
9680 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9681 (Non-debug DLL symbols): New node, describing the minimal symbols
9682 loaded from DLLs without real debugging symbols.
9683
9684 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9685
9686 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9687 hardware-breakpoint-limit".
9688 (Set Watchpoints): Add cross reference to "set remote
9689 hardware-watchpoint-limit".
9690 (Remote configuration options): New section.
9691
9692 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9693
9694 * gdbint.texinfo (Target Architecture Definition): Delete
9695 descrption of IS_TRAPPED_INTERNALVAR.
9696
9697 From Keith Seitz <keiths@redhat.com>:
9698 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9699 option "-i"/"--interpreter" to this chapter. Include index
9700 entries.
9701
9702 2003-02-04 David Carlton <carlton@math.stanford.edu>
9703
9704 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9705 (Variables): Recommend stabs+ and DWARF 2.
9706 (C plus plus expressions): Correct info about
9707 compiler versions, debug formats.
9708 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9709 PR symtab/874.
9710
9711 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9712
9713 * gdbint.texinfo (Target Architecture Definition): Delete
9714 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9715 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9716 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9717 references to nindy and i960.
9718 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9719
9720 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9721
9722 * gdbint.texinfo (Target Architecture Definition): Delete
9723 FLOAT_INFO.
9724
9725 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9726
9727 * stabs.texinfo (Member Type Descriptor): Clarify description of
9728 `@'. Suggested by Ben Hutchings.
9729
9730 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9731
9732 * gdb.texinfo (M68K): Delete reference to es1800.
9733
9734 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdb.texinfo (Maintenance Commands): Document `maint print
9737 reggroups' and `maint print register-groups'.
9738 * gdbint.texinfo (Target Architecture Definition): Document
9739 register_reggroup_p.
9740
9741 2003-01-23 Jim Blandy <jimb@redhat.com>
9742
9743 * gdb.texinfo (Separate Debug Files): New section.
9744
9745 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9746
9747 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9748 and "maint show profile".
9749
9750 2003-01-16 Michael Chastain <mec@shout.net>
9751
9752 * gdb.texinfo (Installing GDB): Warn against
9753 ".../gdb-VERSION/gdb/configure".
9754 (Separate Objdir): Likewise.
9755
9756 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9757
9758 * gdbint.texinfo (Target Architecture Definition): Delete
9759 definition of PRINT_REGISTER_HOOK.
9760
9761 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9762
9763 (OpenRISC 1000): Fix formatting of command names.
9764
9765 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9766
9767 * gdb.texinfo (Continuing and Stepping): Add new command
9768 'advance'. Clarify behavior of 'until'.
9769
9770 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9771
9772 * gdb.texinfo (Files): Document solib-absolute-prefix and
9773 solib-search-path.
9774
9775 2003-01-09 Michael Chastain <mec@shout.net>
9776
9777 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9778 (Create a Release): Add new instructions for new @file{src-release}.
9779 Document existing instructions for @file{Makefile.in} as
9780 being for @value{GDBN} 5.3.1 or earlier.
9781
9782 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9783
9784 * gdbint.texinfo (Target Architecture Definition): Mention
9785 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9786 allocate memory.
9787
9788 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * gdb.texinfo (Controlling GDB): Add @kindex for
9791 "show osabi".
9792 (Backtraces): Add @kindex's for backtrace-below-main.
9793
9794 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9795
9796 * gdb.texinfo (Controlling GDB): Document "set osabi".
9797
9798 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9799
9800 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9801 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9802
9803 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9804
9805 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9806 "set coerce-float-to-double".
9807 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9808
9809 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9810
9811 * stabs.texinfo: Remove obsolete text.
9812 * gdbint.texinfo: Ditto.
9813 * gdb.texinfo: Ditto.
9814
9815 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9816
9817 * gdbint.texinfo (Target Architecture Definition): Update
9818 description of gdbarch_register_osabi.
9819
9820 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9821
9822 * agentexpr.texi: Fix typos.
9823 * annotate.texi: Likewise.
9824 * fdl.texi: Likewise.
9825
9826 2002-12-10 Andrew Cagney <cagney@redhat.com>
9827
9828 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9829 DEPRECATED_INIT_FRAME_PC.
9830
9831 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Delete
9834 PC_IN_CALL_DUMMY.
9835
9836 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9837
9838 * gdbint.texinfo (Host Definition): Delete documentation on
9839 USE_GENERIC_DUMMY_FRAMES.
9840
9841 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9842
9843 Fix PR gdb/723 and PR gdb/245.
9844 * Makefile.in (install-info): Run the install-info command as part
9845 of the post install steps only.
9846 (uninstall-info): New target.
9847 (uninstall): New target.
9848
9849 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9850
9851 * Makefile.in (install): Make install do some real work.
9852
9853 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9854
9855 Fix POSIX problem reported by Paul Eggert.
9856 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9857 Fix PR gdb/527.
9858
9859 2002-10-26 Andrew Cagney <cagney@redhat.com>
9860
9861 * gdbint.texinfo (Target Architecture Definition): Delete
9862 definition of DO_REGISTERS_INFO.
9863
9864 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9865
9866 * gdbint.texinfo (Address Classes): Fix problems with insertion
9867 of ``{'' and ``}'' in example.
9868
9869 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9870
9871 * gdbint.texinfo (Address Classes): New section.
9872 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9873 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9874 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9875 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9876
9877 2002-10-11 Klee Dienes <kdienes@apple.com>
9878
9879 * gdb.texinfo (Registers): Mention vector registers as well as
9880 floating registers in the documentation for 'info registers' and
9881 'info all-registers'.
9882
9883 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9884
9885 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9886
9887 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9888
9889 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9890 interface definition.
9891
9892 2002-10-03 Marko Mlinar <markom@opencores.org>
9893
9894 * gdb.texinfo (Target Commands): Add or1k target specific
9895 commands.
9896 * gdb.texinfo (Contributors): Add myself to the contributors list.
9897
9898 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9899
9900 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9901 and "mi1" instead of "mi1" and "mi0".
9902
9903 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9904
9905 * gdb.texinfo (Packets): Fix typos "alligned".
9906 Correct z3/Z3 description. Correct z4/Z4 title.
9907
9908 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9909
9910 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9911
9912 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9913
9914 * gdb.texinfo: Use GNU/Linux instead of Linux.
9915
9916 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9917
9918 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9919
9920 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9921
9922 * gdb.texinfo: Replace @example with @smallexample.
9923
9924 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9925
9926 From Eli Zaretskii <eliz@gnu.org>:
9927 * gdb.texinfo (Character Sets): Use @smallexample instead of
9928 @example. Use GNU/Linux instead of Linux.
9929
9930 2002-09-20 Jim Blandy <jimb@redhat.com>
9931
9932 * gdb.texinfo: Add character set documentation.
9933
9934 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9935
9936 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9937 (Packets): Add cross reference from `b' packet to `z' packets.
9938
9939 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9940
9941 * gdb.texinfo (Maintenance Commands): Document ``maint
9942 internal-error'' and ``maint internal-warning''.
9943
9944 * gdbint.texinfo (Target Architecture Definition): Revise
9945 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9946
9947 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9948
9949 * gdbint.texinfo (Target Conditionals): Document the new
9950 NAME_OF_MALLOC macro.
9951
9952 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9955 engineer.
9956
9957 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9958
9959 * gdb.texinfo (TUI Overview): Document status line fields.
9960
9961 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9962
9963 * gdb.texinfo (TUI Commands): Document info win command.
9964
9965 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9966
9967 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9968
9969 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9970
9971 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9972 (TUI Keys): Likewise.
9973
9974 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9975
9976 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9977 for a packet receive.
9978
9979 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9980
9981 * Makefile.in (clean): Move to end of file.
9982 (distclean, maintainer-clean, realclean): Ditto.
9983 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9984 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9985 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9986 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9987
9988 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9989
9990 * Makefile.in (GDBINT_TEX_TMPS): Define.
9991 (gdbint.dvi, gdbint.pdf): Use
9992 (GDB_TEX_TMPS): Define.
9993 (gdb.dvi, gdb.pdf): Use.
9994 (STABS_TEX_TMPS): Define.
9995 (stabs.dvi, stabs.pdf): Use.
9996 (GDB_DOC_SOURCE_INCLUDES): New macros.
9997 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9998 (GDBINT_DOC_FILES_INCLUDES): New macros.
9999 (GDBINT_DOC_BUILD_INCLUDES): New macros.
10000 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
10001 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
10002 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
10003 (links2roff): Replace SFILES_INCLUDED with
10004 GDB_DOC_SOURCE_INCLUDES.
10005 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
10006 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
10007 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
10008 dependencies.
10009 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
10010 dependencies.
10011 (gdbmi.texinfo): Delete rule.
10012 (inc-hist.texinfo): Delete rule.
10013 (rluser.texinfo): Delete rule.
10014
10015 2002-08-23 Andrew Cagney <cagney@redhat.com>
10016
10017 * gdbint.texinfo (Target Architecture Definition): Update
10018 STORE_RETURN_VALUE, mention regcache.
10019
10020 2002-08-21 Andrew Cagney <ac131313@redhat.com>
10021
10022 * gdbint.texinfo (Target Architecture Definition): Document
10023 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
10024
10025 2002-08-19 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
10028 Fix minor typos. Add index entries.
10029
10030 2002-08-18 Andrew Cagney <ac131313@redhat.com>
10031
10032 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
10033
10034 2002-08-15 Andrew Cagney <ac131313@redhat.com>
10035
10036 * gdbint.texinfo (Target Architecture Definition): Document
10037 PRINT_VECTOR_INFO.
10038 * gdb.texinfo (Vector Unit): Document "info vectors" command.
10039
10040 2002-08-13 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdb.texinfo (Maintenance Commands): Document "maint print
10043 registers", "maint print raw-registers" and "maint print
10044 cooked-registers".
10045
10046 2002-08-08 Grace Sainsbury <graces@redhat.com>
10047
10048 From Mark Salter:
10049 * gdb.texinfo (Protocol): Document T packet extension to
10050 allow watchpoint address reporting.
10051
10052 2002-08-03 Andrew Cagney <ac131313@redhat.com>
10053
10054 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10055
10056 2002-08-01 Andrew Cagney <cagney@redhat.com>
10057
10058 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10059 to CHILL.
10060
10061 2002-08-01 Andrew Cagney <ac131313@redhat.com>
10062
10063 * gdbint.texinfo (Coding): Revise section "Include Files".
10064
10065 2002-07-24 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdbint.texinfo: Obsolete references to m88k.
10068 * gdb.texinfo: Ditto.
10069
10070 2002-07-10 Joel Brobecker <brobecker@gnat.com>
10071
10072 * gdbint.texinfo (Create a release candiate): Add the location
10073 where the proper version of autoconf can be retrieved.
10074
10075 2002-07-09 Don Howard <dhoward@redhat.com>
10076
10077 * gdb.texinfo (Command Files): Further describe the behavior of
10078 sourced command files.
10079
10080 2002-06-27 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10083 (Coding): Clarify ISO C version that GDB assumes.
10084
10085 2002-06-26 Tom Tromey <tromey@redhat.com>
10086
10087 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10088 add_setshow_cmd_full.
10089
10090 2002-06-25 Don Howard <dhoward@redhat.com>
10091
10092 * gdb.texinfo (Memory Region Attributes): Document new behavior
10093 for 'mem' command.
10094
10095 2002-06-11 Jim Blandy <jimb@redhat.com>
10096
10097 * gdb.texinfo (Symbols): Update documentation for `info source'
10098 command.
10099
10100 * gdb.texinfo (Macros): Call the command `info macro', not
10101 `show macro'.
10102
10103 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10104
10105 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10106 data''.
10107
10108 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10109
10110 * gdbint.texinfo (Target Architecture Definition): Document
10111 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10112
10113 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10114
10115 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10116 lists.
10117
10118 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10119
10120 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10121 Branch''.
10122
10123 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Add section
10126 ``Converting an existing Target Architecture to Multi-arch''.
10127
10128 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10129
10130 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10131 to ``Obsoleting code''. Revise.
10132
10133 2002-05-17 Jim Blandy <jimb@redhat.com>
10134
10135 * gdb.texinfo (C Preprocessor Macros): New chapter.
10136 Include it in the main menu.
10137 (Contributors): Credit Jim Blandy with macro support.
10138 (Compilation): Explain how to get macro information into the
10139 executable.
10140 (Expressions): Note that preprocessor macros are expanded.
10141
10142 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10143
10144 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10145 options for `target remote'.
10146
10147 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10148
10149 * gdbint.texinfo (Target Architecture Definition): Delete
10150 documentation on NNPC_REGNUM.
10151
10152 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10153
10154 * gdbint.texinfo (Target Architecture Definition): Document
10155 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10156 (Target Architecture Definition): Revise section `Using Different
10157 Register and Memory Data Representations'. Add section `Raw and
10158 Virtual Register Representations'.
10159
10160 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10161
10162 * gdbint.texinfo (Target Architecture Definition): Mention
10163 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10164 (Target Architecture Definition): Mention same. Add references to
10165 web pages.
10166
10167 2002-05-08 Michael Snyder <msnyder@redhat.com>
10168
10169 * stabs.texinfo (Attributes): Document new "vector" attribute.
10170
10171 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10172
10173 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10174
10175 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10176
10177 * gdb.texinfo: Delete obsolete references to a29k.
10178
10179 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10180
10181 * gdbint.texinfo (Target Architecture Definition): Replace
10182 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10183
10184 2002-04-24 David S. Miller <davem@redhat.com>
10185
10186 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10187
10188 2002-04-21 David S. Miller <davem@redhat.com>
10189
10190 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10191
10192 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Delete
10195 definition of HAVE_REGISTER_WINDOWS.
10196
10197 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10198
10199 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10200 "Theodore A. Roth" <troth@verinet.com>.
10201
10202 2002-04-15 Don Howard <dhoward@redhat.com>
10203
10204 From Eli Zaretskii <eliz@gnu.org>
10205 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10206 Provide a better explaination of this feature.
10207
10208 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10209
10210 * gdbint.texinfo (Target Architecture Definition): Remove
10211 FRAME_CHAIN_COMBINE.
10212
10213 2002-04-12 Michael Chastain <mec@shout.net>
10214
10215 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10216 REG_STACK_SEGMENT.
10217
10218 2002-04-09 Michael Chastain <mec@shout.net>
10219
10220 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10221 PYRAMID_* macros.
10222
10223 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10224
10225 * gdb.texinfo (Bug Reporting): Document that the web is the
10226 prefered way of submitting bug reports.
10227 (Bug Reporting): Delete the s-mail address as the last resort.
10228
10229 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10230
10231 * gdbint.texinfo (Target Architecture Definition): Delete
10232 references to TARGET_WRITE_FP and write_fp.
10233
10234 2002-03-27 Michael Snyder <msnyder@redhat.com>
10235
10236 * gdb.texinfo: Document new commands dump, append, and restore.
10237
10238 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10239
10240 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10241 Branch'.
10242
10243 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10244
10245 * gdb.texinfo: Change all examples to @smallexample.
10246 * gdbint.texinfo: Ditto.
10247
10248 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10249
10250 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10251 Branches''.
10252
10253 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10254
10255 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10256 Policy''.
10257
10258 2002-03-04 Fred Fish <fnf@redhat.com>
10259
10260 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10261 expresson, suports, dependant, trhe, perhaphs, situtations,
10262 explictily, taged, oportunity, unfortunatly).
10263
10264 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10265
10266 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10267 Remove reference to 3.12.
10268
10269 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10270
10271 * gdbint.texinfo: Include fdl.texi.
10272 (Top): Add GNU Free Documentation License.
10273 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10274 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10275 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10276 (gdbint.info): Add srcdir to include path.
10277 * gdb.texinfo: Include gpl.texi.
10278 (Top): Add Copying.
10279 * gpl.texi: New file.
10280
10281 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10284
10285 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10286
10287 * gdb.texinfo: Document Cygwin native specific commands.
10288
10289 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * gdb.texinfo: Document gdbserver ``--attach'' command.
10292
10293 2002-02-07 Michael Snyder <msnyder@redhat.com>
10294
10295 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10296 to @code(_ovly_debug_event).
10297
10298 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10299
10300 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10301
10302 2002-02-06 Michael Snyder <msnyder@redhat.com>
10303
10304 * gdb.texinfo (overlays): Mention new magic symbol
10305 '_ovly_debug_event', which allows GDB to keep better track
10306 of overlays.
10307
10308 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10309
10310 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10311 Suggested by Dmitry Sivachenko.
10312
10313 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10314
10315 2002-02-01 Michael Snyder <msnyder@redhat.com>
10316
10317 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10318
10319 2002-01-30 Michael Snyder <msnyder@redhat.com>
10320
10321 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10322 (set trust-readonly-sections): Document.
10323
10324 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10325
10326 * gdbint.texinfo (Releasing GDB): Revise and update.
10327
10328 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10329
10330 * gdbint.texinfo (Target Architecture Definition): Delete
10331 description of TARGET_BYTE_ORDER_DEFAULT.
10332
10333 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10334
10335 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10336 <mitya@cavia.pp.ru>.
10337
10338 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10339
10340 * libgdb.texinfo: Delete file.
10341
10342 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10343
10344 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10345 * gdbint.texinfo: Ditto.
10346
10347 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10348
10349 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10350
10351 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10352
10353 * Makefile.in: Update copyright.
10354 (TEXI2DVI): Define.
10355 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10356 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10357 gdb-cfg.texi.
10358 (TEXINDEX, PDFTEX): Delete makefile variables.
10359
10360 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10361
10362 * gdb.texinfo (Protocol): Move section to appendix.
10363
10364 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10365
10366 * gdb.texinfo (Remote Debugging): Create a menu.
10367 (Top): Add ``Remote Debugging'' to menu.
10368
10369 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10370
10371 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10372 serial protocol'' from here.
10373 (Remote Debugging): To here. New chapter.
10374
10375 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10376
10377 * gdbint.texinfo (Target Architecture Definition): Delete
10378 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10379
10380 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10381
10382 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10383 are no longer needed.
10384 (Porting GDB): Add maintainer note about configure.host.
10385
10386 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10387
10388 * gdbint.texinfo (Target Architecture Definition): Remove
10389 definition of IEEE_FLOAT.
10390
10391 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10392
10393 * gdb.texinfo: Beautify copyright years; fix a typo.
10394 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10395 <3diff@gnu.org>
10396
10397 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10398
10399 * gdbint.texinfo (Host Definition): Remove references to
10400 MALLOC_INCOMPATIBLE.
10401
10402 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10403
10404 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10405 and xyz-xdep.o.
10406
10407 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10408
10409 * gdb.texinfo (Maintenance Commands): Add appendix.
10410 (Set Breaks): Copy ``maint info breakpoint'' doco to
10411 ``Maintenance Commands'' appendix. Add reference.
10412
10413 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10414
10415 * fdl.texi: Remove next/prev from @node.
10416
10417 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10418
10419 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10420 for monstrous @multitable (from Brian Youmans).
10421
10422 * fdl.texi: New file.
10423
10424 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10425
10426 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10427
10428 * gdbint.texinfo (Releasing GDB): New chapter.
10429
10430 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10431
10432 * gdb.texinfo (Embedded Processors, Calling program functions):
10433 Obsolete references to a29k.
10434
10435 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10436
10437 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10438 examples. Document that a code-block should do or discard its
10439 cleanups before exit.
10440
10441 2002-01-11 Michael Snyder <msnyder@redhat.com>
10442
10443 * gdb.texinfo (Choosing files): Change @samp to @file.
10444
10445 2002-01-05 Michael Snyder <msnyder@redhat.com>
10446
10447 * gdb.texinfo (--pid): Document new command line option (attach).
10448
10449 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10450
10451 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10452 in the stub.
10453
10454 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10455
10456 * gdbint.texinfo (Target Architecture Definition): Replace
10457 BIG_ENDIAN with BFD_ENDIAN_BIG.
10458
10459 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10460
10461 * gdbint.texinfo (Target Architecture Definition): Replace
10462 value_ptr with struct value pointer.
10463
10464 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10465
10466 * gdb.texinfo (Free Software): Fix wording.
10467
10468 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10469
10470 * gdb.texinfo (Free Software): New section ``Free Software Needs
10471 Free Documentation''.
10472
10473 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10474
10475 * stabs.texinfo:
10476 * gdb.texinfo:
10477 * gdbint.texinfo:
10478 * libgdb.texinfo:
10479 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10480
10481 2001-12-29 Michael Snyder <msnyder@redhat.com>
10482
10483 * gdb.texinfo (maint info sections): Fix typo.
10484
10485 2001-12-26 Michael Snyder <msnyder@redhat.com>
10486
10487 * gdb.texinfo (maint info sections): Document.
10488
10489 * gdb.texinfo (info proc): Comment out documentation for
10490 'info proc' sub-options that are currently not implemented.
10491
10492 2001-12-20 Jim Blandy <jimb@redhat.com>
10493
10494 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10495
10496 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10497
10498 * gdbint.texinfo (Target Architecture Definition): Replace
10499 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10500
10501 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10502
10503 * gdbint.texinfo (Host Definition): Delete documentation on
10504 HOST_BYTE_ORDER.
10505
10506 2001-11-30 Jim Blandy <jimb@redhat.com>
10507
10508 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10509 overlay support. Add to top-level menu.
10510
10511 2001-11-26 Tom Tromey <tromey@redhat.com>
10512
10513 * gdb.texinfo (Command Syntax): Document C-o binding.
10514
10515 2001-07-26 Christopher Faylor <cgf@redhat.com>
10516
10517 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10518 use since it is described in the referenced section.
10519
10520 From Eli Zaretskii <eliz@gnu.org>
10521 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10522 clearer when using DJGPP.
10523
10524 2001-11-24 Christopher Faylor <cgf@redhat.com>
10525
10526 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10527 specifically refer to MS-DOS.
10528 (command files): Mention gdb.ini is only used on MS-DOS.
10529
10530 2001-11-21 Tom Tromey <tromey@redhat.com>
10531
10532 * gdb.texinfo (Invoking GDB): Document --args.
10533 (Mode Options): Likewise.
10534
10535 2001-11-21 Jim Blandy <jimb@redhat.com>
10536
10537 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10538 Delete documentation; this macro has been removed from the
10539 sources.
10540
10541 2001-11-13 Jim Blandy <jimb@redhat.com>
10542
10543 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10544
10545 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10546
10547 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10548
10549 2001-11-05 Michael Snyder <msnyder@redhat.com>
10550
10551 * gdb.texinfo (info functions): Document use of backslash to
10552 quote regexp chars in function names such as "operator*()".
10553
10554 2001-11-01 Fred Fish <fnf@redhat.com>
10555
10556 * gdbint.texinfo (SOLIB_ADD): Document additional new
10557 "readsyms" arg.
10558
10559 2001-10-30 Don Howard <dhoward@redhat.com>
10560
10561 * gdb.texinfo: (Command Files) Added documentation for the
10562 behavior of gdb with input redirected from a file.
10563
10564 2001-10-28 Fred Fish <fnf@redhat.com>
10565
10566 * gdb.texinfo (auto-solib-add): Change docs to match
10567 implementation change.
10568 (auto-solib-limit): Add docs for new variable.
10569
10570 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10571
10572 * gdbint.texinfo (Target Architecture Definition): Function
10573 value_as_pointer renamed to value_as_address.
10574
10575 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10576
10577 * gdbint.texinfo (Target Architecture Definition): Default
10578 POINTER_TO_ADDRESS functions assume unsigned addresses.
10579 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10580 posting by Jim Blandy.
10581
10582 2001-10-12 Jim Blandy <jimb@redhat.com>
10583
10584 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10585 version of texi2html (1.64) doesn't support this flag any more.
10586
10587 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10588
10589 * gdbint.texinfo (Host Definition): Remove description of
10590 MEM_FNS_DECLARED.
10591
10592 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10593
10594 * gdbint.texinfo (Host Definition): Remove description of
10595 HAVE_SIGSETMASK.
10596
10597 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10598
10599 * gdbint.texinfo (Target Architecture Definition): Add
10600 explanation of TARGET_PRINT_INSN macro.
10601
10602 2001-08-30 Jim Blandy <jimb@redhat.com>
10603
10604 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10605 Explain what it means to load relocatable files.
10606
10607 2001-08-28 Jim Blandy <jimb@redhat.com>
10608
10609 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10610 info `top' menu.
10611
10612 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10613
10614 * gdbint.texinfo: Add a cautionary note about macro use.
10615
10616 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10617
10618 * gdb.texinfo: Explain omitting the hostname in the
10619 `target remote' command.
10620
10621 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10622
10623 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10624 and END-INFO-DIR-ENTRY.
10625
10626 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10627
10628 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10629
10630 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10631
10632 * gdbint.texinfo (libgdb): Rewrite.
10633
10634 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10635
10636 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10637
10638 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10639
10640 * gdb.texinfo (TUI): New chapter, document the TUI.
10641 (Mode Options): Document the -tui option.
10642
10643 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10644
10645 * gdbint.texinfo (Host Definition): Remove description of
10646 NEED_POSIX_SETPGID.
10647
10648 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10649
10650 * gdb.tex (DJGPP Native): New node, with descriptions of
10651 DJGPP-specific commands.
10652
10653 2001-07-19 John R. Moore <jmoore@redhat.com>
10654
10655 * gdbint.texinfo: Three misspellings.
10656
10657 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10658
10659 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10660 `test` expressions on bash. Problem reported by Colin Walters.
10661
10662 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10663
10664 * gdbint.texinfo (User Interface): Update ui-out documentation to
10665 refelect recent UI/MI updates.
10666
10667 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10668
10669 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10670 interpreters.
10671
10672 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10673
10674 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10675 structure and not macros.
10676 (Host Definition): Document that much of this chapter is obsolete.
10677 (Target Architecture Definition): Update list of files that make
10678 up a target architecture.
10679 (Coding): Update.
10680
10681 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10682
10683 * gdbint.texinfo (Target Architecture Definition): Update
10684 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10685 The latter has been changed to a true predicate.
10686
10687 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10688
10689 * annotate.texi: Add @noindent where needed. From Dmitry
10690 Sivachenko <dima@Chg.RU>.
10691 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10692
10693 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10694
10695 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10696
10697 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10698
10699 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10700 returns ``OK''. Document that the ``R'' packet does not reply.
10701
10702 2001-06-13 Michael Snyder <msnyder@redhat.com>
10703
10704 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10705
10706 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10707
10708 * gdb.texinfo (Signals): Clarify the default setting of signal
10709 handling.
10710
10711 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10712
10713 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10714 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10715
10716 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10717
10718 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10719
10720 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10721
10722 * gdbint.texinfo (Clean Design and Portable Implementation):
10723 Renamed from "Clean Design".
10724 (Clean Design and Portable Implementation): Document portable
10725 methods of handling file names, and the associated macros.
10726
10727 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10728
10729 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10730 command and provide a cross-reference to its description.
10731 (Symbols): Note that "info scope" is useful for trace experiments.
10732
10733 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10734
10735 * gdb.texinfo (Symbols): Document "info scope".
10736 (Tracepoints): New chapter.
10737 (Contributors): Update for v5.1.
10738 <All nodes>: Change "C++" to "C@t{++}".
10739
10740 * gdbint.texinfo (User Interface): A new section about ui_out
10741 functions, based on text written by Fernando Nasser.
10742
10743 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10744
10745 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10746
10747 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10748
10749 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10750
10751 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10752 Replace "GDB" with "@value{GDBN}". Fix markup.
10753
10754 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10755
10756 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10757 a cross-reference to its description.
10758 (Symbols): Document "info symbol".
10759
10760 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10761
10762 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10763 subsection "x86 Watchpoints".
10764 (Target Architecture Definition): Document the macros
10765 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10766 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10767
10768 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10769
10770 * gdbint.texinfo (Target Architecture Definition): Update
10771 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10772 list.
10773
10774 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10775
10776 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10777 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10778
10779 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10780
10781 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10782
10783 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10784
10785 * gdb.texinfo (Environment): Document that `path' does not change
10786 the value of PATH in GDB's own environment (it did in the past,
10787 but that was changed on March 15, 1994). Reported by Doug Evans
10788 <dje@transmeta.com>.
10789
10790 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10791 its line. Fix markup of commands and macros. Add an Index node
10792 and index entries.
10793
10794 2001-01-23 J.T. Conklin <jtc@redback.com>
10795
10796 * gdb.texinfo (Memory region attributes): New manual section.
10797
10798 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10799
10800 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10801
10802 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10803
10804 * refcard.tex: Version and copyright fixed. From Phil Edwards
10805 <pedwards@disaster.jaj.com>.
10806
10807 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10808
10809 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10810 DWARF2_REG_TO_REGNUM): Document.
10811
10812 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10813
10814 * gdbint.texinfo (Coding): Update current value of
10815 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10816
10817 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10818
10819 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10820 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10821
10822 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10823
10824 * gdb.texinfo: Document new 'set step-mode' command.
10825
10826 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10827
10828 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10829 changes from Dmitry Sivachenko <dima@Chg.RU>.
10830
10831 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10832
10833 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10834 From Steven Johnson <sbjohnson@ozemail.com.au>.
10835
10836 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10837
10838 * gdbint.texinfo (Overall Structure): Spelling fix.
10839
10840 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10841
10842 * gdbint.texinfo (Target Architecture Definition): Document that
10843 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10844 for which REGISTER_CONVERTIBLE returns a zero value.
10845
10846 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10847
10848 * Makefile.in (install-info): Find files to install in either the
10849 build or source directories (adapted from Makefile.am).
10850
10851 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10852
10853 * stabs.texinfo: Fix spelling errors.
10854 (String Field): FILE-NUMBER starts from 0, not 1.
10855
10856 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10857
10858 * refcard.tex: Remove \centerline from the blurb. Patch from
10859 Brian Youmans.
10860
10861 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10862
10863 * Makefile.in (install-info): Support installation from outside of
10864 the source directory. Reported by Mark Harig
10865 <markh@frazier.landmark.com>.
10866
10867 2000-06-20 J.T. Conklin <jtc@redback.com>
10868
10869 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10870
10871 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10872
10873 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10874 Generate using pdftex.
10875 (PDFTEX): Define.
10876 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10877 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10878 @contents at the start.
10879
10880 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10881
10882 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10883 Youmans.
10884
10885 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10886
10887 From Brian Youmans:
10888 * gdb.texinfo: Fix ``et al.''.
10889
10890 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10891
10892 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10893 loop.
10894
10895 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10896
10897 * configure: Regenerate.
10898
10899 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10900
10901 * Makefile.in (install-info): Run install-info on installed Info
10902 files.
10903
10904 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10905
10906 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10907 Andrew Cagney.
10908
10909 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10910
10911 * gdb.texinfo: Proofreading changes from Brian Youmans.
10912
10913 2000-05-01 Nick Duffek <nsd@cygnus.com>
10914
10915 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10916 startup sequence, minor edits.
10917
10918 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10919
10920 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10921 TeX.
10922
10923 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10924 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10925 like `n' and `s' which look weird. Convert some of the @kindex to
10926 @vindex, when they refer to variables, not commands.
10927
10928 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10929
10930 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10931
10932 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10933
10934 * Makefile.in (GDBMI_DIR): New variable.
10935 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10936 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10937 (gdbmi.texinfo): New target, for texi2roff.
10938 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10939 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10940
10941 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10942 gdbmi.texinfo.
10943 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10944 comment.
10945
10946 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10947
10948 * gdb.texinfo (Files): Update description of add-symbol-file
10949 command.
10950
10951 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10952
10953 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10954 prevents the build (and is generally a Bad Idea).
10955
10956 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10957
10958 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10959 a comma inside @var.
10960 (Command Files): Index markup changes from Dmitry Sivachenko
10961 <dima@Chg.RU>.
10962
10963 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10964
10965 * Makefile.in (LN_S): Define.
10966 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10967 invoke "ln -s" unless it is known to work.
10968
10969 * configure.in (AC_PROG_LN_S): Add.
10970
10971 2000-04-14 Jim Blandy <jimb@redhat.com>
10972
10973 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10974 section.
10975 (Target Conditionals): Document ADDRESS_TO_POINTER,
10976 POINTER_TO_ADDRESS.
10977
10978 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10979
10980 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10981 gdb-cfg.texi to get the value.
10982
10983 2000-04-10 Jim Blandy <jimb@redhat.com>
10984
10985 * gdbint.texinfo (Target Architecture Definition): Fix
10986 cross-references.
10987
10988 2000-04-08 Jim Blandy <jimb@redhat.com>
10989
10990 * gdbint.texinfo (Using Different Register and Memory Data
10991 Representations): New section.
10992 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10993 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10994 REGISTER_CONVERT_TO_RAW): Document.
10995
10996 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10997
10998 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10999 for acknowledgments.
11000
11001 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
11002
11003 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
11004 qThreadExtraInfo.
11005
11006 2000-03-28 J.T. Conklin <jtc@redback.com>
11007
11008 * gdb.texinfo: Clarify which remote debug protocol commands are
11009 required and which are optional.
11010
11011 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
11012
11013 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
11014 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
11015 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
11016 * annotate.texi: Update.
11017
11018 2000-03-28 Stan Shebs <shebs@apple.com>
11019
11020 * gdb.texinfo: Update dates, bump to Eighth Edition (note
11021 expectation of additional changes before release), update
11022 ISBN, add copy of top-level menu for @ifhtml, remove explicit
11023 node links, rephrase and/or shorten lines to fix formatting
11024 problem in both regular and @smallbook formats.
11025 * annotate.texi: Shorten lines in example, use smallexample
11026 consistently everywhere.
11027 * Makefile.in: Add comment about texinfo 4.0 html generation.
11028 (SFILES_INCLUDED): Add annotate.texi.
11029
11030 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
11031
11032 * gdb.texinfo (Debugging Output): Added new section, documenting
11033 the "set/show debug" commands.
11034
11035 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
11036
11037 * annotate.texi (Annotations): When GDBN omit @chapter and @node
11038 entry.
11039
11040 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11041 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11042 @chapter and @node entries.
11043
11044 * gdb.texinfo: Link all top-level nodes.
11045
11046 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11047
11048 * Makefile.in (install-info): Create $(infodir) before installing
11049 files.
11050
11051 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11052
11053 From David Whedon <dwhedon@gordian.com>
11054 * gdbint.texinfo : Added paragraphs about command deprecation.
11055
11056 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
11057
11058 * gdb.texinfo: Add documentation for the apropos command.
11059
11060 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11061
11062 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11063
11064 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
11065
11066 * gdb.texinfo: Add white space to prevent overprinting in
11067 two places.
11068
11069 2000-03-17 Stan Shebs <shebs@apple.com>
11070
11071 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11072 <dima@Chg.RU>, also clarification of allowed content for
11073 string constants.
11074
11075 2000-03-16 Eli Zaretskii <eliz@gnu.org>
11076
11077 * gdb.texinfo (main menu): Add Annotations.
11078 (File Options): Add @cindex entries for each command-line option.
11079 Document --epoch, --annotate, --async, --interpreter, --write,
11080 --statistics, and --version.
11081
11082 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
11083 of GDB.
11084
11085 2000-02-23 Jim Blandy <jimb@redhat.com>
11086
11087 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11088
11089 2000-02-22 Jim Blandy <jimb@redhat.com>
11090
11091 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11092
11093 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11094
11095 * Makefile.in (diststuff): New target.
11096
11097 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11098
11099 * agentexpr.texi: Fix wording regarding Intel's IA-64
11100 architecture. [From Jim Wilson.]
11101
11102 2000-01-16 Tom Tromey <tromey@cygnus.com>
11103
11104 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11105 (Delete Breaks): Mention range arguments.
11106 (Disabling): Likewise.
11107
11108 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11109
11110 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11111
11112 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11113
11114 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11115 valid functions.
11116
11117 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11118
11119 * gdb.texinfo: Clarify regular expressions used in rbreak.
11120
11121 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11122
11123 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11124 MEMORY_REMOVE_BREAKPOINT): Document.
11125
11126 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11127
11128 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11129 offset re-using the DATA offset instead.
11130
11131 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11132
11133 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11134
11135 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11136
11137 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11138 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11139 typos.
11140
11141 * gdb.texinfo: Various minor wording and formatting improvements,
11142 mentions of additional command-line options.
11143
11144 1999-09-30 Fred Fish <fnf@cygnus.com>
11145
11146 * gdb.texinfo: Document additional forms of specifying section
11147 names and addresses for the add-symbol-file command.
11148
11149 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11150
11151 * gdbint.texinfo: Fix typo, add the word "have".
11152
11153 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11154
11155 * gdbint.texinfo (Target Architecture Definition): Document the
11156 SKIP_PERMANENT_BREAKPOINT macro.
11157
11158 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11159
11160 * gdb.texinfo: Fiks speling errers.
11161
11162 * gdb.texinfo: Fix uses of @multitable.
11163
11164 From Eli Zaretskii <eliz@gnu.org>:
11165 * gdb.texinfo: Include details specific to DOS host, clarify
11166 some confusing language, fix @ref/@xref/@pxref usages, add
11167 comments about using with optimization, add more indexing,
11168 fix info about disassembly-flavor.
11169
11170 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11171
11172 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11173 SKIP_SOLIB_RESOLVER): Define.
11174
11175 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11176
11177 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11178 ``g'' packets.
11179
11180 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11181
11182 * gdb.texinfo: Create a new "Configurations" chapter with
11183 platform-specific info, inline remote.texi and move sections of it
11184 into the new chapter, move bits about info proc, heuristic search,
11185 and register stack into the new chapter.
11186 * remote.texi: Remove, now part of gdb.texinfo.
11187 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11188
11189 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11190
11191 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11192 GDB_TARGET_IS_MACH386): These kludges have gone away.
11193
11194 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11195
11196 * gdbint.texinfo (Target Architecture Definition): Mention
11197 TDEPLIBS.
11198
11199 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11200
11201 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11202 surrounding text to fit HP-UX bits into general info.
11203 (HPPA-cfg.texi): Remove, no longer useful.
11204
11205 * gdb.texinfo: Remove explicit links from @node lines, remove
11206 HP-added "Detailed Node Listing" from main menu which confuses
11207 things.
11208
11209 From Dmitry Sivachenko <dima@Chg.RU>:
11210 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11211 in description of `set environment'.
11212
11213 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11214
11215 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11216
11217 1999-08-12 Ben Elliston <bje@cygnus.com>
11218
11219 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11220
11221 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11222
11223 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11224 watch, awatch, and rwatch. Explain why the latter two cannot be
11225 set as software watchpoints. Document that watchpoints for local
11226 variables are deleted when the debuggee terminates.
11227
11228 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11229
11230 * remote.texi (Protocol): Further clarification of the "qRcmd"
11231 packet. Allow E.. response packet. "qRcmd" packet is no longer
11232 reserved.
11233
11234 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11235
11236 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11237 * gdb.texinfo: Ditto.
11238
11239 1999-08-06 Tom Tromey <tromey@cygnus.com>
11240
11241 * gdb.texinfo (KOD): New node.
11242
11243 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11244
11245 * remote.texi (Rcmd): Fix minor formatting typos.
11246
11247 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11248
11249 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11250 packets.
11251
11252 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11253
11254 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11255 fixes.
11256
11257 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11258
11259 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11260
11261 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11262
11263 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11264 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11265 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11266 packets that are not supported on all hosts. Expand examples.
11267 Spell check.
11268
11269 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11270
11271 * Makefile.in: Recognize html, install-html. Add targets
11272 to build HTML versions of documentation via texi2html.
11273
11274 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11275
11276 * gdbint.texinfo (Testsuite): New chapter, information about the
11277 testsuite.
11278
11279 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11280
11281 * remote.texi (Communication Protocol): Rewrite.
11282
11283 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11284
11285 * stabs.texinfo: Fix uses of xref.
11286
11287 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11288
11289 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11290 info about patch submission.
11291
11292 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11293
11294 From Per Bothner <bothner@cygnus.com>:
11295 * gdb.texinfo: Document Chill support.
11296
11297 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11298
11299 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11300 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11301 Document that the value should be greater-than or equal-to zero.
11302 (NO_STD_REGS): Document. Deprecate.
11303
11304 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11305
11306 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11307 Document that these are not used.
11308
11309 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11310
11311 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11312
11313 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11314
11315 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11316 numargs was dropped.
11317
11318 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11319
11320 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11321
11322 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11323
11324 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11325 Update.
11326
11327 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11328
11329 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11330 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11331
11332 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11333
11334 * gdbint.texinfo: Fix typos: $ -> @.
11335
11336 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11337
11338 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11339 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11340 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11341 BREAKPOINT_FROM_PC.
11342
11343 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11344
11345 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11346 CALL_DUMMY_STACK_ADJUST): Document.
11347
11348 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11349
11350 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11351 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11352
11353 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11354
11355 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11356 longer exists.
11357
11358 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11359
11360 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11361 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11362 they make the manual source incomprehensible.
11363 * h8-cfg.texi: Remove, hasn't been used in years.
11364
11365 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11366
11367 * gdb.texinfo: Update the credits.
11368
11369 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11370
11371 * gdb.texinfo: Fix mistakes noticed in printout of last
11372 draft, add Alpha to discussion of heuristic fence post.
11373
11374 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11375
11376 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11377 Edition, merge some HP changes into mainline, describe some
11378 previously undocumented features, describe more of the target
11379 commands available, eliminate obsolete section on renamed
11380 commands.
11381 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11382
11383 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11384
11385 * gdb.texinfo: Make many HPPA conditionals unconditional,
11386 including catchpoint description, since now on for all configs.
11387 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11388 specializations.
11389
11390 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11391
11392 * Makefile.in (GDBvn.texi): Fix match expression to work with
11393 current format of VERSION in gdb/Makefile.in.
11394 * gdb.texinfo: Fix node ref to match new readline.
11395
11396 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11397
11398 * gdb.texinfo: Changes made as part of a project to merge in
11399 changes made by HP. Documentation makes extensive use of
11400 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11401 on remote debugging. There are differences in documentation
11402 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11403 the HP manual discusses catchpoints, hardware watchpoints, and
11404 some HPUX specific limitations for shared library support.
11405
11406 There are also a number of @node changes.
11407
11408 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11409
11410 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11411 (C Usage): Same.
11412
11413 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11414
11415 The following changes were made by Edith Epstein
11416 <eepstein@cygnus.com> as part of a project to merge in changes
11417 made by HP.
11418
11419 * HPPA-cfg.texi: new file.
11420
11421 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11422
11423 * refcard.tex: change documentation about catch.
11424 removed info catch.
11425
11426 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11427
11428 * gdbint.texinfo: Expand on GDB's coding standards,
11429 specify the use of arg names with prototypes.
11430
11431 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11432
11433 * gdb.texinfo: Fix tipo.
11434
11435 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11436
11437 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11438 TARGET_BYTE_ORDER_SELECTABLE_P.
11439
11440 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11441
11442 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11443
11444 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11445
11446 * agentexpr.texi: New file.
11447
11448 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11449
11450 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11451
11452 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11453
11454 * remote.texi: Changed wording that implied that the GDB remote
11455 protocol caches register values instead of GDB itself.
11456
11457 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11458
11459 * gdbint.texinfo: Add some info about symbol readers.
11460 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11461 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11462 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11463 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11464
11465 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11466
11467 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11468
11469 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11470
11471 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11472
11473 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11474
11475 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11476 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11477
11478 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11479
11480 * gdbint.texinfo: Fix minor typos.
11481
11482 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11483
11484 * gdbint.texinfo: Complete overhaul. Group descriptions more
11485 logically, add more info on generic algorithms, remove much
11486 obsolete and/or wrong material.
11487
11488 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11489
11490 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11491
11492 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11493
11494 * refcard.tex: Copyright, address updates.
11495
11496 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11497
11498 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11499 for the edition instead of confusing GDB-version-like numbers.
11500
11501 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11502
11503 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11504
11505 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11506
11507 * LRS: Reformat a bit to keep text under 80 columns.
11508
11509 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11510
11511 * gdb.texinfo: Add some credits, mention bug monitor.
11512 * remote.texi: Mention mips monitor targets.
11513 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11514
11515 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11516
11517 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11518 files, finish sorting of host vs target vs native macros, describe
11519 some more of them.
11520
11521 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11522
11523 * gdbint.texinfo (Host Conditionals): Document change from
11524 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11525
11526 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11527
11528 * gdbint.texinfo (Host Conditionals): Document
11529 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11530
11531 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11532
11533 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11534 Document LSEEK_NOT_LINEAR.
11535
11536 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11537
11538 * stabs.texinfo (Stab Section Basics): Make it clear that only
11539 some versions of the GNU linker remove the leading N_UNDF symbol.
11540
11541 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11542
11543 * stabs.texinfo (String Field): Document type number pairs here,
11544 instead of in the Sun specific section.
11545 (Include Files): The GNU linker supports the N_BINCL
11546 optimization. Clarify the N_BINCL value, and what it is used
11547 for.
11548 (Procedures): Document N_FUN with an empty string to mark the end
11549 of a function.
11550 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11551 (Sun Differences): Remove this node, as the information is now
11552 elsewhere in the main document.
11553 (Stab Section Basics): Mention that the GNU linker may optimize
11554 stabs and remove the leading N_UNDF symbol.
11555
11556 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11557
11558 * gdb.texinfo, refcard.tex: Restore author credit
11559
11560 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11561
11562 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11563 documentation to account for START and END macros taking
11564 one arg.
11565
11566 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11567
11568 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11569 * gdb.texinfo (Frames): Fix typo.
11570
11571 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11572
11573 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11574 a target_signal as arg type, not a pid.
11575
11576 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11577
11578 * gdb.texinfo: Document `set assembly-language'.
11579
11580 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11581
11582 * remote.texi: Update list of stubs in the GDB distribution.
11583
11584 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11585
11586 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11587 Also document that some systems can use mmalloc but must define
11588 this if their C runtime allocates memory that is later freed.
11589 (MMCHECK_FORCE): Document new macro.
11590
11591 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11592
11593 * remote.texi: Add documentation for target Sparclet.
11594
11595 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11596
11597 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11598 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11599 * configure.in: Rewritten for autoconf.
11600 * configure: New.
11601
11602 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11603
11604 * Makefile.in (DVIPS): New define, set to dvips.
11605 (dvi): Add stabs.dvi.
11606 (ps): New target.
11607 (all-doc): Depend on info, dvi, and ps targets.
11608 (STAGESTUFF): Add *.ps and *.dvi files.
11609 (clean-info, clean-dvi): Remove.
11610 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11611 rules completely rewritten.
11612 (maintainer-clean): Remove clean-info and clean-dvi
11613 dependencies and put their actions in the rules.
11614 (gdb.ps): New target
11615 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11616 intermediate TeX files, whether they have 2 or 3 character
11617 extensions.
11618 (gdbint.ps): Add target and rules.
11619 (gdb-internals): Delete unused target.
11620 (Makefile): Depends upon config.status also.
11621
11622 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11623
11624 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11625 set.
11626
11627 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11628
11629 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11630 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11631
11632 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11633
11634 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11635
11636 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11637
11638 * gdb.texinfo (Print settings): Document
11639 `set/show print static-members' commands.
11640
11641 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11642
11643 * gdbint.texinfo (Native): Document name change, coredep.c to
11644 core-aout.c.
11645
11646 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11647
11648 * stabs.texinfo (Include Files): Document the values the SunOS4
11649 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11650
11651 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11652
11653 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11654 Fix typo.
11655
11656 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11657
11658 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11659 "gdb.tar.Z".
11660
11661 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11662
11663 * Makefile.in (maintainer-clean): New target, synonym for
11664 realclean.
11665
11666 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11667
11668 * Update all FSF addresses except those in COPYING* files.
11669
11670 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11671
11672 From Richard Earnshaw (rearnsha@armltd.co.uk):
11673 * gdb.texinfo (convenience variables): Document $_exitcode.
11674 (quit): Document optional expression to use as exit code.
11675
11676 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11677
11678 * gdb.texinfo, remote.texi: Brought up to date with various
11679 GDB changes.
11680
11681 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11682
11683 * gdb.texinfo: Update dates and versions, fix comments about
11684 hardware watchpoints in future releases and about the
11685 sharedlibrary command.
11686
11687 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11688
11689 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11690 C_FUN stab. Other cleanups.
11691
11692 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11693
11694 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11695 for the sparc stub.
11696
11697 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11698
11699 * annotate.texi: Clarify which addresses have differing formats
11700 depending on the language and which do not.
11701
11702 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11703
11704 * remote.texi (NetWare): Changed example to use BOARD= instead of
11705 NODE= argument to reflect correspoding change to gdbserve.nlm.
11706
11707 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11708
11709 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11710 GDB, as well as AIX dbx, supports the size type attribute.
11711
11712 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11713
11714 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11715
11716 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11717
11718 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11719 and new 'if' and 'while' commands.
11720
11721 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11722
11723 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11724
11725 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11726
11727 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11728 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11729 NetWare targets. Mostly stolen from the Server node.
11730
11731 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11732
11733 * gdb.texinfo (Setting): Talk about the language of a source file
11734 versus the working language. The old documentation did not match
11735 what GDB did.
11736
11737 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11738
11739 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11740 of a source file.
11741
11742 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11743
11744 * gdb.texinfo (Processes): New node.
11745
11746 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11747
11748 * remote.texi: Update documentation of set/show mipsfpu.
11749
11750 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11751
11752 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11753 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11754
11755 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11756
11757 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11758 obsolete conditionals, described some others.
11759
11760 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11761
11762 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11763 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11764
11765 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11766
11767 * gdbint.texinfo: Put regex conditionals in their own table.
11768
11769 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11770
11771 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11772 described or fixed the descriptions of many others.
11773
11774 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11775
11776 * gdb.texinfo: Add some more credits.
11777 * gdbint.texinfo: Capitalize GDB consistently, describe some
11778 macros and remove some.
11779
11780 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11781
11782 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11783 obsolete conditionals, described some others.
11784
11785 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11786
11787 * gdb.texinfo (help targets): Changed to `help target', which
11788 is the correct gdb command.
11789
11790 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11791
11792 * annotate.texi (TODO): New node, for keeping track of annotations
11793 suggested but not yet implemented.
11794
11795 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11796
11797 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11798 another symbol, it is not the address itself.
11799
11800 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11801
11802 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11803 of stabs-in-coff sections.
11804
11805 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11806
11807 * annotate.texi: Change edition to 0.5 and date to May 1994.
11808 Add index.
11809 (Frames): New node, for frame annotation.
11810 (Displays): New node, for display annotation.
11811
11812 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11813 when waiting for your program to stop.
11814
11815 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11816
11817 * annotate.texi (Breakpoint Info): Document annotation of header
11818 fields and record annotation.
11819
11820 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11821
11822 * annotate.texi: New file, to document annotations.
11823
11824 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11825
11826 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11827 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11828
11829 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11832 section, and say n_strx field is compilation unit relative.
11833 * stabs.texinfo: Don't use @code for a.out when it is the name of
11834 an object file format.
11835
11836 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11837
11838 * gdb.texinfo: Refer to file names, not path names, per rms
11839 convention.
11840 (Arguments): Fix typo.
11841
11842 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11843
11844 * stabs.texinfo (Global Variables): Talk about stabs in files
11845 where variables are referenced, but not defined.
11846
11847 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11848
11849 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11850 Cplusplus to new nodes Member Type Descriptor and Method Type
11851 Descriptor. Re-write stuff for #.
11852
11853 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11854
11855 * gdb.texinfo (Print Settings): Don't document "set print
11856 fast-symbolic-addr off". The bug which it worked around was fixed
11857 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11858
11859 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11860 N_ENTRY node.
11861
11862 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11863
11864 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11865
11866 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11867 references to ieee-float.c.
11868
11869 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11870
11871 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11872 match what the code actually does.
11873
11874 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11875
11876 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11877
11878 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11879
11880 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11881 i, and b.
11882
11883 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11884
11885 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11886 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11887 as "stabs in sections" rather than just saying "ELF and SOM".
11888 Also make that stuff apply to COFF.
11889
11890 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11891
11892 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11893 Ghostscript.
11894
11895 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11896
11897 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11898 versus functions without line numbers, also mention stepping into
11899 them as well as "step" when you are in them. Tell the user how to
11900 deal with the situation. Add comment about "debugging information".
11901
11902 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11903
11904 * stabs.texinfo (Enumerations): Document restriction on where
11905 enumeration types can appear and still win with GDB.
11906
11907 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11908
11909 * stabs.texinfo (Negative Type Numbers): Document format for type
11910 -16.
11911
11912 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11913
11914 * gdb.texinfo (Selection, Frame Info): Update information about
11915 arbitrary frame specficiations.
11916
11917 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11918
11919 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11920
11921 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11922
11923 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11924
11925 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11926
11927 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11928
11929 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11930
11931 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11932 Differences node to Statics node.
11933 (Statics): Discuss XCOFF use of V symbol descriptor.
11934
11935 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11936 not clean.
11937
11938 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11939
11940 * gdb.texinfo (Print Settings): Document `set print
11941 fast-symbolic-addr' and improve the doc for some other
11942 `set print's.
11943
11944 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11945
11946 * stabs.texinfo (String Field): Talk about defining several type
11947 numbers at once.
11948 Fix lint regarding changing node ELF Transformations to
11949 ELF and SOM Transformations.
11950
11951 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11952
11953 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11954
11955 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11956
11957 * stabs.texinfo (Cross-References): `::' is for nested types only
11958 within <>.
11959 (Structures): Document static members.
11960
11961 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11962
11963 * stabs.texinfo: Document S type attribute.
11964
11965 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11966
11967 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11968
11969 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11970
11971 * gdbint.texinfo: Fix a few typos.
11972
11973 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11974
11975 * gdb.texinfo, remote.texi: formatting improvements
11976
11977 * gdb.texinfo (New Features): mention threads.
11978 (Summary, C): fix xrefs in newly contributed text.
11979 (Threads): index entries, clarifications, example
11980 (passim): minor typos fixed, phrasing improvements
11981
11982 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11983 entries; (Server): explain use of gdbserver w/real-time systems,
11984 add example of conflicting TCP port; (MIPS Remote) break up
11985 running text into table, highlighting commands, and add example.
11986
11987 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11988
11989 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11990
11991 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11992
11993 * stabs.texinfo (Nested Symbols): New node.
11994 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11995
11996 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11997
11998 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11999 to picking which Bbss.bss symbol to use, and (because there seems to
12000 be no good way of doing it) re-write some of the text to make it
12001 sound like Bbss.bss isn't such a great idea after all (as currently
12002 designed).
12003
12004 * gdb.texinfo (C): In addition to saying people have to use g++ for
12005 good results, say they have to use stabs. Specifically say cfront
12006 doesn't work well.
12007 (Summary): Merge in information on Modula-2, Pascal, and Chill from
12008 the gdb README. Add xrefs to places where the support for the various
12009 languages is described in detail.
12010
12011 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12012
12013 * stabs.texinfo: Clean up stuff about visibility and virtual
12014 characters.
12015
12016 * stabs.texinfo (N_M2C): Cite Sun doc.
12017
12018 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12019
12020 * gdb.texinfo: updates re threads.
12021 * remote.texinfo: avoid index entries starting with digits.
12022
12023 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12024
12025 * stabs.texinfo (Enumerations): Talk about large, negative and
12026 octal values. Clean up cross reference to type attributes.
12027 (String Field): Say that GDB 4.11 supports size attribute.
12028
12029 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12030
12031 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
12032 is a mandatory step. Make the stuff about that more concise.
12033
12034 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12035
12036 * stabs.texinfo (Class Names): New node.
12037
12038 * gdb.texinfo (Command Files): Explain order of init file reading.
12039
12040 * remote.texi (Bootstrapping): Talk about getting the serial driver
12041 to deal with ^C sent by gdb to stop the remote system.
12042
12043 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
12044
12045 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12046
12047 * libgdb.texinfo (Defining Commands): made the DOC arg
12048 to gdb_define_app_command a char * instead of char **
12049 per a suggestion from kingdon.
12050
12051 * libgdb.texinfo: total rewrite from a different starting
12052 premise.
12053
12054 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12055
12056 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12057 floats passed as doubles (to improve clarity).
12058
12059 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12060
12061 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12062
12063 * a4rc.sed: update to work with Andreas Vogel papersize params
12064
12065 * refcard.tex: use Andreas Vogel simplifications of papersize
12066 params; remove useless version info; update copyright date.
12067
12068 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12069
12070 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12071
12072 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12073
12074 * gdb.texinfo (Files): Say what address the load command loads it at.
12075
12076 * stabs.texinfo (Common Blocks): Minor cleanups.
12077
12078 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12079 that Sun has backed away from the linker kludge and thus the relevant
12080 issue is changes to the SunPRO tools, not the Solaris linker.
12081
12082 * stabs.texinfo (Traditional Integer Types): Clean up description
12083 of octal bounds a little bit. Document extra leading zeroes.
12084
12085 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12086
12087 * gdb.texinfo (Signaling): Update for symbolic symbol names
12088 and add a section explaining the difference between the GDB
12089 signal command and the shell kill utility.
12090
12091 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12092
12093 * libgdb.texinfo: added `@' to braces that were unescaped.
12094
12095 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12096
12097 * libgdb.texinfo: new file. Spec for the gdb library.
12098
12099 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12100
12101 * stabs.texinfo (Include Files): Fix typo (start -> end).
12102
12103 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12104
12105 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12106 from Melissa at FSF's editing pass.
12107
12108 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12109
12110 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12111 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12112 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12113
12114 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12115
12116 * remote.texi (Bootstrapping): Discuss 386 call gates.
12117
12118 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12119
12120 * stabs.texinfo (Based Variables): New node.
12121
12122 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12123
12124 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12125 names, sizes, and formats to suggest how not to lose.
12126
12127 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12128
12129 * stabs.texinfo (Methods): Fix typo.
12130
12131 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12132
12133 * gdb.texinfo: Fix a few typos.
12134
12135 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12136
12137 * gdb.texinfo: Clarify how well it works with Fortran.
12138
12139 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12140 More on relocating stabs in ELF files.
12141
12142 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12143
12144 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12145
12146 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12147
12148 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12149 parameters on VAX.
12150
12151 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12152
12153 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12154
12155 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12156
12157 * stabs.texinfo: Make info author notice match the TeX author notice.
12158
12159 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12160
12161 * stabs.texinfo: Initial-caps all words in node names and
12162 non-trivial words in section names.
12163
12164 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12165
12166 * stabs.texinfo: Many minor cleanups.
12167
12168 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12169
12170 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12171
12172 * stabs.texinfo: Remove full description of big example.
12173 It's not really helpful; just use pieces of it where appropriate.
12174 Add more Texinfo formatting directives (@samp, etc.).
12175 Use @deffn to define stab types.
12176 Eliminate some wordiness. Break up some nodes.
12177 Add an (alphabetized) index of symbol types.
12178 Use consistent capitalization style in node and section names.
12179
12180 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12181
12182 * gdb.texinfo: Change typo "Two two" to "The two".
12183
12184 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12185
12186 * stabs.texinfo (XCOFF-differences): Remove references to
12187 non-existent types N_DECL and N_RPSYM.
12188
12189 * stabs.texinfo (String Field): Say that type attributes bug is
12190 fixed in GDB 4.10, since it is.
12191
12192 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12193
12194 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12195
12196 * stabs.texinfo: Formatting cleanups.
12197
12198 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12199
12200 * stabs.texinfo: When explaining the n_type of a stab, standardize
12201 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12202 no tabs, use @r).
12203 (Global Variables): Clean up.
12204
12205 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12206
12207 * stabs.texinfo (Stack Variables): Re-write.
12208
12209 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12210
12211 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12212 addresses of a source file. Also revise formatting.
12213 Change "object module" or "object file" to "source file".
12214 Various: Miscellaneous cleanups.
12215
12216 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12217
12218 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12219
12220 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12221
12222 * gdbint.texinfo: Removed many nonsensical machine-collected
12223 host and target conditionals, described some of the remainder.
12224
12225 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12226
12227 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12228
12229 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12230 paragraph which follows.
12231
12232 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12233 variables. Looks better and avoids overful hbox.
12234
12235 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12236
12237 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12238
12239 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12240
12241 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12242 retransmit-timeout
12243
12244 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12245
12246 * gdbint.texinfo: Update statement about `some ancient Unix
12247 systems, like Ultrix 4.0' to Ultrix 4.2.
12248
12249 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12250
12251 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12252
12253 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12254
12255 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12256 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12257
12258 * remote.texi: new name for former gdbinv-s.texi
12259
12260 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12261
12262 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12263
12264 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12265 variables for MIPS remote debugging protocol.
12266
12267 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12268
12269 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12270
12271 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12272
12273 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12274
12275 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12276
12277 * gdb.texinfo: repair conditional bugs in text markup
12278
12279 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12280
12281 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12282 to select Modula-2 material.
12283
12284 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo: Cleanups regarding statics.
12287
12288 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12289 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12290
12291 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12292
12293 * stabs.texinfo: N_MAIN is sometimes used for C.
12294
12295 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12296
12297 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12298
12299 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12300
12301 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12302 removed from the code by Kingdon.
12303
12304 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12305
12306 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12307 input when evaluating breakpoint conditions; the bug has been fixed.
12308
12309 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12310 sets the ignore count to N-1, not to N.
12311
12312 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12313
12314 * refcard.tex (\hoffset): correct longstanding error to match
12315 intended offset; avoids cutting off edge on some printers
12316
12317 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12318
12319 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12320
12321 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12322
12323 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12324
12325 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12326
12327 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12328 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12329 collect sed edits if any, apply to refcard before formatting;
12330 (refcard.ps) stop implying PS fonts if PS output requested;
12331 (lrefcard.ps) delete extra target for variant PS fonts
12332
12333 * refcard.tex: parametrize papersize dependent info, collect
12334 in easily replaced spot
12335
12336 * a4rc.sed: new file, edits to refcard for A4 paper
12337
12338 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12339
12340 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12341
12342 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12343
12344 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12345
12346 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12347
12348 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12349 politely rather than rudely.
12350
12351 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * stabs.texinfo: Document common blocks.
12354
12355 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12356
12357 * stabs.texinfo: Add some basic info about stabs-in-elf.
12358
12359 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12360
12361 * stabs.texinfo (Top): Minor cleanup.
12362
12363 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12364
12365 * Makefile.in (install-info): remove parentdir support
12366
12367 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12368
12369 * gdb.texinfo (Copying): delete this node and references to it;
12370 RMS says this manual need not carry GPL. (passim): Improvements
12371 from last round at FSF, largely due to Ian Taylor review, and
12372 minor formatting improvements.
12373
12374 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12375 largely due to Ian Taylor review. (Debug Session): minor edits to
12376 new text.
12377
12378 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12379
12380 * Makefile.in (realclean): Remove info and dvi files too.
12381
12382 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12383
12384 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12385 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12386 * gdb.texinfo: Change accordingly.
12387
12388 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12389 N_{L,R}BRAC,N_SLINE are relative to.
12390
12391 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12392
12393 * Makefile.in (GDBvn.texi): Update atomically.
12394
12395 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12396
12397 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12398
12399 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12400
12401 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12402 addresses together. Also motivate the set print symbol-filename
12403 command and suggest other solutions.
12404
12405 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12406
12407 * gdb.texinfo (set print elements): Note that the number of
12408 elements is set to unlimited by "set print elements 0".
12409
12410 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12411
12412 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12413 NF_LDOUBLE means.
12414 (Stab Types): Include Solaris stab types.
12415 (Procedures): Document Solaris extensions.
12416
12417 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12418
12419 * gdb.texinfo: Add `set print symbol-filename' doc.
12420
12421 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12422
12423 * stabs.texinfo (Arrays): Talk about type definition vs. type
12424 information.
12425
12426 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12427 the trailing semicolon.
12428
12429 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12430
12431 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12432 and merge in other parts of the document addressing these subjects.
12433 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12434
12435 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12436 at the end of a range type.
12437
12438 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12439 AIX extensions.
12440
12441 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12442
12443 * stabs.texinfo (Stabs Format): Misc fixes.
12444
12445 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12446
12447 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12448 (Traditional builtin types): Document convex convention for long long.
12449 (Negative builtin types): Discuss type names, and misc fixes.
12450
12451 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12452
12453 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12454 point types used with @samp{R} type descriptor.
12455 (Symbol Descriptors): Describe how to handle conflict between
12456 different meanings of @samp{P} symbol descriptor.
12457
12458 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12459
12460 * stabs.texinfo: Remove node Quick Reference and put its children
12461 directly under the main menu.
12462
12463 * stabs.texinfo: Many more changes to bring it into line with
12464 AIX documentation and reality. I think it now has all the
12465 information from the AIX documentation, except that I burned
12466 out when I got to variant records (Pascal and Modula-2) and
12467 all the COBOL types. Oh well, we can add them later when we're
12468 worrying more about those languages.
12469
12470 * stabs.texinfo (Automatic variables): Talk about what it means
12471 to omit the symbol descriptor.
12472
12473 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12474
12475 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12476 gcc2 behavior with promoted args.
12477
12478 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12479
12480 * gdb.texinfo: include readline appendices in info version of manual
12481
12482 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12483
12484 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12485 target remote.
12486
12487 * gdb.texinfo (Machine Code): more index entries for disassemble
12488
12489 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12490
12491 * Clarify the intended use of the gdb-testers and gdb-patches
12492 mailing lists, and shrink gzip comment.
12493
12494 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12495
12496 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12497 DOSHOST configuration of manual.
12498
12499 * gdb.texinfo (MIPS Stack): new node.
12500
12501 * all-config.texi (MIPS) new switch.
12502
12503 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12504 tense; (MIPS Remote) new node.
12505
12506 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12507 bug; (Environment) less passive, other small cleanups in text about
12508 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12509 (Remote) new MIPS Remote menu entry.
12510
12511 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12512
12513 * stabs.texinfo: Many changes to include information from the
12514 AIX documentation.
12515
12516 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12517
12518 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12519
12520 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12521 Move a bunch of information from ../README.
12522 (Getting Started): New node.
12523
12524 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12525
12526 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12527
12528 * gdb.texinfo: advance manual revision dates to present
12529
12530 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12531 stop using silly Roman numerals in @set variable names
12532
12533 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12534
12535 * stabs.texinfo (Parameters): Keep trying to get this right.
12536
12537 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12538
12539 * stabs.texinfo (Parameters): More on "local parameters".
12540
12541 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12542
12543 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12544
12545 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12546
12547 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12548 (Parameters): Rewrite.
12549 (xcoff-differences, Sun-differences): Minor changes.
12550
12551 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12552
12553 * stabs.texinfo: Minor cleanup.
12554
12555 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12556
12557 * gdbint.texinfo: Minor xcoff stuff.
12558
12559 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12560
12561 * gdbint.texinfo: Update for new config directory structure.
12562 Add info about internal type data structures.
12563
12564 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12565
12566 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12567 $(srcdir).
12568 (gdb-config.texi): Depend on file in $(srcdir).
12569
12570 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12571
12572 * stabs.texinfo: Fixes about N_SO.
12573
12574 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12575
12576 * gdb.texinfo: include list of nonstandard init file names
12577
12578 * *-config.texi: new switch GENERIC for text that applies *only*
12579 to (usual) multiple-target version of manual
12580
12581 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12582 h8 config
12583
12584 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12585 in menus (rather than conditionally selected multiple alternative
12586 menus).
12587
12588 * Makefile.in: define and use DOC_CONFIG var to select
12589 configuration for GDB user manual.
12590
12591 * gdb-config.texi: delete from repository, generate from Makefile.
12592
12593 * all-config.texi: normal `generic' configuration file, formerly
12594 stored as gdb-config.texi
12595
12596 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12597
12598 * Makefile.in: add dvi target to build all .dvi files
12599
12600 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12601
12602 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12603
12604 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12605
12606 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12607 host conditionals.
12608 * stabs.texinfo: More array fixes inspired by Jim's.
12609
12610 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12611
12612 * stabs.texinfo: Fixes re arrays and continuations.
12613
12614 * gdbint.texinfo: Add XCOFF node.
12615
12616 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12617
12618 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12619
12620 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12621
12622 * stabs.texinfo: Fix for array types to mention lower bounds.
12623
12624 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12625
12626 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12627
12628 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12629
12630 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12631
12632 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12633
12634 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12635 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12636
12637 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12638
12639 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12640
12641 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12642
12643 * gdb.texinfo, gdbinv-s.texi: misc updates
12644
12645 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12646
12647 * gdbint.texinfo: Brief documentation for longjmp support,
12648 from an email msg by Stu.
12649
12650 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12651
12652 * stabs.texinfo: Fix description of floating point "range"
12653 types (which really define basic types). Reported by Jim Meehan,
12654 <meehan@src.dec.com>.
12655
12656 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12657
12658 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12659
12660 * gdbint.texinfo: Slightly expand section on supporting a new
12661 object file format.
12662
12663 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12664
12665 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12666 intermediate file.
12667
12668 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12669
12670 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12671
12672 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12673
12674 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12675
12676 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12677 as well as Z8002.
12678
12679 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12680
12681 * gdbint.texinfo: Add sections on clean design and on how to send
12682 in changes.
12683
12684 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12685
12686 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12687
12688 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12689
12690 * gdb.texinfo: Fix typo, reported by Karl Berry.
12691
12692 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12693
12694 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12695
12696 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12697
12698 * gdbint.texinfo: fixed a stray email address (needs @@),
12699 added @table @code to node "Native Conditionals"
12700
12701 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12702
12703 * gdbint.texinfo: Describe coding style of GDB.
12704
12705 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12706
12707 * stabs.texinfo: Minor wording changes.
12708
12709 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12710
12711 * gdbint.texinfo: Improve release doc slightly.
12712
12713 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12714
12715 * gdbint.texinfo: Improve doc of GDB config macros.
12716
12717 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12718
12719 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12720 These will be reinserted when examined.
12721
12722 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12723
12724 * gdbint.texinfo: Make a start at documenting all the #if macros
12725 in GDB. At least list them all, and start separating them into
12726 host-specific and target-specific.
12727
12728 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12729
12730 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12731 examples (not consistent w others).
12732 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12733 for generic vn of doc
12734
12735 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12736
12737 * Makefile.in: always create installation directories.
12738
12739 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12740
12741 * gdb.texinfo: in h8 config, do not describe searching commands.
12742
12743 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12744
12745 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12746 conditionals; introduce a few generic switches that may be
12747 useful for other cross-dev or dos-hosted configs.
12748
12749 * gdb.texinfo: fix typo in "info reg" description
12750
12751 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12752
12753 * stabs.texinfo: Minor updates from running TeX over it.
12754 * Makefile.in (stabs.dvi, stabs.ps): Add.
12755
12756 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12757
12758 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12759 First pass at converting it to texinfo.
12760
12761 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12762
12763 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12764 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12765
12766 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12767
12768 * gdbint.texinfo: Add section on partial symbol tables.
12769
12770 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12771
12772 * gdb.texinfo: document `set remotedebug' and `set
12773 rstack_high_address'.
12774
12775 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12776
12777 * gdb.texinfo: slight expansion of new text on reading info files
12778 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12779 H8/300 from DOS.
12780
12781 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12782
12783 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12784
12785 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12786
12787 * gdb.texinfo: Say how to read the `info' files.
12788
12789 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12790
12791 * Makefile.in: gm4 -> m4.
12792
12793 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12794
12795 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12796 Documentation' ahead of `Installing GDB' to match README.
12797 Update shared library doc, -readnow and -mapped, and directory
12798 structure (add glob and mmalloc). Update configure doc.
12799
12800 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12801
12802 * Makefile.in: remove $(srcdir) from gdb.info rule.
12803
12804 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12805
12806 * Makefile.in: commented out gdb-all.texinfo rule. This is
12807 temporary.
12808
12809 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12810
12811 * Makefile.in, configure.in: removed traces of namesubdir,
12812 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12813 copyrights to '92, '13, changed some from Cygnus to FSF.
12814
12815 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12816
12817 * gdb.texinfo: Improve how we ask for bug reports.
12818
12819 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12820
12821 * Makefile.in: infodir belongs in datadir.
12822
12823 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12824
12825 * Makefile.in: remove spaces following hyphens, bsd make can't
12826 cope. install using INSTALL_DATA. added clean-info. added
12827 standards.text support.
12828
12829 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12830
12831 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12832 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12833 and mandir now keyed off datadir by default.
12834
12835 \f
12836 Local Variables:
12837 mode: change-log
12838 left-margin: 8
12839 fill-column: 74
12840 version-control: never
12841 coding: utf-8
12842 End:
This page took 0.375696 seconds and 5 git commands to generate.