Document changes to info [args|functions|locals|variables]
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.texinfo (Information About a Frame): Document changes
4 to 'info args' and 'info locals'.
5 (Examining the Symbol Table): Document changes to 'info functions'
6 and 'info variables'.
7
8 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9
10 * gdb.texinfo (PowerPC Features): Describe new features
11 "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
12 "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
13 "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
14 "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
15
16 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
17
18 * gdb.texinfo (PowerPC Features): Describe new features
19 "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
20
21 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
22
23 * gdb.texinfo (PowerPC Features): Describe new feature
24 "org.gnu.gdb.power.tar".
25
26 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
27
28 * gdb.texinfo (PowerPC Features): Describe new features
29 "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
30
31 2018-10-20 Tom Tromey <tom@tromey.com>
32
33 * gdb.texinfo (TUI Commands): Add @end table.
34 (TUI Configuration): Remove stray @end table.
35
36 2018-10-19 Tom Tromey <tom@tromey.com>
37
38 PR tui/18388:
39 * gdb.texinfo (TUI Commands): Remove tabset documentation.
40 (TUI Configuration): Document "set tui tab-width".
41
42 2018-10-09 Tom Tromey <tom@tromey.com>
43
44 * python.texi (Inferiors In Python): Link to "Frames In Python",
45 not "Unwinding Frames in Python".
46
47 2018-10-09 Tom Tromey <tom@tromey.com>
48
49 * gdb.texinfo (Configure Options): Update --enable-ubsan
50 documentation.
51
52 2018-10-08 John Baldwin <jhb@FreeBSD.org>
53
54 * gdb.texinfo (Contributors): Add SRI International and University
55 of Cambridge for FreeBSD/riscv.
56
57 2018-10-06 Tom Tromey <tom@tromey.com>
58
59 PR python/19399:
60 * python.texi (Inferiors In Python): Document
61 Inferior.Architecture.
62
63 2018-10-06 Tom Tromey <tom@tromey.com>
64
65 PR python/21765:
66 * python.texi (Symbols In Python): Document the module and
67 common-block domains. Remove documentation for incorrect
68 domains.
69
70 2018-10-03 Tom Tromey <tom@tromey.com>
71
72 * gdb.texinfo (Configure Options): Document --enable-ubsan.
73
74 2018-10-02 John Darrington <john@darrington.wattle.id.au>
75
76 * gdb.texinfo (Remote Connection Commands): Describe
77 the changes to target remote and target extended-remote
78 relating to Unix domain sockets.
79
80 2018-10-01 Tom Tromey <tom@tromey.com>
81
82 * gdb.texinfo (Configure Options): Document configure options.
83
84 2018-09-29 Tom Tromey <tom@tromey.com>
85
86 * gdb.texinfo (Requirements): Mention C++, GNU make.
87 (Requirements): Sort the table. Add more libraries.
88 (Running Configure): Remove obsolete text.
89 (Separate Objdir): Likewise.
90 (Configure Options): Likewise.
91
92 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.texinfo (Frames): Rewrite the description of 'frame number'
95 to highlight that the number is also the frame's level.
96 (Selection): Rewrite documentation for 'frame' and 'select-frame'
97 commands.
98 (Frame Info): Rewrite documentation for 'info frame' command.
99
100 2018-09-23 Tom Tromey <tom@tromey.com>
101
102 PR python/18852:
103 * python.texi (Parameters In Python): Document exception behavior
104 of get_set_string.
105
106 2018-09-18 John Baldwin <jhb@FreeBSD.org>
107
108 * gdb.texinfo (info proc): Remove "running".
109 (info proc mappings): Replace "program" with "process".
110
111 2018-09-18 John Baldwin <jhb@FreeBSD.org>
112
113 * gdb.texinfo (Process Information): Document "info proc files"
114 command.
115
116 2018-09-17 Tom Tromey <tom@tromey.com>
117
118 * gdb.texinfo (Index Files): Update for cache directory change on
119 macOS.
120
121 2018-09-16 Tom Tromey <tom@tromey.com>
122
123 * python.texi (Basic Python): Update docs for find_pc_line,
124 solib_name.
125 (Progspaces In Python): Update docs for current_progspace.
126 Document block_for_pc, find_pc_line, is_valid, nsolib_name.
127 Move method documentation before example.
128
129 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
130
131 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
132
133 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
134 2018-09-13 Tom Tromey <tom@tromey.com>
135
136 * python.texi (Program Spaces In Python): Document the
137 Progspace.objfiles method.
138 (Objfiles In Python): Mention that gdb.objfiles() is identical
139 to gdb.selected_inferior().progspace.objfiles().
140
141 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
142 2018-09-13 Tom Tromey <tom@tromey.com>
143
144 * python.texi (Inferiors In Python): Document
145 Inferior.progspace.
146 (Program Spaces In Python): Document that
147 gdb.current_progspace() is the same as
148 gdb.selected_inferior().progspace.
149
150 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
151
152 * python.texi (Basic Python): Mention the string representation
153 of GDB Python objects.
154
155 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
156
157 * gdb.texinfo (Skipping Over Functions and Files): Document
158 set/show debug skip.
159
160 2018-09-10 Tom Tromey <tom@tromey.com>
161
162 * python.texi (Frames In Python, Blocks In Python)
163 (Symbols In Python, Symbol Tables In Python)
164 (Lazy Strings In Python): Remove periods from section titles.
165
166 2018-09-10 Tom Tromey <tom@tromey.com>
167
168 * python.texi (Pretty Printing API): Swap sentence order.
169
170 2018-09-10 Tom Tromey <tom@tromey.com>
171
172 PR python/16461:
173 * python.texi (Values From Inferior): Mention use of virtual
174 table.
175
176 2018-09-10 Tom Tromey <tom@tromey.com>
177
178 * python.texi (Basic Python): Parenthesize argument to
179 decode_line.
180
181 2018-09-10 Tom Tromey <tom@tromey.com>
182
183 * python.texi (Python): Mention Python versions. Don't mention
184 execfile.
185
186 2018-09-10 Tom Tromey <tom@tromey.com>
187
188 PR python/19808:
189 * python.texi (Unwinding Frames in Python): Rewrite
190 create_unwind_info documentation. Update read_register
191 documentation and add a note about unwinder caution.
192
193 2018-09-10 Tom Tromey <tom@tromey.com>
194
195 PR python/18909:
196 * python.texi (Events In Python): Fix inferior_call
197 documentation.
198
199 2018-09-10 Tom Tromey <tom@tromey.com>
200
201 PR python/17752:
202 * python.texi (Frame Filter API): Remove period from subsection
203 title. Mention 100 as good default priority.
204 (Frame Decorator API): Remove period from subsection title.
205 Mention FrameDecorator module.
206
207 2018-09-10 Tom Tromey <tom@tromey.com>
208
209 PR python/23108:
210 * python.texi (Exception Handling): Rearrange gdb.GdbError text
211 and add a table.
212
213 2018-09-10 Tom Tromey <tom@tromey.com>
214
215 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
216 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
217 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
218 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
219
220 2018-09-10 Tom Tromey <tom@tromey.com>
221
222 PR python/16484:
223 * python.texi (Frames In Python): Document that Frame.block can
224 throw.
225
226 2018-09-10 Tom Tromey <tom@tromey.com>
227
228 PR python/23487:
229 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
230
231 2018-09-10 Tom Tromey <tom@tromey.com>
232
233 PR python/16033:
234 * python.texi (Blocks In Python): Document that Block.end is
235 exclusive.
236
237 2018-08-29 Keith Seitz <keiths@redhat.com>
238
239 * gdb.texinfo (Compiling and injecting code in GDB): Document
240 set/show "compile-oracle" and "compile-cplus-types" commands.
241
242 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
243
244 * gdb.texinfo (The -stack-list-frames Command): Update description
245 to mention "arch".
246 Update MI examples throughout the document to contain "arch" in
247 frame output.
248
249 2018-08-21 Alan Hayward <alan.hayward@arm.com>
250
251 * gdb.texinfo (AArch64 SVE): New subsubsection.
252
253 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
254
255 * gdb.texinfo (GDB/MI Data Manipulation): Document
256 "-data-disassemble -a addr".
257 (GDB/MI Support Commands): Document "data-disassemble-a-option"
258 feature.
259
260 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
261
262 * gdb.texinfo (Index Files Speed Up GDB): Add section about
263 symbol index cache.
264
265 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
266
267 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
268 option sections to further clarify that gcore can take more
269 than one PID, and that "-o" is used to specify a prefix, not a
270 filename.
271
272 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.texinfo (Maintenance Commands): Add description of
275 maintenance command to control dwarf unwinders.
276
277 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
278
279 * gdb.texinfo (Debugging Programs with Multiple Threads):
280 Document changes to 'thread apply'. Document 'taas'.
281 Document 'tfaas'.
282 (Examining the Stack): Document 'frame apply'. Document 'faas'.
283
284 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
285 Jan Kratochvil <jan.kratochvil@redhat.com>
286 Paul Fertser <fercerpav@gmail.com>
287 Tsutomu Seki <sekiriki@gmail.com>
288
289 * gdb.texinfo (Remote Connection Commands): Add explanation
290 about new IPv6 support. Add new connection prefixes.
291
292 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.texinfo (Remote Configuration): Update descriptions for
295 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
296 and hardware-watchpoint-length-limit variables.
297
298 2018-07-02 Maciej W. Rozycki <macro@mips.com>
299
300 PR tdep/8282
301 * gdb.texinfo (Source and Machine Code): Document `set
302 disassembler-options' support for the MIPS target.
303
304 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
305
306 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
307
308 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
309
310 * gdb.texinfo (Files): The address argument for "add-symbol-file"
311 is no longer mandatory.
312
313 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
314
315 * gdb.texinfo (Files): Document "symbol-file -o offset".
316
317 2018-06-14 Tom de Vries <tdevries@suse.de>
318
319 * gdb.texinfo (Background Execution): Add @cindex for '&'.
320
321 2018-06-11 Eli Zaretskii <eliz@gnu.org>
322
323 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
324
325 2018-06-08 Gary Benson <gbenson@redhat.com>
326
327 * gdb.texinfo (Maintenance Commands): Document "maint check
328 libthread-db" and "maint set/show check-libthread-db".
329
330 2018-06-05 Tom Tromey <tom@tromey.com>
331
332 PR cli/12326:
333 * gdb.texinfo (Screen Size): Document "c" response to pagination
334 prompt.
335
336 2018-05-31 Maciej W. Rozycki <macro@mips.com>
337
338 * gdb.texinfo (Choosing Target Byte Order): Document endianness
339 selection details with the `set endian auto' mode.
340
341 2018-05-04 Tom Tromey <tom@tromey.com>
342
343 PR python/22731:
344 * python.texi (Breakpoints In Python): Mention that "commands" is
345 writable.
346
347 2018-05-02 Tom Tromey <tom@tromey.com>
348
349 PR python/20084:
350 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
351 PARAM_ZUINTEGER_UNLIMITED.
352
353 2018-04-30 Tom Tromey <tom@tromey.com>
354
355 * python.texi (Types In Python): Document Type.align.
356
357 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
358
359 * gdb.texinfo (Symbols): Mention the fact that "info
360 variables/functions/types" show source files and line numbers.
361
362 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
363
364 * gdb.texinfo: Document set/show record btrace cpu.
365
366 2018-03-27 Joel Brobecker <brobecker@adacore.com>
367
368 * gdb.texinfo (Ada Settings): New subsubsection.
369
370 2018-03-26 Tom Tromey <tom@tromey.com>
371
372 PR backtrace/15582:
373 * gdb.texinfo (Backtrace): Mention "hide" argument.
374
375 2018-03-26 Tom Tromey <tom@tromey.com>
376
377 * gdb.texinfo (Backtrace): Describe options individually.
378
379 2018-03-19 Tom Tromey <tom@tromey.com>
380
381 * observer.texi: Remove.
382
383 2018-03-04 John Baldwin <jhb@FreeBSD.org>
384
385 * gdb.texinfo (Debugging Output): Document "set/show debug
386 fbsd-nat".
387
388 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * gdb.texinfo (Machine Code): Additional information about "info
391 line" command.
392
393 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
394
395 * gdb.texinfo (gdb-add-index man): Add pindex.
396
397 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
398
399 * gdb.texinfo (set cwd): Add period.
400 (gdb-add-index man): Move anchor.
401
402 2017-01-12 Tom Tromey <tom@tromey.com>
403 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * gdb.texinfo (Index Files): Mention gdb-add-index.
406 (gdb-add-index man): New section.
407 * Makefile.in (gdb-add-index.1): New rule to generate manpage
408 from gdb.texinfo.
409
410 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
411
412 * gdb.texinfo (pwd): Fix whitespace.
413
414 2018-01-09 John Baldwin <jhb@FreeBSD.org>
415
416 * gdb.texinfo (pwd): Update cross-reference for Process Information
417 node and remove explicit /proc reference.
418 (Native): Rename subsection from SVR4 Process Information to
419 Process Information.
420 (Process Information): Reword introduction to be less /proc
421 centric. Document support for "info proc" on FreeBSD.
422
423 2018-01-03 Xavier Roirand <roirand@adacore.com>
424
425 * gdb.texinfo (Set Catchpoints): Add documentation for new
426 "catch handlers" action.
427
428 2017-12-27 Stafford Horne <shorne@gmail.com>
429
430 * gdb.texinfo (Target Description Format): Explain that arbitrary
431 strings are now allowed for register groups.
432
433 2017-12-27 Stafford Horne <shorne@gmail.com>
434
435 * gdb.texinfo (Registers): Document info reg $reggroup feature.
436
437 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
438
439 PR cli/16224
440 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
441
442 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
443
444 * python.texi (Manipulating breakpoints using Python): Document
445 qualified parameter to gdb.Breakpoint.
446
447 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
448
449 * python.texi (Manipulating breakpoints using Python): Split doc
450 of Breakpoint.__init__ in two, split text in multiple
451 paragraphs, don't nest parameter square brackets.
452
453 2017-12-12 Stafford Horne <shorne@gmail.com>
454 Stefan Wallentowitz <stefan@wallentowitz.de>
455 Franck Jullien <franck.jullien@gmail.com>
456 Jeremy Bennett <jeremy.bennett@embecosm.com>
457
458 * gdb.texinfo: Add OpenRISC documentation.
459
460 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
463
464 2017-12-07 Keith Seitz <keiths@redhat.com>
465
466 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
467 and "show print type nested-type-limit".
468
469 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
470
471 * python.texi (Breakpoints In Python): Add text relating
472 to allowed explicit locations and keywords in gdb.Breakpoints.
473
474 2017-12-04 Tom Tromey <tom@tromey.com>
475
476 * gdb.texinfo (Rust): Update trait object status
477
478 2017-12-01 Andrew Cagney <cagney@redhat.com>
479 Joel Brobecker <brobecker@adacore.com>
480 Sergio Durigan Junior <sergiodj@redhat.com>
481
482 * gdb.texinfo (File Options): Document --readnever.
483 (Commands to Specify Files): Likewise, for 'symbol-file' and
484 'add-symbol-file'.
485
486 2017-11-29 Pedro Alves <palves@redhat.com>
487
488 PR c++/19436
489 * gdb.texinfo (Debugging C Plus Plus): Document setting
490 breakpoints in functions with ABI tags.
491
492 2017-11-29 Pedro Alves <palves@redhat.com>
493
494 * gdb.texinfo (Linespec Locations): Document how "function" is
495 interpreted in C++ and Ada. Document "-qualified".
496 (Explicit Locations): Document how "-function" is interpreted in
497 C++ and Ada. Document "-qualified".
498
499 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
500
501 PR gdb/21945
502 * gdb.texinfo (Search Memory): Update description and example
503 about how to search a string without NULL terminator.
504
505 2017-11-24 Joel Brobecker <brobecker@adacore.com>
506
507 * gdb.texinfo (GDB/MI Ada Exception Information): Document
508 new "exception-message" field.
509
510 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
511
512 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
513
514 2017-11-24 Pedro Alves <palves@redhat.com>
515
516 * gdb.texinfo (Completion): Update need-quoting examples. Remove
517 false claim that GDB inserts quoting automatically.
518 (Symbols): Add anchor.
519
520 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
521
522 * gdb.texinfo (Requirements): Document use of GNU MPFR.
523
524 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
525
526 * python.texi (Basic Python): Add rbreak documentation.
527
528 2017-11-07 Xavier Roirand <roirand@adacore.com>
529 Pedro Alves <palves@redhat.com>
530
531 * gdb.texinfo (Set Breaks): Document support for breakpoint
532 location ranges in the enable/disable commands.
533
534 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
535
536 * gdb.texinfo (Starting your Program) <The working directory.>:
537 Mention remote debugging.
538 (Working Directory) <Your Program's Working Directory>:
539 Likewise.
540 (Connecting) <Remote Packet>: Add "set-working-dir"
541 and "QSetWorkingDir" to the table.
542 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
543 packet.
544
545 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
546
547 * gdb.texinfo (Starting your Program) <The working directory.>:
548 Mention new "set cwd" command.
549 (Working Directory) <Your Program's Working Directory>:
550 Rephrase to explain that "set cwd" exists and is the default
551 way to change the inferior's cwd.
552
553 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
554
555 * gdb.texinfo (S/390 and System z Features): Document the new
556 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
557
558 2017-09-21 Kevin Buettner <kevinb@redhat.com>
559
560 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
561 attribute.
562
563 2017-09-21 Kevin Buettner <kevinb@redhat.com>
564
565 * python.texi (Inferiors In Python): Add description for method
566 Inferior.thread_from_thread_handle.
567
568 2017-09-19 John Baldwin <jhb@FreeBSD.org>
569
570 * gdb.texinfo (Starting your Program): Add description of
571 starti command. Mention starti command as an alternative for
572 debugging the elaboration phase.
573
574 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
575
576 * gdb.texinfo (Maintenance Commands): Document filter parameter
577 of "maint selftest". Document "maint info selftests" command.
578
579 2017-09-11 Tom Tromey <tom@tromey.com>
580
581 * python.texi (Events In Python): Document new events.
582
583 2017-09-04 Pedro Alves <palves@redhat.com>
584
585 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
586 no-debug-info variables.
587 (Symbols) <Examining the Symbol Table>: Document inspecting
588 no-debug-info types.
589 (Calling) <Calling functions with no debug info>: New subsection,
590 documenting calling no-debug-info functions.
591 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
592
593 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
594
595 * gdb.texinfo (set environment): Add @anchor. Explain that
596 environment variables set by the user are sent to GDBserver.
597 (unset environment): Likewise, but for unsetting variables.
598 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
599 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
600 "environment-reset" and "QEnvironmentReset" to the table.
601 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
602 QEnvironmentReset>: New item, explaining the packet.
603
604 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
607 "Compiler search for the compile command" descriptions of set
608 compile-gcc and show compile-gcc.
609
610 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
611
612 * gdb.texinfo (Architectures): Add new Sparc64 section to document
613 ADI support.
614 * NEWS: Add "adi examine" and "adi assign" commands.
615
616 2017-08-18 Yao Qi <yao.qi@linaro.org>
617
618 * gdb.texinfo (Server): Document "--selftest".
619
620 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
621
622 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
623 Single-Key mode.
624
625 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
626
627 PR gdb/21925
628 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
629 set...").
630
631 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
632
633 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
634 conditional expression.
635
636 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
637
638 * agentexpr.texi (rot): Fix symbolic description, improve
639 textual description.
640
641 2017-07-26 Yao Qi <yao.qi@linaro.org>
642
643 * gdb.texinfo (Maintenance Commands): Document command
644 "maint check xml-descriptions".
645
646 2017-07-26 Yao Qi <yao.qi@linaro.org>
647
648 * gdb.texinfo (Maintenance Commands): Document optional
649 argument of "maint print c-tdesc".
650
651 2017-07-18 Yao Qi <yao.qi@linaro.org>
652
653 * gdb.texinfo (Maintenance Commands): Improve the doc to
654 command "maint print c-tdesc".
655
656 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
657
658 PR gdb/21606
659 * python.texi (Python representation of Symbols.): Replace
660 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
661 * guile.texi (Guile representation of Symbols.): Likewise.
662
663 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
664
665 * gdb.texinfo (Optional Messages about Internal Happenings):
666 Document {set,show} debug separate-debug-file commands.
667
668 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
669
670 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
671 (Connecting) <Remote Packet>: Add "startup-with-shell"
672 and "QStartupWithShell" to the table.
673 (Remote Protocol) <QStartupWithShell>: New item, explaining the
674 packet.
675
676 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
679
680 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
681
682 * python.texi (Recording in Python): Factor out the documentation of
683 gdb.RecordInstruction's super class.
684
685 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
686
687 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
688 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
689 prev and next.
690
691 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
692
693 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
694 gdb.RecordInstruction
695
696 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
697
698 * python.texi (Recording in Python): Add documentation for
699 gdb.RecordGap and remove documentation of special cases for
700 gdb.BtraceInstruction.
701
702 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
703
704 * python.texi (Recording in Python): Remove Record.ptid defvar.
705
706 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
707
708 * gdb.texinfo (GDB/MI Thread Information): Add missing
709 fields, re-word some things.
710 (GDB/MI Thread Commands): Describe fields found in the output of
711 -thread-info, remove description of fields in the
712 thread output tuple, replace with a cross-reference to "GDB/MI
713 Thread Information".
714
715 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
716
717 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
718 from -thread-info output.
719
720 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
721
722 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
723
724 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
725
726 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
727
728 2017-03-22 Yao Qi <yao.qi@linaro.org>
729
730 * python.texi (Inferiors In Python): Remove @code from Python.
731
732 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
733
734 * python.texi (Recordings In Python): Document return type of
735 gdb.BtraceInstruction.data.
736
737 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
738
739 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
740 command file-list-shared-libraries
741 (GDB/MI Async Records): Update documentation of library-loaded with new
742 field.
743
744 2017-03-16 Doug Evans <dje@google.com>
745
746 * guile.texi (Lazy Strings In Guile): Mention arrays.
747 * python.texi (Lazy Strings In Python): Ditto.
748
749 2017-03-08 Jiong Wang <jiong.wang@arm.com>
750
751 * gdb.texinfo (Memory Protection Extensions): Add missing escape
752 character "@".
753
754 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
755
756 * Memory Protection Extensions: Add information about inferior
757 calls.
758
759 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
760
761 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
762 DW_TAG_GNU_* and DW_AT_GNU_*.
763
764 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
765
766 * python.texi (Recordings In Python): New section.
767
768 2017-02-14 Tom Tromey <tom@tromey.com>
769
770 PR python/13598:
771 * python.texi (Events In Python): Document events.before_prompt.
772
773 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
774
775 * gdb.texinfo (Target Commands): Document the optional offset
776 argument for the load command.
777
778 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
779
780 PR gdb/21122
781 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
782 space-separated breakpoint lists. Also add a missing @table command
783 and @cindex for breakpoint lists.
784
785 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
786
787 PR tdep/20936
788 * gdb.texinfo: (Standard Target Features): Document SPARC features.
789 (Sparc Features): New node.
790
791 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
792
793 * gdb.texinfo (i386 Features): Add system segment registers
794 as feature.
795
796 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
797
798 * python.texi (Events In Python): Fix typo.
799
800 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
801 Luis Machado <lgustavo@codesourcery.com>
802
803 * gdb.texinfo (-target-flash-erase): New MI command description.
804 (flash-erase): New CLI command description.
805
806 2017-01-04 John Baldwin <jhb@FreeBSD.org>
807
808 * gdb.texinfo (Contributors): Add SRI International and University
809 of Cambridge for FreeBSD/mips.
810
811 2016-12-22 Doug Evans <xdje42@gmail.com>
812
813 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
814 commands.
815
816 2016-12-02 Pedro Alves <palves@redhat.com>
817
818 * gdb.texinfo (User-defined Commands): Limit on number of
819 arguments passed to user-defined commands removed; update.
820
821 2016-12-02 Pedro Alves <palves@redhat.com>
822
823 PR cli/20559
824 * gdb.texinfo (Define): Add example of using "eval" to process a
825 variable number of arguments.
826 (Output) <eval>: Add anchor.
827
828 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
829
830 * Makefile.in: Likewise.
831
832 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
833
834 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
835 xref.
836
837 2016-10-29 Pedro Alves <palves@redhat.com>
838
839 * gdb.texinfo (Packets) <vCont>: Remove mention of default
840 actions.
841
842 2016-10-26 Pedro Alves <palves@redhat.com>
843
844 * gdb.texinfo (Packets): Clarify vCont packets with multiple
845 actions that match a thread, and what happens when an action
846 matches a thread that is already running.
847
848 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
849
850 * gdb.texinfo (Using Trace Files): Fix typo.
851 (GDB/MI Tracepoint Commands): Likewise.
852
853 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
854
855 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
856 of -trace-save.
857
858 2016-10-06 Tom Tromey <tom@tromey.com>
859
860 * guile.texi (Types In Guile): Remove Java mentions.
861 * python.texi (Types In Python): Remove Java mentions.
862 * gdb.texinfo (Address Locations, Supported Languages)
863 (Index Section Format): Remove Java mentions.
864
865 2016-08-15 Doug Evans <dje@google.com>
866
867 * gdb.texinfo (Target Description Format): Update docs on "end"
868 field spec and field default type.
869
870 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
871 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
872
873 PR gdb/20487
874 * gdb.texinfo (Context management): Update mention of frame
875 change notifications.
876 (gdb/mi Async Records): Document frame field in
877 =thread-select event.
878 * observer.texi (GDB Observers): New user_selected_context_changed
879 observer.
880
881 2016-09-28 Tom Tromey <tom@tromey.com>
882
883 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
884 than "memory breakpoint". Further document "kind". Move
885 protocol-details link earlier.
886 <z1>: Document the cmd_list argument. Fix typo.
887 <g>: Remove incorrect sentence.
888 (Stop Reply Packets): Document "OK" response to requests when in
889 non-stop mode.
890 <swbreak>: Use "software breakpoint" rather than "memory
891 breakpoint".
892 <create>: Document that "R" is ignored.
893 <W, X, w>: Document formatting of "AA".
894 (Notification Packets): Use "%Stop", not "%%Stop".
895
896 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
897
898 * gdb.texinfo (Embedded Processors): Document ARC.
899 (Synopsys ARC): New section.
900 (Standard Target Features): Document ARC features.
901 (ARC Features): New section.
902
903 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
904
905 * .gitignore: New file.
906
907 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
908
909 * gdb.texinfo (Input/Output): Mention possibility to unset
910 inferior-tty.
911
912 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
913
914 * gdb.texinfo: Resume btrace on reconnect.
915
916 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
917
918 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
919 syscall.
920
921 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
922
923 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
924 command.
925
926 2016-07-13 Tom Tromey <tom@tromey.com>
927
928 PR python/15620, PR python/18620:
929 * python.texi (Events In Python): Document new breakpoint events.
930
931 2016-07-13 Tom Tromey <tom@tromey.com>
932
933 PR python/17698:
934 * python.texi (Breakpoints In Python): Document
935 Breakpoint.pending.
936
937 2016-07-13 Tom Tromey <tom@tromey.com>
938
939 * python.texi (Breakpoints In Python): Move table of types and
940 table of watchpoint types earlier in node.
941
942 2016-07-12 Tom Tromey <tom@tromey.com>
943
944 PR python/19293:
945 * python.texi (Frames In Python): Document
946 gdb.invalidate_cached_frames.
947
948 2016-06-21 Pedro Alves <palves@redhat.com>
949
950 * gdb.texinfo (Interpreters): Update intepreter-exec section,
951 document new-ui and explain use case.
952
953 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
954
955 * gdb.texinfo (Standard Target Features): Document NDS32 features.
956 (NDS32 Features): New Section.
957
958 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
959
960 * gdb.texinfo (Examining Memory): Document negative repeat
961 count in the 'x' command.
962
963 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
964
965 * gdb.texinfo (GDB/MI Async Records): Document method and
966 format fields in =record-started.
967 * observer.texi (record_changed): Add method and format
968 parameters.
969
970 2016-05-27 Eli Zaretskii <eliz@gnu.org>
971
972 * gdb.texinfo (General Query Packets): Move the description of the
973 response before the long list of the specific 'read' and 'write'
974 requests.
975
976 2016-05-23 Tom Tromey <tom@tromey.com>
977
978 * python.texi (Basic Python): Document gdb.breakpoints return.
979
980 2016-05-24 Tom Tromey <tom@tromey.com>
981
982 PR gdb/19194:
983 * gdb.texinfo (gdb man): Fix typo.
984
985 2016-05-17 Tom Tromey <tom@tromey.com>
986
987 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
988 (Rust): New node.
989
990 2016-05-17 Tom Tromey <tom@tromey.com>
991
992 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
993
994 2016-04-27 Yao Qi <yao.qi@linaro.org>
995
996 * gdb.texinfo (tfind): Complete doc about tfind without
997 argument.
998
999 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1000
1001 * agentexpr.texi (byte): Fix zero_ext description.
1002
1003 2016-03-31 Pedro Alves <palves@redhat.com>
1004
1005 * gdb.texinfo (M32R/SDI): Delete node.
1006 (MIPS Embedded): Remove references to the MIPS remote debugging
1007 protocol, PMON and variants, and the associated commands.
1008
1009 2016-03-15 Doug Evans <dje@google.com>
1010
1011 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1012 (Target Description Format): Mention enum types. Update docs on
1013 flags types.
1014 (Predefined Target Types): Add "bool".
1015 (Enum Target Types): New node.
1016
1017 2016-03-15 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.texinfo (Tracepoint Actions): Fix typo.
1020
1021 2016-03-15 Pedro Alves <palves@redhat.com>
1022 Andreas Arnez <arnez@linux.vnet.ibm.com>
1023 Marcin Kościelnicki <koriakin@0x04.net>
1024
1025 * gdb.texinfo (Tracepoint Actions): Document possible
1026 unreliability of '$_ret'.
1027
1028 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1029
1030 * gdb.texinfo (Symbols): Document new 'maint info line-table'
1031 command.
1032
1033 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1034
1035 * gdb.texinfo (Convenience Functions): Document $_as_string.
1036
1037 2016-02-23 Doug Evans <dje@google.com>
1038
1039 * gdb.texinfo (Skipping Over Functions and Files): Document new
1040 options to "skip" command. Update docs of output of "info skip".
1041
1042 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1043
1044 * gdb.texinfo (Signals): Add bound violation display hints for
1045 a SIGSEGV.
1046
1047 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1048
1049 * gdb.texinfo (Trace File Format): Add documentation for description
1050 section lines.
1051
1052 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
1053
1054 * gdb.texinfo (Trace File Format): Remove misleading information
1055 about register block ordering.
1056
1057 2016-02-01 Doug Evans <dje@google.com>
1058
1059 * gdb.texinfo (Value Sizes): Fix typo.
1060
1061 2016-02-01 Doug Evans <dje@google.com>
1062
1063 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1064
1065 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * gdb.texinfo (Value Sizes): New section.
1068 (Data): Add the 'Value Sizes' node to the menu.
1069
1070 2016-01-26 John Baldwin <jhb@FreeBSD.org>
1071
1072 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1073
1074 2016-01-19 John Baldwin <jhb@FreeBSD.org>
1075
1076 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1077
1078 2016-01-18 Pedro Alves <palves@redhat.com>
1079
1080 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1081 of the thread that hit a breakpoint or received a signal.
1082
1083 2016-01-15 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1086
1087 2016-01-13 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.texinfo (Threads): Document the $_gthread convenience
1090 variable.
1091 (Convenience Vars): Likewise.
1092
1093 2016-01-13 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.texinfo (Threads): Document "info threads -gid".
1096
1097 2016-01-13 Pedro Alves <palves@redhat.com>
1098
1099 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1100 anchor.
1101 (Threads In Python): Document new InferiorThread.global_num
1102 attribute.
1103
1104 2016-01-07 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.texinfo (Threads): Document per-inferior thread IDs,
1107 qualified thread IDs, global thread IDs and thread ID lists.
1108 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1109 thread IDs.
1110 (Convenience Vars): Document the $_thread convenience variable.
1111 (Ada Tasks): Adjust to refer to thread IDs.
1112 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1113 Commands, GDB/MI Variable Objects): Update to mention global
1114 thread IDs.
1115 * guile.texi (Breakpoints In Guile)
1116 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1117 global thread IDs instead of thread IDs.
1118 * python.texi (Threads In Python): Adjust documentation of
1119 InferiorThread.num.
1120 (Breakpoint.thread): Mention global thread IDs instead of thread
1121 IDs.
1122
1123 2016-01-13 Pedro Alves <palves@redhat.com>
1124
1125 * python.texi (Threads In Python): Document
1126 InferiorThread.inferior.
1127
1128 2016-01-13 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1131 convenience variable.
1132 (Convenience Vars): Likewise.
1133
1134 2016-01-12 Josh Stone <jistone@redhat.com>
1135 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1136
1137 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1138 (Stop Reply Packets): List the syscall entry and return stop reasons.
1139 (General Query Packets): Describe QCatchSyscalls, and add it to the
1140 table and the detailed list of stub features.
1141
1142 2016-01-12 Pedro Alves <palves@redhat.com>
1143
1144 Remove use of the registered trademark symbol throughout.
1145
1146 2016-01-12 Yao Qi <yao.qi@linaro.org>
1147
1148 * gdb.texinfo (Interrupts): Update the document on handling
1149 interrupt when program is stopped.
1150
1151 2015-12-11 Don Breazeal <donb@codesourcery.com>
1152
1153 * gdb.texinfo (Forks): Correct Linux kernel version where
1154 fork and exec events are supported, add notes about support
1155 of these events in target remote mode.
1156 (Connecting): Reorganize and clarify distinctions between
1157 target remote, extended-remote, and multiprocess.
1158 Reorganize related text from separate sections into new
1159 sections.
1160 (Server): Note effects of target extended-remote mode.
1161 Delete section on Multi-Process Mode for gdbserver.
1162 Move some text to "Connecting" node.
1163
1164 2015-12-10 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.texinfo (Threads): Replace warning with explanation
1167 about single-threaded programs.
1168
1169 2015-12-10 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.texinfo (Threads): Remove mention of SGI.
1172 (Forks): Remove mention of HP-UX.
1173 (Breakpoints): Remove mention of HP-UX.
1174 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1175 Reword in terms of architectures.
1176 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1177 mention supported systems.
1178 (Convenience Vars): Don't mention HP-UX.
1179 (Jumping): Remove mention of HP-UX in comment.
1180 (Files) <shared libraries>: Update supported shared library types
1181 list. Remove mention of HP-UX.
1182 (Native): Remove HP-UX subsection.
1183 (SVR4 Process Information): Remove mention of HP-UX.
1184
1185 2015-12-10 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.texinfo (Stack): Reorder menu.
1188
1189 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1190
1191 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1192 -var-set-format's new zero-hexadecimal format.
1193
1194 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1195
1196 * gdb.texinfo (Ada Mode Into): Move overloading support
1197 description to its own node.
1198 (Overloading support for Ada): New node.
1199
1200 2015-11-30 Pedro Alves <palves@redhat.com>
1201
1202 PR 14618
1203 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1204 (Remote Configuration): Add the "set/show remote
1205 no-resumed-stop-reply" to the available settings table.
1206 (General Query Packets): Document the "no-resumed" qSupported
1207 feature.
1208
1209 2015-11-30 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.texinfo (Remote Configuration): List "set/show remote
1212 thread-events" command in configuration table.
1213 (Stop Reply Packets): Document "T05 create" stop
1214 reason and 'w' stop reply.
1215 (General Query Packets): Document QThreadEvents packet. Document
1216 QThreadEvents qSupported feature.
1217
1218 2015-11-30 Pedro Alves <palves@redhat.com>
1219
1220 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1221 anchor.
1222 (Packets): Document vCtrlC.
1223
1224 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1225
1226 * gdb.texinfo (Thread List Format): Mention thread names.
1227
1228 2015-11-24 Pedro Alves <palves@redhat.com>
1229
1230 PR 17539
1231 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1232 program-spaces" example to ascending order listing.
1233 (Threads): Adjust "info threads" example to ascending order
1234 listing.
1235 (Forks): Adjust "info inferiors" example to ascending order
1236 listing.
1237
1238 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1239
1240 * gdb.texinfo (Process Record and Replay): Document "record
1241 instruction-history" modifiers.
1242
1243 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1246 description.
1247 (Frame Filter Management): Move to later in the 'Examining the
1248 Stack' chapter.
1249 (Selection): Add entry for 'select-frame'.
1250
1251 2015-09-25 Doug Evans <dje@google.com>
1252
1253 * gdb.texinfo (Process Record and Replay): Fix syntax of
1254 "record instruction-history begin, end" and
1255 "record function-call-history begin, end".
1256
1257 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1258
1259 * gdb.texinfo (Specifying Source Directories): Fix
1260 substitute-path example.
1261
1262 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1263
1264 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1265
1266 2015-09-15 Pedro Alves <palves@redhat.com>
1267
1268 PR remote/18965
1269 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1270 the vforkdone description.
1271
1272 2015-09-15 Pedro Alves <palves@redhat.com>
1273
1274 PR remote/18965
1275 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1276 part indicates the thread ID of the parent process.
1277
1278 2015-09-15 Yao Qi <yao.qi@linaro.org>
1279
1280 * gdb.texinfo (General Query Packets): Add vContSupported to
1281 tables of 'gdbfeatures' and 'stub features' supported in the
1282 qSupported packet, as well as to the list containing stub
1283 feature details.
1284
1285 2015-09-11 Don Breazeal <donb@codesourcery.com>
1286
1287 * gdb.texinfo (Remote Configuration): Add exec event
1288 feature to table of packet settings.
1289 (Stop Reply Packets): Add exec events to the list of stop
1290 reasons.
1291 (General Query Packets): Add exec events to tables of
1292 'gdbfeatures' and 'stub features' supported in the qSupported
1293 packet, as well as to the list containing stub feature
1294 details.
1295
1296 2015-08-24 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.texinfo (Remote Configuration): Document the "set/show
1299 remote multiprocess-extensions-packet" commands.
1300
1301 2015-08-24 Pedro Alves <palves@redhat.com>
1302
1303 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1304 <M32R>: Remove references to M32R/D.
1305 <M68K>: Remove references to target dbug.
1306 <MIPS Embedded>: Remove references to target r3900 and target
1307 array.
1308 <PowerPC Embedded>: Remove references to target dink32 and target
1309 ppcbug, target sds
1310 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1311
1312 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1315
1316 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1319
1320 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1321
1322 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1323 info bfds" to...
1324 (File Caching): A New section. Outline bfd caching, and add new
1325 description for "main set/show bfd-sharing".
1326
1327 2015-08-14 Doug Evans <xdje42@gmail.com>
1328
1329 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1330 disassembly.
1331 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1332
1333 2015-08-11 Keith Seitz <keiths@redhat.com>
1334
1335 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1336 Use "location(s)"instead of "linespec(s)".
1337 (Specifying a Location): Rewrite.
1338 Add subsections describing linespec, address, and explicit locations.
1339 Add node/menu for each subsection.
1340 (Source and Machine Code, C Preprocessor Macros)
1341 (Create and Delete Trace points)
1342 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1343 (Continuing at a Different Address): Remove "linespec" examples.
1344 Add reference to "Specify a Location"
1345 (The -break-insert Command): Rewrite. Add anchor.
1346 Add reference to appropriate manual section discussing locations.
1347 (The -dprintf-insert Command): Refer to -break-insert for
1348 specification of 'location'.
1349
1350 2015-08-07 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1353 target-non-stop".
1354
1355 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1356
1357 * gdb.texinfo (Process Record and Replay): Document prefixing of
1358 speculatively executed instructions in the "record instruction-history"
1359 command.
1360
1361 2015-07-20 Doug Evans <dje@google.com>
1362
1363 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1364
1365 2015-07-16 Doug Evans <dje@google.com>
1366
1367 * stabs.texinfo: @include gdb-cfg.texi.
1368
1369 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1370
1371 Revert the previous 2 commits:
1372 gdbserver build-id attribute generator
1373 Validate symbol file using build-id
1374
1375 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1376
1377 * gdb.texinfo (Files): Add 'set validate-build-id'
1378 and 'show validate-build-id'.
1379
1380 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1381 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 gdbserver build-id attribute generator.
1384 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1385 'build-id' in description, example, new attribute in dtd.
1386
1387 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.texinfo (Selection): Update documentation for 'frame'
1390 command.
1391
1392 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1393
1394 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1395 commands.
1396
1397 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1398
1399 * gdb.texinfo (Process Record and Replay): Spell out that variables
1400 and registers are not available during btrace replay.
1401 Describe the new "record btrace pt" command.
1402 Describe the new "set|show record btrace pt buffer-size" options.
1403 (General Query Packets): Describe the new Qbtrace:pt and
1404 Qbtrace-conf:pt:size packets.
1405 Expand "bts" to "Branch Trace Store".
1406 Update the branch trace DTD.
1407
1408 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1409
1410 * gdb.texinfo (Command History): Document the new option
1411 "history remove-duplicates".
1412
1413 2015-06-19 Doug Evans <dje@google.com>
1414
1415 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1416 longer supported.
1417
1418 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1419
1420 * gdb.texinfo (Command History): Mention that setting
1421 GDBHISTSIZE to the empty string disables history truncation.
1422
1423 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1424
1425 PR gdb/16999
1426 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1427 behavior.
1428
1429 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1430
1431 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1432 with GDBHISTSIZE.
1433
1434 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1435
1436 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1437 bytes and memory units for -data-{read,write}-memory-bytes.
1438 (Packets): Same for m, M and X packets.
1439 * python.texi (Inferiors In Python): Same for read_memory and
1440 write_memory.
1441
1442 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1443
1444 * gdb.texinfo (Separate Debug Files): Document that PE is also
1445 supported.
1446
1447 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1450 single table entry.
1451
1452 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1453
1454 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1455
1456
1457 2015-06-10 Gary Benson <gbenson@redhat.com>
1458
1459 * gdb.texinfo (Remote Configuration): Document the
1460 "set/show remote hostio-setfs-packet" command.
1461 (Host I/O Packets): Document the vFile:setfs packet.
1462
1463 2015-06-10 Gary Benson <gbenson@redhat.com>
1464
1465 * gdb.texinfo (Debugging Output): Document the "set/show debug
1466 linux-namespaces" command.
1467
1468 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1469 Mircea Gherzan <mircea.gherzan@intel.com>
1470
1471 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1472 and "set mpx bound".
1473
1474 2015-05-27 Doug Evans <dje@google.com>
1475
1476 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1477
1478 2015-05-26 Doug Evans <dje@google.com>
1479
1480 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1481 command renamings.
1482 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1483
1484 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1487
1488 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1489
1490 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1491 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1492
1493 2015-05-16 Doug Evans <xdje42@gmail.com>
1494
1495 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1496 memory ports.
1497
1498 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1499
1500 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1501
1502 2015-05-12 Don Breazeal <donb@codesourcery.com>
1503
1504 * gdb.texinfo (Forks): Note that fork debugging is
1505 supported in extended mode.
1506 (Remote Configuration): Add fork event features to table
1507 of packet settings.
1508 (Stop Reply Packets): Add fork events to list of stop reasons.
1509 (General Query Packets): Add fork events to tables of
1510 'gdbfeatures' and 'stub features' supported in the qSupported
1511 packet, as well as to the list containing stub feature
1512 details.
1513
1514 2015-05-12 Gary Benson <gbenson@redhat.com>
1515
1516 * gdb.texinfo (General Query Packets): Document
1517 qXfer:exec-file:read with empty annex.
1518
1519 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1520
1521 * python.texi (Values From Inferior): Add descriptions of new
1522 methods gdb.Value.reference_value and gdb.Value.const_value.
1523
1524 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1525
1526 * gdb.texinfo (Files): Add "info dll" documentation.
1527 (Cygwin Native): Remove "info dll" documentation.
1528
1529 2015-04-29 Doug Evans <dje@google.com>
1530
1531 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1532 Document.
1533 (Writing an Xmethod): Add get_result_type to example.
1534
1535 2015-04-28 Sasha Smundak <asmundak@google.com>
1536
1537 * python.texi: New method documented.
1538
1539 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1542 format.
1543
1544 2015-04-24 Doug Evans <dje@google.com>
1545
1546 * python.texi (Xmethods In Python): Fix name of method to call the
1547 xmethod.
1548
1549 2015-04-17 Gary Benson <gbenson@redhat.com>
1550
1551 * gdb.texinfo (Connecting to a Remote Target): Mention that
1552 GDB can access program files from remote targets that support
1553 qXfer:exec-file:read and Host I/O packets.
1554
1555 2015-04-17 Gary Benson <gbenson@redhat.com>
1556
1557 * gdb.texinfo (Remote Configuration): Document the "set/show
1558 remote pid-to-exec-file-packet" command.
1559 (General Query Packets): Document the qXfer:exec-file:read
1560 qSupported features. Document the qXfer:exec-file:read packet.
1561
1562 2015-04-17 Gary Benson <gbenson@redhat.com>
1563
1564 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1565 applies to executable paths if supplied to GDB as absolute.
1566
1567 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * gdb.texinfo (Mode Options): Remove -xdb.
1570
1571 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1572 Eli Zaretskii <eliz@gnu.org>
1573
1574 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1575 compile, show debug compile. New subsection Compilation options for
1576 the compile command. New subsection Compiler search for the compile
1577 command.
1578
1579 2015-04-09 Andy Wingo <wingo@igalia.com>
1580
1581 * guile.texi (Frames In Guile): Describe frame-read-register.
1582
1583 2015-04-02 Gary Benson <gbenson@redhat.com>
1584
1585 * gdb.texinfo (set sysroot): Document "target:".
1586
1587 2015-04-01 Sasha Smundak <asmundak@google.com>
1588
1589 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1590 section.
1591
1592 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1593
1594 PR corefiles/16092
1595 * gdb.texinfo (gcore): Mention new command 'set
1596 use-coredump-filter'.
1597 (set use-coredump-filter): Document new command.
1598
1599 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1600
1601 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1602 documentation, reorder the info os entries in alphabetical order.
1603
1604 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1605
1606 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1607 -data-write-memory-bytes.
1608
1609 2015-03-24 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1612 mention that threads may sometimes run unlocked.
1613
1614 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1615
1616 * gdb.texinfo (Remote configuration): Document "set/show
1617 serial parity" command.
1618
1619 2015-03-18 Gary Benson <gbenson@redhat.com>
1620
1621 * gdb.texinfo (General Query Packets): Remove documentation
1622 for now-removed vFile:fstat qSupported features.
1623
1624 2015-03-11 Gary Benson <gbenson@redhat.com>
1625
1626 * gdb.texinfo (Remote Configuration): Document the
1627 "set/show remote hostio-fstat-packet" command.
1628 (General Query Packets): Document the vFile:fstat
1629 qSupported features.
1630 (Host I/O Packets): Document the vFile:fstat packet.
1631
1632 2015-03-11 Andy Wingo <wingo@igalia.com>
1633
1634 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1635
1636 2015-03-04 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.texinfo (Remote Configuration): Document the "set/show
1639 remote swbreak-feature-packet" and "set/show remote
1640 hwbreak-feature-packet" commands.
1641 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1642 decription.
1643 (Stop Reply Packets): Document the swbreak and hwbreak stop
1644 reasons.
1645 (General Query Packets): Document the swbreak and hwbreak
1646 qSupported features.
1647 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1648
1649 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1650
1651 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1652 under *stopped.
1653
1654 2015-03-02 Doug Evans <xdje42@gmail.com>
1655
1656 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1657
1658 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1659
1660 * gdb.texinfo (S/390 and System z Features): Describe new feature
1661 "org.gnu.gdb.s390.vx".
1662
1663 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1664
1665 PR gdb/18008
1666 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1667 demangler-warning): Fix typo ("problam").
1668
1669 2015-02-19 David Taylor <dtaylor@emc.com>
1670
1671 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1672
1673 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1674
1675 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1676 point, DTrace'.
1677 (Static Probe Points): Modified to cover DTrace probes in addition
1678 to SystemTap probes. Also modified to cover the `enable probe'
1679 and `disable probe' commands.
1680
1681 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1682
1683 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1684 `disable probe' commands.
1685
1686 2015-02-12 David Taylor <dtaylor@emc.com>
1687
1688 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1689 fields of the QTDV packet.
1690
1691 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1692
1693 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1694 (Process Record and Replay): Describe new set|show commands.
1695 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1696
1697 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1698
1699 * gdb.texinfo (Process Record and Replay): Describe the "record
1700 btrace bts" command.
1701 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1702 (Branch Trace Configuration Format): New.
1703
1704 2015-01-31 Gary Benson <gbenson@redhat.com>
1705 Doug Evans <dje@google.com>
1706
1707 * gdb.texinfo (Command Completion): Document new
1708 "set/show max-completions" option.
1709
1710 2015-01-31 Doug Evans <xdje42@gmail.com>
1711
1712 * gdb.texinfo (Symbols): Document new commands
1713 "maint print symbol-cache", "maint print symbol-cache-statistics",
1714 "maint flush-symbol-cache". Document new option
1715 "maint set symbol-cache-size".
1716
1717 2015-01-31 Doug Evans <xdje42@gmail.com>
1718
1719 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1720 distinguish script files vs inlined scripts.
1721 * python.texi (Python Auto-loading): Ditto.
1722
1723 2015-01-30 Doug Evans <dje@google.com>
1724
1725 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1726 string if present.
1727
1728 2015-01-27 Doug Evans <dje@google.com>
1729
1730 * python.texi (Objfiles In Python): Document Objfile.username.
1731
1732 2015-01-27 Doug Evans <dje@google.com>
1733
1734 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1735 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1736
1737 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1740
1741 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1742
1743 * doc/gdb.texinfo (TUI Commands): Document the possible
1744 values of NAME argument to 'winheight' command. Explain the
1745 effect of 'tabset' setting better.
1746
1747 2015-01-11 Doug Evans <xdje42@gmail.com>
1748
1749 PR gdb/15830
1750 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1751 (Symbols): Ditto.
1752 (Maintenance Commands): Delete docs for "maint demangle".
1753
1754 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1755
1756 * gdb.texinfo (Files): Remove documentation of the
1757 "add-shared-symbol-files" and "assf" commands.
1758 (Cygwin Native): Remove documentation of the "dll-symbols"
1759 command.
1760
1761 2014-12-17 Doug Evans <xdje42@gmail.com>
1762
1763 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1764
1765 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1766 Jan Kratochvil <jan.kratochvil@redhat.com>
1767
1768 * gdb.texinfo (Altering): Update.
1769 (Compiling and Injecting Code): New node.
1770
1771 2014-12-12 Doug Evans <dje@google.com>
1772
1773 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1774
1775 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1776
1777 * gdb.texinfo: Document "maint print user-registers".
1778
1779 2014-12-08 Doug Evans <dje@google.com>
1780
1781 * python.texi (Objfiles In Python): Document Objfile.owner.
1782
1783 2014-12-04 Doug Evans <dje@google.com>
1784
1785 * python.texi (Objfiles In Python): Document
1786 Objfile.add_separate_debug_file.
1787
1788 2014-12-04 Doug Evans <dje@google.com>
1789
1790 * python.texi (Objfiles In Python): Document Objfile.build_id.
1791
1792 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1793
1794 * python.texi (Events In Python): Document new events
1795 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1796 and RegisterChangedEvent.
1797
1798 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1799
1800 Add add-auto-load-scripts-directory.
1801 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1802 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1803
1804 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1805
1806 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1807 description typo.
1808
1809 2014-10-30 Doug Evans <dje@google.com>
1810
1811 * python.texi (Progspaces In Python): Document ability to add
1812 random attributes to gdb.Progspace objects.
1813 (Objfiles In Python): Document ability to add random attributes to
1814 gdb.objfile objects.
1815
1816 2014-10-27 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1819 info on stepping and signal handlers.
1820 (Signals): Explain stepping and signal handlers. Add context
1821 index entry, and cross references.
1822
1823 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1824
1825 * python.texi (Breakpoints In Python): Add parenthesis after
1826 Breakpoint.delete. Clarify Breakpoint.enabled description so
1827 that it contains "disable".
1828
1829 2014-10-17 Doug Evans <dje@google.com>
1830
1831 * python.texi (Events In Python): Document clear_objfiles event.
1832
1833 2014-10-17 Doug Evans <dje@google.com>
1834
1835 * python.texi (Objfiles In Python): Document new progspace attribute.
1836
1837 2014-10-17 Pedro Alves <palves@redhat.com>
1838
1839 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1840 (SVR4 Process Information): Delete mention of OSF/1.
1841
1842 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1843
1844 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1845 exit-code field in -list-thread-groups output.
1846
1847 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1848
1849 * gdb.texinfo (Set Breaks): Add missing "@end table".
1850
1851 2014-09-22 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1854 always-inserted off" is the default mode now. Delete
1855 documentation of "set breakpoint always-inserted auto".
1856
1857 2014-09-18 Doug Evans <dje@google.com>
1858
1859 * python.texi (Symbol Tables In Python): Document "producer"
1860 attribute of gdb.Symtab objects.
1861
1862 2014-09-16 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1865 (Embedded OS): Remove VxWorks menu entry.
1866 (VxWorks): Remove node.
1867
1868 2014-09-13 Doug Evans <xdje42@gmail.com>
1869
1870 * gdb.texinfo (Signaling): Document new queue-signal command.
1871
1872 2014-09-06 Doug Evans <xdje42@gmail.com>
1873
1874 PR 15276
1875 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1876 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1877
1878 2014-09-03 Justin Lebar <jlebar@google.com>
1879
1880 * python.texi (Types In Python): Type.template_argument(n) returns a
1881 gdb.Value or a gdb.Type and throws an exception if n is out of
1882 range.
1883
1884 2014-09-03 Sasha Smundak <asmundak@google.com>
1885
1886 * python.texi (Frames in Python): Add read_register description.
1887
1888 2014-08-04 Tom Tromey <tromey@redhat.com>
1889
1890 * gdb.texinfo (Debugging Output): Update for change to "set debug
1891 target".
1892
1893 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1894
1895 Pushed by Joel Brobecker <brobecker@adacore.com>.
1896 * Makefile.in (transform): New variable.
1897 (install-man1, install-man5): Apply $(transform) to man file names.
1898
1899 2014-07-26 Doug Evans <xdje42@gmail.com>
1900
1901 PR guile/17177
1902 * guile.texi (Guile Pretty Printing API): Fix typo.
1903 Document set-pretty-printers!, pretty-printers.
1904 (Selecting Guile Pretty-Printers): Update.
1905 Mention program-space based pretty-printers.
1906
1907 2014-07-25 Pedro Alves <palves@redhat.com>
1908 Eli Zaretskii <eliz@gnu.org>
1909
1910 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1911 with multi-threaded programs.
1912
1913 2014-06-27 Yao Qi <yao@codesourcery.com>
1914
1915 * gdb.texinfo (Maintenance Commands): Update the output of
1916 'maint print dummy-frames' command.
1917
1918 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1919
1920 * gdb.texinfo (Screen Size): Improve indexing.
1921
1922 2014-06-19 Gary Benson <gbenson@redhat.com>
1923
1924 * gdb.texinfo (Maintenance Commands): Document new
1925 "maint set/show catch-demangler-crashes" option.
1926
1927 2014-06-19 Gary Benson <gbenson@redhat.com>
1928
1929 * gdb.texinfo (Maintenance Commands): Document new
1930 "maint demangler-warning" command and new
1931 "maint set/show demangler-warning" option.
1932
1933 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1934
1935 * python.texi (Xmethod API): Add space before the opening
1936 parenthesis in function descriptions.
1937
1938 2014-06-06 Doug Evans <xdje42@gmail.com>
1939
1940 * guile.texi (Guile Configuration): Document guile-data-directory.
1941
1942 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1943
1944 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1945
1946 2014-06-04 Doug Evans <xdje42@gmail.com>
1947
1948 * guile.texi (Breakpoints In Guile): Update.
1949
1950 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1951
1952 * python.texi (Xmethod API): Fix reference to "Progspaces In
1953 Python".
1954
1955 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1956
1957 * python.texi (Xmethods In Python, XMethod API)
1958 (Writing an Xmethod): New nodes.
1959 (Python API): New menu entries "Xmethods In Python",
1960 "Xmethod API", "Writing an Xmethod".
1961
1962 2014-06-02 Doug Evans <xdje42@gmail.com>
1963
1964 * guile.texi (Guile API): Add entry for Parameters In Guile.
1965 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1966 (Parameters In Guile): New node.
1967
1968 2014-06-02 Doug Evans <xdje42@gmail.com>
1969
1970 * guile.texi (Guile API): Add entry for Commands In Guile.
1971 (Basic Guile) <parse-and-eval>: Add reference.
1972 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1973 (GDB Scheme Data Types): Mention <gdb:command> object.
1974 (Commands In Guile): New node.
1975
1976 2014-06-02 Doug Evans <xdje42@gmail.com>
1977
1978 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1979 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1980 (Progspaces In Guile): New node.
1981
1982 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1983
1984 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1985 * python.texi (Frames In Python): Mention
1986 gdb.FRAME_UNWIND_MEMORY_ERROR.
1987
1988 2014-05-29 Pedro Alves <palves@redhat.com>
1989 Tom Tromey <tromey@redhat.com>
1990
1991 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1992 from example.
1993 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1994 Mention that target-async is now deprecated.
1995 (Maintenance Commands): Document maint set/show target-async.
1996
1997 2014-05-29 Pedro Alves <palves@redhat.com>
1998
1999 * observer.texi (sync_execution_done, command_error): New
2000 subjects.
2001
2002 2014-05-29 Pedro Alves <palves@redhat.com>
2003
2004 PR gdb/13860
2005 * observer.texi (signal_received, end_stepping_range)
2006 (signal_exited, exited, no_history): New observer subjects.
2007
2008 2014-05-26 Andy Wingo <wingo@igalia.com>
2009
2010 * guile.texi (GDB Scheme Data Types): Remove documentation for
2011 removed interfaces. Update spelling of gdb-object-kind.
2012
2013 2014-05-26 Andy Wingo <wingo@igalia.com>
2014
2015 * guile.texi (Basic Guile): Fix some typos.
2016
2017 2014-05-26 Andy Wingo <wingo@igalia.com>
2018
2019 * guile.texi (Writing a Guile Pretty-Printer)
2020 (Guile Types Module): Fix excess parentheses in use-modules forms.
2021
2022 2014-05-24 Eli Zaretskii <eliz@gnu.org>
2023
2024 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2025 (Breakpoints In Guile, Guile Printing Module)
2026 (Guile Exception Handling, Values From Inferior In Guile)
2027 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2028 Don't use @var at the beginning of a sentence.
2029
2030 * gdb.texinfo (Frame Filter Management, Trace Files)
2031 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2032 (PowerPC Embedded, Define, Annotations for Running)
2033 (IPA Protocol Commands, Packets, General Query Packets)
2034 (Tracepoint Packets, Notification Packets, Environment)
2035 (Inferiors and Programs, Set Breaks, Set Catchpoints)
2036 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2037 (Frames, Backtrace, Selection, Expressions, Registers)
2038 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2039 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2040 (Source Annotations, Using JIT Debug Info Readers, Packets)
2041 (Stop Reply Packets, Host I/O Packets)
2042 (Target Description Format): Don't use @var at the beginning of a
2043 sentence.
2044
2045 * python.texi (Basic Python, Types In Python)
2046 (Commands In Python, Frames In Python, Line Tables In Python)
2047 (Breakpoints In Python, gdb.printing, gdb.types)
2048 (Type Printing API): Don't use @var at the beginning of a
2049 sentence.
2050
2051 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2052
2053 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2054 replay-memory-access".
2055
2056 2014-05-21 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.texinfo (Starting): Document "set/show
2059 auto-connect-native-target".
2060 (Target Commands): Document "target native".
2061
2062 2014-05-20 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2065 not be remote specific. Add cross reference to the qCRC packet.
2066 (Separate Debug Files): Update cross reference to the qCRC packet.
2067 (General Query Packets) <qCRC packet>: Add anchor.
2068
2069 2014-05-17 Doug Evans <xdje42@gmail.com>
2070
2071 Copy over changes from guile.texi.
2072 * python.texi (Basic Python) <gdb.execute>: Add text.
2073 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2074 (Values From Inferior) <Python string>: Add text.
2075 (Values From Inferior) <Value.string>: Clarify string length handling.
2076 (Pretty Printing API): Add cindex.
2077 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2078 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
2079 @vindex.
2080 (Commands In Python) <COMPLETE_*>: Similarly.
2081 (Symbols In Python) <SYMBOL_*>: Similarly.
2082 (Breakpoints In Python) <WP_*>: Similarly.
2083 (Breakpoints In Python) <BP_*>: Similarly.
2084
2085 2014-05-17 David Taylor <dtaylor@emc.com>
2086
2087 * gdb.texinfo (General Query Packets): Add a note about thread IDs
2088 mentioned in the qfThreadInfo reply.
2089
2090 2014-05-16 Doug Evans <dje@google.com>
2091
2092 * gdb.texinfo (Mode Options): Add -D.
2093
2094 2014-05-09 Samuel Bronson <naesten@gmail.com>
2095
2096 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2097 "make -C".
2098
2099 2014-04-29 Tom Tromey <tromey@redhat.com>
2100
2101 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2102 "show debug varobj".
2103
2104 2014-05-01 David Taylor <dtaylor@emc.com>
2105
2106 * gdb.texinfo (compare-sections): Document the new -r (read-only)
2107 option.
2108
2109 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2110 Walfred Tedeschi <walfred.tedeschi@intel.com>
2111
2112 * gdb.texinfo (i386 Features): Add description of AVX512
2113 registers.
2114
2115 2014-03-31 Doug Evans <dje@google.com>
2116
2117 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2118
2119 2014-03-30 Doug Evans <dje@google.com>
2120
2121 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2122 (Background Execution): Ditto.
2123
2124 2014-03-21 Pedro Alves <palves@redhat.com>
2125 Stan Shebs <stan@codesourcery.com>
2126 Hui Zhu <hui@codesourcery.com>
2127
2128 * gdb.texinfo (Packets): Add anchor to "? packet".
2129 Remove fixme and update introduction of "k packet".
2130 Add anchor to "vKill packet".
2131
2132 2014-03-12 Stan Shebs <stan@codesourcery.com>
2133
2134 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2135
2136 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2137
2138 * guile.texi (Basic Guile): Document 'history-append!'.
2139
2140 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2141
2142 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2143 and "assf" as being deprecated.
2144 (Cygwin Native): Likewise for "dll-symbols".
2145 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2146 as a way to force the loading of symbols from a DLL.
2147
2148 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2149
2150 * python.texi (Values From Inferior): Add description about the
2151 new feature.
2152
2153 2014-02-17 Doug Evans <xdje42@gmail.com>
2154
2155 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2156 * gdb.texinfo (Python): Moved to ...
2157 * python.texi: ... here. New file.
2158
2159 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2160
2161 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2162 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2163 parameter to 'str-lookup-function' procedure. Look for
2164 the "std::string<" prefix.
2165 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2166 Adjust description.
2167
2168 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2169
2170 * guile.texi (Values From Inferior In Guile): Remove stray
2171 parantheses for deffn.
2172 (Disassembly In Guile): Ditto.
2173
2174 2014-02-10 Stan Shebs <stan@codesourcery.com>
2175
2176 Add Doxygen support.
2177 * Makefile.in (doxy): New action, generates Doxygen files.
2178 (DOXYGEN): New.
2179 (doxyedit): New.
2180 * Doxyfile-base.in: New file.
2181 * Doxyfile-gdb-api.in: New file.
2182 * Doxyfile-gdb-xref.in: New file.
2183 * Doxyfile-gdbserver.in: New file.
2184 * doxy-index.in: New file.
2185 * filter-for-doxygen: New file.
2186 * filter-params.pl: New file.
2187
2188 2014-02-10 Doug Evans <xdje42@gmail.com>
2189
2190 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2191 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2192 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2193 (Guile docs): Include guile.texi.
2194 (objfile-gdbdotext file): Add objfile-gdb.scm.
2195 (dotdebug_gdb_scripts section): Mention Guile scripts.
2196 (Multiple Extension Languages): New node.
2197 * guile.texi: New file.
2198
2199 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2200
2201 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2202 ignore-descriptive-types". commands.
2203
2204 2014-01-22 Doug Evans <dje@google.com>
2205
2206 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2207 (gdbserver man): Ditto.
2208
2209 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2210
2211 * gdb.texinfo: Document limited reverse/replay support
2212 for target record-btrace.
2213
2214 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2215
2216 * gdb.texinfo (Process Record and Replay): Update documentation.
2217
2218 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2219
2220 * gdb.texinfo (Process Record and Replay): Document new /c
2221 modifier accepted by "record function-call-history".
2222 Add /i modifier to "record function-call-history" example.
2223
2224 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2225 Joel Brobecker <brobecker@adacore.com>
2226
2227 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2228 markers. Remove one that was misplaced.
2229
2230 2014-01-10 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.texinfo (Your Program's Environment) <set environment>:
2233 Mention the shell, and point at 'set exec-wrapper'.
2234
2235 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2236
2237 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2238
2239 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2240
2241 * gdb.texinfo (Types In Python): Clarify the documentation
2242 of attribute gdb.Field.bitpos.
2243
2244 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2245
2246 * gdb.texinfo (Types In Python): Fix the documentation of
2247 attribute "bitpos" in class gdb.Field for enum types. Add
2248 documentation for attribute "enumval" in that same class.
2249
2250 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2251
2252 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2253 @ftable.
2254
2255 2013-12-23 Doug Evans <xdje42@gmail.com>
2256
2257 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2258 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2259 corresponding section in Extending GDB.
2260 (Extending GDB): Move menu up. New menu item "Auto-loading
2261 extensions".
2262 (Sequences): New menu item "Auto-loading sequences".
2263 (Auto-loading sequences): New node.
2264 (Python): Rename section from Scripting GDB to Extending GDB.
2265 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2266 Move docs on ways to auto-load extensions to ...
2267 (Auto-loading extensions): ... here. New node.
2268
2269 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2272 in menu.
2273 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2274 command, now in a new node.
2275 (GDB/MI Support Commands): New node, with its contents being
2276 extracted from the "GDB/MI Miscellaneous Commands" node.
2277 A small paragraph introducing the section is also added at
2278 the start.
2279 (GDB/MI Miscellaneous Commands): Delete the description of the
2280 -info-gdb-mi-command, -list-features and -list-target-features
2281 commands, now hosted in the "GDB/MI Support Commands" node.
2282
2283 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2284
2285 PR python/16113
2286 * gdb.texinfo (Values From Inferior): Add a note about using
2287 gdb.Field objects as subscripts on gdb.Value objects.
2288 (Types In Python): Add description about the new attribute
2289 "parent_type" of gdb.Field objects.
2290
2291 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2292
2293 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2294 entry for section docuumenting the -list-features GDB/MI command.
2295
2296 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2299 "exec-run-start-option" entry in the output of the "-list-features"
2300 command.
2301
2302 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2303
2304 * gdb.texinfo (i386): Fix yesterday's commit.
2305
2306 2013-12-03 Tom Tromey <tromey@redhat.com>
2307
2308 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2309 documented here.
2310
2311 2013-12-03 Tom Tromey <tromey@redhat.com>
2312
2313 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2314
2315 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2316
2317 * gdb.texinfo (i386 Features): Add MPX feature registers.
2318 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2319 a subsubsection for MPX and describes the display of the
2320 boundary registers.
2321
2322 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2325 documentation of the "ada-exceptions" entry.
2326
2327 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2328
2329 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2330 "^error" result record concerning the error message. Document
2331 the error code that may also be part of that result record.
2332 (GDB/MI Miscellaneous Commands): Document the
2333 "undefined-command-error-code" element in the output of
2334 the "-list-features" GDB/MI command.
2335
2336 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2339 the new -info-gdb-mi-command GDB/MI command. Document
2340 the meaning of "-info-gdb-mi-command" in the output of
2341 -list-features.
2342
2343 2013-11-29 Pedro Alves <palves@redhat.com>
2344
2345 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2346 Update comment.
2347
2348 2013-11-24 Yao Qi <yao@codesourcery.com>
2349
2350 * gdb.texinfo (Caching Remote Data): Document new
2351 "set/show stack-cache" option.
2352
2353 2013-11-24 Yao Qi <yao@codesourcery.com>
2354
2355 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2356 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2357 "off" respectively.
2358
2359 2013-11-23 Yao Qi <yao@codesourcery.com>
2360
2361 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2362 of "displayhint" to the table about child results.
2363
2364 2013-11-21 Yao Qi <yao@codesourcery.com>
2365
2366 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2367 'dynamic' for the output of command -var-list-children.
2368
2369 2013-11-21 Yao Qi <yao@codesourcery.com>
2370
2371 * gdb.texinfo (Caching Target Data): Remove "see" before
2372 @pxref.
2373
2374 2013-11-20 Yao Qi <yao@codesourcery.com>
2375
2376 * gdb.texinfo (Caching Target Data): Update doc for
2377 per-address-space dcache.
2378
2379 2013-11-20 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.texinfo (Data): Rename menu item.
2382 (Caching Remote Data): Rename to ...
2383 (Caching Target Data): ... it. Update.
2384
2385 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2386
2387 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2388 "language-option" entry in the output of the "-list-features"
2389 command.
2390
2391 2013-11-15 Tom Tromey <tromey@redhat.com>
2392
2393 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2394 Add example.
2395
2396 2013-11-14 Tom Tromey <tromey@redhat.com>
2397
2398 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2399
2400 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2401
2402 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2403 (Context management): Place current subsection text into its own
2404 subsubsection. Add new subsubsection describing the "--language"
2405 command option.
2406
2407 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2408
2409 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2410 the documentation of "info-ada-exceptions" in the output
2411 of the "-list-features" command. Add the documentation
2412 of the "ada-exception" entry instead.
2413
2414 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2415
2416
2417 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2418 word of a couple of sentences to start with a capital letter.
2419
2420 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2421
2422 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2423 (Ada Exceptions): New node.
2424 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2425 Commands" node.
2426 (GDB/MI Ada Exceptions Commands): New node.
2427 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2428 field in the output of the "-list-features" command.
2429 * NEWS: Add entry for the new "info exceptions" CLI command,
2430 and for the new "-info-ada-exceptions" GDB/MI command.
2431
2432 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2433
2434 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2435 (Line Tables In Python): New node.
2436
2437 2013-11-08 Doug Evans <dje@google.com>
2438
2439 * gdb.texinfo (Debugging Output): Update text for
2440 "set debug dwarf2-read".
2441
2442 2013-11-08 Doug Evans <dje@google.com>
2443
2444 * gdb.texinfo (Debugging Output): Update text for
2445 "set debug symtab-create".
2446
2447 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2448
2449 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2450 constant.
2451
2452 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2453
2454 * gdb.texinfo (Breakpoints In Python): Document temporary
2455 option in breakpoint constructor, and add documentation to the
2456 temporary attribute.
2457
2458 2013-11-07 Yao Qi <yao@codesourcery.com>
2459
2460 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2461 output of "-var-info-expression".
2462
2463 2013-11-06 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2466 non-interactive mode.
2467 (Environment) <shell startup files warning>: Mention
2468 non-interactive mode. Mention .zshenv for Z shell, and talk about
2469 BASH_ENV instead of .bashrc for BASH.
2470
2471 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2472
2473 * gdb.texinfo (Commands to Specify Files): Add description
2474 of the remove-symbol-file command.
2475 * observer.texi: New free_objfile event
2476
2477 2013-10-24 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2480
2481 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2482
2483 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2484 New subsection inside which the "-catch-load" and "-catch-unload"
2485 commands documentation is now placed.
2486 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2487 documenting the "-catch-assert" and "-catch-exception" new
2488 GDB/MI commands.
2489
2490 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2491
2492 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2493
2494 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2497 serial baud".
2498 (Remote Configuration): Replace "set remotebaud" by "set serial
2499 baud". Replace "show remotebaud" by "show serial baud".
2500
2501 2013-10-07 Pedro Alves <palves@redhat.com>
2502
2503 PR breakpoints/11568
2504 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2505 when the thread is removed from the thread list.
2506
2507 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2508
2509 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2510 Update entry for $_exitcode.
2511
2512 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2513
2514 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2515 new "--start" option.
2516
2517 2013-10-02 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.texinfo (Registers): Expand description of saved registers
2520 in frames. Explain <not saved>.
2521
2522 2013-09-25 Doug Evans <dje@google.com>
2523
2524 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2525
2526 2013-09-16 Stan Shebs <stan@codesourcery.com>
2527
2528 Remove the internals manual gdbint.texinfo.
2529 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2530 (PDFFILES): Remove gdbint.pdf.
2531 (HTMLFILES): Remove gdbint/index.html.
2532 (HTMLFILES_INSTALL): Remove gdbint.
2533 (GDBINT_DOC_FILES): Remove.
2534 (dvi): Remove gdbint.dvi.
2535 (ps): Remove gdbint.ps.
2536 * gdbint.texinfo: Remove file.
2537 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2538
2539 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2540
2541 * gdb.texinfo (Convenience Functions): Mention new convenience
2542 function $_isvoid.
2543
2544 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2545
2546 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2547 (Standard Target Features): Add new node to menu.
2548 (S/390 and System z Features): New node.
2549
2550 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2551
2552 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2553 -list-target-features in the example.
2554
2555 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2558 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2559
2560 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 Sync documentation with gdb.base/gnu-debugdata.exp.
2563 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2564
2565 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2566
2567 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2568
2569 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2570 Yao Qi <yao@codesourcery.com>
2571
2572 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2573 Document new --skip-unavailable option.
2574 <-stack-list-variables>: Document new --skip-unavailable option.
2575
2576 2013-08-26 Doug Evans <dje@google.com>
2577
2578 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2579 an optional regexp.
2580
2581 2013-08-13 Tom Tromey <tromey@redhat.com>
2582
2583 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2584 Document GDB_PARALLEL and GDB_INOTIFY.
2585
2586 2013-08-09 Stan Shebs <stan@codesourcery.com>
2587
2588 * LRS: Remove file, describes a long-abandoned live-range
2589 splitting extension to stabs.
2590
2591 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2592
2593 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2594
2595 2013-07-17 Doug Evans <dje@google.com>
2596
2597 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2598
2599 2013-07-02 Tom Tromey <tromey@redhat.com>
2600
2601 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2602
2603 2013-06-28 Tom Tromey <tromey@redhat.com>
2604
2605 * Makefile.in (version.subst): Use version.in, not
2606 common/version.in.
2607 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2608 Likewise.
2609
2610 2013-06-27 Pedro Alves <palves@redhat.com>
2611
2612 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2613 dynamic symbol resolution code>: New section, based on infrun.c
2614 comment.
2615
2616 2013-06-26 Tom Tromey <tromey@redhat.com>
2617
2618 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2619 Update.
2620 (Releasing GDB): Likewise.
2621
2622 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2623 Yao Qi <yao@codesourcery.com>
2624
2625 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2626 -trace-frame-collected.
2627
2628 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2629
2630 * gdb.texinfo (Traceframe Info Format): Document tvar element
2631 and its attributes.
2632
2633 2013-06-25 Yao Qi <yao@codesourcery.com>
2634
2635 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2636
2637 2013-06-24 Tom Tromey <tromey@redhat.com>
2638
2639 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2640 (GDBvn.texi): Use version.subst.
2641 (version.subst): New target.
2642 (mostlyclean): Remove version.subst.
2643
2644 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2645
2646 * gdb.texinfo (GDB/MI Data Manipulation)
2647 <-data-list-register-values>: Document the --skip-unavailable
2648 option.
2649
2650 2013-06-07 Yao Qi <yao@codesourcery.com>
2651
2652 * gdb.texinfo (Symbols): Add kindex and cindex for
2653 'maint print msymbols'.
2654
2655 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2656
2657 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2658 response field name (thread-group to inferior).
2659
2660 2013-06-04 Gary Benson <gbenson@redhat.com>
2661
2662 * gdb.texinfo (General Query Packets/qSupported): Added
2663 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2664 to the table of currently defined stub features.
2665 Added a more detailed entry for "augmented-libraries-svr4-read".
2666 (General Query Packets/qXfer:libraries-svr4:read): Documented
2667 the augmented form of this packet.
2668
2669 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2670
2671 * gdb.texinfo (System-wide Configuration Scripts): Renames
2672 "Installed System-wide Configuration Scripts". Add associated
2673 @menu block.
2674
2675 2013-05-23 Yao Qi <yao@codesourcery.com>
2676 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.texinfo (Packets): Document 'vCont;r'.
2679 (Continuing and Stepping): Document target-assisted range
2680 stepping, and the 'set range-stepping' and 'show range-stepping'
2681 commands.
2682
2683 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2684
2685 * gdb.texinfo (Installed System-wide Configuration Scripts):
2686 Add subsection describing the scripts now available under
2687 the data-dir's system-gdbbinit subdirectory.
2688 * NEWS: Add entry announcing the availability of system-wide
2689 configuration scripts for ElinOS and Wind River Linux.
2690
2691 2013-05-21 Hui Zhu <hui@codesourcery.com>
2692
2693 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2694 "-dprintf-insert" command.
2695
2696 2013-05-17 Doug Evans <dje@google.com>
2697
2698 * gdb.texinfo (Maintenance Commands): Update doc for
2699 "maint check-psymtabs". Add doc for "maint check-symtabs",
2700 "maint expand-symtabs".
2701
2702 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2703
2704 * gdb.texinfo (Process Record and Replay): Document the
2705 "record goto" command and its sub-commands.
2706
2707 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2708
2709 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2710 (Python API): Add Frame Filters API, Frame Wrapper API,
2711 Writing a Frame Filter/Wrapper, Managing Management of Frame
2712 Filters chapter entries.
2713 (Frame Filters API): New Node.
2714 (Frame Wrapper API): New Node.
2715 (Writing a Frame Filter): New Node.
2716 (Managing Frame Filters): New Node.
2717 (Progspaces In Python): Add note about frame_filters attribute.
2718 (Objfiles in Python): Ditto.
2719 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2720 @anchors and --no-frame-filters option to -stack-list-variables,
2721 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2722 commands.
2723
2724 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2725
2726 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2727 Support" subsection documenting the XML format used to transfer
2728 shared library info on AIX.
2729
2730 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2731
2732 * gdb.texinfo (Debugging Output): Add documentation of
2733 "set debug aix-solib" and "show debug aix-solib" commands.
2734
2735 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2736
2737 * gdb.texinfo (Nios II): New section.
2738 (Nios II Features): New section.
2739
2740 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2741
2742 * gdbint.texinfo (Algorithms): Remove entries documenting
2743 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2744 SOLIB_CREATE_INFERIOR_HOOK.
2745
2746 2013-04-29 Tom Tromey <tromey@redhat.com>
2747
2748 PR python/14204:
2749 * gdb.texinfo (Python API): Fix menu entry.
2750 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2751 Define global and static block. Add example. Clarify
2752 block relationship for inline functions.
2753
2754 2013-04-29 Tom Tromey <tromey@redhat.com>
2755
2756 * gdb.texinfo (Python API): Mention Python help and keyword
2757 arguments. Move pagination text to Basic Python.
2758 (Basic Python): Put pagination text here. Document
2759 close-on-exec, SIGCHLD, and SIGINT.
2760
2761 2013-04-19 Pedro Alves <palves@redhat.com>
2762
2763 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2764 "signedness" instead of "signness".
2765
2766 2013-04-19 Pedro Alves <palves@redhat.com>
2767
2768 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2769 -Wno-pointer-sign text with text on -Wpointer-sign.
2770
2771 2013-04-16 Tom Tromey <tromey@redhat.com>
2772
2773 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2774 GCC that has the SDT probe points.
2775
2776 2013-04-15 Tom Tromey <tromey@redhat.com>
2777
2778 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2779 exception catchpoints.
2780
2781 2013-04-15 Tom Tromey <tromey@redhat.com>
2782
2783 * gdb.texinfo (Set Catchpoints): Document $_exception.
2784 (Convenience Vars): Mention $_exception.
2785
2786 2013-04-15 Tom Tromey <tromey@redhat.com>
2787
2788 * gdb.texinfo (Set Catchpoints): Reorganize exception
2789 catchpoints. Document "catch rethrow".
2790 (Debugging C Plus Plus): Mention "catch rethrow".
2791
2792 2013-04-15 Tom Tromey <tromey@redhat.com>
2793
2794 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2795
2796 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2797 Eli Zaretskii <eliz@gnu.org>
2798
2799 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2800 line below the sample output.
2801
2802 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2803
2804 * gdb.texinfo (Mode Options): Document '-configuration'.
2805 (Help): Document "show configuration".
2806 (Bug Reporting): Add requirements to include the configuration
2807 details in bug reports.
2808
2809 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 * Makefile.in (MAN1S): Add gcore.1.
2812 Remove "Host, target, and site specific Makefile fragments" comment.
2813 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2814 (install-man1, uninstall-man1): Conditionalize gcore.1.
2815 (gcore.1): New.
2816 * gdb.texinfo (Man Pages): Add gcore man.
2817 (gcore man): New node.
2818
2819 2013-04-10 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.texinfo (Process Record and Replay): Document that "set
2822 record full insn-number-max", "set record
2823 instruction-history-size" and "set record
2824 function-call-history-size" accept "unlimited".
2825 (Backtrace): Document that "set backtrace limit" accepts
2826 "unlimited".
2827 (List): Document that "set listsize" accepts "unlimited".
2828 (Print Settings)" Document that "set print max-symbolic-offset",
2829 "set print elements" and "set print repeats" accept "unlimited".
2830 (Starting and Stopping Trace Experiments): Document that "set
2831 trace-buffer-size" accepts "unlimited".
2832 (Remote Configuration): Document that "set tcp connect-timeout"
2833 accepts "unlimited".
2834 (Command History): Document that "set history size" accepts
2835 "unlimited".
2836 (Screen Size): Document that "set height" and "set width" accepts
2837 "unlimited". Adjust "set pagination"'s description to suggest
2838 "set height unlimited" instead of "set height 0".
2839
2840 2013-04-10 Yao Qi <yao@codesourcery.com>
2841
2842 * gdb.texinfo (Trace Files): Add "target ctf".
2843
2844 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2847
2848 * Makefile.in (install-man1, install-man5, uninstall-man1)
2849 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2850
2851 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2852
2853 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2854 Eli Zaretskii <eliz@gnu.org>
2855
2856 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2857 parameters order. Remove "On some targets" for --attach. Document the
2858 --multi parameter and extended-remote command. Document all the
2859 options.
2860
2861 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2864 the list of supported languages.
2865
2866 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2869 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2870 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2871 (diststuff): Add man.
2872 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2873 (uninstall-man5): New.
2874 (STAGESTUFF): Add *.1 and *.5.
2875 (GDBvn.texi): Add SYSTEM_GDBINIT.
2876 (gdb.1, gdbserver.1, gdbinit.5): New.
2877 (maintainer-clean realclean): Add $(MANS).
2878 (install): Add install-man.
2879 (uninstall): Add uninstall-man.
2880 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2881 (@copying): Wrap it by @c man begin COPYRIGHT.
2882 (Top): Add Man Pages.
2883 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2884
2885 2013-04-02 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.texinfo (Debugging Output): Document "set/show debug
2888 aarch64", "set/show debug coff-pe-read" and "set/show debug
2889 mach-o".
2890
2891 2013-04-02 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2894 table>: Add entry for "trace-buffer-size".
2895
2896 2013-03-28 Pedro Alves <palves@redhat.com>
2897
2898 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2899 table>: Add entry for "trace-status".
2900
2901 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2902
2903 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2904 @bullet", which is invalid (makeinfo 5.1 barfs).
2905
2906 2013-03-28 Pedro Alves <palves@redhat.com>
2907
2908 PR gdb/15294
2909
2910 * gdb.texinfo (List) <set listsize>: Adjust to document that
2911 listsize 0 means no limit, and remove mention of -1.
2912
2913 2013-03-22 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.texinfo (Embedded Processors): Remove menu item
2916 "OpenRISC 1000".
2917 (OpenRISC 1000): Remove.
2918
2919 2013-03-21 Doug Evans <dje@google.com>
2920
2921 * gdb.texinfo (Maintenance Commands): Add docs for
2922 "mt set per-command {space,time,symtab} {on,off}".
2923
2924 2013-03-14 Hui Zhu <hui@codesourcery.com>
2925 Yao Qi <yao@codesourcery.com>
2926
2927 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2928
2929 2013-03-13 Keith Seitz <keiths@redhat.com>
2930
2931 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2932 "maint agent" reference to Dynamic printf.
2933
2934 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2935
2936 * gdb.texinfo (General Query Packets): Don't use colon in index
2937 entries visible to Info format.
2938
2939 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2940
2941 * gdb.texinfo (Process Record and Replay): Document record
2942 changes.
2943
2944 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2945
2946 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2947 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2948 qXfer:btrace:read.
2949
2950 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2951
2952 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2953 use colons in @anchor and @cindex entries.
2954
2955 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2956
2957 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2958
2959 2013-03-08 Stan Shebs <stan@codesourcery.com>
2960 Hafiz Abid Qadeer <abidh@codesourcery.com>
2961
2962 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2963 trace-buffer-size set and show commands.
2964 (Tracepoint Packets): Document QTBuffer:size.
2965 (General Query Packets): Document QTBuffer:size.
2966
2967 2013-02-21 Tom Tromey <tromey@redhat.com>
2968
2969 * gdb.texinfo: Remove bad @syncodeindex.
2970 (Values From Inferior, Types In Python, Inferiors In Python)
2971 (Events In Python, Threads In Python, Frames In Python, Blocks In
2972 Python, Symbols In Python, Symbol Tables In Python): Remove
2973 @tables.
2974 (Packets, General Query Packets, Tracepoint Packets)
2975 (Host I/O Packets): Use @w{} for empty @item.
2976
2977 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2978
2979 * gdb.texinfo (Architectures In Python): Add description about
2980 the new method gdb.Architecture.disassemble.
2981
2982 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2983 Hafiz Abid Qadeer <abidh@codesourcery.com>
2984
2985 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2986 Document the "trace-file" field.
2987
2988 2013-02-07 Doug Evans <dje@google.com>
2989
2990 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2991 command.
2992
2993 2013-02-06 Yao Qi <yao@codesourcery.com>
2994
2995 * gdb.texinfo (GDB/MI Async Records): Document new MI
2996 notification "=tsv-modified". Update the document of MI
2997 notification "=tsv-created".
2998 * observer.texi (GDB Observers): New observer tsv_modified.
2999 Update observer tsv_created and tsv_delete.
3000
3001 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
3002
3003 * gdb.texinfo (AArch64 Features): New section; document
3004 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3005 (Architectures): Add new AArch64 section to document AArch64
3006 architecture specific commands.
3007 (ABI): Add description of the new OS ABI "Newlib" and its influence
3008 on the longjmp handling.
3009
3010 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3011 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 * gdb.texinfo (Backtrace): Added description of 'filename-display'
3014 variable in 'set/show backtrace' section.
3015
3016 2013-01-31 Tom Tromey <tromey@redhat.com>
3017
3018 * gdb.texinfo (Target Commands): Fix typo.
3019
3020 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3021
3022 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3023 describing the gdb.Architecture class.
3024 (Frames In Python): Add description about the new method
3025 gdb.Frame.architecture().
3026
3027 2013-01-23 Doug Evans <dje@google.com>
3028
3029 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3030
3031 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3032
3033 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3034 'thread-groups' field when printing a breakpoint in MI.
3035
3036 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3037 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3038 to reflect that jit-reader-load now supports absolute file-names.
3039
3040 2013-01-16 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.texinfo (Set Catchpoints): Document "catch signal".
3043 (Signals): Likewise.
3044
3045 2013-01-16 Tom Tromey <tromey@redhat.com>
3046
3047 * gdb.texinfo (GDB/MI Breakpoint Information): Document
3048 "catch-type" field.
3049 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3050
3051 2013-01-07 Tom Tromey <tromey@redhat.com>
3052
3053 * gdb.texinfo (Mode Options): Don't mention -epoch.
3054 (Data, Emacs): Remove obsolete comments.
3055
3056 2013-01-02 Tom Tromey <tromey@redhat.com>
3057
3058 * gdb.texinfo (GDB/MI Output Records): Update menu.
3059 (GDB/MI Breakpoint Information): New node.
3060 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3061 <-break-insert>: Likewise.
3062
3063 2012-12-31 Yao Qi <yao@codesourcery.com>
3064
3065 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3066 (Packets): Move "vStopped" packet to ...
3067 (Notification Packets): ... here. Describe the components
3068 of notification. Add a table of supported notifications.
3069 Add an example on the process of he async notification.
3070
3071 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3072
3073 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3074 present.
3075 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3076 fullname output always present.
3077
3078 2012-12-23 Pierre Muller <muller@sourceware.org>
3079
3080 * gdbint.texinfo (Function prototypes): Require use of "extern"
3081 modifier for function prototypes in headers.
3082
3083 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3084
3085 * refcard.tex: Update copyright notice to GPL v3 or later.
3086 Update contact info.
3087
3088 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3091
3092 2012-12-15 Yao Qi <yao@codesourcery.com>
3093
3094 * gdb.texinfo (Debugging Output): Document 'set debug
3095 notification' and 'show debug notification'.
3096
3097 2012-12-15 Yao Qi <yao@codesourcery.com>
3098
3099 * gdb.texinfo (Listing Tracepoints): New item and example about
3100 'installed on target' output.
3101 Add more in the example about 'installed on target'.
3102 (GDB/MI Breakpoint Commands): Doc about 'installed field.
3103
3104 2012-12-14 Tom Tromey <tromey@redhat.com>
3105
3106 * gdb.texinfo (SVR4 Process Information): Mention core files.
3107
3108 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3109
3110 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3111
3112 2012-12-11 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.texinfo: Remove all mentions of Unixware throughout.
3115
3116 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3117
3118 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3119
3120 2012-11-29 Tom Tromey <tromey@redhat.com>
3121
3122 * gdb.texinfo (SVR4 Process Information): Document missing
3123 "info proc" subcommands.
3124
3125 2012-11-29 Yao Qi <yao@codesourcery.com>
3126
3127 PR gdb/1477.
3128 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3129 to 'auto' instead of 'gnu'.
3130
3131 2012-11-26 Tom Tromey <tromey@redhat.com>
3132
3133 * gdb.texinfo (MiniDebugInfo): New node.
3134 (GDB Files): Update.
3135
3136 2012-11-16 Doug Evans <dje@google.com>
3137
3138 * gdb.texinfo (System-wide configuration): If the system-wide init
3139 file lives in the data-directory, and --data-directory is provided,
3140 look for it there.
3141
3142 2012-11-15 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.texinfo (Signaling): Fix typo.
3145
3146 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3147
3148 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3149 parameter "count" of -data-write-memory-bytes, and add an example.
3150
3151 2012-11-12 Tom Tromey <tromey@redhat.com>
3152
3153 * gdb.texinfo (Symbols): Document "info type-printers",
3154 "enable type-printer" and "disable type-printer".
3155 (Python API): Add new node to menu.
3156 (Type Printing API): New node.
3157 (Progspaces In Python): Document type_printers field.
3158 (Objfiles In Python): Likewise.
3159 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3160 register_type_printer, TypePrinter>: Document.
3161
3162 2012-11-12 Tom Tromey <tromey@redhat.com>
3163
3164 * gdb.texinfo (Symbols): Document "set print type methods",
3165 "set print type typedefs", and flags to ptype and whatis.
3166
3167 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3168
3169 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3170 the example -data-disassemble output. Extend the description of
3171 the -data-disassemble results to document all fields. Document
3172 the cli disassemble command as being related to -data-disassemble.
3173
3174 2012-11-09 Yao Qi <yao@codesourcery.com>
3175
3176 PR gdb/14777.
3177 * gdb.texinfo (OS Information): Remove doc on command
3178 'info udot'.
3179
3180 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3181
3182 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3183 gdb.ini warning for Windows port.
3184
3185 2012-11-08 Yao Qi <yao@codesourcery.com>
3186
3187 * gdb.texinfo (Search): Add kindex for 'fo'.
3188
3189 2012-11-05 Tom Tromey <tromey@redhat.com>
3190
3191 PR python/14802:
3192 * gdb.texinfo (Functions In Python): Add example.
3193
3194 2012-11-03 Yao Qi <yao@codesourcery.com>
3195
3196 * observer.texi (GDB Observers): Remove observer
3197 'tracepoint_modified', 'tracepoint_created' and
3198 'tracepoint_deleted'.
3199
3200 2012-10-26 Tom Tromey <tromey@redhat.com>
3201
3202 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3203
3204 2012-10-25 Tom Tromey <tromey@redhat.com>
3205
3206 * gdb.texinfo (General Query Packets): Use @itemx.
3207
3208 2012-10-17 Yao Qi <yao@codesourcery.com>
3209
3210 * observer.texi (GDB Observers): Update observer
3211 'memory_changed'.
3212 * gdb.texinfo (GDB/MI Async Records): Document for
3213 "memory-changed" notification.
3214
3215 2012-10-15 Doug Evans <dje@google.com>
3216
3217 * gdb.texinfo (Mode Options): Document -nh.
3218 Elaborate on docs for -nx.
3219
3220 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3221
3222 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3223
3224 2012-09-21 Yao Qi <yao@codesourcery.com>
3225 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.texinfo (GDB/MI Async Records): Document notification
3228 'record-started' and 'record-stopped'.
3229 * observer.texi (GDB Observers): New observer 'record-changed'.
3230
3231 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3232
3233 * gdb.texinfo: Document the removal of SH's 'regs' command.
3234
3235 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3236
3237 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3238
3239 2012-09-18 Yao Qi <yao@codesourcery.com>
3240
3241 * gdb.texinfo (GDB/MI Async Records): Document new MI
3242 notifications '=tsv-created' and '=tsv-deleted'.
3243 * observer.texi (GDB Observers): New observer tsv_created and
3244 tsv_deleted.
3245
3246 2012-09-18 Yao Qi <yao@codesourcery.com>
3247
3248 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3249 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3250 '=traceframe-changed'.
3251
3252 2012-09-17 Yao Qi <yao@codesourcery.com>
3253
3254 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3255 'set listsize'.
3256
3257 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3258 Eli Zaretskii <eliz@gnu.org>
3259
3260 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3261 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3262 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3263
3264 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3267
3268 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3269
3270 Document how to return from "python-interactive" to GDB.
3271 * gdb.texinfo (Python Commands): Update documentation.
3272
3273 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3274
3275 Add a new "python-interactive" command that starts a standard
3276 Python interactive prompt with "pi" as alias, and add "py" as
3277 an alias to "python".
3278 * gdb.texinfo (Python Commands): Document the new commands.
3279
3280 2012-08-22 Tom Tromey <tromey@redhat.com>
3281
3282 * gdbint.texinfo (Host Definition): Remove documentation for
3283 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3284
3285 2012-08-17 Keith Seitz <keiths@redhat.com>
3286
3287 PR c++/13356
3288 * gdb.texinfo (Type and Range Checking): Remove warning.
3289 Remove spurious commas.
3290 Update text and examples for re-implementation of set/show
3291 check type.
3292 (C and C++ Type and Range Checks): Likewise.
3293
3294 2012-08-16 Yao Qi <yao@codesourcery.com>
3295
3296 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3297 is deprecated.
3298
3299 2012-08-13 Doug Evans <dje@google.com>
3300
3301 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3302 to include functions.
3303
3304 2012-08-10 Doug Evans <dje@google.com>
3305
3306 * gdb.texinfo (Convenience Funs): New node.
3307 (Types In Python): Document Type.vector.
3308
3309 2012-08-09 Yao Qi <yao@codesourcery.com>
3310
3311 * observer.texi: New observer command_param_changed.
3312 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3313
3314 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3315
3316 * gdbint.texinfo (Debugging GDB): In section
3317 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3318 Mention also gdb-gdb.py.
3319
3320 2012-08-07 Yao Qi <yao@codesourcery.com>
3321
3322 Revert the folloing patch:
3323 2012-08-06 Yao Qi <yao@codesourcery.com>
3324 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3325 remote hardware-watchpoint-limit' and 'set
3326 remote hardware-breakpoint-limit'.
3327
3328 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3329
3330 * gdb.texinfo (Working Directory): Added information about new
3331 default argument for 'cd' command.
3332
3333 2012-08-06 Yao Qi <yao@codesourcery.com>
3334
3335 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3336 remote hardware-watchpoint-limit' and 'set
3337 remote hardware-breakpoint-limit'.
3338
3339 2012-08-06 Yao Qi <yao@codesourcery.com>
3340
3341 Fix PR14371.
3342
3343 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3344 '=breakpoint-deleted'.
3345
3346 2012-08-02 Yao Qi <yao@codesourcery.com>
3347
3348 * gdb.texinfo (Native): Remove node Neutrino.
3349
3350 2012-07-27 Yao Qi <yao@codesourcery.com>
3351
3352 * gdb.texinfo (IPA Protocol Commands): Document new command
3353 'close'.
3354
3355 2012-07-25 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3358
3359 2012-07-20 Doug Evans <dje@google.com>
3360
3361 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3362 (Index Files): Document how to control the use of deprecated index
3363 sections.
3364 (Index Section Format): Replace --use-deprecated-index-sections with
3365 "set use-deprecated-index-sections on".
3366
3367 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3368
3369 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3370 indices into a single node "Index". Instead, join function and
3371 variable indices into a single index, separate from the concept
3372 index. Requested in
3373 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3374 (Top): Update the top-level menu: instead of one "Index" there are
3375 now separate entries "Concept Index" and "Function and Variable
3376 Index".
3377 (Concept Index, Function and Variable Index): New nodes.
3378 (Index): Node deleted.
3379
3380 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3381
3382 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3383 and "maint agent-eval".
3384
3385 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3386
3387 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3388 avoid file-name clashes between Index.html and index.html on
3389 case-insensitive filesystems. See the discussion starting in
3390 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3391 details of the problem.
3392 (Top): Update the master menu for the above.
3393 (Concept Index, Command and Variable Index): New nodes, instead of
3394 the old "Index" node that was deleted. All cross-references
3395 updated.
3396
3397 2012-07-02 Stan Shebs <stan@codesourcery.com>
3398
3399 * gdb.texinfo (Dynamic Printf): Mention agent style and
3400 disconnected dprintf.
3401 (Maintenance Commands): Describe maint agent-printf.
3402 (General Query Packets): Mention BreakpointCommands feature.
3403 (Packets): Document commands extension to Z0 packet.
3404 * agentexpr.texi (Bytecode Descriptions): Document printf
3405 bytecode.
3406
3407 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3408
3409 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3410 only after gdbinit files.
3411 (Startup): Move -iex and -iex commands down after gdbinit files.
3412
3413 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3416 possibility.
3417
3418 2012-06-29 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.texinfo (Index Section Format): Update for version 7.
3421
3422 2012-06-28 Stan Shebs <stan@codesourcery.com>
3423
3424 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3425 example, add note about title column.
3426
3427 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3428
3429 * gdb.texinfo (Symbol Tables In Python): Add description about
3430 the new 'last' attribute of gdb.Symtab_and line.
3431
3432 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3433
3434 * gdb.texinfo (Symbol Tables In Python): Correct the description
3435 of the 'pc' attribute of gdb.Symtab_and_line.
3436
3437 2012-06-26 Doug Evans <dje@google.com>
3438
3439 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3440 and symtab-create.
3441
3442 2012-06-25 Keith Seitz <keiths@redhat.com>
3443
3444 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3445 from example. Remove "rbreak" from list of corresponding
3446 gdb commands.
3447
3448 2012-06-23 Doug Evans <dje@google.com>
3449
3450 * gdb.texinfo (Index Section Format): Document version 7 format.
3451
3452 2012-06-22 Yao Qi <yao@codesourcery.com>
3453
3454 * gdb.texinfo: Add missing cindex for some packets.
3455
3456 2012-06-20 Keith Seitz <keiths@redhat.com>
3457
3458 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3459 for -break-insert and document -p.
3460
3461 2012-06-20 Yao Qi <yao@codesourcery.com>
3462
3463 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3464 and "gdb.write_memory" with "Inferior.read_memory" and
3465 "Inferior.write_memory".
3466
3467 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3468
3469 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3470 (Free Documentation): Add @node line.
3471 (Continuing and Stepping) <advance location>: Use @item instead of
3472 @itemx.
3473 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3474 @itemx.
3475 (Embedded Processors): Put the link to "PA" to its correct place,
3476 according to document structure.
3477 (Python API): Put the link to "Lazy Strings In Python" to its
3478 correct place.
3479 (Index): Use @@ in @tex block to get a literal @.
3480
3481 * gdbint.texinfo: Fix the @subtitle line.
3482
3483 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3484 correct place.
3485
3486 2012-06-08 Yao Qi <yao@codesourcery.com>
3487
3488 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3489 Protocol'.
3490 (In-Process Agent Protocol, IPA Protocol Objects)
3491 (IPA Protocol Commands): New nodes.
3492 (Tracepoint Packets): Add anchors.
3493
3494 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3495
3496 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3497
3498 2012-06-06 Yao Qi <yao@codesourcery.com>
3499
3500 * gdb.texinfo: Update copyright year.
3501
3502 2012-05-23 Stan Shebs <stan@codesourcery.com>
3503 Kwok Cheung Yeung <kcy@codesourcery.com>
3504
3505 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3506
3507 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3510 Mention also --with-separate-debug-dir.
3511 (Auto-loading): Prepend $debugdir in the sample output.
3512 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3513 auto-load safe-path variable.
3514 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3515 Mention also $debugdir for 'set auto-load scripts-directory'.
3516
3517 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3518
3519 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3520 (MIPS Embedded, MIPS, MIPS Register packet Format)
3521 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3522 appropriate.
3523
3524 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3525 Maciej W. Rozycki <macro@codesourcery.com>
3526
3527 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3528 mips compression".
3529 (MIPS Breakpoint Kinds): New subsubsection.
3530
3531 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3532
3533 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3534 nodes for subsections. Add @acronym mark-ups and adjust
3535 formatting.
3536
3537 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3538
3539 Rename $ddir to $datadir.
3540 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3541 (objfile-gdb.py file): Rename $ddir to $datadir.
3542
3543 2012-05-18 Tom Tromey <tromey@redhat.com>
3544
3545 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3546
3547 2012-05-14 Stan Shebs <stan@codesourcery.com>
3548
3549 * gdb.texinfo (Dynamic Printf): New subsection.
3550
3551 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3552
3553 * gdb.texinfo (Basic Python): Add description about the function
3554 gdb.find_pc_line
3555
3556 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3557 Eli Zaretskii <eliz@gnu.org>
3558
3559 * gdb.texinfo (Separate Debug Files): Use plural form for global
3560 debugging information directory.
3561
3562 2012-05-11 Stan Shebs <stan@codesourcery.com>
3563 Kwok Cheung Yeung <kcy@codesourcery.com>
3564
3565 * gdb.texinfo (Operating System Auxiliary Information): Document new
3566 'info os' subcommands.
3567
3568 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3571 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3572 (dotdebug_gdb_scripts section): Add reference
3573 to 'Auto-loading safe path'.
3574
3575 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 Implement multi-component --with-auto-load-dir.
3578 * gdb.texinfo (Auto-loading): New references
3579 for 'set auto-load scripts-directory'
3580 and 'show auto-load scripts-directory'.
3581 (Auto-loading safe path): Describe the new default. Move $ddir
3582 substituation reference to 'objfile-gdb.py file'.
3583 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3584 script-name. Describe new 'set auto-load scripts-directory'
3585 and 'show auto-load scripts-directory'.
3586
3587 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3588
3589 Provide $ddir substitution for --with-auto-load-safe-path.
3590 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3591 (Auto-loading safe path): Likewise. Mention the default value,
3592 $ddir substitution, --with-auto-load-safe-path and
3593 --without-auto-load-safe-path.
3594 * observer.texi (gdb_datadir_changed): New.
3595
3596 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3599 Twice.
3600
3601 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3602 directory separator by path separator.
3603
3604 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3607 for 'set auto-load safe-path' optional. Mention if it is omitted.
3608 Change disabling security protection condition to "/", twice.
3609
3610 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3611
3612 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3613 the new methods global_block and static_block on gdb.Symtab
3614 objects.
3615
3616 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3617
3618 * gdb.texinfo (Blocks In Python): Add a note saying that future
3619 improvements to GDB and its infrastructure can move symbols
3620 across blocks within a symbol table.
3621
3622 2012-04-29 Yao Qi <yao@codesourcery.com>
3623
3624 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3625 (A29K): Remove.
3626
3627 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3628 Tom Tromey <tromey@redhat.com>
3629
3630 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3631 and generic static probe support on GDB.
3632
3633 2012-04-25 Doug Evans <dje@google.com>
3634
3635 * gdb.texinfo (Go): Fix thinko.
3636
3637 * gdb.texinfo (Supported Languages): Add Go.
3638 (Go): New node.
3639
3640 2012-04-25 Yao Qi <yao@codesourcery.com>
3641
3642 * gdbint.texinfo (Testsuite): New section `Board settings'.
3643
3644 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3645
3646 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3647 Three times.
3648
3649 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3650 Three times.
3651
3652 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3655 by @table @asis. Fix formatting of one item.
3656
3657 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3658
3659 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3660
3661 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3662
3663 New option "set debug auto-load".
3664 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3665 (auto-load verbose mode): New node.
3666
3667 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 New option "set auto-load safe-path".
3670 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3671 and "info auto-load" examples for safe-path. Put there also references
3672 for "set auto-load safe-path" and "show auto-load safe-path".
3673 New menu item for Auto-loading safe path.
3674 (Auto-loading safe path): New node.
3675 (Python Auto-loading): Update the expected output from "Missing"
3676 to "No".
3677
3678 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 auto-load: Implementation.
3681 * gdb.texinfo (Mode Options): New anchor for -nx.
3682 (Startup): New anchors for Option -init-eval-command,
3683 Home Directory Init File
3684 and Init File in the Current Directory during Startup.
3685 Mention set auto-load local-gdbinit with a reference.
3686 Change the sample code to "set auto-load python-scripts".
3687 (Threads): New anchor set libthread-db-search-path.
3688 Provide references to libthread_db.so.1 file.
3689 (Controlling GDB): New menu item for Auto-loading.
3690 (Auto-loading, Init File in the Current Directory)
3691 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3692 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3693 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3694 reference.
3695 (Auto-loading): Rename to ...
3696 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3697 "set auto-load python-scripts", new anchor for it. Change
3698 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3699 for it. Change "info auto-load-scripts"
3700 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3701 to "Python scripts".
3702
3703 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3704
3705 PR mi/13393
3706 * gdb.texinfo (Print Settings): Extend the description for "set print
3707 object".
3708 (GDB/MI Variable Objects): Extend the description for -var-create and
3709 -var-list-children.
3710
3711 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3712
3713 * gdb.texinfo (Examining Data): Document the 'explore' command.
3714
3715 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3716
3717 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3718 to the children of a varobj and its update range when -var-update
3719 returns that the varobj's type changed.
3720
3721 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3722
3723 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3724 Create two new links fir 'objfile-gdb.py file'
3725 and 'dotdebug_gdb_scripts section'.
3726
3727 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * gdb.texinfo (Auto-loading): Rename node reference
3730 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3731 Twice.
3732 (.debug_gdb_scripts section): Rename the node ...
3733 (dotdebug_gdb_scripts section): ... here.
3734 (Maintenance Commands): Also rename this node reference.
3735
3736 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3737
3738 * gdb.texinfo (Python API/Values From Inferior): Add description
3739 about the new method Value.referenced_value. Add description on
3740 how Value.dereference is different (and similar) to
3741 Value.referenced_value.
3742
3743 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3744
3745 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3746 --init-eval-command=COMMAND, -iex.
3747 (Startup): Describe -iex and -ix. Simplify the example
3748 for "set auto-load-scripts off".
3749
3750 2012-03-16 Gary Benson <gbenson@redhat.com>
3751
3752 PR breakpoints/10738
3753 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3754 stating that GDB cannot set breakpoints on inlined functions.
3755 (Mode Options): Document --use-deprecated-index-sections.
3756 (Index Section Format): Document new index section version format.
3757
3758 2012-03-15 Tom Tromey <tromey@redhat.com>
3759
3760 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3761
3762 2012-03-13 Doug Evans <dje@google.com>
3763
3764 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3765 of "reload".
3766 (Symbols): Delete docs for set/show symbol-reloading.
3767 * gdbint.texinfo (Defining Other Architecture Features): Delete
3768 SYMBOL_RELOADING_DEFAULT.
3769 * refcard.tex: Delete reference to symbol-reloading.
3770
3771 2012-03-07 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.texinfo (General Query Packets): Document new
3774 QProgramSignals packet.
3775 * gdb.texinfo (Remote configuration): Mention
3776 "program-signals-packet".
3777
3778 2012-03-05 Tristan Gingold <gingold@adacore.com>
3779
3780 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3781
3782 2012-03-03 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.texinfo (In-Process Agent): New node.
3785 Document new commands.
3786 (General Query Packets): Add packet `QAgent'.
3787
3788 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3789
3790 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3791
3792 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3793
3794 * gdb.texinfo (Commands In Python): Put example python macro in
3795 COMMAND_USER category rather than COMMAND_OBSCURE.
3796 Document gdb.COMMAND_USER.
3797 (User-defined Commands): Update documentation to clarify
3798 "set/show max-user-call-depth" and "show user" don't apply to python
3799 commands. Update documentation to clarify "help user-defined" may
3800 also include python commands defined as COMMAND_USER.
3801
3802 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 * gdb.texinfo (Startup): Add option -ex description to the option -x
3805 description.
3806
3807 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3808
3809 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3810 condition-evaluation breakpoint parameter.
3811 Mention condition-evaluation mode being shown in "info break".
3812 (Break Conditions): Add description for target-side
3813 conditional breakpoints.
3814 (Remote Configuration): Mention conditional-breakpoints-packet.
3815 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3816 cond-expr.
3817 (General Query Packets): Mention new ConditionalBreakpoint feature.
3818
3819 2012-02-22 Tom Tromey <tromey@redhat.com>
3820
3821 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3822
3823 2012-02-17 Tom Tromey <tromey@redhat.com>
3824
3825 PR python/10753:
3826 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3827 directory.
3828
3829 2012-02-14 Stan Shebs <stan@codesourcery.com>
3830
3831 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3832
3833 2012-02-13 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3836 mips-idt-ecoff.
3837
3838 2012-02-09 Yao Qi <yao@codesourcery.com>
3839
3840 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3841
3842 2012-02-07 Tom Tromey <tromey@redhat.com>
3843
3844 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3845 Symbol.value.
3846
3847 2012-02-07 Tom Tromey <tromey@redhat.com>
3848
3849 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3850
3851 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3852
3853 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3854
3855 2012-01-24 Tom Tromey <tromey@redhat.com>
3856
3857 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3858 unload".
3859 (Files): Mention new catch commands.
3860 (GDB/MI Async Records): Likewise.
3861
3862 2012-01-24 Gary Benson <gbenson@redhat.com>
3863
3864 Delete #if 0'd out code.
3865 * gdb.texinfo (Frame Info): Remove "info catch".
3866
3867 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3868
3869 * gdb.texinfo (Remote Configuration): Document
3870 "set remote hostio-readlink-packet" command.
3871 (General Query Packets): Document vFile:readlink packet.
3872
3873 2012-01-16 Tom Tromey <tromey@redhat.com>
3874
3875 * gdb.texinfo (Specify Location): Document relative file name
3876 handling.
3877
3878 2012-01-16 Tom Tromey <tromey@redhat.com>
3879
3880 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3881
3882 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3883 Eli Zaretskii <eliz@gnu.org>
3884
3885 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3886 code.
3887
3888 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3889
3890 * gdb.texinfo (Variables): Document use of :: for non-static
3891 variables.
3892
3893 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3894
3895 * gdbint.texinfo (Start of New Year Procedure): Update
3896 to replace use of copyright.sh by use of copyright.py.
3897
3898 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3899
3900 Remove the gdbtui binary.
3901 * all-cfg.texi (GDBTUI): Remove.
3902 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3903 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3904 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3905
3906 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3907
3908 Introduce gdb.FinishBreakpoint in Python.
3909 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3910 (Python API): Add menu entry for Finish Breakpoints.
3911
3912 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3913
3914 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3915 tests.
3916
3917 2011-12-16 Doug Evans <dje@google.com>
3918
3919 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3920
3921 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3922
3923 * gdb.texinfo (Python Commands): Remove "maint set/show print
3924 stack". Add documentation for "set/show python print-stack".
3925
3926 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3927
3928 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3929 should transfer control to the stub in the startup code instead of
3930 in main. Mention the need to get past the initial breakpoint.
3931
3932 2011-12-06 Tom Tromey <tromey@redhat.com>
3933
3934 * gdb.texinfo (Set Breaks): Update for new behavior.
3935
3936 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3937
3938 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3939 List Format for SVR4 Targets'.
3940 (General Query Packets): New item qXfer:libraries-svr4:read.
3941 (Library List Format for SVR4 Targets): New node.
3942
3943 2011-12-01 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3946 add.
3947
3948 2011-11-22 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3951 reasons.
3952
3953 2011-11-20 Stan Shebs <stan@codesourcery.com>
3954
3955 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3956 note-related options and variables.
3957 (Tracepoint Packets): Document packet changes.
3958
3959 2011-11-20 Sanjoy Das <sdas@igalia.com>
3960
3961 * gdb.texinfo (JIT Interface): Add documentation on writing and
3962 usind JIT debug info readers.
3963 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3964 Debug Info Readers): New nodes.
3965
3966 2011-11-18 Yao Qi <yao@codesourcery.com>
3967
3968 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3969 tracepoint.
3970
3971 2011-11-15 Doug Evans <dje@google.com>
3972
3973 * gdb.texinfo (Files): Document basenames-may-differ.
3974
3975 2011-11-14 Doug Evans <dje@google.com>
3976
3977 * gdb.texinfo (Shell Commands): Document "!".
3978
3979 2011-11-14 Stan Shebs <stan@codesourcery.com>
3980 Kwok Cheung Yeung <kcy@codesourcery.com>
3981
3982 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3983 needed to get shorter fast tracepoints.
3984 (Tracepoint Packets): Document new qTMinFTPILen packet.
3985
3986 2011-11-14 Yao Qi <yao@codesourcery.com>
3987
3988 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3989 behavior of tracepoint.
3990 (General Query Packets): New feature InstallInTrace.
3991 (Remote Configuration): Document "set remote
3992 install-in-trace-packet".
3993
3994 2011-11-12 Matt Rice <ratmice@gmail.com>
3995
3996 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3997 Add arguments to info macro.
3998
3999 2011-11-10 Tom Tromey <tromey@redhat.com>
4000
4001 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
4002 manual.
4003 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
4004 (Macros): Add a footnote.
4005 (C): Remove paragraph about compiler options.
4006 (C Constants): Mention wide character and string constants.
4007 (C Plus Plus Expressions): Update compiler option advice. Mention
4008 using declarations. Mention ADL. Remove old HP compiler
4009 information.
4010
4011 2011-11-10 Tom Tromey <tromey@redhat.com>
4012
4013 PR c++/9257:
4014 * gdb.texinfo (Print Settings): Add an extra note about the need
4015 for a vtable.
4016
4017 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
4018
4019 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4020 "set mips abi" documentation.
4021
4022 2011-11-04 Doug Evans <dje@google.com>
4023
4024 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4025
4026 2011-11-03 Tom Tromey <tromey@redhat.com>
4027
4028 * gdb.texinfo (Stopping): Add menu entry.
4029 (Continuing and Stepping): Restore @node. Use @section, not
4030 @subsection.
4031
4032 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
4033
4034 * gdb.texinfo (Skipping Over Functions and Files): Remove node
4035 designation. Fix "Specify Location" cross-reference.
4036
4037 2011-11-02 Stan Shebs <stan@codesourcery.com>
4038
4039 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4040 (General Query Packets): Describe tracenz feature.
4041 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4042
4043 2011-10-28 Paul Koning <paul_koning@dell.com>
4044
4045 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4046
4047 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
4048
4049 * gdb.texinfo ((Frames In Python): Document
4050 gdb.FRAME_UNWIND_FIRST_ERROR contant.
4051
4052 2011-10-26 Paul Koning <paul_koning@dell.com>
4053
4054 * gdb.texinfo (gdb.types): Document new deepitems function.
4055
4056 2011-10-25 Paul Koning <paul_koning@dell.com>
4057
4058 PR python/13327
4059
4060 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4061 fetch_lazy method.
4062
4063 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
4064
4065 PR python/12656
4066
4067 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4068 global_block, static_block function.
4069
4070 2011-10-19 Tom Tromey <tromey@redhat.com>
4071
4072 * gdb.texinfo (Commands In Python): Add missing "@"s.
4073
4074 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
4075
4076 PR python/13285 Document named constants for frame unwind stop reasons
4077 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4078 constants.
4079
4080 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 Fix compatibility with texinfo versions older than 4.12.
4083 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4084 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4085 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4086 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4087 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4088 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4089 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4090
4091 2011-10-09 Doug Evans <dje@google.com>
4092
4093 * gdb.texinfo (Extending GDB): Document alias command.
4094
4095 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 Support @entry in input expressions.
4098 * gdb.texinfo (Variables): Describe @entry names suffix.
4099 (Print Settings): Add anchor for `set print entry-values'.
4100
4101 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4102 Eli Zaretskii <eliz@gnu.org>
4103
4104 Display @entry parameter values (without references).
4105 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
4106 example.
4107 (Print Settings): New description of set print entry-values and show
4108 print entry-values.
4109
4110 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4111 Eli Zaretskii <eliz@gnu.org>
4112
4113 Recognize virtual tail call frames.
4114 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4115 (Tail Call Frames): New node.
4116 (Frames In Python): Add gdb.TAILCALL_FRAME.
4117
4118 2011-10-07 Doug Evans <dje@google.com>
4119
4120 * gdb.texinfo (gdb.printing): Document new `replace' arg to
4121 register_pretty_printer.
4122
4123 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
4124
4125 PR python/12930
4126 PR python/12802
4127
4128 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4129 stop method.
4130
4131 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4132
4133 * gdb.texinfo (Starting your Program): "set disable-randomization"
4134 is no longer Linux-specific.
4135 (Remote Configuration): Document "set remote
4136 disable-randomization-packet".
4137 (General Query Packets): Document "QDisableRandomization" packet
4138 and add it to "qSupported" list.
4139
4140 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4141
4142 Allow Python notification of new object-file loadings.
4143 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4144 event type.
4145
4146 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4147
4148 PR python/12691: Add the inferior to Python exited event
4149 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4150
4151 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4152
4153 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4154 rephasing.
4155
4156 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4159 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4160 as possible feature returned by the `-list-features'
4161 command.
4162
4163 2011-09-28 Paul Koning <paul_koning@dell.com>
4164
4165 * gdb.texinfo (gdb.Type): Document field access by dictionary
4166 key syntax.
4167
4168 2011-09-28 Yao Qi <yao@codesourcery.com>
4169
4170 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4171 Add one space after option `-s'. Remove @r{} markup.
4172
4173 2011-09-27 Stan Shebs <stan@codesourcery.com>
4174
4175 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4176
4177 2011-09-16 Hui Zhu <teawater@gmail.com>
4178
4179 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4180 to *(unsigned char *)$esp@300.
4181
4182 2011-09-15 Paul Koning <paul_koning@dell.com>
4183
4184 * gdb.texinfo: Make style of Python functions and methods match
4185 the syntax of Python. Also put class and module names explicitly
4186 on function, member, and variable names, matching Python
4187 documentation conventions.
4188
4189 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4190
4191 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4192 * gdb.texinfo (Inferiors In Python): Describe new
4193 gdb.selected_inferior() function.
4194
4195 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4196
4197 Handle multiple breakpoint hits in Python interface:
4198 * gdb.texinfo (Events In Python): New function documentation:
4199 gdb.BreakpointEvent.breakpoints. Indicate that
4200 gdb.BreakpointEvent.breakpoint is now deprecated.
4201
4202 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4203
4204 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4205
4206 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4207
4208 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4209
4210 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4211
4212 * gdb.texinfo (Prompt): Add set/show extended-prompt
4213 documentation
4214 (Basic Python): Add prompt_hook anchor.
4215 (Python modules): Reword module text to reflect multiple modules.
4216 (gdb.prompt): Document gdb.prompt module.
4217
4218 2011-08-14 Yao Qi <yao@codesourcery.com>
4219
4220 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4221
4222 2011-08-14 Yao Qi <yao@codesourcery.com>
4223
4224 * gdb.texinfo (Standard Target Features): Document C6x features.
4225 (TIC6x Features): New node.
4226
4227 2011-08-12 Doug Evans <dje@google.com>
4228
4229 * gdb.texinfo (Symbols In Python): Document symbol.type.
4230
4231 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4232
4233 * gdb.texinfo (Python): Document command and function
4234 auto-loading.
4235
4236 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4237 Eli Zaretskii <eliz@gnu.org>
4238
4239 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4240 typedefs unrolling. Extend the sample code by an inner typedef and
4241 outer typedefs unrolling.
4242
4243 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4244
4245 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4246 size and line-size.
4247
4248 2011-07-21 Matt Rice <ratmice@gmail.com>
4249
4250 PR macros/12999
4251 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4252 Update text and cindex entries for info macro command.
4253
4254 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4255
4256 * observer.texi (GDB Observers): Add before_prompt observer.
4257 * gdb.texinfo (Basic Python): Add documentation for prompt
4258 substitution.
4259
4260 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4261
4262 PR python/12438
4263 * gdb.texinfo (Python Commands): Add deprecate note to maint
4264 set/show python print-stack. Document set/show python
4265 print-backtrace.
4266
4267 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4268
4269 * gdb.texinfo: Fix typos.
4270
4271 2011-07-01 Tom Tromey <tromey@redhat.com>
4272
4273 * gdb.texinfo (Debugging Output): Document set debug
4274 check-physname.
4275
4276 2011-06-29 Tom Tromey <tromey@redhat.com>
4277
4278 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4279 breakpoint-notifications feature.
4280
4281 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4282
4283 * gdb.texinfo (Target Description): Remove warning about
4284 possibly unstable format.
4285
4286 2011-06-03 Tom Tromey <tromey@redhat.com>
4287
4288 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4289 (Events In Python): Note that exit_code is optional.
4290
4291 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4292
4293 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4294 required for multi-threading support.
4295 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4296 Hc are deprecated for multi-threading debugging. Point readers at
4297 the vCont packet.
4298
4299 2011-05-15 Doug Evans <dje@google.com>
4300
4301 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4302
4303 2011-05-13 Doug Evans <dje@google.com>
4304
4305 * gdb.texinfo (Threads): Document $sdir,$pdir.
4306 (Server): Document $pdir exception.
4307
4308 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4309
4310 * gdb.texinfo (Threads): Clarify default value for
4311 libthread-db-search-path.
4312
4313 * gdb.texinfo (Completion): Update example.
4314 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4315
4316 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4317
4318 * gdb.texinfo: Document change in the behaviour of the enable and
4319 disable GDB commands when applied to tracepoints.
4320 Document the EnableDisableTracepoints remote stub feature.
4321 Document QTEnable and QTDisable in the list of tracepoint packets.
4322
4323 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4324
4325 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4326 hsuser.texi.
4327 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4328 comment to hsuser.texi. Change rluser.texi name in the comment.
4329
4330 2011-05-10 Doug Evans <dje@google.com>
4331
4332 * gdb.texinfo (Threads): If an empty path is provided for
4333 libthread-db-search-path it is reset to its default value.
4334 (Server): Ditto.
4335
4336 2011-05-09 Doug Evans <dje@google.com>
4337
4338 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4339
4340 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4341 Thiago Jung Bauermann <bauerman@br.ibm.com>
4342
4343 Implement support for PowerPC BookE masked watchpoints.
4344 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4345 (PowerPC Embedded): Mention support of masked watchpoints.
4346
4347 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4348
4349 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4350 `@value{GDBN}'.
4351
4352 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4353
4354 * gdb.texinfo (titlepage): Remove dedication.
4355 (In Memoriam): New appendix.
4356
4357 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4358 Eli Zaretskii <eliz@gnu.org>
4359
4360 * gdb.texinfo (Index Section Format): Change the version to 5.
4361 Describe the different formula.
4362
4363 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4364 Eli Zaretskii <eliz@gnu.org>
4365
4366 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4367 for disconnected tracing.
4368 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4369 extended-remote relationship. Mention --once.
4370 (TCP port allocation lifecycle of @code{gdbserver}): New.
4371
4372 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4373
4374 * gdb.texinfo (Server): Improve indexing. Index all optional
4375 switches to gdbserver.
4376
4377 2011-04-20 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (Index Section Format): New node.
4380 (Top): Add new node to menu.
4381
4382 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4383
4384 * gdb.texinfo (Maintenance Commands): Document `maint print
4385 remote-registers'.
4386
4387 2011-04-20 Tom Tromey <tromey@redhat.com>
4388
4389 * gdb.texinfo (Trace File Format): Move node later.
4390
4391 2011-04-19 Tom Tromey <tromey@redhat.com>
4392
4393 * gdbint.texinfo (Register Information Functions): Remove
4394 duplicate "the".
4395 * gdb.texinfo (Emacs): Remove duplicate "to".
4396 (GDB/MI Variable Objects): Remove duplicate "the".
4397 (General Query Packets): Likewise.
4398
4399 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4400
4401 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4402 "GDB/MI Ada Exception Information" node.
4403
4404 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4405
4406 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4407 the "exception-name" field in the *stopped async record.
4408
4409 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4410 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4411
4412 Implement support for PowerPC BookE ranged breakpoints.
4413 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4414
4415 2011-03-28 Tom Tromey <tromey@redhat.com>
4416
4417 * gdb.texinfo (Set Tracepoints): Fix typo.
4418
4419 2011-03-24 Tom Tromey <tromey@redhat.com>
4420
4421 * gdb.texinfo (Specify Location): Document `function:label'
4422 linespec.
4423
4424 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4425
4426 PR python/12149
4427
4428 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4429
4430 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4431
4432 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4433 (Inferiors In Python): Likewise.
4434 (Threads In Python): Likewise.
4435 (Symbols In Python): Likewise.
4436 (Objfiles In Python): Likewise.
4437 (Symbol Tables In Python): Likewise.
4438
4439 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4442 display>: Explain that the commands accept number ranges.
4443
4444 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4445
4446 * gdb.texinfo (Breakpoints In Python): Add description and example
4447 of Python stop function operation.
4448
4449 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4450
4451 * gdb.texinfo (Parameters In Python): Document get_set_string and
4452 get_show_string methods.
4453
4454 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4455
4456 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4457
4458 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4459 circular-trace-buffer name.
4460
4461 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4462
4463 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4464 in the previous change.
4465
4466 2011-02-27 Michael Snyder <msnyder@vmware.com>
4467
4468 * gdb.texinfo (Inferiors and Programs): Update commands to show
4469 that they can accept multiple arguments.
4470
4471 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4472
4473 Revert the following patch (code patch was not approved):
4474 2011-02-21 Hui Zhu <teawater@gmail.com>
4475 * agentexpr.texi (bytecode descriptions): add printf.
4476 * gdb.texinfo (tracepoint action lists): add printf.
4477
4478 2011-02-23 Doug Evans <dje@google.com>
4479
4480 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4481
4482 2011-02-23 Michael Snyder <msnyder@vmware.com>
4483
4484 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4485 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4486 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4487
4488 2011-02-22 Doug Evans <dje@google.com>
4489
4490 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4491 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4492 add description of result, fix @defun formatting.
4493
4494 2011-02-21 Hui Zhu <teawater@gmail.com>
4495
4496 * agentexpr.texi (Bytecode Descriptions): Add printf.
4497 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4498
4499 2011-02-18 Tom Tromey <tromey@redhat.com>
4500
4501 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4502
4503 2011-02-14 Michael Snyder <msnyder@vmware.com>
4504
4505 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4506 Document new command "thread find".
4507
4508 2011-02-14 Michael Snyder <msnyder@vmware.com>
4509
4510 * gdb.texinfo (Threads): Update example of new thread message.
4511
4512 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4513
4514 * gdb.texinfo (Remote Configuration): Mention set/show remote
4515 traceframe-info.
4516 (Tools/Packages Optional for Building GDB): Mention that expat is
4517 used for traceframe info.
4518 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4519 (General Query Packets) <qSupported>: Describe the
4520 qXfer:traceframe-info:read feature.
4521 (qXfer::read): Describe qXfer:traceframe-info:read.
4522 (Traceframe Info Format): New section.
4523
4524 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4525
4526 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4527 for casts and unary operators.
4528
4529 2011-02-04 Tom Tromey <tromey@redhat.com>
4530
4531 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4532 is not useful.
4533
4534 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4535
4536 * gdb.texinfo: s/value optimized out/optimized out/g
4537
4538 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4539
4540 * gdb.texinfo (Other Misc Settings): Rework part of the
4541 documentation of the "set interactive mode" command.
4542
4543 2011-01-19 Tom Tromey <tromey@redhat.com>
4544
4545 * gdb.texinfo (Threads): Document thread name output and `thread
4546 name' command.
4547 (Threads In Python): Document Thread.name attribute.
4548 (GDB/MI Thread Commands): Document thread attributes.
4549
4550 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4551
4552 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4553 changes in mi/mi-cmd-disas.c
4554
4555 2011-01-12 Tom Tromey <tromey@redhat.com>
4556
4557 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4558 Fix "thread apply" text.
4559
4560 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4561 Thiago Jung Bauermann <bauerman@br.ibm.com>
4562
4563 Implement support for PowerPC BookE ranged watchpoints.
4564 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4565 the "set powerpc exact-watchpoints" flag.
4566
4567 2011-01-07 Tom Tromey <tromey@redhat.com>
4568
4569 * gdb.texinfo (Python API): Add descriptions to @menu items.
4570
4571 2011-01-06 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4574
4575 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4576
4577 * gdb.texinfo (Debugging Output): Document "set debug jit".
4578
4579 2011-01-06 Tom Tromey <tromey@redhat.com>
4580
4581 PR python/12133:
4582 * gdb.texinfo (Frames In Python): Document various frame
4583 constants.
4584
4585 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4586
4587 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4588 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4589 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4590
4591 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4594 (clean): Add GDBvn.texi.
4595
4596 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4597
4598 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4599 occasional case where the debugger prints an array address
4600 instead of the array itself.
4601
4602 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4603
4604 * gdb.texinfo (Packets) <read registers packet>: Document support
4605 for registers that were not collected.
4606
4607 2010-12-15 Doug Evans <dje@google.com>
4608
4609 * gdb.texinfo (Startup): Document auto-loading of scripts during
4610 startup.
4611 (Auto-loading): Delete "maint set python auto-load on|off".
4612 Add "set auto-load-scripts on|off".
4613
4614 2010-12-07 Doug Evans <dje@google.com>
4615
4616 * gdb.texinfo (Mode Options): Document -data-directory.
4617 (Data Files): Add reference to -data-directory.
4618
4619 2010-11-29 Doug Evans <dje@google.com>
4620
4621 * gdb.texinfo (Pretty-Printer Introduction): Change
4622 printer-name:subprinter-name to printer-name;subprinter-name.
4623
4624 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4625
4626 PR python/12199
4627
4628 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4629
4630 2010-11-23 Tom Tromey <tromey@redhat.com>
4631
4632 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4633 (Editing): Likewise.
4634 (Command History): Likewise.
4635 (TUI Keys): Likewise.
4636 (Bug Reporting): Conditionally include rluser.texi and
4637 inc-history.texinfo.
4638 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4639 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4640 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4641 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4642 (gdb.pdf): Likewise.
4643 (gdb.info): Likewise.
4644 (gdb/index.html): Likewise.
4645
4646 2010-11-23 Tom Tromey <tromey@redhat.com>
4647
4648 * Makefile.in (Makefile): Run ../config.status.
4649 (distclean): Update.
4650 * configure: Remove.
4651 * configure.ac: Remove.
4652
4653 2010-11-12 Tom Tromey <tromey@redhat.com>
4654
4655 * gdb.texinfo (Basic Python): Update. Add xref.
4656 (Exception Handling): Document new exception classes.
4657 (Types In Python): Update.
4658 (Frames In Python): Update.
4659
4660 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4661
4662 * gdb.texinfo (Breakpoints In Python): Document "internal"
4663 parameter, and visible attribute.
4664
4665 2010-11-05 Doug Evans <dje@google.com>
4666
4667 * gdb.texinfo (Source Path): Document "set directories".
4668
4669 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4670
4671 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4672 (OpenCL C): New node.
4673
4674 2010-11-02 Doug Evans <dje@google.com>
4675
4676 * gdb.texinfo (Pretty Printing): Expand into three sections,
4677 introduction, example, and commands.
4678 (Python API): Delete section Disabling Pretty-Printers, merge into
4679 Selecting Pretty-Printers.
4680 (Writing a Pretty-Printer): New section. Move the pretty-printer
4681 example here, and reformat to match python coding style. Add a second
4682 example using the gdb.printing module.
4683 (Python modules): Add gdb.printing.
4684
4685 2010-10-29 Doug Evans <dje@google.com>
4686
4687 * gdb.texinfo (Python): Fix long line.
4688
4689 2010-10-20 Doug Evans <dje@google.com>
4690
4691 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4692 All references updated. Correct sections marked as subsections.
4693 (Coding Standards): New chapter. Move the coding standard related
4694 subsections here. Add section on Python coding standards.
4695
4696 2010-10-13 Doug Evans <dje@google.com>
4697
4698 * gdb.texinfo (Python): Add "Python modules".
4699 (Types in Python): Add reference to gdb.types section.
4700 (Python modules): New node.
4701
4702 2010-10-11 Doug Evans <dje@google.com>
4703
4704 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4705 Python" from gdb.Value.type description.
4706
4707 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4708
4709 * gdb.texinfo (Ravenscar Profile): New node.
4710
4711 2010-09-22 Tom Tromey <tromey@redhat.com>
4712
4713 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4714
4715 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4716
4717 * gdb.texinfo (Values From Inferior): Clarify that
4718 value.dynamic_type works only in C++ programs with RTTI.
4719
4720 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4721
4722 * gdb.texinfo (Character Sets): Correctly reference host-charset
4723 in example.
4724
4725 2010-09-13 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4728 Document "fullname" and "from".
4729
4730 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4731
4732 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4733 feature `reverse' output by -list-target-features.
4734
4735 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4736
4737 * gdb.texinfo (i386 Features): Remove an extra "@item".
4738
4739 2010-08-30 Tom Tromey <tromey@redhat.com>
4740
4741 PR python/11792:
4742 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4743
4744 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4745
4746 * gdb.texinfo (ARM Features): Document
4747 org.gnu.gdb.arm.m-profile.
4748
4749 2010-08-23 Tom Tromey <tromey@redhat.com>
4750
4751 PR python/11145:
4752 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4753 reinterpret_cast methods.
4754
4755 2010-08-23 Tom Tromey <tromey@redhat.com>
4756
4757 PR python/11915:
4758 * gdb.texinfo (Types In Python): Document array method.
4759
4760 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4761
4762 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4763
4764 2010-08-16 Tom Tromey <tromey@redhat.com>
4765
4766 * gdb.texinfo (Set Watchpoints): Document -location option.
4767
4768 2010-08-13 Doug Evans <dje@google.com>
4769
4770 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4771
4772 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4773
4774 * gdb.texinfo (GDB/MI Data Manipulation): Document
4775 -data-read-memory-raw and -data-write-memory-raw.
4776
4777 2010-08-11 Tom Tromey <tromey@redhat.com>
4778 Phil Muldoon <pmuldoon@redhat.com>
4779
4780 * gdb.texinfo (Basic Python): Describe post_event API.
4781
4782 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4783
4784 * gdb.texinfo (Basic Python): Describe solib_address and
4785 decode_line Python APIs
4786
4787 2010-08-10 Tom Tromey <tromey@redhat.com>
4788
4789 * gdb.texinfo (Pretty Printing API): Document
4790 gdb.default_visualizer.
4791
4792 2010-08-10 Tom Tromey <tromey@redhat.com>
4793
4794 Revert gdb-add-index addition:
4795 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4796
4797 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4798 Eli Zaretskii <eliz@gnu.org>
4799
4800 * gdb.texinfo (Mode Options) <-batch>
4801 (Basic Python) <gdb.execute>: Describe setting width and height.
4802
4803 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4804
4805 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4806
4807 2010-07-30 Tom Tromey <tromey@redhat.com>
4808
4809 * gdb.texinfo (Index Files): Mention gdb-add-index.
4810
4811 2010-07-30 Hui Zhu <teawater@gmail.com>
4812
4813 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4814 "detach inferior" and "kill inferior".
4815
4816 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4817
4818 * gdb.texinfo (Machine Code): Update description of two forms of
4819 arguments, and add new example to demonstrate the new form.
4820
4821 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4822
4823 * gdb.texinfo (Values From Inferior): Add value inferior function
4824 call description.
4825
4826 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4829
4830 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4831 Eli Zaretskii <eliz@gnu.org>
4832
4833 Make core files the process_stratum.
4834 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4835 record_stratum example.
4836
4837 2010-07-13 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.texinfo (Index Files): New node.
4840
4841 2010-07-13 Tom Tromey <tromey@redhat.com>
4842
4843 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4844
4845 2010-07-13 Tom Tromey <tromey@redhat.com>
4846
4847 * gdb.texinfo (Specify Location): Document labels.
4848
4849 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4850
4851 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4852 entries for fast tracepoints and static tracepoints.
4853
4854 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4855
4856 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4857 qsThreadInfo>: Spell out `l' as ell.
4858
4859 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4860
4861 * gdb.texinfo (Convenience Variables): Document $_sdata.
4862 (Commands to Set Tracepoints): Describe static tracepoints. Add
4863 `Listing Static Tracepoint Markers' menu entry. Document
4864 "strace".
4865 (Tracepoint Action Lists): Document collecting $_sdata.
4866 (Listing Static Tracepoint Markers): New subsection.
4867 (Tracepoints support in gdbserver): Mention static tracepoints.
4868 (remote packets, enabling and disabling): Mention
4869 read-sdata-object.
4870 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4871 and StaticTracepoint.
4872 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4873 Document qXfer:sdata:read.
4874 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4875
4876 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4877
4878 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4879
4880 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4881 Tom Tromey <tromey@redhat.com>
4882 Thiago Jung Bauermann <bauerman@br.ibm.com>
4883
4884 * gdb.texinfo (Inferiors In Python): New node.
4885 * gdb.texinfo (Threads In Python): New node.
4886
4887 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4888
4889 * gdb.texinfo (Python): Document what the python directory is
4890 and what its location is.
4891 (Basic Python): Document the gdb.PYTHONDIR constant.
4892
4893 2010-06-25 Tom Tromey <tromey@redhat.com>
4894
4895 PR python/10808:
4896 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4897
4898 2010-06-24 Hui Zhu <teawater@gmail.com>
4899
4900 * gdb.texinfo: (Commands for Controlled Output): Add
4901 documentation for command "eval".
4902
4903 2010-06-21 Stan Shebs <stan@codesourcery.com>
4904
4905 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4906 * annotate.texinfo: Ditto.
4907 * gdbint.texinfo: Ditto.
4908 * stabs.texinfo: Ditto.
4909
4910 2010-06-22 Hui Zhu <teawater@gmail.com>
4911
4912 * gdb.texinfo: (Process Record and Replay): Add documentation
4913 for command "set record memory-query".
4914
4915 2010-06-21 Stan Shebs <stan@codesourcery.com>
4916
4917 * gdb.texinfo: Relicense under GFDL version 1.3.
4918 * annotate.texinfo: Relicense under GFDL version 1.3.
4919 * gdbint.texinfo: Relicense under GFDL version 1.3.
4920 * stabs.texinfo: Relicense under GFDL version 1.3.
4921 * fdl.texi: Update to version 1.3.
4922
4923 2010-06-18 Stan Shebs <stan@codesourcery.com>
4924
4925 * gdb.texinfo (Operating System Auxiliary Information): Describe
4926 "info os" when no arguments given.
4927
4928 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4929 $_thread.
4930
4931 2010-06-18 Hui Zhu <teawater@gmail.com>
4932
4933 * gdb.texinfo: (Process Record and Replay): Add documentation
4934 for commands "record save" and "record restore".
4935
4936 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4937
4938 * gdb.texinfo: Include information about the correct use
4939 of addresses in the `watch' command.
4940
4941 2010-06-11 Stan Shebs <stan@codesourcery.com>
4942
4943 * gdb.texinfo (Observer Mode): New section.
4944 (General Query Packets): Document QAllow.
4945
4946 2010-06-04 Doug Evans <dje@google.com>
4947
4948 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4949
4950 2010-06-03 Doug Evans <dje@google.com>
4951
4952 * gdbint.texinfo (Coding): Add subsection on command names.
4953
4954 2010-06-02 Tom Tromey <tromey@redhat.com>
4955
4956 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4957 always-disassemble.
4958
4959 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4960
4961 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4962 gdbserver, and add cross reference.
4963 (Tracepoints support in gdbserver): New subsection.
4964
4965 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4966
4967 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4968 `qRelocInsn' feature.
4969 (Relocate instruction reply packet): New subsection
4970 of `Tracepoint Packets'.
4971 (Tracepoint Packets): Mention that packets QTDP and QTStart
4972 support the qRelocInsn request, and add cross reference to new
4973 subsection.
4974
4975 2010-05-25 Doug Evans <dje@google.com>
4976
4977 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4978 (Commands In Python): Document gdb.string_to_argv.
4979
4980 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4981
4982 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4983 ATTR_NORETURN.
4984
4985 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4986 Tom Tromey <tromey@redhat.com>
4987 Thiago Jung Bauermann <bauerman@br.ibm.com>
4988
4989 * gdb.texinfo (Parameters In Python): New Node.
4990
4991 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4992
4993 * gdb.texinfo: (Summary) Add mention about D language support.
4994 (Filenames): Add D suffixes.
4995 (D): New node.
4996
4997 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4998
4999 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5000 of macro deleted from GDB code.
5001
5002 2010-04-24 Pedro Alves <pedro@codesourcery.com>
5003
5004 * gdb.texinfo (Commands to specify files): Describe what how GDB
5005 looks up DOS-based filesystem paths on the system root. Document
5006 the new `set/show target-file-system-kind' commands.
5007
5008 2010-04-23 Doug Evans <dje@google.com>
5009
5010 * gdb.texinfo (Python): Move Auto-loading section here ...
5011 (Python API): from here.
5012 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5013 (Maintenance Commands): Add docs for "maint print section-scripts".
5014
5015 2010-04-20 Chris Moller <cmoller@redhat.com>
5016
5017 * gdb.texinfo (Setting Breakpoints): Added description of
5018 filename-qualified rbreak.
5019 * refcard.tex (Breakpoints and Watchpoints): Added brief
5020 description of filename-qualified rbreak.
5021
5022 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5025 (Python API): Change the reference to Pretty Printing API.
5026 (Pretty Printing): Move the user part under the Data node. Reformat
5027 the sample output to 72 columns. Create a new reference to Pretty
5028 Printing API. Rename the API part ...
5029 (Pretty Printing API): To a new node name.
5030 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5031 (GDB/MI Variable Objects): Change references to Pretty Printing API.
5032
5033 2010-04-21 Stan Shebs <stan@codesourcery.com>
5034
5035 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5036 and commands.
5037 (Listing Tracepoints): Update to reflect current behavior.
5038
5039 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5040
5041 * gdb.texinfo (Examining memory): Update for change in string
5042 display with explicit size.
5043
5044 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5045
5046 PR breakpoints/8554.
5047
5048 * gdb.texinfo (Save Breakpoints): New node.
5049 (save-tracepoints): Rename to ...
5050 (save tracepoints): ... this. Mention that `save-tracepoints' is
5051 a deprecated alias to `save tracepoints'.
5052
5053 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5054
5055 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5056 (info w32 thread-information-block): Document new command.
5057 (qGetTIBAddress): Document new gdbserver query.
5058 (maint set/show show-all-tib): Document new command.
5059
5060 2010-04-15 Doug Evans <dje@google.com>
5061
5062 * gdb.texinfo (Python API): Add progspaces section.
5063 (Selecting Pretty-Printers): Progspace pretty-printers are
5064 searched too.
5065 (Progspaces In Python): New section.
5066
5067 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5068
5069 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5070
5071 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5072 returns None.
5073
5074 2010-04-09 Stan Shebs <stan@codesourcery.com>
5075
5076 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5077 Describe the `frames-created' field, tweak grammar.
5078
5079 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5080
5081 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5082 Describe the `circular' and `disconnected' fields.
5083
5084 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
5085
5086 * gdb.texinfo (maint print registers): Mention unavailable and
5087 invisible registers.
5088
5089 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5090 Thiago Jung Bauermann <bauerman@br.ibm.com>
5091 Tom Tromey <tromey@redhat.com>
5092
5093 * gdb.texinfo (Breakpoints In Python): New Node.
5094
5095 2010-04-08 Stan Shebs <stan@codesourcery.com>
5096
5097 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5098 trace status fields.
5099
5100 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5101
5102 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5103 optional. Make org.gnu.gdb.i386.avx requires
5104 org.gnu.gdb.i386.avx.
5105
5106 2010-04-08 Doug Evans <dje@google.com>
5107
5108 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5109 search path, and document that gdb only scans the search path if
5110 the script's path doesn't specify a directory.
5111
5112 2010-04-05 Doug Evans <dje@google.com>
5113
5114 * gdb.texinfo (maint show python auto-load): Fix typo.
5115
5116 2010-04-04 Stan Shebs <stan@codesourcery.com>
5117
5118 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5119 (Setting Watchpoints): Update description of "info watch".
5120 (Disabling Breakpoints): Only "info break" lists all.
5121
5122 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5123 (tdump): Explain how tdump works.
5124
5125 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5126
5127 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5128 add cross reference.
5129
5130 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5131
5132 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5133 commands error out.
5134
5135 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5136
5137 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5138
5139 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5140
5141 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5142
5143 2010-03-29 Stan Shebs <stan@codesourcery.com>
5144 Nathan Sidwell <nathan@codesourcery.com>
5145
5146 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5147 GDBN equivalent.
5148 (Set Tracepoints): Remove mention that conditional tracepoints
5149 don't exist.
5150 (Tracepoint Actions): Clarify when while-stepping collection
5151 happens, note that while-stepping does not automatically collect
5152 $pc.
5153
5154 2010-03-29 Stan Shebs <stan@codesourcery.com>
5155
5156 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5157 (General Query Packets): Describe TracepointSource.
5158
5159 2010-03-27 Matt Rice <ratmice@gmail.com>
5160
5161 * gdb.texinfo (ARM): Document arguments to "target sim".
5162 (Set Catchpoints): Use @dots{} instead of @r{...}.
5163
5164 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5165
5166 * gdb.texinfo (Tracepoint Packets): Remove mention that
5167 terror:string may be plain text, and drop mention of X prefix.
5168
5169 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5170
5171 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5172
5173 2010-03-24 Stan Shebs <stan@codesourcery.com>
5174
5175 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5176
5177 2010-03-24 Tom Tromey <tromey@redhat.com>
5178
5179 PR breakpoints/9352:
5180 * gdb.texinfo (Break Commands): Update.
5181
5182 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5183
5184 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5185 commands.
5186
5187 2010-03-16 Stan Shebs <stan@codesourcery.com>
5188
5189 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5190 circular-trace-buffer.
5191 (Tracepoint Packets): Describe QTBuffer, and details of the
5192 qTStatus reply.
5193
5194 2010-03-12 Stan Shebs <stan@codesourcery.com>
5195 Nathan Sidwell <nathan@codesourcery.com>
5196
5197 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5198 doing instruction stepping.
5199 (Tracepoint Restrictions): New node.
5200
5201 2010-03-10 Tom Tromey <tromey@redhat.com>
5202
5203 * gdbint.texinfo (Symbol Handling): Update.
5204
5205 2010-03-08 Tom Tromey <tromey@redhat.com>
5206
5207 PR cli/9591:
5208 * gdb.texinfo (Mode Options): Mention lack of pagination and
5209 confirmation with --batch.
5210 (Screen Size): Mention --batch.
5211 (Messages/Warnings): Likewise.
5212
5213 2010-03-05 Tom Tromey <tromey@redhat.com>
5214
5215 * gdb.texinfo (Basic Python): Document target_charset and
5216 target_wide_charset.
5217
5218 2010-03-05 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.texinfo (Data): Link to pretty-printing.
5221 (Output Formats): Likewise. Correct text.
5222
5223 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5224
5225 * gdb.texinfo (Types): Describe <struct> and <flags>.
5226
5227 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5228
5229 * gdb.texinfo (Frames In Python): Add block parameter and
5230 description to read_var text.
5231
5232 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5233 Tom Tromey <tromey@redhat.com>
5234
5235 * gdb.texinfo (Types In Python): Describe block argument in
5236 template_argument and gdb.lookup_type.
5237
5238 2010-02-24 Tom Tromey <tromey@redhat.com>
5239
5240 * gdb.texinfo (Cygwin Native): Fix typo.
5241
5242 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5243
5244 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5245 and select method descriptions.
5246 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5247 Tables in Python to menu.
5248 (Blocks In Python): New node.
5249 (Symbols In Python): New node.
5250 (Symbol Tables in Python): New node.
5251
5252 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5253
5254 Multiexec MI
5255
5256 gdb/
5257 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5258
5259 gdb/doc/
5260 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5261 changes.
5262 (GDB/MI Program Execution): Document current behaviour of
5263 --all and --thread-group.
5264 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5265 -remove-inferior.
5266 * observer.texi (inferior_added, inferior_removed): New
5267 observers.
5268
5269 2010-02-19 Tom Tromey <tromey@redhat.com>
5270
5271 * gdbint.texinfo (Getting Started): Fix @node.
5272 (Debugging GDB): Likewise.
5273
5274 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5275
5276 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5277 documenting the gdb_test_timeout variable.
5278
5279 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5280
5281 * gdb.texinfo (MI commands): Added documentation of --reverse
5282 option to a set of MI commands. Restructured documentation of MI
5283 commands --exec-continue to reflect the complexity of reverse
5284 execution.
5285
5286 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5287
5288 * gdb.texinfo (Using the Collected Data): Specify that the address
5289 range of `tfind outsize' is exclusive, and that the address range
5290 of `tfind range' is inclusive.
5291 (Tracepoint Packets): Specify that the address range of
5292 `QTFrame:range' is inclusive, and that the address range of
5293 `QTFrame:outside' is exclusive
5294
5295 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5296
5297 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5298
5299 2010-02-10 Tom Tromey <tromey@redhat.com>
5300
5301 * gdb.texinfo (Debugging Output): Document set debug parser and
5302 show debug parser.
5303
5304 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5305
5306 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5307 i386_eflags and i386_mxcsr.
5308
5309 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5310
5311 * gdb.texinfo: Document i386 target features.
5312
5313 2010-02-05 Doug Evans <dje@google.com>
5314
5315 * gdbint.texinfo (Testsuite): Add a new section to document the
5316 various DejaGnu variables that may be overridden.
5317 Document INTERNAL_GDBFLAGS.
5318
5319 2010-02-04 Tom Tromey <tromey@redhat.com>
5320
5321 PR cli/8830:
5322 * gdb.texinfo (Files): -readnow comes before the filename for file
5323 and symbol-file.
5324
5325 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5326
5327 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5328 Document ARM breakpoint types.
5329 (Register Packet Format): Move into the new section.
5330 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5331
5332 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5333
5334 * gdb.texinfo (File Options): Adjust the documentation of this
5335 switch to refer to the "source" command rather than partially
5336 duplicating some of the relevant information.
5337 (Extending GDB): Introduce and document the set/show script-extension
5338 setting.
5339 (Command Files): Add note explaining that the "source" command
5340 is also used to evalute scripts written in other languages.
5341 Remove the short slightly incorrect reference to sourcing Python
5342 scripts.
5343 (Python Commands): Document how to execute a Python script from GDB.
5344
5345 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5346
5347 * gdb.texinfo (Command Files): Fix typo.
5348
5349 2010-01-18 Tom Tromey <tromey@redhat.com>
5350
5351 * gdb.texinfo (File Options): Document -x on .py files.
5352 (Command Files): Document handling of Python scripts.
5353
5354 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5355
5356 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5357
5358 2010-01-15 Stan Shebs <stan@codesourcery.com>
5359
5360 * gdb.texinfo (Trace Files): New section.
5361 (Tracepoint Packets): Document QTSave and qTBuffer.
5362 (Trace File Format): New appendix.
5363
5364 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5365
5366 * gdb.texinfo (Values From Inferior): Document lazy_string value
5367 method.
5368 (Python API): Add Lazy strings menu item.
5369 (Lazy Strings In Python): New node.
5370
5371 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5372
5373 * gdb.texinfo (GDB/MI Thread Information): New.
5374 (GDB/MI Async Records): Document the core field in *stopped.
5375 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5376 documentation
5377 (Process list): Document that osdata document may contain
5378 threads.
5379 (Remote Serial Protocol): Document qXfer:threads.
5380
5381 2010-01-06 Stan Shebs <stan@codesourcery.com>
5382
5383 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5384 disconnected tracing.
5385 (Tracepoint Packets): Document new protocol.
5386
5387 2010-01-05 Stan Shebs <stan@codesourcery.com>
5388
5389 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5390 tracepoints.
5391 (Tracepoint Packets): Describe remote protocol for fast
5392 tracepoints.
5393
5394 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5395
5396 Update the "Start of New Year Procedure".
5397 * gdbint.texinfo: Add the list of files that need to be updated
5398 manually. Minor reformatting.
5399
5400 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5401
5402 * refcard.tex: Update copyright year in header and text.
5403
5404 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5405
5406 * agentexpr.texi: Add 2010 to the list of copyright years.
5407 * annotate.texinfo: Likewise.
5408 * gdb.texinfo: Likewise.
5409 * gdbint.texinfo: Likewise.
5410 * observer.texi: Likewise.
5411 * stabs.texinfo: Likewise.
5412
5413 2009-12-31 Stan Shebs <stan@codesourcery.com>
5414
5415 * gdb.texinfo (Tracepoint Actions): Describe teval.
5416
5417 2009-12-29 Stan Shebs <stan@codesourcery.com>
5418
5419 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5420
5421 2009-12-28 Stan Shebs <stan@codesourcery.com>
5422
5423 * gdb.texinfo (Trace State Variables): New section.
5424 (Tracepoint Packets): Describe trace state variable packets.
5425 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5426 variable bytecodes.
5427
5428 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5429
5430 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5431 declarations.
5432
5433 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5434
5435 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5436 -gdb-exit behaviour.
5437
5438 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5439
5440 * gpl.texi: Update to version 3 of the GPL.
5441
5442 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5443
5444 * Makefile.in: Update copyright header.
5445 * observer.texi: Fix the copyright header of the generated files.
5446
5447 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5448
5449 * gdb.texinfo (Types In Python): Describe range function.
5450
5451 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5452
5453 * gdb.texinfo (Types In Python): Describe "is_base_class".
5454
5455 2009-12-03 Tom Tromey <tromey@redhat.com>
5456
5457 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5458
5459 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5460
5461 * observer.texi: New memory_changed observer.
5462
5463 2009-12-01 Tom Tromey <tromey@redhat.com>
5464
5465 * gdb.texinfo (Reverse Execution): Fix typo.
5466
5467 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5468
5469 PR gdb/8704
5470
5471 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5472 are allowed after the breakpoint condition.
5473
5474 2009-11-23 Tom Tromey <tromey@redhat.com>
5475
5476 PR python/10782:
5477 * gdb.texinfo (Types In Python): Document Type.pointer.
5478
5479 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5480
5481 * gdb.texinfo (Machine Code): Adjust.
5482
5483 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5484
5485 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5486 (Using Agent Expressions): Delete cross reference.
5487
5488 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5491 and @settitle directives up to help makeinfo find them.
5492
5493 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5494
5495 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5496 (Auto-loading): Use plural and note one can use multiple components now.
5497
5498 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5499
5500 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5501 -stack-list-arguments have the same documentation for parameter
5502 as -stack-list-locals. Add comas.
5503
5504 2009-10-27 Tom Tromey <tromey@redhat.com>
5505 Eli Zaretskii <eliz@gnu.org>
5506
5507 PR python/10781
5508
5509 * gdb.texinfo (Values From Inferior): Document cast method.
5510
5511 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5512
5513 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5514 and adjust example.
5515
5516 2009-10-22 Michael Snyder <msnyder@vmware.com>
5517
5518 * gdb.texinfo (Process Record and Replay): Document new form of
5519 info record command. Also document the new save and restore
5520 commands.
5521
5522 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5523
5524 * gdb.texinfo (Machine Code): Mention current pc marker.
5525 (Memory): Likewise.
5526
5527 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5528 Stan Shebs <stan@codesourcery.com>
5529
5530 * observer.texi (new_inferior): Rename to...
5531 (inferior_appeared): ... this.
5532
5533 * gdb.texinfo (Inferiors): Rename node to ...
5534 (Inferiors and Programs): ... this. Mention running multiple
5535 programs in the same debug session.
5536 <info inferiors>: Mention the new 'Executable' column if "info
5537 inferiors". Update examples. Document the "add-inferior",
5538 "clone-inferior", "remove-inferior" and "maint info
5539 program-spaces" commands.
5540 (Process): Rename node to...
5541 (Forks): ... this. Document "set|show follow-exec-mode".
5542
5543 2009-10-11 Michael Snyder <msnyder@vmware.com>
5544
5545 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5546 (ReverseContinue): Ditto.
5547
5548 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5549
5550 * gdb.texinfo (Server): Document libthread-db-search-path.
5551
5552 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5555
5556 2009-10-06 Michael Eager <eager@eagercon.com>
5557
5558 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5559 (Embedded Processors): Add MicroBlaze.
5560 (MicroBlaze): New. Describe Xilinx MicroBlaze
5561
5562 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5563
5564 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5565
5566 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5567
5568 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5569
5570 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5571
5572 * observer.texi (solib_unloaded): Document explicitly the fact that
5573 this observer is called before the associated symbols are unloaded.
5574
5575 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5576
5577 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5578 -stack-list-variables.
5579
5580 2009-09-18 Tom Tromey <tromey@redhat.com>
5581
5582 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5583 is experimental.
5584
5585 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5586
5587 * gdb.texinfo (convenince variables): Mention
5588 $_siginfo could be empty.
5589
5590 2009-09-15 Tom Tromey <tromey@redhat.com>
5591
5592 * gdb.texinfo (GDB/MI Variable Objects): Document
5593 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5594 Expand -var-update documentation.
5595
5596 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5597
5598 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5599 feature.
5600
5601 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5602
5603 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5604
5605 2009-09-10 Michael Snyder <msnyder@vmware.com>
5606
5607 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5608 ReverseStep replies to the qSupported query.
5609
5610 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5611
5612 Add documentation for set/show interactive-mode.
5613 * gdb.texinfo (Other Misc Settings): New node.
5614
5615 2009-09-01 Doug Evans <dje@google.com>
5616
5617 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5618 non-stop mode's affect on remote caching.
5619
5620 2009-08-31 Jacob Potter <jdpotter@google.com>
5621 Doug Evans <dje@google.com>
5622
5623 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5624 Mark `set/show remotecache' options as obsolete.
5625 Document new `set/show stack-cache' option.
5626 Update text for `info dcache'.
5627
5628 2009-08-27 Doug Evans <dje@google.com>
5629
5630 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5631 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5632
5633 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5634
5635 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5636 about autoconf.
5637
5638 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5639
5640 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5641 small example, and describe its columns. Replace "inferior-id" by
5642 "infno" throughout.
5643
5644 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5645
5646 * gdbint.texinfo (Releasing GDB): Point to
5647 README-maintainer-mode file for required autoconf version.
5648 * configure.ac: Do not substitute datarootdir, htmldir,
5649 pdfdir, docdir. Do not process --with-datarootdir,
5650 --with-htmldir, --with-pdfdir, --with-docdir.
5651 * configure: Regenerate.
5652
5653 * configure: Regenerate.
5654
5655 2009-08-20 Reid Kleckner <reid@kleckner.net>
5656
5657 * gdb.texinfo: Add chapter on JIT interface.
5658
5659 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5660
5661 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5662 confirmation request.
5663
5664 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5665
5666 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5667 CRC definitions.
5668
5669 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5670
5671 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5672 -break-commands.
5673
5674 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5675
5676 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5677 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5678
5679 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5680
5681 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5682 "set spu stop-on-load" and "show spu stop-on-load" commands.
5683
5684 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5685
5686 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5687
5688 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5689
5690 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5691 org.gnu.gdb.arm.neon.
5692
5693 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5694
5695 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5696 optional element.
5697 (subsection OS ABI): New subsection.
5698
5699 2009-07-14 Stan Shebs <stan@codesourcery.com>
5700
5701 * gdb.texinfo (Tracepoint Conditions): New section.
5702 (General Query Packets): Describe ConditionalTracepoints.
5703 (Tracepoint Packets): Describe condition field.
5704 (Maintenance Commands): Describe maint agent-eval.
5705 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5706
5707 2009-07-11 Hui Zhu <teawater@gmail.com>
5708
5709 * gdb.texinfo (disassemble): Add a new modifier /r
5710 to "disassemble" command to make it print the raw instructions
5711 in hex as well as in symbolic form.
5712
5713 2009-07-09 Tom Tromey <tromey@redhat.com>
5714
5715 * gdbint.texinfo (Testsuite): Document parallel make check.
5716
5717 2009-07-09 Tom Tromey <tromey@redhat.com>
5718
5719 * gdbint.texinfo (Testsuite): Document test transcripts.
5720
5721 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5722
5723 * gdb.texinfo (Values From Inferior): Add length parameter
5724 description.
5725
5726 2009-07-04 Chris Genly <chris@genly.us>
5727
5728 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5729 in -var-list-children. Fix example according to what the code
5730 does.
5731
5732 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5733
5734 * gdb.texinfo (Debugging multiple inferiors): Document the
5735 "inferior", "detach inferior" and "kill inferior" commands.
5736 (Debugging Programs with Multiple Processes): Adjust to mention
5737 generic "inferior" commands. Delete mention of "detach fork" and
5738 "delete fork". Cross reference to "Debugging multiple inferiors"
5739 section.
5740
5741 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5742
5743 * gdbint.texinfo (Item Output Functions): Update signature
5744 for ui_out_field_core_addr.
5745
5746 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5747
5748 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5749 Update example code extrated from breakpoint.c.
5750
5751 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5752
5753 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5754 MI commands.
5755 (GDB/MI Symbol Query): Likewise.
5756 (GDB/MI File Commands): Likewise.
5757 (GDB/MI File Transfer Commands): Likewise.
5758 (GDB/MI Target Manipulation): Likewise.
5759 (GDB/MI Miscellaneous Commands): Likewise.
5760
5761 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5762
5763 * gdb.texinfo (Debugging Optimized Code): New chapter.
5764 (Compiling for Debugging): Reference it. Move some
5765 text to the new section.
5766
5767 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5768
5769 * doc/gdb.texinfo (Calling): Document
5770 set-unwind-on-terminating-exception usage.
5771
5772 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5773
5774 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5775 command.
5776
5777 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5778
5779 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5780 references.
5781
5782 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5783
5784 * gdbint.texinfo: Rename formal parameters to gdbarch function
5785 protoypes from "current_gdbarch" to "gdbarch".
5786
5787 2009-05-28 Tom Tromey <tromey@redhat.com>
5788
5789 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5790
5791 2009-05-27 Tom Tromey <tromey@redhat.com>
5792
5793 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5794 feature.
5795 (GDB/MI Variable Objects): Document -var-set-visualizer.
5796
5797 2009-04-02 Tom Tromey <tromey@redhat.com>
5798
5799 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5800 feature.
5801 (GDB/MI Variable Objects): Document -var-set-visualizer.
5802
5803 2009-05-27 Tom Tromey <tromey@redhat.com>
5804 Thiago Jung Bauermann <bauerman@br.ibm.com>
5805 Phil Muldoon <pmuldoon@redhat.com>
5806
5807 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5808 (Pretty Printing): New node.
5809 (Selecting Pretty-Printers): Likewise.
5810 (Python API): Update.
5811 (Output Formats): Document /r format.
5812
5813 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5814 Tom Tromey <tromey@redhat.com>
5815
5816 * gdb.texinfo (Types In Python): New node.
5817 (Values From Inferior): "type" is now an attribute.
5818 (Python API): Update.
5819
5820 2009-05-27 Tom Tromey <tromey@redhat.com>
5821 Thiago Jung Bauermann <bauerman@br.ibm.com>
5822 Phil Muldoon <pmuldoon@redhat.com>
5823
5824 * gdb.texinfo: Add @syncodeindex for `tp'.
5825 (Python API): Update.
5826 (Auto-loading): New node.
5827 (Objfiles In Python): New node.
5828
5829 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5830
5831 * gdb.texinfo (Threads): Document libthread-db-search-path.
5832
5833 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5834
5835 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5836
5837 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5838
5839 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5840 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5841 show show-debug-regs' docs.
5842
5843 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5844
5845 * gdb.texinfo (Process Record and Replay): Add description of
5846 reverse execution.
5847
5848 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5849
5850 * gdbint.texinfo (Adding support for debugging core files): New node.
5851 (Native Debugging): Remove the ``Native core file Support'' section.
5852
5853 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5854
5855 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5856 Add index entries.
5857
5858 2009-04-30 Hui Zhu <teawater@gmail.com>
5859 Michael Snyder <msnyder@vmware.com>
5860
5861 * gdb.texinfo: (Process Record and Replay): Add documentation for
5862 process record and replay.
5863
5864 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5865
5866 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5867 a new part on command-line defined macros.
5868
5869 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5870
5871 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5872 clarify the wording.
5873
5874 2009-04-23 Tom Tromey <tromey@redhat.com>
5875
5876 * gdb.texinfo (Data Files): New node.
5877 (GDB Files): Update menu.
5878
5879 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5880
5881 * gdbint.texinfo (Defining Other Architecture Features): Remove
5882 entry for PROCESS_LINENUMBER_HOOK.
5883
5884 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5885
5886 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5887
5888 2009-04-22 Hui Zhu <teawater@gmail.com>
5889
5890 * gdb.texinfo (disassemble-next-line): Set the default of
5891 disassemble-next-line to off.
5892
5893 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5894
5895 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5896 --with-htmldir): New.
5897 * configure: Regenerate.
5898 * Makefile.in (datarootdir, docdir): Define.
5899 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5900 instead of $(SET_TEXINPUTS).
5901 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5902 gdbint.info instead of $(SET_TEXINPUTS).
5903 (gdbint/index.html): Use same -I options as for building
5904 gdbint.info.
5905 (stabs.dvi, stabs.pdf): Use same -I options as for building
5906 stabs.info instead of $(SET_TEXINPUTS).
5907 (stabs/index.html): Use same -I options as for building
5908 stabs.info.
5909 (annotate.dvi, annotate.pdf): Use same -I options as for building
5910 annotate.info instead of $(SET_TEXINPUTS).
5911 (annotate/index.html): Use same -I options as for building
5912 annotate.info.
5913
5914 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5915
5916 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5917
5918 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5919
5920 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5921
5922 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5923 Joseph Myers <joseph@codesourcery.com>
5924
5925 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5926 (MAKEHTMLFLAGS): Set to empty.
5927 (html__strip_dir): Define.
5928 (HTMLFILES): Define.
5929 (HTMLFILES_INSTALL): Define.
5930 (install-html): Copy new automake rule.
5931 (html): Depend on $(HTMLFILES).
5932 (gdb_toc.html): Rename to gdb/index.html.
5933 (gdbint_toc.html): Rename to gdbint/index.html.
5934 (stabs_toc.html): Rename to stabs/index.html.
5935 (annotate_toc.html): Rename to annotate/index.html.
5936
5937 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5938
5939 * Makefile.in: Set pdfdir and htmldir from configure
5940 substitutions.
5941 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5942 * configure: Regenerate.
5943
5944 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5945
5946 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5947 This macro is no longer used.
5948
5949 2009-04-15 Tom Tromey <tromey@redhat.com>
5950
5951 * gdb.texinfo (Character Sets): Document default character set.
5952
5953 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5954
5955 * gdbint.texinfo: Change server name from sources.redhat.com to
5956 sourceware.org throughout.
5957
5958 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5959
5960 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5961 about a missing dot or coma after @xref.
5962
5963 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5966 example, and add a small explanation about it.
5967 (Print Settings): Change the documentation of the "set print
5968 frame-arguments" to reflect the fact that the default is now "scalars".
5969
5970 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdb.texinfo (Print Settings): Add kindex for command "set
5973 print frame-arguments".
5974
5975 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5978 breakpoints.
5979 (Set Breaks): Add reference to thread-specific and task-specific
5980 breakpoints.
5981
5982 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5983
5984 * gdb.texinfo (Ada Tasks): Remove the documentation about
5985 the "Running" state, as this state has been eliminated.
5986 Now all runnable tasks are shown as "Runnable".
5987
5988 2009-03-30 Stan Shebs <stan@codesourcery.com>
5989
5990 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5991 special case of breakpoints.
5992 (Enable and Disable Tracepoints): Mention deprecation.
5993 (Listing Tracepoints): Update description and example.
5994
5995 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5996
5997 * gdb.texinfo (Frames in Python): New node.
5998 (Python API): Update.
5999
6000 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6001
6002 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6003 from a method to an attribute.
6004
6005 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6006
6007 * gdb.texinfo (Values From Inferior): Document is_optimized_out
6008 attribute.
6009
6010 2009-03-25 Pedro Alves <pedro@codesourcery.com>
6011
6012 * observer.texi (thread_exit): Add "silent" parameter.
6013
6014 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6015
6016 * observer.texi (about_to_proceed): New.
6017
6018 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
6019
6020 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6021 field throughout to handle types with spaces in them. Fix typos
6022 found by aspell.
6023 (Summary, Requirements, Contributors): New first chapter,
6024 "Summary" added, old Requirements section moved there, and new
6025 section, "Contributors" added.
6026 (Initializing a New Architecture, Register Representation)
6027 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6028 (Porting gdb): These sections extended and updated.
6029 (Compiler Characteristics): This section (empty) deleted.
6030 (Defining Other Architecture Features): This section renamed and
6031 duplicate material removed from (formerly "Target Conditionals").
6032 Use braces {} in @deftypeXX type field throughout to handle types
6033 with spaces in them. Typos found by aspell fixed.
6034
6035 * stack_frame.svg: New file, source of image for gdbint.texinfo.
6036 * stack_frame.pdf: Version of image for PDF output.
6037 * stack_frame.png: Version of image for HTML output and for Emacs.
6038 * stack_frame.txt: Version of image for Info output.
6039 * stack_frame.eps: Version of image for TeX DVI output.
6040
6041 2009-03-21 Eli Zaretskii <eliz@gnu.org>
6042
6043 * gdb.texinfo (Character Sets): Fix last change.
6044
6045 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6046
6047 * gdb.texinfo (Values From Inferior): Fix optional arguments
6048 markup.
6049 (Commands In Python): Adjust argument names of gdb.Command.__init__
6050 to what the function accepts as keywords.
6051
6052 2008-03-20 Tom Tromey <tromey@redhat.com>
6053
6054 * gdb.texinfo (Convenience Vars): Document convenience functions.
6055 (Functions In Python): New node.
6056 (Python API): Update.
6057
6058 2009-03-20 Tom Tromey <tromey@redhat.com>
6059
6060 * gdb.texinfo (Character Sets): Remove obsolete text. Document
6061 set target-wide-charset.
6062 (Requirements): Mention iconv.
6063
6064 2009-03-17 Hui Zhu <teawater@gmail.com>
6065
6066 * gdb.texinfo: Change the introduce of "disassemble-next-line".
6067
6068 2009-03-17 Hui Zhu <teawater@gmail.com>
6069
6070 * gdb.texinfo: Add documentation for disassemble-next-line.
6071
6072 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6073
6074 * gdb.texinfo (Commands In Python): Remove tindex entries.
6075
6076 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6077
6078 * gdb.texinfo (Returning): New description for missing debug info.
6079
6080 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6081
6082 * gdb.texinfo (Remote Configuration): Document query-attached.
6083 (General Query Packets): Document qAttached.
6084
6085 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6086
6087 * gdb.texinfo (Background Execution): Better describe the set
6088 target-async command.
6089 (Maintenance Commands): Delete description of the `maint set/show
6090 linux-async' and `maint set/show remote-async' commands.
6091
6092 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6093
6094 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6095 between sentences.
6096
6097 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
6098
6099 * gdb.texinfo (GDB/MI Async Records): Document the
6100 =library-loaded and =library-unloaded notifications.
6101
6102 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6103
6104 * observer.texi (test_notification): New observer.
6105
6106 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6107
6108 * observer.texi: Add parameter 'print_frame' to normal_stop
6109 observer.
6110
6111 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6112
6113 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6114 (Commands In Python): Fix COMMAND_* constants in last change. Use
6115 @kbd for interactive input. Add cross-references and index
6116 entries.
6117
6118 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6119
6120 * gdb.texinfo (Signals): Document $_siginfo.
6121 (Convenience Variables): Mention $_siginfo.
6122 (Remote Configuration): Document qXfer:siginfo:read,
6123 qXfer:siginfo:write packets, and the read-siginfo-object,
6124 write-siginfo-object commands.
6125
6126 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6127
6128 * gdbint.texinfo (Values): New chapter.
6129
6130 2009-02-06 Tom Tromey <tromey@redhat.com>
6131
6132 * gdb.texinfo (Python API): Add entry for Commands In Python.
6133 (Commands In Python): New node.
6134
6135 2009-02-05 Tom Tromey <tromey@redhat.com>
6136
6137 * gdb.texinfo (Values From Inferior): Document Value.string.
6138
6139 2009-02-05 Tom Tromey <tromey@redhat.com>
6140
6141 * gdb.texinfo (Basic Python): Document execute's from_tty
6142 argument.
6143
6144 2009-02-04 Tom Tromey <tromey@redhat.com>
6145
6146 * gdb.texinfo (Basic Python): Document gdb.history.
6147
6148 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6149
6150 * gdb.texinfo (GDB/MI Thread Commands): Document the
6151 'current-thread-id' field. Remove the example with zero threads,
6152 since current GDB won't ever report that if there's inferior.
6153
6154 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6155
6156 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6157 option to -break-insert.
6158
6159 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6160 Jerome Guitton <guitton@adacore.com>
6161
6162 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6163 (System-wide configuration): New section.
6164
6165 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6166
6167 PR gdb/7580:
6168 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6169 internal-error|internal-warning quit|corefile ask|yes|no".
6170
6171 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6172
6173 * gdb.texinfo (Using the `gdbserver' Program): Document
6174 --remote-debug.
6175
6176 2009-01-23 Doug Evans <dje@google.com>
6177
6178 * gdb.texinfo: Add nexti to list of commands that support
6179 background execution.
6180
6181 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * gdb.texinfo (Define, Hooks): Document prefix command support.
6184
6185 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6186 Carlos O'Donell <carlos@codesourcery.com>
6187
6188 Fixes for makeinfo --html.
6189
6190 * annotate.texinfo: Use @copying and @insertcopying. Use
6191 @ifnottex in place of @ifinfo.
6192 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6193 place of @ifinfo. Use @ifnotinfo for one index entry.
6194 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6195 in place of @ifinfo.
6196 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6197 in place of @ifinfo. Include contents at start unconditionally.
6198
6199 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6200
6201 * gdb.texinfo (General Query Packets): Remove @var{} around the
6202 "spu" literal string.
6203
6204 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6205
6206 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6207 program may be running in another process" errors.
6208 * gdbint.texinfo (Native Conditionals): Delete
6209 ONE_PROCESS_WRITETEXT description.
6210
6211 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6212
6213 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6214 emacs local variable to be placed at the end of the ChangeLog.
6215 Add server.c and gdbreplay.c to the list of files where the
6216 copyright year needs to be updated.
6217
6218 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6219
6220 * gdb.texinfo (Remote Configuration): Document new
6221 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6222 commands.
6223
6224 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6225
6226 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6227 FETCH_INFERIOR_REGISTERS.
6228 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6229 FETCH_INFERIOR_REGISTERS descriptions. Remove
6230 gdbarch_get_longjmp_target descrition, since already described in
6231 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6232 (Target Conditionals): ... here.
6233
6234 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6235
6236 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6237 examples.
6238 (Additions to Ada): Likewise. Add the missing opening and closing
6239 parenthesis of the GDB prompt in one of the examples.
6240
6241 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6242
6243 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6244 about the result of 'Address not being of type System.Address.
6245 This problem has been fixed a while ago.
6246
6247 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6248
6249 MI non-stop and multiprocess docs.
6250
6251 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6252 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6253 Adjust documentation for *stopped, document =thread-created,
6254 =thread-exited, =thread-group-created and =thread-group-exited.
6255 (GDB/MI Thread Commands): Document the 'state' field in
6256 -thread-info output.
6257 (GDB/MI Program Execution): Mention --all and --thread-group
6258 options.
6259 (GDB/MI Variable Objects): Describe floating and fixed variable
6260 objects.
6261 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6262
6263 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6264
6265 * gdb.texinfo (Operating System Information): New appendix.
6266 (Operating System Auxiliary Information): Document 'info os processes'
6267 (Remote Configuration): Document 'osdata'
6268 (General Query Packets): Document qXfer:osdata:read.
6269
6270 2008-11-27 Tristan Gingold <gingold@adacore.com>
6271
6272 * gdb.texinfo (Darwin): Document Darwin specific features.
6273
6274 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6275
6276 * gdbint.texinfo (Target Conditionals): Extend the
6277 gdbarch_breakpoint_from_pc description.
6278
6279 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6280
6281 * gdb.texinfo (M68K Features): Fix typo.
6282
6283 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6284
6285 * gdb.texinfo (Symbols): Mention printing containing
6286 image name in "info symbol".
6287 (Maint translate-address): Likewise.
6288
6289 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6290
6291 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6292 commands "catch load" and "catch unload".
6293
6294 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6295
6296 * gdb.texinfo (GDB/MI Async Records): Document
6297 =thread-selected.
6298
6299 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6300
6301 * observer.texi (new_inferior, inferior_exit): New observers.
6302
6303 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6304
6305 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6306 .mt files, TM_CLIBS or TM_CDEPS.
6307 (x86 Watchpoints): Don't mention TDEPFILES.
6308
6309 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6310
6311 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6312 (Overview): Mention notifications and non-stop mode behavior.
6313 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6314 with non-stop mode behavior. Add vStopped description.
6315 (Stop Reply Packets): Update list of packets that return
6316 stop replies. Mention non-stop behavior.
6317 (General Query Packets): Document QNonStop packet and associated
6318 qSupported query response.
6319 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6320 behavior.
6321 (Notification Packets): New section.
6322 (Remote Non-Stop): New section.
6323 (File-I/O Overview): Mention non-stop behavior.
6324
6325 2008-10-24 Hui Zhu <teawater@gmail.com>
6326 Pedro Alves <pedro@codesourcery.com>
6327
6328 * gdb.texinfo (displaced-stepping): Describe the auto mode
6329 setting, and say it's the default. This is now a mainstream
6330 setting instead of a maintenance setting.
6331
6332 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6333
6334 * observer.texi (thread_stop_requested): New.
6335
6336 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6337
6338 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6339 (Patching): Replace incorrect usage of @samp by @kbd.
6340
6341 2008-10-17 Michael Snyder <msnyder@vmware.com>
6342
6343 * gdb.texinfo: Add documentation for reverse execution.
6344
6345 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6346 Eli Zaretskii <eliz@gnu.org>
6347
6348 * gdb.texinfo. (Values From Inferior): New subsubsection.
6349
6350 2008-10-06 Doug Evans <dje@google.com>
6351
6352 * gdb.texinfo (set debug dwarf2-die): Document it.
6353
6354 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6355
6356 * gdb.texinfo (catch) [exception]: Document how to insert
6357 a breakpoint on user-defined exceptions when the exception
6358 name is identical to one of the language-defined ones.
6359
6360 2008-09-27 Tom Tromey <tromey@redhat.com>
6361
6362 * gdb.texinfo (Macros): Remove text about stringification,
6363 varargs, and splicing.
6364
6365 2008-09-27 Tom Tromey <tromey@redhat.com>
6366
6367 * gdbint.texinfo (Language Support): Remove text about omitting
6368 support for a language.
6369
6370 2008-09-23 Doug Evans <dje@google.com>
6371
6372 * gdb.texinfo (info dcache): Update.
6373
6374 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6375
6376 * gdb.texinfo (Packets): Add info on thread-id syntax and
6377 multiprocess extensions.
6378 <D>: Document multiprocess form of packet.
6379 <H>: Use thread-id syntax.
6380 <T>: Likewise.
6381 <vCont>: Likewise. Note this is required for multiprocess.
6382 <vKill>: New packet.
6383 (Stop Reply Packets) <T>: Use thread-id syntax.
6384 <W>: Document multiprocess form of reply.
6385 <X>: Likewise.
6386 (General Query Packets) <qC>: Use thread-id syntax.
6387 <qfThreadInfo>: Likewise.
6388 <qGetTLSAddr>: Likewise.
6389 <qP>: Likewise.
6390 <qSupported>: Add "multiprocess" feature.
6391 <qThreadExtraInfo>: Use thread-id syntax.
6392
6393 2008-09-22 Stan Shebs <stan@codesourcery.com>
6394
6395 * gdb.texinfo (Inferiors): New section.
6396
6397 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6398
6399 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6400
6401 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6402
6403 * gdbint.texinfo (Target Conditionals): Remove documentation
6404 for gdbarch_name_of_malloc.
6405
6406 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6407
6408 * gdb.texinfo (Interrupts): Mention TCP interface for
6409 sending BREAK.
6410
6411 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6412
6413 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6414 argument prefix to "set sysroot".
6415
6416 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6417
6418 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6419 and False.
6420
6421 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6422
6423 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6424 for possible features of -list-features.
6425
6426 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6427
6428 * gdb.texinfo (Background execution): Adjust example
6429 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6430
6431 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6432
6433 * doc/gdb.texinfo (PowerPC): Fix typo.
6434 (PowerPC features): Fix typo.
6435
6436 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6437
6438 * observer.texi (thread_ptid_changed): New.
6439
6440 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6441
6442 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6443 (PowerPC features): Mention feature set for VSX registers.
6444
6445 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6446
6447 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6448 the direct visibility of all names in user-written packages.
6449
6450 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6451
6452 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6453 setting, and make it the default.
6454 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6455 non-stop script example.
6456
6457 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6458
6459 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6460 reference to the "Using Different Register and Memory Data
6461 Representation" section.
6462
6463 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6464
6465 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6466 (Remote Protocol): Add Packet Acknowledgment to menu.
6467 (Overview): Mention +/- can be disabled, and point to new section
6468 where this is discussed in detail.
6469 (General Query Packets): Document QStartNoAckMode packet, and
6470 corresponding qSupported reply.
6471 (Packet Acknowledgment): New section.
6472
6473 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6474 Pedro Alves <pedro@codesourcery.com>
6475
6476 * gdb.texinfo (Threads): Move paragraph about automatic thread
6477 selection to All-Stop Mode subsection.
6478 (Thread Stops): Reorganize existing material into subsections.
6479 Add introductory blurb and menu.
6480 (Non-Stop Mode): New subsection.
6481 (Background Execution): New subsection.
6482 (Maintenance Commands): Add cross-references from async mode
6483 commands to the new Background Execution section.
6484
6485 2008-08-06 Tom Tromey <tromey@redhat.com>
6486
6487 * gdb.texinfo (Extending GDB): New chapter.
6488 (Sequences): Demoted chapter, now a section under the new
6489 Extending GDB chapter.
6490 (Python): New section.
6491
6492 2008-07-31 Stan Shebs <stan@codesourcery.com>
6493
6494 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6495
6496 2008-07-29 Stan Shebs <stan@codesourcery.com>
6497
6498 * gdbint.texinfo: General round of cleanup and minor
6499 clarifications.
6500 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6501 (Longjmp Support): Update description to reflect how it is done
6502 for targets without using native header.
6503 (Symbol Handling): Add a little more general explanation.
6504 (COFF, ELF): Mention stabs encapsulation.
6505 (DWARF 3): New section.
6506 (Adding a New Host): Scrub out some obsolete bits.
6507 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6508 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6509 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6510 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6511 SEEK_SET, STOP_SIGNAL, USG.
6512 (Raw and Virtual Register Representations): Ditto for
6513 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6514 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6515 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6516 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6517 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6518 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6519 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6520 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6521 DEPRECATED_USE_STRUCT_CONVENTION.
6522 Describe gdbarch_deprecated_fp_regnum.
6523 Update description of gdbarch_print_insn.
6524 (Adding a New Target): Scrub out obsolete bits.
6525 (Obsolete Conditionals): Remove entire section.
6526
6527 2008-07-25 Tom Tromey <tromey@redhat.com>
6528
6529 * observer.texi (GDB Observers): Document new observers:
6530 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6531 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6532 architecture_changed.
6533
6534 2008-07-21 Stan Shebs <stan@codesourcery.com>
6535
6536 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6537 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6538
6539 2008-07-21 Tom Tromey <tromey@redhat.com>
6540
6541 * observer.texi (GDB Observers): Remove obsolete comment.
6542 <executable_changed>: Remove argument.
6543
6544 2008-07-18 Tom Tromey <tromey@redhat.com>
6545
6546 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6547
6548 2008-07-10 Doug Evans <dje@google.com>
6549
6550 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6551
6552 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6553
6554 * gdb.texinfo (Starting): Document "set disable-randomization".
6555
6556 2008-07-07 Andreas Schwab <schwab@suse.de>
6557
6558 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6559
6560 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6561
6562 * gdb.texinfo (GDB/MI Target Manipulation): Add
6563 example of -target-attach.
6564
6565 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6566
6567 * observer.texi (target_resumed): New observer.
6568 * gdb.texinfo (GDB/MI Output Records): Document *running.
6569
6570 2008-06-06 Tom Tromey <tromey@redhat.com>
6571
6572 * gdb.texinfo (Completion): Add field name example.
6573
6574 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6575
6576 * gdb.texinfo (GDB/MI Program Context): Added example
6577 to -exec-arguments
6578
6579 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6580
6581 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6582 annotation.
6583
6584 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6585 Nathan Sidwell <nathan@codesourcery.com>
6586 Joseph Myers <joseph@codesourcery.com>
6587
6588 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6589 and ACX_BUGURL.
6590 * configure: Regenerate.
6591 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6592 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6593 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6594 mailing-list-specific text about bug reporting unless
6595 BUGURL_DEFAULT.
6596
6597 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6598
6599 * gdb.texinfo (-target-select): Remove reference to target async.
6600 (Maintenance Commands): Document "maint set/show remote-async".
6601
6602 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6603
6604 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6605 in -target-file-get section.
6606
6607 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6608
6609 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6610 killing the inferior when it is already debugging a process.
6611
6612 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6613
6614 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6615 abbreviation for "finish".
6616
6617 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6618
6619 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6620
6621 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6622
6623 * gdbint.texinfo (Target Conditionals): Delete entry for
6624 gdbarch_dwarf_reg_to_regnum.
6625
6626 2008-05-09 Doug Evans <dje@google.com>
6627
6628 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6629
6630 2008-05-05 Doug Evans <dje@google.com>
6631
6632 * gdb.texinfo (disassemble): Document /m modifier.
6633
6634 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6635
6636 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6637 will not report the time of commands that run the target.
6638
6639 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6640
6641 * gdb.texinfo (GDB/MI Output Records): Add
6642 missing semicolon.
6643
6644 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6645
6646 * gdb.texinfo (GDB/MI Output Records):
6647 Document =thread-create and =thread-exited.
6648
6649 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6650
6651 * gdb.texinfo (GDB/MI Development and Front Ends):
6652 Remove mention of dmi-discuss.
6653
6654 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6655
6656 * observer.texi (thread_exit): New.
6657
6658 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6659
6660 * gdb.texinfo (Debugging Output): Document "set/show debug
6661 displaced".
6662 (Maintenance Commands): Document "maint set/show
6663 can-use-displaced-stepping".
6664
6665 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6666
6667 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6668 and set/show arm force-mode.
6669
6670 2008-05-02 Andreas Schwab <schwab@suse.de>
6671
6672 * gdbint.texinfo (Algorithms): Describe
6673 target_watchpoint_addr_within_range.
6674
6675 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6676
6677 * gdbint.texinfo (Stack Frames): New chapter.
6678 (Algorithms): Move Frames text to the new chapter.
6679 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6680 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6681
6682 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6683
6684 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6685 output does not necessary include any tokens.
6686
6687 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6688
6689 * gdb.texinfo (Set SH Calling convention): New @item.
6690 (Show SH Calling convention): Ditto.
6691
6692 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6693
6694 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6695
6696 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6697
6698 * gdb.texinfo (Set Breaks): Mention that multiple location
6699 breakpoints need line number info. Add index entries.
6700
6701 2008-04-19 Craig Silverstein <csilvers@google.com>
6702
6703 * gdb.texinfo (Requirements): Add an optional requirement on
6704 zlib.
6705 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6706 Compressed DWARF 2.
6707
6708 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6709
6710 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6711 sample output for 'stopped,reason="breakpoint-hit"' message.
6712 (GDB/MI Program Execution): Likewise.
6713
6714 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6715
6716 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6717 -var-set-format. Add -f option to -var-evaluate-expression.
6718
6719 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6720
6721 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6722 new node "Ambiguous Expressions". Replace references to this
6723 node by references to "Ambiguous Expressions" throughout.
6724 (Ambiguous Expressions): New node.
6725
6726 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6727
6728 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6729
6730 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6731
6732 * gdb.texinfo (Debugging Output): Document
6733 "set/show debug lin-lwp-async".
6734 (Maintenance Commands): Document "maint set/show linux-async".
6735
6736 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6737
6738 * gdb.texinfo (Expressions): Update description of malloced arrays.
6739
6740 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6741
6742 * gdb.texinfo (Thread Commands): Document
6743 -thread-info. Remove -thread-list-all-threads.
6744
6745 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6746 Sandra Loosemore <sandra@codesourcery.com>
6747
6748 * gdb.texinfo (Library List Format): Update to mention the
6749 possibility to pass section addresses instead of segment
6750 addresses.
6751
6752 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.texinfo (Starting): Document "set exec-wrapper".
6755 (Server): Document gdbserver --wrapper.
6756
6757 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6758
6759 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6760 unreadable memory. Delete obsolete SPARClite reference.
6761
6762 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6763
6764 * gdb.texinfo (Starting): Mention always-running targets.
6765 (Target Commands): Add an anchor for load.
6766 (Connecting): Explain continue instead of run.
6767
6768 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6769
6770 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6771
6772 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6775 breakpoint table.
6776
6777 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6778
6779 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6780 killing the inferior when it is already debugging a process.
6781
6782 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6783
6784 * gdbint.texinfo (Build Script): New section. Mention new build script
6785 gdb_buildall.sh.
6786
6787 2008-02-01 Jim Blandy <jimb@red-bean.com>
6788
6789 * gdb.texinfo (Help): Summarize 'info args' correctly.
6790
6791 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6792
6793 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6794 available in PowerPC architecture.
6795 (Embedded Processors): Change node name of PowerPC item in menu.
6796 (PowerPC): Rename to...
6797 (PowerPC Embedded): this.
6798 (Architectures): Add new PowerPC item in menu.
6799 (PowerPC): New node.
6800
6801 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6802
6803 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6804 commands.
6805
6806 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6807
6808 * gdb.texinfo (Setting Catchpoints): Mention features
6809 supported on GNU/Linux.
6810
6811 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6812
6813 * gdb.texinfo (GDB/MI File Commands): Describe new output
6814 field for MI command -file-list-exec-source-file.
6815
6816 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdb.texinfo (Using the `gdbserver' Program): Add security
6819 warning. Rearrange into subsections and subsubsections. Document
6820 --multi and --debug. Correct --with-sysroot typo. Update --attach
6821 usage. Make load reference clearer. Document monitor exit.
6822 (Remote Configuration): Document set remote exec-file, attach-packet,
6823 and run-packet.
6824 (Packets): Document vAttach and vRun.
6825
6826 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6827
6828 * gdb.texinfo (Processes): Mention process command.
6829 detach-on-follow -> detach-on-fork.
6830
6831 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6832
6833 * gdbint.texinfo (Native Conditionals): Remove
6834 SHELL_COMMAND_CONCAT and SHELL_FILE.
6835
6836 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6837
6838 * gdb.texinfo (Specify Location): Improve wording.
6839
6840 2008-01-23 Chris Demetriou <cgd@google.com>
6841
6842 * gdb.texinfo (Threads): Document new "set print thread-events"
6843 and "show print thread-events" commands.
6844
6845 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6846
6847 * gdb.texinfo (Specify Location): New section.
6848 (Delete Breaks, Edit, Set Breaks): Remove description of
6849 locations. Instead, add a reference to "Specify Location".
6850 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6851 (Symbols): Refer to "Specify Location" for the valid forms of
6852 linespecs and locations.
6853
6854 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6855
6856 * gdbint.texinfo (Target Conditionals): Replace the description of
6857 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6858
6859 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6860
6861 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6862 about &&var, which is rejected by the expression parser.
6863
6864 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6865
6866 * gdb.texinfo (Output): Update documentation on using printf with DFP
6867 types.
6868
6869 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6870
6871 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6872 subsubsection.
6873 (Decimal Floating Point format): New subsubsection.
6874
6875 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6876
6877 * gdb.texinfo (File Options): Remove mention of the attempt to
6878 open a core file with the -p option. Don't list -c as a valid
6879 option to attach to a process.
6880
6881 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6882
6883 * gdbint.texinfo (Host Conditionals): Remove mention of
6884 ALIGN_STACK_ON_ENTRY.
6885
6886 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6887
6888 * gdbint.texinfo (Start of New Year Procedure): Add item
6889 describing how to update the source and documentation copyright
6890 notices.
6891
6892 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6893
6894 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6895 watchpoint explanation into the main description of the watchpoint
6896 command; update synopses of 'watch', 'rwatch', and 'awatch'
6897 commands.
6898
6899 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6900
6901 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6902 Document 'pending-breakpoints' feature of
6903 -list-features.
6904
6905 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6906
6907 * gdb.texinfo: Add new parameter's description.
6908
6909 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6910
6911 * gdb.texinfo (Overview): Clarify run-length encoding
6912 example. Remove the restriction on "+" and "-" characters.
6913
6914 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6915
6916 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6917
6918 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6919
6920 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6921 the -f option for -break-insert, remove -r option,
6922 and clarify specification of location.
6923
6924 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6925
6926 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6927 formatting.
6928 (Remote Debugging): Add File Transfer section.
6929 (Remote Configuration): Document Host I/O packets.
6930 (GDB/MI): Add GDB/MI File Transfer Commands section.
6931 (Host I/O Packets): New section in "Remote Protocol".
6932 (Packets): Add vFile.
6933
6934 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6935
6936 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6937 breakpoints with multiple locations.
6938 (Breakpoint Menus): Improve wording.
6939 (Output): Fix last change.
6940
6941 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6942
6943 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6944
6945 2007-11-15 Doug Evans <dje@google.com>
6946
6947 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6948
6949 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6950
6951 * gdbint.texinfo (Native Conditionals): Remove
6952 mention of CLEAR_SOLIB.
6953
6954 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6955
6956 * gdb.texinfo (Print Settings): Add documentation for "set/show
6957 print frame-arguments".
6958
6959 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6960
6961 * gdb.texinfo (Output): Update printf command's description.
6962
6963 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6964
6965 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6966 powerpc soft-float".
6967
6968 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6969
6970 * gdb.texinfo (Files): Correct formatting. Mention Expat
6971 requirement.
6972 (Requirements for Building GDB): Expand the list of Expat
6973 uses.
6974 (Library List Format, Memory Map Format): Mention Expat.
6975 (Target Descriptions): Update Expat wording.
6976
6977 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6978
6979 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6980 Document that gdbarch_convert_register_p should return zero for no-op
6981 conversions.
6982
6983 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6984
6985 * gdbint.texi (Compiler Characteristics): Move documentation
6986 of set_gdbarch_sofun_address_maybe_missing back to ...
6987 (Target Conditionals): ... here to fix build break.
6988
6989 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6990
6991 * gdbint.texi (Target Conditionals): Remove documentation of
6992 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6993 (Compiler Characteristics): ... documentation of
6994 set_gdbarch_sofun_address_maybe_missing.
6995
6996 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdbint.texinfo (Target Conditionals): Use
6999 frame_unwind_register_unsigned in examples instead of
7000 frame_unwind_unsigned_register.
7001
7002 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7003
7004 * gdb.texinfo (Predefined Target Types): Add int128
7005 and uint128.
7006 (Standard Target Features): Add PowerPC features.
7007
7008 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7009
7010 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7011
7012 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7013
7014 * gdbint.texi (Target Conditionals): Remove documentation
7015 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7016 gdbarch_extract_return_value, and gdbarch_store_return_value.
7017
7018 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
7019
7020 * gdbint.texi (Target Conditionals): Remove documentation of
7021 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7022
7023 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7024
7025 * gdb.texinfo: Mention that inaccessible-by-default is on by
7026 default.
7027
7028 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7029
7030 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7031
7032 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7033
7034 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7035 multi-threaded watchpoints.
7036 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7037 checked. Describe sticky notification. Expand description
7038 of steppable and continuable watchpoints.
7039 (Watchpoints and Threads): New subsection.
7040
7041 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
7042
7043 * gdb.texinfo (Setting Breakpoints): Revise
7044 documentation for pending breakpoints. Document
7045 breakpoints with multiple locations.
7046
7047 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
7048
7049 * gdb.texinfo (Miscellaneous gdb/mi Commands):
7050 Document -list-features.
7051
7052 2007-09-15 Eli Zaretskii <eliz@gnu.org>
7053
7054 * gdb.texinfo (Output): Spell out which features of C's printf are
7055 not supported by GDB's printf.
7056 (Separate Debug Files): More accurate wording regarding build ID
7057 and a reference to the ld manual rather than the Fedora wiki.
7058
7059 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7060 Jim Blandy <jimb@codesourcery.com>
7061
7062 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
7063 (Examining Memory): Update mentions of the 's' format.
7064 (Automatic Display): Likewise.
7065
7066 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
7067
7068 * gdb.texinfo: Update the FSF's Back-Cover Text.
7069
7070 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7071 Eli Zaretskii <eliz@gnu.org>
7072
7073 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7074 Fixed the ``build ID'' name. New binaries build instructions for the
7075 build ID inclusion. Explain how the commands are specific to the build
7076 ID vs. debug link.
7077
7078 2007-09-01 Eli Zaretskii <eliz@gnu.org>
7079
7080 * gdb.texinfo (Separate Debug Files): Fix last change. Add
7081 indexing for ``build ID'' support.
7082
7083 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7086 Enlisted BUILD ID to the debug file searching example.
7087 Included a BUILD ID `.note.gnu.build-id' section description.
7088 Updated/added the debug files splitting instructions for OBJCOPY.
7089
7090 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7091
7092 * gdb.texinfo (Variable Objects): Adjust docs
7093 for -var-info-expression and document
7094 -var-info-path-expression.
7095
7096 2007-08-20 Jim Blandy <jimb@codesourcery.com>
7097
7098 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7099 (title page): Include the dedication in the printed manual, as a
7100 separate page after the copyright notice.
7101
7102 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7103 don't break a @var across a line.
7104
7105 2007-07-25 Maciej W. Rozycki <macro@mips.com>
7106
7107 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7108 for include files.
7109
7110 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
7111
7112 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
7113 in annotate.texinfo.
7114 (Command History): Link to new node.
7115
7116 2007-07-05 Markus Deuling <deuling@de.ibm.com>
7117
7118 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7119
7120 2007-07-05 Eli Zaretskii <eliz@gnu.org>
7121
7122 * gdbint.texinfo (Target Conditionals): Fix last change.
7123
7124 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7125
7126 * gdb.texinfo: Replace following macros by their appropriate gdbarch
7127 routines:
7128 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7129 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7130 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7131 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7132 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7133 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7134 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7135 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7136 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7137 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7138 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7139 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7140 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7141 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7142 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7143 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7144 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7145 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7146 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7147 (SOFTWARE_SINGLE_STEP_P)
7148
7149 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7150 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7151
7152 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7153 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7154 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7155 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7156 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7157 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7158 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7159 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7160 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7161 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7162
7163 (Converting an existing Target Architecture to Multi-arch): Remove
7164 section.
7165
7166 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7167 (gdbarch_addr_bits_remove): Add code example.
7168
7169 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7170
7171 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7172
7173 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7174 Add other missing entries. Adjust the table size to fit.
7175 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7176 stop reasons including the new "library" event.
7177 (General Query Packets): Adjust table widths for qSupported. Mention
7178 qXfer:libraries:read reply to qSupported and document the new packet.
7179 (Library List Format): New section.
7180
7181 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7184
7185 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7186
7187 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7188
7189 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7190
7191 * gdbint.texinfo (Register and Memory Data): Break sections
7192 into nodes and add a menu.
7193
7194 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7195
7196 * gdb.texinfo (Examining Memory): Document the new behaviour.
7197
7198 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7199
7200 * gdb.texinfo (Standard Target Features): Document
7201 m68k features.
7202
7203 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7204
7205 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7206
7207 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7208
7209 * gdb.texinfo (Target Description Format): Add version attribute
7210 for <target>.
7211
7212 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7213
7214 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7215
7216 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7217
7218 * gdb.texinfo (MIPS Features): New subsection.
7219
7220 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7221 Markus Deuling <deuling@de.ibm.com>
7222
7223 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7224 and qXfer:spu:write packets and mention them under qSupported.
7225
7226 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7227 Markus Deuling <deuling@de.ibm.com>
7228
7229 * gdb.texinfo (Architectures): Add new SPU section to document
7230 Cell Broadband Engine SPU architecture specific commands.
7231
7232 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7233
7234 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7235 comments.
7236
7237 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7238
7239 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7240
7241 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7242
7243 * gdb.texinfo (Overview): Doc fix.
7244
7245 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7246
7247 * gdb.texinfo (Remote Configuration): Document "set/show
7248 remoteflow".
7249
7250 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7251
7252 * gdb.texinfo (MIPS): Remove documentation for set mips
7253 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7254 stack-arg-size.
7255
7256 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7257
7258 * all-cfg.texi (GDBTUI): New.
7259 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7260 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7261 (TUI Configuration): Edit to improve clarity and fix problems of
7262 both style and content.
7263
7264 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7265
7266 * observer.texi (GDB Observers): New observer "new_objfile".
7267
7268 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7269
7270 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7271
7272 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7273
7274 * gdb.texinfo (GDB/MI Variable Objects): Document
7275 frozen variables objects.
7276
7277 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7278
7279 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7280 (Character Sets, Caching Data of Remote Targets): Likewise.
7281 (Targets): Delete Remote node. Move its text...
7282 (Debugging Remote Programs): ...to here. Delete description
7283 of the "remote" command.
7284 (Remote configuration): Delete description of "set remotedevice"
7285 and "show remotedevice".
7286 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7287
7288 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7289
7290 * gdb.texinfo (Contributors, Continuing and Stepping)
7291 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7292 (General Query Packets, File-I/O Remote Protocol Extension)
7293 (Protocol Basics, The F Reply Packet, Write)
7294 (Protocol-specific Representation of Datatypes, Memory Transfer):
7295 Fix hyphenation, punctuation and grammar problems.
7296 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7297 'section' instead of 'subsection' in the text.
7298 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7299 (i386): Remove period from section name.
7300 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7301 (Config Names, Configure Options): Use @file{configure}.
7302
7303 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7304
7305 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7306 and tab expansion.
7307
7308 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7309
7310 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7311
7312 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7313
7314 * gdb.texinfo: Consistently capitalize all significant words in
7315 node names, chapter titles, section titles, and headings. Update
7316 cross references to match.
7317 (Starting and Stopping Trace Experiment): Make node name plural.
7318 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7319
7320 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7321
7322 * gdb.texinfo (WinCE): Delete obsolete subsection.
7323
7324 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7325
7326 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7327 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7328 references.
7329
7330 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7331
7332 * gdb.texinfo (Startup): Delete references to some alternate
7333 names for .gdbinit.
7334 (Thread): Remove LynxOS reference.
7335 (Tandem ST2000): Delete target-specific documentation.
7336 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7337 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7338 and GDB_OSABI_LYNXOS.
7339
7340 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7341
7342 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7343
7344 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7345
7346 * gdbint.texinfo (Target Conditionals): Remove mention of
7347 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7348 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7349
7350 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7351
7352 * Makefile.in: Add "pdfdir" installation
7353 directory, PDFTEX macro, support for "install-pdf" target,
7354 and rules for making a pdf version of refcard.texi.
7355 * refcard.tex: Specify paper size for PDF output.
7356
7357 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7358
7359 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7360
7361 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7362
7363 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7364 (Source Path, Character Sets, Macros, Define)
7365 (GDB/MI Result Records, GDB/MI Simple Examples)
7366 (GDB/MI Program Execution, GDB/MI File Commands)
7367 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7368 (Bug Reporting): Use @value{GCC}.
7369
7370 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7371
7372 * gdb.texinfo (Help): Fix formatting of examples.
7373 (Variables): Use @ifnotinfo instead of @iftex.
7374 (Non-debug DLL symbols): Use @ref instead of @pxref.
7375 (Sparclet File): Use @samp instead of quotes.
7376
7377 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7378
7379 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7380
7381 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7382
7383 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7384 the order of the nodes.
7385 (C Operators, C Constants, Debugging C): Remove extra menus.
7386 (Method Names in Commands): Do not specify next/prev/up nodes.
7387
7388 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7389
7390 * gdb.texinfo (File Options): Add missing parenthesis.
7391 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7392
7393 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7396
7397 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7398
7399 * gdb.texinfo (Standard Target Features): Mention
7400 case insensitivity.
7401 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7402
7403 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7404
7405 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7406 (Files): Add section name to argument list for pxref.
7407 (Non-debug DLL symbols): Don't use `see' for pxref.
7408 (Embedded Processors): Fix typo.
7409 (GDB/MI Breakpoint Commands): Execution commands generate
7410 *stopped not ^done.
7411
7412 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7413
7414 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7415 values for in_scope. Mention that only root variables can be
7416 updated.
7417 (GDB/MI Development and Front Ends): Explain new values may be
7418 added to existing fields.
7419
7420 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7421
7422 * gdb.texinfo (-target-disconnect): Use @smallexample.
7423 (Requirements): Add anchor for Expat. Update description.
7424 (Target Descriptions): Mention Expat.
7425 (Target Description Format): Document new elements. Use
7426 @smallexample.
7427 (Predefined Target Types, Standard Target Features): New sections.
7428 * gdbint.texinfo (Target Descriptions): New section.
7429
7430 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7431
7432 * gdb.texinfo (Target Description Format): Add section on XInclude.
7433
7434 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7437 command -enable-timings.
7438
7439 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7440
7441 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7442 descriptions for new/deleted elements in gdb_osabi. Add missing
7443 description for function generic_elf_osabi_sniff_abi_tag_sections.
7444
7445 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7446
7447 * gdb.texinfo (Maintenance Commands): Add documentation for
7448 the new "maint print target-stack" command.
7449
7450 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7451 Eli Zaretskii <eliz@gnu.org>
7452
7453 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7454
7455 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7456
7457 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7458 Use @value{NGCC} instead of @value{GCC}.
7459
7460 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7461
7462 * agentexpr.texi: Fix typos.
7463 * annotate.texinfo: Likewise.
7464 * gdb.texinfo: Likewise.
7465 * gdbint.texinfo: Likewise.
7466 * observer.texi: Likewise.
7467 * stabs.texinfo: Likewise.
7468
7469 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7470
7471 * gdbint.texinfo (Support Libraries): Remove mmalloc
7472 entry. Describe readline library.
7473
7474 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7475
7476 * gdb.texinfo (Target Descriptions): New section.
7477 (General Query Packets): Add QPassSignals anchor. Mention
7478 qXfer:features:read under qSupported. Expand mentions of
7479 qXfer:memory-map:read and QPassSignals. Document
7480 qXfer:features:read.
7481
7482 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7483
7484 * gdb.texinfo (Commands to specify files): Describe
7485 "set sysroot" and "show sysroot".
7486 (Using the `gdbserver' program): Lowercase argument
7487 to @var. Expand description of setting up GDB on the
7488 host.
7489
7490 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7491
7492 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7493 catch exception, catch exception unhandled, and catch assert
7494 commands.
7495
7496 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7497
7498 * gdb.texinfo (Debugging Output): Document "set debug xml"
7499 and "show debug xml".
7500
7501 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7502
7503 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7504
7505 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7506
7507 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7508
7509 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7510
7511 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7512 note in @ignore, to be removed later if nobody complains.
7513
7514 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7515
7516 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7517 of -var-delete.
7518
7519 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7520
7521 * gdb.texinfo (Setting breakpoints): Document
7522 automatic software/hardware breakpoint usage and
7523 the "set breakpoint auto-hw" command.
7524
7525 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7526
7527 * gdb.texinfo (Memory Access Checking): New.
7528
7529 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7530
7531 * gdb.texinfo (Remote configuration): Mention
7532 "pass-signals-packet".
7533 (General Query Packets): Document QPassSignals. Fix
7534 a typo.
7535
7536 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7537
7538 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7539
7540 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7541
7542 * gdb.texinfo (Remote configuration): Rewrite documentation for
7543 packet configuration commands.
7544 (OS Information): Adjust reference to qXfer:auxv:read.
7545 (General Query Packets): Remove references to read-aux-vector-packet
7546 and set remote get-thread-local-storage-address.
7547
7548 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7549
7550 * gdbint.texinfo (Target Architecture Definition): Add new
7551 Initializing a New Architecture section.
7552
7553 2006-10-31 David Taylor <dtaylor@emc.com>
7554
7555 * stabs.texinfo (Macro define and undefine): New node describing
7556 stabs for #define and #undef.
7557
7558 2006-10-27 Andreas Schwab <schwab@suse.de>
7559
7560 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7561
7562 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7563
7564 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7565 clarify on the possible meanings of ``expression'' watched by
7566 watchpoints. Add indexing.
7567 (Prompting, Errors, Invalidation, Annotations for Running)
7568 (Source Annotations): Fix index entries by adding "annotation" to
7569 them, to discriminate from index entries that point to the more
7570 general topic descriptions.
7571
7572 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7573
7574 * gdbint.texinfo (Target Vector Definition): Move most
7575 content into Existing Targets. Add a menu.
7576 (Existing Targets): New section, moved from Target Vector
7577 Definition. Use @subsection.
7578 (Managing Execution State): New section.
7579
7580 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7581
7582 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7583
7584 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7585
7586 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7587 (Command Syntax, Signals, Backtrace, Connecting)
7588 (Remote configuration, Renesas Boards, Console I/O): Fix last
7589 change: use Ctrl- instead of C-, except wrt Emacs.
7590 (File-I/O Examples): Put Ctrl-c in @kbd.
7591 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7592 (Console I/O): Use @samp with Ctrl-.
7593 (Signals, Set Breaks, Set Watchpoints): Document optional
7594 arguments to `info signals' `handle', `info breakpoints', and
7595 `info watchpoints'.
7596
7597 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7598
7599 * gdb.texinfo (Backtrace): Fix last change.
7600
7601 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7602
7603 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7604
7605 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7606
7607 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7608 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7609 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7610
7611 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7612 Daniel Jacobowitz <dan@codesourcery.com>
7613
7614 * gdb.texinfo (Packets): Document vFlashErase,
7615 vFlashWrite and vFlashDone packets.
7616 (General Query Packets): Document qXfer:memory-map:read.
7617 Add a new feature for qXfer:memory-map:read.
7618 (Memory map format): New section.
7619 (Target Commands): Mention that gdb can write flash.
7620
7621 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7622 Daniel Jacobowitz <dan@codesourcery.com>
7623
7624 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7625 memory regions and "mem auto".
7626
7627 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7628
7629 * gdbint.texinfo (Array Containers): New section.
7630
7631 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7632
7633 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7634 -stack-list-arguments HIGH_FRAME argument can be larger then the
7635 actual number of frames.
7636
7637 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7638
7639 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7640 -stack-list-locals HIGH_FRAME argument can be larger then the
7641 actual number of frames.
7642
7643 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7644
7645 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7646 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7647
7648 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7649
7650 * gdbint.texinfo (Overall Structure): New section "Source Tree
7651 Structure".
7652
7653 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7654
7655 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7656 responses.
7657
7658 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7659
7660 * gdb.texinfo (Source Path): Add documentation for new
7661 substitute-path commands.
7662
7663 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7664
7665 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7666 (Running Configure): ...here.
7667 (Requirements): New node. Mention expat.
7668
7669 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7670
7671 * gdb.texinfo (Target Commands): Remove
7672 'set download-write-size' and 'show download-write-size'.
7673
7674 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7675
7676 * stabs.texinfo (Member Type Descriptor): Correct example for
7677 pointer to member types.
7678
7679 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7680
7681 * gdb.texinfo (Optional warnings and messages): Add
7682 'set/show trace-commands'.
7683 (Command files): Add '-v' to source command.
7684
7685 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7686
7687 * gdb.texinfo (OS Information): Update qPart reference to
7688 qXfer.
7689 (Remote configuration): Likewise.
7690 (Overview): Move @cindex to the start of a paragraph. Talk
7691 about binary data encoding.
7692 (Packets): Refer to the overview for the details of the X
7693 packet encoding.
7694 (General Query Packets): Remove qPart description. Add qXfer
7695 description. Add an anchor to qSupported. Correct feature
7696 table title. Add a new feature for qXfer:auxv:read.
7697 (Interrupts): Add a missing parenthesis.
7698
7699 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7700
7701 * gdb.texinfo (KOD): Remove node.
7702 (GDB/MI Kod Commands): Remove commented out node.
7703
7704 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7705
7706 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7707 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7708 (GDB/MI Thread Commands, GDB/MI Program Execution)
7709 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7710 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7711 (GDB/MI File Commands, GDB/MI Target Manipulation)
7712 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7713 since the MI prompt is hard-wired into the code.
7714
7715 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7718 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7719 (GDB/MI Data Manipulation): Remove description of unimplemented
7720 display related commands as variable objects perform this function
7721 and are superior: -display-delete, -display-disable,
7722 -display-enable, -display-insert and -display-list. Move
7723 -environment-cd, -environment-directory, -environment-path
7724 and -environment-pwd to "Program Context".
7725 (GDB/MI Program Control): Rename to "Program Execution". Move
7726 -exec-arguments -exec-abort to...
7727 (GDB/MI Program Context): ...here. New node split from "Data
7728 Manipulation".
7729
7730 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7731
7732 * gdb.texinfo (Remote configuration): Document set / show
7733 remote supported-packets.
7734 (General Query Packets): Document qSupported packet.
7735
7736 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7737
7738 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7739 and font markup.
7740 (Protocol basics): Likewise.
7741 (The F request packet): Likewise.
7742 (The F reply packet): Likewise.
7743 (Memory transfer): Move this node to be a subsubsection of
7744 "Protocol specific representation of datatypes".
7745 (The Ctrl-C message): More copy editing.
7746 (Console I/O): Likewise.
7747 (The isatty call): Delete this node, and merge its content into
7748 the "isatty" node. Fixed references elsewhere.
7749 (The system call): Delete this node, and merge its content into
7750 the "system" node. Fixed references elsewhere.
7751 (open): Reformat to use @table, and add appropriate font markup.
7752 (close): Likewise.
7753 (read): Likewise.
7754 (write): Likewise.
7755 (lseek): Likewise.
7756 (rename): Likewise.
7757 (unlink): Likewise.
7758 (stat/fstat): Likewise.
7759 (gettimeofday): Likewise.
7760 (isatty): Likewise.
7761 (system): Likewise, plus minor changes to fix confusing wording.
7762 (Integral datatypes): Fix font markup.
7763 (Pointer values): Likewise.
7764 (struct stat): Fix markup to use @table, plus minor copy editing.
7765 (struct timeval): Fix font markup, plus minor copy editing.
7766 (Constants): Minor copy editing.
7767 (Errno values): Add font markup.
7768 (File-I/O Examples): Likewise.
7769
7770 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7771
7772 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7773 (GDB/MI Simple Examples): Move node up one level. Use real
7774 examples.
7775 (GDB/MI Compatibility with CLI): Update.
7776 (GDB/MI Result Records): Add "connected" and "exit" result
7777 classes.
7778 (GDB/MI Stream Records): Clarify target output.
7779 (GDB/MI Command Description Format): Modify example description.
7780 (GDB/MI Breakpoint Table Commands): Rename to...
7781 (GDB/MI Breakpoint Commands): ...this
7782 (GDB/MI Breakpoint Commands): Add optional thread field.
7783 (GDB/MI Program Control): Add an introduction. Move "Program
7784 termination" examples into exec-run description.
7785 (GDB/MI File Commands): Mention similar CLI commands.
7786 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7787 is similar to "-gdb-version".
7788
7789 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7790
7791 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7792
7793 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7794
7795 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7796 sourceware.org for mailing lists.
7797 (GDB/MI File Commands): New node split from Program Control.
7798
7799 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7800
7801 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7802
7803 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7804
7805 * gdb.texinfo (Cygwin Native): Fix last change.
7806
7807 2006-05-22 Christopher Faylor <cgf@timesys.com>
7808
7809 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7810
7811 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7812
7813 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7814 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7815
7816 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7817
7818 * gdb.texinfo (General Query Packets): Recommend not starting
7819 new packets with qC and clarify.
7820
7821 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7822
7823 * gdb.texinfo (M2 Types): New section.
7824
7825 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7826
7827 * agentexpr.texi: Add a copyright and license notice.
7828 * observer.texi: Likewise, with GPL clause for function prototypes.
7829 Remove trailing whitespace.
7830
7831 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7832
7833 * gdb.texinfo (General Query Packets): Document conventions for
7834 terminating packet names, and their violations.
7835
7836 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7837
7838 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7839 * gdb.texinfo: Likewise.
7840
7841 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7842
7843 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7844 and "show remotedebug".
7845 (Debugging Output): Add additional index entries.
7846
7847 2006-04-27 Michael Snyder <msnyder@redhat.com>
7848
7849 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7850
7851 2006-04-22 Andrew Cagney <cagney@redhat.com>
7852
7853 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7854 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7855
7856 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7857
7858 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7859 and remove breakpoint prototypes.
7860 (Watchpoints): Move description of target_insert_hw_breakpoint and
7861 target_remove_hw_breakpoint ...
7862 (Breakpoints): ... to here. Document target_insert_breakpoint and
7863 target_remove_breakpoint.
7864
7865 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7866
7867 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7868 and C packets are optional.
7869
7870 2006-04-14 Frederic Riss <frederic.riss@st.com>
7871
7872 * gdb.texinfo (Specifying source directories): Update the description
7873 of the source file search to reflect the fact that the source path
7874 always contains at least $cdir and $cwd.
7875
7876 2006-03-31 Michael Snyder <msnyder@redhat.com>
7877
7878 * gdb.texinfo: Update copyright dates.
7879
7880 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7881
7882 * gdb.texinfo (Overview): Add an index entry to "empty response".
7883
7884 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7885
7886 * gdbint.texinfo (Prologue Analysis): New section.
7887
7888 2006-03-07 Jim Blandy <jimb@red-bean.com>
7889
7890 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7891
7892 * gdb.texinfo (Target Commands): Update text describing how to
7893 specify a target. Refer to the detailed section on remote
7894 debugging, not the brief mention.
7895
7896 * gdb.texinfo (Connecting): Organize the different 'target remote'
7897 connection methods into a table. Add a 'target remote' index
7898 entry. (!!!)
7899
7900 2006-02-17 Fred Fish <fnf@specifix.com>
7901
7902 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7903 'ptype' commands to reflect the fact that the only significant
7904 difference between them is that ptype prints the complete type
7905 description instead of just the name.
7906
7907 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7908
7909 * gdbint.texinfo (Watchpoints): Delete
7910 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7911
7912 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7915 times fields where needed. Fix typos. Update general form given
7916 for output of -break-insert.
7917 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7918
7919 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7920
7921 * gdbint.texinfo (Symbol Handling): Add a section
7922 on memory management.
7923
7924 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7925
7926 * gdb.texinfo (Breakpoint table commands): Document the fullname
7927 field in -break-list output.
7928
7929 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7930
7931 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7932 debugging information produced by the various "set debug..."
7933 options.
7934
7935 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7936
7937 * gdb.texinfo (Files): Remove obsolete bits from the description
7938 of "symbol-file".
7939
7940 2006-01-25 Jim Blandy <jimb@redhat.com>
7941
7942 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7943
7944 2006-01-24 Jim Blandy <jimb@redhat.com>
7945
7946 * gdbint.texinfo (Frames): Document the basics of GDB's register
7947 unwinding model, and explain the existence of the "sentinel" frame.
7948
7949 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7950
7951 * gdb.texinfo (Choosing files): Mention that -directory is used
7952 for script files.
7953 (Specifying source directories): Likewise.
7954 (Command files): Explain how script files are found.
7955
7956 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7957
7958 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7959 the threads in a multi-threaded program.
7960 (Threads): The threadno argument of "thread apply" can be a range
7961 of numbers.
7962
7963 2006-01-18 Jim Blandy <jimb@redhat.com>
7964
7965 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7966 of warning flags.
7967
7968 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7969
7970 * gdb.texinfo (Sequences): Improve menu annotations.
7971 (Define): Add index entries for arguments of user-defined
7972 commands. Move the description of flow-control commands...
7973 (Command Files): ...to here. Document loop_break and
7974 loop_continue.
7975 (Define, Command Files): Document `end' and add index entries for
7976 it.
7977
7978 2006-01-04 Michael Snyder <msnyder@redhat.com>
7979
7980 * gdb.texinfo: Add documentation for linux-fork.
7981 * gdbint.texinfo: Add internal documentation for checkpoints.
7982
7983 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7984
7985 * gdb.texinfo (Omissions from Ada): Document that there is now
7986 limited aggregate support.
7987
7988 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7989
7990 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7991 registers and the likes.
7992
7993 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7994
7995 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7996 (Symbols): Fix usage of "e.g.".
7997 (Memory Region Attributes): Fix usage of "etc."
7998
7999 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8000 (Coding): Fix usage of "e.g.".
8001
8002 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8003
8004 * stabs.texinfo:
8005 * refcard.tex:
8006 * gpl.texi:
8007 * gdbint.texinfo:
8008 * gdb.texinfo:
8009 * gdb-cfg.texi:
8010 * fdl.texi:
8011 * annotate.texinfo:
8012 * all-cfg.texi:
8013 * Makefile.in: Add (C) after Copyright. Update the FSF
8014 address.
8015
8016 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8017
8018 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8019 extend GDB with commands for external monitor.
8020
8021 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8022
8023 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8024
8025 2005-11-25 Joel Brobecker <brobecker@adacore.com>
8026
8027 * gdbint.texinfo (Start of New Year Procedure): New chapter.
8028
8029 2005-11-21 Jim Blandy <jimb@redhat.com>
8030
8031 * gdb.texinfo (Tracepoint Packets): Document restrictions on
8032 placement of 'R' actions in tracepoint action packets; document
8033 dependence of 'X' and 'M' actions on a preceding 'R' action for
8034 their registers.
8035
8036 2005-11-19 Jim Blandy <jimb@redhat.com>
8037
8038 * gdb.texinfo (Tracepoint Packets): New node.
8039 (General Query Packets): Add entries for the tracepoint packets,
8040 referring to the "Tracepoint Packets" node.
8041 (Tracepoints): Add reference to "Tracepoint Packets".
8042
8043 2005-11-18 Kevin Buettner <kevinb@redhat.com>
8044
8045 * gdb.texinfo (set remotebreak): Add anchor.
8046 (X packet): Likewise.
8047 (Remote Protocol): Add new section `Interrupts' and new index
8048 entry `interrupts (remote protocol)'.
8049
8050 2005-11-18 Jim Blandy <jimb@redhat.com>
8051
8052 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8053 entries into the General Query Packets section. Add a
8054 cross-reference to that section. Drop description of replies, as
8055 these are covered in the descriptions of each packet.
8056 (General Query Packets): Add introductory text. Explain naming
8057 conventions, and how the end of a name is recognized.
8058
8059 2005-11-17 Kevin Buettner <kevinb@redhat.com>
8060
8061 * gdb.texinfo (Remote configuration): Fix typo in description of
8062 "set remotebreak" command.
8063
8064 2005-11-16 Jim Blandy <jimb@redhat.com>
8065
8066 * gdb.texinfo (Packets, Stop Reply Packets)
8067 (General Query Packets): Various formatting cleanups.
8068 - Use @samp for packet contents.
8069 - Drop summaries from packet @item lines; the same information appears
8070 immediately below in the description.
8071 - Delete paragraph breaks after packet @item commands, so that the
8072 description appears directly to the right of the packet prototype
8073 in the printed manual, if it fits.
8074 - Place spaces in packet prototypes between @vars and non-@var
8075 letters, and explain that they're just for formatting.
8076 - Use @dots{} instead of '...'.
8077 - Fix uses of @code where @var was needed.
8078 - Replace "deprecated" markers with English text spelling out the
8079 packet's status and the preferred alternatives.
8080 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8081 what this ever meant.
8082 - Remove "(draft)" markers on 'i' packets; nobody has commented on
8083 this for a long time.
8084 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8085 implemented several times, and have been in use for years.
8086
8087 2005-11-15 Jim Blandy <jimb@redhat.com>
8088
8089 * gdb.texinfo (Packets): Add index entries for 'm' packet
8090 disclaimers.
8091
8092 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8093 of stub when processing an 'm' packet.
8094
8095 * gdb.texinfo (Packets): Mention that packets beginning with
8096 letters are reserved once, at the top, instead of actually listing
8097 them all and saying "reserved".
8098
8099 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
8100
8101 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8102 Change @var{$arg0 to @code{$arg0.
8103
8104 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
8105
8106 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8107
8108 2005-11-12 Jim Blandy <jimb@redhat.com>
8109
8110 * gdb.texinfo (General Query Packets): Put packets in alphabetical
8111 order. Remove extraneous 'z'.
8112
8113 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
8114
8115 * gdb.texinfo (Choosing files): Add --eval-command.
8116
8117 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
8118
8119 * gdb.texinfo (Choosing modes): Add --return-child-result.
8120
8121
8122 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
8123
8124 * gdb.texinfo (Choosing modes): Add --batch-silent.
8125
8126 2005-10-28 Eli Zaretskii <eliz@gnu.org>
8127
8128 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8129 "The -var-update Command".
8130
8131 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8132
8133 * gdb.texinfo (Print Settings): Add documentation for set/show
8134 print array-indexes.
8135
8136 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8137
8138 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8139 6.2 and 6.3.
8140
8141 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8142
8143 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8144 since 19-Jan-2004.
8145 (Files): Likewise.
8146 (Variables, Symbols): Document the "<incomplete type>" message and
8147 its reasons.
8148
8149 2005-08-01 Fred Fish <fnf@specifix.com>
8150
8151 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8152
8153 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8154
8155 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8156 option for -var-list-children and -var-update.
8157 (GDB/MI Stack Manipulation): Simplify description of
8158 print-values option for -stack-list-locals.
8159 (GDB/MI Command Description Format): Clarify.
8160 (Mode Options): Spelling of superseded.
8161
8162 2005-07-12 Bob Rossi <bob@brasko.net>
8163
8164 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8165 corresponding GDB command comment.
8166
8167 2005-07-06 Bob Rossi <bob@brasko.net>
8168
8169 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8170 and -inferior-tty-show.
8171 (Input/Output): Document "set/show inferior-tty" and tty alias.
8172
8173 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8174
8175 * gdb.texinfo (Packets): Change description of 'D' packet to note
8176 that GDB does wait for a response.
8177
8178 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8179
8180 * gdb.texinfo (History) Rename "Command History".
8181 (Command History): Move node "Server Prefix" from section on
8182 Annotations here.
8183
8184 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8185
8186 * gdb.texinfo (GDB/MI Stack Manipulation):
8187 Re-instate -stack-info-frame with example. Say that it gets
8188 info on selected frame, not current frame.
8189
8190 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8191
8192 * gdb.texinfo (Server): Clarify that `file' should be used before
8193 connecting to the server.
8194 (Files): Add an xref to the above description.
8195 (Output Formats): More detailed description of the `c' format.
8196 (Memory): List explicitly all the formats supported by `x'.
8197 (Threads): Add an @cindex entry for "thread apply".
8198 (Files): Document the possibility of loading unlinked object
8199 files. Add more indexing for solib-absolute-prefix and
8200 --with-sysroot.
8201 (Machine Code): Document possible problems with locations in
8202 shared libraries.
8203 (Backtrace): Document that free-standing environments do not need
8204 to have a `main' function.
8205
8206 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8207
8208 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8209 -stack-info-frame.
8210
8211 2005-06-07 Andrew Cagney <cagney@gnu.org>
8212
8213 * gdb.texinfo (Contributors): Note the original multi-arch
8214 contributors.
8215
8216 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8217
8218 * gdb.texinfo (Registers): Add index entries for the standard
8219 registers.
8220 (Frames): Add cross-reference from frame pointer description to
8221 the Registers node.
8222 (Annotations Overview): Fix the reference to GDB name.
8223
8224 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8225
8226 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8227 can-use-hw-watchpoints.
8228
8229 2005-05-28 Bob Rossi <bob@brasko.net>
8230
8231 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8232 the possible reasons why an exec async record would be returned to FE.
8233
8234 2005-05-26 Andrew Cagney <cagney@gnu.org>
8235
8236 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8237 Andrew Cagney implemented the original GDB/MI.
8238
8239 2005-05-23 Orjan Friberg <orjanf@axis.com>
8240
8241 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8242 documentation. Add documentation for cris-mode.
8243
8244 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8245
8246 * gdb.texinfo (Numbers): Explain the example and make the wording
8247 more acurate.
8248
8249 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8250 Dennis Brueni <dennis@slickedit.com>
8251
8252 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8253 (GDB/MI Data Manipulation, GDB/MI Program Control)
8254 (GDB/MI Stack Manipulation): Update examples to include the fullname
8255 attribute in stack frames.
8256
8257 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8258
8259 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8260 do with other non-standard names of init files.
8261
8262 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8263
8264 * gdb.texinfo (Command Files): Move the description of the startup
8265 from here...
8266 (Startup): ...to this new subsection of the Invocation chapter.
8267 Rearrange the description of init files more logically and add a
8268 cross-reference to "Command Files". Document the special gdbinit
8269 name for CISCO 68k. Expand the description of what GDB does
8270 during startup.
8271 (History): Add index entry for HISTSIZE.
8272
8273 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8274
8275 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8276
8277 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8278
8279 * gdb.texinfo (SVR4 Process Information, The isatty call)
8280 (The system call): Don't use foo(N) notation for man pages and
8281 functions.
8282 (Compilation, DJGPP Native): Improve wording.
8283
8284 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8285
8286 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8287 were optimized away.
8288
8289 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8290
8291 * gdb.texinfo (Remote configuration): Document "set/show
8292 get-thread-local-storage-address". Add cross-reference to the
8293 description of the qGetTLSAddr packet.
8294 (General Query Packets): Mention "set remote
8295 get-thread-local-storage-address" and add a reference to its
8296 description.
8297
8298 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8299
8300 * gdb.texinfo (Backtrace): Describe 'bt full'.
8301
8302 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8303
8304 * gdb.texinfo (Mode Options): Fix typo.
8305 (GDB/MI): Describe how to invoke GDB/MI.
8306
8307 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8308
8309 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8310 references changed. Add description of "info udot".
8311 (Files): Document "set/show stop-on-solib-events".
8312 (M32R/D): Document "set/show download-path", "set/show
8313 board-address", "set/show server-address", "upload", "tload".
8314 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8315 "use_mon_code", "use_ib_break", "use_dbt_break".
8316 (Maintenance Commands): Improve indexing.
8317 (Target Commands): Document "set/show hash", "set/show debug
8318 monitor".
8319 (SVR4 Process Information): Document "info pidlist" and "info
8320 meminfo". Document "set/show procfs-tarce" and "set/show
8321 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8322 (Symbols, The Print Command with Objective-C): Improve indexing.
8323 (Objective-C): Add references to "info classes" and "info
8324 selectors".
8325 (Debugging Output): Improve wording. Document "set/show debug
8326 solib-frv". Fix "set/show debugvarobj".
8327 (Set Breaks): Add index entry for "hardware breakpoints".
8328 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8329 and "set/show usehardbreakpoints".
8330 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8331 monitor-prompt", "set/show monitor-warnings", "pmon".
8332 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8333 rdiromatzero", "set/show rdiheartbeat".
8334 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8335 "sds".
8336 (Embedded Processors): Document the "sim" command.
8337 (Remote): Document the "remote" command.
8338 (DJGPP Native): Document the "info serial" command.
8339 (Threads): Document "maint info sol-threads".
8340 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8341 (Set Breaks): Improve indexing.
8342 (Command Syntax): Add a reference to dont-repeat.
8343 (Define): Document "dont-repeat".
8344 (TUI Commands): Document "tabset".
8345 (WinCE): New subsection. Document "set/show remotedirectory",
8346 "set/show remoteupload", "set/show remoteaddhost".
8347
8348 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8349
8350 * gdb.texinfo (Hurd Native): New subsection, documents
8351 Hurd-specific commands.
8352 (Maintenance Commands): Add cross-reference to "Debugging Output".
8353 (Debugging Output): Document "set/show debug lin-lwp".
8354 (MIPS): Improve documentation of heuristic-fence-post. Document
8355 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8356 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8357 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8358 (ARM): Document ARM-specific commands.
8359 (AVR): New section. Document "info io_registers".
8360 (CRIS): New section. Document "set/show cris-version" and
8361 "set/show cris-dwarf2-cfi".
8362 (HPPA): New section. Document "set/show debug hppa" and "maint
8363 print unwind".
8364 (Neutrino): New subsection. Document "set/show debug nto-debug".
8365 (Super-H): New section. Document the "regs" command.
8366 (Debugging Output): Document "set/show debug aix-thread".
8367
8368 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8369
8370 * gdb.texinfo (Print Settings): Document "set/show print
8371 pascal_static-members", "set print repeats", "show print
8372 null-stop". Improve indexing. Fix documentation of "set print
8373 union".
8374 (Pascal): New section.
8375 (Supported languages): Rename from "Support"; all references
8376 updated. Add a menu item for Pascal.
8377 (Numbers): Document "set radix.
8378 (Screen Size): Document "set/show pagination".
8379 (MIPS Embedded): Remove "set processor" documentation.
8380 (Remote configuration): Document "set/show X/P/Z-packet",
8381 "set/show read-aux-vector-packet", "set/show remote
8382 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8383 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8384 remotedebug", "set/show remotebreak", "set/show remotedevice",
8385 "set/show remotelogfile".
8386 (Auxiliary Vector): Add reference to the description of the
8387 read-aux-vector-packet setting.
8388 (Set Watchpoints): Add a cross-reference to "set remote
8389 hardware-breakpoint-limit".
8390 (General Query Packets): Add indexing of requests and
8391 cross-references to related commands in "Remote configuration".
8392 (File-I/O Overview, The system call): Fix wording and typos.
8393 (Thread Stops): Add index entries.
8394 (Continuing and Stepping): Document "show step-mode".
8395 (i386): New node. Document "set/show struct-convention".
8396 (Files): Document "show trust-readonly-sections".
8397 (Calling): Document "set/show unwindonsignal".
8398 (Messages/Warnings): Add index entries.
8399 (Maintenance Commands): Document "set/show watchdog".
8400 (Annotations Overview): Document "show annotate".
8401 (Set Watchpoints): Add index entries.
8402 (Symbols): Fix doc of case-sensitive.
8403 (ABI): Document "show coerce-float-to-double".
8404 (Convenience Vars, Help): Improve indexing.
8405 (Machine Code): Document "show disassembly-flavor".
8406 (Debugging C plus plus): Document "show overload-resolution".
8407 (Value History, Signaling): Add index entries.
8408
8409 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8410
8411 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8412 (Processes): Fix wording.
8413 (History, List, Logging output, Define, Symbols, Print Settings):
8414 Improve indexing.
8415
8416 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8417
8418 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8419 redundant index entry for "target" command.
8420 (Backtrace): Add index entries.
8421 (Symbols, Fortran): Document the "set case-sensitive" command.
8422 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8423 (Print Settings): Add index entry for "set demangle-style".
8424 (Target Commands): Document "set download-write-size".
8425 (Debugging Output): Document "set exec-done-display".
8426
8427 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8428
8429 * gdb.texinfo (Files): Fix the name and documentation of
8430 add-shared-symbol-files. Document its alias assf. Update the
8431 list of OSs where GDB supports shared libraries. Fix markup.
8432 (Continuing and Stepping): Add reference to @var{location} in the
8433 text.
8434 (Dump/Restore Files): Fix reference to @{filename}.
8435 (Help): Fix wording.
8436 (Attach): Ditto.
8437 (Set Watchpoints): Ditto.
8438 (Backtrace): Remove redundant index entries. Improve index
8439 entries.
8440 (Delete Breaks): Fix wording.
8441 (Memory): Document the compare-sections command.
8442 (Memory Region Attributes): Improve wording.
8443 (Disabling): Improve wording.
8444 (Fortran): New subsection. Document the "info common" command.
8445 (Help): Document aliases "info copying" and "info warranty".
8446 (Caching Remote Data): New section. Document the "set/show
8447 remotecache" and "info dcache" commands.
8448 (Show): Fix wording of the documentation of the "set
8449 extension-language" command.
8450 (Signals): Add index entry for "info handle".
8451 (Memory Region Attributes): Fix punctuation.
8452 (Symbols): Change the arg name to "location" and refer to it in
8453 the text. Fix wording of "info types" doc.
8454 (Threads): Fix usage of @enumerate @item's.
8455 (Listing Tracepoints): Add index entry for "info tp".
8456 (Set Watchpoints): Add xref to "info break" description.
8457 (Macros): Add an index entry for "macro exp1". Document the
8458 "macro list" command.
8459 (Maintenance Commands): Document "flushregs", "maint agent",
8460 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8461 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8462 "maint print architecture", "maint print objfiles", "maint print
8463 statistics", "maint print type", "maint show-debug-regs", "maint
8464 space", "maint time", and "maint translate-address".
8465 (Connecting): Document the "monitor" command.
8466 (Annotations Overview): Describe the "set annotate" command.
8467
8468 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8469
8470 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8471 Rearrange index entries and improve wording about support for
8472 hardware watchpoints.
8473
8474 2005-03-10 Bob Rossi <bob@brasko.net>
8475
8476 * gdb.texinfo: Update copyright
8477
8478 2005-02-09 Theodore A. Roth <troth@openavr.org>
8479
8480 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8481 error.
8482
8483 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8484
8485 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8486
8487 2005-01-17 Michael Snyder <msnyder@redhat.com>
8488
8489 * gdb.texinfo: Fix spelling, infinte -> infinite.
8490
8491 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8492
8493 * observer.texi (GDB Observers): Document "solib_loaded".
8494
8495 2005-01-07 Andrew Cagney <cagney@gnu.org>
8496
8497 * configure.ac: Rename configure.in, require autoconf 2.59.
8498 * configure: Re-generate.
8499
8500 * configure.in: Replace configdirs with multiple references to
8501 AC_CONFIG_SUBDIRS.
8502 * configure: Re-generate.
8503
8504 2005-01-04 Andrew Cagney <cagney@gnu.org>
8505
8506 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8507 part of the version number.
8508
8509 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8510
8511 * gdbint.texinfo (Algorithms): Remove description of
8512 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8513
8514 2004-12-07 Jim Blandy <jimb@redhat.com>
8515
8516 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8517 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8518 numbers.
8519
8520 2004-12-07 Andreas Schwab <schwab@suse.de>
8521
8522 * gdb.texinfo (Mode Options): Document -l option.
8523
8524 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8525
8526 * gdbint.texinfo (Algorithms): More accurate description of
8527 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8528 is not needed unless data-read and data-access watchpoints are
8529 supported. Add a description of how GDB checks whether the
8530 inferior stopped because a watchpoint was hit.
8531
8532 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8533
8534 * gdb.texinfo (Files): Add cross-reference to description of
8535 -readnow command-line switch.
8536
8537 2004-11-10 Randolph Chung <tausq@debian.org>
8538
8539 * gdb.texinfo: Document set/show backtrace past-entry commands.
8540 Rearrange index entries for set/show backtrace past-main.
8541
8542 2004-11-10 Jon Beniston <jon@beniston.com>
8543
8544 Committed by Andrew Cagney <cagney@gnu.org>.
8545 * gdb.texinfo (Remote Serial Protocol): Further describe
8546 binary transfer escaping mechanism .
8547
8548 2004-11-08 Randolph Chung <tausq@debian.org>
8549
8550 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8551 and "show debug infrun". Add index entries.
8552
8553 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8554
8555 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8556 "info proc" that are already implemented. Add index entries.
8557 (Working Directory): Add a cross-reference to "info proc" command.
8558 (Files): Add a tip for decreasing memory used for symtabs from
8559 shared libraries.
8560 (Starting): Fix whitespace; make "elaboration" stand out where it
8561 is first used, and add an index entry for the term.
8562 (Calling): Expand and elaborate text. Add "print". Add the
8563 description of problems with weak aliases.
8564 (Core File Generation): New section.
8565
8566 2004-10-12 Andrew Cagney <cagney@gnu.org>
8567
8568 * gdbint.texinfo (Versions and Branches): New chapter.
8569 (Releasing GDB): Delete "Versions and Branches" section.
8570 (Top): Add "Versions and Branches".
8571
8572 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8573
8574 * gdb.texinfo (Editing, History): Add cross-references to the
8575 included Readline and History user documentation. Remove
8576 references to the symbol have-readline-appendices which is unused
8577 and undefined.
8578 (History): Fix indexing.
8579
8580 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8581
8582 * gdbint.texinfo (target_stopped_data_address): Update to
8583 new prototype.
8584 (i386_stopped_data_address): Update prototype and description.
8585 (i386_stopped_by_watchpoint): New function and description.
8586
8587 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8588
8589 * gdb.texinfo (Filenames): Add Ada suffixes.
8590 (Ada) New section.
8591
8592 2004-09-27 Andrew Cagney <cagney@gnu.org>
8593 Robert Picco <Robert.Picco@hp.com>
8594
8595 * gdb.texinfo (Packets): Document the "p" packet.
8596
8597 2004-09-21 Jason Molenda (jmolenda@apple.com)
8598
8599 * gdb.texinfo (Paths and Names of the Source Files): Document the
8600 meaning of values in the 'desc' field of a SO stab.
8601
8602 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8603
8604 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8605 max-cache-age" and "maint show dwarf2 max-cache-age".
8606
8607 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8608
8609 * gdb.texinfo (Set Breaks): Add index entry for setting
8610 breakpoints on overloaded C++ functions that are not members of
8611 any classes. Add an example and an index entry for setting
8612 breakpoints on all program functions.
8613 (Character Sets, Macros, Overlay Commands)
8614 (Non-debug DLL symbols, GDB/MI Output Syntax)
8615 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8616 Use "(@value{GDBP})" instead of a literal "(gdb)".
8617
8618 2004-09-12 Andrew Cagney <cagney@gnu.org>
8619
8620 * gdbint.texinfo (Native Debugging): Delete description of
8621 FILES_INFO_HOOK.
8622
8623 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8624
8625 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8626 to hex_string_custom (not historically correct, but more
8627 understandable, given the current code).
8628
8629 2004-09-03 Andrew Cagney <cagney@gnu.org>
8630
8631 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8632
8633 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8634
8635 * observer.texi (solib_unloaded): New observer.
8636
8637 2004-08-24 Andrew Cagney <cagney@gnu.org>
8638
8639 * gdbint.texinfo (Target Architecture Definition): Add missing
8640 comma.
8641
8642 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8643
8644 * (Using the Testsuite): build != host is supported,
8645 but some test scripts do not support build != host.
8646
8647 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8648
8649 * gdbint.texinfo (Host Definition): Delete description of
8650 FCLOSE_PROVIDED and GETENV_PROVIDED.
8651
8652 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8653
8654 * gdbint.texinfo (Host Definition): Delete description of
8655 NO_SYS_FILE.
8656 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8657 PTRACE_FP_BUG.
8658
8659 2004-08-05 Andrew Cagney <cagney@gnu.org>
8660
8661 * gdbint.texinfo (Target Architecture Definition): Delete
8662 reference to deprecated_read_fp.
8663
8664 2004-08-02 Andrew Cagney <cagney@gnu.org>
8665
8666 * gdbint.texinfo (Target Architecture Definition): Delete
8667 description of DEPRECATED_REGISTER_BYTES.
8668
8669 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8670
8671 * gdb.texinfo (Source Path): Document the new behavior of
8672 searching for the source files.
8673
8674 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8675
8676 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8677 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8678 (Auto Display): Improve indexing.
8679
8680 2004-07-16 Andrew Cagney <cagney@gnu.org>
8681
8682 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8683 "-noasync".
8684
8685 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8686
8687 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8688 have the same prefix have only their prefix in the index.
8689
8690 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8691
8692 * gdb.texinfo (BSD libkvm Interface): New node (section)
8693 (Native): Add it to the menu.
8694
8695 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8696
8697 * gdbint.texinfo (Target Architecture Definition): Remove
8698 PCC_SOL_BROKEN.
8699
8700 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8701
8702 * gdbint.texinfo (Target Architecture Definition): Remove
8703 SUN_FIXED_LBRAC_BUG.
8704
8705 2004-06-26 Andrew Cagney <cagney@gnu.org>
8706
8707 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8708
8709 2004-06-20 Andrew Cagney <cagney@gnu.org>
8710
8711 * gdbint.texinfo (Target Architecture Definition): Deprecate
8712 USE_STRUCT_CONVENTION.
8713
8714 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8715
8716 gdb.texinfo (Bug Reporting): Mention session recording,
8717 with the script command or Emacs.
8718
8719 2004-06-18 Andrew Cagney <cagney@gnu.org>
8720
8721 * gdbint.texinfo (Target Architecture Definition): Deprecate
8722 FUNCTION_START_OFFSET.
8723
8724 2004-06-14 Andrew Cagney <cagney@gnu.org>
8725
8726 Based on changes from Karl Berry.
8727 * gdb.texinfo: Do not use @sc in a direntry.
8728 * stabs.texinfo: Change @dircateogry to "Software development".
8729 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8730
8731 2004-06-13 Andrew Cagney <cagney@gnu.org>
8732
8733 * gdbint.texinfo (Target Architecture Definition): Delete
8734 description of RETURN_VALUE_ON_STACK.
8735
8736 2004-06-09 Andrew Cagney <cagney@gnu.org>
8737
8738 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8739 deleted by previous patch.
8740
8741 2004-06-08 Andrew Cagney <cagney@gnu.org>
8742
8743 * gdbint.texinfo (Native Debugging): Delete documentation on
8744 ATTACH_DETACH.
8745
8746 2004-06-06 Randolph Chung <tausq@debian.org>
8747
8748 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8749
8750 2004-06-06 Randolph Chung <tausq@debian.org>
8751
8752 * gdb.texinfo (push_dummy_call): Update argument list to match
8753 the new push_dummy_call method signature. Describe the function
8754 argument.
8755
8756 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8757
8758 * gdb.texinfo (Starting): Document new start command.
8759
8760 2004-05-21 Andrew Cagney <cagney@redhat.com>
8761
8762 * observer.texi (GDB Observers): Document "inferior_created".
8763
8764 2004-05-08 Andrew Cagney <cagney@redhat.com>
8765
8766 * gdbint.texinfo (Target Architecture Definition): Delete
8767 description of DO_DEFERRED_STORES.
8768
8769 * gdbint.texinfo (Target Architecture Definition): Delete
8770 references to DEPRECATED_FIX_CALL_DUMMY.
8771
8772 * gdbint.texinfo (Target Architecture Definition): Delete
8773 description of DEPRECATED_CALL_DUMMY_WORDS,
8774 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8775
8776 * gdbint.texinfo (Target Architecture Definition): Delete
8777 description of DEPRECATED_PUSH_DUMMY_FRAME.
8778
8779 * gdbint.texinfo (Target Architecture Definition): Delete
8780 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8781
8782 2004-05-07 Andrew Cagney <cagney@redhat.com>
8783
8784 * observer.texi (GDB Observers): Add "Debugging" section. Include
8785 cross reference to "set/show debug observer".
8786 * gdb.texinfo (Debugging Output): Document "set/show debug
8787 observer".
8788
8789 2004-05-01 Andrew Cagney <cagney@redhat.com>
8790
8791 * gdbint.texinfo (Target Architecture Definition): Delete
8792 description of DEPRECATED_PC_IN_SIGTRAMP.
8793
8794 2004-04-30 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdbint.texinfo (Target Architecture Definition): Delete
8797 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8798
8799 2004-04-30 Orjan Friberg <orjanf@axis.com>
8800
8801 * observer.texi (GDB Observers): Correct spelling.
8802
8803 2004-04-26 Orjan Friberg <orjanf@axis.com>
8804
8805 * observer.texi (GDB Observers): Add target_changed event.
8806
8807 2004-04-08 Andrew Cagney <cagney@redhat.com>
8808
8809 * observer.texi (GDB Observers): Rework, provide generic observer
8810 definitions and then a list of observable events.
8811
8812 2004-04-04 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo (Host Definition): Delete reference to
8815 NO_SIGINTERRUPT.
8816
8817 2004-04-02 Andrew Cagney <cagney@redhat.com>
8818
8819 * gdbint.texinfo (Target Architecture Definition): Delete
8820 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8821
8822 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8823
8824 * gdb.texinfo (TUI Commands): Document tui reg commands.
8825
8826 2004-03-26 Andrew Cagney <cagney@redhat.com>
8827
8828 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8829 "gdbtui".
8830 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8831 (Contributors): Mention both Text and Terminal User Interface.
8832
8833 2004-03-23 Andrew Cagney <cagney@redhat.com>
8834
8835 * gdbint.texinfo (Target Architecture Definition): Deprecate
8836 references to SIGTRAMP_START and SIGTRAMP_END.
8837
8838 2004-03-23 Andrew Cagney <cagney@redhat.com>
8839
8840 * gdbint.texinfo (Target Architecture Definition): Deprecate
8841 references to PC_IN_SIGTRAMP.
8842
8843 2004-03-19 Andrew Cagney <cagney@redhat.com>
8844
8845 * gdbint.texinfo (Target Architecture Definition): Delete
8846 reference to GDB_TARGET_IS_HPPA.
8847
8848 2004-03-18 Andrew Cagney <cagney@redhat.com>
8849
8850 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8851 describe pre_init and post_init.
8852
8853 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8854
8855 * gdb.texinfo (Debugging Output): Document values for "set debug
8856 target".
8857
8858 2004-02-28 Andrew Cagney <cagney@redhat.com>
8859
8860 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8861
8862 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8863
8864 * gdb.texinfo (breakpoints): Add information about the
8865 new "set breakpoint pending" and "show breakpoint pending"
8866 commands.
8867
8868 2004-02-26 Andrew Cagney <cagney@redhat.com>
8869
8870 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8871 in Per-architecture module data section.
8872
8873 2004-02-25 Roland McGrath <roland@redhat.com>
8874
8875 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8876
8877 2004-02-24 Andrew Cagney <cagney@redhat.com>
8878
8879 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8880 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8881 * fdl.texi: Import Version 1.2, November 2002.
8882
8883 2004-02-17 Andrew Cagney <cagney@redhat.com>
8884
8885 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8886
8887 2004-02-16 Andrew Cagney <cagney@redhat.com>
8888
8889 * gdbint.texinfo (Target Architecture Definition): Deprecate
8890 FRAMELESS_FUNCTION_INVOCATION.
8891
8892 2004-02-16 Andrew Cagney <cagney@redhat.com>
8893
8894 * gdbint.texinfo (Coding): Mention -Wunused-function.
8895
8896 2004-02-14 Andrew Cagney <cagney@redhat.com>
8897
8898 * gdbint.texinfo (Target Architecture Definition): Delete
8899 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8900
8901 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8902
8903 * gdb.texinfo: Properly quote the name "C++".
8904 * gdbint.texinfo: Ditto.
8905 * stabs.texinfo: Ditto.
8906
8907 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8908
8909 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8910 minimal information about libiberty.
8911
8912 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8913
8914 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8915
8916 2004-02-04 Roland McGrath <roland@redhat.com>
8917
8918 * gdb.texinfo (Auxiliary Vector): New node (section).
8919 (Data): Add it to the menu.
8920
8921 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8922
8923 * gdb.texinfo (Breakpoints): Add information about pending
8924 breakpoint support.
8925
8926 2004-01-26 Andrew Cagney <cagney@redhat.com>
8927
8928 * gdb.texinfo (Overview): Delete references to the cisco protocol
8929 including the "N" response.
8930
8931 2004-01-26 Andrew Cagney <cagney@redhat.com>
8932
8933 * gdbint.texinfo (Target Architecture Definition): Rename
8934 EXTRACT_STRUCT_VALUE_ADDRESS to
8935 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8936
8937 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8938
8939 * gdb.texinfo (KOD): Document "show os". Add index entries for
8940 "set/show os" and "info cisco" commands.
8941
8942 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8943
8944 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8945
8946 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8947
8948 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8949 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8950
8951 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8952
8953 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8954 -stack-list-locals.
8955 (GDB/MI Variable Objects): Describe extension to
8956 -var-list-children.
8957
8958 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8959
8960 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8961
8962 2004-01-17 Andrew Cagney <cagney@redhat.com>
8963
8964 * gdbint.texinfo (Target Architecture Definition): Delete
8965 documentation on DEPRECATED_NPC_REGNUM.
8966
8967 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8968
8969 * gdb.texinfo: Update copyright year. Mention that set
8970 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8971 "set follow-fork-mode ask".
8972
8973 2004-01-13 Andrew Cagney <cagney@redhat.com>
8974
8975 * gdbint.texinfo: Update copyright year.
8976 (Coding): Add -Wunused-label to list of -Werror warnings.
8977
8978 2004-01-08 Jason Molenda <jmolenda@apple.com>
8979 Eli Zaretskii <eliz@gnu.org>
8980
8981 * gdb.texinfo: Update copyright.
8982 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8983 around names, as appropriate. Minor syntax cleanup of
8984 _NSPrintForDebugger explanation. Two spaces after periods.
8985 GDBN used instead of lit. "gdb". Index entries added for
8986 print-object and _NSPrintForDebugger. @noindent added in one spot.
8987
8988 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8989
8990 * stabs.texinfo: Add dircategory and direntry commands.
8991 * annotate.texinfo: Ditto.
8992
8993 2003-11-10 Andrew Cagney <cagney@redhat.com>
8994
8995 * gdbint.texinfo (Target Architecture Definition): Replace the
8996 return_value method's "inval" and "outval" parameters with
8997 "readbuf" and "writebuf".
8998
8999 2003-10-28 Jim Blandy <jimb@redhat.com>
9000
9001 * gdb.texinfo (The F request packet, The F reply packet): Renamed
9002 from "The `F' request packet" and "The `F' reply packet", to make
9003 texi2dvi happy.
9004 (File-I/O remote protocol extension): Update menu entries, too.
9005
9006 2003-10-26 Michael Chastain <mec@shout.net>
9007
9008 * gdb.texinfo (Thread Stops): Document the issue with
9009 premature return from system calls in multi-threaded programs.
9010
9011 2003-10-24 Andrew Cagney <cagney@redhat.com>
9012
9013 * annotate.texinfo: Fix "fortunatly"[sic].
9014
9015 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
9016
9017 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9018 with "Hitachi" and "Mitsubishi".
9019
9020 2003-10-20 Andrew Cagney <cagney@redhat.com>
9021
9022 * gdbint.texinfo (Target Architecture Definition): Document
9023 gdbarch_return_value. Add cross references from
9024 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9025 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9026
9027 2003-10-18 Mark Kettenis <kettenis@gnu.org>
9028
9029 * gdbint.texinfo (Target Architecture Definition): Document
9030 regset_from_core_section.
9031
9032 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
9033
9034 * gdb.texinfo (M32R/D): Mention m32rsdi target.
9035
9036 2003-10-15 Kevin Buettner <kevinb@redhat.com>
9037
9038 From Anthony Green <green@redhat.com>:
9039 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9040
9041 2003-10-14 Kevin Buettner <kevinb@redhat.com>
9042
9043 * gdb.texinfo (Breakpoint related warnings): New node.
9044 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9045
9046 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
9047
9048 * gdb.texinfo (Remote Protocol): Document v and vCont.
9049
9050 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9051
9052 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9053 * gdbint.texinfo: Ditto.
9054
9055 2003-10-09 Andrew Cagney <cagney@redhat.com>
9056
9057 From 2003-09-18 David Anderson <davea@sgi.com>:
9058 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9059 "command".
9060
9061 2003-10-03 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdbint.texinfo (Target Architecture Definition): Deprecate
9064 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
9065 just target.
9066
9067 2003-10-02 Andrew Cagney <cagney@redhat.com>
9068
9069 * gdbint.texinfo (Target Architecture Definition): Rename
9070 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9071 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9072 * gdbint.texinfo (Target Architecture Definition): Rename
9073
9074 2003-09-30 Andrew Cagney <cagney@redhat.com>
9075
9076 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9077 (Target Architecture Definition):
9078
9079 * gdbint.texinfo (Target Architecture Definition): Rename
9080 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9081
9082 2003-09-29 Andrew Cagney <cagney@redhat.com>
9083
9084 * gdbint.texinfo (Target Architecture Definition): Delete
9085 documentation for NEED_TEXT_START_END.
9086
9087 * gdbint.texinfo (Target Architecture Definition): Rename
9088 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
9089 TARGET_WRITE_PC.
9090
9091 2003-09-22 Michael Chastain <mec@shout.net>
9092
9093 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9094
9095 2003-09-21 Anthony Green <green@redhat.com>
9096
9097 * gdbint.texinfo (Target Architecture Definition): Fix typos.
9098
9099 2003-09-21 Mark Kettenis <kettenis@gnu.org>
9100
9101 * gdbint.texinfo (Target Architecture Definition): Document
9102 stabs_argument_has_addr.
9103
9104 2003-09-18 Andrew Cagney <cagney@redhat.com>
9105
9106 * gdbint.texinfo (Target Architecture Definition): Delete
9107 documentation on REGISTER_NAMES.
9108
9109 2003-09-13 Mark Kettenis <kettenis@gnu.org>
9110
9111 * gdbint.texinfo (Target Architecture Definition): Replace
9112 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9113
9114 2003-09-11 Andrew Cagney <cagney@redhat.com>
9115
9116 * gdbint.texinfo (Target Architecture Definition): Replace
9117 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9118
9119 2003-08-18 Andrew Cagney <cagney@redhat.com>
9120
9121 * gdbint.texinfo (Target Architecture Definition): Document
9122 "frame_red_zone_size".
9123
9124 2003-08-09 Andrew Cagney <cagney@redhat.com>
9125
9126 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9127 with "set/show backtrace past-main" and "set/show backtrace
9128 limit".
9129
9130 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9131
9132 * Makefile.in (install-info): Support DESTDIR.
9133 (install-html): Likewise.
9134
9135 2003-08-07 Andrew Cagney <cagney@redhat.com>
9136
9137 Patch from Nick Roberts.
9138 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9139 bindings. Remove description of send-gdb-command.
9140
9141 2003-08-07 Andrew Cagney <cagney@redhat.com>
9142
9143 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9144 GDB 6.0.
9145
9146 2003-08-06 Andrew Cagney <cagney@redhat.com>
9147
9148 * gdb.texinfo (Mode Options): Mention that level three is the
9149 highest available and that level 2 is deprecated.
9150 (Annotations Overview): Mention annotation levels. Cross reference
9151 to "Limitations of the Annotation Interface" in annotate.texi.
9152 (TODO, Value Annotations, Frame Annotations): Delete section.
9153 (Displays, Breakpoint Info): Delete.
9154
9155 2003-08-04 Andrew Cagney <cagney@redhat.com>
9156
9157 * agentexpr.texi: Delete @bye.
9158 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9159 (stabs.info): Add $(srcdir) to include search path.
9160 (html): Depend on "annotate_toc.html", and not "annotate.html".
9161 * stabs.texinfo: Ditto. Include "fdl.texi".
9162 * gdbint.texinfo: Update copyright statement's list of invariant
9163 sections.
9164
9165 2003-07-28 Andrew Cagney <cagney@redhat.com>
9166
9167 * Makefile.in (INFO_DEPS): Add annotate.info.
9168 (dvi, ps, html, pdf): Add annotate.
9169 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9170 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9171 (ANNOTATE_DOC_FILES): New macro.
9172 (ANNOTATE_TEX_TMPS): New macro.
9173 (annotate.info, annotate_toc.html): Specify dependencies.
9174 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9175 * annotate.texinfo: Rename annotate.texi. Get building. Add
9176 "Migrating to GDB/MI" and "Limitations of the Annotation
9177 Interface" chapters. Mention why it is not part of the user
9178 guide. Update copyright notice. Include "fdl.texi".
9179
9180 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9181
9182 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9183
9184 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9185
9186 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9187
9188 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9189
9190 * gdb.texinfo (Server): Mention pidof.
9191
9192 2003-07-22 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9195 list.
9196
9197 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9198
9199 * gdb.texinfo (Logging output): New chapter.
9200
9201 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9202
9203 * gdb.texinfo (Unsupported languages): New section.
9204 (Languages): Add link to new section.
9205
9206 2003-06-22 Andrew Cagney <cagney@redhat.com>
9207
9208 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9209
9210 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9211
9212 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9213
9214 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9215
9216 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9217 * agentexpr.texi: Retitle section, and change it to an appendix.
9218 Comment out texinfo initialization. Factor a @var{} into two
9219 pieces to prevent makeinfo warnings.
9220 * gdb.texinfo: Add Agent Expressions appendix.
9221
9222 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9223
9224 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9225
9226 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9227
9228 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9229 remote target". Document the "detach" and "disconnect" commands.
9230 (Server, Netware, Debug Session): Reference "Connecting to a
9231 remote target".
9232 (GDB/MI Target Manipulation): Document "-target-disconnect".
9233
9234 2003-06-13 Andrew Cagney <cagney@redhat.com>
9235
9236 * gdbint.texinfo (Target Architecture Definition): Deprecate
9237 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9238 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9239
9240 2003-06-09 Jim Blandy <jimb@redhat.com>
9241
9242 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9243
9244 2003-06-08 Andrew Cagney <cagney@redhat.com>
9245
9246 * gdbint.texinfo (Target Architecture Definition): Delete
9247 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9248
9249 2003-06-08 Andrew Cagney <cagney@redhat.com>
9250
9251 * gdbint.texinfo (Target Architecture Definition): Document
9252 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9253
9254 2003-06-07 Adam Fedor <fedor@gnu.org>
9255
9256 * gdb.texinfo: Add Objective-C documentation.
9257
9258 2003-06-01 Andrew Cagney <cagney@redhat.com>
9259
9260 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9261 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9262
9263 2003-05-21 Andrew Cagney <cagney@redhat.com>
9264
9265 * gdbint.texinfo (Target Architecture Definition): Delete
9266 references to "extract_address" and "store_address".
9267
9268 2003-05-16 Andrew Cagney <cagney@redhat.com>
9269
9270 * gdbint.texinfo (Target Architecture Definition): Replace
9271 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9272 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9273
9274 2003-05-14 Theodore A. Roth <troth@openavr.org>
9275
9276 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9277
9278 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9279
9280 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9281 (gdb.dvi): Likewise.
9282 (gdb.pdf): Likewise.
9283 (links2roff): Likewise.
9284
9285 2003-05-08 Jim Blandy <jimb@redhat.com>
9286
9287 * gdb.texinfo (Dump/Restore Files): Update documentation for
9288 'dump', 'append', and 'restore': note that format argument is
9289 optional; simplify presentation of the command variants; and be
9290 more precise about the formats.
9291
9292 2003-05-07 Jim Blandy <jimb@redhat.com>
9293
9294 * gdb.texinfo (Symbols): Update documentation: 'maint list
9295 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9296 symtabs' and 'maint info psymtabs'.
9297
9298 2003-05-05 Andrew Cagney <cagney@redhat.com>
9299
9300 * gdbint.texinfo (Target Architecture Definition): Make
9301 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9302 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9303 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9304
9305 2003-05-04 Andrew Cagney <cagney@redhat.com>
9306
9307 * gdb.texinfo (Maintenance Commands): Document "maint print
9308 dummy-frames".
9309
9310 2003-05-04 Andrew Cagney <cagney@redhat.com>
9311
9312 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9313
9314 2003-05-03 J. Brobecker <brobecker@gnat.com>
9315
9316 Thierry Schneider <tpschneider1@yahoo.com>
9317 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9318 for new MI command.
9319
9320 2003-05-03 Andrew Cagney <cagney@redhat.com>
9321
9322 * gdbint.texinfo (Target Architecture Definition): Document
9323 push_dummy_code. Add cross references.
9324
9325 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9326
9327 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9328 set/show charsets commands.
9329
9330 2003-04-28 Andrew Cagney <cagney@redhat.com>
9331
9332 * gdbint.texinfo (Target Architecture Definition): Replace
9333 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9334 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9335
9336 2003-04-28 Andrew Cagney <cagney@redhat.com>
9337
9338 * gdbint.texinfo (Target Architecture Definition): Rename
9339 "tm_print_insn" to "deprecated_tm_print_insn".
9340
9341 2003-04-09 Jim Blandy <jimb@redhat.com>
9342
9343 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9344 list psymtabs'.
9345
9346 2003-04-08 Andrew Cagney <cagney@redhat.com>
9347
9348 * gdbint.texinfo (Target Architecture Definition): Delete
9349 references to EXTRA_FRAME_INFO.
9350
9351 2003-04-08 Andrew Cagney <cagney@redhat.com>
9352
9353 * gdbint.texinfo (Target Architecture Definition): Delete
9354 PRINT_TYPELESS_INTEGER.
9355
9356 2003-04-02 J. Brobecker <brobecker@gnat.com>
9357
9358 * observer.texi (GDB Observers): Adjust the documentation for the
9359 normal_stop notification to better describe reality. Fix a couple
9360 of minor typos.
9361
9362 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9363
9364 * gdb.texinfo (GDB/MI Program Control): Add
9365 '-file-list-exec-source-file'
9366
9367 2003-03-31 Andrew Cagney <cagney@redhat.com>
9368
9369 * gdbint.texinfo (Target Architecture Definition): Delete
9370 references to CALL_DUMMY_P.
9371
9372 2003-03-30 Andrew Cagney <cagney@redhat.com>
9373
9374 * gdbint.texinfo (Target Architecture Definition): Remove
9375 reference to TARGET_WRITE_SP.
9376
9377 2003-03-27 Andrew Cagney <cagney@redhat.com>
9378
9379 * gdbint.texinfo (Target Architecture Definition): Remove
9380 references to write_sp.
9381
9382 2003-03-27 Andrew Cagney <cagney@redhat.com>
9383
9384 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9385 chapter body. Use @smallexample instead of @example.
9386 (Annotations): Ditto.
9387 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9388 annotate.texi.
9389
9390 2003-03-26 Andrew Cagney <cagney@redhat.com>
9391
9392 * gdbint.texinfo (Target Architecture Definition): Replace
9393 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9394 dummy_addr parameters.
9395
9396 2003-03-25 Andrew Cagney <cagney@redhat.com>
9397
9398 * gdbint.texinfo (Target Architecture Definition): Delete
9399 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9400 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9401 Add reference to PUSH_ARGUMENTS.
9402
9403 2003-03-23 Andrew Cagney <cagney@redhat.com>
9404
9405 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9406 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9407
9408 2003-03-18 J. Brobecker <brobecker@gnat.com>
9409
9410 * gdbint.texinfo (Algorithms): Add new section describing the
9411 Observer paradigm.
9412 (Top): Add menu entry to new observer appendix.
9413 * observer.texi: New file.
9414 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9415 new observer.texi file.
9416
9417 2003-03-17 Andrew Cagney <cagney@redhat.com>
9418
9419 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9420 that GNU Press update the manual version number.
9421
9422 2003-03-12 Andrew Cagney <cagney@redhat.com>
9423
9424 * gdbint.texinfo (Target Architecture Definition): Delete
9425 references to get_saved_register. Rename GET_SAVED_REGISTER to
9426 DEPRECATED_GET_SAVED_REGISTER.
9427
9428 2003-03-13 Andrew Cagney <cagney@redhat.com>
9429
9430 * gdbint.texinfo (Target Architecture Definition): Replace
9431 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9432
9433 2003-03-12 Andrew Cagney <cagney@redhat.com>
9434
9435 * gdbint.texinfo (Target Architecture Definition): Rename
9436 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9437
9438 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9439
9440 * gdb.texinfo: Add File-I/O documentation.
9441
9442 2003-03-10 Andrew Cagney <cagney@redhat.com>
9443
9444 * gdbint.texinfo (Target Architecture Definition): Cross reference
9445 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9446
9447 2003-03-07 Andrew Cagney <cagney@redhat.com>
9448
9449 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9450 frame" command.
9451
9452 2003-03-05 Andrew Cagney <cagney@redhat.com>
9453
9454 * gdbint.texinfo (Target Architecture Definition): Document
9455 unwind_dummy_id. Cross reference unwind_dummy_id and
9456 SAVE_DUMMY_FRAME_TOS.
9457
9458 2003-03-05 James Ingham <jingham@apple.com>
9459 Daniel Jacobowitz <drow@mvista.com>
9460
9461 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9462 and "show cp-abi".
9463
9464 2003-03-03 Andrew Cagney <cagney@redhat.com>
9465
9466 * gdbint.texinfo (Target Architecture Definition): Document
9467 register_type.
9468
9469 2003-03-03 Andrew Cagney <cagney@redhat.com>
9470
9471 * stabs.texinfo (Structures): Use @samp and separate @var's
9472 instead of a single @var containing a comma separated list.
9473 (Unions): Ditto.
9474
9475 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9476
9477 * Makefile.in (distclean): Remove config.log.
9478
9479 2003-03-01 Andrew Cagney <cagney@redhat.com>
9480
9481 * gdbint.texinfo (Target Architecture Definition): Rename
9482 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9483
9484 2003-03-01 Andrew Cagney <cagney@redhat.com>
9485
9486 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9487 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9488
9489 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9490
9491 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9492 (Non-debug DLL symbols): New node, describing the minimal symbols
9493 loaded from DLLs without real debugging symbols.
9494
9495 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9496
9497 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9498 hardware-breakpoint-limit".
9499 (Set Watchpoints): Add cross reference to "set remote
9500 hardware-watchpoint-limit".
9501 (Remote configuration options): New section.
9502
9503 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9504
9505 * gdbint.texinfo (Target Architecture Definition): Delete
9506 descrption of IS_TRAPPED_INTERNALVAR.
9507
9508 From Keith Seitz <keiths@redhat.com>:
9509 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9510 option "-i"/"--interpreter" to this chapter. Include index
9511 entries.
9512
9513 2003-02-04 David Carlton <carlton@math.stanford.edu>
9514
9515 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9516 (Variables): Recommend stabs+ and DWARF 2.
9517 (C plus plus expressions): Correct info about
9518 compiler versions, debug formats.
9519 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9520 PR symtab/874.
9521
9522 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9523
9524 * gdbint.texinfo (Target Architecture Definition): Delete
9525 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9526 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9527 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9528 references to nindy and i960.
9529 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9530
9531 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9532
9533 * gdbint.texinfo (Target Architecture Definition): Delete
9534 FLOAT_INFO.
9535
9536 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9537
9538 * stabs.texinfo (Member Type Descriptor): Clarify description of
9539 `@'. Suggested by Ben Hutchings.
9540
9541 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9542
9543 * gdb.texinfo (M68K): Delete reference to es1800.
9544
9545 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9546
9547 * gdb.texinfo (Maintenance Commands): Document `maint print
9548 reggroups' and `maint print register-groups'.
9549 * gdbint.texinfo (Target Architecture Definition): Document
9550 register_reggroup_p.
9551
9552 2003-01-23 Jim Blandy <jimb@redhat.com>
9553
9554 * gdb.texinfo (Separate Debug Files): New section.
9555
9556 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9557
9558 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9559 and "maint show profile".
9560
9561 2003-01-16 Michael Chastain <mec@shout.net>
9562
9563 * gdb.texinfo (Installing GDB): Warn against
9564 ".../gdb-VERSION/gdb/configure".
9565 (Separate Objdir): Likewise.
9566
9567 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9568
9569 * gdbint.texinfo (Target Architecture Definition): Delete
9570 definition of PRINT_REGISTER_HOOK.
9571
9572 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9573
9574 (OpenRISC 1000): Fix formatting of command names.
9575
9576 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9577
9578 * gdb.texinfo (Continuing and Stepping): Add new command
9579 'advance'. Clarify behavior of 'until'.
9580
9581 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9582
9583 * gdb.texinfo (Files): Document solib-absolute-prefix and
9584 solib-search-path.
9585
9586 2003-01-09 Michael Chastain <mec@shout.net>
9587
9588 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9589 (Create a Release): Add new instructions for new @file{src-release}.
9590 Document existing instructions for @file{Makefile.in} as
9591 being for @value{GDBN} 5.3.1 or earlier.
9592
9593 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9594
9595 * gdbint.texinfo (Target Architecture Definition): Mention
9596 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9597 allocate memory.
9598
9599 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9600
9601 * gdb.texinfo (Controlling GDB): Add @kindex for
9602 "show osabi".
9603 (Backtraces): Add @kindex's for backtrace-below-main.
9604
9605 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9606
9607 * gdb.texinfo (Controlling GDB): Document "set osabi".
9608
9609 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9610
9611 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9612 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9613
9614 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9615
9616 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9617 "set coerce-float-to-double".
9618 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9619
9620 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9621
9622 * stabs.texinfo: Remove obsolete text.
9623 * gdbint.texinfo: Ditto.
9624 * gdb.texinfo: Ditto.
9625
9626 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9627
9628 * gdbint.texinfo (Target Architecture Definition): Update
9629 description of gdbarch_register_osabi.
9630
9631 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9632
9633 * agentexpr.texi: Fix typos.
9634 * annotate.texi: Likewise.
9635 * fdl.texi: Likewise.
9636
9637 2002-12-10 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9640 DEPRECATED_INIT_FRAME_PC.
9641
9642 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): Delete
9645 PC_IN_CALL_DUMMY.
9646
9647 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9648
9649 * gdbint.texinfo (Host Definition): Delete documentation on
9650 USE_GENERIC_DUMMY_FRAMES.
9651
9652 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9653
9654 Fix PR gdb/723 and PR gdb/245.
9655 * Makefile.in (install-info): Run the install-info command as part
9656 of the post install steps only.
9657 (uninstall-info): New target.
9658 (uninstall): New target.
9659
9660 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9661
9662 * Makefile.in (install): Make install do some real work.
9663
9664 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9665
9666 Fix POSIX problem reported by Paul Eggert.
9667 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9668 Fix PR gdb/527.
9669
9670 2002-10-26 Andrew Cagney <cagney@redhat.com>
9671
9672 * gdbint.texinfo (Target Architecture Definition): Delete
9673 definition of DO_REGISTERS_INFO.
9674
9675 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9676
9677 * gdbint.texinfo (Address Classes): Fix problems with insertion
9678 of ``{'' and ``}'' in example.
9679
9680 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9681
9682 * gdbint.texinfo (Address Classes): New section.
9683 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9684 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9685 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9686 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9687
9688 2002-10-11 Klee Dienes <kdienes@apple.com>
9689
9690 * gdb.texinfo (Registers): Mention vector registers as well as
9691 floating registers in the documentation for 'info registers' and
9692 'info all-registers'.
9693
9694 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9695
9696 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9697
9698 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9699
9700 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9701 interface definition.
9702
9703 2002-10-03 Marko Mlinar <markom@opencores.org>
9704
9705 * gdb.texinfo (Target Commands): Add or1k target specific
9706 commands.
9707 * gdb.texinfo (Contributors): Add myself to the contributors list.
9708
9709 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9710
9711 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9712 and "mi1" instead of "mi1" and "mi0".
9713
9714 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9715
9716 * gdb.texinfo (Packets): Fix typos "alligned".
9717 Correct z3/Z3 description. Correct z4/Z4 title.
9718
9719 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9720
9721 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9722
9723 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9724
9725 * gdb.texinfo: Use GNU/Linux instead of Linux.
9726
9727 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9728
9729 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9730
9731 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9732
9733 * gdb.texinfo: Replace @example with @smallexample.
9734
9735 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9736
9737 From Eli Zaretskii <eliz@gnu.org>:
9738 * gdb.texinfo (Character Sets): Use @smallexample instead of
9739 @example. Use GNU/Linux instead of Linux.
9740
9741 2002-09-20 Jim Blandy <jimb@redhat.com>
9742
9743 * gdb.texinfo: Add character set documentation.
9744
9745 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9746
9747 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9748 (Packets): Add cross reference from `b' packet to `z' packets.
9749
9750 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9751
9752 * gdb.texinfo (Maintenance Commands): Document ``maint
9753 internal-error'' and ``maint internal-warning''.
9754
9755 * gdbint.texinfo (Target Architecture Definition): Revise
9756 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9757
9758 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9759
9760 * gdbint.texinfo (Target Conditionals): Document the new
9761 NAME_OF_MALLOC macro.
9762
9763 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9766 engineer.
9767
9768 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9769
9770 * gdb.texinfo (TUI Overview): Document status line fields.
9771
9772 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9773
9774 * gdb.texinfo (TUI Commands): Document info win command.
9775
9776 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9777
9778 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9779
9780 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9781
9782 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9783 (TUI Keys): Likewise.
9784
9785 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9786
9787 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9788 for a packet receive.
9789
9790 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9791
9792 * Makefile.in (clean): Move to end of file.
9793 (distclean, maintainer-clean, realclean): Ditto.
9794 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9795 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9796 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9797 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9798
9799 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9800
9801 * Makefile.in (GDBINT_TEX_TMPS): Define.
9802 (gdbint.dvi, gdbint.pdf): Use
9803 (GDB_TEX_TMPS): Define.
9804 (gdb.dvi, gdb.pdf): Use.
9805 (STABS_TEX_TMPS): Define.
9806 (stabs.dvi, stabs.pdf): Use.
9807 (GDB_DOC_SOURCE_INCLUDES): New macros.
9808 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9809 (GDBINT_DOC_FILES_INCLUDES): New macros.
9810 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9811 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9812 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9813 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9814 (links2roff): Replace SFILES_INCLUDED with
9815 GDB_DOC_SOURCE_INCLUDES.
9816 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9817 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9818 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9819 dependencies.
9820 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9821 dependencies.
9822 (gdbmi.texinfo): Delete rule.
9823 (inc-hist.texinfo): Delete rule.
9824 (rluser.texinfo): Delete rule.
9825
9826 2002-08-23 Andrew Cagney <cagney@redhat.com>
9827
9828 * gdbint.texinfo (Target Architecture Definition): Update
9829 STORE_RETURN_VALUE, mention regcache.
9830
9831 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9832
9833 * gdbint.texinfo (Target Architecture Definition): Document
9834 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9835
9836 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9837
9838 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9839 Fix minor typos. Add index entries.
9840
9841 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9842
9843 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9844
9845 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9846
9847 * gdbint.texinfo (Target Architecture Definition): Document
9848 PRINT_VECTOR_INFO.
9849 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9850
9851 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9852
9853 * gdb.texinfo (Maintenance Commands): Document "maint print
9854 registers", "maint print raw-registers" and "maint print
9855 cooked-registers".
9856
9857 2002-08-08 Grace Sainsbury <graces@redhat.com>
9858
9859 From Mark Salter:
9860 * gdb.texinfo (Protocol): Document T packet extension to
9861 allow watchpoint address reporting.
9862
9863 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9864
9865 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9866
9867 2002-08-01 Andrew Cagney <cagney@redhat.com>
9868
9869 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9870 to CHILL.
9871
9872 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9873
9874 * gdbint.texinfo (Coding): Revise section "Include Files".
9875
9876 2002-07-24 Andrew Cagney <cagney@redhat.com>
9877
9878 * gdbint.texinfo: Obsolete references to m88k.
9879 * gdb.texinfo: Ditto.
9880
9881 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9882
9883 * gdbint.texinfo (Create a release candiate): Add the location
9884 where the proper version of autoconf can be retrieved.
9885
9886 2002-07-09 Don Howard <dhoward@redhat.com>
9887
9888 * gdb.texinfo (Command Files): Further describe the behavior of
9889 sourced command files.
9890
9891 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9892
9893 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9894 (Coding): Clarify ISO C version that GDB assumes.
9895
9896 2002-06-26 Tom Tromey <tromey@redhat.com>
9897
9898 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9899 add_setshow_cmd_full.
9900
9901 2002-06-25 Don Howard <dhoward@redhat.com>
9902
9903 * gdb.texinfo (Memory Region Attributes): Document new behavior
9904 for 'mem' command.
9905
9906 2002-06-11 Jim Blandy <jimb@redhat.com>
9907
9908 * gdb.texinfo (Symbols): Update documentation for `info source'
9909 command.
9910
9911 * gdb.texinfo (Macros): Call the command `info macro', not
9912 `show macro'.
9913
9914 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9915
9916 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9917 data''.
9918
9919 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9920
9921 * gdbint.texinfo (Target Architecture Definition): Document
9922 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9923
9924 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9925
9926 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9927 lists.
9928
9929 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9930
9931 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9932 Branch''.
9933
9934 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9935
9936 * gdbint.texinfo (Target Architecture Definition): Add section
9937 ``Converting an existing Target Architecture to Multi-arch''.
9938
9939 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9940
9941 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9942 to ``Obsoleting code''. Revise.
9943
9944 2002-05-17 Jim Blandy <jimb@redhat.com>
9945
9946 * gdb.texinfo (C Preprocessor Macros): New chapter.
9947 Include it in the main menu.
9948 (Contributors): Credit Jim Blandy with macro support.
9949 (Compilation): Explain how to get macro information into the
9950 executable.
9951 (Expressions): Note that preprocessor macros are expanded.
9952
9953 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9954
9955 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9956 options for `target remote'.
9957
9958 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9959
9960 * gdbint.texinfo (Target Architecture Definition): Delete
9961 documentation on NNPC_REGNUM.
9962
9963 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9964
9965 * gdbint.texinfo (Target Architecture Definition): Document
9966 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9967 (Target Architecture Definition): Revise section `Using Different
9968 Register and Memory Data Representations'. Add section `Raw and
9969 Virtual Register Representations'.
9970
9971 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9972
9973 * gdbint.texinfo (Target Architecture Definition): Mention
9974 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9975 (Target Architecture Definition): Mention same. Add references to
9976 web pages.
9977
9978 2002-05-08 Michael Snyder <msnyder@redhat.com>
9979
9980 * stabs.texinfo (Attributes): Document new "vector" attribute.
9981
9982 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9983
9984 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9985
9986 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9987
9988 * gdb.texinfo: Delete obsolete references to a29k.
9989
9990 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9991
9992 * gdbint.texinfo (Target Architecture Definition): Replace
9993 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9994
9995 2002-04-24 David S. Miller <davem@redhat.com>
9996
9997 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9998
9999 2002-04-21 David S. Miller <davem@redhat.com>
10000
10001 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10002
10003 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10004
10005 * gdbint.texinfo (Target Architecture Definition): Delete
10006 definition of HAVE_REGISTER_WINDOWS.
10007
10008 2002-04-19 Eli Zaretskii <eliz@gnu.org>
10009
10010 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
10011 "Theodore A. Roth" <troth@verinet.com>.
10012
10013 2002-04-15 Don Howard <dhoward@redhat.com>
10014
10015 From Eli Zaretskii <eliz@gnu.org>
10016 * gdb.texinfo (show max-user-call-depth): Correct formatting.
10017 Provide a better explaination of this feature.
10018
10019 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10020
10021 * gdbint.texinfo (Target Architecture Definition): Remove
10022 FRAME_CHAIN_COMBINE.
10023
10024 2002-04-12 Michael Chastain <mec@shout.net>
10025
10026 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10027 REG_STACK_SEGMENT.
10028
10029 2002-04-09 Michael Chastain <mec@shout.net>
10030
10031 * gdbint.texinfo (Obsolete Conditionals): Remove references to
10032 PYRAMID_* macros.
10033
10034 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10035
10036 * gdb.texinfo (Bug Reporting): Document that the web is the
10037 prefered way of submitting bug reports.
10038 (Bug Reporting): Delete the s-mail address as the last resort.
10039
10040 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdbint.texinfo (Target Architecture Definition): Delete
10043 references to TARGET_WRITE_FP and write_fp.
10044
10045 2002-03-27 Michael Snyder <msnyder@redhat.com>
10046
10047 * gdb.texinfo: Document new commands dump, append, and restore.
10048
10049 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10050
10051 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10052 Branch'.
10053
10054 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdb.texinfo: Change all examples to @smallexample.
10057 * gdbint.texinfo: Ditto.
10058
10059 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10060
10061 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10062 Branches''.
10063
10064 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10065
10066 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10067 Policy''.
10068
10069 2002-03-04 Fred Fish <fnf@redhat.com>
10070
10071 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10072 expresson, suports, dependant, trhe, perhaphs, situtations,
10073 explictily, taged, oportunity, unfortunatly).
10074
10075 2002-02-24 Andrew Cagney <ac131313@redhat.com>
10076
10077 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10078 Remove reference to 3.12.
10079
10080 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdbint.texinfo: Include fdl.texi.
10083 (Top): Add GNU Free Documentation License.
10084 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10085 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10086 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10087 (gdbint.info): Add srcdir to include path.
10088 * gdb.texinfo: Include gpl.texi.
10089 (Top): Add Copying.
10090 * gpl.texi: New file.
10091
10092 2002-02-23 Andrew Cagney <ac131313@redhat.com>
10093
10094 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10095
10096 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10097
10098 * gdb.texinfo: Document Cygwin native specific commands.
10099
10100 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10101
10102 * gdb.texinfo: Document gdbserver ``--attach'' command.
10103
10104 2002-02-07 Michael Snyder <msnyder@redhat.com>
10105
10106 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10107 to @code(_ovly_debug_event).
10108
10109 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10110
10111 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10112
10113 2002-02-06 Michael Snyder <msnyder@redhat.com>
10114
10115 * gdb.texinfo (overlays): Mention new magic symbol
10116 '_ovly_debug_event', which allows GDB to keep better track
10117 of overlays.
10118
10119 2002-02-03 Eli Zaretskii <eliz@gnu.org>
10120
10121 * gdb.texinfo (Memory Region Attributes): Fix the wording.
10122 Suggested by Dmitry Sivachenko.
10123
10124 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10125
10126 2002-02-01 Michael Snyder <msnyder@redhat.com>
10127
10128 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10129
10130 2002-01-30 Michael Snyder <msnyder@redhat.com>
10131
10132 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10133 (set trust-readonly-sections): Document.
10134
10135 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10136
10137 * gdbint.texinfo (Releasing GDB): Revise and update.
10138
10139 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10140
10141 * gdbint.texinfo (Target Architecture Definition): Delete
10142 description of TARGET_BYTE_ORDER_DEFAULT.
10143
10144 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10145
10146 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10147 <mitya@cavia.pp.ru>.
10148
10149 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10150
10151 * libgdb.texinfo: Delete file.
10152
10153 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10154
10155 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10156 * gdbint.texinfo: Ditto.
10157
10158 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10159
10160 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10161
10162 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10163
10164 * Makefile.in: Update copyright.
10165 (TEXI2DVI): Define.
10166 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10167 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10168 gdb-cfg.texi.
10169 (TEXINDEX, PDFTEX): Delete makefile variables.
10170
10171 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10172
10173 * gdb.texinfo (Protocol): Move section to appendix.
10174
10175 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10176
10177 * gdb.texinfo (Remote Debugging): Create a menu.
10178 (Top): Add ``Remote Debugging'' to menu.
10179
10180 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10181
10182 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10183 serial protocol'' from here.
10184 (Remote Debugging): To here. New chapter.
10185
10186 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10187
10188 * gdbint.texinfo (Target Architecture Definition): Delete
10189 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10190
10191 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10192
10193 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10194 are no longer needed.
10195 (Porting GDB): Add maintainer note about configure.host.
10196
10197 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10198
10199 * gdbint.texinfo (Target Architecture Definition): Remove
10200 definition of IEEE_FLOAT.
10201
10202 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10203
10204 * gdb.texinfo: Beautify copyright years; fix a typo.
10205 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10206 <3diff@gnu.org>
10207
10208 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10209
10210 * gdbint.texinfo (Host Definition): Remove references to
10211 MALLOC_INCOMPATIBLE.
10212
10213 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10214
10215 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10216 and xyz-xdep.o.
10217
10218 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10219
10220 * gdb.texinfo (Maintenance Commands): Add appendix.
10221 (Set Breaks): Copy ``maint info breakpoint'' doco to
10222 ``Maintenance Commands'' appendix. Add reference.
10223
10224 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10225
10226 * fdl.texi: Remove next/prev from @node.
10227
10228 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10229
10230 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10231 for monstrous @multitable (from Brian Youmans).
10232
10233 * fdl.texi: New file.
10234
10235 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10236
10237 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10238
10239 * gdbint.texinfo (Releasing GDB): New chapter.
10240
10241 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10242
10243 * gdb.texinfo (Embedded Processors, Calling program functions):
10244 Obsolete references to a29k.
10245
10246 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10247
10248 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10249 examples. Document that a code-block should do or discard its
10250 cleanups before exit.
10251
10252 2002-01-11 Michael Snyder <msnyder@redhat.com>
10253
10254 * gdb.texinfo (Choosing files): Change @samp to @file.
10255
10256 2002-01-05 Michael Snyder <msnyder@redhat.com>
10257
10258 * gdb.texinfo (--pid): Document new command line option (attach).
10259
10260 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10261
10262 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10263 in the stub.
10264
10265 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10266
10267 * gdbint.texinfo (Target Architecture Definition): Replace
10268 BIG_ENDIAN with BFD_ENDIAN_BIG.
10269
10270 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10271
10272 * gdbint.texinfo (Target Architecture Definition): Replace
10273 value_ptr with struct value pointer.
10274
10275 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10276
10277 * gdb.texinfo (Free Software): Fix wording.
10278
10279 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10280
10281 * gdb.texinfo (Free Software): New section ``Free Software Needs
10282 Free Documentation''.
10283
10284 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10285
10286 * stabs.texinfo:
10287 * gdb.texinfo:
10288 * gdbint.texinfo:
10289 * libgdb.texinfo:
10290 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10291
10292 2001-12-29 Michael Snyder <msnyder@redhat.com>
10293
10294 * gdb.texinfo (maint info sections): Fix typo.
10295
10296 2001-12-26 Michael Snyder <msnyder@redhat.com>
10297
10298 * gdb.texinfo (maint info sections): Document.
10299
10300 * gdb.texinfo (info proc): Comment out documentation for
10301 'info proc' sub-options that are currently not implemented.
10302
10303 2001-12-20 Jim Blandy <jimb@redhat.com>
10304
10305 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10306
10307 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10308
10309 * gdbint.texinfo (Target Architecture Definition): Replace
10310 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10311
10312 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10313
10314 * gdbint.texinfo (Host Definition): Delete documentation on
10315 HOST_BYTE_ORDER.
10316
10317 2001-11-30 Jim Blandy <jimb@redhat.com>
10318
10319 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10320 overlay support. Add to top-level menu.
10321
10322 2001-11-26 Tom Tromey <tromey@redhat.com>
10323
10324 * gdb.texinfo (Command Syntax): Document C-o binding.
10325
10326 2001-07-26 Christopher Faylor <cgf@redhat.com>
10327
10328 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10329 use since it is described in the referenced section.
10330
10331 From Eli Zaretskii <eliz@gnu.org>
10332 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10333 clearer when using DJGPP.
10334
10335 2001-11-24 Christopher Faylor <cgf@redhat.com>
10336
10337 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10338 specifically refer to MS-DOS.
10339 (command files): Mention gdb.ini is only used on MS-DOS.
10340
10341 2001-11-21 Tom Tromey <tromey@redhat.com>
10342
10343 * gdb.texinfo (Invoking GDB): Document --args.
10344 (Mode Options): Likewise.
10345
10346 2001-11-21 Jim Blandy <jimb@redhat.com>
10347
10348 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10349 Delete documentation; this macro has been removed from the
10350 sources.
10351
10352 2001-11-13 Jim Blandy <jimb@redhat.com>
10353
10354 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10355
10356 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10357
10358 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10359
10360 2001-11-05 Michael Snyder <msnyder@redhat.com>
10361
10362 * gdb.texinfo (info functions): Document use of backslash to
10363 quote regexp chars in function names such as "operator*()".
10364
10365 2001-11-01 Fred Fish <fnf@redhat.com>
10366
10367 * gdbint.texinfo (SOLIB_ADD): Document additional new
10368 "readsyms" arg.
10369
10370 2001-10-30 Don Howard <dhoward@redhat.com>
10371
10372 * gdb.texinfo: (Command Files) Added documentation for the
10373 behavior of gdb with input redirected from a file.
10374
10375 2001-10-28 Fred Fish <fnf@redhat.com>
10376
10377 * gdb.texinfo (auto-solib-add): Change docs to match
10378 implementation change.
10379 (auto-solib-limit): Add docs for new variable.
10380
10381 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10382
10383 * gdbint.texinfo (Target Architecture Definition): Function
10384 value_as_pointer renamed to value_as_address.
10385
10386 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10387
10388 * gdbint.texinfo (Target Architecture Definition): Default
10389 POINTER_TO_ADDRESS functions assume unsigned addresses.
10390 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10391 posting by Jim Blandy.
10392
10393 2001-10-12 Jim Blandy <jimb@redhat.com>
10394
10395 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10396 version of texi2html (1.64) doesn't support this flag any more.
10397
10398 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10399
10400 * gdbint.texinfo (Host Definition): Remove description of
10401 MEM_FNS_DECLARED.
10402
10403 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10404
10405 * gdbint.texinfo (Host Definition): Remove description of
10406 HAVE_SIGSETMASK.
10407
10408 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10409
10410 * gdbint.texinfo (Target Architecture Definition): Add
10411 explanation of TARGET_PRINT_INSN macro.
10412
10413 2001-08-30 Jim Blandy <jimb@redhat.com>
10414
10415 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10416 Explain what it means to load relocatable files.
10417
10418 2001-08-28 Jim Blandy <jimb@redhat.com>
10419
10420 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10421 info `top' menu.
10422
10423 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10424
10425 * gdbint.texinfo: Add a cautionary note about macro use.
10426
10427 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10428
10429 * gdb.texinfo: Explain omitting the hostname in the
10430 `target remote' command.
10431
10432 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10435 and END-INFO-DIR-ENTRY.
10436
10437 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10438
10439 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10440
10441 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10442
10443 * gdbint.texinfo (libgdb): Rewrite.
10444
10445 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10446
10447 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10448
10449 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10450
10451 * gdb.texinfo (TUI): New chapter, document the TUI.
10452 (Mode Options): Document the -tui option.
10453
10454 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10455
10456 * gdbint.texinfo (Host Definition): Remove description of
10457 NEED_POSIX_SETPGID.
10458
10459 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10460
10461 * gdb.tex (DJGPP Native): New node, with descriptions of
10462 DJGPP-specific commands.
10463
10464 2001-07-19 John R. Moore <jmoore@redhat.com>
10465
10466 * gdbint.texinfo: Three misspellings.
10467
10468 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10469
10470 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10471 `test` expressions on bash. Problem reported by Colin Walters.
10472
10473 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10474
10475 * gdbint.texinfo (User Interface): Update ui-out documentation to
10476 refelect recent UI/MI updates.
10477
10478 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10479
10480 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10481 interpreters.
10482
10483 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10484
10485 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10486 structure and not macros.
10487 (Host Definition): Document that much of this chapter is obsolete.
10488 (Target Architecture Definition): Update list of files that make
10489 up a target architecture.
10490 (Coding): Update.
10491
10492 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10493
10494 * gdbint.texinfo (Target Architecture Definition): Update
10495 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10496 The latter has been changed to a true predicate.
10497
10498 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10499
10500 * annotate.texi: Add @noindent where needed. From Dmitry
10501 Sivachenko <dima@Chg.RU>.
10502 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10503
10504 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10505
10506 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10507
10508 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10509
10510 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10511 returns ``OK''. Document that the ``R'' packet does not reply.
10512
10513 2001-06-13 Michael Snyder <msnyder@redhat.com>
10514
10515 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10516
10517 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10518
10519 * gdb.texinfo (Signals): Clarify the default setting of signal
10520 handling.
10521
10522 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10523
10524 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10525 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10526
10527 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10528
10529 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10530
10531 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10532
10533 * gdbint.texinfo (Clean Design and Portable Implementation):
10534 Renamed from "Clean Design".
10535 (Clean Design and Portable Implementation): Document portable
10536 methods of handling file names, and the associated macros.
10537
10538 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10539
10540 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10541 command and provide a cross-reference to its description.
10542 (Symbols): Note that "info scope" is useful for trace experiments.
10543
10544 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10545
10546 * gdb.texinfo (Symbols): Document "info scope".
10547 (Tracepoints): New chapter.
10548 (Contributors): Update for v5.1.
10549 <All nodes>: Change "C++" to "C@t{++}".
10550
10551 * gdbint.texinfo (User Interface): A new section about ui_out
10552 functions, based on text written by Fernando Nasser.
10553
10554 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10555
10556 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10557
10558 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10559
10560 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10561
10562 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10563 Replace "GDB" with "@value{GDBN}". Fix markup.
10564
10565 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10566
10567 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10568 a cross-reference to its description.
10569 (Symbols): Document "info symbol".
10570
10571 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10572
10573 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10574 subsection "x86 Watchpoints".
10575 (Target Architecture Definition): Document the macros
10576 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10577 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10578
10579 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10580
10581 * gdbint.texinfo (Target Architecture Definition): Update
10582 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10583 list.
10584
10585 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10586
10587 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10588 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10589
10590 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10591
10592 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10593
10594 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10595
10596 * gdb.texinfo (Environment): Document that `path' does not change
10597 the value of PATH in GDB's own environment (it did in the past,
10598 but that was changed on March 15, 1994). Reported by Doug Evans
10599 <dje@transmeta.com>.
10600
10601 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10602 its line. Fix markup of commands and macros. Add an Index node
10603 and index entries.
10604
10605 2001-01-23 J.T. Conklin <jtc@redback.com>
10606
10607 * gdb.texinfo (Memory region attributes): New manual section.
10608
10609 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10610
10611 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10612
10613 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10614
10615 * refcard.tex: Version and copyright fixed. From Phil Edwards
10616 <pedwards@disaster.jaj.com>.
10617
10618 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10619
10620 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10621 DWARF2_REG_TO_REGNUM): Document.
10622
10623 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10624
10625 * gdbint.texinfo (Coding): Update current value of
10626 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10627
10628 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10629
10630 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10631 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10632
10633 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10634
10635 * gdb.texinfo: Document new 'set step-mode' command.
10636
10637 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10638
10639 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10640 changes from Dmitry Sivachenko <dima@Chg.RU>.
10641
10642 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10643
10644 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10645 From Steven Johnson <sbjohnson@ozemail.com.au>.
10646
10647 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10648
10649 * gdbint.texinfo (Overall Structure): Spelling fix.
10650
10651 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10652
10653 * gdbint.texinfo (Target Architecture Definition): Document that
10654 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10655 for which REGISTER_CONVERTIBLE returns a zero value.
10656
10657 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10658
10659 * Makefile.in (install-info): Find files to install in either the
10660 build or source directories (adapted from Makefile.am).
10661
10662 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10663
10664 * stabs.texinfo: Fix spelling errors.
10665 (String Field): FILE-NUMBER starts from 0, not 1.
10666
10667 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10668
10669 * refcard.tex: Remove \centerline from the blurb. Patch from
10670 Brian Youmans.
10671
10672 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10673
10674 * Makefile.in (install-info): Support installation from outside of
10675 the source directory. Reported by Mark Harig
10676 <markh@frazier.landmark.com>.
10677
10678 2000-06-20 J.T. Conklin <jtc@redback.com>
10679
10680 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10681
10682 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10683
10684 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10685 Generate using pdftex.
10686 (PDFTEX): Define.
10687 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10688 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10689 @contents at the start.
10690
10691 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10692
10693 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10694 Youmans.
10695
10696 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10697
10698 From Brian Youmans:
10699 * gdb.texinfo: Fix ``et al.''.
10700
10701 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10702
10703 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10704 loop.
10705
10706 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10707
10708 * configure: Regenerate.
10709
10710 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10711
10712 * Makefile.in (install-info): Run install-info on installed Info
10713 files.
10714
10715 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10716
10717 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10718 Andrew Cagney.
10719
10720 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10721
10722 * gdb.texinfo: Proofreading changes from Brian Youmans.
10723
10724 2000-05-01 Nick Duffek <nsd@cygnus.com>
10725
10726 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10727 startup sequence, minor edits.
10728
10729 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10730
10731 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10732 TeX.
10733
10734 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10735 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10736 like `n' and `s' which look weird. Convert some of the @kindex to
10737 @vindex, when they refer to variables, not commands.
10738
10739 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10740
10741 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10742
10743 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10744
10745 * Makefile.in (GDBMI_DIR): New variable.
10746 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10747 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10748 (gdbmi.texinfo): New target, for texi2roff.
10749 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10750 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10751
10752 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10753 gdbmi.texinfo.
10754 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10755 comment.
10756
10757 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10758
10759 * gdb.texinfo (Files): Update description of add-symbol-file
10760 command.
10761
10762 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10763
10764 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10765 prevents the build (and is generally a Bad Idea).
10766
10767 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10768
10769 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10770 a comma inside @var.
10771 (Command Files): Index markup changes from Dmitry Sivachenko
10772 <dima@Chg.RU>.
10773
10774 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10775
10776 * Makefile.in (LN_S): Define.
10777 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10778 invoke "ln -s" unless it is known to work.
10779
10780 * configure.in (AC_PROG_LN_S): Add.
10781
10782 2000-04-14 Jim Blandy <jimb@redhat.com>
10783
10784 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10785 section.
10786 (Target Conditionals): Document ADDRESS_TO_POINTER,
10787 POINTER_TO_ADDRESS.
10788
10789 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10790
10791 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10792 gdb-cfg.texi to get the value.
10793
10794 2000-04-10 Jim Blandy <jimb@redhat.com>
10795
10796 * gdbint.texinfo (Target Architecture Definition): Fix
10797 cross-references.
10798
10799 2000-04-08 Jim Blandy <jimb@redhat.com>
10800
10801 * gdbint.texinfo (Using Different Register and Memory Data
10802 Representations): New section.
10803 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10804 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10805 REGISTER_CONVERT_TO_RAW): Document.
10806
10807 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10808
10809 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10810 for acknowledgments.
10811
10812 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10813
10814 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10815 qThreadExtraInfo.
10816
10817 2000-03-28 J.T. Conklin <jtc@redback.com>
10818
10819 * gdb.texinfo: Clarify which remote debug protocol commands are
10820 required and which are optional.
10821
10822 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10823
10824 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10825 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10826 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10827 * annotate.texi: Update.
10828
10829 2000-03-28 Stan Shebs <shebs@apple.com>
10830
10831 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10832 expectation of additional changes before release), update
10833 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10834 node links, rephrase and/or shorten lines to fix formatting
10835 problem in both regular and @smallbook formats.
10836 * annotate.texi: Shorten lines in example, use smallexample
10837 consistently everywhere.
10838 * Makefile.in: Add comment about texinfo 4.0 html generation.
10839 (SFILES_INCLUDED): Add annotate.texi.
10840
10841 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10842
10843 * gdb.texinfo (Debugging Output): Added new section, documenting
10844 the "set/show debug" commands.
10845
10846 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10847
10848 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10849 entry.
10850
10851 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10852 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10853 @chapter and @node entries.
10854
10855 * gdb.texinfo: Link all top-level nodes.
10856
10857 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10858
10859 * Makefile.in (install-info): Create $(infodir) before installing
10860 files.
10861
10862 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10863
10864 From David Whedon <dwhedon@gordian.com>
10865 * gdbint.texinfo : Added paragraphs about command deprecation.
10866
10867 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10868
10869 * gdb.texinfo: Add documentation for the apropos command.
10870
10871 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10872
10873 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10874
10875 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10876
10877 * gdb.texinfo: Add white space to prevent overprinting in
10878 two places.
10879
10880 2000-03-17 Stan Shebs <shebs@apple.com>
10881
10882 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10883 <dima@Chg.RU>, also clarification of allowed content for
10884 string constants.
10885
10886 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10887
10888 * gdb.texinfo (main menu): Add Annotations.
10889 (File Options): Add @cindex entries for each command-line option.
10890 Document --epoch, --annotate, --async, --interpreter, --write,
10891 --statistics, and --version.
10892
10893 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10894 of GDB.
10895
10896 2000-02-23 Jim Blandy <jimb@redhat.com>
10897
10898 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10899
10900 2000-02-22 Jim Blandy <jimb@redhat.com>
10901
10902 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10903
10904 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10905
10906 * Makefile.in (diststuff): New target.
10907
10908 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10909
10910 * agentexpr.texi: Fix wording regarding Intel's IA-64
10911 architecture. [From Jim Wilson.]
10912
10913 2000-01-16 Tom Tromey <tromey@cygnus.com>
10914
10915 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10916 (Delete Breaks): Mention range arguments.
10917 (Disabling): Likewise.
10918
10919 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10920
10921 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10922
10923 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10924
10925 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10926 valid functions.
10927
10928 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10929
10930 * gdb.texinfo: Clarify regular expressions used in rbreak.
10931
10932 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10933
10934 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10935 MEMORY_REMOVE_BREAKPOINT): Document.
10936
10937 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10938
10939 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10940 offset re-using the DATA offset instead.
10941
10942 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10943
10944 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10945
10946 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10947
10948 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10949 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10950 typos.
10951
10952 * gdb.texinfo: Various minor wording and formatting improvements,
10953 mentions of additional command-line options.
10954
10955 1999-09-30 Fred Fish <fnf@cygnus.com>
10956
10957 * gdb.texinfo: Document additional forms of specifying section
10958 names and addresses for the add-symbol-file command.
10959
10960 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10961
10962 * gdbint.texinfo: Fix typo, add the word "have".
10963
10964 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10965
10966 * gdbint.texinfo (Target Architecture Definition): Document the
10967 SKIP_PERMANENT_BREAKPOINT macro.
10968
10969 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10970
10971 * gdb.texinfo: Fiks speling errers.
10972
10973 * gdb.texinfo: Fix uses of @multitable.
10974
10975 From Eli Zaretskii <eliz@gnu.org>:
10976 * gdb.texinfo: Include details specific to DOS host, clarify
10977 some confusing language, fix @ref/@xref/@pxref usages, add
10978 comments about using with optimization, add more indexing,
10979 fix info about disassembly-flavor.
10980
10981 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10982
10983 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10984 SKIP_SOLIB_RESOLVER): Define.
10985
10986 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10987
10988 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10989 ``g'' packets.
10990
10991 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10992
10993 * gdb.texinfo: Create a new "Configurations" chapter with
10994 platform-specific info, inline remote.texi and move sections of it
10995 into the new chapter, move bits about info proc, heuristic search,
10996 and register stack into the new chapter.
10997 * remote.texi: Remove, now part of gdb.texinfo.
10998 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10999
11000 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
11001
11002 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11003 GDB_TARGET_IS_MACH386): These kludges have gone away.
11004
11005 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
11006
11007 * gdbint.texinfo (Target Architecture Definition): Mention
11008 TDEPLIBS.
11009
11010 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
11011
11012 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11013 surrounding text to fit HP-UX bits into general info.
11014 (HPPA-cfg.texi): Remove, no longer useful.
11015
11016 * gdb.texinfo: Remove explicit links from @node lines, remove
11017 HP-added "Detailed Node Listing" from main menu which confuses
11018 things.
11019
11020 From Dmitry Sivachenko <dima@Chg.RU>:
11021 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11022 in description of `set environment'.
11023
11024 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11025
11026 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11027
11028 1999-08-12 Ben Elliston <bje@cygnus.com>
11029
11030 * gdbint.texinfo (Breakpoint Handling): Add missing words.
11031
11032 1999-08-10 Eli Zaretskii <eliz@gnu.org>
11033
11034 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11035 watch, awatch, and rwatch. Explain why the latter two cannot be
11036 set as software watchpoints. Document that watchpoints for local
11037 variables are deleted when the debuggee terminates.
11038
11039 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
11040
11041 * remote.texi (Protocol): Further clarification of the "qRcmd"
11042 packet. Allow E.. response packet. "qRcmd" packet is no longer
11043 reserved.
11044
11045 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11046
11047 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11048 * gdb.texinfo: Ditto.
11049
11050 1999-08-06 Tom Tromey <tromey@cygnus.com>
11051
11052 * gdb.texinfo (KOD): New node.
11053
11054 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
11055
11056 * remote.texi (Rcmd): Fix minor formatting typos.
11057
11058 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
11059
11060 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11061 packets.
11062
11063 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
11064
11065 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11066 fixes.
11067
11068 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
11069
11070 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11071
11072 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11073
11074 * remote.texi (Communication Protocol): ``v'' is in use. Fix
11075 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
11076 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
11077 packets that are not supported on all hosts. Expand examples.
11078 Spell check.
11079
11080 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
11081
11082 * Makefile.in: Recognize html, install-html. Add targets
11083 to build HTML versions of documentation via texi2html.
11084
11085 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
11086
11087 * gdbint.texinfo (Testsuite): New chapter, information about the
11088 testsuite.
11089
11090 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
11091
11092 * remote.texi (Communication Protocol): Rewrite.
11093
11094 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
11095
11096 * stabs.texinfo: Fix uses of xref.
11097
11098 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
11099
11100 * gdbint.texinfo: Add an anti-printf exhortation, and update the
11101 info about patch submission.
11102
11103 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
11104
11105 From Per Bothner <bothner@cygnus.com>:
11106 * gdb.texinfo: Document Chill support.
11107
11108 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
11109
11110 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11111 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11112 Document that the value should be greater-than or equal-to zero.
11113 (NO_STD_REGS): Document. Deprecate.
11114
11115 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11116
11117 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11118 Document that these are not used.
11119
11120 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11121
11122 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11123
11124 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
11125
11126 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
11127 numargs was dropped.
11128
11129 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11130
11131 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11132
11133 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11134
11135 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11136 Update.
11137
11138 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11139
11140 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11141 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11142
11143 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11144
11145 * gdbint.texinfo: Fix typos: $ -> @.
11146
11147 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11148
11149 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11150 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11151 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11152 BREAKPOINT_FROM_PC.
11153
11154 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11155
11156 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11157 CALL_DUMMY_STACK_ADJUST): Document.
11158
11159 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11160
11161 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11162 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11163
11164 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11165
11166 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11167 longer exists.
11168
11169 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11170
11171 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11172 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11173 they make the manual source incomprehensible.
11174 * h8-cfg.texi: Remove, hasn't been used in years.
11175
11176 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11177
11178 * gdb.texinfo: Update the credits.
11179
11180 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11181
11182 * gdb.texinfo: Fix mistakes noticed in printout of last
11183 draft, add Alpha to discussion of heuristic fence post.
11184
11185 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11186
11187 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11188 Edition, merge some HP changes into mainline, describe some
11189 previously undocumented features, describe more of the target
11190 commands available, eliminate obsolete section on renamed
11191 commands.
11192 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11193
11194 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11195
11196 * gdb.texinfo: Make many HPPA conditionals unconditional,
11197 including catchpoint description, since now on for all configs.
11198 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11199 specializations.
11200
11201 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11202
11203 * Makefile.in (GDBvn.texi): Fix match expression to work with
11204 current format of VERSION in gdb/Makefile.in.
11205 * gdb.texinfo: Fix node ref to match new readline.
11206
11207 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11208
11209 * gdb.texinfo: Changes made as part of a project to merge in
11210 changes made by HP. Documentation makes extensive use of
11211 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11212 on remote debugging. There are differences in documentation
11213 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11214 the HP manual discusses catchpoints, hardware watchpoints, and
11215 some HPUX specific limitations for shared library support.
11216
11217 There are also a number of @node changes.
11218
11219 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11220
11221 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11222 (C Usage): Same.
11223
11224 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11225
11226 The following changes were made by Edith Epstein
11227 <eepstein@cygnus.com> as part of a project to merge in changes
11228 made by HP.
11229
11230 * HPPA-cfg.texi: new file.
11231
11232 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11233
11234 * refcard.tex: change documentation about catch.
11235 removed info catch.
11236
11237 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11238
11239 * gdbint.texinfo: Expand on GDB's coding standards,
11240 specify the use of arg names with prototypes.
11241
11242 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11243
11244 * gdb.texinfo: Fix tipo.
11245
11246 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11247
11248 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11249 TARGET_BYTE_ORDER_SELECTABLE_P.
11250
11251 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11252
11253 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11254
11255 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11256
11257 * agentexpr.texi: New file.
11258
11259 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11260
11261 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11262
11263 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11264
11265 * remote.texi: Changed wording that implied that the GDB remote
11266 protocol caches register values instead of GDB itself.
11267
11268 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11269
11270 * gdbint.texinfo: Add some info about symbol readers.
11271 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11272 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11273 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11274 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11275
11276 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11277
11278 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11279
11280 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11281
11282 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11283
11284 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11285
11286 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11287 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11288
11289 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11290
11291 * gdbint.texinfo: Fix minor typos.
11292
11293 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11294
11295 * gdbint.texinfo: Complete overhaul. Group descriptions more
11296 logically, add more info on generic algorithms, remove much
11297 obsolete and/or wrong material.
11298
11299 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11300
11301 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11302
11303 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11304
11305 * refcard.tex: Copyright, address updates.
11306
11307 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11308
11309 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11310 for the edition instead of confusing GDB-version-like numbers.
11311
11312 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11313
11314 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11315
11316 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11317
11318 * LRS: Reformat a bit to keep text under 80 columns.
11319
11320 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11321
11322 * gdb.texinfo: Add some credits, mention bug monitor.
11323 * remote.texi: Mention mips monitor targets.
11324 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11325
11326 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11327
11328 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11329 files, finish sorting of host vs target vs native macros, describe
11330 some more of them.
11331
11332 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11333
11334 * gdbint.texinfo (Host Conditionals): Document change from
11335 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11336
11337 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11338
11339 * gdbint.texinfo (Host Conditionals): Document
11340 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11341
11342 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11343
11344 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11345 Document LSEEK_NOT_LINEAR.
11346
11347 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * stabs.texinfo (Stab Section Basics): Make it clear that only
11350 some versions of the GNU linker remove the leading N_UNDF symbol.
11351
11352 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11353
11354 * stabs.texinfo (String Field): Document type number pairs here,
11355 instead of in the Sun specific section.
11356 (Include Files): The GNU linker supports the N_BINCL
11357 optimization. Clarify the N_BINCL value, and what it is used
11358 for.
11359 (Procedures): Document N_FUN with an empty string to mark the end
11360 of a function.
11361 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11362 (Sun Differences): Remove this node, as the information is now
11363 elsewhere in the main document.
11364 (Stab Section Basics): Mention that the GNU linker may optimize
11365 stabs and remove the leading N_UNDF symbol.
11366
11367 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11368
11369 * gdb.texinfo, refcard.tex: Restore author credit
11370
11371 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11372
11373 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11374 documentation to account for START and END macros taking
11375 one arg.
11376
11377 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11378
11379 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11380 * gdb.texinfo (Frames): Fix typo.
11381
11382 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11383
11384 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11385 a target_signal as arg type, not a pid.
11386
11387 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11388
11389 * gdb.texinfo: Document `set assembly-language'.
11390
11391 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11392
11393 * remote.texi: Update list of stubs in the GDB distribution.
11394
11395 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11396
11397 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11398 Also document that some systems can use mmalloc but must define
11399 this if their C runtime allocates memory that is later freed.
11400 (MMCHECK_FORCE): Document new macro.
11401
11402 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11403
11404 * remote.texi: Add documentation for target Sparclet.
11405
11406 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11407
11408 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11409 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11410 * configure.in: Rewritten for autoconf.
11411 * configure: New.
11412
11413 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11414
11415 * Makefile.in (DVIPS): New define, set to dvips.
11416 (dvi): Add stabs.dvi.
11417 (ps): New target.
11418 (all-doc): Depend on info, dvi, and ps targets.
11419 (STAGESTUFF): Add *.ps and *.dvi files.
11420 (clean-info, clean-dvi): Remove.
11421 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11422 rules completely rewritten.
11423 (maintainer-clean): Remove clean-info and clean-dvi
11424 dependencies and put their actions in the rules.
11425 (gdb.ps): New target
11426 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11427 intermediate TeX files, whether they have 2 or 3 character
11428 extensions.
11429 (gdbint.ps): Add target and rules.
11430 (gdb-internals): Delete unused target.
11431 (Makefile): Depends upon config.status also.
11432
11433 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11434
11435 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11436 set.
11437
11438 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11439
11440 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11441 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11442
11443 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11444
11445 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11446
11447 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11448
11449 * gdb.texinfo (Print settings): Document
11450 `set/show print static-members' commands.
11451
11452 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11453
11454 * gdbint.texinfo (Native): Document name change, coredep.c to
11455 core-aout.c.
11456
11457 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11458
11459 * stabs.texinfo (Include Files): Document the values the SunOS4
11460 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11461
11462 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11463
11464 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11465 Fix typo.
11466
11467 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11468
11469 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11470 "gdb.tar.Z".
11471
11472 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11473
11474 * Makefile.in (maintainer-clean): New target, synonym for
11475 realclean.
11476
11477 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11478
11479 * Update all FSF addresses except those in COPYING* files.
11480
11481 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11482
11483 From Richard Earnshaw (rearnsha@armltd.co.uk):
11484 * gdb.texinfo (convenience variables): Document $_exitcode.
11485 (quit): Document optional expression to use as exit code.
11486
11487 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11488
11489 * gdb.texinfo, remote.texi: Brought up to date with various
11490 GDB changes.
11491
11492 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11493
11494 * gdb.texinfo: Update dates and versions, fix comments about
11495 hardware watchpoints in future releases and about the
11496 sharedlibrary command.
11497
11498 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11499
11500 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11501 C_FUN stab. Other cleanups.
11502
11503 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11504
11505 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11506 for the sparc stub.
11507
11508 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11509
11510 * annotate.texi: Clarify which addresses have differing formats
11511 depending on the language and which do not.
11512
11513 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11514
11515 * remote.texi (NetWare): Changed example to use BOARD= instead of
11516 NODE= argument to reflect correspoding change to gdbserve.nlm.
11517
11518 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11519
11520 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11521 GDB, as well as AIX dbx, supports the size type attribute.
11522
11523 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11524
11525 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11526
11527 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11528
11529 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11530 and new 'if' and 'while' commands.
11531
11532 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11533
11534 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11535
11536 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11537
11538 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11539 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11540 NetWare targets. Mostly stolen from the Server node.
11541
11542 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11543
11544 * gdb.texinfo (Setting): Talk about the language of a source file
11545 versus the working language. The old documentation did not match
11546 what GDB did.
11547
11548 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11549
11550 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11551 of a source file.
11552
11553 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11554
11555 * gdb.texinfo (Processes): New node.
11556
11557 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11558
11559 * remote.texi: Update documentation of set/show mipsfpu.
11560
11561 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11562
11563 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11564 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11565
11566 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11567
11568 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11569 obsolete conditionals, described some others.
11570
11571 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11572
11573 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11574 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11575
11576 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11577
11578 * gdbint.texinfo: Put regex conditionals in their own table.
11579
11580 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11581
11582 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11583 described or fixed the descriptions of many others.
11584
11585 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11586
11587 * gdb.texinfo: Add some more credits.
11588 * gdbint.texinfo: Capitalize GDB consistently, describe some
11589 macros and remove some.
11590
11591 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11592
11593 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11594 obsolete conditionals, described some others.
11595
11596 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11597
11598 * gdb.texinfo (help targets): Changed to `help target', which
11599 is the correct gdb command.
11600
11601 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11602
11603 * annotate.texi (TODO): New node, for keeping track of annotations
11604 suggested but not yet implemented.
11605
11606 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11607
11608 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11609 another symbol, it is not the address itself.
11610
11611 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11612
11613 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11614 of stabs-in-coff sections.
11615
11616 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11617
11618 * annotate.texi: Change edition to 0.5 and date to May 1994.
11619 Add index.
11620 (Frames): New node, for frame annotation.
11621 (Displays): New node, for display annotation.
11622
11623 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11624 when waiting for your program to stop.
11625
11626 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11627
11628 * annotate.texi (Breakpoint Info): Document annotation of header
11629 fields and record annotation.
11630
11631 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11632
11633 * annotate.texi: New file, to document annotations.
11634
11635 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11636
11637 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11638 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11639
11640 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11641
11642 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11643 section, and say n_strx field is compilation unit relative.
11644 * stabs.texinfo: Don't use @code for a.out when it is the name of
11645 an object file format.
11646
11647 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11648
11649 * gdb.texinfo: Refer to file names, not path names, per rms
11650 convention.
11651 (Arguments): Fix typo.
11652
11653 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11654
11655 * stabs.texinfo (Global Variables): Talk about stabs in files
11656 where variables are referenced, but not defined.
11657
11658 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11659
11660 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11661 Cplusplus to new nodes Member Type Descriptor and Method Type
11662 Descriptor. Re-write stuff for #.
11663
11664 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11665
11666 * gdb.texinfo (Print Settings): Don't document "set print
11667 fast-symbolic-addr off". The bug which it worked around was fixed
11668 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11669
11670 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11671 N_ENTRY node.
11672
11673 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11674
11675 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11676
11677 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11678 references to ieee-float.c.
11679
11680 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11681
11682 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11683 match what the code actually does.
11684
11685 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11686
11687 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11688
11689 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11690
11691 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11692 i, and b.
11693
11694 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11695
11696 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11697 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11698 as "stabs in sections" rather than just saying "ELF and SOM".
11699 Also make that stuff apply to COFF.
11700
11701 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11702
11703 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11704 Ghostscript.
11705
11706 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11707
11708 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11709 versus functions without line numbers, also mention stepping into
11710 them as well as "step" when you are in them. Tell the user how to
11711 deal with the situation. Add comment about "debugging information".
11712
11713 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11714
11715 * stabs.texinfo (Enumerations): Document restriction on where
11716 enumeration types can appear and still win with GDB.
11717
11718 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11719
11720 * stabs.texinfo (Negative Type Numbers): Document format for type
11721 -16.
11722
11723 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11724
11725 * gdb.texinfo (Selection, Frame Info): Update information about
11726 arbitrary frame specficiations.
11727
11728 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11729
11730 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11731
11732 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11733
11734 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11735
11736 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11737
11738 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11739
11740 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11741
11742 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11743 Differences node to Statics node.
11744 (Statics): Discuss XCOFF use of V symbol descriptor.
11745
11746 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11747 not clean.
11748
11749 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11750
11751 * gdb.texinfo (Print Settings): Document `set print
11752 fast-symbolic-addr' and improve the doc for some other
11753 `set print's.
11754
11755 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11756
11757 * stabs.texinfo (String Field): Talk about defining several type
11758 numbers at once.
11759 Fix lint regarding changing node ELF Transformations to
11760 ELF and SOM Transformations.
11761
11762 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11763
11764 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11765
11766 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11767
11768 * stabs.texinfo (Cross-References): `::' is for nested types only
11769 within <>.
11770 (Structures): Document static members.
11771
11772 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11773
11774 * stabs.texinfo: Document S type attribute.
11775
11776 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11777
11778 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11779
11780 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11781
11782 * gdbint.texinfo: Fix a few typos.
11783
11784 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11785
11786 * gdb.texinfo, remote.texi: formatting improvements
11787
11788 * gdb.texinfo (New Features): mention threads.
11789 (Summary, C): fix xrefs in newly contributed text.
11790 (Threads): index entries, clarifications, example
11791 (passim): minor typos fixed, phrasing improvements
11792
11793 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11794 entries; (Server): explain use of gdbserver w/real-time systems,
11795 add example of conflicting TCP port; (MIPS Remote) break up
11796 running text into table, highlighting commands, and add example.
11797
11798 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11799
11800 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11801
11802 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11803
11804 * stabs.texinfo (Nested Symbols): New node.
11805 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11806
11807 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11808
11809 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11810 to picking which Bbss.bss symbol to use, and (because there seems to
11811 be no good way of doing it) re-write some of the text to make it
11812 sound like Bbss.bss isn't such a great idea after all (as currently
11813 designed).
11814
11815 * gdb.texinfo (C): In addition to saying people have to use g++ for
11816 good results, say they have to use stabs. Specifically say cfront
11817 doesn't work well.
11818 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11819 the gdb README. Add xrefs to places where the support for the various
11820 languages is described in detail.
11821
11822 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11823
11824 * stabs.texinfo: Clean up stuff about visibility and virtual
11825 characters.
11826
11827 * stabs.texinfo (N_M2C): Cite Sun doc.
11828
11829 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11830
11831 * gdb.texinfo: updates re threads.
11832 * remote.texinfo: avoid index entries starting with digits.
11833
11834 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11835
11836 * stabs.texinfo (Enumerations): Talk about large, negative and
11837 octal values. Clean up cross reference to type attributes.
11838 (String Field): Say that GDB 4.11 supports size attribute.
11839
11840 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11841
11842 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11843 is a mandatory step. Make the stuff about that more concise.
11844
11845 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11846
11847 * stabs.texinfo (Class Names): New node.
11848
11849 * gdb.texinfo (Command Files): Explain order of init file reading.
11850
11851 * remote.texi (Bootstrapping): Talk about getting the serial driver
11852 to deal with ^C sent by gdb to stop the remote system.
11853
11854 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11855
11856 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11857
11858 * libgdb.texinfo (Defining Commands): made the DOC arg
11859 to gdb_define_app_command a char * instead of char **
11860 per a suggestion from kingdon.
11861
11862 * libgdb.texinfo: total rewrite from a different starting
11863 premise.
11864
11865 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11866
11867 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11868 floats passed as doubles (to improve clarity).
11869
11870 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11871
11872 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11873
11874 * a4rc.sed: update to work with Andreas Vogel papersize params
11875
11876 * refcard.tex: use Andreas Vogel simplifications of papersize
11877 params; remove useless version info; update copyright date.
11878
11879 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11880
11881 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11882
11883 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11884
11885 * gdb.texinfo (Files): Say what address the load command loads it at.
11886
11887 * stabs.texinfo (Common Blocks): Minor cleanups.
11888
11889 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11890 that Sun has backed away from the linker kludge and thus the relevant
11891 issue is changes to the SunPRO tools, not the Solaris linker.
11892
11893 * stabs.texinfo (Traditional Integer Types): Clean up description
11894 of octal bounds a little bit. Document extra leading zeroes.
11895
11896 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11897
11898 * gdb.texinfo (Signaling): Update for symbolic symbol names
11899 and add a section explaining the difference between the GDB
11900 signal command and the shell kill utility.
11901
11902 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11903
11904 * libgdb.texinfo: added `@' to braces that were unescaped.
11905
11906 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11907
11908 * libgdb.texinfo: new file. Spec for the gdb library.
11909
11910 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11911
11912 * stabs.texinfo (Include Files): Fix typo (start -> end).
11913
11914 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11915
11916 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11917 from Melissa at FSF's editing pass.
11918
11919 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11920
11921 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11922 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11923 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11924
11925 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11926
11927 * remote.texi (Bootstrapping): Discuss 386 call gates.
11928
11929 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11930
11931 * stabs.texinfo (Based Variables): New node.
11932
11933 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11934
11935 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11936 names, sizes, and formats to suggest how not to lose.
11937
11938 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11939
11940 * stabs.texinfo (Methods): Fix typo.
11941
11942 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11943
11944 * gdb.texinfo: Fix a few typos.
11945
11946 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11947
11948 * gdb.texinfo: Clarify how well it works with Fortran.
11949
11950 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11951 More on relocating stabs in ELF files.
11952
11953 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11954
11955 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11956
11957 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11958
11959 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11960 parameters on VAX.
11961
11962 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11963
11964 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11965
11966 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11967
11968 * stabs.texinfo: Make info author notice match the TeX author notice.
11969
11970 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11971
11972 * stabs.texinfo: Initial-caps all words in node names and
11973 non-trivial words in section names.
11974
11975 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11976
11977 * stabs.texinfo: Many minor cleanups.
11978
11979 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11980
11981 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11982
11983 * stabs.texinfo: Remove full description of big example.
11984 It's not really helpful; just use pieces of it where appropriate.
11985 Add more Texinfo formatting directives (@samp, etc.).
11986 Use @deffn to define stab types.
11987 Eliminate some wordiness. Break up some nodes.
11988 Add an (alphabetized) index of symbol types.
11989 Use consistent capitalization style in node and section names.
11990
11991 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11992
11993 * gdb.texinfo: Change typo "Two two" to "The two".
11994
11995 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11996
11997 * stabs.texinfo (XCOFF-differences): Remove references to
11998 non-existent types N_DECL and N_RPSYM.
11999
12000 * stabs.texinfo (String Field): Say that type attributes bug is
12001 fixed in GDB 4.10, since it is.
12002
12003 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12004
12005 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
12006
12007 * stabs.texinfo: Formatting cleanups.
12008
12009 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12010
12011 * stabs.texinfo: When explaining the n_type of a stab, standardize
12012 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12013 no tabs, use @r).
12014 (Global Variables): Clean up.
12015
12016 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12017
12018 * stabs.texinfo (Stack Variables): Re-write.
12019
12020 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12023 addresses of a source file. Also revise formatting.
12024 Change "object module" or "object file" to "source file".
12025 Various: Miscellaneous cleanups.
12026
12027 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12028
12029 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12030
12031 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
12032
12033 * gdbint.texinfo: Removed many nonsensical machine-collected
12034 host and target conditionals, described some of the remainder.
12035
12036 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12037
12038 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12039
12040 * gdbint.texinfo (Top): Add name to @top line, and re-write the
12041 paragraph which follows.
12042
12043 * gdbint.texinfo (Host): Use @code not @samp for Makefile
12044 variables. Looks better and avoids overful hbox.
12045
12046 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12047
12048 * stabs.texinfo (Procedures): Improve stuff on nested functions.
12049
12050 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12051
12052 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12053 retransmit-timeout
12054
12055 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12056
12057 * gdbint.texinfo: Update statement about `some ancient Unix
12058 systems, like Ultrix 4.0' to Ultrix 4.2.
12059
12060 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
12061
12062 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12063
12064 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12065
12066 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
12067 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12068
12069 * remote.texi: new name for former gdbinv-s.texi
12070
12071 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12072
12073 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
12074
12075 * gdbinv-s.texi: Documented timeout and retransmit-timeout
12076 variables for MIPS remote debugging protocol.
12077
12078 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12079
12080 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12081
12082 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
12083
12084 * Makefile.in (refcard.dvi): Use srcdir where necessary.
12085
12086 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
12087
12088 * gdb.texinfo: repair conditional bugs in text markup
12089
12090 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12091
12092 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12093 to select Modula-2 material.
12094
12095 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12096
12097 * stabs.texinfo: Cleanups regarding statics.
12098
12099 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12100 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
12101
12102 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12103
12104 * stabs.texinfo: N_MAIN is sometimes used for C.
12105
12106 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12107
12108 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12109
12110 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
12111
12112 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12113 removed from the code by Kingdon.
12114
12115 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12116
12117 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12118 input when evaluating breakpoint conditions; the bug has been fixed.
12119
12120 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12121 sets the ignore count to N-1, not to N.
12122
12123 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12124
12125 * refcard.tex (\hoffset): correct longstanding error to match
12126 intended offset; avoids cutting off edge on some printers
12127
12128 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12129
12130 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12131
12132 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12133
12134 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12135
12136 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12137
12138 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12139 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12140 collect sed edits if any, apply to refcard before formatting;
12141 (refcard.ps) stop implying PS fonts if PS output requested;
12142 (lrefcard.ps) delete extra target for variant PS fonts
12143
12144 * refcard.tex: parametrize papersize dependent info, collect
12145 in easily replaced spot
12146
12147 * a4rc.sed: new file, edits to refcard for A4 paper
12148
12149 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12150
12151 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12152
12153 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12154
12155 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12156
12157 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12158
12159 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12160 politely rather than rudely.
12161
12162 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12163
12164 * stabs.texinfo: Document common blocks.
12165
12166 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12167
12168 * stabs.texinfo: Add some basic info about stabs-in-elf.
12169
12170 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12171
12172 * stabs.texinfo (Top): Minor cleanup.
12173
12174 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12175
12176 * Makefile.in (install-info): remove parentdir support
12177
12178 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12179
12180 * gdb.texinfo (Copying): delete this node and references to it;
12181 RMS says this manual need not carry GPL. (passim): Improvements
12182 from last round at FSF, largely due to Ian Taylor review, and
12183 minor formatting improvements.
12184
12185 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12186 largely due to Ian Taylor review. (Debug Session): minor edits to
12187 new text.
12188
12189 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12190
12191 * Makefile.in (realclean): Remove info and dvi files too.
12192
12193 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12194
12195 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12196 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12197 * gdb.texinfo: Change accordingly.
12198
12199 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12200 N_{L,R}BRAC,N_SLINE are relative to.
12201
12202 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12203
12204 * Makefile.in (GDBvn.texi): Update atomically.
12205
12206 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12207
12208 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12209
12210 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12211
12212 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12213 addresses together. Also motivate the set print symbol-filename
12214 command and suggest other solutions.
12215
12216 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12217
12218 * gdb.texinfo (set print elements): Note that the number of
12219 elements is set to unlimited by "set print elements 0".
12220
12221 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12222
12223 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12224 NF_LDOUBLE means.
12225 (Stab Types): Include Solaris stab types.
12226 (Procedures): Document Solaris extensions.
12227
12228 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12229
12230 * gdb.texinfo: Add `set print symbol-filename' doc.
12231
12232 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12233
12234 * stabs.texinfo (Arrays): Talk about type definition vs. type
12235 information.
12236
12237 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12238 the trailing semicolon.
12239
12240 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12241
12242 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12243 and merge in other parts of the document addressing these subjects.
12244 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12245
12246 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12247 at the end of a range type.
12248
12249 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12250 AIX extensions.
12251
12252 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12253
12254 * stabs.texinfo (Stabs Format): Misc fixes.
12255
12256 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12257
12258 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12259 (Traditional builtin types): Document convex convention for long long.
12260 (Negative builtin types): Discuss type names, and misc fixes.
12261
12262 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12263
12264 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12265 point types used with @samp{R} type descriptor.
12266 (Symbol Descriptors): Describe how to handle conflict between
12267 different meanings of @samp{P} symbol descriptor.
12268
12269 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12270
12271 * stabs.texinfo: Remove node Quick Reference and put its children
12272 directly under the main menu.
12273
12274 * stabs.texinfo: Many more changes to bring it into line with
12275 AIX documentation and reality. I think it now has all the
12276 information from the AIX documentation, except that I burned
12277 out when I got to variant records (Pascal and Modula-2) and
12278 all the COBOL types. Oh well, we can add them later when we're
12279 worrying more about those languages.
12280
12281 * stabs.texinfo (Automatic variables): Talk about what it means
12282 to omit the symbol descriptor.
12283
12284 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12285
12286 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12287 gcc2 behavior with promoted args.
12288
12289 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12290
12291 * gdb.texinfo: include readline appendices in info version of manual
12292
12293 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12294
12295 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12296 target remote.
12297
12298 * gdb.texinfo (Machine Code): more index entries for disassemble
12299
12300 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12301
12302 * Clarify the intended use of the gdb-testers and gdb-patches
12303 mailing lists, and shrink gzip comment.
12304
12305 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12306
12307 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12308 DOSHOST configuration of manual.
12309
12310 * gdb.texinfo (MIPS Stack): new node.
12311
12312 * all-config.texi (MIPS) new switch.
12313
12314 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12315 tense; (MIPS Remote) new node.
12316
12317 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12318 bug; (Environment) less passive, other small cleanups in text about
12319 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12320 (Remote) new MIPS Remote menu entry.
12321
12322 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12323
12324 * stabs.texinfo: Many changes to include information from the
12325 AIX documentation.
12326
12327 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12328
12329 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12330
12331 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12332 Move a bunch of information from ../README.
12333 (Getting Started): New node.
12334
12335 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12336
12337 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12338
12339 * gdb.texinfo: advance manual revision dates to present
12340
12341 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12342 stop using silly Roman numerals in @set variable names
12343
12344 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12345
12346 * stabs.texinfo (Parameters): Keep trying to get this right.
12347
12348 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12349
12350 * stabs.texinfo (Parameters): More on "local parameters".
12351
12352 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12353
12354 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12355
12356 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12357
12358 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12359 (Parameters): Rewrite.
12360 (xcoff-differences, Sun-differences): Minor changes.
12361
12362 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12363
12364 * stabs.texinfo: Minor cleanup.
12365
12366 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12367
12368 * gdbint.texinfo: Minor xcoff stuff.
12369
12370 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12371
12372 * gdbint.texinfo: Update for new config directory structure.
12373 Add info about internal type data structures.
12374
12375 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12376
12377 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12378 $(srcdir).
12379 (gdb-config.texi): Depend on file in $(srcdir).
12380
12381 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12382
12383 * stabs.texinfo: Fixes about N_SO.
12384
12385 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12386
12387 * gdb.texinfo: include list of nonstandard init file names
12388
12389 * *-config.texi: new switch GENERIC for text that applies *only*
12390 to (usual) multiple-target version of manual
12391
12392 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12393 h8 config
12394
12395 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12396 in menus (rather than conditionally selected multiple alternative
12397 menus).
12398
12399 * Makefile.in: define and use DOC_CONFIG var to select
12400 configuration for GDB user manual.
12401
12402 * gdb-config.texi: delete from repository, generate from Makefile.
12403
12404 * all-config.texi: normal `generic' configuration file, formerly
12405 stored as gdb-config.texi
12406
12407 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12408
12409 * Makefile.in: add dvi target to build all .dvi files
12410
12411 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12412
12413 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12414
12415 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12416
12417 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12418 host conditionals.
12419 * stabs.texinfo: More array fixes inspired by Jim's.
12420
12421 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12422
12423 * stabs.texinfo: Fixes re arrays and continuations.
12424
12425 * gdbint.texinfo: Add XCOFF node.
12426
12427 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12428
12429 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12430
12431 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12432
12433 * stabs.texinfo: Fix for array types to mention lower bounds.
12434
12435 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12436
12437 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12438
12439 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12440
12441 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12442
12443 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12444
12445 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12446 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12447
12448 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12449
12450 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12451
12452 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12453
12454 * gdb.texinfo, gdbinv-s.texi: misc updates
12455
12456 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12457
12458 * gdbint.texinfo: Brief documentation for longjmp support,
12459 from an email msg by Stu.
12460
12461 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12462
12463 * stabs.texinfo: Fix description of floating point "range"
12464 types (which really define basic types). Reported by Jim Meehan,
12465 <meehan@src.dec.com>.
12466
12467 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12468
12469 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12470
12471 * gdbint.texinfo: Slightly expand section on supporting a new
12472 object file format.
12473
12474 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12475
12476 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12477 intermediate file.
12478
12479 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12480
12481 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12482
12483 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12484
12485 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12486
12487 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12488 as well as Z8002.
12489
12490 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12491
12492 * gdbint.texinfo: Add sections on clean design and on how to send
12493 in changes.
12494
12495 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12496
12497 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12498
12499 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12500
12501 * gdb.texinfo: Fix typo, reported by Karl Berry.
12502
12503 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12504
12505 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12506
12507 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12508
12509 * gdbint.texinfo: fixed a stray email address (needs @@),
12510 added @table @code to node "Native Conditionals"
12511
12512 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12513
12514 * gdbint.texinfo: Describe coding style of GDB.
12515
12516 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12517
12518 * stabs.texinfo: Minor wording changes.
12519
12520 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12521
12522 * gdbint.texinfo: Improve release doc slightly.
12523
12524 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12525
12526 * gdbint.texinfo: Improve doc of GDB config macros.
12527
12528 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12529
12530 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12531 These will be reinserted when examined.
12532
12533 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12534
12535 * gdbint.texinfo: Make a start at documenting all the #if macros
12536 in GDB. At least list them all, and start separating them into
12537 host-specific and target-specific.
12538
12539 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12540
12541 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12542 examples (not consistent w others).
12543 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12544 for generic vn of doc
12545
12546 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12547
12548 * Makefile.in: always create installation directories.
12549
12550 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12551
12552 * gdb.texinfo: in h8 config, do not describe searching commands.
12553
12554 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12555
12556 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12557 conditionals; introduce a few generic switches that may be
12558 useful for other cross-dev or dos-hosted configs.
12559
12560 * gdb.texinfo: fix typo in "info reg" description
12561
12562 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12563
12564 * stabs.texinfo: Minor updates from running TeX over it.
12565 * Makefile.in (stabs.dvi, stabs.ps): Add.
12566
12567 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12568
12569 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12570 First pass at converting it to texinfo.
12571
12572 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12573
12574 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12575 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12576
12577 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12578
12579 * gdbint.texinfo: Add section on partial symbol tables.
12580
12581 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12582
12583 * gdb.texinfo: document `set remotedebug' and `set
12584 rstack_high_address'.
12585
12586 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12587
12588 * gdb.texinfo: slight expansion of new text on reading info files
12589 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12590 H8/300 from DOS.
12591
12592 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12593
12594 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12595
12596 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12597
12598 * gdb.texinfo: Say how to read the `info' files.
12599
12600 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12601
12602 * Makefile.in: gm4 -> m4.
12603
12604 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12605
12606 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12607 Documentation' ahead of `Installing GDB' to match README.
12608 Update shared library doc, -readnow and -mapped, and directory
12609 structure (add glob and mmalloc). Update configure doc.
12610
12611 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12612
12613 * Makefile.in: remove $(srcdir) from gdb.info rule.
12614
12615 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12616
12617 * Makefile.in: commented out gdb-all.texinfo rule. This is
12618 temporary.
12619
12620 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12621
12622 * Makefile.in, configure.in: removed traces of namesubdir,
12623 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12624 copyrights to '92, '13, changed some from Cygnus to FSF.
12625
12626 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12627
12628 * gdb.texinfo: Improve how we ask for bug reports.
12629
12630 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12631
12632 * Makefile.in: infodir belongs in datadir.
12633
12634 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12635
12636 * Makefile.in: remove spaces following hyphens, bsd make can't
12637 cope. install using INSTALL_DATA. added clean-info. added
12638 standards.text support.
12639
12640 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12641
12642 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12643 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12644 and mandir now keyed off datadir by default.
12645
12646 \f
12647 Local Variables:
12648 mode: change-log
12649 left-margin: 8
12650 fill-column: 74
12651 version-control: never
12652 coding: utf-8
12653 End:
This page took 0.299076 seconds and 5 git commands to generate.