Fix gdb.texinfo build
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2019-03-14 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
4 of table, "@end @table" -> "@end table".
5
6 2019-03-14 Tom Tromey <tromey@adacore.com>
7
8 * gdb.texinfo (Output Styling): Document "set style source" and
9 "show style source".
10
11 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12
13 * gdb.texinfo (Mode Options): Mention mi3.
14 (Interpreters): Likewise.
15 (GDB/MI Development and Front Ends): Add entry for MI 3 in
16 version table. Document -fix-multi-location-breakpoint-output.
17 (GDB/MI Breakpoint Information): Document format of breakpoint
18 location output.
19
20 2019-03-05 Simon Marchi <simon.marchi@efficios.com>
21
22 * python.texi (Values From Inferior): Change synopsys of the
23 second form of Value.__init__.
24
25 2019-03-02 Eli Zaretskii <eliz@gnu.org>
26
27 * gdb.texinfo (Output Styling): Fix typos. Document the default
28 foreground colors of the available styles.
29
30 2019-02-27 Kevin Buettner <kevinb@redhat.com>
31
32 * gdb.texinfo (Configure Options): Document minimum python
33 version.
34
35 2019-02-26 Kevin Buettner <kevinb@redhat.com>
36
37 * python.texi (Values From Inferior): Document second form
38 of Value.__init__.
39
40 2019-02-23 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.texinfo: Update copyright year ranges.
43 * refcard.tex: Likewise.
44
45 2019-02-21 Alan Hayward <alan.hayward@arm.com>
46
47 * gdb.texinfo: Update style defaults.
48
49 2019-02-21 Tom Tromey <tromey@adacore.com>
50
51 * gdb.texinfo (Remote Configuration): Remove trailing "." from
52 @item.
53
54 2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
55
56 * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
57 MI versions. Update text around it.
58
59 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
60
61 * gdb.texinfo (PowerPC Features): Document the alias
62 pseudo-registers for the org.gnu.gdb.power.altivec feature.
63
64 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
65
66 * gdb.texinfo (Print Settings): Remove mention of specific
67 demangle-style values, just refer to the in-process help.
68
69 2018-12-28 Tom Tromey <tom@tromey.com>
70
71 * gdb.texinfo (Output Styling): New node.
72
73 2018-12-13 John Baldwin <jhb@FreeBSD.org>
74
75 * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
76 (Native): Add a FreeBSD subsection.
77 (FreeBSD): Document use of system call aliases for compatibility
78 system calls.
79
80 2018-11-21 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.texinfo (Standard Target Features): Add RISC-V Features
83 sub-section.
84
85 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
86
87 * gdb.texinfo (Examining the Symbol Table): Document language choice
88 for 'info types|functions|variables' commands.
89 (Setting Breakpoints): Document language choice to print
90 the functions in which a breakpoint is set.
91
92 2018-11-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
93
94 * gdb.texinfo (PowerPC Features): Document the altivec and fpu
95 requirements for the org.gnu.gdb.power.vsx feature.
96
97 2018-11-01 Joel Brobecker <brobecker@adacore.com>
98
99 * gdb.texinfo (Ada Tasks): Update the "info task 2" example
100 output to match the current implementation.
101
102 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
103
104 * gdb.texinfo (Information About a Frame): Document changes
105 to 'info args' and 'info locals'.
106 (Examining the Symbol Table): Document changes to 'info functions'
107 and 'info variables'.
108
109 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
110
111 * gdb.texinfo (PowerPC Features): Describe new features
112 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
113 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
114 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
115 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
116
117 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
118
119 * gdb.texinfo (PowerPC Features): Describe new features
120 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
121
122 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
123
124 * gdb.texinfo (PowerPC Features): Describe new feature
125 "org.gnu.gdb.power.tar".
126
127 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
128
129 * gdb.texinfo (PowerPC Features): Describe new features
130 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
131
132 2018-10-20 Tom Tromey <tom@tromey.com>
133
134 * gdb.texinfo (TUI Commands): Add @end table.
135 (TUI Configuration): Remove stray @end table.
136
137 2018-10-19 Tom Tromey <tom@tromey.com>
138
139 PR tui/18388:
140 * gdb.texinfo (TUI Commands): Remove tabset documentation.
141 (TUI Configuration): Document "set tui tab-width".
142
143 2018-10-09 Tom Tromey <tom@tromey.com>
144
145 * python.texi (Inferiors In Python): Link to "Frames In Python",
146 not "Unwinding Frames in Python".
147
148 2018-10-09 Tom Tromey <tom@tromey.com>
149
150 * gdb.texinfo (Configure Options): Update --enable-ubsan
151 documentation.
152
153 2018-10-08 John Baldwin <jhb@FreeBSD.org>
154
155 * gdb.texinfo (Contributors): Add SRI International and University
156 of Cambridge for FreeBSD/riscv.
157
158 2018-10-06 Tom Tromey <tom@tromey.com>
159
160 PR python/19399:
161 * python.texi (Inferiors In Python): Document
162 Inferior.Architecture.
163
164 2018-10-06 Tom Tromey <tom@tromey.com>
165
166 PR python/21765:
167 * python.texi (Symbols In Python): Document the module and
168 common-block domains. Remove documentation for incorrect
169 domains.
170
171 2018-10-03 Tom Tromey <tom@tromey.com>
172
173 * gdb.texinfo (Configure Options): Document --enable-ubsan.
174
175 2018-10-02 John Darrington <john@darrington.wattle.id.au>
176
177 * gdb.texinfo (Remote Connection Commands): Describe
178 the changes to target remote and target extended-remote
179 relating to Unix domain sockets.
180
181 2018-10-01 Tom Tromey <tom@tromey.com>
182
183 * gdb.texinfo (Configure Options): Document configure options.
184
185 2018-09-29 Tom Tromey <tom@tromey.com>
186
187 * gdb.texinfo (Requirements): Mention C++, GNU make.
188 (Requirements): Sort the table. Add more libraries.
189 (Running Configure): Remove obsolete text.
190 (Separate Objdir): Likewise.
191 (Configure Options): Likewise.
192
193 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
196 to highlight that the number is also the frame's level.
197 (Selection): Rewrite documentation for 'frame' and 'select-frame'
198 commands.
199 (Frame Info): Rewrite documentation for 'info frame' command.
200
201 2018-09-23 Tom Tromey <tom@tromey.com>
202
203 PR python/18852:
204 * python.texi (Parameters In Python): Document exception behavior
205 of get_set_string.
206
207 2018-09-18 John Baldwin <jhb@FreeBSD.org>
208
209 * gdb.texinfo (info proc): Remove "running".
210 (info proc mappings): Replace "program" with "process".
211
212 2018-09-18 John Baldwin <jhb@FreeBSD.org>
213
214 * gdb.texinfo (Process Information): Document "info proc files"
215 command.
216
217 2018-09-17 Tom Tromey <tom@tromey.com>
218
219 * gdb.texinfo (Index Files): Update for cache directory change on
220 macOS.
221
222 2018-09-16 Tom Tromey <tom@tromey.com>
223
224 * python.texi (Basic Python): Update docs for find_pc_line,
225 solib_name.
226 (Progspaces In Python): Update docs for current_progspace.
227 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
228 Move method documentation before example.
229
230 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
231
232 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
233
234 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
235 2018-09-13 Tom Tromey <tom@tromey.com>
236
237 * python.texi (Program Spaces In Python): Document the
238 Progspace.objfiles method.
239 (Objfiles In Python): Mention that gdb.objfiles() is identical
240 to gdb.selected_inferior().progspace.objfiles().
241
242 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
243 2018-09-13 Tom Tromey <tom@tromey.com>
244
245 * python.texi (Inferiors In Python): Document
246 Inferior.progspace.
247 (Program Spaces In Python): Document that
248 gdb.current_progspace() is the same as
249 gdb.selected_inferior().progspace.
250
251 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
252
253 * python.texi (Basic Python): Mention the string representation
254 of GDB Python objects.
255
256 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
257
258 * gdb.texinfo (Skipping Over Functions and Files): Document
259 set/show debug skip.
260
261 2018-09-10 Tom Tromey <tom@tromey.com>
262
263 * python.texi (Frames In Python, Blocks In Python)
264 (Symbols In Python, Symbol Tables In Python)
265 (Lazy Strings In Python): Remove periods from section titles.
266
267 2018-09-10 Tom Tromey <tom@tromey.com>
268
269 * python.texi (Pretty Printing API): Swap sentence order.
270
271 2018-09-10 Tom Tromey <tom@tromey.com>
272
273 PR python/16461:
274 * python.texi (Values From Inferior): Mention use of virtual
275 table.
276
277 2018-09-10 Tom Tromey <tom@tromey.com>
278
279 * python.texi (Basic Python): Parenthesize argument to
280 decode_line.
281
282 2018-09-10 Tom Tromey <tom@tromey.com>
283
284 * python.texi (Python): Mention Python versions. Don't mention
285 execfile.
286
287 2018-09-10 Tom Tromey <tom@tromey.com>
288
289 PR python/19808:
290 * python.texi (Unwinding Frames in Python): Rewrite
291 create_unwind_info documentation. Update read_register
292 documentation and add a note about unwinder caution.
293
294 2018-09-10 Tom Tromey <tom@tromey.com>
295
296 PR python/18909:
297 * python.texi (Events In Python): Fix inferior_call
298 documentation.
299
300 2018-09-10 Tom Tromey <tom@tromey.com>
301
302 PR python/17752:
303 * python.texi (Frame Filter API): Remove period from subsection
304 title. Mention 100 as good default priority.
305 (Frame Decorator API): Remove period from subsection title.
306 Mention FrameDecorator module.
307
308 2018-09-10 Tom Tromey <tom@tromey.com>
309
310 PR python/23108:
311 * python.texi (Exception Handling): Rearrange gdb.GdbError text
312 and add a table.
313
314 2018-09-10 Tom Tromey <tom@tromey.com>
315
316 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
317 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
318 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
319 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
320
321 2018-09-10 Tom Tromey <tom@tromey.com>
322
323 PR python/16484:
324 * python.texi (Frames In Python): Document that Frame.block can
325 throw.
326
327 2018-09-10 Tom Tromey <tom@tromey.com>
328
329 PR python/23487:
330 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
331
332 2018-09-10 Tom Tromey <tom@tromey.com>
333
334 PR python/16033:
335 * python.texi (Blocks In Python): Document that Block.end is
336 exclusive.
337
338 2018-08-29 Keith Seitz <keiths@redhat.com>
339
340 * gdb.texinfo (Compiling and injecting code in GDB): Document
341 set/show "compile-oracle" and "compile-cplus-types" commands.
342
343 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
344
345 * gdb.texinfo (The -stack-list-frames Command): Update description
346 to mention "arch".
347 Update MI examples throughout the document to contain "arch" in
348 frame output.
349
350 2018-08-21 Alan Hayward <alan.hayward@arm.com>
351
352 * gdb.texinfo (AArch64 SVE): New subsubsection.
353
354 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
355
356 * gdb.texinfo (GDB/MI Data Manipulation): Document
357 "-data-disassemble -a addr".
358 (GDB/MI Support Commands): Document "data-disassemble-a-option"
359 feature.
360
361 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
362
363 * gdb.texinfo (Index Files Speed Up GDB): Add section about
364 symbol index cache.
365
366 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
367
368 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
369 option sections to further clarify that gcore can take more
370 than one PID, and that "-o" is used to specify a prefix, not a
371 filename.
372
373 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.texinfo (Maintenance Commands): Add description of
376 maintenance command to control dwarf unwinders.
377
378 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
379
380 * gdb.texinfo (Debugging Programs with Multiple Threads):
381 Document changes to 'thread apply'. Document 'taas'.
382 Document 'tfaas'.
383 (Examining the Stack): Document 'frame apply'. Document 'faas'.
384
385 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
386 Jan Kratochvil <jan.kratochvil@redhat.com>
387 Paul Fertser <fercerpav@gmail.com>
388 Tsutomu Seki <sekiriki@gmail.com>
389
390 * gdb.texinfo (Remote Connection Commands): Add explanation
391 about new IPv6 support. Add new connection prefixes.
392
393 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
394
395 * gdb.texinfo (Remote Configuration): Update descriptions for
396 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
397 and hardware-watchpoint-length-limit variables.
398
399 2018-07-02 Maciej W. Rozycki <macro@mips.com>
400
401 PR tdep/8282
402 * gdb.texinfo (Source and Machine Code): Document `set
403 disassembler-options' support for the MIPS target.
404
405 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
406
407 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
408
409 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
410
411 * gdb.texinfo (Files): The address argument for "add-symbol-file"
412 is no longer mandatory.
413
414 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
415
416 * gdb.texinfo (Files): Document "symbol-file -o offset".
417
418 2018-06-14 Tom de Vries <tdevries@suse.de>
419
420 * gdb.texinfo (Background Execution): Add @cindex for '&'.
421
422 2018-06-11 Eli Zaretskii <eliz@gnu.org>
423
424 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
425
426 2018-06-08 Gary Benson <gbenson@redhat.com>
427
428 * gdb.texinfo (Maintenance Commands): Document "maint check
429 libthread-db" and "maint set/show check-libthread-db".
430
431 2018-06-05 Tom Tromey <tom@tromey.com>
432
433 PR cli/12326:
434 * gdb.texinfo (Screen Size): Document "c" response to pagination
435 prompt.
436
437 2018-05-31 Maciej W. Rozycki <macro@mips.com>
438
439 * gdb.texinfo (Choosing Target Byte Order): Document endianness
440 selection details with the `set endian auto' mode.
441
442 2018-05-04 Tom Tromey <tom@tromey.com>
443
444 PR python/22731:
445 * python.texi (Breakpoints In Python): Mention that "commands" is
446 writable.
447
448 2018-05-02 Tom Tromey <tom@tromey.com>
449
450 PR python/20084:
451 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
452 PARAM_ZUINTEGER_UNLIMITED.
453
454 2018-04-30 Tom Tromey <tom@tromey.com>
455
456 * python.texi (Types In Python): Document Type.align.
457
458 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
459
460 * gdb.texinfo (Symbols): Mention the fact that "info
461 variables/functions/types" show source files and line numbers.
462
463 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
464
465 * gdb.texinfo: Document set/show record btrace cpu.
466
467 2018-03-27 Joel Brobecker <brobecker@adacore.com>
468
469 * gdb.texinfo (Ada Settings): New subsubsection.
470
471 2018-03-26 Tom Tromey <tom@tromey.com>
472
473 PR backtrace/15582:
474 * gdb.texinfo (Backtrace): Mention "hide" argument.
475
476 2018-03-26 Tom Tromey <tom@tromey.com>
477
478 * gdb.texinfo (Backtrace): Describe options individually.
479
480 2018-03-19 Tom Tromey <tom@tromey.com>
481
482 * observer.texi: Remove.
483
484 2018-03-04 John Baldwin <jhb@FreeBSD.org>
485
486 * gdb.texinfo (Debugging Output): Document "set/show debug
487 fbsd-nat".
488
489 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.texinfo (Machine Code): Additional information about "info
492 line" command.
493
494 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
495
496 * gdb.texinfo (gdb-add-index man): Add pindex.
497
498 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
499
500 * gdb.texinfo (set cwd): Add period.
501 (gdb-add-index man): Move anchor.
502
503 2017-01-12 Tom Tromey <tom@tromey.com>
504 Sergio Durigan Junior <sergiodj@redhat.com>
505
506 * gdb.texinfo (Index Files): Mention gdb-add-index.
507 (gdb-add-index man): New section.
508 * Makefile.in (gdb-add-index.1): New rule to generate manpage
509 from gdb.texinfo.
510
511 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
512
513 * gdb.texinfo (pwd): Fix whitespace.
514
515 2018-01-09 John Baldwin <jhb@FreeBSD.org>
516
517 * gdb.texinfo (pwd): Update cross-reference for Process Information
518 node and remove explicit /proc reference.
519 (Native): Rename subsection from SVR4 Process Information to
520 Process Information.
521 (Process Information): Reword introduction to be less /proc
522 centric. Document support for "info proc" on FreeBSD.
523
524 2018-01-03 Xavier Roirand <roirand@adacore.com>
525
526 * gdb.texinfo (Set Catchpoints): Add documentation for new
527 "catch handlers" action.
528
529 2017-12-27 Stafford Horne <shorne@gmail.com>
530
531 * gdb.texinfo (Target Description Format): Explain that arbitrary
532 strings are now allowed for register groups.
533
534 2017-12-27 Stafford Horne <shorne@gmail.com>
535
536 * gdb.texinfo (Registers): Document info reg $reggroup feature.
537
538 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
539
540 PR cli/16224
541 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
542
543 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
544
545 * python.texi (Manipulating breakpoints using Python): Document
546 qualified parameter to gdb.Breakpoint.
547
548 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
549
550 * python.texi (Manipulating breakpoints using Python): Split doc
551 of Breakpoint.__init__ in two, split text in multiple
552 paragraphs, don't nest parameter square brackets.
553
554 2017-12-12 Stafford Horne <shorne@gmail.com>
555 Stefan Wallentowitz <stefan@wallentowitz.de>
556 Franck Jullien <franck.jullien@gmail.com>
557 Jeremy Bennett <jeremy.bennett@embecosm.com>
558
559 * gdb.texinfo: Add OpenRISC documentation.
560
561 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
564
565 2017-12-07 Keith Seitz <keiths@redhat.com>
566
567 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
568 and "show print type nested-type-limit".
569
570 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
571
572 * python.texi (Breakpoints In Python): Add text relating
573 to allowed explicit locations and keywords in gdb.Breakpoints.
574
575 2017-12-04 Tom Tromey <tom@tromey.com>
576
577 * gdb.texinfo (Rust): Update trait object status
578
579 2017-12-01 Andrew Cagney <cagney@redhat.com>
580 Joel Brobecker <brobecker@adacore.com>
581 Sergio Durigan Junior <sergiodj@redhat.com>
582
583 * gdb.texinfo (File Options): Document --readnever.
584 (Commands to Specify Files): Likewise, for 'symbol-file' and
585 'add-symbol-file'.
586
587 2017-11-29 Pedro Alves <palves@redhat.com>
588
589 PR c++/19436
590 * gdb.texinfo (Debugging C Plus Plus): Document setting
591 breakpoints in functions with ABI tags.
592
593 2017-11-29 Pedro Alves <palves@redhat.com>
594
595 * gdb.texinfo (Linespec Locations): Document how "function" is
596 interpreted in C++ and Ada. Document "-qualified".
597 (Explicit Locations): Document how "-function" is interpreted in
598 C++ and Ada. Document "-qualified".
599
600 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
601
602 PR gdb/21945
603 * gdb.texinfo (Search Memory): Update description and example
604 about how to search a string without NULL terminator.
605
606 2017-11-24 Joel Brobecker <brobecker@adacore.com>
607
608 * gdb.texinfo (GDB/MI Ada Exception Information): Document
609 new "exception-message" field.
610
611 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
612
613 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
614
615 2017-11-24 Pedro Alves <palves@redhat.com>
616
617 * gdb.texinfo (Completion): Update need-quoting examples. Remove
618 false claim that GDB inserts quoting automatically.
619 (Symbols): Add anchor.
620
621 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
622
623 * gdb.texinfo (Requirements): Document use of GNU MPFR.
624
625 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
626
627 * python.texi (Basic Python): Add rbreak documentation.
628
629 2017-11-07 Xavier Roirand <roirand@adacore.com>
630 Pedro Alves <palves@redhat.com>
631
632 * gdb.texinfo (Set Breaks): Document support for breakpoint
633 location ranges in the enable/disable commands.
634
635 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
636
637 * gdb.texinfo (Starting your Program) <The working directory.>:
638 Mention remote debugging.
639 (Working Directory) <Your Program's Working Directory>:
640 Likewise.
641 (Connecting) <Remote Packet>: Add "set-working-dir"
642 and "QSetWorkingDir" to the table.
643 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
644 packet.
645
646 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
647
648 * gdb.texinfo (Starting your Program) <The working directory.>:
649 Mention new "set cwd" command.
650 (Working Directory) <Your Program's Working Directory>:
651 Rephrase to explain that "set cwd" exists and is the default
652 way to change the inferior's cwd.
653
654 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
655
656 * gdb.texinfo (S/390 and System z Features): Document the new
657 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
658
659 2017-09-21 Kevin Buettner <kevinb@redhat.com>
660
661 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
662 attribute.
663
664 2017-09-21 Kevin Buettner <kevinb@redhat.com>
665
666 * python.texi (Inferiors In Python): Add description for method
667 Inferior.thread_from_thread_handle.
668
669 2017-09-19 John Baldwin <jhb@FreeBSD.org>
670
671 * gdb.texinfo (Starting your Program): Add description of
672 starti command. Mention starti command as an alternative for
673 debugging the elaboration phase.
674
675 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
676
677 * gdb.texinfo (Maintenance Commands): Document filter parameter
678 of "maint selftest". Document "maint info selftests" command.
679
680 2017-09-11 Tom Tromey <tom@tromey.com>
681
682 * python.texi (Events In Python): Document new events.
683
684 2017-09-04 Pedro Alves <palves@redhat.com>
685
686 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
687 no-debug-info variables.
688 (Symbols) <Examining the Symbol Table>: Document inspecting
689 no-debug-info types.
690 (Calling) <Calling functions with no debug info>: New subsection,
691 documenting calling no-debug-info functions.
692 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
693
694 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
695
696 * gdb.texinfo (set environment): Add @anchor. Explain that
697 environment variables set by the user are sent to GDBserver.
698 (unset environment): Likewise, but for unsetting variables.
699 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
700 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
701 "environment-reset" and "QEnvironmentReset" to the table.
702 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
703 QEnvironmentReset>: New item, explaining the packet.
704
705 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
706
707 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
708 "Compiler search for the compile command" descriptions of set
709 compile-gcc and show compile-gcc.
710
711 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
712
713 * gdb.texinfo (Architectures): Add new Sparc64 section to document
714 ADI support.
715 * NEWS: Add "adi examine" and "adi assign" commands.
716
717 2017-08-18 Yao Qi <yao.qi@linaro.org>
718
719 * gdb.texinfo (Server): Document "--selftest".
720
721 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
722
723 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
724 Single-Key mode.
725
726 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
727
728 PR gdb/21925
729 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
730 set...").
731
732 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
733
734 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
735 conditional expression.
736
737 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
738
739 * agentexpr.texi (rot): Fix symbolic description, improve
740 textual description.
741
742 2017-07-26 Yao Qi <yao.qi@linaro.org>
743
744 * gdb.texinfo (Maintenance Commands): Document command
745 "maint check xml-descriptions".
746
747 2017-07-26 Yao Qi <yao.qi@linaro.org>
748
749 * gdb.texinfo (Maintenance Commands): Document optional
750 argument of "maint print c-tdesc".
751
752 2017-07-18 Yao Qi <yao.qi@linaro.org>
753
754 * gdb.texinfo (Maintenance Commands): Improve the doc to
755 command "maint print c-tdesc".
756
757 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
758
759 PR gdb/21606
760 * python.texi (Python representation of Symbols.): Replace
761 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
762 * guile.texi (Guile representation of Symbols.): Likewise.
763
764 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
765
766 * gdb.texinfo (Optional Messages about Internal Happenings):
767 Document {set,show} debug separate-debug-file commands.
768
769 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
770
771 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
772 (Connecting) <Remote Packet>: Add "startup-with-shell"
773 and "QStartupWithShell" to the table.
774 (Remote Protocol) <QStartupWithShell>: New item, explaining the
775 packet.
776
777 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
780
781 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
782
783 * python.texi (Recording in Python): Factor out the documentation of
784 gdb.RecordInstruction's super class.
785
786 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
787
788 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
789 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
790 prev and next.
791
792 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
793
794 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
795 gdb.RecordInstruction
796
797 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
798
799 * python.texi (Recording in Python): Add documentation for
800 gdb.RecordGap and remove documentation of special cases for
801 gdb.BtraceInstruction.
802
803 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
804
805 * python.texi (Recording in Python): Remove Record.ptid defvar.
806
807 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
808
809 * gdb.texinfo (GDB/MI Thread Information): Add missing
810 fields, re-word some things.
811 (GDB/MI Thread Commands): Describe fields found in the output of
812 -thread-info, remove description of fields in the
813 thread output tuple, replace with a cross-reference to "GDB/MI
814 Thread Information".
815
816 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
817
818 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
819 from -thread-info output.
820
821 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
822
823 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
824
825 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
826
827 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
828
829 2017-03-22 Yao Qi <yao.qi@linaro.org>
830
831 * python.texi (Inferiors In Python): Remove @code from Python.
832
833 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
834
835 * python.texi (Recordings In Python): Document return type of
836 gdb.BtraceInstruction.data.
837
838 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
839
840 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
841 command file-list-shared-libraries
842 (GDB/MI Async Records): Update documentation of library-loaded with new
843 field.
844
845 2017-03-16 Doug Evans <dje@google.com>
846
847 * guile.texi (Lazy Strings In Guile): Mention arrays.
848 * python.texi (Lazy Strings In Python): Ditto.
849
850 2017-03-08 Jiong Wang <jiong.wang@arm.com>
851
852 * gdb.texinfo (Memory Protection Extensions): Add missing escape
853 character "@".
854
855 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
856
857 * Memory Protection Extensions: Add information about inferior
858 calls.
859
860 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
861
862 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
863 DW_TAG_GNU_* and DW_AT_GNU_*.
864
865 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
866
867 * python.texi (Recordings In Python): New section.
868
869 2017-02-14 Tom Tromey <tom@tromey.com>
870
871 PR python/13598:
872 * python.texi (Events In Python): Document events.before_prompt.
873
874 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
875
876 * gdb.texinfo (Target Commands): Document the optional offset
877 argument for the load command.
878
879 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
880
881 PR gdb/21122
882 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
883 space-separated breakpoint lists. Also add a missing @table command
884 and @cindex for breakpoint lists.
885
886 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
887
888 PR tdep/20936
889 * gdb.texinfo: (Standard Target Features): Document SPARC features.
890 (Sparc Features): New node.
891
892 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
893
894 * gdb.texinfo (i386 Features): Add system segment registers
895 as feature.
896
897 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
898
899 * python.texi (Events In Python): Fix typo.
900
901 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
902 Luis Machado <lgustavo@codesourcery.com>
903
904 * gdb.texinfo (-target-flash-erase): New MI command description.
905 (flash-erase): New CLI command description.
906
907 2017-01-04 John Baldwin <jhb@FreeBSD.org>
908
909 * gdb.texinfo (Contributors): Add SRI International and University
910 of Cambridge for FreeBSD/mips.
911
912 2016-12-22 Doug Evans <xdje42@gmail.com>
913
914 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
915 commands.
916
917 2016-12-02 Pedro Alves <palves@redhat.com>
918
919 * gdb.texinfo (User-defined Commands): Limit on number of
920 arguments passed to user-defined commands removed; update.
921
922 2016-12-02 Pedro Alves <palves@redhat.com>
923
924 PR cli/20559
925 * gdb.texinfo (Define): Add example of using "eval" to process a
926 variable number of arguments.
927 (Output) <eval>: Add anchor.
928
929 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
930
931 * Makefile.in: Likewise.
932
933 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
934
935 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
936 xref.
937
938 2016-10-29 Pedro Alves <palves@redhat.com>
939
940 * gdb.texinfo (Packets) <vCont>: Remove mention of default
941 actions.
942
943 2016-10-26 Pedro Alves <palves@redhat.com>
944
945 * gdb.texinfo (Packets): Clarify vCont packets with multiple
946 actions that match a thread, and what happens when an action
947 matches a thread that is already running.
948
949 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
950
951 * gdb.texinfo (Using Trace Files): Fix typo.
952 (GDB/MI Tracepoint Commands): Likewise.
953
954 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
955
956 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
957 of -trace-save.
958
959 2016-10-06 Tom Tromey <tom@tromey.com>
960
961 * guile.texi (Types In Guile): Remove Java mentions.
962 * python.texi (Types In Python): Remove Java mentions.
963 * gdb.texinfo (Address Locations, Supported Languages)
964 (Index Section Format): Remove Java mentions.
965
966 2016-08-15 Doug Evans <dje@google.com>
967
968 * gdb.texinfo (Target Description Format): Update docs on "end"
969 field spec and field default type.
970
971 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
972 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
973
974 PR gdb/20487
975 * gdb.texinfo (Context management): Update mention of frame
976 change notifications.
977 (gdb/mi Async Records): Document frame field in
978 =thread-select event.
979 * observer.texi (GDB Observers): New user_selected_context_changed
980 observer.
981
982 2016-09-28 Tom Tromey <tom@tromey.com>
983
984 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
985 than "memory breakpoint". Further document "kind". Move
986 protocol-details link earlier.
987 <z1>: Document the cmd_list argument. Fix typo.
988 <g>: Remove incorrect sentence.
989 (Stop Reply Packets): Document "OK" response to requests when in
990 non-stop mode.
991 <swbreak>: Use "software breakpoint" rather than "memory
992 breakpoint".
993 <create>: Document that "R" is ignored.
994 <W, X, w>: Document formatting of "AA".
995 (Notification Packets): Use "%Stop", not "%%Stop".
996
997 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
998
999 * gdb.texinfo (Embedded Processors): Document ARC.
1000 (Synopsys ARC): New section.
1001 (Standard Target Features): Document ARC features.
1002 (ARC Features): New section.
1003
1004 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 * .gitignore: New file.
1007
1008 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
1009
1010 * gdb.texinfo (Input/Output): Mention possibility to unset
1011 inferior-tty.
1012
1013 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1014
1015 * gdb.texinfo: Resume btrace on reconnect.
1016
1017 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1018
1019 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1020 syscall.
1021
1022 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1023
1024 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1025 command.
1026
1027 2016-07-13 Tom Tromey <tom@tromey.com>
1028
1029 PR python/15620, PR python/18620:
1030 * python.texi (Events In Python): Document new breakpoint events.
1031
1032 2016-07-13 Tom Tromey <tom@tromey.com>
1033
1034 PR python/17698:
1035 * python.texi (Breakpoints In Python): Document
1036 Breakpoint.pending.
1037
1038 2016-07-13 Tom Tromey <tom@tromey.com>
1039
1040 * python.texi (Breakpoints In Python): Move table of types and
1041 table of watchpoint types earlier in node.
1042
1043 2016-07-12 Tom Tromey <tom@tromey.com>
1044
1045 PR python/19293:
1046 * python.texi (Frames In Python): Document
1047 gdb.invalidate_cached_frames.
1048
1049 2016-06-21 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.texinfo (Interpreters): Update intepreter-exec section,
1052 document new-ui and explain use case.
1053
1054 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
1055
1056 * gdb.texinfo (Standard Target Features): Document NDS32 features.
1057 (NDS32 Features): New Section.
1058
1059 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
1060
1061 * gdb.texinfo (Examining Memory): Document negative repeat
1062 count in the 'x' command.
1063
1064 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
1065
1066 * gdb.texinfo (GDB/MI Async Records): Document method and
1067 format fields in =record-started.
1068 * observer.texi (record_changed): Add method and format
1069 parameters.
1070
1071 2016-05-27 Eli Zaretskii <eliz@gnu.org>
1072
1073 * gdb.texinfo (General Query Packets): Move the description of the
1074 response before the long list of the specific 'read' and 'write'
1075 requests.
1076
1077 2016-05-23 Tom Tromey <tom@tromey.com>
1078
1079 * python.texi (Basic Python): Document gdb.breakpoints return.
1080
1081 2016-05-24 Tom Tromey <tom@tromey.com>
1082
1083 PR gdb/19194:
1084 * gdb.texinfo (gdb man): Fix typo.
1085
1086 2016-05-17 Tom Tromey <tom@tromey.com>
1087
1088 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
1089 (Rust): New node.
1090
1091 2016-05-17 Tom Tromey <tom@tromey.com>
1092
1093 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1094
1095 2016-04-27 Yao Qi <yao.qi@linaro.org>
1096
1097 * gdb.texinfo (tfind): Complete doc about tfind without
1098 argument.
1099
1100 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1101
1102 * agentexpr.texi (byte): Fix zero_ext description.
1103
1104 2016-03-31 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.texinfo (M32R/SDI): Delete node.
1107 (MIPS Embedded): Remove references to the MIPS remote debugging
1108 protocol, PMON and variants, and the associated commands.
1109
1110 2016-03-15 Doug Evans <dje@google.com>
1111
1112 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1113 (Target Description Format): Mention enum types. Update docs on
1114 flags types.
1115 (Predefined Target Types): Add "bool".
1116 (Enum Target Types): New node.
1117
1118 2016-03-15 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.texinfo (Tracepoint Actions): Fix typo.
1121
1122 2016-03-15 Pedro Alves <palves@redhat.com>
1123 Andreas Arnez <arnez@linux.vnet.ibm.com>
1124 Marcin Kościelnicki <koriakin@0x04.net>
1125
1126 * gdb.texinfo (Tracepoint Actions): Document possible
1127 unreliability of '$_ret'.
1128
1129 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1132 command.
1133
1134 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1135
1136 * gdb.texinfo (Convenience Functions): Document $_as_string.
1137
1138 2016-02-23 Doug Evans <dje@google.com>
1139
1140 * gdb.texinfo (Skipping Over Functions and Files): Document new
1141 options to "skip" command. Update docs of output of "info skip".
1142
1143 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1144
1145 * gdb.texinfo (Signals): Add bound violation display hints for
1146 a SIGSEGV.
1147
1148 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1149
1150 * gdb.texinfo (Trace File Format): Add documentation for description
1151 section lines.
1152
1153 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1154
1155 * gdb.texinfo (Trace File Format): Remove misleading information
1156 about register block ordering.
1157
1158 2016-02-01 Doug Evans <dje@google.com>
1159
1160 * gdb.texinfo (Value Sizes): Fix typo.
1161
1162 2016-02-01 Doug Evans <dje@google.com>
1163
1164 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1165
1166 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.texinfo (Value Sizes): New section.
1169 (Data): Add the 'Value Sizes' node to the menu.
1170
1171 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1172
1173 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1174
1175 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1176
1177 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1178
1179 2016-01-18 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1182 of the thread that hit a breakpoint or received a signal.
1183
1184 2016-01-15 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1187
1188 2016-01-13 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.texinfo (Threads): Document the $_gthread convenience
1191 variable.
1192 (Convenience Vars): Likewise.
1193
1194 2016-01-13 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.texinfo (Threads): Document "info threads -gid".
1197
1198 2016-01-13 Pedro Alves <palves@redhat.com>
1199
1200 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1201 anchor.
1202 (Threads In Python): Document new InferiorThread.global_num
1203 attribute.
1204
1205 2016-01-07 Pedro Alves <palves@redhat.com>
1206
1207 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1208 qualified thread IDs, global thread IDs and thread ID lists.
1209 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1210 thread IDs.
1211 (Convenience Vars): Document the $_thread convenience variable.
1212 (Ada Tasks): Adjust to refer to thread IDs.
1213 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1214 Commands, GDB/MI Variable Objects): Update to mention global
1215 thread IDs.
1216 * guile.texi (Breakpoints In Guile)
1217 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1218 global thread IDs instead of thread IDs.
1219 * python.texi (Threads In Python): Adjust documentation of
1220 InferiorThread.num.
1221 (Breakpoint.thread): Mention global thread IDs instead of thread
1222 IDs.
1223
1224 2016-01-13 Pedro Alves <palves@redhat.com>
1225
1226 * python.texi (Threads In Python): Document
1227 InferiorThread.inferior.
1228
1229 2016-01-13 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1232 convenience variable.
1233 (Convenience Vars): Likewise.
1234
1235 2016-01-12 Josh Stone <jistone@redhat.com>
1236 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1237
1238 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1239 (Stop Reply Packets): List the syscall entry and return stop reasons.
1240 (General Query Packets): Describe QCatchSyscalls, and add it to the
1241 table and the detailed list of stub features.
1242
1243 2016-01-12 Pedro Alves <palves@redhat.com>
1244
1245 Remove use of the registered trademark symbol throughout.
1246
1247 2016-01-12 Yao Qi <yao.qi@linaro.org>
1248
1249 * gdb.texinfo (Interrupts): Update the document on handling
1250 interrupt when program is stopped.
1251
1252 2015-12-11 Don Breazeal <donb@codesourcery.com>
1253
1254 * gdb.texinfo (Forks): Correct Linux kernel version where
1255 fork and exec events are supported, add notes about support
1256 of these events in target remote mode.
1257 (Connecting): Reorganize and clarify distinctions between
1258 target remote, extended-remote, and multiprocess.
1259 Reorganize related text from separate sections into new
1260 sections.
1261 (Server): Note effects of target extended-remote mode.
1262 Delete section on Multi-Process Mode for gdbserver.
1263 Move some text to "Connecting" node.
1264
1265 2015-12-10 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.texinfo (Threads): Replace warning with explanation
1268 about single-threaded programs.
1269
1270 2015-12-10 Pedro Alves <palves@redhat.com>
1271
1272 * gdb.texinfo (Threads): Remove mention of SGI.
1273 (Forks): Remove mention of HP-UX.
1274 (Breakpoints): Remove mention of HP-UX.
1275 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1276 Reword in terms of architectures.
1277 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1278 mention supported systems.
1279 (Convenience Vars): Don't mention HP-UX.
1280 (Jumping): Remove mention of HP-UX in comment.
1281 (Files) <shared libraries>: Update supported shared library types
1282 list. Remove mention of HP-UX.
1283 (Native): Remove HP-UX subsection.
1284 (SVR4 Process Information): Remove mention of HP-UX.
1285
1286 2015-12-10 Pedro Alves <palves@redhat.com>
1287
1288 * gdb.texinfo (Stack): Reorder menu.
1289
1290 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1291
1292 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1293 -var-set-format's new zero-hexadecimal format.
1294
1295 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1296
1297 * gdb.texinfo (Ada Mode Into): Move overloading support
1298 description to its own node.
1299 (Overloading support for Ada): New node.
1300
1301 2015-11-30 Pedro Alves <palves@redhat.com>
1302
1303 PR 14618
1304 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1305 (Remote Configuration): Add the "set/show remote
1306 no-resumed-stop-reply" to the available settings table.
1307 (General Query Packets): Document the "no-resumed" qSupported
1308 feature.
1309
1310 2015-11-30 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.texinfo (Remote Configuration): List "set/show remote
1313 thread-events" command in configuration table.
1314 (Stop Reply Packets): Document "T05 create" stop
1315 reason and 'w' stop reply.
1316 (General Query Packets): Document QThreadEvents packet. Document
1317 QThreadEvents qSupported feature.
1318
1319 2015-11-30 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1322 anchor.
1323 (Packets): Document vCtrlC.
1324
1325 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1326
1327 * gdb.texinfo (Thread List Format): Mention thread names.
1328
1329 2015-11-24 Pedro Alves <palves@redhat.com>
1330
1331 PR 17539
1332 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1333 program-spaces" example to ascending order listing.
1334 (Threads): Adjust "info threads" example to ascending order
1335 listing.
1336 (Forks): Adjust "info inferiors" example to ascending order
1337 listing.
1338
1339 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1340
1341 * gdb.texinfo (Process Record and Replay): Document "record
1342 instruction-history" modifiers.
1343
1344 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1347 description.
1348 (Frame Filter Management): Move to later in the 'Examining the
1349 Stack' chapter.
1350 (Selection): Add entry for 'select-frame'.
1351
1352 2015-09-25 Doug Evans <dje@google.com>
1353
1354 * gdb.texinfo (Process Record and Replay): Fix syntax of
1355 "record instruction-history begin, end" and
1356 "record function-call-history begin, end".
1357
1358 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1359
1360 * gdb.texinfo (Specifying Source Directories): Fix
1361 substitute-path example.
1362
1363 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1364
1365 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1366
1367 2015-09-15 Pedro Alves <palves@redhat.com>
1368
1369 PR remote/18965
1370 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1371 the vforkdone description.
1372
1373 2015-09-15 Pedro Alves <palves@redhat.com>
1374
1375 PR remote/18965
1376 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1377 part indicates the thread ID of the parent process.
1378
1379 2015-09-15 Yao Qi <yao.qi@linaro.org>
1380
1381 * gdb.texinfo (General Query Packets): Add vContSupported to
1382 tables of 'gdbfeatures' and 'stub features' supported in the
1383 qSupported packet, as well as to the list containing stub
1384 feature details.
1385
1386 2015-09-11 Don Breazeal <donb@codesourcery.com>
1387
1388 * gdb.texinfo (Remote Configuration): Add exec event
1389 feature to table of packet settings.
1390 (Stop Reply Packets): Add exec events to the list of stop
1391 reasons.
1392 (General Query Packets): Add exec events to tables of
1393 'gdbfeatures' and 'stub features' supported in the qSupported
1394 packet, as well as to the list containing stub feature
1395 details.
1396
1397 2015-08-24 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.texinfo (Remote Configuration): Document the "set/show
1400 remote multiprocess-extensions-packet" commands.
1401
1402 2015-08-24 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1405 <M32R>: Remove references to M32R/D.
1406 <M68K>: Remove references to target dbug.
1407 <MIPS Embedded>: Remove references to target r3900 and target
1408 array.
1409 <PowerPC Embedded>: Remove references to target dink32 and target
1410 ppcbug, target sds
1411 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1412
1413 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1416
1417 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1418
1419 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1420
1421 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1424 info bfds" to...
1425 (File Caching): A New section. Outline bfd caching, and add new
1426 description for "main set/show bfd-sharing".
1427
1428 2015-08-14 Doug Evans <xdje42@gmail.com>
1429
1430 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1431 disassembly.
1432 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1433
1434 2015-08-11 Keith Seitz <keiths@redhat.com>
1435
1436 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1437 Use "location(s)"instead of "linespec(s)".
1438 (Specifying a Location): Rewrite.
1439 Add subsections describing linespec, address, and explicit locations.
1440 Add node/menu for each subsection.
1441 (Source and Machine Code, C Preprocessor Macros)
1442 (Create and Delete Trace points)
1443 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1444 (Continuing at a Different Address): Remove "linespec" examples.
1445 Add reference to "Specify a Location"
1446 (The -break-insert Command): Rewrite. Add anchor.
1447 Add reference to appropriate manual section discussing locations.
1448 (The -dprintf-insert Command): Refer to -break-insert for
1449 specification of 'location'.
1450
1451 2015-08-07 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1454 target-non-stop".
1455
1456 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1457
1458 * gdb.texinfo (Process Record and Replay): Document prefixing of
1459 speculatively executed instructions in the "record instruction-history"
1460 command.
1461
1462 2015-07-20 Doug Evans <dje@google.com>
1463
1464 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1465
1466 2015-07-16 Doug Evans <dje@google.com>
1467
1468 * stabs.texinfo: @include gdb-cfg.texi.
1469
1470 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1471
1472 Revert the previous 2 commits:
1473 gdbserver build-id attribute generator
1474 Validate symbol file using build-id
1475
1476 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1477
1478 * gdb.texinfo (Files): Add 'set validate-build-id'
1479 and 'show validate-build-id'.
1480
1481 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1482 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 gdbserver build-id attribute generator.
1485 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1486 'build-id' in description, example, new attribute in dtd.
1487
1488 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1489
1490 * gdb.texinfo (Selection): Update documentation for 'frame'
1491 command.
1492
1493 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1494
1495 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1496 commands.
1497
1498 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1499
1500 * gdb.texinfo (Process Record and Replay): Spell out that variables
1501 and registers are not available during btrace replay.
1502 Describe the new "record btrace pt" command.
1503 Describe the new "set|show record btrace pt buffer-size" options.
1504 (General Query Packets): Describe the new Qbtrace:pt and
1505 Qbtrace-conf:pt:size packets.
1506 Expand "bts" to "Branch Trace Store".
1507 Update the branch trace DTD.
1508
1509 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1510
1511 * gdb.texinfo (Command History): Document the new option
1512 "history remove-duplicates".
1513
1514 2015-06-19 Doug Evans <dje@google.com>
1515
1516 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1517 longer supported.
1518
1519 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1520
1521 * gdb.texinfo (Command History): Mention that setting
1522 GDBHISTSIZE to the empty string disables history truncation.
1523
1524 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1525
1526 PR gdb/16999
1527 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1528 behavior.
1529
1530 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1531
1532 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1533 with GDBHISTSIZE.
1534
1535 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1536
1537 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1538 bytes and memory units for -data-{read,write}-memory-bytes.
1539 (Packets): Same for m, M and X packets.
1540 * python.texi (Inferiors In Python): Same for read_memory and
1541 write_memory.
1542
1543 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1544
1545 * gdb.texinfo (Separate Debug Files): Document that PE is also
1546 supported.
1547
1548 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1551 single table entry.
1552
1553 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1554
1555 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1556
1557
1558 2015-06-10 Gary Benson <gbenson@redhat.com>
1559
1560 * gdb.texinfo (Remote Configuration): Document the
1561 "set/show remote hostio-setfs-packet" command.
1562 (Host I/O Packets): Document the vFile:setfs packet.
1563
1564 2015-06-10 Gary Benson <gbenson@redhat.com>
1565
1566 * gdb.texinfo (Debugging Output): Document the "set/show debug
1567 linux-namespaces" command.
1568
1569 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1570 Mircea Gherzan <mircea.gherzan@intel.com>
1571
1572 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1573 and "set mpx bound".
1574
1575 2015-05-27 Doug Evans <dje@google.com>
1576
1577 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1578
1579 2015-05-26 Doug Evans <dje@google.com>
1580
1581 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1582 command renamings.
1583 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1584
1585 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1588
1589 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1590
1591 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1592 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1593
1594 2015-05-16 Doug Evans <xdje42@gmail.com>
1595
1596 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1597 memory ports.
1598
1599 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1600
1601 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1602
1603 2015-05-12 Don Breazeal <donb@codesourcery.com>
1604
1605 * gdb.texinfo (Forks): Note that fork debugging is
1606 supported in extended mode.
1607 (Remote Configuration): Add fork event features to table
1608 of packet settings.
1609 (Stop Reply Packets): Add fork events to list of stop reasons.
1610 (General Query Packets): Add fork events to tables of
1611 'gdbfeatures' and 'stub features' supported in the qSupported
1612 packet, as well as to the list containing stub feature
1613 details.
1614
1615 2015-05-12 Gary Benson <gbenson@redhat.com>
1616
1617 * gdb.texinfo (General Query Packets): Document
1618 qXfer:exec-file:read with empty annex.
1619
1620 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1621
1622 * python.texi (Values From Inferior): Add descriptions of new
1623 methods gdb.Value.reference_value and gdb.Value.const_value.
1624
1625 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1626
1627 * gdb.texinfo (Files): Add "info dll" documentation.
1628 (Cygwin Native): Remove "info dll" documentation.
1629
1630 2015-04-29 Doug Evans <dje@google.com>
1631
1632 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1633 Document.
1634 (Writing an Xmethod): Add get_result_type to example.
1635
1636 2015-04-28 Sasha Smundak <asmundak@google.com>
1637
1638 * python.texi: New method documented.
1639
1640 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1643 format.
1644
1645 2015-04-24 Doug Evans <dje@google.com>
1646
1647 * python.texi (Xmethods In Python): Fix name of method to call the
1648 xmethod.
1649
1650 2015-04-17 Gary Benson <gbenson@redhat.com>
1651
1652 * gdb.texinfo (Connecting to a Remote Target): Mention that
1653 GDB can access program files from remote targets that support
1654 qXfer:exec-file:read and Host I/O packets.
1655
1656 2015-04-17 Gary Benson <gbenson@redhat.com>
1657
1658 * gdb.texinfo (Remote Configuration): Document the "set/show
1659 remote pid-to-exec-file-packet" command.
1660 (General Query Packets): Document the qXfer:exec-file:read
1661 qSupported features. Document the qXfer:exec-file:read packet.
1662
1663 2015-04-17 Gary Benson <gbenson@redhat.com>
1664
1665 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1666 applies to executable paths if supplied to GDB as absolute.
1667
1668 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1669
1670 * gdb.texinfo (Mode Options): Remove -xdb.
1671
1672 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1673 Eli Zaretskii <eliz@gnu.org>
1674
1675 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1676 compile, show debug compile. New subsection Compilation options for
1677 the compile command. New subsection Compiler search for the compile
1678 command.
1679
1680 2015-04-09 Andy Wingo <wingo@igalia.com>
1681
1682 * guile.texi (Frames In Guile): Describe frame-read-register.
1683
1684 2015-04-02 Gary Benson <gbenson@redhat.com>
1685
1686 * gdb.texinfo (set sysroot): Document "target:".
1687
1688 2015-04-01 Sasha Smundak <asmundak@google.com>
1689
1690 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1691 section.
1692
1693 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1694
1695 PR corefiles/16092
1696 * gdb.texinfo (gcore): Mention new command 'set
1697 use-coredump-filter'.
1698 (set use-coredump-filter): Document new command.
1699
1700 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1701
1702 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1703 documentation, reorder the info os entries in alphabetical order.
1704
1705 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1706
1707 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1708 -data-write-memory-bytes.
1709
1710 2015-03-24 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1713 mention that threads may sometimes run unlocked.
1714
1715 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1716
1717 * gdb.texinfo (Remote configuration): Document "set/show
1718 serial parity" command.
1719
1720 2015-03-18 Gary Benson <gbenson@redhat.com>
1721
1722 * gdb.texinfo (General Query Packets): Remove documentation
1723 for now-removed vFile:fstat qSupported features.
1724
1725 2015-03-11 Gary Benson <gbenson@redhat.com>
1726
1727 * gdb.texinfo (Remote Configuration): Document the
1728 "set/show remote hostio-fstat-packet" command.
1729 (General Query Packets): Document the vFile:fstat
1730 qSupported features.
1731 (Host I/O Packets): Document the vFile:fstat packet.
1732
1733 2015-03-11 Andy Wingo <wingo@igalia.com>
1734
1735 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1736
1737 2015-03-04 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.texinfo (Remote Configuration): Document the "set/show
1740 remote swbreak-feature-packet" and "set/show remote
1741 hwbreak-feature-packet" commands.
1742 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1743 decription.
1744 (Stop Reply Packets): Document the swbreak and hwbreak stop
1745 reasons.
1746 (General Query Packets): Document the swbreak and hwbreak
1747 qSupported features.
1748 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1749
1750 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1751
1752 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1753 under *stopped.
1754
1755 2015-03-02 Doug Evans <xdje42@gmail.com>
1756
1757 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1758
1759 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1760
1761 * gdb.texinfo (S/390 and System z Features): Describe new feature
1762 "org.gnu.gdb.s390.vx".
1763
1764 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1765
1766 PR gdb/18008
1767 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1768 demangler-warning): Fix typo ("problam").
1769
1770 2015-02-19 David Taylor <dtaylor@emc.com>
1771
1772 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1773
1774 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1775
1776 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1777 point, DTrace'.
1778 (Static Probe Points): Modified to cover DTrace probes in addition
1779 to SystemTap probes. Also modified to cover the `enable probe'
1780 and `disable probe' commands.
1781
1782 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1783
1784 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1785 `disable probe' commands.
1786
1787 2015-02-12 David Taylor <dtaylor@emc.com>
1788
1789 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1790 fields of the QTDV packet.
1791
1792 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1793
1794 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1795 (Process Record and Replay): Describe new set|show commands.
1796 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1797
1798 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1799
1800 * gdb.texinfo (Process Record and Replay): Describe the "record
1801 btrace bts" command.
1802 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1803 (Branch Trace Configuration Format): New.
1804
1805 2015-01-31 Gary Benson <gbenson@redhat.com>
1806 Doug Evans <dje@google.com>
1807
1808 * gdb.texinfo (Command Completion): Document new
1809 "set/show max-completions" option.
1810
1811 2015-01-31 Doug Evans <xdje42@gmail.com>
1812
1813 * gdb.texinfo (Symbols): Document new commands
1814 "maint print symbol-cache", "maint print symbol-cache-statistics",
1815 "maint flush-symbol-cache". Document new option
1816 "maint set symbol-cache-size".
1817
1818 2015-01-31 Doug Evans <xdje42@gmail.com>
1819
1820 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1821 distinguish script files vs inlined scripts.
1822 * python.texi (Python Auto-loading): Ditto.
1823
1824 2015-01-30 Doug Evans <dje@google.com>
1825
1826 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1827 string if present.
1828
1829 2015-01-27 Doug Evans <dje@google.com>
1830
1831 * python.texi (Objfiles In Python): Document Objfile.username.
1832
1833 2015-01-27 Doug Evans <dje@google.com>
1834
1835 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1836 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1837
1838 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1839
1840 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1841
1842 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1843
1844 * doc/gdb.texinfo (TUI Commands): Document the possible
1845 values of NAME argument to 'winheight' command. Explain the
1846 effect of 'tabset' setting better.
1847
1848 2015-01-11 Doug Evans <xdje42@gmail.com>
1849
1850 PR gdb/15830
1851 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1852 (Symbols): Ditto.
1853 (Maintenance Commands): Delete docs for "maint demangle".
1854
1855 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1856
1857 * gdb.texinfo (Files): Remove documentation of the
1858 "add-shared-symbol-files" and "assf" commands.
1859 (Cygwin Native): Remove documentation of the "dll-symbols"
1860 command.
1861
1862 2014-12-17 Doug Evans <xdje42@gmail.com>
1863
1864 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1865
1866 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1867 Jan Kratochvil <jan.kratochvil@redhat.com>
1868
1869 * gdb.texinfo (Altering): Update.
1870 (Compiling and Injecting Code): New node.
1871
1872 2014-12-12 Doug Evans <dje@google.com>
1873
1874 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1875
1876 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1877
1878 * gdb.texinfo: Document "maint print user-registers".
1879
1880 2014-12-08 Doug Evans <dje@google.com>
1881
1882 * python.texi (Objfiles In Python): Document Objfile.owner.
1883
1884 2014-12-04 Doug Evans <dje@google.com>
1885
1886 * python.texi (Objfiles In Python): Document
1887 Objfile.add_separate_debug_file.
1888
1889 2014-12-04 Doug Evans <dje@google.com>
1890
1891 * python.texi (Objfiles In Python): Document Objfile.build_id.
1892
1893 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1894
1895 * python.texi (Events In Python): Document new events
1896 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1897 and RegisterChangedEvent.
1898
1899 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 Add add-auto-load-scripts-directory.
1902 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1903 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1904
1905 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1906
1907 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1908 description typo.
1909
1910 2014-10-30 Doug Evans <dje@google.com>
1911
1912 * python.texi (Progspaces In Python): Document ability to add
1913 random attributes to gdb.Progspace objects.
1914 (Objfiles In Python): Document ability to add random attributes to
1915 gdb.objfile objects.
1916
1917 2014-10-27 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1920 info on stepping and signal handlers.
1921 (Signals): Explain stepping and signal handlers. Add context
1922 index entry, and cross references.
1923
1924 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1925
1926 * python.texi (Breakpoints In Python): Add parenthesis after
1927 Breakpoint.delete. Clarify Breakpoint.enabled description so
1928 that it contains "disable".
1929
1930 2014-10-17 Doug Evans <dje@google.com>
1931
1932 * python.texi (Events In Python): Document clear_objfiles event.
1933
1934 2014-10-17 Doug Evans <dje@google.com>
1935
1936 * python.texi (Objfiles In Python): Document new progspace attribute.
1937
1938 2014-10-17 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1941 (SVR4 Process Information): Delete mention of OSF/1.
1942
1943 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1944
1945 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1946 exit-code field in -list-thread-groups output.
1947
1948 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1949
1950 * gdb.texinfo (Set Breaks): Add missing "@end table".
1951
1952 2014-09-22 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1955 always-inserted off" is the default mode now. Delete
1956 documentation of "set breakpoint always-inserted auto".
1957
1958 2014-09-18 Doug Evans <dje@google.com>
1959
1960 * python.texi (Symbol Tables In Python): Document "producer"
1961 attribute of gdb.Symtab objects.
1962
1963 2014-09-16 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1966 (Embedded OS): Remove VxWorks menu entry.
1967 (VxWorks): Remove node.
1968
1969 2014-09-13 Doug Evans <xdje42@gmail.com>
1970
1971 * gdb.texinfo (Signaling): Document new queue-signal command.
1972
1973 2014-09-06 Doug Evans <xdje42@gmail.com>
1974
1975 PR 15276
1976 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1977 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1978
1979 2014-09-03 Justin Lebar <jlebar@google.com>
1980
1981 * python.texi (Types In Python): Type.template_argument(n) returns a
1982 gdb.Value or a gdb.Type and throws an exception if n is out of
1983 range.
1984
1985 2014-09-03 Sasha Smundak <asmundak@google.com>
1986
1987 * python.texi (Frames in Python): Add read_register description.
1988
1989 2014-08-04 Tom Tromey <tromey@redhat.com>
1990
1991 * gdb.texinfo (Debugging Output): Update for change to "set debug
1992 target".
1993
1994 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1995
1996 Pushed by Joel Brobecker <brobecker@adacore.com>.
1997 * Makefile.in (transform): New variable.
1998 (install-man1, install-man5): Apply $(transform) to man file names.
1999
2000 2014-07-26 Doug Evans <xdje42@gmail.com>
2001
2002 PR guile/17177
2003 * guile.texi (Guile Pretty Printing API): Fix typo.
2004 Document set-pretty-printers!, pretty-printers.
2005 (Selecting Guile Pretty-Printers): Update.
2006 Mention program-space based pretty-printers.
2007
2008 2014-07-25 Pedro Alves <palves@redhat.com>
2009 Eli Zaretskii <eliz@gnu.org>
2010
2011 * gdb.texinfo (Signaling) <signal command>: Explain what happens
2012 with multi-threaded programs.
2013
2014 2014-06-27 Yao Qi <yao@codesourcery.com>
2015
2016 * gdb.texinfo (Maintenance Commands): Update the output of
2017 'maint print dummy-frames' command.
2018
2019 2014-06-24 Eli Zaretskii <eliz@gnu.org>
2020
2021 * gdb.texinfo (Screen Size): Improve indexing.
2022
2023 2014-06-19 Gary Benson <gbenson@redhat.com>
2024
2025 * gdb.texinfo (Maintenance Commands): Document new
2026 "maint set/show catch-demangler-crashes" option.
2027
2028 2014-06-19 Gary Benson <gbenson@redhat.com>
2029
2030 * gdb.texinfo (Maintenance Commands): Document new
2031 "maint demangler-warning" command and new
2032 "maint set/show demangler-warning" option.
2033
2034 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
2035
2036 * python.texi (Xmethod API): Add space before the opening
2037 parenthesis in function descriptions.
2038
2039 2014-06-06 Doug Evans <xdje42@gmail.com>
2040
2041 * guile.texi (Guile Configuration): Document guile-data-directory.
2042
2043 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
2044
2045 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2046
2047 2014-06-04 Doug Evans <xdje42@gmail.com>
2048
2049 * guile.texi (Breakpoints In Guile): Update.
2050
2051 2014-06-03 Joel Brobecker <brobecker@adacore.com>
2052
2053 * python.texi (Xmethod API): Fix reference to "Progspaces In
2054 Python".
2055
2056 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
2057
2058 * python.texi (Xmethods In Python, XMethod API)
2059 (Writing an Xmethod): New nodes.
2060 (Python API): New menu entries "Xmethods In Python",
2061 "Xmethod API", "Writing an Xmethod".
2062
2063 2014-06-02 Doug Evans <xdje42@gmail.com>
2064
2065 * guile.texi (Guile API): Add entry for Parameters In Guile.
2066 (GDB Scheme Data Types): Mention <gdb:parameter> object.
2067 (Parameters In Guile): New node.
2068
2069 2014-06-02 Doug Evans <xdje42@gmail.com>
2070
2071 * guile.texi (Guile API): Add entry for Commands In Guile.
2072 (Basic Guile) <parse-and-eval>: Add reference.
2073 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2074 (GDB Scheme Data Types): Mention <gdb:command> object.
2075 (Commands In Guile): New node.
2076
2077 2014-06-02 Doug Evans <xdje42@gmail.com>
2078
2079 * guile.texi (Guile API): Add entry for Progspaces In Guile.
2080 (GDB Scheme Data Types): Mention <gdb:progspace> object.
2081 (Progspaces In Guile): New node.
2082
2083 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
2084
2085 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2086 * python.texi (Frames In Python): Mention
2087 gdb.FRAME_UNWIND_MEMORY_ERROR.
2088
2089 2014-05-29 Pedro Alves <palves@redhat.com>
2090 Tom Tromey <tromey@redhat.com>
2091
2092 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2093 from example.
2094 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2095 Mention that target-async is now deprecated.
2096 (Maintenance Commands): Document maint set/show target-async.
2097
2098 2014-05-29 Pedro Alves <palves@redhat.com>
2099
2100 * observer.texi (sync_execution_done, command_error): New
2101 subjects.
2102
2103 2014-05-29 Pedro Alves <palves@redhat.com>
2104
2105 PR gdb/13860
2106 * observer.texi (signal_received, end_stepping_range)
2107 (signal_exited, exited, no_history): New observer subjects.
2108
2109 2014-05-26 Andy Wingo <wingo@igalia.com>
2110
2111 * guile.texi (GDB Scheme Data Types): Remove documentation for
2112 removed interfaces. Update spelling of gdb-object-kind.
2113
2114 2014-05-26 Andy Wingo <wingo@igalia.com>
2115
2116 * guile.texi (Basic Guile): Fix some typos.
2117
2118 2014-05-26 Andy Wingo <wingo@igalia.com>
2119
2120 * guile.texi (Writing a Guile Pretty-Printer)
2121 (Guile Types Module): Fix excess parentheses in use-modules forms.
2122
2123 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2124
2125 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2126 (Breakpoints In Guile, Guile Printing Module)
2127 (Guile Exception Handling, Values From Inferior In Guile)
2128 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2129 Don't use @var at the beginning of a sentence.
2130
2131 * gdb.texinfo (Frame Filter Management, Trace Files)
2132 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2133 (PowerPC Embedded, Define, Annotations for Running)
2134 (IPA Protocol Commands, Packets, General Query Packets)
2135 (Tracepoint Packets, Notification Packets, Environment)
2136 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2137 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2138 (Frames, Backtrace, Selection, Expressions, Registers)
2139 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2140 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2141 (Source Annotations, Using JIT Debug Info Readers, Packets)
2142 (Stop Reply Packets, Host I/O Packets)
2143 (Target Description Format): Don't use @var at the beginning of a
2144 sentence.
2145
2146 * python.texi (Basic Python, Types In Python)
2147 (Commands In Python, Frames In Python, Line Tables In Python)
2148 (Breakpoints In Python, gdb.printing, gdb.types)
2149 (Type Printing API): Don't use @var at the beginning of a
2150 sentence.
2151
2152 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2153
2154 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2155 replay-memory-access".
2156
2157 2014-05-21 Pedro Alves <palves@redhat.com>
2158
2159 * gdb.texinfo (Starting): Document "set/show
2160 auto-connect-native-target".
2161 (Target Commands): Document "target native".
2162
2163 2014-05-20 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2166 not be remote specific. Add cross reference to the qCRC packet.
2167 (Separate Debug Files): Update cross reference to the qCRC packet.
2168 (General Query Packets) <qCRC packet>: Add anchor.
2169
2170 2014-05-17 Doug Evans <xdje42@gmail.com>
2171
2172 Copy over changes from guile.texi.
2173 * python.texi (Basic Python) <gdb.execute>: Add text.
2174 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2175 (Values From Inferior) <Python string>: Add text.
2176 (Values From Inferior) <Value.string>: Clarify string length handling.
2177 (Pretty Printing API): Add cindex.
2178 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2179 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2180 @vindex.
2181 (Commands In Python) <COMPLETE_*>: Similarly.
2182 (Symbols In Python) <SYMBOL_*>: Similarly.
2183 (Breakpoints In Python) <WP_*>: Similarly.
2184 (Breakpoints In Python) <BP_*>: Similarly.
2185
2186 2014-05-17 David Taylor <dtaylor@emc.com>
2187
2188 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2189 mentioned in the qfThreadInfo reply.
2190
2191 2014-05-16 Doug Evans <dje@google.com>
2192
2193 * gdb.texinfo (Mode Options): Add -D.
2194
2195 2014-05-09 Samuel Bronson <naesten@gmail.com>
2196
2197 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2198 "make -C".
2199
2200 2014-04-29 Tom Tromey <tromey@redhat.com>
2201
2202 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2203 "show debug varobj".
2204
2205 2014-05-01 David Taylor <dtaylor@emc.com>
2206
2207 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2208 option.
2209
2210 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2211 Walfred Tedeschi <walfred.tedeschi@intel.com>
2212
2213 * gdb.texinfo (i386 Features): Add description of AVX512
2214 registers.
2215
2216 2014-03-31 Doug Evans <dje@google.com>
2217
2218 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2219
2220 2014-03-30 Doug Evans <dje@google.com>
2221
2222 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2223 (Background Execution): Ditto.
2224
2225 2014-03-21 Pedro Alves <palves@redhat.com>
2226 Stan Shebs <stan@codesourcery.com>
2227 Hui Zhu <hui@codesourcery.com>
2228
2229 * gdb.texinfo (Packets): Add anchor to "? packet".
2230 Remove fixme and update introduction of "k packet".
2231 Add anchor to "vKill packet".
2232
2233 2014-03-12 Stan Shebs <stan@codesourcery.com>
2234
2235 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2236
2237 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2238
2239 * guile.texi (Basic Guile): Document 'history-append!'.
2240
2241 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2242
2243 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2244 and "assf" as being deprecated.
2245 (Cygwin Native): Likewise for "dll-symbols".
2246 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2247 as a way to force the loading of symbols from a DLL.
2248
2249 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2250
2251 * python.texi (Values From Inferior): Add description about the
2252 new feature.
2253
2254 2014-02-17 Doug Evans <xdje42@gmail.com>
2255
2256 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2257 * gdb.texinfo (Python): Moved to ...
2258 * python.texi: ... here. New file.
2259
2260 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2261
2262 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2263 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2264 parameter to 'str-lookup-function' procedure. Look for
2265 the "std::string<" prefix.
2266 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2267 Adjust description.
2268
2269 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2270
2271 * guile.texi (Values From Inferior In Guile): Remove stray
2272 parantheses for deffn.
2273 (Disassembly In Guile): Ditto.
2274
2275 2014-02-10 Stan Shebs <stan@codesourcery.com>
2276
2277 Add Doxygen support.
2278 * Makefile.in (doxy): New action, generates Doxygen files.
2279 (DOXYGEN): New.
2280 (doxyedit): New.
2281 * Doxyfile-base.in: New file.
2282 * Doxyfile-gdb-api.in: New file.
2283 * Doxyfile-gdb-xref.in: New file.
2284 * Doxyfile-gdbserver.in: New file.
2285 * doxy-index.in: New file.
2286 * filter-for-doxygen: New file.
2287 * filter-params.pl: New file.
2288
2289 2014-02-10 Doug Evans <xdje42@gmail.com>
2290
2291 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2292 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2293 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2294 (Guile docs): Include guile.texi.
2295 (objfile-gdbdotext file): Add objfile-gdb.scm.
2296 (dotdebug_gdb_scripts section): Mention Guile scripts.
2297 (Multiple Extension Languages): New node.
2298 * guile.texi: New file.
2299
2300 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2303 ignore-descriptive-types". commands.
2304
2305 2014-01-22 Doug Evans <dje@google.com>
2306
2307 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2308 (gdbserver man): Ditto.
2309
2310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2311
2312 * gdb.texinfo: Document limited reverse/replay support
2313 for target record-btrace.
2314
2315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2316
2317 * gdb.texinfo (Process Record and Replay): Update documentation.
2318
2319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2320
2321 * gdb.texinfo (Process Record and Replay): Document new /c
2322 modifier accepted by "record function-call-history".
2323 Add /i modifier to "record function-call-history" example.
2324
2325 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2326 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2329 markers. Remove one that was misplaced.
2330
2331 2014-01-10 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.texinfo (Your Program's Environment) <set environment>:
2334 Mention the shell, and point at 'set exec-wrapper'.
2335
2336 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2339
2340 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2341
2342 * gdb.texinfo (Types In Python): Clarify the documentation
2343 of attribute gdb.Field.bitpos.
2344
2345 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2346
2347 * gdb.texinfo (Types In Python): Fix the documentation of
2348 attribute "bitpos" in class gdb.Field for enum types. Add
2349 documentation for attribute "enumval" in that same class.
2350
2351 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2352
2353 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2354 @ftable.
2355
2356 2013-12-23 Doug Evans <xdje42@gmail.com>
2357
2358 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2359 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2360 corresponding section in Extending GDB.
2361 (Extending GDB): Move menu up. New menu item "Auto-loading
2362 extensions".
2363 (Sequences): New menu item "Auto-loading sequences".
2364 (Auto-loading sequences): New node.
2365 (Python): Rename section from Scripting GDB to Extending GDB.
2366 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2367 Move docs on ways to auto-load extensions to ...
2368 (Auto-loading extensions): ... here. New node.
2369
2370 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2371
2372 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2373 in menu.
2374 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2375 command, now in a new node.
2376 (GDB/MI Support Commands): New node, with its contents being
2377 extracted from the "GDB/MI Miscellaneous Commands" node.
2378 A small paragraph introducing the section is also added at
2379 the start.
2380 (GDB/MI Miscellaneous Commands): Delete the description of the
2381 -info-gdb-mi-command, -list-features and -list-target-features
2382 commands, now hosted in the "GDB/MI Support Commands" node.
2383
2384 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2385
2386 PR python/16113
2387 * gdb.texinfo (Values From Inferior): Add a note about using
2388 gdb.Field objects as subscripts on gdb.Value objects.
2389 (Types In Python): Add description about the new attribute
2390 "parent_type" of gdb.Field objects.
2391
2392 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2393
2394 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2395 entry for section docuumenting the -list-features GDB/MI command.
2396
2397 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2398
2399 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2400 "exec-run-start-option" entry in the output of the "-list-features"
2401 command.
2402
2403 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2404
2405 * gdb.texinfo (i386): Fix yesterday's commit.
2406
2407 2013-12-03 Tom Tromey <tromey@redhat.com>
2408
2409 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2410 documented here.
2411
2412 2013-12-03 Tom Tromey <tromey@redhat.com>
2413
2414 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2415
2416 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2417
2418 * gdb.texinfo (i386 Features): Add MPX feature registers.
2419 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2420 a subsubsection for MPX and describes the display of the
2421 boundary registers.
2422
2423 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2424
2425 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2426 documentation of the "ada-exceptions" entry.
2427
2428 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2431 "^error" result record concerning the error message. Document
2432 the error code that may also be part of that result record.
2433 (GDB/MI Miscellaneous Commands): Document the
2434 "undefined-command-error-code" element in the output of
2435 the "-list-features" GDB/MI command.
2436
2437 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2438
2439 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2440 the new -info-gdb-mi-command GDB/MI command. Document
2441 the meaning of "-info-gdb-mi-command" in the output of
2442 -list-features.
2443
2444 2013-11-29 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2447 Update comment.
2448
2449 2013-11-24 Yao Qi <yao@codesourcery.com>
2450
2451 * gdb.texinfo (Caching Remote Data): Document new
2452 "set/show stack-cache" option.
2453
2454 2013-11-24 Yao Qi <yao@codesourcery.com>
2455
2456 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2457 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2458 "off" respectively.
2459
2460 2013-11-23 Yao Qi <yao@codesourcery.com>
2461
2462 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2463 of "displayhint" to the table about child results.
2464
2465 2013-11-21 Yao Qi <yao@codesourcery.com>
2466
2467 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2468 'dynamic' for the output of command -var-list-children.
2469
2470 2013-11-21 Yao Qi <yao@codesourcery.com>
2471
2472 * gdb.texinfo (Caching Target Data): Remove "see" before
2473 @pxref.
2474
2475 2013-11-20 Yao Qi <yao@codesourcery.com>
2476
2477 * gdb.texinfo (Caching Target Data): Update doc for
2478 per-address-space dcache.
2479
2480 2013-11-20 Yao Qi <yao@codesourcery.com>
2481
2482 * gdb.texinfo (Data): Rename menu item.
2483 (Caching Remote Data): Rename to ...
2484 (Caching Target Data): ... it. Update.
2485
2486 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2487
2488 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2489 "language-option" entry in the output of the "-list-features"
2490 command.
2491
2492 2013-11-15 Tom Tromey <tromey@redhat.com>
2493
2494 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2495 Add example.
2496
2497 2013-11-14 Tom Tromey <tromey@redhat.com>
2498
2499 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2500
2501 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2502
2503 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2504 (Context management): Place current subsection text into its own
2505 subsubsection. Add new subsubsection describing the "--language"
2506 command option.
2507
2508 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2509
2510 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2511 the documentation of "info-ada-exceptions" in the output
2512 of the "-list-features" command. Add the documentation
2513 of the "ada-exception" entry instead.
2514
2515 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2516
2517
2518 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2519 word of a couple of sentences to start with a capital letter.
2520
2521 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2522
2523 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2524 (Ada Exceptions): New node.
2525 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2526 Commands" node.
2527 (GDB/MI Ada Exceptions Commands): New node.
2528 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2529 field in the output of the "-list-features" command.
2530 * NEWS: Add entry for the new "info exceptions" CLI command,
2531 and for the new "-info-ada-exceptions" GDB/MI command.
2532
2533 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2534
2535 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2536 (Line Tables In Python): New node.
2537
2538 2013-11-08 Doug Evans <dje@google.com>
2539
2540 * gdb.texinfo (Debugging Output): Update text for
2541 "set debug dwarf2-read".
2542
2543 2013-11-08 Doug Evans <dje@google.com>
2544
2545 * gdb.texinfo (Debugging Output): Update text for
2546 "set debug symtab-create".
2547
2548 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2549
2550 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2551 constant.
2552
2553 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2554
2555 * gdb.texinfo (Breakpoints In Python): Document temporary
2556 option in breakpoint constructor, and add documentation to the
2557 temporary attribute.
2558
2559 2013-11-07 Yao Qi <yao@codesourcery.com>
2560
2561 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2562 output of "-var-info-expression".
2563
2564 2013-11-06 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2567 non-interactive mode.
2568 (Environment) <shell startup files warning>: Mention
2569 non-interactive mode. Mention .zshenv for Z shell, and talk about
2570 BASH_ENV instead of .bashrc for BASH.
2571
2572 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2573
2574 * gdb.texinfo (Commands to Specify Files): Add description
2575 of the remove-symbol-file command.
2576 * observer.texi: New free_objfile event
2577
2578 2013-10-24 Pedro Alves <palves@redhat.com>
2579
2580 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2581
2582 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2583
2584 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2585 New subsection inside which the "-catch-load" and "-catch-unload"
2586 commands documentation is now placed.
2587 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2588 documenting the "-catch-assert" and "-catch-exception" new
2589 GDB/MI commands.
2590
2591 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2592
2593 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2594
2595 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2596
2597 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2598 serial baud".
2599 (Remote Configuration): Replace "set remotebaud" by "set serial
2600 baud". Replace "show remotebaud" by "show serial baud".
2601
2602 2013-10-07 Pedro Alves <palves@redhat.com>
2603
2604 PR breakpoints/11568
2605 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2606 when the thread is removed from the thread list.
2607
2608 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2609
2610 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2611 Update entry for $_exitcode.
2612
2613 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2616 new "--start" option.
2617
2618 2013-10-02 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.texinfo (Registers): Expand description of saved registers
2621 in frames. Explain <not saved>.
2622
2623 2013-09-25 Doug Evans <dje@google.com>
2624
2625 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2626
2627 2013-09-16 Stan Shebs <stan@codesourcery.com>
2628
2629 Remove the internals manual gdbint.texinfo.
2630 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2631 (PDFFILES): Remove gdbint.pdf.
2632 (HTMLFILES): Remove gdbint/index.html.
2633 (HTMLFILES_INSTALL): Remove gdbint.
2634 (GDBINT_DOC_FILES): Remove.
2635 (dvi): Remove gdbint.dvi.
2636 (ps): Remove gdbint.ps.
2637 * gdbint.texinfo: Remove file.
2638 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2639
2640 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2641
2642 * gdb.texinfo (Convenience Functions): Mention new convenience
2643 function $_isvoid.
2644
2645 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2646
2647 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2648 (Standard Target Features): Add new node to menu.
2649 (S/390 and System z Features): New node.
2650
2651 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2652
2653 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2654 -list-target-features in the example.
2655
2656 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2659 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2660
2661 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 Sync documentation with gdb.base/gnu-debugdata.exp.
2664 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2665
2666 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2669
2670 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2671 Yao Qi <yao@codesourcery.com>
2672
2673 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2674 Document new --skip-unavailable option.
2675 <-stack-list-variables>: Document new --skip-unavailable option.
2676
2677 2013-08-26 Doug Evans <dje@google.com>
2678
2679 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2680 an optional regexp.
2681
2682 2013-08-13 Tom Tromey <tromey@redhat.com>
2683
2684 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2685 Document GDB_PARALLEL and GDB_INOTIFY.
2686
2687 2013-08-09 Stan Shebs <stan@codesourcery.com>
2688
2689 * LRS: Remove file, describes a long-abandoned live-range
2690 splitting extension to stabs.
2691
2692 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2693
2694 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2695
2696 2013-07-17 Doug Evans <dje@google.com>
2697
2698 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2699
2700 2013-07-02 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2703
2704 2013-06-28 Tom Tromey <tromey@redhat.com>
2705
2706 * Makefile.in (version.subst): Use version.in, not
2707 common/version.in.
2708 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2709 Likewise.
2710
2711 2013-06-27 Pedro Alves <palves@redhat.com>
2712
2713 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2714 dynamic symbol resolution code>: New section, based on infrun.c
2715 comment.
2716
2717 2013-06-26 Tom Tromey <tromey@redhat.com>
2718
2719 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2720 Update.
2721 (Releasing GDB): Likewise.
2722
2723 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2724 Yao Qi <yao@codesourcery.com>
2725
2726 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2727 -trace-frame-collected.
2728
2729 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2730
2731 * gdb.texinfo (Traceframe Info Format): Document tvar element
2732 and its attributes.
2733
2734 2013-06-25 Yao Qi <yao@codesourcery.com>
2735
2736 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2737
2738 2013-06-24 Tom Tromey <tromey@redhat.com>
2739
2740 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2741 (GDBvn.texi): Use version.subst.
2742 (version.subst): New target.
2743 (mostlyclean): Remove version.subst.
2744
2745 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2746
2747 * gdb.texinfo (GDB/MI Data Manipulation)
2748 <-data-list-register-values>: Document the --skip-unavailable
2749 option.
2750
2751 2013-06-07 Yao Qi <yao@codesourcery.com>
2752
2753 * gdb.texinfo (Symbols): Add kindex and cindex for
2754 'maint print msymbols'.
2755
2756 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2757
2758 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2759 response field name (thread-group to inferior).
2760
2761 2013-06-04 Gary Benson <gbenson@redhat.com>
2762
2763 * gdb.texinfo (General Query Packets/qSupported): Added
2764 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2765 to the table of currently defined stub features.
2766 Added a more detailed entry for "augmented-libraries-svr4-read".
2767 (General Query Packets/qXfer:libraries-svr4:read): Documented
2768 the augmented form of this packet.
2769
2770 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2771
2772 * gdb.texinfo (System-wide Configuration Scripts): Renames
2773 "Installed System-wide Configuration Scripts". Add associated
2774 @menu block.
2775
2776 2013-05-23 Yao Qi <yao@codesourcery.com>
2777 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.texinfo (Packets): Document 'vCont;r'.
2780 (Continuing and Stepping): Document target-assisted range
2781 stepping, and the 'set range-stepping' and 'show range-stepping'
2782 commands.
2783
2784 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2785
2786 * gdb.texinfo (Installed System-wide Configuration Scripts):
2787 Add subsection describing the scripts now available under
2788 the data-dir's system-gdbbinit subdirectory.
2789 * NEWS: Add entry announcing the availability of system-wide
2790 configuration scripts for ElinOS and Wind River Linux.
2791
2792 2013-05-21 Hui Zhu <hui@codesourcery.com>
2793
2794 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2795 "-dprintf-insert" command.
2796
2797 2013-05-17 Doug Evans <dje@google.com>
2798
2799 * gdb.texinfo (Maintenance Commands): Update doc for
2800 "maint check-psymtabs". Add doc for "maint check-symtabs",
2801 "maint expand-symtabs".
2802
2803 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2804
2805 * gdb.texinfo (Process Record and Replay): Document the
2806 "record goto" command and its sub-commands.
2807
2808 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2809
2810 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2811 (Python API): Add Frame Filters API, Frame Wrapper API,
2812 Writing a Frame Filter/Wrapper, Managing Management of Frame
2813 Filters chapter entries.
2814 (Frame Filters API): New Node.
2815 (Frame Wrapper API): New Node.
2816 (Writing a Frame Filter): New Node.
2817 (Managing Frame Filters): New Node.
2818 (Progspaces In Python): Add note about frame_filters attribute.
2819 (Objfiles in Python): Ditto.
2820 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2821 @anchors and --no-frame-filters option to -stack-list-variables,
2822 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2823 commands.
2824
2825 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2826
2827 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2828 Support" subsection documenting the XML format used to transfer
2829 shared library info on AIX.
2830
2831 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2832
2833 * gdb.texinfo (Debugging Output): Add documentation of
2834 "set debug aix-solib" and "show debug aix-solib" commands.
2835
2836 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2837
2838 * gdb.texinfo (Nios II): New section.
2839 (Nios II Features): New section.
2840
2841 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2842
2843 * gdbint.texinfo (Algorithms): Remove entries documenting
2844 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2845 SOLIB_CREATE_INFERIOR_HOOK.
2846
2847 2013-04-29 Tom Tromey <tromey@redhat.com>
2848
2849 PR python/14204:
2850 * gdb.texinfo (Python API): Fix menu entry.
2851 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2852 Define global and static block. Add example. Clarify
2853 block relationship for inline functions.
2854
2855 2013-04-29 Tom Tromey <tromey@redhat.com>
2856
2857 * gdb.texinfo (Python API): Mention Python help and keyword
2858 arguments. Move pagination text to Basic Python.
2859 (Basic Python): Put pagination text here. Document
2860 close-on-exec, SIGCHLD, and SIGINT.
2861
2862 2013-04-19 Pedro Alves <palves@redhat.com>
2863
2864 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2865 "signedness" instead of "signness".
2866
2867 2013-04-19 Pedro Alves <palves@redhat.com>
2868
2869 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2870 -Wno-pointer-sign text with text on -Wpointer-sign.
2871
2872 2013-04-16 Tom Tromey <tromey@redhat.com>
2873
2874 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2875 GCC that has the SDT probe points.
2876
2877 2013-04-15 Tom Tromey <tromey@redhat.com>
2878
2879 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2880 exception catchpoints.
2881
2882 2013-04-15 Tom Tromey <tromey@redhat.com>
2883
2884 * gdb.texinfo (Set Catchpoints): Document $_exception.
2885 (Convenience Vars): Mention $_exception.
2886
2887 2013-04-15 Tom Tromey <tromey@redhat.com>
2888
2889 * gdb.texinfo (Set Catchpoints): Reorganize exception
2890 catchpoints. Document "catch rethrow".
2891 (Debugging C Plus Plus): Mention "catch rethrow".
2892
2893 2013-04-15 Tom Tromey <tromey@redhat.com>
2894
2895 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2896
2897 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2898 Eli Zaretskii <eliz@gnu.org>
2899
2900 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2901 line below the sample output.
2902
2903 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2904
2905 * gdb.texinfo (Mode Options): Document '-configuration'.
2906 (Help): Document "show configuration".
2907 (Bug Reporting): Add requirements to include the configuration
2908 details in bug reports.
2909
2910 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2911
2912 * Makefile.in (MAN1S): Add gcore.1.
2913 Remove "Host, target, and site specific Makefile fragments" comment.
2914 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2915 (install-man1, uninstall-man1): Conditionalize gcore.1.
2916 (gcore.1): New.
2917 * gdb.texinfo (Man Pages): Add gcore man.
2918 (gcore man): New node.
2919
2920 2013-04-10 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.texinfo (Process Record and Replay): Document that "set
2923 record full insn-number-max", "set record
2924 instruction-history-size" and "set record
2925 function-call-history-size" accept "unlimited".
2926 (Backtrace): Document that "set backtrace limit" accepts
2927 "unlimited".
2928 (List): Document that "set listsize" accepts "unlimited".
2929 (Print Settings)" Document that "set print max-symbolic-offset",
2930 "set print elements" and "set print repeats" accept "unlimited".
2931 (Starting and Stopping Trace Experiments): Document that "set
2932 trace-buffer-size" accepts "unlimited".
2933 (Remote Configuration): Document that "set tcp connect-timeout"
2934 accepts "unlimited".
2935 (Command History): Document that "set history size" accepts
2936 "unlimited".
2937 (Screen Size): Document that "set height" and "set width" accepts
2938 "unlimited". Adjust "set pagination"'s description to suggest
2939 "set height unlimited" instead of "set height 0".
2940
2941 2013-04-10 Yao Qi <yao@codesourcery.com>
2942
2943 * gdb.texinfo (Trace Files): Add "target ctf".
2944
2945 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2948
2949 * Makefile.in (install-man1, install-man5, uninstall-man1)
2950 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2951
2952 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2953
2954 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2955 Eli Zaretskii <eliz@gnu.org>
2956
2957 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2958 parameters order. Remove "On some targets" for --attach. Document the
2959 --multi parameter and extended-remote command. Document all the
2960 options.
2961
2962 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2963
2964 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2965 the list of supported languages.
2966
2967 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2968
2969 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2970 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2971 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2972 (diststuff): Add man.
2973 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2974 (uninstall-man5): New.
2975 (STAGESTUFF): Add *.1 and *.5.
2976 (GDBvn.texi): Add SYSTEM_GDBINIT.
2977 (gdb.1, gdbserver.1, gdbinit.5): New.
2978 (maintainer-clean realclean): Add $(MANS).
2979 (install): Add install-man.
2980 (uninstall): Add uninstall-man.
2981 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2982 (@copying): Wrap it by @c man begin COPYRIGHT.
2983 (Top): Add Man Pages.
2984 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2985
2986 2013-04-02 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.texinfo (Debugging Output): Document "set/show debug
2989 aarch64", "set/show debug coff-pe-read" and "set/show debug
2990 mach-o".
2991
2992 2013-04-02 Pedro Alves <palves@redhat.com>
2993
2994 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2995 table>: Add entry for "trace-buffer-size".
2996
2997 2013-03-28 Pedro Alves <palves@redhat.com>
2998
2999 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3000 table>: Add entry for "trace-status".
3001
3002 2013-03-28 Eli Zaretskii <eliz@gnu.org>
3003
3004 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3005 @bullet", which is invalid (makeinfo 5.1 barfs).
3006
3007 2013-03-28 Pedro Alves <palves@redhat.com>
3008
3009 PR gdb/15294
3010
3011 * gdb.texinfo (List) <set listsize>: Adjust to document that
3012 listsize 0 means no limit, and remove mention of -1.
3013
3014 2013-03-22 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.texinfo (Embedded Processors): Remove menu item
3017 "OpenRISC 1000".
3018 (OpenRISC 1000): Remove.
3019
3020 2013-03-21 Doug Evans <dje@google.com>
3021
3022 * gdb.texinfo (Maintenance Commands): Add docs for
3023 "mt set per-command {space,time,symtab} {on,off}".
3024
3025 2013-03-14 Hui Zhu <hui@codesourcery.com>
3026 Yao Qi <yao@codesourcery.com>
3027
3028 * gdb.texinfo (Trace Files): Add "tsave -ctf".
3029
3030 2013-03-13 Keith Seitz <keiths@redhat.com>
3031
3032 * gdb.texinfo (Maintenance Commands): Add missing ')' for
3033 "maint agent" reference to Dynamic printf.
3034
3035 2013-03-11 Eli Zaretskii <eliz@gnu.org>
3036
3037 * gdb.texinfo (General Query Packets): Don't use colon in index
3038 entries visible to Info format.
3039
3040 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3041
3042 * gdb.texinfo (Process Record and Replay): Document record
3043 changes.
3044
3045 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3046
3047 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3048 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3049 qXfer:btrace:read.
3050
3051 2013-03-09 Eli Zaretskii <eliz@gnu.org>
3052
3053 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3054 use colons in @anchor and @cindex entries.
3055
3056 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
3057
3058 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3059
3060 2013-03-08 Stan Shebs <stan@codesourcery.com>
3061 Hafiz Abid Qadeer <abidh@codesourcery.com>
3062
3063 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3064 trace-buffer-size set and show commands.
3065 (Tracepoint Packets): Document QTBuffer:size.
3066 (General Query Packets): Document QTBuffer:size.
3067
3068 2013-02-21 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.texinfo: Remove bad @syncodeindex.
3071 (Values From Inferior, Types In Python, Inferiors In Python)
3072 (Events In Python, Threads In Python, Frames In Python, Blocks In
3073 Python, Symbols In Python, Symbol Tables In Python): Remove
3074 @tables.
3075 (Packets, General Query Packets, Tracepoint Packets)
3076 (Host I/O Packets): Use @w{} for empty @item.
3077
3078 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3079
3080 * gdb.texinfo (Architectures In Python): Add description about
3081 the new method gdb.Architecture.disassemble.
3082
3083 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3084 Hafiz Abid Qadeer <abidh@codesourcery.com>
3085
3086 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3087 Document the "trace-file" field.
3088
3089 2013-02-07 Doug Evans <dje@google.com>
3090
3091 * gdb.texinfo (Machine Code): Clarify argument to disassemble
3092 command.
3093
3094 2013-02-06 Yao Qi <yao@codesourcery.com>
3095
3096 * gdb.texinfo (GDB/MI Async Records): Document new MI
3097 notification "=tsv-modified". Update the document of MI
3098 notification "=tsv-created".
3099 * observer.texi (GDB Observers): New observer tsv_modified.
3100 Update observer tsv_created and tsv_delete.
3101
3102 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3103
3104 * gdb.texinfo (AArch64 Features): New section; document
3105 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3106 (Architectures): Add new AArch64 section to document AArch64
3107 architecture specific commands.
3108 (ABI): Add description of the new OS ABI "Newlib" and its influence
3109 on the longjmp handling.
3110
3111 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3112 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3115 variable in 'set/show backtrace' section.
3116
3117 2013-01-31 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.texinfo (Target Commands): Fix typo.
3120
3121 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3122
3123 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3124 describing the gdb.Architecture class.
3125 (Frames In Python): Add description about the new method
3126 gdb.Frame.architecture().
3127
3128 2013-01-23 Doug Evans <dje@google.com>
3129
3130 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3131
3132 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3133
3134 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3135 'thread-groups' field when printing a breakpoint in MI.
3136
3137 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3138 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3139 to reflect that jit-reader-load now supports absolute file-names.
3140
3141 2013-01-16 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3144 (Signals): Likewise.
3145
3146 2013-01-16 Tom Tromey <tromey@redhat.com>
3147
3148 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3149 "catch-type" field.
3150 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3151
3152 2013-01-07 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.texinfo (Mode Options): Don't mention -epoch.
3155 (Data, Emacs): Remove obsolete comments.
3156
3157 2013-01-02 Tom Tromey <tromey@redhat.com>
3158
3159 * gdb.texinfo (GDB/MI Output Records): Update menu.
3160 (GDB/MI Breakpoint Information): New node.
3161 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3162 <-break-insert>: Likewise.
3163
3164 2012-12-31 Yao Qi <yao@codesourcery.com>
3165
3166 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3167 (Packets): Move "vStopped" packet to ...
3168 (Notification Packets): ... here. Describe the components
3169 of notification. Add a table of supported notifications.
3170 Add an example on the process of he async notification.
3171
3172 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3175 present.
3176 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3177 fullname output always present.
3178
3179 2012-12-23 Pierre Muller <muller@sourceware.org>
3180
3181 * gdbint.texinfo (Function prototypes): Require use of "extern"
3182 modifier for function prototypes in headers.
3183
3184 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3185
3186 * refcard.tex: Update copyright notice to GPL v3 or later.
3187 Update contact info.
3188
3189 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3190
3191 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3192
3193 2012-12-15 Yao Qi <yao@codesourcery.com>
3194
3195 * gdb.texinfo (Debugging Output): Document 'set debug
3196 notification' and 'show debug notification'.
3197
3198 2012-12-15 Yao Qi <yao@codesourcery.com>
3199
3200 * gdb.texinfo (Listing Tracepoints): New item and example about
3201 'installed on target' output.
3202 Add more in the example about 'installed on target'.
3203 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3204
3205 2012-12-14 Tom Tromey <tromey@redhat.com>
3206
3207 * gdb.texinfo (SVR4 Process Information): Mention core files.
3208
3209 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3210
3211 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3212
3213 2012-12-11 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.texinfo: Remove all mentions of Unixware throughout.
3216
3217 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3220
3221 2012-11-29 Tom Tromey <tromey@redhat.com>
3222
3223 * gdb.texinfo (SVR4 Process Information): Document missing
3224 "info proc" subcommands.
3225
3226 2012-11-29 Yao Qi <yao@codesourcery.com>
3227
3228 PR gdb/1477.
3229 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3230 to 'auto' instead of 'gnu'.
3231
3232 2012-11-26 Tom Tromey <tromey@redhat.com>
3233
3234 * gdb.texinfo (MiniDebugInfo): New node.
3235 (GDB Files): Update.
3236
3237 2012-11-16 Doug Evans <dje@google.com>
3238
3239 * gdb.texinfo (System-wide configuration): If the system-wide init
3240 file lives in the data-directory, and --data-directory is provided,
3241 look for it there.
3242
3243 2012-11-15 Tom Tromey <tromey@redhat.com>
3244
3245 * gdb.texinfo (Signaling): Fix typo.
3246
3247 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3248
3249 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3250 parameter "count" of -data-write-memory-bytes, and add an example.
3251
3252 2012-11-12 Tom Tromey <tromey@redhat.com>
3253
3254 * gdb.texinfo (Symbols): Document "info type-printers",
3255 "enable type-printer" and "disable type-printer".
3256 (Python API): Add new node to menu.
3257 (Type Printing API): New node.
3258 (Progspaces In Python): Document type_printers field.
3259 (Objfiles In Python): Likewise.
3260 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3261 register_type_printer, TypePrinter>: Document.
3262
3263 2012-11-12 Tom Tromey <tromey@redhat.com>
3264
3265 * gdb.texinfo (Symbols): Document "set print type methods",
3266 "set print type typedefs", and flags to ptype and whatis.
3267
3268 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3269
3270 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3271 the example -data-disassemble output. Extend the description of
3272 the -data-disassemble results to document all fields. Document
3273 the cli disassemble command as being related to -data-disassemble.
3274
3275 2012-11-09 Yao Qi <yao@codesourcery.com>
3276
3277 PR gdb/14777.
3278 * gdb.texinfo (OS Information): Remove doc on command
3279 'info udot'.
3280
3281 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3282
3283 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3284 gdb.ini warning for Windows port.
3285
3286 2012-11-08 Yao Qi <yao@codesourcery.com>
3287
3288 * gdb.texinfo (Search): Add kindex for 'fo'.
3289
3290 2012-11-05 Tom Tromey <tromey@redhat.com>
3291
3292 PR python/14802:
3293 * gdb.texinfo (Functions In Python): Add example.
3294
3295 2012-11-03 Yao Qi <yao@codesourcery.com>
3296
3297 * observer.texi (GDB Observers): Remove observer
3298 'tracepoint_modified', 'tracepoint_created' and
3299 'tracepoint_deleted'.
3300
3301 2012-10-26 Tom Tromey <tromey@redhat.com>
3302
3303 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3304
3305 2012-10-25 Tom Tromey <tromey@redhat.com>
3306
3307 * gdb.texinfo (General Query Packets): Use @itemx.
3308
3309 2012-10-17 Yao Qi <yao@codesourcery.com>
3310
3311 * observer.texi (GDB Observers): Update observer
3312 'memory_changed'.
3313 * gdb.texinfo (GDB/MI Async Records): Document for
3314 "memory-changed" notification.
3315
3316 2012-10-15 Doug Evans <dje@google.com>
3317
3318 * gdb.texinfo (Mode Options): Document -nh.
3319 Elaborate on docs for -nx.
3320
3321 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3322
3323 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3324
3325 2012-09-21 Yao Qi <yao@codesourcery.com>
3326 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.texinfo (GDB/MI Async Records): Document notification
3329 'record-started' and 'record-stopped'.
3330 * observer.texi (GDB Observers): New observer 'record-changed'.
3331
3332 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3333
3334 * gdb.texinfo: Document the removal of SH's 'regs' command.
3335
3336 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3337
3338 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3339
3340 2012-09-18 Yao Qi <yao@codesourcery.com>
3341
3342 * gdb.texinfo (GDB/MI Async Records): Document new MI
3343 notifications '=tsv-created' and '=tsv-deleted'.
3344 * observer.texi (GDB Observers): New observer tsv_created and
3345 tsv_deleted.
3346
3347 2012-09-18 Yao Qi <yao@codesourcery.com>
3348
3349 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3350 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3351 '=traceframe-changed'.
3352
3353 2012-09-17 Yao Qi <yao@codesourcery.com>
3354
3355 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3356 'set listsize'.
3357
3358 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3359 Eli Zaretskii <eliz@gnu.org>
3360
3361 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3362 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3363 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3364
3365 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3366
3367 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3368
3369 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3370
3371 Document how to return from "python-interactive" to GDB.
3372 * gdb.texinfo (Python Commands): Update documentation.
3373
3374 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3375
3376 Add a new "python-interactive" command that starts a standard
3377 Python interactive prompt with "pi" as alias, and add "py" as
3378 an alias to "python".
3379 * gdb.texinfo (Python Commands): Document the new commands.
3380
3381 2012-08-22 Tom Tromey <tromey@redhat.com>
3382
3383 * gdbint.texinfo (Host Definition): Remove documentation for
3384 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3385
3386 2012-08-17 Keith Seitz <keiths@redhat.com>
3387
3388 PR c++/13356
3389 * gdb.texinfo (Type and Range Checking): Remove warning.
3390 Remove spurious commas.
3391 Update text and examples for re-implementation of set/show
3392 check type.
3393 (C and C++ Type and Range Checks): Likewise.
3394
3395 2012-08-16 Yao Qi <yao@codesourcery.com>
3396
3397 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3398 is deprecated.
3399
3400 2012-08-13 Doug Evans <dje@google.com>
3401
3402 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3403 to include functions.
3404
3405 2012-08-10 Doug Evans <dje@google.com>
3406
3407 * gdb.texinfo (Convenience Funs): New node.
3408 (Types In Python): Document Type.vector.
3409
3410 2012-08-09 Yao Qi <yao@codesourcery.com>
3411
3412 * observer.texi: New observer command_param_changed.
3413 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3414
3415 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 * gdbint.texinfo (Debugging GDB): In section
3418 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3419 Mention also gdb-gdb.py.
3420
3421 2012-08-07 Yao Qi <yao@codesourcery.com>
3422
3423 Revert the folloing patch:
3424 2012-08-06 Yao Qi <yao@codesourcery.com>
3425 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3426 remote hardware-watchpoint-limit' and 'set
3427 remote hardware-breakpoint-limit'.
3428
3429 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3430
3431 * gdb.texinfo (Working Directory): Added information about new
3432 default argument for 'cd' command.
3433
3434 2012-08-06 Yao Qi <yao@codesourcery.com>
3435
3436 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3437 remote hardware-watchpoint-limit' and 'set
3438 remote hardware-breakpoint-limit'.
3439
3440 2012-08-06 Yao Qi <yao@codesourcery.com>
3441
3442 Fix PR14371.
3443
3444 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3445 '=breakpoint-deleted'.
3446
3447 2012-08-02 Yao Qi <yao@codesourcery.com>
3448
3449 * gdb.texinfo (Native): Remove node Neutrino.
3450
3451 2012-07-27 Yao Qi <yao@codesourcery.com>
3452
3453 * gdb.texinfo (IPA Protocol Commands): Document new command
3454 'close'.
3455
3456 2012-07-25 Tom Tromey <tromey@redhat.com>
3457
3458 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3459
3460 2012-07-20 Doug Evans <dje@google.com>
3461
3462 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3463 (Index Files): Document how to control the use of deprecated index
3464 sections.
3465 (Index Section Format): Replace --use-deprecated-index-sections with
3466 "set use-deprecated-index-sections on".
3467
3468 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3469
3470 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3471 indices into a single node "Index". Instead, join function and
3472 variable indices into a single index, separate from the concept
3473 index. Requested in
3474 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3475 (Top): Update the top-level menu: instead of one "Index" there are
3476 now separate entries "Concept Index" and "Function and Variable
3477 Index".
3478 (Concept Index, Function and Variable Index): New nodes.
3479 (Index): Node deleted.
3480
3481 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3482
3483 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3484 and "maint agent-eval".
3485
3486 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3487
3488 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3489 avoid file-name clashes between Index.html and index.html on
3490 case-insensitive filesystems. See the discussion starting in
3491 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3492 details of the problem.
3493 (Top): Update the master menu for the above.
3494 (Concept Index, Command and Variable Index): New nodes, instead of
3495 the old "Index" node that was deleted. All cross-references
3496 updated.
3497
3498 2012-07-02 Stan Shebs <stan@codesourcery.com>
3499
3500 * gdb.texinfo (Dynamic Printf): Mention agent style and
3501 disconnected dprintf.
3502 (Maintenance Commands): Describe maint agent-printf.
3503 (General Query Packets): Mention BreakpointCommands feature.
3504 (Packets): Document commands extension to Z0 packet.
3505 * agentexpr.texi (Bytecode Descriptions): Document printf
3506 bytecode.
3507
3508 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3509
3510 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3511 only after gdbinit files.
3512 (Startup): Move -iex and -iex commands down after gdbinit files.
3513
3514 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3515
3516 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3517 possibility.
3518
3519 2012-06-29 Tom Tromey <tromey@redhat.com>
3520
3521 * gdb.texinfo (Index Section Format): Update for version 7.
3522
3523 2012-06-28 Stan Shebs <stan@codesourcery.com>
3524
3525 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3526 example, add note about title column.
3527
3528 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3529
3530 * gdb.texinfo (Symbol Tables In Python): Add description about
3531 the new 'last' attribute of gdb.Symtab_and line.
3532
3533 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3534
3535 * gdb.texinfo (Symbol Tables In Python): Correct the description
3536 of the 'pc' attribute of gdb.Symtab_and_line.
3537
3538 2012-06-26 Doug Evans <dje@google.com>
3539
3540 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3541 and symtab-create.
3542
3543 2012-06-25 Keith Seitz <keiths@redhat.com>
3544
3545 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3546 from example. Remove "rbreak" from list of corresponding
3547 gdb commands.
3548
3549 2012-06-23 Doug Evans <dje@google.com>
3550
3551 * gdb.texinfo (Index Section Format): Document version 7 format.
3552
3553 2012-06-22 Yao Qi <yao@codesourcery.com>
3554
3555 * gdb.texinfo: Add missing cindex for some packets.
3556
3557 2012-06-20 Keith Seitz <keiths@redhat.com>
3558
3559 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3560 for -break-insert and document -p.
3561
3562 2012-06-20 Yao Qi <yao@codesourcery.com>
3563
3564 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3565 and "gdb.write_memory" with "Inferior.read_memory" and
3566 "Inferior.write_memory".
3567
3568 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3569
3570 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3571 (Free Documentation): Add @node line.
3572 (Continuing and Stepping) <advance location>: Use @item instead of
3573 @itemx.
3574 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3575 @itemx.
3576 (Embedded Processors): Put the link to "PA" to its correct place,
3577 according to document structure.
3578 (Python API): Put the link to "Lazy Strings In Python" to its
3579 correct place.
3580 (Index): Use @@ in @tex block to get a literal @.
3581
3582 * gdbint.texinfo: Fix the @subtitle line.
3583
3584 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3585 correct place.
3586
3587 2012-06-08 Yao Qi <yao@codesourcery.com>
3588
3589 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3590 Protocol'.
3591 (In-Process Agent Protocol, IPA Protocol Objects)
3592 (IPA Protocol Commands): New nodes.
3593 (Tracepoint Packets): Add anchors.
3594
3595 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3596
3597 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3598
3599 2012-06-06 Yao Qi <yao@codesourcery.com>
3600
3601 * gdb.texinfo: Update copyright year.
3602
3603 2012-05-23 Stan Shebs <stan@codesourcery.com>
3604 Kwok Cheung Yeung <kcy@codesourcery.com>
3605
3606 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3607
3608 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3611 Mention also --with-separate-debug-dir.
3612 (Auto-loading): Prepend $debugdir in the sample output.
3613 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3614 auto-load safe-path variable.
3615 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3616 Mention also $debugdir for 'set auto-load scripts-directory'.
3617
3618 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3619
3620 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3621 (MIPS Embedded, MIPS, MIPS Register packet Format)
3622 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3623 appropriate.
3624
3625 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3626 Maciej W. Rozycki <macro@codesourcery.com>
3627
3628 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3629 mips compression".
3630 (MIPS Breakpoint Kinds): New subsubsection.
3631
3632 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3633
3634 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3635 nodes for subsections. Add @acronym mark-ups and adjust
3636 formatting.
3637
3638 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3639
3640 Rename $ddir to $datadir.
3641 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3642 (objfile-gdb.py file): Rename $ddir to $datadir.
3643
3644 2012-05-18 Tom Tromey <tromey@redhat.com>
3645
3646 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3647
3648 2012-05-14 Stan Shebs <stan@codesourcery.com>
3649
3650 * gdb.texinfo (Dynamic Printf): New subsection.
3651
3652 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3653
3654 * gdb.texinfo (Basic Python): Add description about the function
3655 gdb.find_pc_line
3656
3657 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3658 Eli Zaretskii <eliz@gnu.org>
3659
3660 * gdb.texinfo (Separate Debug Files): Use plural form for global
3661 debugging information directory.
3662
3663 2012-05-11 Stan Shebs <stan@codesourcery.com>
3664 Kwok Cheung Yeung <kcy@codesourcery.com>
3665
3666 * gdb.texinfo (Operating System Auxiliary Information): Document new
3667 'info os' subcommands.
3668
3669 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3670
3671 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3672 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3673 (dotdebug_gdb_scripts section): Add reference
3674 to 'Auto-loading safe path'.
3675
3676 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3677
3678 Implement multi-component --with-auto-load-dir.
3679 * gdb.texinfo (Auto-loading): New references
3680 for 'set auto-load scripts-directory'
3681 and 'show auto-load scripts-directory'.
3682 (Auto-loading safe path): Describe the new default. Move $ddir
3683 substituation reference to 'objfile-gdb.py file'.
3684 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3685 script-name. Describe new 'set auto-load scripts-directory'
3686 and 'show auto-load scripts-directory'.
3687
3688 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3689
3690 Provide $ddir substitution for --with-auto-load-safe-path.
3691 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3692 (Auto-loading safe path): Likewise. Mention the default value,
3693 $ddir substitution, --with-auto-load-safe-path and
3694 --without-auto-load-safe-path.
3695 * observer.texi (gdb_datadir_changed): New.
3696
3697 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3698
3699 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3700 Twice.
3701
3702 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3703 directory separator by path separator.
3704
3705 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3706
3707 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3708 for 'set auto-load safe-path' optional. Mention if it is omitted.
3709 Change disabling security protection condition to "/", twice.
3710
3711 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3712
3713 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3714 the new methods global_block and static_block on gdb.Symtab
3715 objects.
3716
3717 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3718
3719 * gdb.texinfo (Blocks In Python): Add a note saying that future
3720 improvements to GDB and its infrastructure can move symbols
3721 across blocks within a symbol table.
3722
3723 2012-04-29 Yao Qi <yao@codesourcery.com>
3724
3725 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3726 (A29K): Remove.
3727
3728 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3729 Tom Tromey <tromey@redhat.com>
3730
3731 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3732 and generic static probe support on GDB.
3733
3734 2012-04-25 Doug Evans <dje@google.com>
3735
3736 * gdb.texinfo (Go): Fix thinko.
3737
3738 * gdb.texinfo (Supported Languages): Add Go.
3739 (Go): New node.
3740
3741 2012-04-25 Yao Qi <yao@codesourcery.com>
3742
3743 * gdbint.texinfo (Testsuite): New section `Board settings'.
3744
3745 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3748 Three times.
3749
3750 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3751 Three times.
3752
3753 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3754
3755 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3756 by @table @asis. Fix formatting of one item.
3757
3758 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3759
3760 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3761
3762 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 New option "set debug auto-load".
3765 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3766 (auto-load verbose mode): New node.
3767
3768 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 New option "set auto-load safe-path".
3771 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3772 and "info auto-load" examples for safe-path. Put there also references
3773 for "set auto-load safe-path" and "show auto-load safe-path".
3774 New menu item for Auto-loading safe path.
3775 (Auto-loading safe path): New node.
3776 (Python Auto-loading): Update the expected output from "Missing"
3777 to "No".
3778
3779 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3780
3781 auto-load: Implementation.
3782 * gdb.texinfo (Mode Options): New anchor for -nx.
3783 (Startup): New anchors for Option -init-eval-command,
3784 Home Directory Init File
3785 and Init File in the Current Directory during Startup.
3786 Mention set auto-load local-gdbinit with a reference.
3787 Change the sample code to "set auto-load python-scripts".
3788 (Threads): New anchor set libthread-db-search-path.
3789 Provide references to libthread_db.so.1 file.
3790 (Controlling GDB): New menu item for Auto-loading.
3791 (Auto-loading, Init File in the Current Directory)
3792 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3793 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3794 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3795 reference.
3796 (Auto-loading): Rename to ...
3797 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3798 "set auto-load python-scripts", new anchor for it. Change
3799 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3800 for it. Change "info auto-load-scripts"
3801 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3802 to "Python scripts".
3803
3804 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3805
3806 PR mi/13393
3807 * gdb.texinfo (Print Settings): Extend the description for "set print
3808 object".
3809 (GDB/MI Variable Objects): Extend the description for -var-create and
3810 -var-list-children.
3811
3812 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3813
3814 * gdb.texinfo (Examining Data): Document the 'explore' command.
3815
3816 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3817
3818 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3819 to the children of a varobj and its update range when -var-update
3820 returns that the varobj's type changed.
3821
3822 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3825 Create two new links fir 'objfile-gdb.py file'
3826 and 'dotdebug_gdb_scripts section'.
3827
3828 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3829
3830 * gdb.texinfo (Auto-loading): Rename node reference
3831 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3832 Twice.
3833 (.debug_gdb_scripts section): Rename the node ...
3834 (dotdebug_gdb_scripts section): ... here.
3835 (Maintenance Commands): Also rename this node reference.
3836
3837 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3838
3839 * gdb.texinfo (Python API/Values From Inferior): Add description
3840 about the new method Value.referenced_value. Add description on
3841 how Value.dereference is different (and similar) to
3842 Value.referenced_value.
3843
3844 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3845
3846 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3847 --init-eval-command=COMMAND, -iex.
3848 (Startup): Describe -iex and -ix. Simplify the example
3849 for "set auto-load-scripts off".
3850
3851 2012-03-16 Gary Benson <gbenson@redhat.com>
3852
3853 PR breakpoints/10738
3854 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3855 stating that GDB cannot set breakpoints on inlined functions.
3856 (Mode Options): Document --use-deprecated-index-sections.
3857 (Index Section Format): Document new index section version format.
3858
3859 2012-03-15 Tom Tromey <tromey@redhat.com>
3860
3861 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3862
3863 2012-03-13 Doug Evans <dje@google.com>
3864
3865 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3866 of "reload".
3867 (Symbols): Delete docs for set/show symbol-reloading.
3868 * gdbint.texinfo (Defining Other Architecture Features): Delete
3869 SYMBOL_RELOADING_DEFAULT.
3870 * refcard.tex: Delete reference to symbol-reloading.
3871
3872 2012-03-07 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.texinfo (General Query Packets): Document new
3875 QProgramSignals packet.
3876 * gdb.texinfo (Remote configuration): Mention
3877 "program-signals-packet".
3878
3879 2012-03-05 Tristan Gingold <gingold@adacore.com>
3880
3881 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3882
3883 2012-03-03 Yao Qi <yao@codesourcery.com>
3884
3885 * gdb.texinfo (In-Process Agent): New node.
3886 Document new commands.
3887 (General Query Packets): Add packet `QAgent'.
3888
3889 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3890
3891 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3892
3893 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3894
3895 * gdb.texinfo (Commands In Python): Put example python macro in
3896 COMMAND_USER category rather than COMMAND_OBSCURE.
3897 Document gdb.COMMAND_USER.
3898 (User-defined Commands): Update documentation to clarify
3899 "set/show max-user-call-depth" and "show user" don't apply to python
3900 commands. Update documentation to clarify "help user-defined" may
3901 also include python commands defined as COMMAND_USER.
3902
3903 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 * gdb.texinfo (Startup): Add option -ex description to the option -x
3906 description.
3907
3908 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3909
3910 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3911 condition-evaluation breakpoint parameter.
3912 Mention condition-evaluation mode being shown in "info break".
3913 (Break Conditions): Add description for target-side
3914 conditional breakpoints.
3915 (Remote Configuration): Mention conditional-breakpoints-packet.
3916 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3917 cond-expr.
3918 (General Query Packets): Mention new ConditionalBreakpoint feature.
3919
3920 2012-02-22 Tom Tromey <tromey@redhat.com>
3921
3922 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3923
3924 2012-02-17 Tom Tromey <tromey@redhat.com>
3925
3926 PR python/10753:
3927 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3928 directory.
3929
3930 2012-02-14 Stan Shebs <stan@codesourcery.com>
3931
3932 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3933
3934 2012-02-13 Pedro Alves <palves@redhat.com>
3935
3936 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3937 mips-idt-ecoff.
3938
3939 2012-02-09 Yao Qi <yao@codesourcery.com>
3940
3941 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3942
3943 2012-02-07 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3946 Symbol.value.
3947
3948 2012-02-07 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3951
3952 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3953
3954 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3955
3956 2012-01-24 Tom Tromey <tromey@redhat.com>
3957
3958 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3959 unload".
3960 (Files): Mention new catch commands.
3961 (GDB/MI Async Records): Likewise.
3962
3963 2012-01-24 Gary Benson <gbenson@redhat.com>
3964
3965 Delete #if 0'd out code.
3966 * gdb.texinfo (Frame Info): Remove "info catch".
3967
3968 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3969
3970 * gdb.texinfo (Remote Configuration): Document
3971 "set remote hostio-readlink-packet" command.
3972 (General Query Packets): Document vFile:readlink packet.
3973
3974 2012-01-16 Tom Tromey <tromey@redhat.com>
3975
3976 * gdb.texinfo (Specify Location): Document relative file name
3977 handling.
3978
3979 2012-01-16 Tom Tromey <tromey@redhat.com>
3980
3981 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3982
3983 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3984 Eli Zaretskii <eliz@gnu.org>
3985
3986 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3987 code.
3988
3989 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3990
3991 * gdb.texinfo (Variables): Document use of :: for non-static
3992 variables.
3993
3994 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdbint.texinfo (Start of New Year Procedure): Update
3997 to replace use of copyright.sh by use of copyright.py.
3998
3999 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 Remove the gdbtui binary.
4002 * all-cfg.texi (GDBTUI): Remove.
4003 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4004 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
4005 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4006
4007 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
4008
4009 Introduce gdb.FinishBreakpoint in Python.
4010 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4011 (Python API): Add menu entry for Finish Breakpoints.
4012
4013 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4016 tests.
4017
4018 2011-12-16 Doug Evans <dje@google.com>
4019
4020 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4021
4022 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
4023
4024 * gdb.texinfo (Python Commands): Remove "maint set/show print
4025 stack". Add documentation for "set/show python print-stack".
4026
4027 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4028
4029 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4030 should transfer control to the stub in the startup code instead of
4031 in main. Mention the need to get past the initial breakpoint.
4032
4033 2011-12-06 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.texinfo (Set Breaks): Update for new behavior.
4036
4037 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4038
4039 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4040 List Format for SVR4 Targets'.
4041 (General Query Packets): New item qXfer:libraries-svr4:read.
4042 (Library List Format for SVR4 Targets): New node.
4043
4044 2011-12-01 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4047 add.
4048
4049 2011-11-22 Tom Tromey <tromey@redhat.com>
4050
4051 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4052 reasons.
4053
4054 2011-11-20 Stan Shebs <stan@codesourcery.com>
4055
4056 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4057 note-related options and variables.
4058 (Tracepoint Packets): Document packet changes.
4059
4060 2011-11-20 Sanjoy Das <sdas@igalia.com>
4061
4062 * gdb.texinfo (JIT Interface): Add documentation on writing and
4063 usind JIT debug info readers.
4064 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4065 Debug Info Readers): New nodes.
4066
4067 2011-11-18 Yao Qi <yao@codesourcery.com>
4068
4069 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4070 tracepoint.
4071
4072 2011-11-15 Doug Evans <dje@google.com>
4073
4074 * gdb.texinfo (Files): Document basenames-may-differ.
4075
4076 2011-11-14 Doug Evans <dje@google.com>
4077
4078 * gdb.texinfo (Shell Commands): Document "!".
4079
4080 2011-11-14 Stan Shebs <stan@codesourcery.com>
4081 Kwok Cheung Yeung <kcy@codesourcery.com>
4082
4083 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4084 needed to get shorter fast tracepoints.
4085 (Tracepoint Packets): Document new qTMinFTPILen packet.
4086
4087 2011-11-14 Yao Qi <yao@codesourcery.com>
4088
4089 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4090 behavior of tracepoint.
4091 (General Query Packets): New feature InstallInTrace.
4092 (Remote Configuration): Document "set remote
4093 install-in-trace-packet".
4094
4095 2011-11-12 Matt Rice <ratmice@gmail.com>
4096
4097 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4098 Add arguments to info macro.
4099
4100 2011-11-10 Tom Tromey <tromey@redhat.com>
4101
4102 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4103 manual.
4104 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4105 (Macros): Add a footnote.
4106 (C): Remove paragraph about compiler options.
4107 (C Constants): Mention wide character and string constants.
4108 (C Plus Plus Expressions): Update compiler option advice. Mention
4109 using declarations. Mention ADL. Remove old HP compiler
4110 information.
4111
4112 2011-11-10 Tom Tromey <tromey@redhat.com>
4113
4114 PR c++/9257:
4115 * gdb.texinfo (Print Settings): Add an extra note about the need
4116 for a vtable.
4117
4118 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4119
4120 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4121 "set mips abi" documentation.
4122
4123 2011-11-04 Doug Evans <dje@google.com>
4124
4125 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4126
4127 2011-11-03 Tom Tromey <tromey@redhat.com>
4128
4129 * gdb.texinfo (Stopping): Add menu entry.
4130 (Continuing and Stepping): Restore @node. Use @section, not
4131 @subsection.
4132
4133 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4134
4135 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4136 designation. Fix "Specify Location" cross-reference.
4137
4138 2011-11-02 Stan Shebs <stan@codesourcery.com>
4139
4140 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4141 (General Query Packets): Describe tracenz feature.
4142 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4143
4144 2011-10-28 Paul Koning <paul_koning@dell.com>
4145
4146 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4147
4148 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4149
4150 * gdb.texinfo ((Frames In Python): Document
4151 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4152
4153 2011-10-26 Paul Koning <paul_koning@dell.com>
4154
4155 * gdb.texinfo (gdb.types): Document new deepitems function.
4156
4157 2011-10-25 Paul Koning <paul_koning@dell.com>
4158
4159 PR python/13327
4160
4161 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4162 fetch_lazy method.
4163
4164 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4165
4166 PR python/12656
4167
4168 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4169 global_block, static_block function.
4170
4171 2011-10-19 Tom Tromey <tromey@redhat.com>
4172
4173 * gdb.texinfo (Commands In Python): Add missing "@"s.
4174
4175 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4176
4177 PR python/13285 Document named constants for frame unwind stop reasons
4178 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4179 constants.
4180
4181 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4182
4183 Fix compatibility with texinfo versions older than 4.12.
4184 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4185 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4186 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4187 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4188 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4189 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4190 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4191
4192 2011-10-09 Doug Evans <dje@google.com>
4193
4194 * gdb.texinfo (Extending GDB): Document alias command.
4195
4196 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4197
4198 Support @entry in input expressions.
4199 * gdb.texinfo (Variables): Describe @entry names suffix.
4200 (Print Settings): Add anchor for `set print entry-values'.
4201
4202 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4203 Eli Zaretskii <eliz@gnu.org>
4204
4205 Display @entry parameter values (without references).
4206 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4207 example.
4208 (Print Settings): New description of set print entry-values and show
4209 print entry-values.
4210
4211 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4212 Eli Zaretskii <eliz@gnu.org>
4213
4214 Recognize virtual tail call frames.
4215 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4216 (Tail Call Frames): New node.
4217 (Frames In Python): Add gdb.TAILCALL_FRAME.
4218
4219 2011-10-07 Doug Evans <dje@google.com>
4220
4221 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4222 register_pretty_printer.
4223
4224 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4225
4226 PR python/12930
4227 PR python/12802
4228
4229 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4230 stop method.
4231
4232 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4233
4234 * gdb.texinfo (Starting your Program): "set disable-randomization"
4235 is no longer Linux-specific.
4236 (Remote Configuration): Document "set remote
4237 disable-randomization-packet".
4238 (General Query Packets): Document "QDisableRandomization" packet
4239 and add it to "qSupported" list.
4240
4241 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4242
4243 Allow Python notification of new object-file loadings.
4244 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4245 event type.
4246
4247 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4248
4249 PR python/12691: Add the inferior to Python exited event
4250 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4251
4252 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4253
4254 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4255 rephasing.
4256
4257 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4260 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4261 as possible feature returned by the `-list-features'
4262 command.
4263
4264 2011-09-28 Paul Koning <paul_koning@dell.com>
4265
4266 * gdb.texinfo (gdb.Type): Document field access by dictionary
4267 key syntax.
4268
4269 2011-09-28 Yao Qi <yao@codesourcery.com>
4270
4271 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4272 Add one space after option `-s'. Remove @r{} markup.
4273
4274 2011-09-27 Stan Shebs <stan@codesourcery.com>
4275
4276 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4277
4278 2011-09-16 Hui Zhu <teawater@gmail.com>
4279
4280 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4281 to *(unsigned char *)$esp@300.
4282
4283 2011-09-15 Paul Koning <paul_koning@dell.com>
4284
4285 * gdb.texinfo: Make style of Python functions and methods match
4286 the syntax of Python. Also put class and module names explicitly
4287 on function, member, and variable names, matching Python
4288 documentation conventions.
4289
4290 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4291
4292 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4293 * gdb.texinfo (Inferiors In Python): Describe new
4294 gdb.selected_inferior() function.
4295
4296 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4297
4298 Handle multiple breakpoint hits in Python interface:
4299 * gdb.texinfo (Events In Python): New function documentation:
4300 gdb.BreakpointEvent.breakpoints. Indicate that
4301 gdb.BreakpointEvent.breakpoint is now deprecated.
4302
4303 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4304
4305 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4306
4307 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4308
4309 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4310
4311 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4312
4313 * gdb.texinfo (Prompt): Add set/show extended-prompt
4314 documentation
4315 (Basic Python): Add prompt_hook anchor.
4316 (Python modules): Reword module text to reflect multiple modules.
4317 (gdb.prompt): Document gdb.prompt module.
4318
4319 2011-08-14 Yao Qi <yao@codesourcery.com>
4320
4321 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4322
4323 2011-08-14 Yao Qi <yao@codesourcery.com>
4324
4325 * gdb.texinfo (Standard Target Features): Document C6x features.
4326 (TIC6x Features): New node.
4327
4328 2011-08-12 Doug Evans <dje@google.com>
4329
4330 * gdb.texinfo (Symbols In Python): Document symbol.type.
4331
4332 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4333
4334 * gdb.texinfo (Python): Document command and function
4335 auto-loading.
4336
4337 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4338 Eli Zaretskii <eliz@gnu.org>
4339
4340 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4341 typedefs unrolling. Extend the sample code by an inner typedef and
4342 outer typedefs unrolling.
4343
4344 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4345
4346 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4347 size and line-size.
4348
4349 2011-07-21 Matt Rice <ratmice@gmail.com>
4350
4351 PR macros/12999
4352 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4353 Update text and cindex entries for info macro command.
4354
4355 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4356
4357 * observer.texi (GDB Observers): Add before_prompt observer.
4358 * gdb.texinfo (Basic Python): Add documentation for prompt
4359 substitution.
4360
4361 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4362
4363 PR python/12438
4364 * gdb.texinfo (Python Commands): Add deprecate note to maint
4365 set/show python print-stack. Document set/show python
4366 print-backtrace.
4367
4368 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4369
4370 * gdb.texinfo: Fix typos.
4371
4372 2011-07-01 Tom Tromey <tromey@redhat.com>
4373
4374 * gdb.texinfo (Debugging Output): Document set debug
4375 check-physname.
4376
4377 2011-06-29 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4380 breakpoint-notifications feature.
4381
4382 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4383
4384 * gdb.texinfo (Target Description): Remove warning about
4385 possibly unstable format.
4386
4387 2011-06-03 Tom Tromey <tromey@redhat.com>
4388
4389 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4390 (Events In Python): Note that exit_code is optional.
4391
4392 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4393
4394 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4395 required for multi-threading support.
4396 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4397 Hc are deprecated for multi-threading debugging. Point readers at
4398 the vCont packet.
4399
4400 2011-05-15 Doug Evans <dje@google.com>
4401
4402 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4403
4404 2011-05-13 Doug Evans <dje@google.com>
4405
4406 * gdb.texinfo (Threads): Document $sdir,$pdir.
4407 (Server): Document $pdir exception.
4408
4409 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4410
4411 * gdb.texinfo (Threads): Clarify default value for
4412 libthread-db-search-path.
4413
4414 * gdb.texinfo (Completion): Update example.
4415 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4416
4417 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4418
4419 * gdb.texinfo: Document change in the behaviour of the enable and
4420 disable GDB commands when applied to tracepoints.
4421 Document the EnableDisableTracepoints remote stub feature.
4422 Document QTEnable and QTDisable in the list of tracepoint packets.
4423
4424 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4425
4426 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4427 hsuser.texi.
4428 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4429 comment to hsuser.texi. Change rluser.texi name in the comment.
4430
4431 2011-05-10 Doug Evans <dje@google.com>
4432
4433 * gdb.texinfo (Threads): If an empty path is provided for
4434 libthread-db-search-path it is reset to its default value.
4435 (Server): Ditto.
4436
4437 2011-05-09 Doug Evans <dje@google.com>
4438
4439 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4440
4441 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4442 Thiago Jung Bauermann <bauerman@br.ibm.com>
4443
4444 Implement support for PowerPC BookE masked watchpoints.
4445 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4446 (PowerPC Embedded): Mention support of masked watchpoints.
4447
4448 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4449
4450 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4451 `@value{GDBN}'.
4452
4453 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4454
4455 * gdb.texinfo (titlepage): Remove dedication.
4456 (In Memoriam): New appendix.
4457
4458 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4459 Eli Zaretskii <eliz@gnu.org>
4460
4461 * gdb.texinfo (Index Section Format): Change the version to 5.
4462 Describe the different formula.
4463
4464 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4465 Eli Zaretskii <eliz@gnu.org>
4466
4467 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4468 for disconnected tracing.
4469 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4470 extended-remote relationship. Mention --once.
4471 (TCP port allocation lifecycle of @code{gdbserver}): New.
4472
4473 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4474
4475 * gdb.texinfo (Server): Improve indexing. Index all optional
4476 switches to gdbserver.
4477
4478 2011-04-20 Tom Tromey <tromey@redhat.com>
4479
4480 * gdb.texinfo (Index Section Format): New node.
4481 (Top): Add new node to menu.
4482
4483 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4484
4485 * gdb.texinfo (Maintenance Commands): Document `maint print
4486 remote-registers'.
4487
4488 2011-04-20 Tom Tromey <tromey@redhat.com>
4489
4490 * gdb.texinfo (Trace File Format): Move node later.
4491
4492 2011-04-19 Tom Tromey <tromey@redhat.com>
4493
4494 * gdbint.texinfo (Register Information Functions): Remove
4495 duplicate "the".
4496 * gdb.texinfo (Emacs): Remove duplicate "to".
4497 (GDB/MI Variable Objects): Remove duplicate "the".
4498 (General Query Packets): Likewise.
4499
4500 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4503 "GDB/MI Ada Exception Information" node.
4504
4505 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4506
4507 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4508 the "exception-name" field in the *stopped async record.
4509
4510 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4511 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4512
4513 Implement support for PowerPC BookE ranged breakpoints.
4514 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4515
4516 2011-03-28 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.texinfo (Set Tracepoints): Fix typo.
4519
4520 2011-03-24 Tom Tromey <tromey@redhat.com>
4521
4522 * gdb.texinfo (Specify Location): Document `function:label'
4523 linespec.
4524
4525 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4526
4527 PR python/12149
4528
4529 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4530
4531 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4532
4533 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4534 (Inferiors In Python): Likewise.
4535 (Threads In Python): Likewise.
4536 (Symbols In Python): Likewise.
4537 (Objfiles In Python): Likewise.
4538 (Symbol Tables In Python): Likewise.
4539
4540 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4541
4542 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4543 display>: Explain that the commands accept number ranges.
4544
4545 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4546
4547 * gdb.texinfo (Breakpoints In Python): Add description and example
4548 of Python stop function operation.
4549
4550 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4551
4552 * gdb.texinfo (Parameters In Python): Document get_set_string and
4553 get_show_string methods.
4554
4555 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4556
4557 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4558
4559 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4560 circular-trace-buffer name.
4561
4562 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4565 in the previous change.
4566
4567 2011-02-27 Michael Snyder <msnyder@vmware.com>
4568
4569 * gdb.texinfo (Inferiors and Programs): Update commands to show
4570 that they can accept multiple arguments.
4571
4572 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4573
4574 Revert the following patch (code patch was not approved):
4575 2011-02-21 Hui Zhu <teawater@gmail.com>
4576 * agentexpr.texi (bytecode descriptions): add printf.
4577 * gdb.texinfo (tracepoint action lists): add printf.
4578
4579 2011-02-23 Doug Evans <dje@google.com>
4580
4581 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4582
4583 2011-02-23 Michael Snyder <msnyder@vmware.com>
4584
4585 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4586 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4587 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4588
4589 2011-02-22 Doug Evans <dje@google.com>
4590
4591 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4592 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4593 add description of result, fix @defun formatting.
4594
4595 2011-02-21 Hui Zhu <teawater@gmail.com>
4596
4597 * agentexpr.texi (Bytecode Descriptions): Add printf.
4598 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4599
4600 2011-02-18 Tom Tromey <tromey@redhat.com>
4601
4602 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4603
4604 2011-02-14 Michael Snyder <msnyder@vmware.com>
4605
4606 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4607 Document new command "thread find".
4608
4609 2011-02-14 Michael Snyder <msnyder@vmware.com>
4610
4611 * gdb.texinfo (Threads): Update example of new thread message.
4612
4613 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4614
4615 * gdb.texinfo (Remote Configuration): Mention set/show remote
4616 traceframe-info.
4617 (Tools/Packages Optional for Building GDB): Mention that expat is
4618 used for traceframe info.
4619 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4620 (General Query Packets) <qSupported>: Describe the
4621 qXfer:traceframe-info:read feature.
4622 (qXfer::read): Describe qXfer:traceframe-info:read.
4623 (Traceframe Info Format): New section.
4624
4625 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4626
4627 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4628 for casts and unary operators.
4629
4630 2011-02-04 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4633 is not useful.
4634
4635 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4636
4637 * gdb.texinfo: s/value optimized out/optimized out/g
4638
4639 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4640
4641 * gdb.texinfo (Other Misc Settings): Rework part of the
4642 documentation of the "set interactive mode" command.
4643
4644 2011-01-19 Tom Tromey <tromey@redhat.com>
4645
4646 * gdb.texinfo (Threads): Document thread name output and `thread
4647 name' command.
4648 (Threads In Python): Document Thread.name attribute.
4649 (GDB/MI Thread Commands): Document thread attributes.
4650
4651 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4652
4653 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4654 changes in mi/mi-cmd-disas.c
4655
4656 2011-01-12 Tom Tromey <tromey@redhat.com>
4657
4658 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4659 Fix "thread apply" text.
4660
4661 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4662 Thiago Jung Bauermann <bauerman@br.ibm.com>
4663
4664 Implement support for PowerPC BookE ranged watchpoints.
4665 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4666 the "set powerpc exact-watchpoints" flag.
4667
4668 2011-01-07 Tom Tromey <tromey@redhat.com>
4669
4670 * gdb.texinfo (Python API): Add descriptions to @menu items.
4671
4672 2011-01-06 Tom Tromey <tromey@redhat.com>
4673
4674 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4675
4676 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4677
4678 * gdb.texinfo (Debugging Output): Document "set debug jit".
4679
4680 2011-01-06 Tom Tromey <tromey@redhat.com>
4681
4682 PR python/12133:
4683 * gdb.texinfo (Frames In Python): Document various frame
4684 constants.
4685
4686 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4687
4688 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4689 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4690 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4691
4692 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4695 (clean): Add GDBvn.texi.
4696
4697 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4698
4699 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4700 occasional case where the debugger prints an array address
4701 instead of the array itself.
4702
4703 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4704
4705 * gdb.texinfo (Packets) <read registers packet>: Document support
4706 for registers that were not collected.
4707
4708 2010-12-15 Doug Evans <dje@google.com>
4709
4710 * gdb.texinfo (Startup): Document auto-loading of scripts during
4711 startup.
4712 (Auto-loading): Delete "maint set python auto-load on|off".
4713 Add "set auto-load-scripts on|off".
4714
4715 2010-12-07 Doug Evans <dje@google.com>
4716
4717 * gdb.texinfo (Mode Options): Document -data-directory.
4718 (Data Files): Add reference to -data-directory.
4719
4720 2010-11-29 Doug Evans <dje@google.com>
4721
4722 * gdb.texinfo (Pretty-Printer Introduction): Change
4723 printer-name:subprinter-name to printer-name;subprinter-name.
4724
4725 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4726
4727 PR python/12199
4728
4729 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4730
4731 2010-11-23 Tom Tromey <tromey@redhat.com>
4732
4733 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4734 (Editing): Likewise.
4735 (Command History): Likewise.
4736 (TUI Keys): Likewise.
4737 (Bug Reporting): Conditionally include rluser.texi and
4738 inc-history.texinfo.
4739 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4740 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4741 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4742 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4743 (gdb.pdf): Likewise.
4744 (gdb.info): Likewise.
4745 (gdb/index.html): Likewise.
4746
4747 2010-11-23 Tom Tromey <tromey@redhat.com>
4748
4749 * Makefile.in (Makefile): Run ../config.status.
4750 (distclean): Update.
4751 * configure: Remove.
4752 * configure.ac: Remove.
4753
4754 2010-11-12 Tom Tromey <tromey@redhat.com>
4755
4756 * gdb.texinfo (Basic Python): Update. Add xref.
4757 (Exception Handling): Document new exception classes.
4758 (Types In Python): Update.
4759 (Frames In Python): Update.
4760
4761 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4762
4763 * gdb.texinfo (Breakpoints In Python): Document "internal"
4764 parameter, and visible attribute.
4765
4766 2010-11-05 Doug Evans <dje@google.com>
4767
4768 * gdb.texinfo (Source Path): Document "set directories".
4769
4770 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4771
4772 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4773 (OpenCL C): New node.
4774
4775 2010-11-02 Doug Evans <dje@google.com>
4776
4777 * gdb.texinfo (Pretty Printing): Expand into three sections,
4778 introduction, example, and commands.
4779 (Python API): Delete section Disabling Pretty-Printers, merge into
4780 Selecting Pretty-Printers.
4781 (Writing a Pretty-Printer): New section. Move the pretty-printer
4782 example here, and reformat to match python coding style. Add a second
4783 example using the gdb.printing module.
4784 (Python modules): Add gdb.printing.
4785
4786 2010-10-29 Doug Evans <dje@google.com>
4787
4788 * gdb.texinfo (Python): Fix long line.
4789
4790 2010-10-20 Doug Evans <dje@google.com>
4791
4792 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4793 All references updated. Correct sections marked as subsections.
4794 (Coding Standards): New chapter. Move the coding standard related
4795 subsections here. Add section on Python coding standards.
4796
4797 2010-10-13 Doug Evans <dje@google.com>
4798
4799 * gdb.texinfo (Python): Add "Python modules".
4800 (Types in Python): Add reference to gdb.types section.
4801 (Python modules): New node.
4802
4803 2010-10-11 Doug Evans <dje@google.com>
4804
4805 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4806 Python" from gdb.Value.type description.
4807
4808 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4809
4810 * gdb.texinfo (Ravenscar Profile): New node.
4811
4812 2010-09-22 Tom Tromey <tromey@redhat.com>
4813
4814 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4815
4816 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4817
4818 * gdb.texinfo (Values From Inferior): Clarify that
4819 value.dynamic_type works only in C++ programs with RTTI.
4820
4821 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4822
4823 * gdb.texinfo (Character Sets): Correctly reference host-charset
4824 in example.
4825
4826 2010-09-13 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4829 Document "fullname" and "from".
4830
4831 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4832
4833 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4834 feature `reverse' output by -list-target-features.
4835
4836 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4837
4838 * gdb.texinfo (i386 Features): Remove an extra "@item".
4839
4840 2010-08-30 Tom Tromey <tromey@redhat.com>
4841
4842 PR python/11792:
4843 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4844
4845 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4846
4847 * gdb.texinfo (ARM Features): Document
4848 org.gnu.gdb.arm.m-profile.
4849
4850 2010-08-23 Tom Tromey <tromey@redhat.com>
4851
4852 PR python/11145:
4853 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4854 reinterpret_cast methods.
4855
4856 2010-08-23 Tom Tromey <tromey@redhat.com>
4857
4858 PR python/11915:
4859 * gdb.texinfo (Types In Python): Document array method.
4860
4861 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4862
4863 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4864
4865 2010-08-16 Tom Tromey <tromey@redhat.com>
4866
4867 * gdb.texinfo (Set Watchpoints): Document -location option.
4868
4869 2010-08-13 Doug Evans <dje@google.com>
4870
4871 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4872
4873 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4874
4875 * gdb.texinfo (GDB/MI Data Manipulation): Document
4876 -data-read-memory-raw and -data-write-memory-raw.
4877
4878 2010-08-11 Tom Tromey <tromey@redhat.com>
4879 Phil Muldoon <pmuldoon@redhat.com>
4880
4881 * gdb.texinfo (Basic Python): Describe post_event API.
4882
4883 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4884
4885 * gdb.texinfo (Basic Python): Describe solib_address and
4886 decode_line Python APIs
4887
4888 2010-08-10 Tom Tromey <tromey@redhat.com>
4889
4890 * gdb.texinfo (Pretty Printing API): Document
4891 gdb.default_visualizer.
4892
4893 2010-08-10 Tom Tromey <tromey@redhat.com>
4894
4895 Revert gdb-add-index addition:
4896 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4897
4898 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4899 Eli Zaretskii <eliz@gnu.org>
4900
4901 * gdb.texinfo (Mode Options) <-batch>
4902 (Basic Python) <gdb.execute>: Describe setting width and height.
4903
4904 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4905
4906 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4907
4908 2010-07-30 Tom Tromey <tromey@redhat.com>
4909
4910 * gdb.texinfo (Index Files): Mention gdb-add-index.
4911
4912 2010-07-30 Hui Zhu <teawater@gmail.com>
4913
4914 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4915 "detach inferior" and "kill inferior".
4916
4917 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4918
4919 * gdb.texinfo (Machine Code): Update description of two forms of
4920 arguments, and add new example to demonstrate the new form.
4921
4922 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4923
4924 * gdb.texinfo (Values From Inferior): Add value inferior function
4925 call description.
4926
4927 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4928
4929 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4930
4931 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4932 Eli Zaretskii <eliz@gnu.org>
4933
4934 Make core files the process_stratum.
4935 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4936 record_stratum example.
4937
4938 2010-07-13 Tom Tromey <tromey@redhat.com>
4939
4940 * gdb.texinfo (Index Files): New node.
4941
4942 2010-07-13 Tom Tromey <tromey@redhat.com>
4943
4944 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4945
4946 2010-07-13 Tom Tromey <tromey@redhat.com>
4947
4948 * gdb.texinfo (Specify Location): Document labels.
4949
4950 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4951
4952 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4953 entries for fast tracepoints and static tracepoints.
4954
4955 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4956
4957 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4958 qsThreadInfo>: Spell out `l' as ell.
4959
4960 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4961
4962 * gdb.texinfo (Convenience Variables): Document $_sdata.
4963 (Commands to Set Tracepoints): Describe static tracepoints. Add
4964 `Listing Static Tracepoint Markers' menu entry. Document
4965 "strace".
4966 (Tracepoint Action Lists): Document collecting $_sdata.
4967 (Listing Static Tracepoint Markers): New subsection.
4968 (Tracepoints support in gdbserver): Mention static tracepoints.
4969 (remote packets, enabling and disabling): Mention
4970 read-sdata-object.
4971 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4972 and StaticTracepoint.
4973 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4974 Document qXfer:sdata:read.
4975 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4976
4977 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4978
4979 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4980
4981 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4982 Tom Tromey <tromey@redhat.com>
4983 Thiago Jung Bauermann <bauerman@br.ibm.com>
4984
4985 * gdb.texinfo (Inferiors In Python): New node.
4986 * gdb.texinfo (Threads In Python): New node.
4987
4988 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4989
4990 * gdb.texinfo (Python): Document what the python directory is
4991 and what its location is.
4992 (Basic Python): Document the gdb.PYTHONDIR constant.
4993
4994 2010-06-25 Tom Tromey <tromey@redhat.com>
4995
4996 PR python/10808:
4997 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4998
4999 2010-06-24 Hui Zhu <teawater@gmail.com>
5000
5001 * gdb.texinfo: (Commands for Controlled Output): Add
5002 documentation for command "eval".
5003
5004 2010-06-21 Stan Shebs <stan@codesourcery.com>
5005
5006 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5007 * annotate.texinfo: Ditto.
5008 * gdbint.texinfo: Ditto.
5009 * stabs.texinfo: Ditto.
5010
5011 2010-06-22 Hui Zhu <teawater@gmail.com>
5012
5013 * gdb.texinfo: (Process Record and Replay): Add documentation
5014 for command "set record memory-query".
5015
5016 2010-06-21 Stan Shebs <stan@codesourcery.com>
5017
5018 * gdb.texinfo: Relicense under GFDL version 1.3.
5019 * annotate.texinfo: Relicense under GFDL version 1.3.
5020 * gdbint.texinfo: Relicense under GFDL version 1.3.
5021 * stabs.texinfo: Relicense under GFDL version 1.3.
5022 * fdl.texi: Update to version 1.3.
5023
5024 2010-06-18 Stan Shebs <stan@codesourcery.com>
5025
5026 * gdb.texinfo (Operating System Auxiliary Information): Describe
5027 "info os" when no arguments given.
5028
5029 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5030 $_thread.
5031
5032 2010-06-18 Hui Zhu <teawater@gmail.com>
5033
5034 * gdb.texinfo: (Process Record and Replay): Add documentation
5035 for commands "record save" and "record restore".
5036
5037 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5038
5039 * gdb.texinfo: Include information about the correct use
5040 of addresses in the `watch' command.
5041
5042 2010-06-11 Stan Shebs <stan@codesourcery.com>
5043
5044 * gdb.texinfo (Observer Mode): New section.
5045 (General Query Packets): Document QAllow.
5046
5047 2010-06-04 Doug Evans <dje@google.com>
5048
5049 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5050
5051 2010-06-03 Doug Evans <dje@google.com>
5052
5053 * gdbint.texinfo (Coding): Add subsection on command names.
5054
5055 2010-06-02 Tom Tromey <tromey@redhat.com>
5056
5057 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5058 always-disassemble.
5059
5060 2010-06-01 Pedro Alves <pedro@codesourcery.com>
5061
5062 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5063 gdbserver, and add cross reference.
5064 (Tracepoints support in gdbserver): New subsection.
5065
5066 2010-05-26 Pedro Alves <pedro@codesourcery.com>
5067
5068 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5069 `qRelocInsn' feature.
5070 (Relocate instruction reply packet): New subsection
5071 of `Tracepoint Packets'.
5072 (Tracepoint Packets): Mention that packets QTDP and QTStart
5073 support the qRelocInsn request, and add cross reference to new
5074 subsection.
5075
5076 2010-05-25 Doug Evans <dje@google.com>
5077
5078 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5079 (Commands In Python): Document gdb.string_to_argv.
5080
5081 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5082
5083 * gdbint.texinfo (Host Definition): Remove items NORETURN and
5084 ATTR_NORETURN.
5085
5086 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5087 Tom Tromey <tromey@redhat.com>
5088 Thiago Jung Bauermann <bauerman@br.ibm.com>
5089
5090 * gdb.texinfo (Parameters In Python): New Node.
5091
5092 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5093
5094 * gdb.texinfo: (Summary) Add mention about D language support.
5095 (Filenames): Add D suffixes.
5096 (D): New node.
5097
5098 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
5099
5100 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5101 of macro deleted from GDB code.
5102
5103 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5104
5105 * gdb.texinfo (Commands to specify files): Describe what how GDB
5106 looks up DOS-based filesystem paths on the system root. Document
5107 the new `set/show target-file-system-kind' commands.
5108
5109 2010-04-23 Doug Evans <dje@google.com>
5110
5111 * gdb.texinfo (Python): Move Auto-loading section here ...
5112 (Python API): from here.
5113 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5114 (Maintenance Commands): Add docs for "maint print section-scripts".
5115
5116 2010-04-20 Chris Moller <cmoller@redhat.com>
5117
5118 * gdb.texinfo (Setting Breakpoints): Added description of
5119 filename-qualified rbreak.
5120 * refcard.tex (Breakpoints and Watchpoints): Added brief
5121 description of filename-qualified rbreak.
5122
5123 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5126 (Python API): Change the reference to Pretty Printing API.
5127 (Pretty Printing): Move the user part under the Data node. Reformat
5128 the sample output to 72 columns. Create a new reference to Pretty
5129 Printing API. Rename the API part ...
5130 (Pretty Printing API): To a new node name.
5131 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5132 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5133
5134 2010-04-21 Stan Shebs <stan@codesourcery.com>
5135
5136 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5137 and commands.
5138 (Listing Tracepoints): Update to reflect current behavior.
5139
5140 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5141
5142 * gdb.texinfo (Examining memory): Update for change in string
5143 display with explicit size.
5144
5145 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5146
5147 PR breakpoints/8554.
5148
5149 * gdb.texinfo (Save Breakpoints): New node.
5150 (save-tracepoints): Rename to ...
5151 (save tracepoints): ... this. Mention that `save-tracepoints' is
5152 a deprecated alias to `save tracepoints'.
5153
5154 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5155
5156 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5157 (info w32 thread-information-block): Document new command.
5158 (qGetTIBAddress): Document new gdbserver query.
5159 (maint set/show show-all-tib): Document new command.
5160
5161 2010-04-15 Doug Evans <dje@google.com>
5162
5163 * gdb.texinfo (Python API): Add progspaces section.
5164 (Selecting Pretty-Printers): Progspace pretty-printers are
5165 searched too.
5166 (Progspaces In Python): New section.
5167
5168 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5169
5170 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5171
5172 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5173 returns None.
5174
5175 2010-04-09 Stan Shebs <stan@codesourcery.com>
5176
5177 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5178 Describe the `frames-created' field, tweak grammar.
5179
5180 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5181
5182 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5183 Describe the `circular' and `disconnected' fields.
5184
5185 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5186
5187 * gdb.texinfo (maint print registers): Mention unavailable and
5188 invisible registers.
5189
5190 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5191 Thiago Jung Bauermann <bauerman@br.ibm.com>
5192 Tom Tromey <tromey@redhat.com>
5193
5194 * gdb.texinfo (Breakpoints In Python): New Node.
5195
5196 2010-04-08 Stan Shebs <stan@codesourcery.com>
5197
5198 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5199 trace status fields.
5200
5201 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5202
5203 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5204 optional. Make org.gnu.gdb.i386.avx requires
5205 org.gnu.gdb.i386.avx.
5206
5207 2010-04-08 Doug Evans <dje@google.com>
5208
5209 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5210 search path, and document that gdb only scans the search path if
5211 the script's path doesn't specify a directory.
5212
5213 2010-04-05 Doug Evans <dje@google.com>
5214
5215 * gdb.texinfo (maint show python auto-load): Fix typo.
5216
5217 2010-04-04 Stan Shebs <stan@codesourcery.com>
5218
5219 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5220 (Setting Watchpoints): Update description of "info watch".
5221 (Disabling Breakpoints): Only "info break" lists all.
5222
5223 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5224 (tdump): Explain how tdump works.
5225
5226 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5227
5228 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5229 add cross reference.
5230
5231 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5232
5233 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5234 commands error out.
5235
5236 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5237
5238 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5239
5240 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5241
5242 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5243
5244 2010-03-29 Stan Shebs <stan@codesourcery.com>
5245 Nathan Sidwell <nathan@codesourcery.com>
5246
5247 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5248 GDBN equivalent.
5249 (Set Tracepoints): Remove mention that conditional tracepoints
5250 don't exist.
5251 (Tracepoint Actions): Clarify when while-stepping collection
5252 happens, note that while-stepping does not automatically collect
5253 $pc.
5254
5255 2010-03-29 Stan Shebs <stan@codesourcery.com>
5256
5257 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5258 (General Query Packets): Describe TracepointSource.
5259
5260 2010-03-27 Matt Rice <ratmice@gmail.com>
5261
5262 * gdb.texinfo (ARM): Document arguments to "target sim".
5263 (Set Catchpoints): Use @dots{} instead of @r{...}.
5264
5265 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5266
5267 * gdb.texinfo (Tracepoint Packets): Remove mention that
5268 terror:string may be plain text, and drop mention of X prefix.
5269
5270 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5271
5272 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5273
5274 2010-03-24 Stan Shebs <stan@codesourcery.com>
5275
5276 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5277
5278 2010-03-24 Tom Tromey <tromey@redhat.com>
5279
5280 PR breakpoints/9352:
5281 * gdb.texinfo (Break Commands): Update.
5282
5283 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5284
5285 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5286 commands.
5287
5288 2010-03-16 Stan Shebs <stan@codesourcery.com>
5289
5290 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5291 circular-trace-buffer.
5292 (Tracepoint Packets): Describe QTBuffer, and details of the
5293 qTStatus reply.
5294
5295 2010-03-12 Stan Shebs <stan@codesourcery.com>
5296 Nathan Sidwell <nathan@codesourcery.com>
5297
5298 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5299 doing instruction stepping.
5300 (Tracepoint Restrictions): New node.
5301
5302 2010-03-10 Tom Tromey <tromey@redhat.com>
5303
5304 * gdbint.texinfo (Symbol Handling): Update.
5305
5306 2010-03-08 Tom Tromey <tromey@redhat.com>
5307
5308 PR cli/9591:
5309 * gdb.texinfo (Mode Options): Mention lack of pagination and
5310 confirmation with --batch.
5311 (Screen Size): Mention --batch.
5312 (Messages/Warnings): Likewise.
5313
5314 2010-03-05 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.texinfo (Basic Python): Document target_charset and
5317 target_wide_charset.
5318
5319 2010-03-05 Tom Tromey <tromey@redhat.com>
5320
5321 * gdb.texinfo (Data): Link to pretty-printing.
5322 (Output Formats): Likewise. Correct text.
5323
5324 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5325
5326 * gdb.texinfo (Types): Describe <struct> and <flags>.
5327
5328 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5329
5330 * gdb.texinfo (Frames In Python): Add block parameter and
5331 description to read_var text.
5332
5333 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5334 Tom Tromey <tromey@redhat.com>
5335
5336 * gdb.texinfo (Types In Python): Describe block argument in
5337 template_argument and gdb.lookup_type.
5338
5339 2010-02-24 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.texinfo (Cygwin Native): Fix typo.
5342
5343 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5344
5345 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5346 and select method descriptions.
5347 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5348 Tables in Python to menu.
5349 (Blocks In Python): New node.
5350 (Symbols In Python): New node.
5351 (Symbol Tables in Python): New node.
5352
5353 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5354
5355 Multiexec MI
5356
5357 gdb/
5358 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5359
5360 gdb/doc/
5361 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5362 changes.
5363 (GDB/MI Program Execution): Document current behaviour of
5364 --all and --thread-group.
5365 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5366 -remove-inferior.
5367 * observer.texi (inferior_added, inferior_removed): New
5368 observers.
5369
5370 2010-02-19 Tom Tromey <tromey@redhat.com>
5371
5372 * gdbint.texinfo (Getting Started): Fix @node.
5373 (Debugging GDB): Likewise.
5374
5375 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5376
5377 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5378 documenting the gdb_test_timeout variable.
5379
5380 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5381
5382 * gdb.texinfo (MI commands): Added documentation of --reverse
5383 option to a set of MI commands. Restructured documentation of MI
5384 commands --exec-continue to reflect the complexity of reverse
5385 execution.
5386
5387 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5388
5389 * gdb.texinfo (Using the Collected Data): Specify that the address
5390 range of `tfind outsize' is exclusive, and that the address range
5391 of `tfind range' is inclusive.
5392 (Tracepoint Packets): Specify that the address range of
5393 `QTFrame:range' is inclusive, and that the address range of
5394 `QTFrame:outside' is exclusive
5395
5396 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5397
5398 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5399
5400 2010-02-10 Tom Tromey <tromey@redhat.com>
5401
5402 * gdb.texinfo (Debugging Output): Document set debug parser and
5403 show debug parser.
5404
5405 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5406
5407 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5408 i386_eflags and i386_mxcsr.
5409
5410 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5411
5412 * gdb.texinfo: Document i386 target features.
5413
5414 2010-02-05 Doug Evans <dje@google.com>
5415
5416 * gdbint.texinfo (Testsuite): Add a new section to document the
5417 various DejaGnu variables that may be overridden.
5418 Document INTERNAL_GDBFLAGS.
5419
5420 2010-02-04 Tom Tromey <tromey@redhat.com>
5421
5422 PR cli/8830:
5423 * gdb.texinfo (Files): -readnow comes before the filename for file
5424 and symbol-file.
5425
5426 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5427
5428 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5429 Document ARM breakpoint types.
5430 (Register Packet Format): Move into the new section.
5431 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5432
5433 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5434
5435 * gdb.texinfo (File Options): Adjust the documentation of this
5436 switch to refer to the "source" command rather than partially
5437 duplicating some of the relevant information.
5438 (Extending GDB): Introduce and document the set/show script-extension
5439 setting.
5440 (Command Files): Add note explaining that the "source" command
5441 is also used to evalute scripts written in other languages.
5442 Remove the short slightly incorrect reference to sourcing Python
5443 scripts.
5444 (Python Commands): Document how to execute a Python script from GDB.
5445
5446 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5447
5448 * gdb.texinfo (Command Files): Fix typo.
5449
5450 2010-01-18 Tom Tromey <tromey@redhat.com>
5451
5452 * gdb.texinfo (File Options): Document -x on .py files.
5453 (Command Files): Document handling of Python scripts.
5454
5455 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5456
5457 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5458
5459 2010-01-15 Stan Shebs <stan@codesourcery.com>
5460
5461 * gdb.texinfo (Trace Files): New section.
5462 (Tracepoint Packets): Document QTSave and qTBuffer.
5463 (Trace File Format): New appendix.
5464
5465 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5466
5467 * gdb.texinfo (Values From Inferior): Document lazy_string value
5468 method.
5469 (Python API): Add Lazy strings menu item.
5470 (Lazy Strings In Python): New node.
5471
5472 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5473
5474 * gdb.texinfo (GDB/MI Thread Information): New.
5475 (GDB/MI Async Records): Document the core field in *stopped.
5476 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5477 documentation
5478 (Process list): Document that osdata document may contain
5479 threads.
5480 (Remote Serial Protocol): Document qXfer:threads.
5481
5482 2010-01-06 Stan Shebs <stan@codesourcery.com>
5483
5484 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5485 disconnected tracing.
5486 (Tracepoint Packets): Document new protocol.
5487
5488 2010-01-05 Stan Shebs <stan@codesourcery.com>
5489
5490 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5491 tracepoints.
5492 (Tracepoint Packets): Describe remote protocol for fast
5493 tracepoints.
5494
5495 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5496
5497 Update the "Start of New Year Procedure".
5498 * gdbint.texinfo: Add the list of files that need to be updated
5499 manually. Minor reformatting.
5500
5501 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5502
5503 * refcard.tex: Update copyright year in header and text.
5504
5505 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5506
5507 * agentexpr.texi: Add 2010 to the list of copyright years.
5508 * annotate.texinfo: Likewise.
5509 * gdb.texinfo: Likewise.
5510 * gdbint.texinfo: Likewise.
5511 * observer.texi: Likewise.
5512 * stabs.texinfo: Likewise.
5513
5514 2009-12-31 Stan Shebs <stan@codesourcery.com>
5515
5516 * gdb.texinfo (Tracepoint Actions): Describe teval.
5517
5518 2009-12-29 Stan Shebs <stan@codesourcery.com>
5519
5520 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5521
5522 2009-12-28 Stan Shebs <stan@codesourcery.com>
5523
5524 * gdb.texinfo (Trace State Variables): New section.
5525 (Tracepoint Packets): Describe trace state variable packets.
5526 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5527 variable bytecodes.
5528
5529 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5530
5531 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5532 declarations.
5533
5534 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5535
5536 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5537 -gdb-exit behaviour.
5538
5539 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gpl.texi: Update to version 3 of the GPL.
5542
5543 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5544
5545 * Makefile.in: Update copyright header.
5546 * observer.texi: Fix the copyright header of the generated files.
5547
5548 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5549
5550 * gdb.texinfo (Types In Python): Describe range function.
5551
5552 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5553
5554 * gdb.texinfo (Types In Python): Describe "is_base_class".
5555
5556 2009-12-03 Tom Tromey <tromey@redhat.com>
5557
5558 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5559
5560 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5561
5562 * observer.texi: New memory_changed observer.
5563
5564 2009-12-01 Tom Tromey <tromey@redhat.com>
5565
5566 * gdb.texinfo (Reverse Execution): Fix typo.
5567
5568 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5569
5570 PR gdb/8704
5571
5572 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5573 are allowed after the breakpoint condition.
5574
5575 2009-11-23 Tom Tromey <tromey@redhat.com>
5576
5577 PR python/10782:
5578 * gdb.texinfo (Types In Python): Document Type.pointer.
5579
5580 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5581
5582 * gdb.texinfo (Machine Code): Adjust.
5583
5584 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5585
5586 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5587 (Using Agent Expressions): Delete cross reference.
5588
5589 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5590
5591 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5592 and @settitle directives up to help makeinfo find them.
5593
5594 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5597 (Auto-loading): Use plural and note one can use multiple components now.
5598
5599 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5600
5601 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5602 -stack-list-arguments have the same documentation for parameter
5603 as -stack-list-locals. Add comas.
5604
5605 2009-10-27 Tom Tromey <tromey@redhat.com>
5606 Eli Zaretskii <eliz@gnu.org>
5607
5608 PR python/10781
5609
5610 * gdb.texinfo (Values From Inferior): Document cast method.
5611
5612 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5613
5614 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5615 and adjust example.
5616
5617 2009-10-22 Michael Snyder <msnyder@vmware.com>
5618
5619 * gdb.texinfo (Process Record and Replay): Document new form of
5620 info record command. Also document the new save and restore
5621 commands.
5622
5623 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5624
5625 * gdb.texinfo (Machine Code): Mention current pc marker.
5626 (Memory): Likewise.
5627
5628 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5629 Stan Shebs <stan@codesourcery.com>
5630
5631 * observer.texi (new_inferior): Rename to...
5632 (inferior_appeared): ... this.
5633
5634 * gdb.texinfo (Inferiors): Rename node to ...
5635 (Inferiors and Programs): ... this. Mention running multiple
5636 programs in the same debug session.
5637 <info inferiors>: Mention the new 'Executable' column if "info
5638 inferiors". Update examples. Document the "add-inferior",
5639 "clone-inferior", "remove-inferior" and "maint info
5640 program-spaces" commands.
5641 (Process): Rename node to...
5642 (Forks): ... this. Document "set|show follow-exec-mode".
5643
5644 2009-10-11 Michael Snyder <msnyder@vmware.com>
5645
5646 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5647 (ReverseContinue): Ditto.
5648
5649 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5650
5651 * gdb.texinfo (Server): Document libthread-db-search-path.
5652
5653 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5654
5655 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5656
5657 2009-10-06 Michael Eager <eager@eagercon.com>
5658
5659 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5660 (Embedded Processors): Add MicroBlaze.
5661 (MicroBlaze): New. Describe Xilinx MicroBlaze
5662
5663 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5664
5665 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5666
5667 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5668
5669 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5670
5671 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5672
5673 * observer.texi (solib_unloaded): Document explicitly the fact that
5674 this observer is called before the associated symbols are unloaded.
5675
5676 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5677
5678 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5679 -stack-list-variables.
5680
5681 2009-09-18 Tom Tromey <tromey@redhat.com>
5682
5683 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5684 is experimental.
5685
5686 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5687
5688 * gdb.texinfo (convenince variables): Mention
5689 $_siginfo could be empty.
5690
5691 2009-09-15 Tom Tromey <tromey@redhat.com>
5692
5693 * gdb.texinfo (GDB/MI Variable Objects): Document
5694 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5695 Expand -var-update documentation.
5696
5697 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5698
5699 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5700 feature.
5701
5702 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5703
5704 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5705
5706 2009-09-10 Michael Snyder <msnyder@vmware.com>
5707
5708 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5709 ReverseStep replies to the qSupported query.
5710
5711 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5712
5713 Add documentation for set/show interactive-mode.
5714 * gdb.texinfo (Other Misc Settings): New node.
5715
5716 2009-09-01 Doug Evans <dje@google.com>
5717
5718 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5719 non-stop mode's affect on remote caching.
5720
5721 2009-08-31 Jacob Potter <jdpotter@google.com>
5722 Doug Evans <dje@google.com>
5723
5724 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5725 Mark `set/show remotecache' options as obsolete.
5726 Document new `set/show stack-cache' option.
5727 Update text for `info dcache'.
5728
5729 2009-08-27 Doug Evans <dje@google.com>
5730
5731 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5732 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5733
5734 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5735
5736 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5737 about autoconf.
5738
5739 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5740
5741 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5742 small example, and describe its columns. Replace "inferior-id" by
5743 "infno" throughout.
5744
5745 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5746
5747 * gdbint.texinfo (Releasing GDB): Point to
5748 README-maintainer-mode file for required autoconf version.
5749 * configure.ac: Do not substitute datarootdir, htmldir,
5750 pdfdir, docdir. Do not process --with-datarootdir,
5751 --with-htmldir, --with-pdfdir, --with-docdir.
5752 * configure: Regenerate.
5753
5754 * configure: Regenerate.
5755
5756 2009-08-20 Reid Kleckner <reid@kleckner.net>
5757
5758 * gdb.texinfo: Add chapter on JIT interface.
5759
5760 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5761
5762 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5763 confirmation request.
5764
5765 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5766
5767 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5768 CRC definitions.
5769
5770 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5771
5772 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5773 -break-commands.
5774
5775 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5776
5777 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5778 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5779
5780 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5781
5782 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5783 "set spu stop-on-load" and "show spu stop-on-load" commands.
5784
5785 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5786
5787 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5788
5789 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5790
5791 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5792 org.gnu.gdb.arm.neon.
5793
5794 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5795
5796 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5797 optional element.
5798 (subsection OS ABI): New subsection.
5799
5800 2009-07-14 Stan Shebs <stan@codesourcery.com>
5801
5802 * gdb.texinfo (Tracepoint Conditions): New section.
5803 (General Query Packets): Describe ConditionalTracepoints.
5804 (Tracepoint Packets): Describe condition field.
5805 (Maintenance Commands): Describe maint agent-eval.
5806 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5807
5808 2009-07-11 Hui Zhu <teawater@gmail.com>
5809
5810 * gdb.texinfo (disassemble): Add a new modifier /r
5811 to "disassemble" command to make it print the raw instructions
5812 in hex as well as in symbolic form.
5813
5814 2009-07-09 Tom Tromey <tromey@redhat.com>
5815
5816 * gdbint.texinfo (Testsuite): Document parallel make check.
5817
5818 2009-07-09 Tom Tromey <tromey@redhat.com>
5819
5820 * gdbint.texinfo (Testsuite): Document test transcripts.
5821
5822 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5823
5824 * gdb.texinfo (Values From Inferior): Add length parameter
5825 description.
5826
5827 2009-07-04 Chris Genly <chris@genly.us>
5828
5829 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5830 in -var-list-children. Fix example according to what the code
5831 does.
5832
5833 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5834
5835 * gdb.texinfo (Debugging multiple inferiors): Document the
5836 "inferior", "detach inferior" and "kill inferior" commands.
5837 (Debugging Programs with Multiple Processes): Adjust to mention
5838 generic "inferior" commands. Delete mention of "detach fork" and
5839 "delete fork". Cross reference to "Debugging multiple inferiors"
5840 section.
5841
5842 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5843
5844 * gdbint.texinfo (Item Output Functions): Update signature
5845 for ui_out_field_core_addr.
5846
5847 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5848
5849 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5850 Update example code extrated from breakpoint.c.
5851
5852 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5853
5854 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5855 MI commands.
5856 (GDB/MI Symbol Query): Likewise.
5857 (GDB/MI File Commands): Likewise.
5858 (GDB/MI File Transfer Commands): Likewise.
5859 (GDB/MI Target Manipulation): Likewise.
5860 (GDB/MI Miscellaneous Commands): Likewise.
5861
5862 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5863
5864 * gdb.texinfo (Debugging Optimized Code): New chapter.
5865 (Compiling for Debugging): Reference it. Move some
5866 text to the new section.
5867
5868 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5869
5870 * doc/gdb.texinfo (Calling): Document
5871 set-unwind-on-terminating-exception usage.
5872
5873 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5874
5875 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5876 command.
5877
5878 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5879
5880 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5881 references.
5882
5883 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5884
5885 * gdbint.texinfo: Rename formal parameters to gdbarch function
5886 protoypes from "current_gdbarch" to "gdbarch".
5887
5888 2009-05-28 Tom Tromey <tromey@redhat.com>
5889
5890 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5891
5892 2009-05-27 Tom Tromey <tromey@redhat.com>
5893
5894 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5895 feature.
5896 (GDB/MI Variable Objects): Document -var-set-visualizer.
5897
5898 2009-04-02 Tom Tromey <tromey@redhat.com>
5899
5900 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5901 feature.
5902 (GDB/MI Variable Objects): Document -var-set-visualizer.
5903
5904 2009-05-27 Tom Tromey <tromey@redhat.com>
5905 Thiago Jung Bauermann <bauerman@br.ibm.com>
5906 Phil Muldoon <pmuldoon@redhat.com>
5907
5908 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5909 (Pretty Printing): New node.
5910 (Selecting Pretty-Printers): Likewise.
5911 (Python API): Update.
5912 (Output Formats): Document /r format.
5913
5914 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5915 Tom Tromey <tromey@redhat.com>
5916
5917 * gdb.texinfo (Types In Python): New node.
5918 (Values From Inferior): "type" is now an attribute.
5919 (Python API): Update.
5920
5921 2009-05-27 Tom Tromey <tromey@redhat.com>
5922 Thiago Jung Bauermann <bauerman@br.ibm.com>
5923 Phil Muldoon <pmuldoon@redhat.com>
5924
5925 * gdb.texinfo: Add @syncodeindex for `tp'.
5926 (Python API): Update.
5927 (Auto-loading): New node.
5928 (Objfiles In Python): New node.
5929
5930 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5931
5932 * gdb.texinfo (Threads): Document libthread-db-search-path.
5933
5934 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5935
5936 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5937
5938 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5939
5940 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5941 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5942 show show-debug-regs' docs.
5943
5944 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5945
5946 * gdb.texinfo (Process Record and Replay): Add description of
5947 reverse execution.
5948
5949 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5950
5951 * gdbint.texinfo (Adding support for debugging core files): New node.
5952 (Native Debugging): Remove the ``Native core file Support'' section.
5953
5954 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5955
5956 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5957 Add index entries.
5958
5959 2009-04-30 Hui Zhu <teawater@gmail.com>
5960 Michael Snyder <msnyder@vmware.com>
5961
5962 * gdb.texinfo: (Process Record and Replay): Add documentation for
5963 process record and replay.
5964
5965 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5966
5967 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5968 a new part on command-line defined macros.
5969
5970 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5971
5972 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5973 clarify the wording.
5974
5975 2009-04-23 Tom Tromey <tromey@redhat.com>
5976
5977 * gdb.texinfo (Data Files): New node.
5978 (GDB Files): Update menu.
5979
5980 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5981
5982 * gdbint.texinfo (Defining Other Architecture Features): Remove
5983 entry for PROCESS_LINENUMBER_HOOK.
5984
5985 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5986
5987 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5988
5989 2009-04-22 Hui Zhu <teawater@gmail.com>
5990
5991 * gdb.texinfo (disassemble-next-line): Set the default of
5992 disassemble-next-line to off.
5993
5994 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5995
5996 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5997 --with-htmldir): New.
5998 * configure: Regenerate.
5999 * Makefile.in (datarootdir, docdir): Define.
6000 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6001 instead of $(SET_TEXINPUTS).
6002 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6003 gdbint.info instead of $(SET_TEXINPUTS).
6004 (gdbint/index.html): Use same -I options as for building
6005 gdbint.info.
6006 (stabs.dvi, stabs.pdf): Use same -I options as for building
6007 stabs.info instead of $(SET_TEXINPUTS).
6008 (stabs/index.html): Use same -I options as for building
6009 stabs.info.
6010 (annotate.dvi, annotate.pdf): Use same -I options as for building
6011 annotate.info instead of $(SET_TEXINPUTS).
6012 (annotate/index.html): Use same -I options as for building
6013 annotate.info.
6014
6015 2009-04-21 David Daney <ddaney@caviumnetworks.com>
6016
6017 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6018
6019 2009-04-21 Joseph Myers <joseph@codesourcery.com>
6020
6021 * gdb.texinfo (Source Path): Document --with-relocated-sources.
6022
6023 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
6024 Joseph Myers <joseph@codesourcery.com>
6025
6026 * Makefile.in (MAKEHTML): Set to makeinfo --html.
6027 (MAKEHTMLFLAGS): Set to empty.
6028 (html__strip_dir): Define.
6029 (HTMLFILES): Define.
6030 (HTMLFILES_INSTALL): Define.
6031 (install-html): Copy new automake rule.
6032 (html): Depend on $(HTMLFILES).
6033 (gdb_toc.html): Rename to gdb/index.html.
6034 (gdbint_toc.html): Rename to gdbint/index.html.
6035 (stabs_toc.html): Rename to stabs/index.html.
6036 (annotate_toc.html): Rename to annotate/index.html.
6037
6038 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
6039
6040 * Makefile.in: Set pdfdir and htmldir from configure
6041 substitutions.
6042 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6043 * configure: Regenerate.
6044
6045 2009-04-16 Joel Brobecker <brobecker@adacore.com>
6046
6047 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6048 This macro is no longer used.
6049
6050 2009-04-15 Tom Tromey <tromey@redhat.com>
6051
6052 * gdb.texinfo (Character Sets): Document default character set.
6053
6054 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
6055
6056 * gdbint.texinfo: Change server name from sources.redhat.com to
6057 sourceware.org throughout.
6058
6059 2009-04-09 Joel Brobecker <brobecker@adacore.com>
6060
6061 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6062 about a missing dot or coma after @xref.
6063
6064 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6065
6066 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6067 example, and add a small explanation about it.
6068 (Print Settings): Change the documentation of the "set print
6069 frame-arguments" to reflect the fact that the default is now "scalars".
6070
6071 2009-04-02 Joel Brobecker <brobecker@adacore.com>
6072
6073 * gdb.texinfo (Print Settings): Add kindex for command "set
6074 print frame-arguments".
6075
6076 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6077
6078 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6079 breakpoints.
6080 (Set Breaks): Add reference to thread-specific and task-specific
6081 breakpoints.
6082
6083 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6084
6085 * gdb.texinfo (Ada Tasks): Remove the documentation about
6086 the "Running" state, as this state has been eliminated.
6087 Now all runnable tasks are shown as "Runnable".
6088
6089 2009-03-30 Stan Shebs <stan@codesourcery.com>
6090
6091 * gdb.texinfo (Tracepoints): Describe tracepoints as a
6092 special case of breakpoints.
6093 (Enable and Disable Tracepoints): Mention deprecation.
6094 (Listing Tracepoints): Update description and example.
6095
6096 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6097
6098 * gdb.texinfo (Frames in Python): New node.
6099 (Python API): Update.
6100
6101 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6102
6103 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6104 from a method to an attribute.
6105
6106 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6107
6108 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6109 attribute.
6110
6111 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6112
6113 * observer.texi (thread_exit): Add "silent" parameter.
6114
6115 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6116
6117 * observer.texi (about_to_proceed): New.
6118
6119 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6120
6121 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6122 field throughout to handle types with spaces in them. Fix typos
6123 found by aspell.
6124 (Summary, Requirements, Contributors): New first chapter,
6125 "Summary" added, old Requirements section moved there, and new
6126 section, "Contributors" added.
6127 (Initializing a New Architecture, Register Representation)
6128 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6129 (Porting gdb): These sections extended and updated.
6130 (Compiler Characteristics): This section (empty) deleted.
6131 (Defining Other Architecture Features): This section renamed and
6132 duplicate material removed from (formerly "Target Conditionals").
6133 Use braces {} in @deftypeXX type field throughout to handle types
6134 with spaces in them. Typos found by aspell fixed.
6135
6136 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6137 * stack_frame.pdf: Version of image for PDF output.
6138 * stack_frame.png: Version of image for HTML output and for Emacs.
6139 * stack_frame.txt: Version of image for Info output.
6140 * stack_frame.eps: Version of image for TeX DVI output.
6141
6142 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6143
6144 * gdb.texinfo (Character Sets): Fix last change.
6145
6146 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6147
6148 * gdb.texinfo (Values From Inferior): Fix optional arguments
6149 markup.
6150 (Commands In Python): Adjust argument names of gdb.Command.__init__
6151 to what the function accepts as keywords.
6152
6153 2008-03-20 Tom Tromey <tromey@redhat.com>
6154
6155 * gdb.texinfo (Convenience Vars): Document convenience functions.
6156 (Functions In Python): New node.
6157 (Python API): Update.
6158
6159 2009-03-20 Tom Tromey <tromey@redhat.com>
6160
6161 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6162 set target-wide-charset.
6163 (Requirements): Mention iconv.
6164
6165 2009-03-17 Hui Zhu <teawater@gmail.com>
6166
6167 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6168
6169 2009-03-17 Hui Zhu <teawater@gmail.com>
6170
6171 * gdb.texinfo: Add documentation for disassemble-next-line.
6172
6173 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6174
6175 * gdb.texinfo (Commands In Python): Remove tindex entries.
6176
6177 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * gdb.texinfo (Returning): New description for missing debug info.
6180
6181 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6182
6183 * gdb.texinfo (Remote Configuration): Document query-attached.
6184 (General Query Packets): Document qAttached.
6185
6186 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6187
6188 * gdb.texinfo (Background Execution): Better describe the set
6189 target-async command.
6190 (Maintenance Commands): Delete description of the `maint set/show
6191 linux-async' and `maint set/show remote-async' commands.
6192
6193 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6194
6195 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6196 between sentences.
6197
6198 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6199
6200 * gdb.texinfo (GDB/MI Async Records): Document the
6201 =library-loaded and =library-unloaded notifications.
6202
6203 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6204
6205 * observer.texi (test_notification): New observer.
6206
6207 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6208
6209 * observer.texi: Add parameter 'print_frame' to normal_stop
6210 observer.
6211
6212 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6213
6214 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6215 (Commands In Python): Fix COMMAND_* constants in last change. Use
6216 @kbd for interactive input. Add cross-references and index
6217 entries.
6218
6219 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6220
6221 * gdb.texinfo (Signals): Document $_siginfo.
6222 (Convenience Variables): Mention $_siginfo.
6223 (Remote Configuration): Document qXfer:siginfo:read,
6224 qXfer:siginfo:write packets, and the read-siginfo-object,
6225 write-siginfo-object commands.
6226
6227 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6228
6229 * gdbint.texinfo (Values): New chapter.
6230
6231 2009-02-06 Tom Tromey <tromey@redhat.com>
6232
6233 * gdb.texinfo (Python API): Add entry for Commands In Python.
6234 (Commands In Python): New node.
6235
6236 2009-02-05 Tom Tromey <tromey@redhat.com>
6237
6238 * gdb.texinfo (Values From Inferior): Document Value.string.
6239
6240 2009-02-05 Tom Tromey <tromey@redhat.com>
6241
6242 * gdb.texinfo (Basic Python): Document execute's from_tty
6243 argument.
6244
6245 2009-02-04 Tom Tromey <tromey@redhat.com>
6246
6247 * gdb.texinfo (Basic Python): Document gdb.history.
6248
6249 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6250
6251 * gdb.texinfo (GDB/MI Thread Commands): Document the
6252 'current-thread-id' field. Remove the example with zero threads,
6253 since current GDB won't ever report that if there's inferior.
6254
6255 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6256
6257 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6258 option to -break-insert.
6259
6260 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6261 Jerome Guitton <guitton@adacore.com>
6262
6263 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6264 (System-wide configuration): New section.
6265
6266 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6267
6268 PR gdb/7580:
6269 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6270 internal-error|internal-warning quit|corefile ask|yes|no".
6271
6272 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6273
6274 * gdb.texinfo (Using the `gdbserver' Program): Document
6275 --remote-debug.
6276
6277 2009-01-23 Doug Evans <dje@google.com>
6278
6279 * gdb.texinfo: Add nexti to list of commands that support
6280 background execution.
6281
6282 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6283
6284 * gdb.texinfo (Define, Hooks): Document prefix command support.
6285
6286 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6287 Carlos O'Donell <carlos@codesourcery.com>
6288
6289 Fixes for makeinfo --html.
6290
6291 * annotate.texinfo: Use @copying and @insertcopying. Use
6292 @ifnottex in place of @ifinfo.
6293 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6294 place of @ifinfo. Use @ifnotinfo for one index entry.
6295 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6296 in place of @ifinfo.
6297 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6298 in place of @ifinfo. Include contents at start unconditionally.
6299
6300 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6301
6302 * gdb.texinfo (General Query Packets): Remove @var{} around the
6303 "spu" literal string.
6304
6305 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6306
6307 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6308 program may be running in another process" errors.
6309 * gdbint.texinfo (Native Conditionals): Delete
6310 ONE_PROCESS_WRITETEXT description.
6311
6312 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6313
6314 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6315 emacs local variable to be placed at the end of the ChangeLog.
6316 Add server.c and gdbreplay.c to the list of files where the
6317 copyright year needs to be updated.
6318
6319 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6320
6321 * gdb.texinfo (Remote Configuration): Document new
6322 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6323 commands.
6324
6325 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6326
6327 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6328 FETCH_INFERIOR_REGISTERS.
6329 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6330 FETCH_INFERIOR_REGISTERS descriptions. Remove
6331 gdbarch_get_longjmp_target descrition, since already described in
6332 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6333 (Target Conditionals): ... here.
6334
6335 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6336
6337 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6338 examples.
6339 (Additions to Ada): Likewise. Add the missing opening and closing
6340 parenthesis of the GDB prompt in one of the examples.
6341
6342 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6343
6344 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6345 about the result of 'Address not being of type System.Address.
6346 This problem has been fixed a while ago.
6347
6348 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6349
6350 MI non-stop and multiprocess docs.
6351
6352 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6353 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6354 Adjust documentation for *stopped, document =thread-created,
6355 =thread-exited, =thread-group-created and =thread-group-exited.
6356 (GDB/MI Thread Commands): Document the 'state' field in
6357 -thread-info output.
6358 (GDB/MI Program Execution): Mention --all and --thread-group
6359 options.
6360 (GDB/MI Variable Objects): Describe floating and fixed variable
6361 objects.
6362 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6363
6364 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6365
6366 * gdb.texinfo (Operating System Information): New appendix.
6367 (Operating System Auxiliary Information): Document 'info os processes'
6368 (Remote Configuration): Document 'osdata'
6369 (General Query Packets): Document qXfer:osdata:read.
6370
6371 2008-11-27 Tristan Gingold <gingold@adacore.com>
6372
6373 * gdb.texinfo (Darwin): Document Darwin specific features.
6374
6375 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 * gdbint.texinfo (Target Conditionals): Extend the
6378 gdbarch_breakpoint_from_pc description.
6379
6380 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6381
6382 * gdb.texinfo (M68K Features): Fix typo.
6383
6384 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6385
6386 * gdb.texinfo (Symbols): Mention printing containing
6387 image name in "info symbol".
6388 (Maint translate-address): Likewise.
6389
6390 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6391
6392 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6393 commands "catch load" and "catch unload".
6394
6395 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6396
6397 * gdb.texinfo (GDB/MI Async Records): Document
6398 =thread-selected.
6399
6400 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6401
6402 * observer.texi (new_inferior, inferior_exit): New observers.
6403
6404 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6405
6406 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6407 .mt files, TM_CLIBS or TM_CDEPS.
6408 (x86 Watchpoints): Don't mention TDEPFILES.
6409
6410 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6411
6412 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6413 (Overview): Mention notifications and non-stop mode behavior.
6414 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6415 with non-stop mode behavior. Add vStopped description.
6416 (Stop Reply Packets): Update list of packets that return
6417 stop replies. Mention non-stop behavior.
6418 (General Query Packets): Document QNonStop packet and associated
6419 qSupported query response.
6420 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6421 behavior.
6422 (Notification Packets): New section.
6423 (Remote Non-Stop): New section.
6424 (File-I/O Overview): Mention non-stop behavior.
6425
6426 2008-10-24 Hui Zhu <teawater@gmail.com>
6427 Pedro Alves <pedro@codesourcery.com>
6428
6429 * gdb.texinfo (displaced-stepping): Describe the auto mode
6430 setting, and say it's the default. This is now a mainstream
6431 setting instead of a maintenance setting.
6432
6433 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6434
6435 * observer.texi (thread_stop_requested): New.
6436
6437 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6440 (Patching): Replace incorrect usage of @samp by @kbd.
6441
6442 2008-10-17 Michael Snyder <msnyder@vmware.com>
6443
6444 * gdb.texinfo: Add documentation for reverse execution.
6445
6446 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6447 Eli Zaretskii <eliz@gnu.org>
6448
6449 * gdb.texinfo. (Values From Inferior): New subsubsection.
6450
6451 2008-10-06 Doug Evans <dje@google.com>
6452
6453 * gdb.texinfo (set debug dwarf2-die): Document it.
6454
6455 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6456
6457 * gdb.texinfo (catch) [exception]: Document how to insert
6458 a breakpoint on user-defined exceptions when the exception
6459 name is identical to one of the language-defined ones.
6460
6461 2008-09-27 Tom Tromey <tromey@redhat.com>
6462
6463 * gdb.texinfo (Macros): Remove text about stringification,
6464 varargs, and splicing.
6465
6466 2008-09-27 Tom Tromey <tromey@redhat.com>
6467
6468 * gdbint.texinfo (Language Support): Remove text about omitting
6469 support for a language.
6470
6471 2008-09-23 Doug Evans <dje@google.com>
6472
6473 * gdb.texinfo (info dcache): Update.
6474
6475 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6476
6477 * gdb.texinfo (Packets): Add info on thread-id syntax and
6478 multiprocess extensions.
6479 <D>: Document multiprocess form of packet.
6480 <H>: Use thread-id syntax.
6481 <T>: Likewise.
6482 <vCont>: Likewise. Note this is required for multiprocess.
6483 <vKill>: New packet.
6484 (Stop Reply Packets) <T>: Use thread-id syntax.
6485 <W>: Document multiprocess form of reply.
6486 <X>: Likewise.
6487 (General Query Packets) <qC>: Use thread-id syntax.
6488 <qfThreadInfo>: Likewise.
6489 <qGetTLSAddr>: Likewise.
6490 <qP>: Likewise.
6491 <qSupported>: Add "multiprocess" feature.
6492 <qThreadExtraInfo>: Use thread-id syntax.
6493
6494 2008-09-22 Stan Shebs <stan@codesourcery.com>
6495
6496 * gdb.texinfo (Inferiors): New section.
6497
6498 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6499
6500 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6501
6502 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6503
6504 * gdbint.texinfo (Target Conditionals): Remove documentation
6505 for gdbarch_name_of_malloc.
6506
6507 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6508
6509 * gdb.texinfo (Interrupts): Mention TCP interface for
6510 sending BREAK.
6511
6512 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6513
6514 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6515 argument prefix to "set sysroot".
6516
6517 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6518
6519 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6520 and False.
6521
6522 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6523
6524 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6525 for possible features of -list-features.
6526
6527 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6528
6529 * gdb.texinfo (Background execution): Adjust example
6530 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6531
6532 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6533
6534 * doc/gdb.texinfo (PowerPC): Fix typo.
6535 (PowerPC features): Fix typo.
6536
6537 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6538
6539 * observer.texi (thread_ptid_changed): New.
6540
6541 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6542
6543 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6544 (PowerPC features): Mention feature set for VSX registers.
6545
6546 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6547
6548 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6549 the direct visibility of all names in user-written packages.
6550
6551 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6552
6553 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6554 setting, and make it the default.
6555 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6556 non-stop script example.
6557
6558 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6559
6560 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6561 reference to the "Using Different Register and Memory Data
6562 Representation" section.
6563
6564 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6565
6566 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6567 (Remote Protocol): Add Packet Acknowledgment to menu.
6568 (Overview): Mention +/- can be disabled, and point to new section
6569 where this is discussed in detail.
6570 (General Query Packets): Document QStartNoAckMode packet, and
6571 corresponding qSupported reply.
6572 (Packet Acknowledgment): New section.
6573
6574 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6575 Pedro Alves <pedro@codesourcery.com>
6576
6577 * gdb.texinfo (Threads): Move paragraph about automatic thread
6578 selection to All-Stop Mode subsection.
6579 (Thread Stops): Reorganize existing material into subsections.
6580 Add introductory blurb and menu.
6581 (Non-Stop Mode): New subsection.
6582 (Background Execution): New subsection.
6583 (Maintenance Commands): Add cross-references from async mode
6584 commands to the new Background Execution section.
6585
6586 2008-08-06 Tom Tromey <tromey@redhat.com>
6587
6588 * gdb.texinfo (Extending GDB): New chapter.
6589 (Sequences): Demoted chapter, now a section under the new
6590 Extending GDB chapter.
6591 (Python): New section.
6592
6593 2008-07-31 Stan Shebs <stan@codesourcery.com>
6594
6595 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6596
6597 2008-07-29 Stan Shebs <stan@codesourcery.com>
6598
6599 * gdbint.texinfo: General round of cleanup and minor
6600 clarifications.
6601 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6602 (Longjmp Support): Update description to reflect how it is done
6603 for targets without using native header.
6604 (Symbol Handling): Add a little more general explanation.
6605 (COFF, ELF): Mention stabs encapsulation.
6606 (DWARF 3): New section.
6607 (Adding a New Host): Scrub out some obsolete bits.
6608 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6609 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6610 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6611 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6612 SEEK_SET, STOP_SIGNAL, USG.
6613 (Raw and Virtual Register Representations): Ditto for
6614 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6615 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6616 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6617 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6618 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6619 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6620 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6621 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6622 DEPRECATED_USE_STRUCT_CONVENTION.
6623 Describe gdbarch_deprecated_fp_regnum.
6624 Update description of gdbarch_print_insn.
6625 (Adding a New Target): Scrub out obsolete bits.
6626 (Obsolete Conditionals): Remove entire section.
6627
6628 2008-07-25 Tom Tromey <tromey@redhat.com>
6629
6630 * observer.texi (GDB Observers): Document new observers:
6631 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6632 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6633 architecture_changed.
6634
6635 2008-07-21 Stan Shebs <stan@codesourcery.com>
6636
6637 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6638 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6639
6640 2008-07-21 Tom Tromey <tromey@redhat.com>
6641
6642 * observer.texi (GDB Observers): Remove obsolete comment.
6643 <executable_changed>: Remove argument.
6644
6645 2008-07-18 Tom Tromey <tromey@redhat.com>
6646
6647 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6648
6649 2008-07-10 Doug Evans <dje@google.com>
6650
6651 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6652
6653 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 * gdb.texinfo (Starting): Document "set disable-randomization".
6656
6657 2008-07-07 Andreas Schwab <schwab@suse.de>
6658
6659 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6660
6661 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6662
6663 * gdb.texinfo (GDB/MI Target Manipulation): Add
6664 example of -target-attach.
6665
6666 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6667
6668 * observer.texi (target_resumed): New observer.
6669 * gdb.texinfo (GDB/MI Output Records): Document *running.
6670
6671 2008-06-06 Tom Tromey <tromey@redhat.com>
6672
6673 * gdb.texinfo (Completion): Add field name example.
6674
6675 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6676
6677 * gdb.texinfo (GDB/MI Program Context): Added example
6678 to -exec-arguments
6679
6680 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6681
6682 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6683 annotation.
6684
6685 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6686 Nathan Sidwell <nathan@codesourcery.com>
6687 Joseph Myers <joseph@codesourcery.com>
6688
6689 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6690 and ACX_BUGURL.
6691 * configure: Regenerate.
6692 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6693 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6694 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6695 mailing-list-specific text about bug reporting unless
6696 BUGURL_DEFAULT.
6697
6698 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6699
6700 * gdb.texinfo (-target-select): Remove reference to target async.
6701 (Maintenance Commands): Document "maint set/show remote-async".
6702
6703 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6704
6705 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6706 in -target-file-get section.
6707
6708 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6709
6710 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6711 killing the inferior when it is already debugging a process.
6712
6713 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6714
6715 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6716 abbreviation for "finish".
6717
6718 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6721
6722 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 * gdbint.texinfo (Target Conditionals): Delete entry for
6725 gdbarch_dwarf_reg_to_regnum.
6726
6727 2008-05-09 Doug Evans <dje@google.com>
6728
6729 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6730
6731 2008-05-05 Doug Evans <dje@google.com>
6732
6733 * gdb.texinfo (disassemble): Document /m modifier.
6734
6735 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6736
6737 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6738 will not report the time of commands that run the target.
6739
6740 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6741
6742 * gdb.texinfo (GDB/MI Output Records): Add
6743 missing semicolon.
6744
6745 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6746
6747 * gdb.texinfo (GDB/MI Output Records):
6748 Document =thread-create and =thread-exited.
6749
6750 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6751
6752 * gdb.texinfo (GDB/MI Development and Front Ends):
6753 Remove mention of dmi-discuss.
6754
6755 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6756
6757 * observer.texi (thread_exit): New.
6758
6759 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6760
6761 * gdb.texinfo (Debugging Output): Document "set/show debug
6762 displaced".
6763 (Maintenance Commands): Document "maint set/show
6764 can-use-displaced-stepping".
6765
6766 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6769 and set/show arm force-mode.
6770
6771 2008-05-02 Andreas Schwab <schwab@suse.de>
6772
6773 * gdbint.texinfo (Algorithms): Describe
6774 target_watchpoint_addr_within_range.
6775
6776 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6777
6778 * gdbint.texinfo (Stack Frames): New chapter.
6779 (Algorithms): Move Frames text to the new chapter.
6780 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6781 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6782
6783 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6784
6785 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6786 output does not necessary include any tokens.
6787
6788 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6789
6790 * gdb.texinfo (Set SH Calling convention): New @item.
6791 (Show SH Calling convention): Ditto.
6792
6793 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6794
6795 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6796
6797 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6798
6799 * gdb.texinfo (Set Breaks): Mention that multiple location
6800 breakpoints need line number info. Add index entries.
6801
6802 2008-04-19 Craig Silverstein <csilvers@google.com>
6803
6804 * gdb.texinfo (Requirements): Add an optional requirement on
6805 zlib.
6806 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6807 Compressed DWARF 2.
6808
6809 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6810
6811 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6812 sample output for 'stopped,reason="breakpoint-hit"' message.
6813 (GDB/MI Program Execution): Likewise.
6814
6815 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6816
6817 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6818 -var-set-format. Add -f option to -var-evaluate-expression.
6819
6820 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6821
6822 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6823 new node "Ambiguous Expressions". Replace references to this
6824 node by references to "Ambiguous Expressions" throughout.
6825 (Ambiguous Expressions): New node.
6826
6827 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6828
6829 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6830
6831 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6832
6833 * gdb.texinfo (Debugging Output): Document
6834 "set/show debug lin-lwp-async".
6835 (Maintenance Commands): Document "maint set/show linux-async".
6836
6837 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6838
6839 * gdb.texinfo (Expressions): Update description of malloced arrays.
6840
6841 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6842
6843 * gdb.texinfo (Thread Commands): Document
6844 -thread-info. Remove -thread-list-all-threads.
6845
6846 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6847 Sandra Loosemore <sandra@codesourcery.com>
6848
6849 * gdb.texinfo (Library List Format): Update to mention the
6850 possibility to pass section addresses instead of segment
6851 addresses.
6852
6853 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6854
6855 * gdb.texinfo (Starting): Document "set exec-wrapper".
6856 (Server): Document gdbserver --wrapper.
6857
6858 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6859
6860 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6861 unreadable memory. Delete obsolete SPARClite reference.
6862
6863 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6864
6865 * gdb.texinfo (Starting): Mention always-running targets.
6866 (Target Commands): Add an anchor for load.
6867 (Connecting): Explain continue instead of run.
6868
6869 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6870
6871 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6872
6873 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6874
6875 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6876 breakpoint table.
6877
6878 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6879
6880 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6881 killing the inferior when it is already debugging a process.
6882
6883 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6884
6885 * gdbint.texinfo (Build Script): New section. Mention new build script
6886 gdb_buildall.sh.
6887
6888 2008-02-01 Jim Blandy <jimb@red-bean.com>
6889
6890 * gdb.texinfo (Help): Summarize 'info args' correctly.
6891
6892 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6893
6894 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6895 available in PowerPC architecture.
6896 (Embedded Processors): Change node name of PowerPC item in menu.
6897 (PowerPC): Rename to...
6898 (PowerPC Embedded): this.
6899 (Architectures): Add new PowerPC item in menu.
6900 (PowerPC): New node.
6901
6902 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6903
6904 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6905 commands.
6906
6907 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * gdb.texinfo (Setting Catchpoints): Mention features
6910 supported on GNU/Linux.
6911
6912 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6913
6914 * gdb.texinfo (GDB/MI File Commands): Describe new output
6915 field for MI command -file-list-exec-source-file.
6916
6917 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6918
6919 * gdb.texinfo (Using the `gdbserver' Program): Add security
6920 warning. Rearrange into subsections and subsubsections. Document
6921 --multi and --debug. Correct --with-sysroot typo. Update --attach
6922 usage. Make load reference clearer. Document monitor exit.
6923 (Remote Configuration): Document set remote exec-file, attach-packet,
6924 and run-packet.
6925 (Packets): Document vAttach and vRun.
6926
6927 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6928
6929 * gdb.texinfo (Processes): Mention process command.
6930 detach-on-follow -> detach-on-fork.
6931
6932 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6933
6934 * gdbint.texinfo (Native Conditionals): Remove
6935 SHELL_COMMAND_CONCAT and SHELL_FILE.
6936
6937 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6938
6939 * gdb.texinfo (Specify Location): Improve wording.
6940
6941 2008-01-23 Chris Demetriou <cgd@google.com>
6942
6943 * gdb.texinfo (Threads): Document new "set print thread-events"
6944 and "show print thread-events" commands.
6945
6946 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6947
6948 * gdb.texinfo (Specify Location): New section.
6949 (Delete Breaks, Edit, Set Breaks): Remove description of
6950 locations. Instead, add a reference to "Specify Location".
6951 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6952 (Symbols): Refer to "Specify Location" for the valid forms of
6953 linespecs and locations.
6954
6955 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6956
6957 * gdbint.texinfo (Target Conditionals): Replace the description of
6958 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6959
6960 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6961
6962 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6963 about &&var, which is rejected by the expression parser.
6964
6965 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6966
6967 * gdb.texinfo (Output): Update documentation on using printf with DFP
6968 types.
6969
6970 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6971
6972 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6973 subsubsection.
6974 (Decimal Floating Point format): New subsubsection.
6975
6976 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6977
6978 * gdb.texinfo (File Options): Remove mention of the attempt to
6979 open a core file with the -p option. Don't list -c as a valid
6980 option to attach to a process.
6981
6982 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6983
6984 * gdbint.texinfo (Host Conditionals): Remove mention of
6985 ALIGN_STACK_ON_ENTRY.
6986
6987 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6988
6989 * gdbint.texinfo (Start of New Year Procedure): Add item
6990 describing how to update the source and documentation copyright
6991 notices.
6992
6993 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6994
6995 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6996 watchpoint explanation into the main description of the watchpoint
6997 command; update synopses of 'watch', 'rwatch', and 'awatch'
6998 commands.
6999
7000 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
7001
7002 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7003 Document 'pending-breakpoints' feature of
7004 -list-features.
7005
7006 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7007
7008 * gdb.texinfo: Add new parameter's description.
7009
7010 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * gdb.texinfo (Overview): Clarify run-length encoding
7013 example. Remove the restriction on "+" and "-" characters.
7014
7015 2007-12-15 Eli Zaretskii <eliz@gnu.org>
7016
7017 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7018
7019 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7020
7021 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7022 the -f option for -break-insert, remove -r option,
7023 and clarify specification of location.
7024
7025 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7026
7027 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7028 formatting.
7029 (Remote Debugging): Add File Transfer section.
7030 (Remote Configuration): Document Host I/O packets.
7031 (GDB/MI): Add GDB/MI File Transfer Commands section.
7032 (Host I/O Packets): New section in "Remote Protocol".
7033 (Packets): Add vFile.
7034
7035 2007-11-17 Eli Zaretskii <eliz@gnu.org>
7036
7037 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7038 breakpoints with multiple locations.
7039 (Breakpoint Menus): Improve wording.
7040 (Output): Fix last change.
7041
7042 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
7043
7044 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7045
7046 2007-11-15 Doug Evans <dje@google.com>
7047
7048 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7049
7050 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
7051
7052 * gdbint.texinfo (Native Conditionals): Remove
7053 mention of CLEAR_SOLIB.
7054
7055 2007-11-11 Joel Brobecker <brobecker@adacore.com>
7056
7057 * gdb.texinfo (Print Settings): Add documentation for "set/show
7058 print frame-arguments".
7059
7060 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7061
7062 * gdb.texinfo (Output): Update printf command's description.
7063
7064 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7065
7066 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7067 powerpc soft-float".
7068
7069 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7070
7071 * gdb.texinfo (Files): Correct formatting. Mention Expat
7072 requirement.
7073 (Requirements for Building GDB): Expand the list of Expat
7074 uses.
7075 (Library List Format, Memory Map Format): Mention Expat.
7076 (Target Descriptions): Update Expat wording.
7077
7078 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7081 Document that gdbarch_convert_register_p should return zero for no-op
7082 conversions.
7083
7084 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
7085
7086 * gdbint.texi (Compiler Characteristics): Move documentation
7087 of set_gdbarch_sofun_address_maybe_missing back to ...
7088 (Target Conditionals): ... here to fix build break.
7089
7090 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7091
7092 * gdbint.texi (Target Conditionals): Remove documentation of
7093 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7094 (Compiler Characteristics): ... documentation of
7095 set_gdbarch_sofun_address_maybe_missing.
7096
7097 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7098
7099 * gdbint.texinfo (Target Conditionals): Use
7100 frame_unwind_register_unsigned in examples instead of
7101 frame_unwind_unsigned_register.
7102
7103 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7104
7105 * gdb.texinfo (Predefined Target Types): Add int128
7106 and uint128.
7107 (Standard Target Features): Add PowerPC features.
7108
7109 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7110
7111 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7112
7113 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7114
7115 * gdbint.texi (Target Conditionals): Remove documentation
7116 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7117 gdbarch_extract_return_value, and gdbarch_store_return_value.
7118
7119 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7120
7121 * gdbint.texi (Target Conditionals): Remove documentation of
7122 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7123
7124 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7125
7126 * gdb.texinfo: Mention that inaccessible-by-default is on by
7127 default.
7128
7129 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7130
7131 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7132
7133 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7134
7135 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7136 multi-threaded watchpoints.
7137 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7138 checked. Describe sticky notification. Expand description
7139 of steppable and continuable watchpoints.
7140 (Watchpoints and Threads): New subsection.
7141
7142 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7143
7144 * gdb.texinfo (Setting Breakpoints): Revise
7145 documentation for pending breakpoints. Document
7146 breakpoints with multiple locations.
7147
7148 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7149
7150 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7151 Document -list-features.
7152
7153 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7154
7155 * gdb.texinfo (Output): Spell out which features of C's printf are
7156 not supported by GDB's printf.
7157 (Separate Debug Files): More accurate wording regarding build ID
7158 and a reference to the ld manual rather than the Fedora wiki.
7159
7160 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7161 Jim Blandy <jimb@codesourcery.com>
7162
7163 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7164 (Examining Memory): Update mentions of the 's' format.
7165 (Automatic Display): Likewise.
7166
7167 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7168
7169 * gdb.texinfo: Update the FSF's Back-Cover Text.
7170
7171 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7172 Eli Zaretskii <eliz@gnu.org>
7173
7174 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7175 Fixed the ``build ID'' name. New binaries build instructions for the
7176 build ID inclusion. Explain how the commands are specific to the build
7177 ID vs. debug link.
7178
7179 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7180
7181 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7182 indexing for ``build ID'' support.
7183
7184 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7185
7186 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7187 Enlisted BUILD ID to the debug file searching example.
7188 Included a BUILD ID `.note.gnu.build-id' section description.
7189 Updated/added the debug files splitting instructions for OBJCOPY.
7190
7191 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7192
7193 * gdb.texinfo (Variable Objects): Adjust docs
7194 for -var-info-expression and document
7195 -var-info-path-expression.
7196
7197 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7198
7199 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7200 (title page): Include the dedication in the printed manual, as a
7201 separate page after the copyright notice.
7202
7203 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7204 don't break a @var across a line.
7205
7206 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7207
7208 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7209 for include files.
7210
7211 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7212
7213 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7214 in annotate.texinfo.
7215 (Command History): Link to new node.
7216
7217 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7218
7219 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7220
7221 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7222
7223 * gdbint.texinfo (Target Conditionals): Fix last change.
7224
7225 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7226
7227 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7228 routines:
7229 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7230 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7231 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7232 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7233 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7234 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7235 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7236 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7237 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7238 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7239 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7240 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7241 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7242 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7243 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7244 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7245 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7246 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7247 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7248 (SOFTWARE_SINGLE_STEP_P)
7249
7250 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7251 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7252
7253 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7254 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7255 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7256 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7257 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7258 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7259 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7260 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7261 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7262 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7263
7264 (Converting an existing Target Architecture to Multi-arch): Remove
7265 section.
7266
7267 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7268 (gdbarch_addr_bits_remove): Add code example.
7269
7270 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7271
7272 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7273
7274 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7275 Add other missing entries. Adjust the table size to fit.
7276 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7277 stop reasons including the new "library" event.
7278 (General Query Packets): Adjust table widths for qSupported. Mention
7279 qXfer:libraries:read reply to qSupported and document the new packet.
7280 (Library List Format): New section.
7281
7282 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7283
7284 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7285
7286 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7287
7288 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7289
7290 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7291
7292 * gdbint.texinfo (Register and Memory Data): Break sections
7293 into nodes and add a menu.
7294
7295 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7296
7297 * gdb.texinfo (Examining Memory): Document the new behaviour.
7298
7299 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7300
7301 * gdb.texinfo (Standard Target Features): Document
7302 m68k features.
7303
7304 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7305
7306 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7307
7308 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7309
7310 * gdb.texinfo (Target Description Format): Add version attribute
7311 for <target>.
7312
7313 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7314
7315 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7316
7317 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7318
7319 * gdb.texinfo (MIPS Features): New subsection.
7320
7321 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7322 Markus Deuling <deuling@de.ibm.com>
7323
7324 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7325 and qXfer:spu:write packets and mention them under qSupported.
7326
7327 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7328 Markus Deuling <deuling@de.ibm.com>
7329
7330 * gdb.texinfo (Architectures): Add new SPU section to document
7331 Cell Broadband Engine SPU architecture specific commands.
7332
7333 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7334
7335 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7336 comments.
7337
7338 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7341
7342 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7343
7344 * gdb.texinfo (Overview): Doc fix.
7345
7346 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7347
7348 * gdb.texinfo (Remote Configuration): Document "set/show
7349 remoteflow".
7350
7351 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7352
7353 * gdb.texinfo (MIPS): Remove documentation for set mips
7354 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7355 stack-arg-size.
7356
7357 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7358
7359 * all-cfg.texi (GDBTUI): New.
7360 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7361 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7362 (TUI Configuration): Edit to improve clarity and fix problems of
7363 both style and content.
7364
7365 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7366
7367 * observer.texi (GDB Observers): New observer "new_objfile".
7368
7369 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7370
7371 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7372
7373 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7374
7375 * gdb.texinfo (GDB/MI Variable Objects): Document
7376 frozen variables objects.
7377
7378 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7379
7380 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7381 (Character Sets, Caching Data of Remote Targets): Likewise.
7382 (Targets): Delete Remote node. Move its text...
7383 (Debugging Remote Programs): ...to here. Delete description
7384 of the "remote" command.
7385 (Remote configuration): Delete description of "set remotedevice"
7386 and "show remotedevice".
7387 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7388
7389 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7390
7391 * gdb.texinfo (Contributors, Continuing and Stepping)
7392 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7393 (General Query Packets, File-I/O Remote Protocol Extension)
7394 (Protocol Basics, The F Reply Packet, Write)
7395 (Protocol-specific Representation of Datatypes, Memory Transfer):
7396 Fix hyphenation, punctuation and grammar problems.
7397 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7398 'section' instead of 'subsection' in the text.
7399 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7400 (i386): Remove period from section name.
7401 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7402 (Config Names, Configure Options): Use @file{configure}.
7403
7404 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7405
7406 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7407 and tab expansion.
7408
7409 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7410
7411 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7412
7413 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7414
7415 * gdb.texinfo: Consistently capitalize all significant words in
7416 node names, chapter titles, section titles, and headings. Update
7417 cross references to match.
7418 (Starting and Stopping Trace Experiment): Make node name plural.
7419 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7420
7421 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7422
7423 * gdb.texinfo (WinCE): Delete obsolete subsection.
7424
7425 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7426
7427 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7428 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7429 references.
7430
7431 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7432
7433 * gdb.texinfo (Startup): Delete references to some alternate
7434 names for .gdbinit.
7435 (Thread): Remove LynxOS reference.
7436 (Tandem ST2000): Delete target-specific documentation.
7437 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7438 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7439 and GDB_OSABI_LYNXOS.
7440
7441 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7442
7443 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7444
7445 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7446
7447 * gdbint.texinfo (Target Conditionals): Remove mention of
7448 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7449 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7450
7451 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7452
7453 * Makefile.in: Add "pdfdir" installation
7454 directory, PDFTEX macro, support for "install-pdf" target,
7455 and rules for making a pdf version of refcard.texi.
7456 * refcard.tex: Specify paper size for PDF output.
7457
7458 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7459
7460 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7461
7462 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7463
7464 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7465 (Source Path, Character Sets, Macros, Define)
7466 (GDB/MI Result Records, GDB/MI Simple Examples)
7467 (GDB/MI Program Execution, GDB/MI File Commands)
7468 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7469 (Bug Reporting): Use @value{GCC}.
7470
7471 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7472
7473 * gdb.texinfo (Help): Fix formatting of examples.
7474 (Variables): Use @ifnotinfo instead of @iftex.
7475 (Non-debug DLL symbols): Use @ref instead of @pxref.
7476 (Sparclet File): Use @samp instead of quotes.
7477
7478 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7479
7480 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7481
7482 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7483
7484 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7485 the order of the nodes.
7486 (C Operators, C Constants, Debugging C): Remove extra menus.
7487 (Method Names in Commands): Do not specify next/prev/up nodes.
7488
7489 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7490
7491 * gdb.texinfo (File Options): Add missing parenthesis.
7492 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7493
7494 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7495
7496 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7497
7498 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7499
7500 * gdb.texinfo (Standard Target Features): Mention
7501 case insensitivity.
7502 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7503
7504 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7505
7506 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7507 (Files): Add section name to argument list for pxref.
7508 (Non-debug DLL symbols): Don't use `see' for pxref.
7509 (Embedded Processors): Fix typo.
7510 (GDB/MI Breakpoint Commands): Execution commands generate
7511 *stopped not ^done.
7512
7513 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7514
7515 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7516 values for in_scope. Mention that only root variables can be
7517 updated.
7518 (GDB/MI Development and Front Ends): Explain new values may be
7519 added to existing fields.
7520
7521 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7522
7523 * gdb.texinfo (-target-disconnect): Use @smallexample.
7524 (Requirements): Add anchor for Expat. Update description.
7525 (Target Descriptions): Mention Expat.
7526 (Target Description Format): Document new elements. Use
7527 @smallexample.
7528 (Predefined Target Types, Standard Target Features): New sections.
7529 * gdbint.texinfo (Target Descriptions): New section.
7530
7531 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7532
7533 * gdb.texinfo (Target Description Format): Add section on XInclude.
7534
7535 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7536
7537 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7538 command -enable-timings.
7539
7540 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7541
7542 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7543 descriptions for new/deleted elements in gdb_osabi. Add missing
7544 description for function generic_elf_osabi_sniff_abi_tag_sections.
7545
7546 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7547
7548 * gdb.texinfo (Maintenance Commands): Add documentation for
7549 the new "maint print target-stack" command.
7550
7551 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7552 Eli Zaretskii <eliz@gnu.org>
7553
7554 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7555
7556 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7557
7558 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7559 Use @value{NGCC} instead of @value{GCC}.
7560
7561 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7562
7563 * agentexpr.texi: Fix typos.
7564 * annotate.texinfo: Likewise.
7565 * gdb.texinfo: Likewise.
7566 * gdbint.texinfo: Likewise.
7567 * observer.texi: Likewise.
7568 * stabs.texinfo: Likewise.
7569
7570 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7571
7572 * gdbint.texinfo (Support Libraries): Remove mmalloc
7573 entry. Describe readline library.
7574
7575 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.texinfo (Target Descriptions): New section.
7578 (General Query Packets): Add QPassSignals anchor. Mention
7579 qXfer:features:read under qSupported. Expand mentions of
7580 qXfer:memory-map:read and QPassSignals. Document
7581 qXfer:features:read.
7582
7583 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7584
7585 * gdb.texinfo (Commands to specify files): Describe
7586 "set sysroot" and "show sysroot".
7587 (Using the `gdbserver' program): Lowercase argument
7588 to @var. Expand description of setting up GDB on the
7589 host.
7590
7591 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7594 catch exception, catch exception unhandled, and catch assert
7595 commands.
7596
7597 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7598
7599 * gdb.texinfo (Debugging Output): Document "set debug xml"
7600 and "show debug xml".
7601
7602 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7603
7604 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7605
7606 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7607
7608 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7609
7610 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7611
7612 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7613 note in @ignore, to be removed later if nobody complains.
7614
7615 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7616
7617 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7618 of -var-delete.
7619
7620 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7621
7622 * gdb.texinfo (Setting breakpoints): Document
7623 automatic software/hardware breakpoint usage and
7624 the "set breakpoint auto-hw" command.
7625
7626 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7627
7628 * gdb.texinfo (Memory Access Checking): New.
7629
7630 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7631
7632 * gdb.texinfo (Remote configuration): Mention
7633 "pass-signals-packet".
7634 (General Query Packets): Document QPassSignals. Fix
7635 a typo.
7636
7637 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7638
7639 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7640
7641 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7642
7643 * gdb.texinfo (Remote configuration): Rewrite documentation for
7644 packet configuration commands.
7645 (OS Information): Adjust reference to qXfer:auxv:read.
7646 (General Query Packets): Remove references to read-aux-vector-packet
7647 and set remote get-thread-local-storage-address.
7648
7649 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * gdbint.texinfo (Target Architecture Definition): Add new
7652 Initializing a New Architecture section.
7653
7654 2006-10-31 David Taylor <dtaylor@emc.com>
7655
7656 * stabs.texinfo (Macro define and undefine): New node describing
7657 stabs for #define and #undef.
7658
7659 2006-10-27 Andreas Schwab <schwab@suse.de>
7660
7661 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7662
7663 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7664
7665 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7666 clarify on the possible meanings of ``expression'' watched by
7667 watchpoints. Add indexing.
7668 (Prompting, Errors, Invalidation, Annotations for Running)
7669 (Source Annotations): Fix index entries by adding "annotation" to
7670 them, to discriminate from index entries that point to the more
7671 general topic descriptions.
7672
7673 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7674
7675 * gdbint.texinfo (Target Vector Definition): Move most
7676 content into Existing Targets. Add a menu.
7677 (Existing Targets): New section, moved from Target Vector
7678 Definition. Use @subsection.
7679 (Managing Execution State): New section.
7680
7681 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7682
7683 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7684
7685 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7686
7687 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7688 (Command Syntax, Signals, Backtrace, Connecting)
7689 (Remote configuration, Renesas Boards, Console I/O): Fix last
7690 change: use Ctrl- instead of C-, except wrt Emacs.
7691 (File-I/O Examples): Put Ctrl-c in @kbd.
7692 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7693 (Console I/O): Use @samp with Ctrl-.
7694 (Signals, Set Breaks, Set Watchpoints): Document optional
7695 arguments to `info signals' `handle', `info breakpoints', and
7696 `info watchpoints'.
7697
7698 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7699
7700 * gdb.texinfo (Backtrace): Fix last change.
7701
7702 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7703
7704 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7705
7706 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7707
7708 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7709 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7710 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7711
7712 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7713 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.texinfo (Packets): Document vFlashErase,
7716 vFlashWrite and vFlashDone packets.
7717 (General Query Packets): Document qXfer:memory-map:read.
7718 Add a new feature for qXfer:memory-map:read.
7719 (Memory map format): New section.
7720 (Target Commands): Mention that gdb can write flash.
7721
7722 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7723 Daniel Jacobowitz <dan@codesourcery.com>
7724
7725 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7726 memory regions and "mem auto".
7727
7728 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7729
7730 * gdbint.texinfo (Array Containers): New section.
7731
7732 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7733
7734 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7735 -stack-list-arguments HIGH_FRAME argument can be larger then the
7736 actual number of frames.
7737
7738 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7739
7740 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7741 -stack-list-locals HIGH_FRAME argument can be larger then the
7742 actual number of frames.
7743
7744 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7745
7746 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7747 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7748
7749 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7750
7751 * gdbint.texinfo (Overall Structure): New section "Source Tree
7752 Structure".
7753
7754 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7755
7756 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7757 responses.
7758
7759 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7760
7761 * gdb.texinfo (Source Path): Add documentation for new
7762 substitute-path commands.
7763
7764 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7765
7766 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7767 (Running Configure): ...here.
7768 (Requirements): New node. Mention expat.
7769
7770 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7771
7772 * gdb.texinfo (Target Commands): Remove
7773 'set download-write-size' and 'show download-write-size'.
7774
7775 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 * stabs.texinfo (Member Type Descriptor): Correct example for
7778 pointer to member types.
7779
7780 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7781
7782 * gdb.texinfo (Optional warnings and messages): Add
7783 'set/show trace-commands'.
7784 (Command files): Add '-v' to source command.
7785
7786 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7787
7788 * gdb.texinfo (OS Information): Update qPart reference to
7789 qXfer.
7790 (Remote configuration): Likewise.
7791 (Overview): Move @cindex to the start of a paragraph. Talk
7792 about binary data encoding.
7793 (Packets): Refer to the overview for the details of the X
7794 packet encoding.
7795 (General Query Packets): Remove qPart description. Add qXfer
7796 description. Add an anchor to qSupported. Correct feature
7797 table title. Add a new feature for qXfer:auxv:read.
7798 (Interrupts): Add a missing parenthesis.
7799
7800 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7801
7802 * gdb.texinfo (KOD): Remove node.
7803 (GDB/MI Kod Commands): Remove commented out node.
7804
7805 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7806
7807 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7808 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7809 (GDB/MI Thread Commands, GDB/MI Program Execution)
7810 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7811 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7812 (GDB/MI File Commands, GDB/MI Target Manipulation)
7813 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7814 since the MI prompt is hard-wired into the code.
7815
7816 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7817
7818 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7819 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7820 (GDB/MI Data Manipulation): Remove description of unimplemented
7821 display related commands as variable objects perform this function
7822 and are superior: -display-delete, -display-disable,
7823 -display-enable, -display-insert and -display-list. Move
7824 -environment-cd, -environment-directory, -environment-path
7825 and -environment-pwd to "Program Context".
7826 (GDB/MI Program Control): Rename to "Program Execution". Move
7827 -exec-arguments -exec-abort to...
7828 (GDB/MI Program Context): ...here. New node split from "Data
7829 Manipulation".
7830
7831 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7832
7833 * gdb.texinfo (Remote configuration): Document set / show
7834 remote supported-packets.
7835 (General Query Packets): Document qSupported packet.
7836
7837 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7838
7839 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7840 and font markup.
7841 (Protocol basics): Likewise.
7842 (The F request packet): Likewise.
7843 (The F reply packet): Likewise.
7844 (Memory transfer): Move this node to be a subsubsection of
7845 "Protocol specific representation of datatypes".
7846 (The Ctrl-C message): More copy editing.
7847 (Console I/O): Likewise.
7848 (The isatty call): Delete this node, and merge its content into
7849 the "isatty" node. Fixed references elsewhere.
7850 (The system call): Delete this node, and merge its content into
7851 the "system" node. Fixed references elsewhere.
7852 (open): Reformat to use @table, and add appropriate font markup.
7853 (close): Likewise.
7854 (read): Likewise.
7855 (write): Likewise.
7856 (lseek): Likewise.
7857 (rename): Likewise.
7858 (unlink): Likewise.
7859 (stat/fstat): Likewise.
7860 (gettimeofday): Likewise.
7861 (isatty): Likewise.
7862 (system): Likewise, plus minor changes to fix confusing wording.
7863 (Integral datatypes): Fix font markup.
7864 (Pointer values): Likewise.
7865 (struct stat): Fix markup to use @table, plus minor copy editing.
7866 (struct timeval): Fix font markup, plus minor copy editing.
7867 (Constants): Minor copy editing.
7868 (Errno values): Add font markup.
7869 (File-I/O Examples): Likewise.
7870
7871 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7872
7873 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7874 (GDB/MI Simple Examples): Move node up one level. Use real
7875 examples.
7876 (GDB/MI Compatibility with CLI): Update.
7877 (GDB/MI Result Records): Add "connected" and "exit" result
7878 classes.
7879 (GDB/MI Stream Records): Clarify target output.
7880 (GDB/MI Command Description Format): Modify example description.
7881 (GDB/MI Breakpoint Table Commands): Rename to...
7882 (GDB/MI Breakpoint Commands): ...this
7883 (GDB/MI Breakpoint Commands): Add optional thread field.
7884 (GDB/MI Program Control): Add an introduction. Move "Program
7885 termination" examples into exec-run description.
7886 (GDB/MI File Commands): Mention similar CLI commands.
7887 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7888 is similar to "-gdb-version".
7889
7890 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7891
7892 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7893
7894 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7895
7896 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7897 sourceware.org for mailing lists.
7898 (GDB/MI File Commands): New node split from Program Control.
7899
7900 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7901
7902 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7903
7904 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7905
7906 * gdb.texinfo (Cygwin Native): Fix last change.
7907
7908 2006-05-22 Christopher Faylor <cgf@timesys.com>
7909
7910 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7911
7912 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7915 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7916
7917 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7918
7919 * gdb.texinfo (General Query Packets): Recommend not starting
7920 new packets with qC and clarify.
7921
7922 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7923
7924 * gdb.texinfo (M2 Types): New section.
7925
7926 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7927
7928 * agentexpr.texi: Add a copyright and license notice.
7929 * observer.texi: Likewise, with GPL clause for function prototypes.
7930 Remove trailing whitespace.
7931
7932 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7933
7934 * gdb.texinfo (General Query Packets): Document conventions for
7935 terminating packet names, and their violations.
7936
7937 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7938
7939 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7940 * gdb.texinfo: Likewise.
7941
7942 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7943
7944 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7945 and "show remotedebug".
7946 (Debugging Output): Add additional index entries.
7947
7948 2006-04-27 Michael Snyder <msnyder@redhat.com>
7949
7950 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7951
7952 2006-04-22 Andrew Cagney <cagney@redhat.com>
7953
7954 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7955 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7956
7957 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7958
7959 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7960 and remove breakpoint prototypes.
7961 (Watchpoints): Move description of target_insert_hw_breakpoint and
7962 target_remove_hw_breakpoint ...
7963 (Breakpoints): ... to here. Document target_insert_breakpoint and
7964 target_remove_breakpoint.
7965
7966 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7967
7968 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7969 and C packets are optional.
7970
7971 2006-04-14 Frederic Riss <frederic.riss@st.com>
7972
7973 * gdb.texinfo (Specifying source directories): Update the description
7974 of the source file search to reflect the fact that the source path
7975 always contains at least $cdir and $cwd.
7976
7977 2006-03-31 Michael Snyder <msnyder@redhat.com>
7978
7979 * gdb.texinfo: Update copyright dates.
7980
7981 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7982
7983 * gdb.texinfo (Overview): Add an index entry to "empty response".
7984
7985 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7986
7987 * gdbint.texinfo (Prologue Analysis): New section.
7988
7989 2006-03-07 Jim Blandy <jimb@red-bean.com>
7990
7991 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7992
7993 * gdb.texinfo (Target Commands): Update text describing how to
7994 specify a target. Refer to the detailed section on remote
7995 debugging, not the brief mention.
7996
7997 * gdb.texinfo (Connecting): Organize the different 'target remote'
7998 connection methods into a table. Add a 'target remote' index
7999 entry. (!!!)
8000
8001 2006-02-17 Fred Fish <fnf@specifix.com>
8002
8003 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8004 'ptype' commands to reflect the fact that the only significant
8005 difference between them is that ptype prints the complete type
8006 description instead of just the name.
8007
8008 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
8009
8010 * gdbint.texinfo (Watchpoints): Delete
8011 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8012
8013 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
8014
8015 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8016 times fields where needed. Fix typos. Update general form given
8017 for output of -break-insert.
8018 (GDB/MI): Abbreviate some unnecessarily long fullnames.
8019
8020 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
8021
8022 * gdbint.texinfo (Symbol Handling): Add a section
8023 on memory management.
8024
8025 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
8026
8027 * gdb.texinfo (Breakpoint table commands): Document the fullname
8028 field in -break-list output.
8029
8030 2006-02-03 Eli Zaretskii <eliz@gnu.org>
8031
8032 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
8033 debugging information produced by the various "set debug..."
8034 options.
8035
8036 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8037
8038 * gdb.texinfo (Files): Remove obsolete bits from the description
8039 of "symbol-file".
8040
8041 2006-01-25 Jim Blandy <jimb@redhat.com>
8042
8043 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8044
8045 2006-01-24 Jim Blandy <jimb@redhat.com>
8046
8047 * gdbint.texinfo (Frames): Document the basics of GDB's register
8048 unwinding model, and explain the existence of the "sentinel" frame.
8049
8050 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
8051
8052 * gdb.texinfo (Choosing files): Mention that -directory is used
8053 for script files.
8054 (Specifying source directories): Likewise.
8055 (Command files): Explain how script files are found.
8056
8057 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8058
8059 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8060 the threads in a multi-threaded program.
8061 (Threads): The threadno argument of "thread apply" can be a range
8062 of numbers.
8063
8064 2006-01-18 Jim Blandy <jimb@redhat.com>
8065
8066 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8067 of warning flags.
8068
8069 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8070
8071 * gdb.texinfo (Sequences): Improve menu annotations.
8072 (Define): Add index entries for arguments of user-defined
8073 commands. Move the description of flow-control commands...
8074 (Command Files): ...to here. Document loop_break and
8075 loop_continue.
8076 (Define, Command Files): Document `end' and add index entries for
8077 it.
8078
8079 2006-01-04 Michael Snyder <msnyder@redhat.com>
8080
8081 * gdb.texinfo: Add documentation for linux-fork.
8082 * gdbint.texinfo: Add internal documentation for checkpoints.
8083
8084 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
8085
8086 * gdb.texinfo (Omissions from Ada): Document that there is now
8087 limited aggregate support.
8088
8089 2005-12-28 Eli Zaretskii <eliz@gnu.org>
8090
8091 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8092 registers and the likes.
8093
8094 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8095
8096 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8097 (Symbols): Fix usage of "e.g.".
8098 (Memory Region Attributes): Fix usage of "etc."
8099
8100 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8101 (Coding): Fix usage of "e.g.".
8102
8103 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8104
8105 * stabs.texinfo:
8106 * refcard.tex:
8107 * gpl.texi:
8108 * gdbint.texinfo:
8109 * gdb.texinfo:
8110 * gdb-cfg.texi:
8111 * fdl.texi:
8112 * annotate.texinfo:
8113 * all-cfg.texi:
8114 * Makefile.in: Add (C) after Copyright. Update the FSF
8115 address.
8116
8117 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8118
8119 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8120 extend GDB with commands for external monitor.
8121
8122 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8123
8124 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8125
8126 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8127
8128 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8129
8130 2005-11-21 Jim Blandy <jimb@redhat.com>
8131
8132 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8133 placement of 'R' actions in tracepoint action packets; document
8134 dependence of 'X' and 'M' actions on a preceding 'R' action for
8135 their registers.
8136
8137 2005-11-19 Jim Blandy <jimb@redhat.com>
8138
8139 * gdb.texinfo (Tracepoint Packets): New node.
8140 (General Query Packets): Add entries for the tracepoint packets,
8141 referring to the "Tracepoint Packets" node.
8142 (Tracepoints): Add reference to "Tracepoint Packets".
8143
8144 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8145
8146 * gdb.texinfo (set remotebreak): Add anchor.
8147 (X packet): Likewise.
8148 (Remote Protocol): Add new section `Interrupts' and new index
8149 entry `interrupts (remote protocol)'.
8150
8151 2005-11-18 Jim Blandy <jimb@redhat.com>
8152
8153 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8154 entries into the General Query Packets section. Add a
8155 cross-reference to that section. Drop description of replies, as
8156 these are covered in the descriptions of each packet.
8157 (General Query Packets): Add introductory text. Explain naming
8158 conventions, and how the end of a name is recognized.
8159
8160 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8161
8162 * gdb.texinfo (Remote configuration): Fix typo in description of
8163 "set remotebreak" command.
8164
8165 2005-11-16 Jim Blandy <jimb@redhat.com>
8166
8167 * gdb.texinfo (Packets, Stop Reply Packets)
8168 (General Query Packets): Various formatting cleanups.
8169 - Use @samp for packet contents.
8170 - Drop summaries from packet @item lines; the same information appears
8171 immediately below in the description.
8172 - Delete paragraph breaks after packet @item commands, so that the
8173 description appears directly to the right of the packet prototype
8174 in the printed manual, if it fits.
8175 - Place spaces in packet prototypes between @vars and non-@var
8176 letters, and explain that they're just for formatting.
8177 - Use @dots{} instead of '...'.
8178 - Fix uses of @code where @var was needed.
8179 - Replace "deprecated" markers with English text spelling out the
8180 packet's status and the preferred alternatives.
8181 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8182 what this ever meant.
8183 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8184 this for a long time.
8185 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8186 implemented several times, and have been in use for years.
8187
8188 2005-11-15 Jim Blandy <jimb@redhat.com>
8189
8190 * gdb.texinfo (Packets): Add index entries for 'm' packet
8191 disclaimers.
8192
8193 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8194 of stub when processing an 'm' packet.
8195
8196 * gdb.texinfo (Packets): Mention that packets beginning with
8197 letters are reserved once, at the top, instead of actually listing
8198 them all and saying "reserved".
8199
8200 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8201
8202 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8203 Change @var{$arg0 to @code{$arg0.
8204
8205 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8206
8207 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8208
8209 2005-11-12 Jim Blandy <jimb@redhat.com>
8210
8211 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8212 order. Remove extraneous 'z'.
8213
8214 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8215
8216 * gdb.texinfo (Choosing files): Add --eval-command.
8217
8218 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8219
8220 * gdb.texinfo (Choosing modes): Add --return-child-result.
8221
8222
8223 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8224
8225 * gdb.texinfo (Choosing modes): Add --batch-silent.
8226
8227 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8228
8229 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8230 "The -var-update Command".
8231
8232 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8233
8234 * gdb.texinfo (Print Settings): Add documentation for set/show
8235 print array-indexes.
8236
8237 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8238
8239 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8240 6.2 and 6.3.
8241
8242 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8243
8244 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8245 since 19-Jan-2004.
8246 (Files): Likewise.
8247 (Variables, Symbols): Document the "<incomplete type>" message and
8248 its reasons.
8249
8250 2005-08-01 Fred Fish <fnf@specifix.com>
8251
8252 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8253
8254 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8255
8256 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8257 option for -var-list-children and -var-update.
8258 (GDB/MI Stack Manipulation): Simplify description of
8259 print-values option for -stack-list-locals.
8260 (GDB/MI Command Description Format): Clarify.
8261 (Mode Options): Spelling of superseded.
8262
8263 2005-07-12 Bob Rossi <bob@brasko.net>
8264
8265 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8266 corresponding GDB command comment.
8267
8268 2005-07-06 Bob Rossi <bob@brasko.net>
8269
8270 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8271 and -inferior-tty-show.
8272 (Input/Output): Document "set/show inferior-tty" and tty alias.
8273
8274 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8275
8276 * gdb.texinfo (Packets): Change description of 'D' packet to note
8277 that GDB does wait for a response.
8278
8279 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8280
8281 * gdb.texinfo (History) Rename "Command History".
8282 (Command History): Move node "Server Prefix" from section on
8283 Annotations here.
8284
8285 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8286
8287 * gdb.texinfo (GDB/MI Stack Manipulation):
8288 Re-instate -stack-info-frame with example. Say that it gets
8289 info on selected frame, not current frame.
8290
8291 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8292
8293 * gdb.texinfo (Server): Clarify that `file' should be used before
8294 connecting to the server.
8295 (Files): Add an xref to the above description.
8296 (Output Formats): More detailed description of the `c' format.
8297 (Memory): List explicitly all the formats supported by `x'.
8298 (Threads): Add an @cindex entry for "thread apply".
8299 (Files): Document the possibility of loading unlinked object
8300 files. Add more indexing for solib-absolute-prefix and
8301 --with-sysroot.
8302 (Machine Code): Document possible problems with locations in
8303 shared libraries.
8304 (Backtrace): Document that free-standing environments do not need
8305 to have a `main' function.
8306
8307 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8308
8309 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8310 -stack-info-frame.
8311
8312 2005-06-07 Andrew Cagney <cagney@gnu.org>
8313
8314 * gdb.texinfo (Contributors): Note the original multi-arch
8315 contributors.
8316
8317 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8318
8319 * gdb.texinfo (Registers): Add index entries for the standard
8320 registers.
8321 (Frames): Add cross-reference from frame pointer description to
8322 the Registers node.
8323 (Annotations Overview): Fix the reference to GDB name.
8324
8325 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8326
8327 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8328 can-use-hw-watchpoints.
8329
8330 2005-05-28 Bob Rossi <bob@brasko.net>
8331
8332 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8333 the possible reasons why an exec async record would be returned to FE.
8334
8335 2005-05-26 Andrew Cagney <cagney@gnu.org>
8336
8337 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8338 Andrew Cagney implemented the original GDB/MI.
8339
8340 2005-05-23 Orjan Friberg <orjanf@axis.com>
8341
8342 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8343 documentation. Add documentation for cris-mode.
8344
8345 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8346
8347 * gdb.texinfo (Numbers): Explain the example and make the wording
8348 more acurate.
8349
8350 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8351 Dennis Brueni <dennis@slickedit.com>
8352
8353 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8354 (GDB/MI Data Manipulation, GDB/MI Program Control)
8355 (GDB/MI Stack Manipulation): Update examples to include the fullname
8356 attribute in stack frames.
8357
8358 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8359
8360 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8361 do with other non-standard names of init files.
8362
8363 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8364
8365 * gdb.texinfo (Command Files): Move the description of the startup
8366 from here...
8367 (Startup): ...to this new subsection of the Invocation chapter.
8368 Rearrange the description of init files more logically and add a
8369 cross-reference to "Command Files". Document the special gdbinit
8370 name for CISCO 68k. Expand the description of what GDB does
8371 during startup.
8372 (History): Add index entry for HISTSIZE.
8373
8374 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8375
8376 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8377
8378 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8379
8380 * gdb.texinfo (SVR4 Process Information, The isatty call)
8381 (The system call): Don't use foo(N) notation for man pages and
8382 functions.
8383 (Compilation, DJGPP Native): Improve wording.
8384
8385 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8386
8387 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8388 were optimized away.
8389
8390 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8391
8392 * gdb.texinfo (Remote configuration): Document "set/show
8393 get-thread-local-storage-address". Add cross-reference to the
8394 description of the qGetTLSAddr packet.
8395 (General Query Packets): Mention "set remote
8396 get-thread-local-storage-address" and add a reference to its
8397 description.
8398
8399 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8400
8401 * gdb.texinfo (Backtrace): Describe 'bt full'.
8402
8403 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8404
8405 * gdb.texinfo (Mode Options): Fix typo.
8406 (GDB/MI): Describe how to invoke GDB/MI.
8407
8408 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8409
8410 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8411 references changed. Add description of "info udot".
8412 (Files): Document "set/show stop-on-solib-events".
8413 (M32R/D): Document "set/show download-path", "set/show
8414 board-address", "set/show server-address", "upload", "tload".
8415 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8416 "use_mon_code", "use_ib_break", "use_dbt_break".
8417 (Maintenance Commands): Improve indexing.
8418 (Target Commands): Document "set/show hash", "set/show debug
8419 monitor".
8420 (SVR4 Process Information): Document "info pidlist" and "info
8421 meminfo". Document "set/show procfs-tarce" and "set/show
8422 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8423 (Symbols, The Print Command with Objective-C): Improve indexing.
8424 (Objective-C): Add references to "info classes" and "info
8425 selectors".
8426 (Debugging Output): Improve wording. Document "set/show debug
8427 solib-frv". Fix "set/show debugvarobj".
8428 (Set Breaks): Add index entry for "hardware breakpoints".
8429 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8430 and "set/show usehardbreakpoints".
8431 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8432 monitor-prompt", "set/show monitor-warnings", "pmon".
8433 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8434 rdiromatzero", "set/show rdiheartbeat".
8435 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8436 "sds".
8437 (Embedded Processors): Document the "sim" command.
8438 (Remote): Document the "remote" command.
8439 (DJGPP Native): Document the "info serial" command.
8440 (Threads): Document "maint info sol-threads".
8441 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8442 (Set Breaks): Improve indexing.
8443 (Command Syntax): Add a reference to dont-repeat.
8444 (Define): Document "dont-repeat".
8445 (TUI Commands): Document "tabset".
8446 (WinCE): New subsection. Document "set/show remotedirectory",
8447 "set/show remoteupload", "set/show remoteaddhost".
8448
8449 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8450
8451 * gdb.texinfo (Hurd Native): New subsection, documents
8452 Hurd-specific commands.
8453 (Maintenance Commands): Add cross-reference to "Debugging Output".
8454 (Debugging Output): Document "set/show debug lin-lwp".
8455 (MIPS): Improve documentation of heuristic-fence-post. Document
8456 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8457 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8458 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8459 (ARM): Document ARM-specific commands.
8460 (AVR): New section. Document "info io_registers".
8461 (CRIS): New section. Document "set/show cris-version" and
8462 "set/show cris-dwarf2-cfi".
8463 (HPPA): New section. Document "set/show debug hppa" and "maint
8464 print unwind".
8465 (Neutrino): New subsection. Document "set/show debug nto-debug".
8466 (Super-H): New section. Document the "regs" command.
8467 (Debugging Output): Document "set/show debug aix-thread".
8468
8469 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8470
8471 * gdb.texinfo (Print Settings): Document "set/show print
8472 pascal_static-members", "set print repeats", "show print
8473 null-stop". Improve indexing. Fix documentation of "set print
8474 union".
8475 (Pascal): New section.
8476 (Supported languages): Rename from "Support"; all references
8477 updated. Add a menu item for Pascal.
8478 (Numbers): Document "set radix.
8479 (Screen Size): Document "set/show pagination".
8480 (MIPS Embedded): Remove "set processor" documentation.
8481 (Remote configuration): Document "set/show X/P/Z-packet",
8482 "set/show read-aux-vector-packet", "set/show remote
8483 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8484 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8485 remotedebug", "set/show remotebreak", "set/show remotedevice",
8486 "set/show remotelogfile".
8487 (Auxiliary Vector): Add reference to the description of the
8488 read-aux-vector-packet setting.
8489 (Set Watchpoints): Add a cross-reference to "set remote
8490 hardware-breakpoint-limit".
8491 (General Query Packets): Add indexing of requests and
8492 cross-references to related commands in "Remote configuration".
8493 (File-I/O Overview, The system call): Fix wording and typos.
8494 (Thread Stops): Add index entries.
8495 (Continuing and Stepping): Document "show step-mode".
8496 (i386): New node. Document "set/show struct-convention".
8497 (Files): Document "show trust-readonly-sections".
8498 (Calling): Document "set/show unwindonsignal".
8499 (Messages/Warnings): Add index entries.
8500 (Maintenance Commands): Document "set/show watchdog".
8501 (Annotations Overview): Document "show annotate".
8502 (Set Watchpoints): Add index entries.
8503 (Symbols): Fix doc of case-sensitive.
8504 (ABI): Document "show coerce-float-to-double".
8505 (Convenience Vars, Help): Improve indexing.
8506 (Machine Code): Document "show disassembly-flavor".
8507 (Debugging C plus plus): Document "show overload-resolution".
8508 (Value History, Signaling): Add index entries.
8509
8510 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8511
8512 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8513 (Processes): Fix wording.
8514 (History, List, Logging output, Define, Symbols, Print Settings):
8515 Improve indexing.
8516
8517 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8518
8519 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8520 redundant index entry for "target" command.
8521 (Backtrace): Add index entries.
8522 (Symbols, Fortran): Document the "set case-sensitive" command.
8523 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8524 (Print Settings): Add index entry for "set demangle-style".
8525 (Target Commands): Document "set download-write-size".
8526 (Debugging Output): Document "set exec-done-display".
8527
8528 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8529
8530 * gdb.texinfo (Files): Fix the name and documentation of
8531 add-shared-symbol-files. Document its alias assf. Update the
8532 list of OSs where GDB supports shared libraries. Fix markup.
8533 (Continuing and Stepping): Add reference to @var{location} in the
8534 text.
8535 (Dump/Restore Files): Fix reference to @{filename}.
8536 (Help): Fix wording.
8537 (Attach): Ditto.
8538 (Set Watchpoints): Ditto.
8539 (Backtrace): Remove redundant index entries. Improve index
8540 entries.
8541 (Delete Breaks): Fix wording.
8542 (Memory): Document the compare-sections command.
8543 (Memory Region Attributes): Improve wording.
8544 (Disabling): Improve wording.
8545 (Fortran): New subsection. Document the "info common" command.
8546 (Help): Document aliases "info copying" and "info warranty".
8547 (Caching Remote Data): New section. Document the "set/show
8548 remotecache" and "info dcache" commands.
8549 (Show): Fix wording of the documentation of the "set
8550 extension-language" command.
8551 (Signals): Add index entry for "info handle".
8552 (Memory Region Attributes): Fix punctuation.
8553 (Symbols): Change the arg name to "location" and refer to it in
8554 the text. Fix wording of "info types" doc.
8555 (Threads): Fix usage of @enumerate @item's.
8556 (Listing Tracepoints): Add index entry for "info tp".
8557 (Set Watchpoints): Add xref to "info break" description.
8558 (Macros): Add an index entry for "macro exp1". Document the
8559 "macro list" command.
8560 (Maintenance Commands): Document "flushregs", "maint agent",
8561 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8562 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8563 "maint print architecture", "maint print objfiles", "maint print
8564 statistics", "maint print type", "maint show-debug-regs", "maint
8565 space", "maint time", and "maint translate-address".
8566 (Connecting): Document the "monitor" command.
8567 (Annotations Overview): Describe the "set annotate" command.
8568
8569 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8570
8571 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8572 Rearrange index entries and improve wording about support for
8573 hardware watchpoints.
8574
8575 2005-03-10 Bob Rossi <bob@brasko.net>
8576
8577 * gdb.texinfo: Update copyright
8578
8579 2005-02-09 Theodore A. Roth <troth@openavr.org>
8580
8581 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8582 error.
8583
8584 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8585
8586 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8587
8588 2005-01-17 Michael Snyder <msnyder@redhat.com>
8589
8590 * gdb.texinfo: Fix spelling, infinte -> infinite.
8591
8592 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8593
8594 * observer.texi (GDB Observers): Document "solib_loaded".
8595
8596 2005-01-07 Andrew Cagney <cagney@gnu.org>
8597
8598 * configure.ac: Rename configure.in, require autoconf 2.59.
8599 * configure: Re-generate.
8600
8601 * configure.in: Replace configdirs with multiple references to
8602 AC_CONFIG_SUBDIRS.
8603 * configure: Re-generate.
8604
8605 2005-01-04 Andrew Cagney <cagney@gnu.org>
8606
8607 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8608 part of the version number.
8609
8610 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8611
8612 * gdbint.texinfo (Algorithms): Remove description of
8613 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8614
8615 2004-12-07 Jim Blandy <jimb@redhat.com>
8616
8617 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8618 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8619 numbers.
8620
8621 2004-12-07 Andreas Schwab <schwab@suse.de>
8622
8623 * gdb.texinfo (Mode Options): Document -l option.
8624
8625 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8626
8627 * gdbint.texinfo (Algorithms): More accurate description of
8628 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8629 is not needed unless data-read and data-access watchpoints are
8630 supported. Add a description of how GDB checks whether the
8631 inferior stopped because a watchpoint was hit.
8632
8633 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8634
8635 * gdb.texinfo (Files): Add cross-reference to description of
8636 -readnow command-line switch.
8637
8638 2004-11-10 Randolph Chung <tausq@debian.org>
8639
8640 * gdb.texinfo: Document set/show backtrace past-entry commands.
8641 Rearrange index entries for set/show backtrace past-main.
8642
8643 2004-11-10 Jon Beniston <jon@beniston.com>
8644
8645 Committed by Andrew Cagney <cagney@gnu.org>.
8646 * gdb.texinfo (Remote Serial Protocol): Further describe
8647 binary transfer escaping mechanism .
8648
8649 2004-11-08 Randolph Chung <tausq@debian.org>
8650
8651 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8652 and "show debug infrun". Add index entries.
8653
8654 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8655
8656 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8657 "info proc" that are already implemented. Add index entries.
8658 (Working Directory): Add a cross-reference to "info proc" command.
8659 (Files): Add a tip for decreasing memory used for symtabs from
8660 shared libraries.
8661 (Starting): Fix whitespace; make "elaboration" stand out where it
8662 is first used, and add an index entry for the term.
8663 (Calling): Expand and elaborate text. Add "print". Add the
8664 description of problems with weak aliases.
8665 (Core File Generation): New section.
8666
8667 2004-10-12 Andrew Cagney <cagney@gnu.org>
8668
8669 * gdbint.texinfo (Versions and Branches): New chapter.
8670 (Releasing GDB): Delete "Versions and Branches" section.
8671 (Top): Add "Versions and Branches".
8672
8673 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8674
8675 * gdb.texinfo (Editing, History): Add cross-references to the
8676 included Readline and History user documentation. Remove
8677 references to the symbol have-readline-appendices which is unused
8678 and undefined.
8679 (History): Fix indexing.
8680
8681 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8682
8683 * gdbint.texinfo (target_stopped_data_address): Update to
8684 new prototype.
8685 (i386_stopped_data_address): Update prototype and description.
8686 (i386_stopped_by_watchpoint): New function and description.
8687
8688 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8689
8690 * gdb.texinfo (Filenames): Add Ada suffixes.
8691 (Ada) New section.
8692
8693 2004-09-27 Andrew Cagney <cagney@gnu.org>
8694 Robert Picco <Robert.Picco@hp.com>
8695
8696 * gdb.texinfo (Packets): Document the "p" packet.
8697
8698 2004-09-21 Jason Molenda (jmolenda@apple.com)
8699
8700 * gdb.texinfo (Paths and Names of the Source Files): Document the
8701 meaning of values in the 'desc' field of a SO stab.
8702
8703 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8704
8705 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8706 max-cache-age" and "maint show dwarf2 max-cache-age".
8707
8708 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8709
8710 * gdb.texinfo (Set Breaks): Add index entry for setting
8711 breakpoints on overloaded C++ functions that are not members of
8712 any classes. Add an example and an index entry for setting
8713 breakpoints on all program functions.
8714 (Character Sets, Macros, Overlay Commands)
8715 (Non-debug DLL symbols, GDB/MI Output Syntax)
8716 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8717 Use "(@value{GDBP})" instead of a literal "(gdb)".
8718
8719 2004-09-12 Andrew Cagney <cagney@gnu.org>
8720
8721 * gdbint.texinfo (Native Debugging): Delete description of
8722 FILES_INFO_HOOK.
8723
8724 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8725
8726 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8727 to hex_string_custom (not historically correct, but more
8728 understandable, given the current code).
8729
8730 2004-09-03 Andrew Cagney <cagney@gnu.org>
8731
8732 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8733
8734 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8735
8736 * observer.texi (solib_unloaded): New observer.
8737
8738 2004-08-24 Andrew Cagney <cagney@gnu.org>
8739
8740 * gdbint.texinfo (Target Architecture Definition): Add missing
8741 comma.
8742
8743 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8744
8745 * (Using the Testsuite): build != host is supported,
8746 but some test scripts do not support build != host.
8747
8748 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8749
8750 * gdbint.texinfo (Host Definition): Delete description of
8751 FCLOSE_PROVIDED and GETENV_PROVIDED.
8752
8753 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8754
8755 * gdbint.texinfo (Host Definition): Delete description of
8756 NO_SYS_FILE.
8757 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8758 PTRACE_FP_BUG.
8759
8760 2004-08-05 Andrew Cagney <cagney@gnu.org>
8761
8762 * gdbint.texinfo (Target Architecture Definition): Delete
8763 reference to deprecated_read_fp.
8764
8765 2004-08-02 Andrew Cagney <cagney@gnu.org>
8766
8767 * gdbint.texinfo (Target Architecture Definition): Delete
8768 description of DEPRECATED_REGISTER_BYTES.
8769
8770 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8771
8772 * gdb.texinfo (Source Path): Document the new behavior of
8773 searching for the source files.
8774
8775 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8776
8777 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8778 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8779 (Auto Display): Improve indexing.
8780
8781 2004-07-16 Andrew Cagney <cagney@gnu.org>
8782
8783 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8784 "-noasync".
8785
8786 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8787
8788 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8789 have the same prefix have only their prefix in the index.
8790
8791 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8792
8793 * gdb.texinfo (BSD libkvm Interface): New node (section)
8794 (Native): Add it to the menu.
8795
8796 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8797
8798 * gdbint.texinfo (Target Architecture Definition): Remove
8799 PCC_SOL_BROKEN.
8800
8801 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8802
8803 * gdbint.texinfo (Target Architecture Definition): Remove
8804 SUN_FIXED_LBRAC_BUG.
8805
8806 2004-06-26 Andrew Cagney <cagney@gnu.org>
8807
8808 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8809
8810 2004-06-20 Andrew Cagney <cagney@gnu.org>
8811
8812 * gdbint.texinfo (Target Architecture Definition): Deprecate
8813 USE_STRUCT_CONVENTION.
8814
8815 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8816
8817 gdb.texinfo (Bug Reporting): Mention session recording,
8818 with the script command or Emacs.
8819
8820 2004-06-18 Andrew Cagney <cagney@gnu.org>
8821
8822 * gdbint.texinfo (Target Architecture Definition): Deprecate
8823 FUNCTION_START_OFFSET.
8824
8825 2004-06-14 Andrew Cagney <cagney@gnu.org>
8826
8827 Based on changes from Karl Berry.
8828 * gdb.texinfo: Do not use @sc in a direntry.
8829 * stabs.texinfo: Change @dircateogry to "Software development".
8830 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8831
8832 2004-06-13 Andrew Cagney <cagney@gnu.org>
8833
8834 * gdbint.texinfo (Target Architecture Definition): Delete
8835 description of RETURN_VALUE_ON_STACK.
8836
8837 2004-06-09 Andrew Cagney <cagney@gnu.org>
8838
8839 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8840 deleted by previous patch.
8841
8842 2004-06-08 Andrew Cagney <cagney@gnu.org>
8843
8844 * gdbint.texinfo (Native Debugging): Delete documentation on
8845 ATTACH_DETACH.
8846
8847 2004-06-06 Randolph Chung <tausq@debian.org>
8848
8849 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8850
8851 2004-06-06 Randolph Chung <tausq@debian.org>
8852
8853 * gdb.texinfo (push_dummy_call): Update argument list to match
8854 the new push_dummy_call method signature. Describe the function
8855 argument.
8856
8857 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8858
8859 * gdb.texinfo (Starting): Document new start command.
8860
8861 2004-05-21 Andrew Cagney <cagney@redhat.com>
8862
8863 * observer.texi (GDB Observers): Document "inferior_created".
8864
8865 2004-05-08 Andrew Cagney <cagney@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Delete
8868 description of DO_DEFERRED_STORES.
8869
8870 * gdbint.texinfo (Target Architecture Definition): Delete
8871 references to DEPRECATED_FIX_CALL_DUMMY.
8872
8873 * gdbint.texinfo (Target Architecture Definition): Delete
8874 description of DEPRECATED_CALL_DUMMY_WORDS,
8875 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8876
8877 * gdbint.texinfo (Target Architecture Definition): Delete
8878 description of DEPRECATED_PUSH_DUMMY_FRAME.
8879
8880 * gdbint.texinfo (Target Architecture Definition): Delete
8881 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8882
8883 2004-05-07 Andrew Cagney <cagney@redhat.com>
8884
8885 * observer.texi (GDB Observers): Add "Debugging" section. Include
8886 cross reference to "set/show debug observer".
8887 * gdb.texinfo (Debugging Output): Document "set/show debug
8888 observer".
8889
8890 2004-05-01 Andrew Cagney <cagney@redhat.com>
8891
8892 * gdbint.texinfo (Target Architecture Definition): Delete
8893 description of DEPRECATED_PC_IN_SIGTRAMP.
8894
8895 2004-04-30 Andrew Cagney <cagney@redhat.com>
8896
8897 * gdbint.texinfo (Target Architecture Definition): Delete
8898 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8899
8900 2004-04-30 Orjan Friberg <orjanf@axis.com>
8901
8902 * observer.texi (GDB Observers): Correct spelling.
8903
8904 2004-04-26 Orjan Friberg <orjanf@axis.com>
8905
8906 * observer.texi (GDB Observers): Add target_changed event.
8907
8908 2004-04-08 Andrew Cagney <cagney@redhat.com>
8909
8910 * observer.texi (GDB Observers): Rework, provide generic observer
8911 definitions and then a list of observable events.
8912
8913 2004-04-04 Andrew Cagney <cagney@redhat.com>
8914
8915 * gdbint.texinfo (Host Definition): Delete reference to
8916 NO_SIGINTERRUPT.
8917
8918 2004-04-02 Andrew Cagney <cagney@redhat.com>
8919
8920 * gdbint.texinfo (Target Architecture Definition): Delete
8921 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8922
8923 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8924
8925 * gdb.texinfo (TUI Commands): Document tui reg commands.
8926
8927 2004-03-26 Andrew Cagney <cagney@redhat.com>
8928
8929 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8930 "gdbtui".
8931 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8932 (Contributors): Mention both Text and Terminal User Interface.
8933
8934 2004-03-23 Andrew Cagney <cagney@redhat.com>
8935
8936 * gdbint.texinfo (Target Architecture Definition): Deprecate
8937 references to SIGTRAMP_START and SIGTRAMP_END.
8938
8939 2004-03-23 Andrew Cagney <cagney@redhat.com>
8940
8941 * gdbint.texinfo (Target Architecture Definition): Deprecate
8942 references to PC_IN_SIGTRAMP.
8943
8944 2004-03-19 Andrew Cagney <cagney@redhat.com>
8945
8946 * gdbint.texinfo (Target Architecture Definition): Delete
8947 reference to GDB_TARGET_IS_HPPA.
8948
8949 2004-03-18 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8952 describe pre_init and post_init.
8953
8954 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8955
8956 * gdb.texinfo (Debugging Output): Document values for "set debug
8957 target".
8958
8959 2004-02-28 Andrew Cagney <cagney@redhat.com>
8960
8961 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8962
8963 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8964
8965 * gdb.texinfo (breakpoints): Add information about the
8966 new "set breakpoint pending" and "show breakpoint pending"
8967 commands.
8968
8969 2004-02-26 Andrew Cagney <cagney@redhat.com>
8970
8971 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8972 in Per-architecture module data section.
8973
8974 2004-02-25 Roland McGrath <roland@redhat.com>
8975
8976 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8977
8978 2004-02-24 Andrew Cagney <cagney@redhat.com>
8979
8980 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8981 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8982 * fdl.texi: Import Version 1.2, November 2002.
8983
8984 2004-02-17 Andrew Cagney <cagney@redhat.com>
8985
8986 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8987
8988 2004-02-16 Andrew Cagney <cagney@redhat.com>
8989
8990 * gdbint.texinfo (Target Architecture Definition): Deprecate
8991 FRAMELESS_FUNCTION_INVOCATION.
8992
8993 2004-02-16 Andrew Cagney <cagney@redhat.com>
8994
8995 * gdbint.texinfo (Coding): Mention -Wunused-function.
8996
8997 2004-02-14 Andrew Cagney <cagney@redhat.com>
8998
8999 * gdbint.texinfo (Target Architecture Definition): Delete
9000 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9001
9002 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
9003
9004 * gdb.texinfo: Properly quote the name "C++".
9005 * gdbint.texinfo: Ditto.
9006 * stabs.texinfo: Ditto.
9007
9008 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
9009
9010 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9011 minimal information about libiberty.
9012
9013 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
9014
9015 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9016
9017 2004-02-04 Roland McGrath <roland@redhat.com>
9018
9019 * gdb.texinfo (Auxiliary Vector): New node (section).
9020 (Data): Add it to the menu.
9021
9022 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9023
9024 * gdb.texinfo (Breakpoints): Add information about pending
9025 breakpoint support.
9026
9027 2004-01-26 Andrew Cagney <cagney@redhat.com>
9028
9029 * gdb.texinfo (Overview): Delete references to the cisco protocol
9030 including the "N" response.
9031
9032 2004-01-26 Andrew Cagney <cagney@redhat.com>
9033
9034 * gdbint.texinfo (Target Architecture Definition): Rename
9035 EXTRACT_STRUCT_VALUE_ADDRESS to
9036 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9037
9038 2004-01-24 Eli Zaretskii <eliz@gnu.org>
9039
9040 * gdb.texinfo (KOD): Document "show os". Add index entries for
9041 "set/show os" and "info cisco" commands.
9042
9043 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9044
9045 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9046
9047 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9048
9049 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9050 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9051
9052 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
9053
9054 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9055 -stack-list-locals.
9056 (GDB/MI Variable Objects): Describe extension to
9057 -var-list-children.
9058
9059 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9060
9061 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9062
9063 2004-01-17 Andrew Cagney <cagney@redhat.com>
9064
9065 * gdbint.texinfo (Target Architecture Definition): Delete
9066 documentation on DEPRECATED_NPC_REGNUM.
9067
9068 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
9069
9070 * gdb.texinfo: Update copyright year. Mention that set
9071 follow-fork-mode is supported on GNU/Linux. Remove documentation of
9072 "set follow-fork-mode ask".
9073
9074 2004-01-13 Andrew Cagney <cagney@redhat.com>
9075
9076 * gdbint.texinfo: Update copyright year.
9077 (Coding): Add -Wunused-label to list of -Werror warnings.
9078
9079 2004-01-08 Jason Molenda <jmolenda@apple.com>
9080 Eli Zaretskii <eliz@gnu.org>
9081
9082 * gdb.texinfo: Update copyright.
9083 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
9084 around names, as appropriate. Minor syntax cleanup of
9085 _NSPrintForDebugger explanation. Two spaces after periods.
9086 GDBN used instead of lit. "gdb". Index entries added for
9087 print-object and _NSPrintForDebugger. @noindent added in one spot.
9088
9089 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
9090
9091 * stabs.texinfo: Add dircategory and direntry commands.
9092 * annotate.texinfo: Ditto.
9093
9094 2003-11-10 Andrew Cagney <cagney@redhat.com>
9095
9096 * gdbint.texinfo (Target Architecture Definition): Replace the
9097 return_value method's "inval" and "outval" parameters with
9098 "readbuf" and "writebuf".
9099
9100 2003-10-28 Jim Blandy <jimb@redhat.com>
9101
9102 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9103 from "The `F' request packet" and "The `F' reply packet", to make
9104 texi2dvi happy.
9105 (File-I/O remote protocol extension): Update menu entries, too.
9106
9107 2003-10-26 Michael Chastain <mec@shout.net>
9108
9109 * gdb.texinfo (Thread Stops): Document the issue with
9110 premature return from system calls in multi-threaded programs.
9111
9112 2003-10-24 Andrew Cagney <cagney@redhat.com>
9113
9114 * annotate.texinfo: Fix "fortunatly"[sic].
9115
9116 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9117
9118 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9119 with "Hitachi" and "Mitsubishi".
9120
9121 2003-10-20 Andrew Cagney <cagney@redhat.com>
9122
9123 * gdbint.texinfo (Target Architecture Definition): Document
9124 gdbarch_return_value. Add cross references from
9125 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9126 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9127
9128 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9129
9130 * gdbint.texinfo (Target Architecture Definition): Document
9131 regset_from_core_section.
9132
9133 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9134
9135 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9136
9137 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9138
9139 From Anthony Green <green@redhat.com>:
9140 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9141
9142 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9143
9144 * gdb.texinfo (Breakpoint related warnings): New node.
9145 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9146
9147 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9148
9149 * gdb.texinfo (Remote Protocol): Document v and vCont.
9150
9151 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9152
9153 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9154 * gdbint.texinfo: Ditto.
9155
9156 2003-10-09 Andrew Cagney <cagney@redhat.com>
9157
9158 From 2003-09-18 David Anderson <davea@sgi.com>:
9159 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9160 "command".
9161
9162 2003-10-03 Andrew Cagney <cagney@redhat.com>
9163
9164 * gdbint.texinfo (Target Architecture Definition): Deprecate
9165 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9166 just target.
9167
9168 2003-10-02 Andrew Cagney <cagney@redhat.com>
9169
9170 * gdbint.texinfo (Target Architecture Definition): Rename
9171 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9172 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9173 * gdbint.texinfo (Target Architecture Definition): Rename
9174
9175 2003-09-30 Andrew Cagney <cagney@redhat.com>
9176
9177 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9178 (Target Architecture Definition):
9179
9180 * gdbint.texinfo (Target Architecture Definition): Rename
9181 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9182
9183 2003-09-29 Andrew Cagney <cagney@redhat.com>
9184
9185 * gdbint.texinfo (Target Architecture Definition): Delete
9186 documentation for NEED_TEXT_START_END.
9187
9188 * gdbint.texinfo (Target Architecture Definition): Rename
9189 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9190 TARGET_WRITE_PC.
9191
9192 2003-09-22 Michael Chastain <mec@shout.net>
9193
9194 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9195
9196 2003-09-21 Anthony Green <green@redhat.com>
9197
9198 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9199
9200 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9201
9202 * gdbint.texinfo (Target Architecture Definition): Document
9203 stabs_argument_has_addr.
9204
9205 2003-09-18 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdbint.texinfo (Target Architecture Definition): Delete
9208 documentation on REGISTER_NAMES.
9209
9210 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9211
9212 * gdbint.texinfo (Target Architecture Definition): Replace
9213 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9214
9215 2003-09-11 Andrew Cagney <cagney@redhat.com>
9216
9217 * gdbint.texinfo (Target Architecture Definition): Replace
9218 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9219
9220 2003-08-18 Andrew Cagney <cagney@redhat.com>
9221
9222 * gdbint.texinfo (Target Architecture Definition): Document
9223 "frame_red_zone_size".
9224
9225 2003-08-09 Andrew Cagney <cagney@redhat.com>
9226
9227 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9228 with "set/show backtrace past-main" and "set/show backtrace
9229 limit".
9230
9231 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9232
9233 * Makefile.in (install-info): Support DESTDIR.
9234 (install-html): Likewise.
9235
9236 2003-08-07 Andrew Cagney <cagney@redhat.com>
9237
9238 Patch from Nick Roberts.
9239 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9240 bindings. Remove description of send-gdb-command.
9241
9242 2003-08-07 Andrew Cagney <cagney@redhat.com>
9243
9244 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9245 GDB 6.0.
9246
9247 2003-08-06 Andrew Cagney <cagney@redhat.com>
9248
9249 * gdb.texinfo (Mode Options): Mention that level three is the
9250 highest available and that level 2 is deprecated.
9251 (Annotations Overview): Mention annotation levels. Cross reference
9252 to "Limitations of the Annotation Interface" in annotate.texi.
9253 (TODO, Value Annotations, Frame Annotations): Delete section.
9254 (Displays, Breakpoint Info): Delete.
9255
9256 2003-08-04 Andrew Cagney <cagney@redhat.com>
9257
9258 * agentexpr.texi: Delete @bye.
9259 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9260 (stabs.info): Add $(srcdir) to include search path.
9261 (html): Depend on "annotate_toc.html", and not "annotate.html".
9262 * stabs.texinfo: Ditto. Include "fdl.texi".
9263 * gdbint.texinfo: Update copyright statement's list of invariant
9264 sections.
9265
9266 2003-07-28 Andrew Cagney <cagney@redhat.com>
9267
9268 * Makefile.in (INFO_DEPS): Add annotate.info.
9269 (dvi, ps, html, pdf): Add annotate.
9270 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9271 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9272 (ANNOTATE_DOC_FILES): New macro.
9273 (ANNOTATE_TEX_TMPS): New macro.
9274 (annotate.info, annotate_toc.html): Specify dependencies.
9275 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9276 * annotate.texinfo: Rename annotate.texi. Get building. Add
9277 "Migrating to GDB/MI" and "Limitations of the Annotation
9278 Interface" chapters. Mention why it is not part of the user
9279 guide. Update copyright notice. Include "fdl.texi".
9280
9281 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9282
9283 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9284
9285 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9288
9289 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9290
9291 * gdb.texinfo (Server): Mention pidof.
9292
9293 2003-07-22 Andrew Cagney <cagney@redhat.com>
9294
9295 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9296 list.
9297
9298 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9299
9300 * gdb.texinfo (Logging output): New chapter.
9301
9302 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9303
9304 * gdb.texinfo (Unsupported languages): New section.
9305 (Languages): Add link to new section.
9306
9307 2003-06-22 Andrew Cagney <cagney@redhat.com>
9308
9309 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9310
9311 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9312
9313 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9314
9315 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9316
9317 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9318 * agentexpr.texi: Retitle section, and change it to an appendix.
9319 Comment out texinfo initialization. Factor a @var{} into two
9320 pieces to prevent makeinfo warnings.
9321 * gdb.texinfo: Add Agent Expressions appendix.
9322
9323 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9324
9325 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9326
9327 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9328
9329 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9330 remote target". Document the "detach" and "disconnect" commands.
9331 (Server, Netware, Debug Session): Reference "Connecting to a
9332 remote target".
9333 (GDB/MI Target Manipulation): Document "-target-disconnect".
9334
9335 2003-06-13 Andrew Cagney <cagney@redhat.com>
9336
9337 * gdbint.texinfo (Target Architecture Definition): Deprecate
9338 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9339 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9340
9341 2003-06-09 Jim Blandy <jimb@redhat.com>
9342
9343 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9344
9345 2003-06-08 Andrew Cagney <cagney@redhat.com>
9346
9347 * gdbint.texinfo (Target Architecture Definition): Delete
9348 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9349
9350 2003-06-08 Andrew Cagney <cagney@redhat.com>
9351
9352 * gdbint.texinfo (Target Architecture Definition): Document
9353 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9354
9355 2003-06-07 Adam Fedor <fedor@gnu.org>
9356
9357 * gdb.texinfo: Add Objective-C documentation.
9358
9359 2003-06-01 Andrew Cagney <cagney@redhat.com>
9360
9361 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9362 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9363
9364 2003-05-21 Andrew Cagney <cagney@redhat.com>
9365
9366 * gdbint.texinfo (Target Architecture Definition): Delete
9367 references to "extract_address" and "store_address".
9368
9369 2003-05-16 Andrew Cagney <cagney@redhat.com>
9370
9371 * gdbint.texinfo (Target Architecture Definition): Replace
9372 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9373 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9374
9375 2003-05-14 Theodore A. Roth <troth@openavr.org>
9376
9377 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9378
9379 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9380
9381 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9382 (gdb.dvi): Likewise.
9383 (gdb.pdf): Likewise.
9384 (links2roff): Likewise.
9385
9386 2003-05-08 Jim Blandy <jimb@redhat.com>
9387
9388 * gdb.texinfo (Dump/Restore Files): Update documentation for
9389 'dump', 'append', and 'restore': note that format argument is
9390 optional; simplify presentation of the command variants; and be
9391 more precise about the formats.
9392
9393 2003-05-07 Jim Blandy <jimb@redhat.com>
9394
9395 * gdb.texinfo (Symbols): Update documentation: 'maint list
9396 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9397 symtabs' and 'maint info psymtabs'.
9398
9399 2003-05-05 Andrew Cagney <cagney@redhat.com>
9400
9401 * gdbint.texinfo (Target Architecture Definition): Make
9402 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9403 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9404 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9405
9406 2003-05-04 Andrew Cagney <cagney@redhat.com>
9407
9408 * gdb.texinfo (Maintenance Commands): Document "maint print
9409 dummy-frames".
9410
9411 2003-05-04 Andrew Cagney <cagney@redhat.com>
9412
9413 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9414
9415 2003-05-03 J. Brobecker <brobecker@gnat.com>
9416
9417 Thierry Schneider <tpschneider1@yahoo.com>
9418 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9419 for new MI command.
9420
9421 2003-05-03 Andrew Cagney <cagney@redhat.com>
9422
9423 * gdbint.texinfo (Target Architecture Definition): Document
9424 push_dummy_code. Add cross references.
9425
9426 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9427
9428 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9429 set/show charsets commands.
9430
9431 2003-04-28 Andrew Cagney <cagney@redhat.com>
9432
9433 * gdbint.texinfo (Target Architecture Definition): Replace
9434 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9435 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9436
9437 2003-04-28 Andrew Cagney <cagney@redhat.com>
9438
9439 * gdbint.texinfo (Target Architecture Definition): Rename
9440 "tm_print_insn" to "deprecated_tm_print_insn".
9441
9442 2003-04-09 Jim Blandy <jimb@redhat.com>
9443
9444 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9445 list psymtabs'.
9446
9447 2003-04-08 Andrew Cagney <cagney@redhat.com>
9448
9449 * gdbint.texinfo (Target Architecture Definition): Delete
9450 references to EXTRA_FRAME_INFO.
9451
9452 2003-04-08 Andrew Cagney <cagney@redhat.com>
9453
9454 * gdbint.texinfo (Target Architecture Definition): Delete
9455 PRINT_TYPELESS_INTEGER.
9456
9457 2003-04-02 J. Brobecker <brobecker@gnat.com>
9458
9459 * observer.texi (GDB Observers): Adjust the documentation for the
9460 normal_stop notification to better describe reality. Fix a couple
9461 of minor typos.
9462
9463 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9464
9465 * gdb.texinfo (GDB/MI Program Control): Add
9466 '-file-list-exec-source-file'
9467
9468 2003-03-31 Andrew Cagney <cagney@redhat.com>
9469
9470 * gdbint.texinfo (Target Architecture Definition): Delete
9471 references to CALL_DUMMY_P.
9472
9473 2003-03-30 Andrew Cagney <cagney@redhat.com>
9474
9475 * gdbint.texinfo (Target Architecture Definition): Remove
9476 reference to TARGET_WRITE_SP.
9477
9478 2003-03-27 Andrew Cagney <cagney@redhat.com>
9479
9480 * gdbint.texinfo (Target Architecture Definition): Remove
9481 references to write_sp.
9482
9483 2003-03-27 Andrew Cagney <cagney@redhat.com>
9484
9485 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9486 chapter body. Use @smallexample instead of @example.
9487 (Annotations): Ditto.
9488 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9489 annotate.texi.
9490
9491 2003-03-26 Andrew Cagney <cagney@redhat.com>
9492
9493 * gdbint.texinfo (Target Architecture Definition): Replace
9494 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9495 dummy_addr parameters.
9496
9497 2003-03-25 Andrew Cagney <cagney@redhat.com>
9498
9499 * gdbint.texinfo (Target Architecture Definition): Delete
9500 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9501 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9502 Add reference to PUSH_ARGUMENTS.
9503
9504 2003-03-23 Andrew Cagney <cagney@redhat.com>
9505
9506 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9507 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9508
9509 2003-03-18 J. Brobecker <brobecker@gnat.com>
9510
9511 * gdbint.texinfo (Algorithms): Add new section describing the
9512 Observer paradigm.
9513 (Top): Add menu entry to new observer appendix.
9514 * observer.texi: New file.
9515 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9516 new observer.texi file.
9517
9518 2003-03-17 Andrew Cagney <cagney@redhat.com>
9519
9520 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9521 that GNU Press update the manual version number.
9522
9523 2003-03-12 Andrew Cagney <cagney@redhat.com>
9524
9525 * gdbint.texinfo (Target Architecture Definition): Delete
9526 references to get_saved_register. Rename GET_SAVED_REGISTER to
9527 DEPRECATED_GET_SAVED_REGISTER.
9528
9529 2003-03-13 Andrew Cagney <cagney@redhat.com>
9530
9531 * gdbint.texinfo (Target Architecture Definition): Replace
9532 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9533
9534 2003-03-12 Andrew Cagney <cagney@redhat.com>
9535
9536 * gdbint.texinfo (Target Architecture Definition): Rename
9537 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9538
9539 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9540
9541 * gdb.texinfo: Add File-I/O documentation.
9542
9543 2003-03-10 Andrew Cagney <cagney@redhat.com>
9544
9545 * gdbint.texinfo (Target Architecture Definition): Cross reference
9546 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9547
9548 2003-03-07 Andrew Cagney <cagney@redhat.com>
9549
9550 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9551 frame" command.
9552
9553 2003-03-05 Andrew Cagney <cagney@redhat.com>
9554
9555 * gdbint.texinfo (Target Architecture Definition): Document
9556 unwind_dummy_id. Cross reference unwind_dummy_id and
9557 SAVE_DUMMY_FRAME_TOS.
9558
9559 2003-03-05 James Ingham <jingham@apple.com>
9560 Daniel Jacobowitz <drow@mvista.com>
9561
9562 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9563 and "show cp-abi".
9564
9565 2003-03-03 Andrew Cagney <cagney@redhat.com>
9566
9567 * gdbint.texinfo (Target Architecture Definition): Document
9568 register_type.
9569
9570 2003-03-03 Andrew Cagney <cagney@redhat.com>
9571
9572 * stabs.texinfo (Structures): Use @samp and separate @var's
9573 instead of a single @var containing a comma separated list.
9574 (Unions): Ditto.
9575
9576 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9577
9578 * Makefile.in (distclean): Remove config.log.
9579
9580 2003-03-01 Andrew Cagney <cagney@redhat.com>
9581
9582 * gdbint.texinfo (Target Architecture Definition): Rename
9583 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9584
9585 2003-03-01 Andrew Cagney <cagney@redhat.com>
9586
9587 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9588 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9589
9590 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9591
9592 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9593 (Non-debug DLL symbols): New node, describing the minimal symbols
9594 loaded from DLLs without real debugging symbols.
9595
9596 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9597
9598 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9599 hardware-breakpoint-limit".
9600 (Set Watchpoints): Add cross reference to "set remote
9601 hardware-watchpoint-limit".
9602 (Remote configuration options): New section.
9603
9604 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9605
9606 * gdbint.texinfo (Target Architecture Definition): Delete
9607 descrption of IS_TRAPPED_INTERNALVAR.
9608
9609 From Keith Seitz <keiths@redhat.com>:
9610 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9611 option "-i"/"--interpreter" to this chapter. Include index
9612 entries.
9613
9614 2003-02-04 David Carlton <carlton@math.stanford.edu>
9615
9616 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9617 (Variables): Recommend stabs+ and DWARF 2.
9618 (C plus plus expressions): Correct info about
9619 compiler versions, debug formats.
9620 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9621 PR symtab/874.
9622
9623 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9624
9625 * gdbint.texinfo (Target Architecture Definition): Delete
9626 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9627 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9628 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9629 references to nindy and i960.
9630 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9631
9632 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9633
9634 * gdbint.texinfo (Target Architecture Definition): Delete
9635 FLOAT_INFO.
9636
9637 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9638
9639 * stabs.texinfo (Member Type Descriptor): Clarify description of
9640 `@'. Suggested by Ben Hutchings.
9641
9642 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9643
9644 * gdb.texinfo (M68K): Delete reference to es1800.
9645
9646 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9647
9648 * gdb.texinfo (Maintenance Commands): Document `maint print
9649 reggroups' and `maint print register-groups'.
9650 * gdbint.texinfo (Target Architecture Definition): Document
9651 register_reggroup_p.
9652
9653 2003-01-23 Jim Blandy <jimb@redhat.com>
9654
9655 * gdb.texinfo (Separate Debug Files): New section.
9656
9657 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9658
9659 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9660 and "maint show profile".
9661
9662 2003-01-16 Michael Chastain <mec@shout.net>
9663
9664 * gdb.texinfo (Installing GDB): Warn against
9665 ".../gdb-VERSION/gdb/configure".
9666 (Separate Objdir): Likewise.
9667
9668 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdbint.texinfo (Target Architecture Definition): Delete
9671 definition of PRINT_REGISTER_HOOK.
9672
9673 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9674
9675 (OpenRISC 1000): Fix formatting of command names.
9676
9677 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9678
9679 * gdb.texinfo (Continuing and Stepping): Add new command
9680 'advance'. Clarify behavior of 'until'.
9681
9682 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9683
9684 * gdb.texinfo (Files): Document solib-absolute-prefix and
9685 solib-search-path.
9686
9687 2003-01-09 Michael Chastain <mec@shout.net>
9688
9689 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9690 (Create a Release): Add new instructions for new @file{src-release}.
9691 Document existing instructions for @file{Makefile.in} as
9692 being for @value{GDBN} 5.3.1 or earlier.
9693
9694 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9695
9696 * gdbint.texinfo (Target Architecture Definition): Mention
9697 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9698 allocate memory.
9699
9700 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9701
9702 * gdb.texinfo (Controlling GDB): Add @kindex for
9703 "show osabi".
9704 (Backtraces): Add @kindex's for backtrace-below-main.
9705
9706 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9707
9708 * gdb.texinfo (Controlling GDB): Document "set osabi".
9709
9710 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9711
9712 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9713 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9714
9715 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9716
9717 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9718 "set coerce-float-to-double".
9719 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9720
9721 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9722
9723 * stabs.texinfo: Remove obsolete text.
9724 * gdbint.texinfo: Ditto.
9725 * gdb.texinfo: Ditto.
9726
9727 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9728
9729 * gdbint.texinfo (Target Architecture Definition): Update
9730 description of gdbarch_register_osabi.
9731
9732 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9733
9734 * agentexpr.texi: Fix typos.
9735 * annotate.texi: Likewise.
9736 * fdl.texi: Likewise.
9737
9738 2002-12-10 Andrew Cagney <cagney@redhat.com>
9739
9740 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9741 DEPRECATED_INIT_FRAME_PC.
9742
9743 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9744
9745 * gdbint.texinfo (Target Architecture Definition): Delete
9746 PC_IN_CALL_DUMMY.
9747
9748 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9749
9750 * gdbint.texinfo (Host Definition): Delete documentation on
9751 USE_GENERIC_DUMMY_FRAMES.
9752
9753 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9754
9755 Fix PR gdb/723 and PR gdb/245.
9756 * Makefile.in (install-info): Run the install-info command as part
9757 of the post install steps only.
9758 (uninstall-info): New target.
9759 (uninstall): New target.
9760
9761 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9762
9763 * Makefile.in (install): Make install do some real work.
9764
9765 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9766
9767 Fix POSIX problem reported by Paul Eggert.
9768 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9769 Fix PR gdb/527.
9770
9771 2002-10-26 Andrew Cagney <cagney@redhat.com>
9772
9773 * gdbint.texinfo (Target Architecture Definition): Delete
9774 definition of DO_REGISTERS_INFO.
9775
9776 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9777
9778 * gdbint.texinfo (Address Classes): Fix problems with insertion
9779 of ``{'' and ``}'' in example.
9780
9781 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9782
9783 * gdbint.texinfo (Address Classes): New section.
9784 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9785 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9786 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9787 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9788
9789 2002-10-11 Klee Dienes <kdienes@apple.com>
9790
9791 * gdb.texinfo (Registers): Mention vector registers as well as
9792 floating registers in the documentation for 'info registers' and
9793 'info all-registers'.
9794
9795 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9796
9797 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9798
9799 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9800
9801 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9802 interface definition.
9803
9804 2002-10-03 Marko Mlinar <markom@opencores.org>
9805
9806 * gdb.texinfo (Target Commands): Add or1k target specific
9807 commands.
9808 * gdb.texinfo (Contributors): Add myself to the contributors list.
9809
9810 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9811
9812 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9813 and "mi1" instead of "mi1" and "mi0".
9814
9815 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9816
9817 * gdb.texinfo (Packets): Fix typos "alligned".
9818 Correct z3/Z3 description. Correct z4/Z4 title.
9819
9820 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9821
9822 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9823
9824 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9825
9826 * gdb.texinfo: Use GNU/Linux instead of Linux.
9827
9828 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9829
9830 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9831
9832 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9833
9834 * gdb.texinfo: Replace @example with @smallexample.
9835
9836 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9837
9838 From Eli Zaretskii <eliz@gnu.org>:
9839 * gdb.texinfo (Character Sets): Use @smallexample instead of
9840 @example. Use GNU/Linux instead of Linux.
9841
9842 2002-09-20 Jim Blandy <jimb@redhat.com>
9843
9844 * gdb.texinfo: Add character set documentation.
9845
9846 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9847
9848 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9849 (Packets): Add cross reference from `b' packet to `z' packets.
9850
9851 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9852
9853 * gdb.texinfo (Maintenance Commands): Document ``maint
9854 internal-error'' and ``maint internal-warning''.
9855
9856 * gdbint.texinfo (Target Architecture Definition): Revise
9857 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9858
9859 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9860
9861 * gdbint.texinfo (Target Conditionals): Document the new
9862 NAME_OF_MALLOC macro.
9863
9864 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9865
9866 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9867 engineer.
9868
9869 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9870
9871 * gdb.texinfo (TUI Overview): Document status line fields.
9872
9873 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9874
9875 * gdb.texinfo (TUI Commands): Document info win command.
9876
9877 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9878
9879 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9880
9881 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9882
9883 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9884 (TUI Keys): Likewise.
9885
9886 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9887
9888 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9889 for a packet receive.
9890
9891 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9892
9893 * Makefile.in (clean): Move to end of file.
9894 (distclean, maintainer-clean, realclean): Ditto.
9895 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9896 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9897 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9898 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9899
9900 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9901
9902 * Makefile.in (GDBINT_TEX_TMPS): Define.
9903 (gdbint.dvi, gdbint.pdf): Use
9904 (GDB_TEX_TMPS): Define.
9905 (gdb.dvi, gdb.pdf): Use.
9906 (STABS_TEX_TMPS): Define.
9907 (stabs.dvi, stabs.pdf): Use.
9908 (GDB_DOC_SOURCE_INCLUDES): New macros.
9909 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9910 (GDBINT_DOC_FILES_INCLUDES): New macros.
9911 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9912 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9913 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9914 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9915 (links2roff): Replace SFILES_INCLUDED with
9916 GDB_DOC_SOURCE_INCLUDES.
9917 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9918 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9919 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9920 dependencies.
9921 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9922 dependencies.
9923 (gdbmi.texinfo): Delete rule.
9924 (inc-hist.texinfo): Delete rule.
9925 (rluser.texinfo): Delete rule.
9926
9927 2002-08-23 Andrew Cagney <cagney@redhat.com>
9928
9929 * gdbint.texinfo (Target Architecture Definition): Update
9930 STORE_RETURN_VALUE, mention regcache.
9931
9932 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9933
9934 * gdbint.texinfo (Target Architecture Definition): Document
9935 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9936
9937 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9938
9939 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9940 Fix minor typos. Add index entries.
9941
9942 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9943
9944 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9945
9946 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9947
9948 * gdbint.texinfo (Target Architecture Definition): Document
9949 PRINT_VECTOR_INFO.
9950 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9951
9952 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdb.texinfo (Maintenance Commands): Document "maint print
9955 registers", "maint print raw-registers" and "maint print
9956 cooked-registers".
9957
9958 2002-08-08 Grace Sainsbury <graces@redhat.com>
9959
9960 From Mark Salter:
9961 * gdb.texinfo (Protocol): Document T packet extension to
9962 allow watchpoint address reporting.
9963
9964 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9965
9966 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9967
9968 2002-08-01 Andrew Cagney <cagney@redhat.com>
9969
9970 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9971 to CHILL.
9972
9973 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9974
9975 * gdbint.texinfo (Coding): Revise section "Include Files".
9976
9977 2002-07-24 Andrew Cagney <cagney@redhat.com>
9978
9979 * gdbint.texinfo: Obsolete references to m88k.
9980 * gdb.texinfo: Ditto.
9981
9982 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9983
9984 * gdbint.texinfo (Create a release candiate): Add the location
9985 where the proper version of autoconf can be retrieved.
9986
9987 2002-07-09 Don Howard <dhoward@redhat.com>
9988
9989 * gdb.texinfo (Command Files): Further describe the behavior of
9990 sourced command files.
9991
9992 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9993
9994 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9995 (Coding): Clarify ISO C version that GDB assumes.
9996
9997 2002-06-26 Tom Tromey <tromey@redhat.com>
9998
9999 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10000 add_setshow_cmd_full.
10001
10002 2002-06-25 Don Howard <dhoward@redhat.com>
10003
10004 * gdb.texinfo (Memory Region Attributes): Document new behavior
10005 for 'mem' command.
10006
10007 2002-06-11 Jim Blandy <jimb@redhat.com>
10008
10009 * gdb.texinfo (Symbols): Update documentation for `info source'
10010 command.
10011
10012 * gdb.texinfo (Macros): Call the command `info macro', not
10013 `show macro'.
10014
10015 2002-06-09 Andrew Cagney <ac131313@redhat.com>
10016
10017 * gdbint.texinfo (Coding): Add section ``Per-architecture module
10018 data''.
10019
10020 2002-06-09 Mark Kettenis <kettenis@gnu.org>
10021
10022 * gdbint.texinfo (Target Architecture Definition): Document
10023 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10024
10025 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10028 lists.
10029
10030 2002-06-08 Andrew Cagney <ac131313@redhat.com>
10031
10032 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10033 Branch''.
10034
10035 2002-06-01 Andrew Cagney <ac131313@redhat.com>
10036
10037 * gdbint.texinfo (Target Architecture Definition): Add section
10038 ``Converting an existing Target Architecture to Multi-arch''.
10039
10040 2002-05-30 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10043 to ``Obsoleting code''. Revise.
10044
10045 2002-05-17 Jim Blandy <jimb@redhat.com>
10046
10047 * gdb.texinfo (C Preprocessor Macros): New chapter.
10048 Include it in the main menu.
10049 (Contributors): Credit Jim Blandy with macro support.
10050 (Compilation): Explain how to get macro information into the
10051 executable.
10052 (Expressions): Note that preprocessor macros are expanded.
10053
10054 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10055
10056 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10057 options for `target remote'.
10058
10059 2002-05-13 Andrew Cagney <ac131313@redhat.com>
10060
10061 * gdbint.texinfo (Target Architecture Definition): Delete
10062 documentation on NNPC_REGNUM.
10063
10064 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10065
10066 * gdbint.texinfo (Target Architecture Definition): Document
10067 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10068 (Target Architecture Definition): Revise section `Using Different
10069 Register and Memory Data Representations'. Add section `Raw and
10070 Virtual Register Representations'.
10071
10072 2002-05-11 Andrew Cagney <ac131313@redhat.com>
10073
10074 * gdbint.texinfo (Target Architecture Definition): Mention
10075 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10076 (Target Architecture Definition): Mention same. Add references to
10077 web pages.
10078
10079 2002-05-08 Michael Snyder <msnyder@redhat.com>
10080
10081 * stabs.texinfo (Attributes): Document new "vector" attribute.
10082
10083 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10084
10085 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10086
10087 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10088
10089 * gdb.texinfo: Delete obsolete references to a29k.
10090
10091 2002-04-24 Andrew Cagney <ac131313@redhat.com>
10092
10093 * gdbint.texinfo (Target Architecture Definition): Replace
10094 IN_SIGTRAMP with PC_IN_SIGTRAMP.
10095
10096 2002-04-24 David S. Miller <davem@redhat.com>
10097
10098 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10099
10100 2002-04-21 David S. Miller <davem@redhat.com>
10101
10102 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10103
10104 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10105
10106 * gdbint.texinfo (Target Architecture Definition): Delete
10107 definition of HAVE_REGISTER_WINDOWS.
10108
10109 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10110
10111 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10112 "Theodore A. Roth" <troth@verinet.com>.
10113
10114 2002-04-15 Don Howard <dhoward@redhat.com>
10115
10116 From Eli Zaretskii <eliz@gnu.org>
10117 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10118 Provide a better explaination of this feature.
10119
10120 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10121
10122 * gdbint.texinfo (Target Architecture Definition): Remove
10123 FRAME_CHAIN_COMBINE.
10124
10125 2002-04-12 Michael Chastain <mec@shout.net>
10126
10127 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10128 REG_STACK_SEGMENT.
10129
10130 2002-04-09 Michael Chastain <mec@shout.net>
10131
10132 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10133 PYRAMID_* macros.
10134
10135 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10136
10137 * gdb.texinfo (Bug Reporting): Document that the web is the
10138 prefered way of submitting bug reports.
10139 (Bug Reporting): Delete the s-mail address as the last resort.
10140
10141 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10142
10143 * gdbint.texinfo (Target Architecture Definition): Delete
10144 references to TARGET_WRITE_FP and write_fp.
10145
10146 2002-03-27 Michael Snyder <msnyder@redhat.com>
10147
10148 * gdb.texinfo: Document new commands dump, append, and restore.
10149
10150 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10151
10152 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10153 Branch'.
10154
10155 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10156
10157 * gdb.texinfo: Change all examples to @smallexample.
10158 * gdbint.texinfo: Ditto.
10159
10160 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10161
10162 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10163 Branches''.
10164
10165 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10166
10167 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10168 Policy''.
10169
10170 2002-03-04 Fred Fish <fnf@redhat.com>
10171
10172 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10173 expresson, suports, dependant, trhe, perhaphs, situtations,
10174 explictily, taged, oportunity, unfortunatly).
10175
10176 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10177
10178 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10179 Remove reference to 3.12.
10180
10181 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10182
10183 * gdbint.texinfo: Include fdl.texi.
10184 (Top): Add GNU Free Documentation License.
10185 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10186 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10187 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10188 (gdbint.info): Add srcdir to include path.
10189 * gdb.texinfo: Include gpl.texi.
10190 (Top): Add Copying.
10191 * gpl.texi: New file.
10192
10193 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10194
10195 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10196
10197 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10198
10199 * gdb.texinfo: Document Cygwin native specific commands.
10200
10201 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * gdb.texinfo: Document gdbserver ``--attach'' command.
10204
10205 2002-02-07 Michael Snyder <msnyder@redhat.com>
10206
10207 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10208 to @code(_ovly_debug_event).
10209
10210 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10211
10212 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10213
10214 2002-02-06 Michael Snyder <msnyder@redhat.com>
10215
10216 * gdb.texinfo (overlays): Mention new magic symbol
10217 '_ovly_debug_event', which allows GDB to keep better track
10218 of overlays.
10219
10220 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10221
10222 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10223 Suggested by Dmitry Sivachenko.
10224
10225 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10226
10227 2002-02-01 Michael Snyder <msnyder@redhat.com>
10228
10229 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10230
10231 2002-01-30 Michael Snyder <msnyder@redhat.com>
10232
10233 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10234 (set trust-readonly-sections): Document.
10235
10236 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10237
10238 * gdbint.texinfo (Releasing GDB): Revise and update.
10239
10240 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10241
10242 * gdbint.texinfo (Target Architecture Definition): Delete
10243 description of TARGET_BYTE_ORDER_DEFAULT.
10244
10245 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10246
10247 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10248 <mitya@cavia.pp.ru>.
10249
10250 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10251
10252 * libgdb.texinfo: Delete file.
10253
10254 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10255
10256 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10257 * gdbint.texinfo: Ditto.
10258
10259 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10260
10261 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10262
10263 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10264
10265 * Makefile.in: Update copyright.
10266 (TEXI2DVI): Define.
10267 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10268 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10269 gdb-cfg.texi.
10270 (TEXINDEX, PDFTEX): Delete makefile variables.
10271
10272 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10273
10274 * gdb.texinfo (Protocol): Move section to appendix.
10275
10276 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10277
10278 * gdb.texinfo (Remote Debugging): Create a menu.
10279 (Top): Add ``Remote Debugging'' to menu.
10280
10281 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10284 serial protocol'' from here.
10285 (Remote Debugging): To here. New chapter.
10286
10287 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10288
10289 * gdbint.texinfo (Target Architecture Definition): Delete
10290 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10291
10292 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10293
10294 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10295 are no longer needed.
10296 (Porting GDB): Add maintainer note about configure.host.
10297
10298 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10299
10300 * gdbint.texinfo (Target Architecture Definition): Remove
10301 definition of IEEE_FLOAT.
10302
10303 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10304
10305 * gdb.texinfo: Beautify copyright years; fix a typo.
10306 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10307 <3diff@gnu.org>
10308
10309 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdbint.texinfo (Host Definition): Remove references to
10312 MALLOC_INCOMPATIBLE.
10313
10314 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10315
10316 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10317 and xyz-xdep.o.
10318
10319 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10320
10321 * gdb.texinfo (Maintenance Commands): Add appendix.
10322 (Set Breaks): Copy ``maint info breakpoint'' doco to
10323 ``Maintenance Commands'' appendix. Add reference.
10324
10325 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10326
10327 * fdl.texi: Remove next/prev from @node.
10328
10329 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10330
10331 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10332 for monstrous @multitable (from Brian Youmans).
10333
10334 * fdl.texi: New file.
10335
10336 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10337
10338 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10339
10340 * gdbint.texinfo (Releasing GDB): New chapter.
10341
10342 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10343
10344 * gdb.texinfo (Embedded Processors, Calling program functions):
10345 Obsolete references to a29k.
10346
10347 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10348
10349 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10350 examples. Document that a code-block should do or discard its
10351 cleanups before exit.
10352
10353 2002-01-11 Michael Snyder <msnyder@redhat.com>
10354
10355 * gdb.texinfo (Choosing files): Change @samp to @file.
10356
10357 2002-01-05 Michael Snyder <msnyder@redhat.com>
10358
10359 * gdb.texinfo (--pid): Document new command line option (attach).
10360
10361 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10362
10363 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10364 in the stub.
10365
10366 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10367
10368 * gdbint.texinfo (Target Architecture Definition): Replace
10369 BIG_ENDIAN with BFD_ENDIAN_BIG.
10370
10371 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10372
10373 * gdbint.texinfo (Target Architecture Definition): Replace
10374 value_ptr with struct value pointer.
10375
10376 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10377
10378 * gdb.texinfo (Free Software): Fix wording.
10379
10380 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10381
10382 * gdb.texinfo (Free Software): New section ``Free Software Needs
10383 Free Documentation''.
10384
10385 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10386
10387 * stabs.texinfo:
10388 * gdb.texinfo:
10389 * gdbint.texinfo:
10390 * libgdb.texinfo:
10391 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10392
10393 2001-12-29 Michael Snyder <msnyder@redhat.com>
10394
10395 * gdb.texinfo (maint info sections): Fix typo.
10396
10397 2001-12-26 Michael Snyder <msnyder@redhat.com>
10398
10399 * gdb.texinfo (maint info sections): Document.
10400
10401 * gdb.texinfo (info proc): Comment out documentation for
10402 'info proc' sub-options that are currently not implemented.
10403
10404 2001-12-20 Jim Blandy <jimb@redhat.com>
10405
10406 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10407
10408 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10409
10410 * gdbint.texinfo (Target Architecture Definition): Replace
10411 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10412
10413 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10414
10415 * gdbint.texinfo (Host Definition): Delete documentation on
10416 HOST_BYTE_ORDER.
10417
10418 2001-11-30 Jim Blandy <jimb@redhat.com>
10419
10420 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10421 overlay support. Add to top-level menu.
10422
10423 2001-11-26 Tom Tromey <tromey@redhat.com>
10424
10425 * gdb.texinfo (Command Syntax): Document C-o binding.
10426
10427 2001-07-26 Christopher Faylor <cgf@redhat.com>
10428
10429 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10430 use since it is described in the referenced section.
10431
10432 From Eli Zaretskii <eliz@gnu.org>
10433 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10434 clearer when using DJGPP.
10435
10436 2001-11-24 Christopher Faylor <cgf@redhat.com>
10437
10438 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10439 specifically refer to MS-DOS.
10440 (command files): Mention gdb.ini is only used on MS-DOS.
10441
10442 2001-11-21 Tom Tromey <tromey@redhat.com>
10443
10444 * gdb.texinfo (Invoking GDB): Document --args.
10445 (Mode Options): Likewise.
10446
10447 2001-11-21 Jim Blandy <jimb@redhat.com>
10448
10449 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10450 Delete documentation; this macro has been removed from the
10451 sources.
10452
10453 2001-11-13 Jim Blandy <jimb@redhat.com>
10454
10455 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10456
10457 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10458
10459 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10460
10461 2001-11-05 Michael Snyder <msnyder@redhat.com>
10462
10463 * gdb.texinfo (info functions): Document use of backslash to
10464 quote regexp chars in function names such as "operator*()".
10465
10466 2001-11-01 Fred Fish <fnf@redhat.com>
10467
10468 * gdbint.texinfo (SOLIB_ADD): Document additional new
10469 "readsyms" arg.
10470
10471 2001-10-30 Don Howard <dhoward@redhat.com>
10472
10473 * gdb.texinfo: (Command Files) Added documentation for the
10474 behavior of gdb with input redirected from a file.
10475
10476 2001-10-28 Fred Fish <fnf@redhat.com>
10477
10478 * gdb.texinfo (auto-solib-add): Change docs to match
10479 implementation change.
10480 (auto-solib-limit): Add docs for new variable.
10481
10482 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10483
10484 * gdbint.texinfo (Target Architecture Definition): Function
10485 value_as_pointer renamed to value_as_address.
10486
10487 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10488
10489 * gdbint.texinfo (Target Architecture Definition): Default
10490 POINTER_TO_ADDRESS functions assume unsigned addresses.
10491 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10492 posting by Jim Blandy.
10493
10494 2001-10-12 Jim Blandy <jimb@redhat.com>
10495
10496 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10497 version of texi2html (1.64) doesn't support this flag any more.
10498
10499 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10500
10501 * gdbint.texinfo (Host Definition): Remove description of
10502 MEM_FNS_DECLARED.
10503
10504 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10505
10506 * gdbint.texinfo (Host Definition): Remove description of
10507 HAVE_SIGSETMASK.
10508
10509 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10510
10511 * gdbint.texinfo (Target Architecture Definition): Add
10512 explanation of TARGET_PRINT_INSN macro.
10513
10514 2001-08-30 Jim Blandy <jimb@redhat.com>
10515
10516 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10517 Explain what it means to load relocatable files.
10518
10519 2001-08-28 Jim Blandy <jimb@redhat.com>
10520
10521 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10522 info `top' menu.
10523
10524 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10525
10526 * gdbint.texinfo: Add a cautionary note about macro use.
10527
10528 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10529
10530 * gdb.texinfo: Explain omitting the hostname in the
10531 `target remote' command.
10532
10533 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10534
10535 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10536 and END-INFO-DIR-ENTRY.
10537
10538 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10539
10540 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10541
10542 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10543
10544 * gdbint.texinfo (libgdb): Rewrite.
10545
10546 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10547
10548 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10549
10550 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10551
10552 * gdb.texinfo (TUI): New chapter, document the TUI.
10553 (Mode Options): Document the -tui option.
10554
10555 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10556
10557 * gdbint.texinfo (Host Definition): Remove description of
10558 NEED_POSIX_SETPGID.
10559
10560 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10561
10562 * gdb.tex (DJGPP Native): New node, with descriptions of
10563 DJGPP-specific commands.
10564
10565 2001-07-19 John R. Moore <jmoore@redhat.com>
10566
10567 * gdbint.texinfo: Three misspellings.
10568
10569 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10570
10571 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10572 `test` expressions on bash. Problem reported by Colin Walters.
10573
10574 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10575
10576 * gdbint.texinfo (User Interface): Update ui-out documentation to
10577 refelect recent UI/MI updates.
10578
10579 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10580
10581 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10582 interpreters.
10583
10584 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10585
10586 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10587 structure and not macros.
10588 (Host Definition): Document that much of this chapter is obsolete.
10589 (Target Architecture Definition): Update list of files that make
10590 up a target architecture.
10591 (Coding): Update.
10592
10593 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10594
10595 * gdbint.texinfo (Target Architecture Definition): Update
10596 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10597 The latter has been changed to a true predicate.
10598
10599 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10600
10601 * annotate.texi: Add @noindent where needed. From Dmitry
10602 Sivachenko <dima@Chg.RU>.
10603 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10604
10605 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10606
10607 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10608
10609 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10610
10611 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10612 returns ``OK''. Document that the ``R'' packet does not reply.
10613
10614 2001-06-13 Michael Snyder <msnyder@redhat.com>
10615
10616 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10617
10618 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10619
10620 * gdb.texinfo (Signals): Clarify the default setting of signal
10621 handling.
10622
10623 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10624
10625 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10626 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10627
10628 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10629
10630 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10631
10632 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10633
10634 * gdbint.texinfo (Clean Design and Portable Implementation):
10635 Renamed from "Clean Design".
10636 (Clean Design and Portable Implementation): Document portable
10637 methods of handling file names, and the associated macros.
10638
10639 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10640
10641 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10642 command and provide a cross-reference to its description.
10643 (Symbols): Note that "info scope" is useful for trace experiments.
10644
10645 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10646
10647 * gdb.texinfo (Symbols): Document "info scope".
10648 (Tracepoints): New chapter.
10649 (Contributors): Update for v5.1.
10650 <All nodes>: Change "C++" to "C@t{++}".
10651
10652 * gdbint.texinfo (User Interface): A new section about ui_out
10653 functions, based on text written by Fernando Nasser.
10654
10655 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10656
10657 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10658
10659 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10660
10661 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10662
10663 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10664 Replace "GDB" with "@value{GDBN}". Fix markup.
10665
10666 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10667
10668 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10669 a cross-reference to its description.
10670 (Symbols): Document "info symbol".
10671
10672 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10673
10674 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10675 subsection "x86 Watchpoints".
10676 (Target Architecture Definition): Document the macros
10677 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10678 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10679
10680 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10681
10682 * gdbint.texinfo (Target Architecture Definition): Update
10683 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10684 list.
10685
10686 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10687
10688 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10689 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10690
10691 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10692
10693 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10694
10695 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10696
10697 * gdb.texinfo (Environment): Document that `path' does not change
10698 the value of PATH in GDB's own environment (it did in the past,
10699 but that was changed on March 15, 1994). Reported by Doug Evans
10700 <dje@transmeta.com>.
10701
10702 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10703 its line. Fix markup of commands and macros. Add an Index node
10704 and index entries.
10705
10706 2001-01-23 J.T. Conklin <jtc@redback.com>
10707
10708 * gdb.texinfo (Memory region attributes): New manual section.
10709
10710 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10711
10712 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10713
10714 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10715
10716 * refcard.tex: Version and copyright fixed. From Phil Edwards
10717 <pedwards@disaster.jaj.com>.
10718
10719 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10720
10721 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10722 DWARF2_REG_TO_REGNUM): Document.
10723
10724 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10725
10726 * gdbint.texinfo (Coding): Update current value of
10727 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10728
10729 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10730
10731 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10732 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10733
10734 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10735
10736 * gdb.texinfo: Document new 'set step-mode' command.
10737
10738 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10739
10740 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10741 changes from Dmitry Sivachenko <dima@Chg.RU>.
10742
10743 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10744
10745 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10746 From Steven Johnson <sbjohnson@ozemail.com.au>.
10747
10748 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10749
10750 * gdbint.texinfo (Overall Structure): Spelling fix.
10751
10752 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10753
10754 * gdbint.texinfo (Target Architecture Definition): Document that
10755 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10756 for which REGISTER_CONVERTIBLE returns a zero value.
10757
10758 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10759
10760 * Makefile.in (install-info): Find files to install in either the
10761 build or source directories (adapted from Makefile.am).
10762
10763 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10764
10765 * stabs.texinfo: Fix spelling errors.
10766 (String Field): FILE-NUMBER starts from 0, not 1.
10767
10768 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10769
10770 * refcard.tex: Remove \centerline from the blurb. Patch from
10771 Brian Youmans.
10772
10773 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10774
10775 * Makefile.in (install-info): Support installation from outside of
10776 the source directory. Reported by Mark Harig
10777 <markh@frazier.landmark.com>.
10778
10779 2000-06-20 J.T. Conklin <jtc@redback.com>
10780
10781 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10782
10783 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10784
10785 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10786 Generate using pdftex.
10787 (PDFTEX): Define.
10788 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10789 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10790 @contents at the start.
10791
10792 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10793
10794 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10795 Youmans.
10796
10797 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10798
10799 From Brian Youmans:
10800 * gdb.texinfo: Fix ``et al.''.
10801
10802 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10803
10804 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10805 loop.
10806
10807 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10808
10809 * configure: Regenerate.
10810
10811 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10812
10813 * Makefile.in (install-info): Run install-info on installed Info
10814 files.
10815
10816 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10817
10818 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10819 Andrew Cagney.
10820
10821 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10822
10823 * gdb.texinfo: Proofreading changes from Brian Youmans.
10824
10825 2000-05-01 Nick Duffek <nsd@cygnus.com>
10826
10827 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10828 startup sequence, minor edits.
10829
10830 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10831
10832 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10833 TeX.
10834
10835 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10836 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10837 like `n' and `s' which look weird. Convert some of the @kindex to
10838 @vindex, when they refer to variables, not commands.
10839
10840 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10841
10842 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10843
10844 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10845
10846 * Makefile.in (GDBMI_DIR): New variable.
10847 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10848 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10849 (gdbmi.texinfo): New target, for texi2roff.
10850 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10851 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10852
10853 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10854 gdbmi.texinfo.
10855 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10856 comment.
10857
10858 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10859
10860 * gdb.texinfo (Files): Update description of add-symbol-file
10861 command.
10862
10863 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10864
10865 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10866 prevents the build (and is generally a Bad Idea).
10867
10868 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10869
10870 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10871 a comma inside @var.
10872 (Command Files): Index markup changes from Dmitry Sivachenko
10873 <dima@Chg.RU>.
10874
10875 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10876
10877 * Makefile.in (LN_S): Define.
10878 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10879 invoke "ln -s" unless it is known to work.
10880
10881 * configure.in (AC_PROG_LN_S): Add.
10882
10883 2000-04-14 Jim Blandy <jimb@redhat.com>
10884
10885 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10886 section.
10887 (Target Conditionals): Document ADDRESS_TO_POINTER,
10888 POINTER_TO_ADDRESS.
10889
10890 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10891
10892 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10893 gdb-cfg.texi to get the value.
10894
10895 2000-04-10 Jim Blandy <jimb@redhat.com>
10896
10897 * gdbint.texinfo (Target Architecture Definition): Fix
10898 cross-references.
10899
10900 2000-04-08 Jim Blandy <jimb@redhat.com>
10901
10902 * gdbint.texinfo (Using Different Register and Memory Data
10903 Representations): New section.
10904 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10905 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10906 REGISTER_CONVERT_TO_RAW): Document.
10907
10908 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10909
10910 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10911 for acknowledgments.
10912
10913 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10914
10915 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10916 qThreadExtraInfo.
10917
10918 2000-03-28 J.T. Conklin <jtc@redback.com>
10919
10920 * gdb.texinfo: Clarify which remote debug protocol commands are
10921 required and which are optional.
10922
10923 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10924
10925 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10926 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10927 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10928 * annotate.texi: Update.
10929
10930 2000-03-28 Stan Shebs <shebs@apple.com>
10931
10932 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10933 expectation of additional changes before release), update
10934 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10935 node links, rephrase and/or shorten lines to fix formatting
10936 problem in both regular and @smallbook formats.
10937 * annotate.texi: Shorten lines in example, use smallexample
10938 consistently everywhere.
10939 * Makefile.in: Add comment about texinfo 4.0 html generation.
10940 (SFILES_INCLUDED): Add annotate.texi.
10941
10942 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10943
10944 * gdb.texinfo (Debugging Output): Added new section, documenting
10945 the "set/show debug" commands.
10946
10947 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10948
10949 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10950 entry.
10951
10952 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10953 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10954 @chapter and @node entries.
10955
10956 * gdb.texinfo: Link all top-level nodes.
10957
10958 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10959
10960 * Makefile.in (install-info): Create $(infodir) before installing
10961 files.
10962
10963 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10964
10965 From David Whedon <dwhedon@gordian.com>
10966 * gdbint.texinfo : Added paragraphs about command deprecation.
10967
10968 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10969
10970 * gdb.texinfo: Add documentation for the apropos command.
10971
10972 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10973
10974 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10975
10976 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10977
10978 * gdb.texinfo: Add white space to prevent overprinting in
10979 two places.
10980
10981 2000-03-17 Stan Shebs <shebs@apple.com>
10982
10983 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10984 <dima@Chg.RU>, also clarification of allowed content for
10985 string constants.
10986
10987 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10988
10989 * gdb.texinfo (main menu): Add Annotations.
10990 (File Options): Add @cindex entries for each command-line option.
10991 Document --epoch, --annotate, --async, --interpreter, --write,
10992 --statistics, and --version.
10993
10994 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10995 of GDB.
10996
10997 2000-02-23 Jim Blandy <jimb@redhat.com>
10998
10999 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11000
11001 2000-02-22 Jim Blandy <jimb@redhat.com>
11002
11003 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11004
11005 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
11006
11007 * Makefile.in (diststuff): New target.
11008
11009 2000-02-15 Kevin Buettner <kevinb@redhat.com>
11010
11011 * agentexpr.texi: Fix wording regarding Intel's IA-64
11012 architecture. [From Jim Wilson.]
11013
11014 2000-01-16 Tom Tromey <tromey@cygnus.com>
11015
11016 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11017 (Delete Breaks): Mention range arguments.
11018 (Disabling): Likewise.
11019
11020 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
11021
11022 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
11023
11024 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
11025
11026 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11027 valid functions.
11028
11029 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
11030
11031 * gdb.texinfo: Clarify regular expressions used in rbreak.
11032
11033 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
11034
11035 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11036 MEMORY_REMOVE_BREAKPOINT): Document.
11037
11038 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
11039
11040 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11041 offset re-using the DATA offset instead.
11042
11043 1999-10-11 Jim Kingdon <kingdon@redhat.com>
11044
11045 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11046
11047 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
11048
11049 From Dmitry Sivachenko <demon@gpad.ac.ru>:
11050 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11051 typos.
11052
11053 * gdb.texinfo: Various minor wording and formatting improvements,
11054 mentions of additional command-line options.
11055
11056 1999-09-30 Fred Fish <fnf@cygnus.com>
11057
11058 * gdb.texinfo: Document additional forms of specifying section
11059 names and addresses for the add-symbol-file command.
11060
11061 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
11062
11063 * gdbint.texinfo: Fix typo, add the word "have".
11064
11065 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
11066
11067 * gdbint.texinfo (Target Architecture Definition): Document the
11068 SKIP_PERMANENT_BREAKPOINT macro.
11069
11070 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11071
11072 * gdb.texinfo: Fiks speling errers.
11073
11074 * gdb.texinfo: Fix uses of @multitable.
11075
11076 From Eli Zaretskii <eliz@gnu.org>:
11077 * gdb.texinfo: Include details specific to DOS host, clarify
11078 some confusing language, fix @ref/@xref/@pxref usages, add
11079 comments about using with optimization, add more indexing,
11080 fix info about disassembly-flavor.
11081
11082 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
11083
11084 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11085 SKIP_SOLIB_RESOLVER): Define.
11086
11087 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
11088
11089 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
11090 ``g'' packets.
11091
11092 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
11093
11094 * gdb.texinfo: Create a new "Configurations" chapter with
11095 platform-specific info, inline remote.texi and move sections of it
11096 into the new chapter, move bits about info proc, heuristic search,
11097 and register stack into the new chapter.
11098 * remote.texi: Remove, now part of gdb.texinfo.
11099 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11100
11101 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11102
11103 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11104 GDB_TARGET_IS_MACH386): These kludges have gone away.
11105
11106 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11107
11108 * gdbint.texinfo (Target Architecture Definition): Mention
11109 TDEPLIBS.
11110
11111 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11112
11113 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11114 surrounding text to fit HP-UX bits into general info.
11115 (HPPA-cfg.texi): Remove, no longer useful.
11116
11117 * gdb.texinfo: Remove explicit links from @node lines, remove
11118 HP-added "Detailed Node Listing" from main menu which confuses
11119 things.
11120
11121 From Dmitry Sivachenko <dima@Chg.RU>:
11122 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11123 in description of `set environment'.
11124
11125 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11126
11127 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11128
11129 1999-08-12 Ben Elliston <bje@cygnus.com>
11130
11131 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11132
11133 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11134
11135 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11136 watch, awatch, and rwatch. Explain why the latter two cannot be
11137 set as software watchpoints. Document that watchpoints for local
11138 variables are deleted when the debuggee terminates.
11139
11140 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11141
11142 * remote.texi (Protocol): Further clarification of the "qRcmd"
11143 packet. Allow E.. response packet. "qRcmd" packet is no longer
11144 reserved.
11145
11146 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11147
11148 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11149 * gdb.texinfo: Ditto.
11150
11151 1999-08-06 Tom Tromey <tromey@cygnus.com>
11152
11153 * gdb.texinfo (KOD): New node.
11154
11155 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11156
11157 * remote.texi (Rcmd): Fix minor formatting typos.
11158
11159 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11160
11161 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11162 packets.
11163
11164 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11165
11166 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11167 fixes.
11168
11169 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11170
11171 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11172
11173 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11174
11175 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11176 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11177 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11178 packets that are not supported on all hosts. Expand examples.
11179 Spell check.
11180
11181 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11182
11183 * Makefile.in: Recognize html, install-html. Add targets
11184 to build HTML versions of documentation via texi2html.
11185
11186 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11187
11188 * gdbint.texinfo (Testsuite): New chapter, information about the
11189 testsuite.
11190
11191 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11192
11193 * remote.texi (Communication Protocol): Rewrite.
11194
11195 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11196
11197 * stabs.texinfo: Fix uses of xref.
11198
11199 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11200
11201 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11202 info about patch submission.
11203
11204 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11205
11206 From Per Bothner <bothner@cygnus.com>:
11207 * gdb.texinfo: Document Chill support.
11208
11209 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11210
11211 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11212 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11213 Document that the value should be greater-than or equal-to zero.
11214 (NO_STD_REGS): Document. Deprecate.
11215
11216 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11217
11218 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11219 Document that these are not used.
11220
11221 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11222
11223 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11224
11225 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11226
11227 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11228 numargs was dropped.
11229
11230 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11231
11232 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11233
11234 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11235
11236 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11237 Update.
11238
11239 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11240
11241 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11242 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11243
11244 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11245
11246 * gdbint.texinfo: Fix typos: $ -> @.
11247
11248 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11249
11250 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11251 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11252 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11253 BREAKPOINT_FROM_PC.
11254
11255 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11256
11257 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11258 CALL_DUMMY_STACK_ADJUST): Document.
11259
11260 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11261
11262 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11263 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11264
11265 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11266
11267 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11268 longer exists.
11269
11270 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11271
11272 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11273 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11274 they make the manual source incomprehensible.
11275 * h8-cfg.texi: Remove, hasn't been used in years.
11276
11277 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11278
11279 * gdb.texinfo: Update the credits.
11280
11281 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11282
11283 * gdb.texinfo: Fix mistakes noticed in printout of last
11284 draft, add Alpha to discussion of heuristic fence post.
11285
11286 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11287
11288 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11289 Edition, merge some HP changes into mainline, describe some
11290 previously undocumented features, describe more of the target
11291 commands available, eliminate obsolete section on renamed
11292 commands.
11293 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11294
11295 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11296
11297 * gdb.texinfo: Make many HPPA conditionals unconditional,
11298 including catchpoint description, since now on for all configs.
11299 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11300 specializations.
11301
11302 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11303
11304 * Makefile.in (GDBvn.texi): Fix match expression to work with
11305 current format of VERSION in gdb/Makefile.in.
11306 * gdb.texinfo: Fix node ref to match new readline.
11307
11308 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11309
11310 * gdb.texinfo: Changes made as part of a project to merge in
11311 changes made by HP. Documentation makes extensive use of
11312 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11313 on remote debugging. There are differences in documentation
11314 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11315 the HP manual discusses catchpoints, hardware watchpoints, and
11316 some HPUX specific limitations for shared library support.
11317
11318 There are also a number of @node changes.
11319
11320 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11321
11322 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11323 (C Usage): Same.
11324
11325 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11326
11327 The following changes were made by Edith Epstein
11328 <eepstein@cygnus.com> as part of a project to merge in changes
11329 made by HP.
11330
11331 * HPPA-cfg.texi: new file.
11332
11333 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11334
11335 * refcard.tex: change documentation about catch.
11336 removed info catch.
11337
11338 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11339
11340 * gdbint.texinfo: Expand on GDB's coding standards,
11341 specify the use of arg names with prototypes.
11342
11343 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11344
11345 * gdb.texinfo: Fix tipo.
11346
11347 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11348
11349 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11350 TARGET_BYTE_ORDER_SELECTABLE_P.
11351
11352 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11353
11354 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11355
11356 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11357
11358 * agentexpr.texi: New file.
11359
11360 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11361
11362 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11363
11364 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11365
11366 * remote.texi: Changed wording that implied that the GDB remote
11367 protocol caches register values instead of GDB itself.
11368
11369 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11370
11371 * gdbint.texinfo: Add some info about symbol readers.
11372 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11373 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11374 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11375 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11376
11377 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11378
11379 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11380
11381 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11382
11383 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11384
11385 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11386
11387 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11388 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11389
11390 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11391
11392 * gdbint.texinfo: Fix minor typos.
11393
11394 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11395
11396 * gdbint.texinfo: Complete overhaul. Group descriptions more
11397 logically, add more info on generic algorithms, remove much
11398 obsolete and/or wrong material.
11399
11400 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11401
11402 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11403
11404 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11405
11406 * refcard.tex: Copyright, address updates.
11407
11408 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11409
11410 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11411 for the edition instead of confusing GDB-version-like numbers.
11412
11413 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11414
11415 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11416
11417 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11418
11419 * LRS: Reformat a bit to keep text under 80 columns.
11420
11421 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11422
11423 * gdb.texinfo: Add some credits, mention bug monitor.
11424 * remote.texi: Mention mips monitor targets.
11425 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11426
11427 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11428
11429 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11430 files, finish sorting of host vs target vs native macros, describe
11431 some more of them.
11432
11433 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11434
11435 * gdbint.texinfo (Host Conditionals): Document change from
11436 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11437
11438 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11439
11440 * gdbint.texinfo (Host Conditionals): Document
11441 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11442
11443 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11446 Document LSEEK_NOT_LINEAR.
11447
11448 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11449
11450 * stabs.texinfo (Stab Section Basics): Make it clear that only
11451 some versions of the GNU linker remove the leading N_UNDF symbol.
11452
11453 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11454
11455 * stabs.texinfo (String Field): Document type number pairs here,
11456 instead of in the Sun specific section.
11457 (Include Files): The GNU linker supports the N_BINCL
11458 optimization. Clarify the N_BINCL value, and what it is used
11459 for.
11460 (Procedures): Document N_FUN with an empty string to mark the end
11461 of a function.
11462 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11463 (Sun Differences): Remove this node, as the information is now
11464 elsewhere in the main document.
11465 (Stab Section Basics): Mention that the GNU linker may optimize
11466 stabs and remove the leading N_UNDF symbol.
11467
11468 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11469
11470 * gdb.texinfo, refcard.tex: Restore author credit
11471
11472 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11473
11474 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11475 documentation to account for START and END macros taking
11476 one arg.
11477
11478 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11479
11480 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11481 * gdb.texinfo (Frames): Fix typo.
11482
11483 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11484
11485 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11486 a target_signal as arg type, not a pid.
11487
11488 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11489
11490 * gdb.texinfo: Document `set assembly-language'.
11491
11492 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11493
11494 * remote.texi: Update list of stubs in the GDB distribution.
11495
11496 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11497
11498 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11499 Also document that some systems can use mmalloc but must define
11500 this if their C runtime allocates memory that is later freed.
11501 (MMCHECK_FORCE): Document new macro.
11502
11503 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11504
11505 * remote.texi: Add documentation for target Sparclet.
11506
11507 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11508
11509 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11510 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11511 * configure.in: Rewritten for autoconf.
11512 * configure: New.
11513
11514 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11515
11516 * Makefile.in (DVIPS): New define, set to dvips.
11517 (dvi): Add stabs.dvi.
11518 (ps): New target.
11519 (all-doc): Depend on info, dvi, and ps targets.
11520 (STAGESTUFF): Add *.ps and *.dvi files.
11521 (clean-info, clean-dvi): Remove.
11522 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11523 rules completely rewritten.
11524 (maintainer-clean): Remove clean-info and clean-dvi
11525 dependencies and put their actions in the rules.
11526 (gdb.ps): New target
11527 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11528 intermediate TeX files, whether they have 2 or 3 character
11529 extensions.
11530 (gdbint.ps): Add target and rules.
11531 (gdb-internals): Delete unused target.
11532 (Makefile): Depends upon config.status also.
11533
11534 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11535
11536 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11537 set.
11538
11539 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11540
11541 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11542 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11543
11544 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11545
11546 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11547
11548 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11549
11550 * gdb.texinfo (Print settings): Document
11551 `set/show print static-members' commands.
11552
11553 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11554
11555 * gdbint.texinfo (Native): Document name change, coredep.c to
11556 core-aout.c.
11557
11558 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11559
11560 * stabs.texinfo (Include Files): Document the values the SunOS4
11561 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11562
11563 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11564
11565 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11566 Fix typo.
11567
11568 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11569
11570 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11571 "gdb.tar.Z".
11572
11573 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11574
11575 * Makefile.in (maintainer-clean): New target, synonym for
11576 realclean.
11577
11578 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11579
11580 * Update all FSF addresses except those in COPYING* files.
11581
11582 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11583
11584 From Richard Earnshaw (rearnsha@armltd.co.uk):
11585 * gdb.texinfo (convenience variables): Document $_exitcode.
11586 (quit): Document optional expression to use as exit code.
11587
11588 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11589
11590 * gdb.texinfo, remote.texi: Brought up to date with various
11591 GDB changes.
11592
11593 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11594
11595 * gdb.texinfo: Update dates and versions, fix comments about
11596 hardware watchpoints in future releases and about the
11597 sharedlibrary command.
11598
11599 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11600
11601 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11602 C_FUN stab. Other cleanups.
11603
11604 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11607 for the sparc stub.
11608
11609 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11610
11611 * annotate.texi: Clarify which addresses have differing formats
11612 depending on the language and which do not.
11613
11614 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11615
11616 * remote.texi (NetWare): Changed example to use BOARD= instead of
11617 NODE= argument to reflect correspoding change to gdbserve.nlm.
11618
11619 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11620
11621 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11622 GDB, as well as AIX dbx, supports the size type attribute.
11623
11624 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11625
11626 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11627
11628 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11629
11630 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11631 and new 'if' and 'while' commands.
11632
11633 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11634
11635 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11636
11637 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11638
11639 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11640 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11641 NetWare targets. Mostly stolen from the Server node.
11642
11643 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11644
11645 * gdb.texinfo (Setting): Talk about the language of a source file
11646 versus the working language. The old documentation did not match
11647 what GDB did.
11648
11649 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11650
11651 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11652 of a source file.
11653
11654 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11655
11656 * gdb.texinfo (Processes): New node.
11657
11658 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11659
11660 * remote.texi: Update documentation of set/show mipsfpu.
11661
11662 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11663
11664 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11665 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11666
11667 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11668
11669 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11670 obsolete conditionals, described some others.
11671
11672 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11673
11674 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11675 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11676
11677 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11678
11679 * gdbint.texinfo: Put regex conditionals in their own table.
11680
11681 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11682
11683 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11684 described or fixed the descriptions of many others.
11685
11686 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11687
11688 * gdb.texinfo: Add some more credits.
11689 * gdbint.texinfo: Capitalize GDB consistently, describe some
11690 macros and remove some.
11691
11692 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11693
11694 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11695 obsolete conditionals, described some others.
11696
11697 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11698
11699 * gdb.texinfo (help targets): Changed to `help target', which
11700 is the correct gdb command.
11701
11702 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11703
11704 * annotate.texi (TODO): New node, for keeping track of annotations
11705 suggested but not yet implemented.
11706
11707 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11708
11709 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11710 another symbol, it is not the address itself.
11711
11712 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11713
11714 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11715 of stabs-in-coff sections.
11716
11717 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11718
11719 * annotate.texi: Change edition to 0.5 and date to May 1994.
11720 Add index.
11721 (Frames): New node, for frame annotation.
11722 (Displays): New node, for display annotation.
11723
11724 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11725 when waiting for your program to stop.
11726
11727 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11728
11729 * annotate.texi (Breakpoint Info): Document annotation of header
11730 fields and record annotation.
11731
11732 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11733
11734 * annotate.texi: New file, to document annotations.
11735
11736 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11737
11738 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11739 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11740
11741 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11742
11743 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11744 section, and say n_strx field is compilation unit relative.
11745 * stabs.texinfo: Don't use @code for a.out when it is the name of
11746 an object file format.
11747
11748 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11749
11750 * gdb.texinfo: Refer to file names, not path names, per rms
11751 convention.
11752 (Arguments): Fix typo.
11753
11754 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11755
11756 * stabs.texinfo (Global Variables): Talk about stabs in files
11757 where variables are referenced, but not defined.
11758
11759 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11760
11761 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11762 Cplusplus to new nodes Member Type Descriptor and Method Type
11763 Descriptor. Re-write stuff for #.
11764
11765 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11766
11767 * gdb.texinfo (Print Settings): Don't document "set print
11768 fast-symbolic-addr off". The bug which it worked around was fixed
11769 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11770
11771 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11772 N_ENTRY node.
11773
11774 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11775
11776 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11777
11778 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11779 references to ieee-float.c.
11780
11781 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11782
11783 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11784 match what the code actually does.
11785
11786 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11787
11788 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11789
11790 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11791
11792 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11793 i, and b.
11794
11795 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11796
11797 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11798 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11799 as "stabs in sections" rather than just saying "ELF and SOM".
11800 Also make that stuff apply to COFF.
11801
11802 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11803
11804 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11805 Ghostscript.
11806
11807 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11808
11809 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11810 versus functions without line numbers, also mention stepping into
11811 them as well as "step" when you are in them. Tell the user how to
11812 deal with the situation. Add comment about "debugging information".
11813
11814 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11815
11816 * stabs.texinfo (Enumerations): Document restriction on where
11817 enumeration types can appear and still win with GDB.
11818
11819 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11820
11821 * stabs.texinfo (Negative Type Numbers): Document format for type
11822 -16.
11823
11824 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11825
11826 * gdb.texinfo (Selection, Frame Info): Update information about
11827 arbitrary frame specficiations.
11828
11829 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11830
11831 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11832
11833 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11834
11835 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11836
11837 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11838
11839 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11840
11841 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11842
11843 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11844 Differences node to Statics node.
11845 (Statics): Discuss XCOFF use of V symbol descriptor.
11846
11847 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11848 not clean.
11849
11850 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11851
11852 * gdb.texinfo (Print Settings): Document `set print
11853 fast-symbolic-addr' and improve the doc for some other
11854 `set print's.
11855
11856 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11857
11858 * stabs.texinfo (String Field): Talk about defining several type
11859 numbers at once.
11860 Fix lint regarding changing node ELF Transformations to
11861 ELF and SOM Transformations.
11862
11863 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11864
11865 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11866
11867 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11868
11869 * stabs.texinfo (Cross-References): `::' is for nested types only
11870 within <>.
11871 (Structures): Document static members.
11872
11873 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11874
11875 * stabs.texinfo: Document S type attribute.
11876
11877 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11878
11879 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11880
11881 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11882
11883 * gdbint.texinfo: Fix a few typos.
11884
11885 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11886
11887 * gdb.texinfo, remote.texi: formatting improvements
11888
11889 * gdb.texinfo (New Features): mention threads.
11890 (Summary, C): fix xrefs in newly contributed text.
11891 (Threads): index entries, clarifications, example
11892 (passim): minor typos fixed, phrasing improvements
11893
11894 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11895 entries; (Server): explain use of gdbserver w/real-time systems,
11896 add example of conflicting TCP port; (MIPS Remote) break up
11897 running text into table, highlighting commands, and add example.
11898
11899 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11900
11901 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11902
11903 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11904
11905 * stabs.texinfo (Nested Symbols): New node.
11906 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11907
11908 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11909
11910 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11911 to picking which Bbss.bss symbol to use, and (because there seems to
11912 be no good way of doing it) re-write some of the text to make it
11913 sound like Bbss.bss isn't such a great idea after all (as currently
11914 designed).
11915
11916 * gdb.texinfo (C): In addition to saying people have to use g++ for
11917 good results, say they have to use stabs. Specifically say cfront
11918 doesn't work well.
11919 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11920 the gdb README. Add xrefs to places where the support for the various
11921 languages is described in detail.
11922
11923 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * stabs.texinfo: Clean up stuff about visibility and virtual
11926 characters.
11927
11928 * stabs.texinfo (N_M2C): Cite Sun doc.
11929
11930 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11931
11932 * gdb.texinfo: updates re threads.
11933 * remote.texinfo: avoid index entries starting with digits.
11934
11935 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11936
11937 * stabs.texinfo (Enumerations): Talk about large, negative and
11938 octal values. Clean up cross reference to type attributes.
11939 (String Field): Say that GDB 4.11 supports size attribute.
11940
11941 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11942
11943 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11944 is a mandatory step. Make the stuff about that more concise.
11945
11946 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11947
11948 * stabs.texinfo (Class Names): New node.
11949
11950 * gdb.texinfo (Command Files): Explain order of init file reading.
11951
11952 * remote.texi (Bootstrapping): Talk about getting the serial driver
11953 to deal with ^C sent by gdb to stop the remote system.
11954
11955 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11956
11957 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11958
11959 * libgdb.texinfo (Defining Commands): made the DOC arg
11960 to gdb_define_app_command a char * instead of char **
11961 per a suggestion from kingdon.
11962
11963 * libgdb.texinfo: total rewrite from a different starting
11964 premise.
11965
11966 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11967
11968 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11969 floats passed as doubles (to improve clarity).
11970
11971 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11972
11973 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11974
11975 * a4rc.sed: update to work with Andreas Vogel papersize params
11976
11977 * refcard.tex: use Andreas Vogel simplifications of papersize
11978 params; remove useless version info; update copyright date.
11979
11980 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11981
11982 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11983
11984 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11985
11986 * gdb.texinfo (Files): Say what address the load command loads it at.
11987
11988 * stabs.texinfo (Common Blocks): Minor cleanups.
11989
11990 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11991 that Sun has backed away from the linker kludge and thus the relevant
11992 issue is changes to the SunPRO tools, not the Solaris linker.
11993
11994 * stabs.texinfo (Traditional Integer Types): Clean up description
11995 of octal bounds a little bit. Document extra leading zeroes.
11996
11997 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11998
11999 * gdb.texinfo (Signaling): Update for symbolic symbol names
12000 and add a section explaining the difference between the GDB
12001 signal command and the shell kill utility.
12002
12003 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
12004
12005 * libgdb.texinfo: added `@' to braces that were unescaped.
12006
12007 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
12008
12009 * libgdb.texinfo: new file. Spec for the gdb library.
12010
12011 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12012
12013 * stabs.texinfo (Include Files): Fix typo (start -> end).
12014
12015 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12016
12017 * gdb.texinfo, remote.texi: assorted small improvements, mostly
12018 from Melissa at FSF's editing pass.
12019
12020 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12023 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12024 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12025
12026 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12027
12028 * remote.texi (Bootstrapping): Discuss 386 call gates.
12029
12030 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12031
12032 * stabs.texinfo (Based Variables): New node.
12033
12034 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
12035
12036 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12037 names, sizes, and formats to suggest how not to lose.
12038
12039 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
12040
12041 * stabs.texinfo (Methods): Fix typo.
12042
12043 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12044
12045 * gdb.texinfo: Fix a few typos.
12046
12047 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12048
12049 * gdb.texinfo: Clarify how well it works with Fortran.
12050
12051 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12052 More on relocating stabs in ELF files.
12053
12054 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12055
12056 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12057
12058 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12059
12060 * stabs.texinfo (Local Variable Parameters): Talk about nameless
12061 parameters on VAX.
12062
12063 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12064
12065 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12066
12067 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12068
12069 * stabs.texinfo: Make info author notice match the TeX author notice.
12070
12071 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
12072
12073 * stabs.texinfo: Initial-caps all words in node names and
12074 non-trivial words in section names.
12075
12076 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12077
12078 * stabs.texinfo: Many minor cleanups.
12079
12080 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12081
12082 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
12083
12084 * stabs.texinfo: Remove full description of big example.
12085 It's not really helpful; just use pieces of it where appropriate.
12086 Add more Texinfo formatting directives (@samp, etc.).
12087 Use @deffn to define stab types.
12088 Eliminate some wordiness. Break up some nodes.
12089 Add an (alphabetized) index of symbol types.
12090 Use consistent capitalization style in node and section names.
12091
12092 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
12093
12094 * gdb.texinfo: Change typo "Two two" to "The two".
12095
12096 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12097
12098 * stabs.texinfo (XCOFF-differences): Remove references to
12099 non-existent types N_DECL and N_RPSYM.
12100
12101 * stabs.texinfo (String Field): Say that type attributes bug is
12102 fixed in GDB 4.10, since it is.
12103
12104 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12105
12106 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12107
12108 * stabs.texinfo: Formatting cleanups.
12109
12110 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12111
12112 * stabs.texinfo: When explaining the n_type of a stab, standardize
12113 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12114 no tabs, use @r).
12115 (Global Variables): Clean up.
12116
12117 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12118
12119 * stabs.texinfo (Stack Variables): Re-write.
12120
12121 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12122
12123 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12124 addresses of a source file. Also revise formatting.
12125 Change "object module" or "object file" to "source file".
12126 Various: Miscellaneous cleanups.
12127
12128 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12129
12130 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12131
12132 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12133
12134 * gdbint.texinfo: Removed many nonsensical machine-collected
12135 host and target conditionals, described some of the remainder.
12136
12137 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12138
12139 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12140
12141 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12142 paragraph which follows.
12143
12144 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12145 variables. Looks better and avoids overful hbox.
12146
12147 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12148
12149 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12150
12151 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12152
12153 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12154 retransmit-timeout
12155
12156 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12157
12158 * gdbint.texinfo: Update statement about `some ancient Unix
12159 systems, like Ultrix 4.0' to Ultrix 4.2.
12160
12161 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12162
12163 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12164
12165 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12166
12167 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12168 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12169
12170 * remote.texi: new name for former gdbinv-s.texi
12171
12172 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12173
12174 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12175
12176 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12177 variables for MIPS remote debugging protocol.
12178
12179 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12180
12181 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12182
12183 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12184
12185 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12186
12187 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12188
12189 * gdb.texinfo: repair conditional bugs in text markup
12190
12191 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12192
12193 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12194 to select Modula-2 material.
12195
12196 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12197
12198 * stabs.texinfo: Cleanups regarding statics.
12199
12200 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12201 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12202
12203 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12204
12205 * stabs.texinfo: N_MAIN is sometimes used for C.
12206
12207 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12208
12209 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12210
12211 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12212
12213 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12214 removed from the code by Kingdon.
12215
12216 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12217
12218 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12219 input when evaluating breakpoint conditions; the bug has been fixed.
12220
12221 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12222 sets the ignore count to N-1, not to N.
12223
12224 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12225
12226 * refcard.tex (\hoffset): correct longstanding error to match
12227 intended offset; avoids cutting off edge on some printers
12228
12229 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12230
12231 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12232
12233 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12234
12235 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12236
12237 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12238
12239 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12240 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12241 collect sed edits if any, apply to refcard before formatting;
12242 (refcard.ps) stop implying PS fonts if PS output requested;
12243 (lrefcard.ps) delete extra target for variant PS fonts
12244
12245 * refcard.tex: parametrize papersize dependent info, collect
12246 in easily replaced spot
12247
12248 * a4rc.sed: new file, edits to refcard for A4 paper
12249
12250 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12251
12252 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12253
12254 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12255
12256 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12257
12258 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12259
12260 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12261 politely rather than rudely.
12262
12263 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12264
12265 * stabs.texinfo: Document common blocks.
12266
12267 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12268
12269 * stabs.texinfo: Add some basic info about stabs-in-elf.
12270
12271 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12272
12273 * stabs.texinfo (Top): Minor cleanup.
12274
12275 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12276
12277 * Makefile.in (install-info): remove parentdir support
12278
12279 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12280
12281 * gdb.texinfo (Copying): delete this node and references to it;
12282 RMS says this manual need not carry GPL. (passim): Improvements
12283 from last round at FSF, largely due to Ian Taylor review, and
12284 minor formatting improvements.
12285
12286 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12287 largely due to Ian Taylor review. (Debug Session): minor edits to
12288 new text.
12289
12290 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12291
12292 * Makefile.in (realclean): Remove info and dvi files too.
12293
12294 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12295
12296 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12297 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12298 * gdb.texinfo: Change accordingly.
12299
12300 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12301 N_{L,R}BRAC,N_SLINE are relative to.
12302
12303 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12304
12305 * Makefile.in (GDBvn.texi): Update atomically.
12306
12307 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12308
12309 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12310
12311 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12312
12313 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12314 addresses together. Also motivate the set print symbol-filename
12315 command and suggest other solutions.
12316
12317 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12318
12319 * gdb.texinfo (set print elements): Note that the number of
12320 elements is set to unlimited by "set print elements 0".
12321
12322 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12323
12324 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12325 NF_LDOUBLE means.
12326 (Stab Types): Include Solaris stab types.
12327 (Procedures): Document Solaris extensions.
12328
12329 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12330
12331 * gdb.texinfo: Add `set print symbol-filename' doc.
12332
12333 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12334
12335 * stabs.texinfo (Arrays): Talk about type definition vs. type
12336 information.
12337
12338 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12339 the trailing semicolon.
12340
12341 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12342
12343 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12344 and merge in other parts of the document addressing these subjects.
12345 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12346
12347 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12348 at the end of a range type.
12349
12350 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12351 AIX extensions.
12352
12353 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12354
12355 * stabs.texinfo (Stabs Format): Misc fixes.
12356
12357 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12358
12359 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12360 (Traditional builtin types): Document convex convention for long long.
12361 (Negative builtin types): Discuss type names, and misc fixes.
12362
12363 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12364
12365 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12366 point types used with @samp{R} type descriptor.
12367 (Symbol Descriptors): Describe how to handle conflict between
12368 different meanings of @samp{P} symbol descriptor.
12369
12370 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12371
12372 * stabs.texinfo: Remove node Quick Reference and put its children
12373 directly under the main menu.
12374
12375 * stabs.texinfo: Many more changes to bring it into line with
12376 AIX documentation and reality. I think it now has all the
12377 information from the AIX documentation, except that I burned
12378 out when I got to variant records (Pascal and Modula-2) and
12379 all the COBOL types. Oh well, we can add them later when we're
12380 worrying more about those languages.
12381
12382 * stabs.texinfo (Automatic variables): Talk about what it means
12383 to omit the symbol descriptor.
12384
12385 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12386
12387 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12388 gcc2 behavior with promoted args.
12389
12390 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12391
12392 * gdb.texinfo: include readline appendices in info version of manual
12393
12394 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12395
12396 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12397 target remote.
12398
12399 * gdb.texinfo (Machine Code): more index entries for disassemble
12400
12401 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12402
12403 * Clarify the intended use of the gdb-testers and gdb-patches
12404 mailing lists, and shrink gzip comment.
12405
12406 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12407
12408 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12409 DOSHOST configuration of manual.
12410
12411 * gdb.texinfo (MIPS Stack): new node.
12412
12413 * all-config.texi (MIPS) new switch.
12414
12415 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12416 tense; (MIPS Remote) new node.
12417
12418 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12419 bug; (Environment) less passive, other small cleanups in text about
12420 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12421 (Remote) new MIPS Remote menu entry.
12422
12423 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12424
12425 * stabs.texinfo: Many changes to include information from the
12426 AIX documentation.
12427
12428 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12429
12430 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12431
12432 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12433 Move a bunch of information from ../README.
12434 (Getting Started): New node.
12435
12436 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12437
12438 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12439
12440 * gdb.texinfo: advance manual revision dates to present
12441
12442 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12443 stop using silly Roman numerals in @set variable names
12444
12445 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12446
12447 * stabs.texinfo (Parameters): Keep trying to get this right.
12448
12449 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12450
12451 * stabs.texinfo (Parameters): More on "local parameters".
12452
12453 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12454
12455 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12456
12457 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12458
12459 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12460 (Parameters): Rewrite.
12461 (xcoff-differences, Sun-differences): Minor changes.
12462
12463 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12464
12465 * stabs.texinfo: Minor cleanup.
12466
12467 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12468
12469 * gdbint.texinfo: Minor xcoff stuff.
12470
12471 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12472
12473 * gdbint.texinfo: Update for new config directory structure.
12474 Add info about internal type data structures.
12475
12476 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12477
12478 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12479 $(srcdir).
12480 (gdb-config.texi): Depend on file in $(srcdir).
12481
12482 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12483
12484 * stabs.texinfo: Fixes about N_SO.
12485
12486 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12487
12488 * gdb.texinfo: include list of nonstandard init file names
12489
12490 * *-config.texi: new switch GENERIC for text that applies *only*
12491 to (usual) multiple-target version of manual
12492
12493 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12494 h8 config
12495
12496 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12497 in menus (rather than conditionally selected multiple alternative
12498 menus).
12499
12500 * Makefile.in: define and use DOC_CONFIG var to select
12501 configuration for GDB user manual.
12502
12503 * gdb-config.texi: delete from repository, generate from Makefile.
12504
12505 * all-config.texi: normal `generic' configuration file, formerly
12506 stored as gdb-config.texi
12507
12508 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12509
12510 * Makefile.in: add dvi target to build all .dvi files
12511
12512 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12513
12514 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12515
12516 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12517
12518 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12519 host conditionals.
12520 * stabs.texinfo: More array fixes inspired by Jim's.
12521
12522 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12523
12524 * stabs.texinfo: Fixes re arrays and continuations.
12525
12526 * gdbint.texinfo: Add XCOFF node.
12527
12528 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12529
12530 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12531
12532 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12533
12534 * stabs.texinfo: Fix for array types to mention lower bounds.
12535
12536 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12537
12538 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12539
12540 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12541
12542 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12543
12544 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12545
12546 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12547 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12548
12549 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12550
12551 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12552
12553 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12554
12555 * gdb.texinfo, gdbinv-s.texi: misc updates
12556
12557 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12558
12559 * gdbint.texinfo: Brief documentation for longjmp support,
12560 from an email msg by Stu.
12561
12562 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12563
12564 * stabs.texinfo: Fix description of floating point "range"
12565 types (which really define basic types). Reported by Jim Meehan,
12566 <meehan@src.dec.com>.
12567
12568 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12569
12570 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12571
12572 * gdbint.texinfo: Slightly expand section on supporting a new
12573 object file format.
12574
12575 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12576
12577 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12578 intermediate file.
12579
12580 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12581
12582 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12583
12584 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12585
12586 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12587
12588 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12589 as well as Z8002.
12590
12591 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12592
12593 * gdbint.texinfo: Add sections on clean design and on how to send
12594 in changes.
12595
12596 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12597
12598 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12599
12600 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12601
12602 * gdb.texinfo: Fix typo, reported by Karl Berry.
12603
12604 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12605
12606 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12607
12608 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12609
12610 * gdbint.texinfo: fixed a stray email address (needs @@),
12611 added @table @code to node "Native Conditionals"
12612
12613 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12614
12615 * gdbint.texinfo: Describe coding style of GDB.
12616
12617 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12618
12619 * stabs.texinfo: Minor wording changes.
12620
12621 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12622
12623 * gdbint.texinfo: Improve release doc slightly.
12624
12625 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12626
12627 * gdbint.texinfo: Improve doc of GDB config macros.
12628
12629 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12630
12631 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12632 These will be reinserted when examined.
12633
12634 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12635
12636 * gdbint.texinfo: Make a start at documenting all the #if macros
12637 in GDB. At least list them all, and start separating them into
12638 host-specific and target-specific.
12639
12640 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12641
12642 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12643 examples (not consistent w others).
12644 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12645 for generic vn of doc
12646
12647 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12648
12649 * Makefile.in: always create installation directories.
12650
12651 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12652
12653 * gdb.texinfo: in h8 config, do not describe searching commands.
12654
12655 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12656
12657 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12658 conditionals; introduce a few generic switches that may be
12659 useful for other cross-dev or dos-hosted configs.
12660
12661 * gdb.texinfo: fix typo in "info reg" description
12662
12663 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12664
12665 * stabs.texinfo: Minor updates from running TeX over it.
12666 * Makefile.in (stabs.dvi, stabs.ps): Add.
12667
12668 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12669
12670 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12671 First pass at converting it to texinfo.
12672
12673 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12674
12675 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12676 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12677
12678 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12679
12680 * gdbint.texinfo: Add section on partial symbol tables.
12681
12682 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12683
12684 * gdb.texinfo: document `set remotedebug' and `set
12685 rstack_high_address'.
12686
12687 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12688
12689 * gdb.texinfo: slight expansion of new text on reading info files
12690 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12691 H8/300 from DOS.
12692
12693 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12694
12695 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12696
12697 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12698
12699 * gdb.texinfo: Say how to read the `info' files.
12700
12701 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12702
12703 * Makefile.in: gm4 -> m4.
12704
12705 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12706
12707 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12708 Documentation' ahead of `Installing GDB' to match README.
12709 Update shared library doc, -readnow and -mapped, and directory
12710 structure (add glob and mmalloc). Update configure doc.
12711
12712 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12713
12714 * Makefile.in: remove $(srcdir) from gdb.info rule.
12715
12716 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12717
12718 * Makefile.in: commented out gdb-all.texinfo rule. This is
12719 temporary.
12720
12721 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12722
12723 * Makefile.in, configure.in: removed traces of namesubdir,
12724 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12725 copyrights to '92, '13, changed some from Cygnus to FSF.
12726
12727 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12728
12729 * gdb.texinfo: Improve how we ask for bug reports.
12730
12731 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12732
12733 * Makefile.in: infodir belongs in datadir.
12734
12735 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12736
12737 * Makefile.in: remove spaces following hyphens, bsd make can't
12738 cope. install using INSTALL_DATA. added clean-info. added
12739 standards.text support.
12740
12741 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12742
12743 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12744 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12745 and mandir now keyed off datadir by default.
12746
12747 \f
12748 Local Variables:
12749 mode: change-log
12750 left-margin: 8
12751 fill-column: 74
12752 version-control: never
12753 coding: utf-8
12754 End:
This page took 0.447147 seconds and 4 git commands to generate.