Avoid warnings from makeinfo
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2018-09-10 Tom Tromey <tom@tromey.com>
2
3 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
4 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
5 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
6 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
7
8 2018-09-10 Tom Tromey <tom@tromey.com>
9
10 PR python/16484:
11 * python.texi (Frames In Python): Document that Frame.block can
12 throw.
13
14 2018-09-10 Tom Tromey <tom@tromey.com>
15
16 PR python/23487:
17 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
18
19 2018-09-10 Tom Tromey <tom@tromey.com>
20
21 PR python/16033:
22 * python.texi (Blocks In Python): Document that Block.end is
23 exclusive.
24
25 2018-08-29 Keith Seitz <keiths@redhat.com>
26
27 * gdb.texinfo (Compiling and injecting code in GDB): Document
28 set/show "compile-oracle" and "compile-cplus-types" commands.
29
30 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
31
32 * gdb.texinfo (The -stack-list-frames Command): Update description
33 to mention "arch".
34 Update MI examples throughout the document to contain "arch" in
35 frame output.
36
37 2018-08-21 Alan Hayward <alan.hayward@arm.com>
38
39 * gdb.texinfo (AArch64 SVE): New subsubsection.
40
41 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
42
43 * gdb.texinfo (GDB/MI Data Manipulation): Document
44 "-data-disassemble -a addr".
45 (GDB/MI Support Commands): Document "data-disassemble-a-option"
46 feature.
47
48 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
49
50 * gdb.texinfo (Index Files Speed Up GDB): Add section about
51 symbol index cache.
52
53 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
54
55 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
56 option sections to further clarify that gcore can take more
57 than one PID, and that "-o" is used to specify a prefix, not a
58 filename.
59
60 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.texinfo (Maintenance Commands): Add description of
63 maintenance command to control dwarf unwinders.
64
65 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
66
67 * gdb.texinfo (Debugging Programs with Multiple Threads):
68 Document changes to 'thread apply'. Document 'taas'.
69 Document 'tfaas'.
70 (Examining the Stack): Document 'frame apply'. Document 'faas'.
71
72 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
73 Jan Kratochvil <jan.kratochvil@redhat.com>
74 Paul Fertser <fercerpav@gmail.com>
75 Tsutomu Seki <sekiriki@gmail.com>
76
77 * gdb.texinfo (Remote Connection Commands): Add explanation
78 about new IPv6 support. Add new connection prefixes.
79
80 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.texinfo (Remote Configuration): Update descriptions for
83 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
84 and hardware-watchpoint-length-limit variables.
85
86 2018-07-02 Maciej W. Rozycki <macro@mips.com>
87
88 PR tdep/8282
89 * gdb.texinfo (Source and Machine Code): Document `set
90 disassembler-options' support for the MIPS target.
91
92 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
93
94 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
95
96 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
97
98 * gdb.texinfo (Files): The address argument for "add-symbol-file"
99 is no longer mandatory.
100
101 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
102
103 * gdb.texinfo (Files): Document "symbol-file -o offset".
104
105 2018-06-14 Tom de Vries <tdevries@suse.de>
106
107 * gdb.texinfo (Background Execution): Add @cindex for '&'.
108
109 2018-06-11 Eli Zaretskii <eliz@gnu.org>
110
111 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
112
113 2018-06-08 Gary Benson <gbenson@redhat.com>
114
115 * gdb.texinfo (Maintenance Commands): Document "maint check
116 libthread-db" and "maint set/show check-libthread-db".
117
118 2018-06-05 Tom Tromey <tom@tromey.com>
119
120 PR cli/12326:
121 * gdb.texinfo (Screen Size): Document "c" response to pagination
122 prompt.
123
124 2018-05-31 Maciej W. Rozycki <macro@mips.com>
125
126 * gdb.texinfo (Choosing Target Byte Order): Document endianness
127 selection details with the `set endian auto' mode.
128
129 2018-05-04 Tom Tromey <tom@tromey.com>
130
131 PR python/22731:
132 * python.texi (Breakpoints In Python): Mention that "commands" is
133 writable.
134
135 2018-05-02 Tom Tromey <tom@tromey.com>
136
137 PR python/20084:
138 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
139 PARAM_ZUINTEGER_UNLIMITED.
140
141 2018-04-30 Tom Tromey <tom@tromey.com>
142
143 * python.texi (Types In Python): Document Type.align.
144
145 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
146
147 * gdb.texinfo (Symbols): Mention the fact that "info
148 variables/functions/types" show source files and line numbers.
149
150 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
151
152 * gdb.texinfo: Document set/show record btrace cpu.
153
154 2018-03-27 Joel Brobecker <brobecker@adacore.com>
155
156 * gdb.texinfo (Ada Settings): New subsubsection.
157
158 2018-03-26 Tom Tromey <tom@tromey.com>
159
160 PR backtrace/15582:
161 * gdb.texinfo (Backtrace): Mention "hide" argument.
162
163 2018-03-26 Tom Tromey <tom@tromey.com>
164
165 * gdb.texinfo (Backtrace): Describe options individually.
166
167 2018-03-19 Tom Tromey <tom@tromey.com>
168
169 * observer.texi: Remove.
170
171 2018-03-04 John Baldwin <jhb@FreeBSD.org>
172
173 * gdb.texinfo (Debugging Output): Document "set/show debug
174 fbsd-nat".
175
176 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.texinfo (Machine Code): Additional information about "info
179 line" command.
180
181 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
182
183 * gdb.texinfo (gdb-add-index man): Add pindex.
184
185 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
186
187 * gdb.texinfo (set cwd): Add period.
188 (gdb-add-index man): Move anchor.
189
190 2017-01-12 Tom Tromey <tom@tromey.com>
191 Sergio Durigan Junior <sergiodj@redhat.com>
192
193 * gdb.texinfo (Index Files): Mention gdb-add-index.
194 (gdb-add-index man): New section.
195 * Makefile.in (gdb-add-index.1): New rule to generate manpage
196 from gdb.texinfo.
197
198 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
199
200 * gdb.texinfo (pwd): Fix whitespace.
201
202 2018-01-09 John Baldwin <jhb@FreeBSD.org>
203
204 * gdb.texinfo (pwd): Update cross-reference for Process Information
205 node and remove explicit /proc reference.
206 (Native): Rename subsection from SVR4 Process Information to
207 Process Information.
208 (Process Information): Reword introduction to be less /proc
209 centric. Document support for "info proc" on FreeBSD.
210
211 2018-01-03 Xavier Roirand <roirand@adacore.com>
212
213 * gdb.texinfo (Set Catchpoints): Add documentation for new
214 "catch handlers" action.
215
216 2017-12-27 Stafford Horne <shorne@gmail.com>
217
218 * gdb.texinfo (Target Description Format): Explain that arbitrary
219 strings are now allowed for register groups.
220
221 2017-12-27 Stafford Horne <shorne@gmail.com>
222
223 * gdb.texinfo (Registers): Document info reg $reggroup feature.
224
225 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
226
227 PR cli/16224
228 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
229
230 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
231
232 * python.texi (Manipulating breakpoints using Python): Document
233 qualified parameter to gdb.Breakpoint.
234
235 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
236
237 * python.texi (Manipulating breakpoints using Python): Split doc
238 of Breakpoint.__init__ in two, split text in multiple
239 paragraphs, don't nest parameter square brackets.
240
241 2017-12-12 Stafford Horne <shorne@gmail.com>
242 Stefan Wallentowitz <stefan@wallentowitz.de>
243 Franck Jullien <franck.jullien@gmail.com>
244 Jeremy Bennett <jeremy.bennett@embecosm.com>
245
246 * gdb.texinfo: Add OpenRISC documentation.
247
248 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
251
252 2017-12-07 Keith Seitz <keiths@redhat.com>
253
254 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
255 and "show print type nested-type-limit".
256
257 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
258
259 * python.texi (Breakpoints In Python): Add text relating
260 to allowed explicit locations and keywords in gdb.Breakpoints.
261
262 2017-12-04 Tom Tromey <tom@tromey.com>
263
264 * gdb.texinfo (Rust): Update trait object status
265
266 2017-12-01 Andrew Cagney <cagney@redhat.com>
267 Joel Brobecker <brobecker@adacore.com>
268 Sergio Durigan Junior <sergiodj@redhat.com>
269
270 * gdb.texinfo (File Options): Document --readnever.
271 (Commands to Specify Files): Likewise, for 'symbol-file' and
272 'add-symbol-file'.
273
274 2017-11-29 Pedro Alves <palves@redhat.com>
275
276 PR c++/19436
277 * gdb.texinfo (Debugging C Plus Plus): Document setting
278 breakpoints in functions with ABI tags.
279
280 2017-11-29 Pedro Alves <palves@redhat.com>
281
282 * gdb.texinfo (Linespec Locations): Document how "function" is
283 interpreted in C++ and Ada. Document "-qualified".
284 (Explicit Locations): Document how "-function" is interpreted in
285 C++ and Ada. Document "-qualified".
286
287 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
288
289 PR gdb/21945
290 * gdb.texinfo (Search Memory): Update description and example
291 about how to search a string without NULL terminator.
292
293 2017-11-24 Joel Brobecker <brobecker@adacore.com>
294
295 * gdb.texinfo (GDB/MI Ada Exception Information): Document
296 new "exception-message" field.
297
298 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
299
300 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
301
302 2017-11-24 Pedro Alves <palves@redhat.com>
303
304 * gdb.texinfo (Completion): Update need-quoting examples. Remove
305 false claim that GDB inserts quoting automatically.
306 (Symbols): Add anchor.
307
308 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
309
310 * gdb.texinfo (Requirements): Document use of GNU MPFR.
311
312 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
313
314 * python.texi (Basic Python): Add rbreak documentation.
315
316 2017-11-07 Xavier Roirand <roirand@adacore.com>
317 Pedro Alves <palves@redhat.com>
318
319 * gdb.texinfo (Set Breaks): Document support for breakpoint
320 location ranges in the enable/disable commands.
321
322 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
323
324 * gdb.texinfo (Starting your Program) <The working directory.>:
325 Mention remote debugging.
326 (Working Directory) <Your Program's Working Directory>:
327 Likewise.
328 (Connecting) <Remote Packet>: Add "set-working-dir"
329 and "QSetWorkingDir" to the table.
330 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
331 packet.
332
333 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
334
335 * gdb.texinfo (Starting your Program) <The working directory.>:
336 Mention new "set cwd" command.
337 (Working Directory) <Your Program's Working Directory>:
338 Rephrase to explain that "set cwd" exists and is the default
339 way to change the inferior's cwd.
340
341 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
342
343 * gdb.texinfo (S/390 and System z Features): Document the new
344 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
345
346 2017-09-21 Kevin Buettner <kevinb@redhat.com>
347
348 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
349 attribute.
350
351 2017-09-21 Kevin Buettner <kevinb@redhat.com>
352
353 * python.texi (Inferiors In Python): Add description for method
354 Inferior.thread_from_thread_handle.
355
356 2017-09-19 John Baldwin <jhb@FreeBSD.org>
357
358 * gdb.texinfo (Starting your Program): Add description of
359 starti command. Mention starti command as an alternative for
360 debugging the elaboration phase.
361
362 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
363
364 * gdb.texinfo (Maintenance Commands): Document filter parameter
365 of "maint selftest". Document "maint info selftests" command.
366
367 2017-09-11 Tom Tromey <tom@tromey.com>
368
369 * python.texi (Events In Python): Document new events.
370
371 2017-09-04 Pedro Alves <palves@redhat.com>
372
373 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
374 no-debug-info variables.
375 (Symbols) <Examining the Symbol Table>: Document inspecting
376 no-debug-info types.
377 (Calling) <Calling functions with no debug info>: New subsection,
378 documenting calling no-debug-info functions.
379 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
380
381 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
382
383 * gdb.texinfo (set environment): Add @anchor. Explain that
384 environment variables set by the user are sent to GDBserver.
385 (unset environment): Likewise, but for unsetting variables.
386 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
387 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
388 "environment-reset" and "QEnvironmentReset" to the table.
389 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
390 QEnvironmentReset>: New item, explaining the packet.
391
392 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
395 "Compiler search for the compile command" descriptions of set
396 compile-gcc and show compile-gcc.
397
398 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
399
400 * gdb.texinfo (Architectures): Add new Sparc64 section to document
401 ADI support.
402 * NEWS: Add "adi examine" and "adi assign" commands.
403
404 2017-08-18 Yao Qi <yao.qi@linaro.org>
405
406 * gdb.texinfo (Server): Document "--selftest".
407
408 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
409
410 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
411 Single-Key mode.
412
413 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
414
415 PR gdb/21925
416 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
417 set...").
418
419 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
420
421 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
422 conditional expression.
423
424 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
425
426 * agentexpr.texi (rot): Fix symbolic description, improve
427 textual description.
428
429 2017-07-26 Yao Qi <yao.qi@linaro.org>
430
431 * gdb.texinfo (Maintenance Commands): Document command
432 "maint check xml-descriptions".
433
434 2017-07-26 Yao Qi <yao.qi@linaro.org>
435
436 * gdb.texinfo (Maintenance Commands): Document optional
437 argument of "maint print c-tdesc".
438
439 2017-07-18 Yao Qi <yao.qi@linaro.org>
440
441 * gdb.texinfo (Maintenance Commands): Improve the doc to
442 command "maint print c-tdesc".
443
444 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
445
446 PR gdb/21606
447 * python.texi (Python representation of Symbols.): Replace
448 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
449 * guile.texi (Guile representation of Symbols.): Likewise.
450
451 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
452
453 * gdb.texinfo (Optional Messages about Internal Happenings):
454 Document {set,show} debug separate-debug-file commands.
455
456 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
457
458 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
459 (Connecting) <Remote Packet>: Add "startup-with-shell"
460 and "QStartupWithShell" to the table.
461 (Remote Protocol) <QStartupWithShell>: New item, explaining the
462 packet.
463
464 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
467
468 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
469
470 * python.texi (Recording in Python): Factor out the documentation of
471 gdb.RecordInstruction's super class.
472
473 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
474
475 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
476 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
477 prev and next.
478
479 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
480
481 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
482 gdb.RecordInstruction
483
484 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
485
486 * python.texi (Recording in Python): Add documentation for
487 gdb.RecordGap and remove documentation of special cases for
488 gdb.BtraceInstruction.
489
490 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
491
492 * python.texi (Recording in Python): Remove Record.ptid defvar.
493
494 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
495
496 * gdb.texinfo (GDB/MI Thread Information): Add missing
497 fields, re-word some things.
498 (GDB/MI Thread Commands): Describe fields found in the output of
499 -thread-info, remove description of fields in the
500 thread output tuple, replace with a cross-reference to "GDB/MI
501 Thread Information".
502
503 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
504
505 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
506 from -thread-info output.
507
508 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
509
510 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
511
512 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
513
514 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
515
516 2017-03-22 Yao Qi <yao.qi@linaro.org>
517
518 * python.texi (Inferiors In Python): Remove @code from Python.
519
520 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
521
522 * python.texi (Recordings In Python): Document return type of
523 gdb.BtraceInstruction.data.
524
525 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
526
527 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
528 command file-list-shared-libraries
529 (GDB/MI Async Records): Update documentation of library-loaded with new
530 field.
531
532 2017-03-16 Doug Evans <dje@google.com>
533
534 * guile.texi (Lazy Strings In Guile): Mention arrays.
535 * python.texi (Lazy Strings In Python): Ditto.
536
537 2017-03-08 Jiong Wang <jiong.wang@arm.com>
538
539 * gdb.texinfo (Memory Protection Extensions): Add missing escape
540 character "@".
541
542 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
543
544 * Memory Protection Extensions: Add information about inferior
545 calls.
546
547 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
550 DW_TAG_GNU_* and DW_AT_GNU_*.
551
552 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
553
554 * python.texi (Recordings In Python): New section.
555
556 2017-02-14 Tom Tromey <tom@tromey.com>
557
558 PR python/13598:
559 * python.texi (Events In Python): Document events.before_prompt.
560
561 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
562
563 * gdb.texinfo (Target Commands): Document the optional offset
564 argument for the load command.
565
566 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
567
568 PR gdb/21122
569 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
570 space-separated breakpoint lists. Also add a missing @table command
571 and @cindex for breakpoint lists.
572
573 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
574
575 PR tdep/20936
576 * gdb.texinfo: (Standard Target Features): Document SPARC features.
577 (Sparc Features): New node.
578
579 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
580
581 * gdb.texinfo (i386 Features): Add system segment registers
582 as feature.
583
584 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
585
586 * python.texi (Events In Python): Fix typo.
587
588 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
589 Luis Machado <lgustavo@codesourcery.com>
590
591 * gdb.texinfo (-target-flash-erase): New MI command description.
592 (flash-erase): New CLI command description.
593
594 2017-01-04 John Baldwin <jhb@FreeBSD.org>
595
596 * gdb.texinfo (Contributors): Add SRI International and University
597 of Cambridge for FreeBSD/mips.
598
599 2016-12-22 Doug Evans <xdje42@gmail.com>
600
601 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
602 commands.
603
604 2016-12-02 Pedro Alves <palves@redhat.com>
605
606 * gdb.texinfo (User-defined Commands): Limit on number of
607 arguments passed to user-defined commands removed; update.
608
609 2016-12-02 Pedro Alves <palves@redhat.com>
610
611 PR cli/20559
612 * gdb.texinfo (Define): Add example of using "eval" to process a
613 variable number of arguments.
614 (Output) <eval>: Add anchor.
615
616 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
617
618 * Makefile.in: Likewise.
619
620 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
621
622 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
623 xref.
624
625 2016-10-29 Pedro Alves <palves@redhat.com>
626
627 * gdb.texinfo (Packets) <vCont>: Remove mention of default
628 actions.
629
630 2016-10-26 Pedro Alves <palves@redhat.com>
631
632 * gdb.texinfo (Packets): Clarify vCont packets with multiple
633 actions that match a thread, and what happens when an action
634 matches a thread that is already running.
635
636 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
637
638 * gdb.texinfo (Using Trace Files): Fix typo.
639 (GDB/MI Tracepoint Commands): Likewise.
640
641 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
642
643 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
644 of -trace-save.
645
646 2016-10-06 Tom Tromey <tom@tromey.com>
647
648 * guile.texi (Types In Guile): Remove Java mentions.
649 * python.texi (Types In Python): Remove Java mentions.
650 * gdb.texinfo (Address Locations, Supported Languages)
651 (Index Section Format): Remove Java mentions.
652
653 2016-08-15 Doug Evans <dje@google.com>
654
655 * gdb.texinfo (Target Description Format): Update docs on "end"
656 field spec and field default type.
657
658 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
659 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
660
661 PR gdb/20487
662 * gdb.texinfo (Context management): Update mention of frame
663 change notifications.
664 (gdb/mi Async Records): Document frame field in
665 =thread-select event.
666 * observer.texi (GDB Observers): New user_selected_context_changed
667 observer.
668
669 2016-09-28 Tom Tromey <tom@tromey.com>
670
671 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
672 than "memory breakpoint". Further document "kind". Move
673 protocol-details link earlier.
674 <z1>: Document the cmd_list argument. Fix typo.
675 <g>: Remove incorrect sentence.
676 (Stop Reply Packets): Document "OK" response to requests when in
677 non-stop mode.
678 <swbreak>: Use "software breakpoint" rather than "memory
679 breakpoint".
680 <create>: Document that "R" is ignored.
681 <W, X, w>: Document formatting of "AA".
682 (Notification Packets): Use "%Stop", not "%%Stop".
683
684 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
685
686 * gdb.texinfo (Embedded Processors): Document ARC.
687 (Synopsys ARC): New section.
688 (Standard Target Features): Document ARC features.
689 (ARC Features): New section.
690
691 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
692
693 * .gitignore: New file.
694
695 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
696
697 * gdb.texinfo (Input/Output): Mention possibility to unset
698 inferior-tty.
699
700 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
701
702 * gdb.texinfo: Resume btrace on reconnect.
703
704 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
705
706 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
707 syscall.
708
709 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
710
711 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
712 command.
713
714 2016-07-13 Tom Tromey <tom@tromey.com>
715
716 PR python/15620, PR python/18620:
717 * python.texi (Events In Python): Document new breakpoint events.
718
719 2016-07-13 Tom Tromey <tom@tromey.com>
720
721 PR python/17698:
722 * python.texi (Breakpoints In Python): Document
723 Breakpoint.pending.
724
725 2016-07-13 Tom Tromey <tom@tromey.com>
726
727 * python.texi (Breakpoints In Python): Move table of types and
728 table of watchpoint types earlier in node.
729
730 2016-07-12 Tom Tromey <tom@tromey.com>
731
732 PR python/19293:
733 * python.texi (Frames In Python): Document
734 gdb.invalidate_cached_frames.
735
736 2016-06-21 Pedro Alves <palves@redhat.com>
737
738 * gdb.texinfo (Interpreters): Update intepreter-exec section,
739 document new-ui and explain use case.
740
741 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
742
743 * gdb.texinfo (Standard Target Features): Document NDS32 features.
744 (NDS32 Features): New Section.
745
746 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
747
748 * gdb.texinfo (Examining Memory): Document negative repeat
749 count in the 'x' command.
750
751 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
752
753 * gdb.texinfo (GDB/MI Async Records): Document method and
754 format fields in =record-started.
755 * observer.texi (record_changed): Add method and format
756 parameters.
757
758 2016-05-27 Eli Zaretskii <eliz@gnu.org>
759
760 * gdb.texinfo (General Query Packets): Move the description of the
761 response before the long list of the specific 'read' and 'write'
762 requests.
763
764 2016-05-23 Tom Tromey <tom@tromey.com>
765
766 * python.texi (Basic Python): Document gdb.breakpoints return.
767
768 2016-05-24 Tom Tromey <tom@tromey.com>
769
770 PR gdb/19194:
771 * gdb.texinfo (gdb man): Fix typo.
772
773 2016-05-17 Tom Tromey <tom@tromey.com>
774
775 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
776 (Rust): New node.
777
778 2016-05-17 Tom Tromey <tom@tromey.com>
779
780 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
781
782 2016-04-27 Yao Qi <yao.qi@linaro.org>
783
784 * gdb.texinfo (tfind): Complete doc about tfind without
785 argument.
786
787 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
788
789 * agentexpr.texi (byte): Fix zero_ext description.
790
791 2016-03-31 Pedro Alves <palves@redhat.com>
792
793 * gdb.texinfo (M32R/SDI): Delete node.
794 (MIPS Embedded): Remove references to the MIPS remote debugging
795 protocol, PMON and variants, and the associated commands.
796
797 2016-03-15 Doug Evans <dje@google.com>
798
799 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
800 (Target Description Format): Mention enum types. Update docs on
801 flags types.
802 (Predefined Target Types): Add "bool".
803 (Enum Target Types): New node.
804
805 2016-03-15 Pedro Alves <palves@redhat.com>
806
807 * gdb.texinfo (Tracepoint Actions): Fix typo.
808
809 2016-03-15 Pedro Alves <palves@redhat.com>
810 Andreas Arnez <arnez@linux.vnet.ibm.com>
811 Marcin Kościelnicki <koriakin@0x04.net>
812
813 * gdb.texinfo (Tracepoint Actions): Document possible
814 unreliability of '$_ret'.
815
816 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.texinfo (Symbols): Document new 'maint info line-table'
819 command.
820
821 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
822
823 * gdb.texinfo (Convenience Functions): Document $_as_string.
824
825 2016-02-23 Doug Evans <dje@google.com>
826
827 * gdb.texinfo (Skipping Over Functions and Files): Document new
828 options to "skip" command. Update docs of output of "info skip".
829
830 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
831
832 * gdb.texinfo (Signals): Add bound violation display hints for
833 a SIGSEGV.
834
835 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
836
837 * gdb.texinfo (Trace File Format): Add documentation for description
838 section lines.
839
840 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
841
842 * gdb.texinfo (Trace File Format): Remove misleading information
843 about register block ordering.
844
845 2016-02-01 Doug Evans <dje@google.com>
846
847 * gdb.texinfo (Value Sizes): Fix typo.
848
849 2016-02-01 Doug Evans <dje@google.com>
850
851 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
852
853 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.texinfo (Value Sizes): New section.
856 (Data): Add the 'Value Sizes' node to the menu.
857
858 2016-01-26 John Baldwin <jhb@FreeBSD.org>
859
860 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
861
862 2016-01-19 John Baldwin <jhb@FreeBSD.org>
863
864 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
865
866 2016-01-18 Pedro Alves <palves@redhat.com>
867
868 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
869 of the thread that hit a breakpoint or received a signal.
870
871 2016-01-15 Pedro Alves <palves@redhat.com>
872
873 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
874
875 2016-01-13 Pedro Alves <palves@redhat.com>
876
877 * gdb.texinfo (Threads): Document the $_gthread convenience
878 variable.
879 (Convenience Vars): Likewise.
880
881 2016-01-13 Pedro Alves <palves@redhat.com>
882
883 * gdb.texinfo (Threads): Document "info threads -gid".
884
885 2016-01-13 Pedro Alves <palves@redhat.com>
886
887 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
888 anchor.
889 (Threads In Python): Document new InferiorThread.global_num
890 attribute.
891
892 2016-01-07 Pedro Alves <palves@redhat.com>
893
894 * gdb.texinfo (Threads): Document per-inferior thread IDs,
895 qualified thread IDs, global thread IDs and thread ID lists.
896 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
897 thread IDs.
898 (Convenience Vars): Document the $_thread convenience variable.
899 (Ada Tasks): Adjust to refer to thread IDs.
900 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
901 Commands, GDB/MI Variable Objects): Update to mention global
902 thread IDs.
903 * guile.texi (Breakpoints In Guile)
904 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
905 global thread IDs instead of thread IDs.
906 * python.texi (Threads In Python): Adjust documentation of
907 InferiorThread.num.
908 (Breakpoint.thread): Mention global thread IDs instead of thread
909 IDs.
910
911 2016-01-13 Pedro Alves <palves@redhat.com>
912
913 * python.texi (Threads In Python): Document
914 InferiorThread.inferior.
915
916 2016-01-13 Pedro Alves <palves@redhat.com>
917
918 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
919 convenience variable.
920 (Convenience Vars): Likewise.
921
922 2016-01-12 Josh Stone <jistone@redhat.com>
923 Philippe Waroquiers <philippe.waroquiers@skynet.be>
924
925 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
926 (Stop Reply Packets): List the syscall entry and return stop reasons.
927 (General Query Packets): Describe QCatchSyscalls, and add it to the
928 table and the detailed list of stub features.
929
930 2016-01-12 Pedro Alves <palves@redhat.com>
931
932 Remove use of the registered trademark symbol throughout.
933
934 2016-01-12 Yao Qi <yao.qi@linaro.org>
935
936 * gdb.texinfo (Interrupts): Update the document on handling
937 interrupt when program is stopped.
938
939 2015-12-11 Don Breazeal <donb@codesourcery.com>
940
941 * gdb.texinfo (Forks): Correct Linux kernel version where
942 fork and exec events are supported, add notes about support
943 of these events in target remote mode.
944 (Connecting): Reorganize and clarify distinctions between
945 target remote, extended-remote, and multiprocess.
946 Reorganize related text from separate sections into new
947 sections.
948 (Server): Note effects of target extended-remote mode.
949 Delete section on Multi-Process Mode for gdbserver.
950 Move some text to "Connecting" node.
951
952 2015-12-10 Pedro Alves <palves@redhat.com>
953
954 * gdb.texinfo (Threads): Replace warning with explanation
955 about single-threaded programs.
956
957 2015-12-10 Pedro Alves <palves@redhat.com>
958
959 * gdb.texinfo (Threads): Remove mention of SGI.
960 (Forks): Remove mention of HP-UX.
961 (Breakpoints): Remove mention of HP-UX.
962 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
963 Reword in terms of architectures.
964 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
965 mention supported systems.
966 (Convenience Vars): Don't mention HP-UX.
967 (Jumping): Remove mention of HP-UX in comment.
968 (Files) <shared libraries>: Update supported shared library types
969 list. Remove mention of HP-UX.
970 (Native): Remove HP-UX subsection.
971 (SVR4 Process Information): Remove mention of HP-UX.
972
973 2015-12-10 Pedro Alves <palves@redhat.com>
974
975 * gdb.texinfo (Stack): Reorder menu.
976
977 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
978
979 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
980 -var-set-format's new zero-hexadecimal format.
981
982 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
983
984 * gdb.texinfo (Ada Mode Into): Move overloading support
985 description to its own node.
986 (Overloading support for Ada): New node.
987
988 2015-11-30 Pedro Alves <palves@redhat.com>
989
990 PR 14618
991 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
992 (Remote Configuration): Add the "set/show remote
993 no-resumed-stop-reply" to the available settings table.
994 (General Query Packets): Document the "no-resumed" qSupported
995 feature.
996
997 2015-11-30 Pedro Alves <palves@redhat.com>
998
999 * gdb.texinfo (Remote Configuration): List "set/show remote
1000 thread-events" command in configuration table.
1001 (Stop Reply Packets): Document "T05 create" stop
1002 reason and 'w' stop reply.
1003 (General Query Packets): Document QThreadEvents packet. Document
1004 QThreadEvents qSupported feature.
1005
1006 2015-11-30 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1009 anchor.
1010 (Packets): Document vCtrlC.
1011
1012 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1013
1014 * gdb.texinfo (Thread List Format): Mention thread names.
1015
1016 2015-11-24 Pedro Alves <palves@redhat.com>
1017
1018 PR 17539
1019 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1020 program-spaces" example to ascending order listing.
1021 (Threads): Adjust "info threads" example to ascending order
1022 listing.
1023 (Forks): Adjust "info inferiors" example to ascending order
1024 listing.
1025
1026 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1027
1028 * gdb.texinfo (Process Record and Replay): Document "record
1029 instruction-history" modifiers.
1030
1031 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1034 description.
1035 (Frame Filter Management): Move to later in the 'Examining the
1036 Stack' chapter.
1037 (Selection): Add entry for 'select-frame'.
1038
1039 2015-09-25 Doug Evans <dje@google.com>
1040
1041 * gdb.texinfo (Process Record and Replay): Fix syntax of
1042 "record instruction-history begin, end" and
1043 "record function-call-history begin, end".
1044
1045 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 * gdb.texinfo (Specifying Source Directories): Fix
1048 substitute-path example.
1049
1050 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1051
1052 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1053
1054 2015-09-15 Pedro Alves <palves@redhat.com>
1055
1056 PR remote/18965
1057 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1058 the vforkdone description.
1059
1060 2015-09-15 Pedro Alves <palves@redhat.com>
1061
1062 PR remote/18965
1063 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1064 part indicates the thread ID of the parent process.
1065
1066 2015-09-15 Yao Qi <yao.qi@linaro.org>
1067
1068 * gdb.texinfo (General Query Packets): Add vContSupported to
1069 tables of 'gdbfeatures' and 'stub features' supported in the
1070 qSupported packet, as well as to the list containing stub
1071 feature details.
1072
1073 2015-09-11 Don Breazeal <donb@codesourcery.com>
1074
1075 * gdb.texinfo (Remote Configuration): Add exec event
1076 feature to table of packet settings.
1077 (Stop Reply Packets): Add exec events to the list of stop
1078 reasons.
1079 (General Query Packets): Add exec events to tables of
1080 'gdbfeatures' and 'stub features' supported in the qSupported
1081 packet, as well as to the list containing stub feature
1082 details.
1083
1084 2015-08-24 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.texinfo (Remote Configuration): Document the "set/show
1087 remote multiprocess-extensions-packet" commands.
1088
1089 2015-08-24 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1092 <M32R>: Remove references to M32R/D.
1093 <M68K>: Remove references to target dbug.
1094 <MIPS Embedded>: Remove references to target r3900 and target
1095 array.
1096 <PowerPC Embedded>: Remove references to target dink32 and target
1097 ppcbug, target sds
1098 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1099
1100 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1103
1104 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1107
1108 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1111 info bfds" to...
1112 (File Caching): A New section. Outline bfd caching, and add new
1113 description for "main set/show bfd-sharing".
1114
1115 2015-08-14 Doug Evans <xdje42@gmail.com>
1116
1117 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1118 disassembly.
1119 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1120
1121 2015-08-11 Keith Seitz <keiths@redhat.com>
1122
1123 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1124 Use "location(s)"instead of "linespec(s)".
1125 (Specifying a Location): Rewrite.
1126 Add subsections describing linespec, address, and explicit locations.
1127 Add node/menu for each subsection.
1128 (Source and Machine Code, C Preprocessor Macros)
1129 (Create and Delete Trace points)
1130 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1131 (Continuing at a Different Address): Remove "linespec" examples.
1132 Add reference to "Specify a Location"
1133 (The -break-insert Command): Rewrite. Add anchor.
1134 Add reference to appropriate manual section discussing locations.
1135 (The -dprintf-insert Command): Refer to -break-insert for
1136 specification of 'location'.
1137
1138 2015-08-07 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1141 target-non-stop".
1142
1143 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1144
1145 * gdb.texinfo (Process Record and Replay): Document prefixing of
1146 speculatively executed instructions in the "record instruction-history"
1147 command.
1148
1149 2015-07-20 Doug Evans <dje@google.com>
1150
1151 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1152
1153 2015-07-16 Doug Evans <dje@google.com>
1154
1155 * stabs.texinfo: @include gdb-cfg.texi.
1156
1157 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1158
1159 Revert the previous 2 commits:
1160 gdbserver build-id attribute generator
1161 Validate symbol file using build-id
1162
1163 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * gdb.texinfo (Files): Add 'set validate-build-id'
1166 and 'show validate-build-id'.
1167
1168 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1169 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 gdbserver build-id attribute generator.
1172 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1173 'build-id' in description, example, new attribute in dtd.
1174
1175 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.texinfo (Selection): Update documentation for 'frame'
1178 command.
1179
1180 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1181
1182 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1183 commands.
1184
1185 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1186
1187 * gdb.texinfo (Process Record and Replay): Spell out that variables
1188 and registers are not available during btrace replay.
1189 Describe the new "record btrace pt" command.
1190 Describe the new "set|show record btrace pt buffer-size" options.
1191 (General Query Packets): Describe the new Qbtrace:pt and
1192 Qbtrace-conf:pt:size packets.
1193 Expand "bts" to "Branch Trace Store".
1194 Update the branch trace DTD.
1195
1196 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1197
1198 * gdb.texinfo (Command History): Document the new option
1199 "history remove-duplicates".
1200
1201 2015-06-19 Doug Evans <dje@google.com>
1202
1203 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1204 longer supported.
1205
1206 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1207
1208 * gdb.texinfo (Command History): Mention that setting
1209 GDBHISTSIZE to the empty string disables history truncation.
1210
1211 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1212
1213 PR gdb/16999
1214 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1215 behavior.
1216
1217 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1218
1219 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1220 with GDBHISTSIZE.
1221
1222 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1223
1224 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1225 bytes and memory units for -data-{read,write}-memory-bytes.
1226 (Packets): Same for m, M and X packets.
1227 * python.texi (Inferiors In Python): Same for read_memory and
1228 write_memory.
1229
1230 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1231
1232 * gdb.texinfo (Separate Debug Files): Document that PE is also
1233 supported.
1234
1235 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1236
1237 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1238 single table entry.
1239
1240 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1241
1242 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1243
1244
1245 2015-06-10 Gary Benson <gbenson@redhat.com>
1246
1247 * gdb.texinfo (Remote Configuration): Document the
1248 "set/show remote hostio-setfs-packet" command.
1249 (Host I/O Packets): Document the vFile:setfs packet.
1250
1251 2015-06-10 Gary Benson <gbenson@redhat.com>
1252
1253 * gdb.texinfo (Debugging Output): Document the "set/show debug
1254 linux-namespaces" command.
1255
1256 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1257 Mircea Gherzan <mircea.gherzan@intel.com>
1258
1259 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1260 and "set mpx bound".
1261
1262 2015-05-27 Doug Evans <dje@google.com>
1263
1264 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1265
1266 2015-05-26 Doug Evans <dje@google.com>
1267
1268 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1269 command renamings.
1270 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1271
1272 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1275
1276 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1277
1278 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1279 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1280
1281 2015-05-16 Doug Evans <xdje42@gmail.com>
1282
1283 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1284 memory ports.
1285
1286 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1287
1288 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1289
1290 2015-05-12 Don Breazeal <donb@codesourcery.com>
1291
1292 * gdb.texinfo (Forks): Note that fork debugging is
1293 supported in extended mode.
1294 (Remote Configuration): Add fork event features to table
1295 of packet settings.
1296 (Stop Reply Packets): Add fork events to list of stop reasons.
1297 (General Query Packets): Add fork events to tables of
1298 'gdbfeatures' and 'stub features' supported in the qSupported
1299 packet, as well as to the list containing stub feature
1300 details.
1301
1302 2015-05-12 Gary Benson <gbenson@redhat.com>
1303
1304 * gdb.texinfo (General Query Packets): Document
1305 qXfer:exec-file:read with empty annex.
1306
1307 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1308
1309 * python.texi (Values From Inferior): Add descriptions of new
1310 methods gdb.Value.reference_value and gdb.Value.const_value.
1311
1312 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1313
1314 * gdb.texinfo (Files): Add "info dll" documentation.
1315 (Cygwin Native): Remove "info dll" documentation.
1316
1317 2015-04-29 Doug Evans <dje@google.com>
1318
1319 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1320 Document.
1321 (Writing an Xmethod): Add get_result_type to example.
1322
1323 2015-04-28 Sasha Smundak <asmundak@google.com>
1324
1325 * python.texi: New method documented.
1326
1327 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1330 format.
1331
1332 2015-04-24 Doug Evans <dje@google.com>
1333
1334 * python.texi (Xmethods In Python): Fix name of method to call the
1335 xmethod.
1336
1337 2015-04-17 Gary Benson <gbenson@redhat.com>
1338
1339 * gdb.texinfo (Connecting to a Remote Target): Mention that
1340 GDB can access program files from remote targets that support
1341 qXfer:exec-file:read and Host I/O packets.
1342
1343 2015-04-17 Gary Benson <gbenson@redhat.com>
1344
1345 * gdb.texinfo (Remote Configuration): Document the "set/show
1346 remote pid-to-exec-file-packet" command.
1347 (General Query Packets): Document the qXfer:exec-file:read
1348 qSupported features. Document the qXfer:exec-file:read packet.
1349
1350 2015-04-17 Gary Benson <gbenson@redhat.com>
1351
1352 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1353 applies to executable paths if supplied to GDB as absolute.
1354
1355 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 * gdb.texinfo (Mode Options): Remove -xdb.
1358
1359 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1360 Eli Zaretskii <eliz@gnu.org>
1361
1362 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1363 compile, show debug compile. New subsection Compilation options for
1364 the compile command. New subsection Compiler search for the compile
1365 command.
1366
1367 2015-04-09 Andy Wingo <wingo@igalia.com>
1368
1369 * guile.texi (Frames In Guile): Describe frame-read-register.
1370
1371 2015-04-02 Gary Benson <gbenson@redhat.com>
1372
1373 * gdb.texinfo (set sysroot): Document "target:".
1374
1375 2015-04-01 Sasha Smundak <asmundak@google.com>
1376
1377 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1378 section.
1379
1380 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1381
1382 PR corefiles/16092
1383 * gdb.texinfo (gcore): Mention new command 'set
1384 use-coredump-filter'.
1385 (set use-coredump-filter): Document new command.
1386
1387 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1388
1389 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1390 documentation, reorder the info os entries in alphabetical order.
1391
1392 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1393
1394 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1395 -data-write-memory-bytes.
1396
1397 2015-03-24 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1400 mention that threads may sometimes run unlocked.
1401
1402 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1403
1404 * gdb.texinfo (Remote configuration): Document "set/show
1405 serial parity" command.
1406
1407 2015-03-18 Gary Benson <gbenson@redhat.com>
1408
1409 * gdb.texinfo (General Query Packets): Remove documentation
1410 for now-removed vFile:fstat qSupported features.
1411
1412 2015-03-11 Gary Benson <gbenson@redhat.com>
1413
1414 * gdb.texinfo (Remote Configuration): Document the
1415 "set/show remote hostio-fstat-packet" command.
1416 (General Query Packets): Document the vFile:fstat
1417 qSupported features.
1418 (Host I/O Packets): Document the vFile:fstat packet.
1419
1420 2015-03-11 Andy Wingo <wingo@igalia.com>
1421
1422 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1423
1424 2015-03-04 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.texinfo (Remote Configuration): Document the "set/show
1427 remote swbreak-feature-packet" and "set/show remote
1428 hwbreak-feature-packet" commands.
1429 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1430 decription.
1431 (Stop Reply Packets): Document the swbreak and hwbreak stop
1432 reasons.
1433 (General Query Packets): Document the swbreak and hwbreak
1434 qSupported features.
1435 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1436
1437 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1438
1439 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1440 under *stopped.
1441
1442 2015-03-02 Doug Evans <xdje42@gmail.com>
1443
1444 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1445
1446 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1447
1448 * gdb.texinfo (S/390 and System z Features): Describe new feature
1449 "org.gnu.gdb.s390.vx".
1450
1451 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1452
1453 PR gdb/18008
1454 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1455 demangler-warning): Fix typo ("problam").
1456
1457 2015-02-19 David Taylor <dtaylor@emc.com>
1458
1459 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1460
1461 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1462
1463 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1464 point, DTrace'.
1465 (Static Probe Points): Modified to cover DTrace probes in addition
1466 to SystemTap probes. Also modified to cover the `enable probe'
1467 and `disable probe' commands.
1468
1469 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1470
1471 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1472 `disable probe' commands.
1473
1474 2015-02-12 David Taylor <dtaylor@emc.com>
1475
1476 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1477 fields of the QTDV packet.
1478
1479 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1480
1481 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1482 (Process Record and Replay): Describe new set|show commands.
1483 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1484
1485 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1486
1487 * gdb.texinfo (Process Record and Replay): Describe the "record
1488 btrace bts" command.
1489 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1490 (Branch Trace Configuration Format): New.
1491
1492 2015-01-31 Gary Benson <gbenson@redhat.com>
1493 Doug Evans <dje@google.com>
1494
1495 * gdb.texinfo (Command Completion): Document new
1496 "set/show max-completions" option.
1497
1498 2015-01-31 Doug Evans <xdje42@gmail.com>
1499
1500 * gdb.texinfo (Symbols): Document new commands
1501 "maint print symbol-cache", "maint print symbol-cache-statistics",
1502 "maint flush-symbol-cache". Document new option
1503 "maint set symbol-cache-size".
1504
1505 2015-01-31 Doug Evans <xdje42@gmail.com>
1506
1507 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1508 distinguish script files vs inlined scripts.
1509 * python.texi (Python Auto-loading): Ditto.
1510
1511 2015-01-30 Doug Evans <dje@google.com>
1512
1513 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1514 string if present.
1515
1516 2015-01-27 Doug Evans <dje@google.com>
1517
1518 * python.texi (Objfiles In Python): Document Objfile.username.
1519
1520 2015-01-27 Doug Evans <dje@google.com>
1521
1522 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1523 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1524
1525 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1526
1527 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1528
1529 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1530
1531 * doc/gdb.texinfo (TUI Commands): Document the possible
1532 values of NAME argument to 'winheight' command. Explain the
1533 effect of 'tabset' setting better.
1534
1535 2015-01-11 Doug Evans <xdje42@gmail.com>
1536
1537 PR gdb/15830
1538 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1539 (Symbols): Ditto.
1540 (Maintenance Commands): Delete docs for "maint demangle".
1541
1542 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1543
1544 * gdb.texinfo (Files): Remove documentation of the
1545 "add-shared-symbol-files" and "assf" commands.
1546 (Cygwin Native): Remove documentation of the "dll-symbols"
1547 command.
1548
1549 2014-12-17 Doug Evans <xdje42@gmail.com>
1550
1551 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1552
1553 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1554 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 * gdb.texinfo (Altering): Update.
1557 (Compiling and Injecting Code): New node.
1558
1559 2014-12-12 Doug Evans <dje@google.com>
1560
1561 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1562
1563 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1564
1565 * gdb.texinfo: Document "maint print user-registers".
1566
1567 2014-12-08 Doug Evans <dje@google.com>
1568
1569 * python.texi (Objfiles In Python): Document Objfile.owner.
1570
1571 2014-12-04 Doug Evans <dje@google.com>
1572
1573 * python.texi (Objfiles In Python): Document
1574 Objfile.add_separate_debug_file.
1575
1576 2014-12-04 Doug Evans <dje@google.com>
1577
1578 * python.texi (Objfiles In Python): Document Objfile.build_id.
1579
1580 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1581
1582 * python.texi (Events In Python): Document new events
1583 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1584 and RegisterChangedEvent.
1585
1586 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1587
1588 Add add-auto-load-scripts-directory.
1589 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1590 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1591
1592 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1595 description typo.
1596
1597 2014-10-30 Doug Evans <dje@google.com>
1598
1599 * python.texi (Progspaces In Python): Document ability to add
1600 random attributes to gdb.Progspace objects.
1601 (Objfiles In Python): Document ability to add random attributes to
1602 gdb.objfile objects.
1603
1604 2014-10-27 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1607 info on stepping and signal handlers.
1608 (Signals): Explain stepping and signal handlers. Add context
1609 index entry, and cross references.
1610
1611 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1612
1613 * python.texi (Breakpoints In Python): Add parenthesis after
1614 Breakpoint.delete. Clarify Breakpoint.enabled description so
1615 that it contains "disable".
1616
1617 2014-10-17 Doug Evans <dje@google.com>
1618
1619 * python.texi (Events In Python): Document clear_objfiles event.
1620
1621 2014-10-17 Doug Evans <dje@google.com>
1622
1623 * python.texi (Objfiles In Python): Document new progspace attribute.
1624
1625 2014-10-17 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1628 (SVR4 Process Information): Delete mention of OSF/1.
1629
1630 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1631
1632 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1633 exit-code field in -list-thread-groups output.
1634
1635 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1636
1637 * gdb.texinfo (Set Breaks): Add missing "@end table".
1638
1639 2014-09-22 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1642 always-inserted off" is the default mode now. Delete
1643 documentation of "set breakpoint always-inserted auto".
1644
1645 2014-09-18 Doug Evans <dje@google.com>
1646
1647 * python.texi (Symbol Tables In Python): Document "producer"
1648 attribute of gdb.Symtab objects.
1649
1650 2014-09-16 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1653 (Embedded OS): Remove VxWorks menu entry.
1654 (VxWorks): Remove node.
1655
1656 2014-09-13 Doug Evans <xdje42@gmail.com>
1657
1658 * gdb.texinfo (Signaling): Document new queue-signal command.
1659
1660 2014-09-06 Doug Evans <xdje42@gmail.com>
1661
1662 PR 15276
1663 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1664 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1665
1666 2014-09-03 Justin Lebar <jlebar@google.com>
1667
1668 * python.texi (Types In Python): Type.template_argument(n) returns a
1669 gdb.Value or a gdb.Type and throws an exception if n is out of
1670 range.
1671
1672 2014-09-03 Sasha Smundak <asmundak@google.com>
1673
1674 * python.texi (Frames in Python): Add read_register description.
1675
1676 2014-08-04 Tom Tromey <tromey@redhat.com>
1677
1678 * gdb.texinfo (Debugging Output): Update for change to "set debug
1679 target".
1680
1681 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1682
1683 Pushed by Joel Brobecker <brobecker@adacore.com>.
1684 * Makefile.in (transform): New variable.
1685 (install-man1, install-man5): Apply $(transform) to man file names.
1686
1687 2014-07-26 Doug Evans <xdje42@gmail.com>
1688
1689 PR guile/17177
1690 * guile.texi (Guile Pretty Printing API): Fix typo.
1691 Document set-pretty-printers!, pretty-printers.
1692 (Selecting Guile Pretty-Printers): Update.
1693 Mention program-space based pretty-printers.
1694
1695 2014-07-25 Pedro Alves <palves@redhat.com>
1696 Eli Zaretskii <eliz@gnu.org>
1697
1698 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1699 with multi-threaded programs.
1700
1701 2014-06-27 Yao Qi <yao@codesourcery.com>
1702
1703 * gdb.texinfo (Maintenance Commands): Update the output of
1704 'maint print dummy-frames' command.
1705
1706 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1707
1708 * gdb.texinfo (Screen Size): Improve indexing.
1709
1710 2014-06-19 Gary Benson <gbenson@redhat.com>
1711
1712 * gdb.texinfo (Maintenance Commands): Document new
1713 "maint set/show catch-demangler-crashes" option.
1714
1715 2014-06-19 Gary Benson <gbenson@redhat.com>
1716
1717 * gdb.texinfo (Maintenance Commands): Document new
1718 "maint demangler-warning" command and new
1719 "maint set/show demangler-warning" option.
1720
1721 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1722
1723 * python.texi (Xmethod API): Add space before the opening
1724 parenthesis in function descriptions.
1725
1726 2014-06-06 Doug Evans <xdje42@gmail.com>
1727
1728 * guile.texi (Guile Configuration): Document guile-data-directory.
1729
1730 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1731
1732 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1733
1734 2014-06-04 Doug Evans <xdje42@gmail.com>
1735
1736 * guile.texi (Breakpoints In Guile): Update.
1737
1738 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1739
1740 * python.texi (Xmethod API): Fix reference to "Progspaces In
1741 Python".
1742
1743 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1744
1745 * python.texi (Xmethods In Python, XMethod API)
1746 (Writing an Xmethod): New nodes.
1747 (Python API): New menu entries "Xmethods In Python",
1748 "Xmethod API", "Writing an Xmethod".
1749
1750 2014-06-02 Doug Evans <xdje42@gmail.com>
1751
1752 * guile.texi (Guile API): Add entry for Parameters In Guile.
1753 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1754 (Parameters In Guile): New node.
1755
1756 2014-06-02 Doug Evans <xdje42@gmail.com>
1757
1758 * guile.texi (Guile API): Add entry for Commands In Guile.
1759 (Basic Guile) <parse-and-eval>: Add reference.
1760 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1761 (GDB Scheme Data Types): Mention <gdb:command> object.
1762 (Commands In Guile): New node.
1763
1764 2014-06-02 Doug Evans <xdje42@gmail.com>
1765
1766 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1767 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1768 (Progspaces In Guile): New node.
1769
1770 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1771
1772 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1773 * python.texi (Frames In Python): Mention
1774 gdb.FRAME_UNWIND_MEMORY_ERROR.
1775
1776 2014-05-29 Pedro Alves <palves@redhat.com>
1777 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1780 from example.
1781 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1782 Mention that target-async is now deprecated.
1783 (Maintenance Commands): Document maint set/show target-async.
1784
1785 2014-05-29 Pedro Alves <palves@redhat.com>
1786
1787 * observer.texi (sync_execution_done, command_error): New
1788 subjects.
1789
1790 2014-05-29 Pedro Alves <palves@redhat.com>
1791
1792 PR gdb/13860
1793 * observer.texi (signal_received, end_stepping_range)
1794 (signal_exited, exited, no_history): New observer subjects.
1795
1796 2014-05-26 Andy Wingo <wingo@igalia.com>
1797
1798 * guile.texi (GDB Scheme Data Types): Remove documentation for
1799 removed interfaces. Update spelling of gdb-object-kind.
1800
1801 2014-05-26 Andy Wingo <wingo@igalia.com>
1802
1803 * guile.texi (Basic Guile): Fix some typos.
1804
1805 2014-05-26 Andy Wingo <wingo@igalia.com>
1806
1807 * guile.texi (Writing a Guile Pretty-Printer)
1808 (Guile Types Module): Fix excess parentheses in use-modules forms.
1809
1810 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1811
1812 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1813 (Breakpoints In Guile, Guile Printing Module)
1814 (Guile Exception Handling, Values From Inferior In Guile)
1815 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1816 Don't use @var at the beginning of a sentence.
1817
1818 * gdb.texinfo (Frame Filter Management, Trace Files)
1819 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1820 (PowerPC Embedded, Define, Annotations for Running)
1821 (IPA Protocol Commands, Packets, General Query Packets)
1822 (Tracepoint Packets, Notification Packets, Environment)
1823 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1824 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1825 (Frames, Backtrace, Selection, Expressions, Registers)
1826 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1827 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1828 (Source Annotations, Using JIT Debug Info Readers, Packets)
1829 (Stop Reply Packets, Host I/O Packets)
1830 (Target Description Format): Don't use @var at the beginning of a
1831 sentence.
1832
1833 * python.texi (Basic Python, Types In Python)
1834 (Commands In Python, Frames In Python, Line Tables In Python)
1835 (Breakpoints In Python, gdb.printing, gdb.types)
1836 (Type Printing API): Don't use @var at the beginning of a
1837 sentence.
1838
1839 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1840
1841 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1842 replay-memory-access".
1843
1844 2014-05-21 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.texinfo (Starting): Document "set/show
1847 auto-connect-native-target".
1848 (Target Commands): Document "target native".
1849
1850 2014-05-20 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1853 not be remote specific. Add cross reference to the qCRC packet.
1854 (Separate Debug Files): Update cross reference to the qCRC packet.
1855 (General Query Packets) <qCRC packet>: Add anchor.
1856
1857 2014-05-17 Doug Evans <xdje42@gmail.com>
1858
1859 Copy over changes from guile.texi.
1860 * python.texi (Basic Python) <gdb.execute>: Add text.
1861 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1862 (Values From Inferior) <Python string>: Add text.
1863 (Values From Inferior) <Value.string>: Clarify string length handling.
1864 (Pretty Printing API): Add cindex.
1865 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1866 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1867 @vindex.
1868 (Commands In Python) <COMPLETE_*>: Similarly.
1869 (Symbols In Python) <SYMBOL_*>: Similarly.
1870 (Breakpoints In Python) <WP_*>: Similarly.
1871 (Breakpoints In Python) <BP_*>: Similarly.
1872
1873 2014-05-17 David Taylor <dtaylor@emc.com>
1874
1875 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1876 mentioned in the qfThreadInfo reply.
1877
1878 2014-05-16 Doug Evans <dje@google.com>
1879
1880 * gdb.texinfo (Mode Options): Add -D.
1881
1882 2014-05-09 Samuel Bronson <naesten@gmail.com>
1883
1884 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1885 "make -C".
1886
1887 2014-04-29 Tom Tromey <tromey@redhat.com>
1888
1889 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1890 "show debug varobj".
1891
1892 2014-05-01 David Taylor <dtaylor@emc.com>
1893
1894 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1895 option.
1896
1897 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1898 Walfred Tedeschi <walfred.tedeschi@intel.com>
1899
1900 * gdb.texinfo (i386 Features): Add description of AVX512
1901 registers.
1902
1903 2014-03-31 Doug Evans <dje@google.com>
1904
1905 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1906
1907 2014-03-30 Doug Evans <dje@google.com>
1908
1909 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1910 (Background Execution): Ditto.
1911
1912 2014-03-21 Pedro Alves <palves@redhat.com>
1913 Stan Shebs <stan@codesourcery.com>
1914 Hui Zhu <hui@codesourcery.com>
1915
1916 * gdb.texinfo (Packets): Add anchor to "? packet".
1917 Remove fixme and update introduction of "k packet".
1918 Add anchor to "vKill packet".
1919
1920 2014-03-12 Stan Shebs <stan@codesourcery.com>
1921
1922 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1923
1924 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1925
1926 * guile.texi (Basic Guile): Document 'history-append!'.
1927
1928 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1929
1930 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1931 and "assf" as being deprecated.
1932 (Cygwin Native): Likewise for "dll-symbols".
1933 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1934 as a way to force the loading of symbols from a DLL.
1935
1936 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1937
1938 * python.texi (Values From Inferior): Add description about the
1939 new feature.
1940
1941 2014-02-17 Doug Evans <xdje42@gmail.com>
1942
1943 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1944 * gdb.texinfo (Python): Moved to ...
1945 * python.texi: ... here. New file.
1946
1947 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1948
1949 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1950 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1951 parameter to 'str-lookup-function' procedure. Look for
1952 the "std::string<" prefix.
1953 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1954 Adjust description.
1955
1956 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1957
1958 * guile.texi (Values From Inferior In Guile): Remove stray
1959 parantheses for deffn.
1960 (Disassembly In Guile): Ditto.
1961
1962 2014-02-10 Stan Shebs <stan@codesourcery.com>
1963
1964 Add Doxygen support.
1965 * Makefile.in (doxy): New action, generates Doxygen files.
1966 (DOXYGEN): New.
1967 (doxyedit): New.
1968 * Doxyfile-base.in: New file.
1969 * Doxyfile-gdb-api.in: New file.
1970 * Doxyfile-gdb-xref.in: New file.
1971 * Doxyfile-gdbserver.in: New file.
1972 * doxy-index.in: New file.
1973 * filter-for-doxygen: New file.
1974 * filter-params.pl: New file.
1975
1976 2014-02-10 Doug Evans <xdje42@gmail.com>
1977
1978 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1979 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1980 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1981 (Guile docs): Include guile.texi.
1982 (objfile-gdbdotext file): Add objfile-gdb.scm.
1983 (dotdebug_gdb_scripts section): Mention Guile scripts.
1984 (Multiple Extension Languages): New node.
1985 * guile.texi: New file.
1986
1987 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1988
1989 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1990 ignore-descriptive-types". commands.
1991
1992 2014-01-22 Doug Evans <dje@google.com>
1993
1994 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1995 (gdbserver man): Ditto.
1996
1997 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1998
1999 * gdb.texinfo: Document limited reverse/replay support
2000 for target record-btrace.
2001
2002 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2003
2004 * gdb.texinfo (Process Record and Replay): Update documentation.
2005
2006 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2007
2008 * gdb.texinfo (Process Record and Replay): Document new /c
2009 modifier accepted by "record function-call-history".
2010 Add /i modifier to "record function-call-history" example.
2011
2012 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2013 Joel Brobecker <brobecker@adacore.com>
2014
2015 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2016 markers. Remove one that was misplaced.
2017
2018 2014-01-10 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.texinfo (Your Program's Environment) <set environment>:
2021 Mention the shell, and point at 'set exec-wrapper'.
2022
2023 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2024
2025 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2026
2027 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2028
2029 * gdb.texinfo (Types In Python): Clarify the documentation
2030 of attribute gdb.Field.bitpos.
2031
2032 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2033
2034 * gdb.texinfo (Types In Python): Fix the documentation of
2035 attribute "bitpos" in class gdb.Field for enum types. Add
2036 documentation for attribute "enumval" in that same class.
2037
2038 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2041 @ftable.
2042
2043 2013-12-23 Doug Evans <xdje42@gmail.com>
2044
2045 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2046 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2047 corresponding section in Extending GDB.
2048 (Extending GDB): Move menu up. New menu item "Auto-loading
2049 extensions".
2050 (Sequences): New menu item "Auto-loading sequences".
2051 (Auto-loading sequences): New node.
2052 (Python): Rename section from Scripting GDB to Extending GDB.
2053 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2054 Move docs on ways to auto-load extensions to ...
2055 (Auto-loading extensions): ... here. New node.
2056
2057 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2058
2059 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2060 in menu.
2061 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2062 command, now in a new node.
2063 (GDB/MI Support Commands): New node, with its contents being
2064 extracted from the "GDB/MI Miscellaneous Commands" node.
2065 A small paragraph introducing the section is also added at
2066 the start.
2067 (GDB/MI Miscellaneous Commands): Delete the description of the
2068 -info-gdb-mi-command, -list-features and -list-target-features
2069 commands, now hosted in the "GDB/MI Support Commands" node.
2070
2071 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2072
2073 PR python/16113
2074 * gdb.texinfo (Values From Inferior): Add a note about using
2075 gdb.Field objects as subscripts on gdb.Value objects.
2076 (Types In Python): Add description about the new attribute
2077 "parent_type" of gdb.Field objects.
2078
2079 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2080
2081 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2082 entry for section docuumenting the -list-features GDB/MI command.
2083
2084 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2087 "exec-run-start-option" entry in the output of the "-list-features"
2088 command.
2089
2090 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2091
2092 * gdb.texinfo (i386): Fix yesterday's commit.
2093
2094 2013-12-03 Tom Tromey <tromey@redhat.com>
2095
2096 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2097 documented here.
2098
2099 2013-12-03 Tom Tromey <tromey@redhat.com>
2100
2101 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2102
2103 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2104
2105 * gdb.texinfo (i386 Features): Add MPX feature registers.
2106 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2107 a subsubsection for MPX and describes the display of the
2108 boundary registers.
2109
2110 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2111
2112 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2113 documentation of the "ada-exceptions" entry.
2114
2115 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2116
2117 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2118 "^error" result record concerning the error message. Document
2119 the error code that may also be part of that result record.
2120 (GDB/MI Miscellaneous Commands): Document the
2121 "undefined-command-error-code" element in the output of
2122 the "-list-features" GDB/MI command.
2123
2124 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2125
2126 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2127 the new -info-gdb-mi-command GDB/MI command. Document
2128 the meaning of "-info-gdb-mi-command" in the output of
2129 -list-features.
2130
2131 2013-11-29 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2134 Update comment.
2135
2136 2013-11-24 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.texinfo (Caching Remote Data): Document new
2139 "set/show stack-cache" option.
2140
2141 2013-11-24 Yao Qi <yao@codesourcery.com>
2142
2143 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2144 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2145 "off" respectively.
2146
2147 2013-11-23 Yao Qi <yao@codesourcery.com>
2148
2149 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2150 of "displayhint" to the table about child results.
2151
2152 2013-11-21 Yao Qi <yao@codesourcery.com>
2153
2154 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2155 'dynamic' for the output of command -var-list-children.
2156
2157 2013-11-21 Yao Qi <yao@codesourcery.com>
2158
2159 * gdb.texinfo (Caching Target Data): Remove "see" before
2160 @pxref.
2161
2162 2013-11-20 Yao Qi <yao@codesourcery.com>
2163
2164 * gdb.texinfo (Caching Target Data): Update doc for
2165 per-address-space dcache.
2166
2167 2013-11-20 Yao Qi <yao@codesourcery.com>
2168
2169 * gdb.texinfo (Data): Rename menu item.
2170 (Caching Remote Data): Rename to ...
2171 (Caching Target Data): ... it. Update.
2172
2173 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2174
2175 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2176 "language-option" entry in the output of the "-list-features"
2177 command.
2178
2179 2013-11-15 Tom Tromey <tromey@redhat.com>
2180
2181 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2182 Add example.
2183
2184 2013-11-14 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2187
2188 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2189
2190 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2191 (Context management): Place current subsection text into its own
2192 subsubsection. Add new subsubsection describing the "--language"
2193 command option.
2194
2195 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2196
2197 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2198 the documentation of "info-ada-exceptions" in the output
2199 of the "-list-features" command. Add the documentation
2200 of the "ada-exception" entry instead.
2201
2202 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2203
2204
2205 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2206 word of a couple of sentences to start with a capital letter.
2207
2208 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2211 (Ada Exceptions): New node.
2212 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2213 Commands" node.
2214 (GDB/MI Ada Exceptions Commands): New node.
2215 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2216 field in the output of the "-list-features" command.
2217 * NEWS: Add entry for the new "info exceptions" CLI command,
2218 and for the new "-info-ada-exceptions" GDB/MI command.
2219
2220 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2221
2222 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2223 (Line Tables In Python): New node.
2224
2225 2013-11-08 Doug Evans <dje@google.com>
2226
2227 * gdb.texinfo (Debugging Output): Update text for
2228 "set debug dwarf2-read".
2229
2230 2013-11-08 Doug Evans <dje@google.com>
2231
2232 * gdb.texinfo (Debugging Output): Update text for
2233 "set debug symtab-create".
2234
2235 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2236
2237 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2238 constant.
2239
2240 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2241
2242 * gdb.texinfo (Breakpoints In Python): Document temporary
2243 option in breakpoint constructor, and add documentation to the
2244 temporary attribute.
2245
2246 2013-11-07 Yao Qi <yao@codesourcery.com>
2247
2248 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2249 output of "-var-info-expression".
2250
2251 2013-11-06 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2254 non-interactive mode.
2255 (Environment) <shell startup files warning>: Mention
2256 non-interactive mode. Mention .zshenv for Z shell, and talk about
2257 BASH_ENV instead of .bashrc for BASH.
2258
2259 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2260
2261 * gdb.texinfo (Commands to Specify Files): Add description
2262 of the remove-symbol-file command.
2263 * observer.texi: New free_objfile event
2264
2265 2013-10-24 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2268
2269 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2272 New subsection inside which the "-catch-load" and "-catch-unload"
2273 commands documentation is now placed.
2274 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2275 documenting the "-catch-assert" and "-catch-exception" new
2276 GDB/MI commands.
2277
2278 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2279
2280 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2281
2282 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2285 serial baud".
2286 (Remote Configuration): Replace "set remotebaud" by "set serial
2287 baud". Replace "show remotebaud" by "show serial baud".
2288
2289 2013-10-07 Pedro Alves <palves@redhat.com>
2290
2291 PR breakpoints/11568
2292 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2293 when the thread is removed from the thread list.
2294
2295 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2296
2297 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2298 Update entry for $_exitcode.
2299
2300 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2303 new "--start" option.
2304
2305 2013-10-02 Pedro Alves <palves@redhat.com>
2306
2307 * gdb.texinfo (Registers): Expand description of saved registers
2308 in frames. Explain <not saved>.
2309
2310 2013-09-25 Doug Evans <dje@google.com>
2311
2312 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2313
2314 2013-09-16 Stan Shebs <stan@codesourcery.com>
2315
2316 Remove the internals manual gdbint.texinfo.
2317 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2318 (PDFFILES): Remove gdbint.pdf.
2319 (HTMLFILES): Remove gdbint/index.html.
2320 (HTMLFILES_INSTALL): Remove gdbint.
2321 (GDBINT_DOC_FILES): Remove.
2322 (dvi): Remove gdbint.dvi.
2323 (ps): Remove gdbint.ps.
2324 * gdbint.texinfo: Remove file.
2325 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2326
2327 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2328
2329 * gdb.texinfo (Convenience Functions): Mention new convenience
2330 function $_isvoid.
2331
2332 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2333
2334 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2335 (Standard Target Features): Add new node to menu.
2336 (S/390 and System z Features): New node.
2337
2338 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2339
2340 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2341 -list-target-features in the example.
2342
2343 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2346 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2347
2348 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 Sync documentation with gdb.base/gnu-debugdata.exp.
2351 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2352
2353 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2356
2357 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2358 Yao Qi <yao@codesourcery.com>
2359
2360 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2361 Document new --skip-unavailable option.
2362 <-stack-list-variables>: Document new --skip-unavailable option.
2363
2364 2013-08-26 Doug Evans <dje@google.com>
2365
2366 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2367 an optional regexp.
2368
2369 2013-08-13 Tom Tromey <tromey@redhat.com>
2370
2371 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2372 Document GDB_PARALLEL and GDB_INOTIFY.
2373
2374 2013-08-09 Stan Shebs <stan@codesourcery.com>
2375
2376 * LRS: Remove file, describes a long-abandoned live-range
2377 splitting extension to stabs.
2378
2379 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2380
2381 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2382
2383 2013-07-17 Doug Evans <dje@google.com>
2384
2385 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2386
2387 2013-07-02 Tom Tromey <tromey@redhat.com>
2388
2389 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2390
2391 2013-06-28 Tom Tromey <tromey@redhat.com>
2392
2393 * Makefile.in (version.subst): Use version.in, not
2394 common/version.in.
2395 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2396 Likewise.
2397
2398 2013-06-27 Pedro Alves <palves@redhat.com>
2399
2400 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2401 dynamic symbol resolution code>: New section, based on infrun.c
2402 comment.
2403
2404 2013-06-26 Tom Tromey <tromey@redhat.com>
2405
2406 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2407 Update.
2408 (Releasing GDB): Likewise.
2409
2410 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2411 Yao Qi <yao@codesourcery.com>
2412
2413 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2414 -trace-frame-collected.
2415
2416 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2417
2418 * gdb.texinfo (Traceframe Info Format): Document tvar element
2419 and its attributes.
2420
2421 2013-06-25 Yao Qi <yao@codesourcery.com>
2422
2423 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2424
2425 2013-06-24 Tom Tromey <tromey@redhat.com>
2426
2427 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2428 (GDBvn.texi): Use version.subst.
2429 (version.subst): New target.
2430 (mostlyclean): Remove version.subst.
2431
2432 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2433
2434 * gdb.texinfo (GDB/MI Data Manipulation)
2435 <-data-list-register-values>: Document the --skip-unavailable
2436 option.
2437
2438 2013-06-07 Yao Qi <yao@codesourcery.com>
2439
2440 * gdb.texinfo (Symbols): Add kindex and cindex for
2441 'maint print msymbols'.
2442
2443 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2444
2445 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2446 response field name (thread-group to inferior).
2447
2448 2013-06-04 Gary Benson <gbenson@redhat.com>
2449
2450 * gdb.texinfo (General Query Packets/qSupported): Added
2451 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2452 to the table of currently defined stub features.
2453 Added a more detailed entry for "augmented-libraries-svr4-read".
2454 (General Query Packets/qXfer:libraries-svr4:read): Documented
2455 the augmented form of this packet.
2456
2457 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2458
2459 * gdb.texinfo (System-wide Configuration Scripts): Renames
2460 "Installed System-wide Configuration Scripts". Add associated
2461 @menu block.
2462
2463 2013-05-23 Yao Qi <yao@codesourcery.com>
2464 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.texinfo (Packets): Document 'vCont;r'.
2467 (Continuing and Stepping): Document target-assisted range
2468 stepping, and the 'set range-stepping' and 'show range-stepping'
2469 commands.
2470
2471 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2472
2473 * gdb.texinfo (Installed System-wide Configuration Scripts):
2474 Add subsection describing the scripts now available under
2475 the data-dir's system-gdbbinit subdirectory.
2476 * NEWS: Add entry announcing the availability of system-wide
2477 configuration scripts for ElinOS and Wind River Linux.
2478
2479 2013-05-21 Hui Zhu <hui@codesourcery.com>
2480
2481 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2482 "-dprintf-insert" command.
2483
2484 2013-05-17 Doug Evans <dje@google.com>
2485
2486 * gdb.texinfo (Maintenance Commands): Update doc for
2487 "maint check-psymtabs". Add doc for "maint check-symtabs",
2488 "maint expand-symtabs".
2489
2490 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2491
2492 * gdb.texinfo (Process Record and Replay): Document the
2493 "record goto" command and its sub-commands.
2494
2495 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2496
2497 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2498 (Python API): Add Frame Filters API, Frame Wrapper API,
2499 Writing a Frame Filter/Wrapper, Managing Management of Frame
2500 Filters chapter entries.
2501 (Frame Filters API): New Node.
2502 (Frame Wrapper API): New Node.
2503 (Writing a Frame Filter): New Node.
2504 (Managing Frame Filters): New Node.
2505 (Progspaces In Python): Add note about frame_filters attribute.
2506 (Objfiles in Python): Ditto.
2507 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2508 @anchors and --no-frame-filters option to -stack-list-variables,
2509 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2510 commands.
2511
2512 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2513
2514 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2515 Support" subsection documenting the XML format used to transfer
2516 shared library info on AIX.
2517
2518 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2519
2520 * gdb.texinfo (Debugging Output): Add documentation of
2521 "set debug aix-solib" and "show debug aix-solib" commands.
2522
2523 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2524
2525 * gdb.texinfo (Nios II): New section.
2526 (Nios II Features): New section.
2527
2528 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2529
2530 * gdbint.texinfo (Algorithms): Remove entries documenting
2531 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2532 SOLIB_CREATE_INFERIOR_HOOK.
2533
2534 2013-04-29 Tom Tromey <tromey@redhat.com>
2535
2536 PR python/14204:
2537 * gdb.texinfo (Python API): Fix menu entry.
2538 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2539 Define global and static block. Add example. Clarify
2540 block relationship for inline functions.
2541
2542 2013-04-29 Tom Tromey <tromey@redhat.com>
2543
2544 * gdb.texinfo (Python API): Mention Python help and keyword
2545 arguments. Move pagination text to Basic Python.
2546 (Basic Python): Put pagination text here. Document
2547 close-on-exec, SIGCHLD, and SIGINT.
2548
2549 2013-04-19 Pedro Alves <palves@redhat.com>
2550
2551 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2552 "signedness" instead of "signness".
2553
2554 2013-04-19 Pedro Alves <palves@redhat.com>
2555
2556 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2557 -Wno-pointer-sign text with text on -Wpointer-sign.
2558
2559 2013-04-16 Tom Tromey <tromey@redhat.com>
2560
2561 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2562 GCC that has the SDT probe points.
2563
2564 2013-04-15 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2567 exception catchpoints.
2568
2569 2013-04-15 Tom Tromey <tromey@redhat.com>
2570
2571 * gdb.texinfo (Set Catchpoints): Document $_exception.
2572 (Convenience Vars): Mention $_exception.
2573
2574 2013-04-15 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.texinfo (Set Catchpoints): Reorganize exception
2577 catchpoints. Document "catch rethrow".
2578 (Debugging C Plus Plus): Mention "catch rethrow".
2579
2580 2013-04-15 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2583
2584 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2585 Eli Zaretskii <eliz@gnu.org>
2586
2587 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2588 line below the sample output.
2589
2590 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2591
2592 * gdb.texinfo (Mode Options): Document '-configuration'.
2593 (Help): Document "show configuration".
2594 (Bug Reporting): Add requirements to include the configuration
2595 details in bug reports.
2596
2597 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * Makefile.in (MAN1S): Add gcore.1.
2600 Remove "Host, target, and site specific Makefile fragments" comment.
2601 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2602 (install-man1, uninstall-man1): Conditionalize gcore.1.
2603 (gcore.1): New.
2604 * gdb.texinfo (Man Pages): Add gcore man.
2605 (gcore man): New node.
2606
2607 2013-04-10 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.texinfo (Process Record and Replay): Document that "set
2610 record full insn-number-max", "set record
2611 instruction-history-size" and "set record
2612 function-call-history-size" accept "unlimited".
2613 (Backtrace): Document that "set backtrace limit" accepts
2614 "unlimited".
2615 (List): Document that "set listsize" accepts "unlimited".
2616 (Print Settings)" Document that "set print max-symbolic-offset",
2617 "set print elements" and "set print repeats" accept "unlimited".
2618 (Starting and Stopping Trace Experiments): Document that "set
2619 trace-buffer-size" accepts "unlimited".
2620 (Remote Configuration): Document that "set tcp connect-timeout"
2621 accepts "unlimited".
2622 (Command History): Document that "set history size" accepts
2623 "unlimited".
2624 (Screen Size): Document that "set height" and "set width" accepts
2625 "unlimited". Adjust "set pagination"'s description to suggest
2626 "set height unlimited" instead of "set height 0".
2627
2628 2013-04-10 Yao Qi <yao@codesourcery.com>
2629
2630 * gdb.texinfo (Trace Files): Add "target ctf".
2631
2632 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2633
2634 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2635
2636 * Makefile.in (install-man1, install-man5, uninstall-man1)
2637 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2638
2639 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2640
2641 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2642 Eli Zaretskii <eliz@gnu.org>
2643
2644 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2645 parameters order. Remove "On some targets" for --attach. Document the
2646 --multi parameter and extended-remote command. Document all the
2647 options.
2648
2649 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2652 the list of supported languages.
2653
2654 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2657 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2658 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2659 (diststuff): Add man.
2660 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2661 (uninstall-man5): New.
2662 (STAGESTUFF): Add *.1 and *.5.
2663 (GDBvn.texi): Add SYSTEM_GDBINIT.
2664 (gdb.1, gdbserver.1, gdbinit.5): New.
2665 (maintainer-clean realclean): Add $(MANS).
2666 (install): Add install-man.
2667 (uninstall): Add uninstall-man.
2668 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2669 (@copying): Wrap it by @c man begin COPYRIGHT.
2670 (Top): Add Man Pages.
2671 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2672
2673 2013-04-02 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.texinfo (Debugging Output): Document "set/show debug
2676 aarch64", "set/show debug coff-pe-read" and "set/show debug
2677 mach-o".
2678
2679 2013-04-02 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2682 table>: Add entry for "trace-buffer-size".
2683
2684 2013-03-28 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2687 table>: Add entry for "trace-status".
2688
2689 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2690
2691 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2692 @bullet", which is invalid (makeinfo 5.1 barfs).
2693
2694 2013-03-28 Pedro Alves <palves@redhat.com>
2695
2696 PR gdb/15294
2697
2698 * gdb.texinfo (List) <set listsize>: Adjust to document that
2699 listsize 0 means no limit, and remove mention of -1.
2700
2701 2013-03-22 Yao Qi <yao@codesourcery.com>
2702
2703 * gdb.texinfo (Embedded Processors): Remove menu item
2704 "OpenRISC 1000".
2705 (OpenRISC 1000): Remove.
2706
2707 2013-03-21 Doug Evans <dje@google.com>
2708
2709 * gdb.texinfo (Maintenance Commands): Add docs for
2710 "mt set per-command {space,time,symtab} {on,off}".
2711
2712 2013-03-14 Hui Zhu <hui@codesourcery.com>
2713 Yao Qi <yao@codesourcery.com>
2714
2715 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2716
2717 2013-03-13 Keith Seitz <keiths@redhat.com>
2718
2719 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2720 "maint agent" reference to Dynamic printf.
2721
2722 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2723
2724 * gdb.texinfo (General Query Packets): Don't use colon in index
2725 entries visible to Info format.
2726
2727 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2728
2729 * gdb.texinfo (Process Record and Replay): Document record
2730 changes.
2731
2732 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2733
2734 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2735 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2736 qXfer:btrace:read.
2737
2738 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2739
2740 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2741 use colons in @anchor and @cindex entries.
2742
2743 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2744
2745 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2746
2747 2013-03-08 Stan Shebs <stan@codesourcery.com>
2748 Hafiz Abid Qadeer <abidh@codesourcery.com>
2749
2750 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2751 trace-buffer-size set and show commands.
2752 (Tracepoint Packets): Document QTBuffer:size.
2753 (General Query Packets): Document QTBuffer:size.
2754
2755 2013-02-21 Tom Tromey <tromey@redhat.com>
2756
2757 * gdb.texinfo: Remove bad @syncodeindex.
2758 (Values From Inferior, Types In Python, Inferiors In Python)
2759 (Events In Python, Threads In Python, Frames In Python, Blocks In
2760 Python, Symbols In Python, Symbol Tables In Python): Remove
2761 @tables.
2762 (Packets, General Query Packets, Tracepoint Packets)
2763 (Host I/O Packets): Use @w{} for empty @item.
2764
2765 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2766
2767 * gdb.texinfo (Architectures In Python): Add description about
2768 the new method gdb.Architecture.disassemble.
2769
2770 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2771 Hafiz Abid Qadeer <abidh@codesourcery.com>
2772
2773 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2774 Document the "trace-file" field.
2775
2776 2013-02-07 Doug Evans <dje@google.com>
2777
2778 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2779 command.
2780
2781 2013-02-06 Yao Qi <yao@codesourcery.com>
2782
2783 * gdb.texinfo (GDB/MI Async Records): Document new MI
2784 notification "=tsv-modified". Update the document of MI
2785 notification "=tsv-created".
2786 * observer.texi (GDB Observers): New observer tsv_modified.
2787 Update observer tsv_created and tsv_delete.
2788
2789 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2790
2791 * gdb.texinfo (AArch64 Features): New section; document
2792 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2793 (Architectures): Add new AArch64 section to document AArch64
2794 architecture specific commands.
2795 (ABI): Add description of the new OS ABI "Newlib" and its influence
2796 on the longjmp handling.
2797
2798 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2799 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2802 variable in 'set/show backtrace' section.
2803
2804 2013-01-31 Tom Tromey <tromey@redhat.com>
2805
2806 * gdb.texinfo (Target Commands): Fix typo.
2807
2808 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2809
2810 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2811 describing the gdb.Architecture class.
2812 (Frames In Python): Add description about the new method
2813 gdb.Frame.architecture().
2814
2815 2013-01-23 Doug Evans <dje@google.com>
2816
2817 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2818
2819 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2820
2821 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2822 'thread-groups' field when printing a breakpoint in MI.
2823
2824 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2825 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2826 to reflect that jit-reader-load now supports absolute file-names.
2827
2828 2013-01-16 Tom Tromey <tromey@redhat.com>
2829
2830 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2831 (Signals): Likewise.
2832
2833 2013-01-16 Tom Tromey <tromey@redhat.com>
2834
2835 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2836 "catch-type" field.
2837 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2838
2839 2013-01-07 Tom Tromey <tromey@redhat.com>
2840
2841 * gdb.texinfo (Mode Options): Don't mention -epoch.
2842 (Data, Emacs): Remove obsolete comments.
2843
2844 2013-01-02 Tom Tromey <tromey@redhat.com>
2845
2846 * gdb.texinfo (GDB/MI Output Records): Update menu.
2847 (GDB/MI Breakpoint Information): New node.
2848 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2849 <-break-insert>: Likewise.
2850
2851 2012-12-31 Yao Qi <yao@codesourcery.com>
2852
2853 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2854 (Packets): Move "vStopped" packet to ...
2855 (Notification Packets): ... here. Describe the components
2856 of notification. Add a table of supported notifications.
2857 Add an example on the process of he async notification.
2858
2859 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2860
2861 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2862 present.
2863 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2864 fullname output always present.
2865
2866 2012-12-23 Pierre Muller <muller@sourceware.org>
2867
2868 * gdbint.texinfo (Function prototypes): Require use of "extern"
2869 modifier for function prototypes in headers.
2870
2871 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2872
2873 * refcard.tex: Update copyright notice to GPL v3 or later.
2874 Update contact info.
2875
2876 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2877
2878 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2879
2880 2012-12-15 Yao Qi <yao@codesourcery.com>
2881
2882 * gdb.texinfo (Debugging Output): Document 'set debug
2883 notification' and 'show debug notification'.
2884
2885 2012-12-15 Yao Qi <yao@codesourcery.com>
2886
2887 * gdb.texinfo (Listing Tracepoints): New item and example about
2888 'installed on target' output.
2889 Add more in the example about 'installed on target'.
2890 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2891
2892 2012-12-14 Tom Tromey <tromey@redhat.com>
2893
2894 * gdb.texinfo (SVR4 Process Information): Mention core files.
2895
2896 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2897
2898 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2899
2900 2012-12-11 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.texinfo: Remove all mentions of Unixware throughout.
2903
2904 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2907
2908 2012-11-29 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.texinfo (SVR4 Process Information): Document missing
2911 "info proc" subcommands.
2912
2913 2012-11-29 Yao Qi <yao@codesourcery.com>
2914
2915 PR gdb/1477.
2916 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2917 to 'auto' instead of 'gnu'.
2918
2919 2012-11-26 Tom Tromey <tromey@redhat.com>
2920
2921 * gdb.texinfo (MiniDebugInfo): New node.
2922 (GDB Files): Update.
2923
2924 2012-11-16 Doug Evans <dje@google.com>
2925
2926 * gdb.texinfo (System-wide configuration): If the system-wide init
2927 file lives in the data-directory, and --data-directory is provided,
2928 look for it there.
2929
2930 2012-11-15 Tom Tromey <tromey@redhat.com>
2931
2932 * gdb.texinfo (Signaling): Fix typo.
2933
2934 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2935
2936 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2937 parameter "count" of -data-write-memory-bytes, and add an example.
2938
2939 2012-11-12 Tom Tromey <tromey@redhat.com>
2940
2941 * gdb.texinfo (Symbols): Document "info type-printers",
2942 "enable type-printer" and "disable type-printer".
2943 (Python API): Add new node to menu.
2944 (Type Printing API): New node.
2945 (Progspaces In Python): Document type_printers field.
2946 (Objfiles In Python): Likewise.
2947 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2948 register_type_printer, TypePrinter>: Document.
2949
2950 2012-11-12 Tom Tromey <tromey@redhat.com>
2951
2952 * gdb.texinfo (Symbols): Document "set print type methods",
2953 "set print type typedefs", and flags to ptype and whatis.
2954
2955 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2956
2957 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2958 the example -data-disassemble output. Extend the description of
2959 the -data-disassemble results to document all fields. Document
2960 the cli disassemble command as being related to -data-disassemble.
2961
2962 2012-11-09 Yao Qi <yao@codesourcery.com>
2963
2964 PR gdb/14777.
2965 * gdb.texinfo (OS Information): Remove doc on command
2966 'info udot'.
2967
2968 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2971 gdb.ini warning for Windows port.
2972
2973 2012-11-08 Yao Qi <yao@codesourcery.com>
2974
2975 * gdb.texinfo (Search): Add kindex for 'fo'.
2976
2977 2012-11-05 Tom Tromey <tromey@redhat.com>
2978
2979 PR python/14802:
2980 * gdb.texinfo (Functions In Python): Add example.
2981
2982 2012-11-03 Yao Qi <yao@codesourcery.com>
2983
2984 * observer.texi (GDB Observers): Remove observer
2985 'tracepoint_modified', 'tracepoint_created' and
2986 'tracepoint_deleted'.
2987
2988 2012-10-26 Tom Tromey <tromey@redhat.com>
2989
2990 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2991
2992 2012-10-25 Tom Tromey <tromey@redhat.com>
2993
2994 * gdb.texinfo (General Query Packets): Use @itemx.
2995
2996 2012-10-17 Yao Qi <yao@codesourcery.com>
2997
2998 * observer.texi (GDB Observers): Update observer
2999 'memory_changed'.
3000 * gdb.texinfo (GDB/MI Async Records): Document for
3001 "memory-changed" notification.
3002
3003 2012-10-15 Doug Evans <dje@google.com>
3004
3005 * gdb.texinfo (Mode Options): Document -nh.
3006 Elaborate on docs for -nx.
3007
3008 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3009
3010 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3011
3012 2012-09-21 Yao Qi <yao@codesourcery.com>
3013 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.texinfo (GDB/MI Async Records): Document notification
3016 'record-started' and 'record-stopped'.
3017 * observer.texi (GDB Observers): New observer 'record-changed'.
3018
3019 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3020
3021 * gdb.texinfo: Document the removal of SH's 'regs' command.
3022
3023 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3024
3025 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3026
3027 2012-09-18 Yao Qi <yao@codesourcery.com>
3028
3029 * gdb.texinfo (GDB/MI Async Records): Document new MI
3030 notifications '=tsv-created' and '=tsv-deleted'.
3031 * observer.texi (GDB Observers): New observer tsv_created and
3032 tsv_deleted.
3033
3034 2012-09-18 Yao Qi <yao@codesourcery.com>
3035
3036 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3037 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3038 '=traceframe-changed'.
3039
3040 2012-09-17 Yao Qi <yao@codesourcery.com>
3041
3042 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3043 'set listsize'.
3044
3045 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3046 Eli Zaretskii <eliz@gnu.org>
3047
3048 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3049 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3050 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3051
3052 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3055
3056 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3057
3058 Document how to return from "python-interactive" to GDB.
3059 * gdb.texinfo (Python Commands): Update documentation.
3060
3061 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3062
3063 Add a new "python-interactive" command that starts a standard
3064 Python interactive prompt with "pi" as alias, and add "py" as
3065 an alias to "python".
3066 * gdb.texinfo (Python Commands): Document the new commands.
3067
3068 2012-08-22 Tom Tromey <tromey@redhat.com>
3069
3070 * gdbint.texinfo (Host Definition): Remove documentation for
3071 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3072
3073 2012-08-17 Keith Seitz <keiths@redhat.com>
3074
3075 PR c++/13356
3076 * gdb.texinfo (Type and Range Checking): Remove warning.
3077 Remove spurious commas.
3078 Update text and examples for re-implementation of set/show
3079 check type.
3080 (C and C++ Type and Range Checks): Likewise.
3081
3082 2012-08-16 Yao Qi <yao@codesourcery.com>
3083
3084 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3085 is deprecated.
3086
3087 2012-08-13 Doug Evans <dje@google.com>
3088
3089 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3090 to include functions.
3091
3092 2012-08-10 Doug Evans <dje@google.com>
3093
3094 * gdb.texinfo (Convenience Funs): New node.
3095 (Types In Python): Document Type.vector.
3096
3097 2012-08-09 Yao Qi <yao@codesourcery.com>
3098
3099 * observer.texi: New observer command_param_changed.
3100 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3101
3102 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 * gdbint.texinfo (Debugging GDB): In section
3105 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3106 Mention also gdb-gdb.py.
3107
3108 2012-08-07 Yao Qi <yao@codesourcery.com>
3109
3110 Revert the folloing patch:
3111 2012-08-06 Yao Qi <yao@codesourcery.com>
3112 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3113 remote hardware-watchpoint-limit' and 'set
3114 remote hardware-breakpoint-limit'.
3115
3116 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3117
3118 * gdb.texinfo (Working Directory): Added information about new
3119 default argument for 'cd' command.
3120
3121 2012-08-06 Yao Qi <yao@codesourcery.com>
3122
3123 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3124 remote hardware-watchpoint-limit' and 'set
3125 remote hardware-breakpoint-limit'.
3126
3127 2012-08-06 Yao Qi <yao@codesourcery.com>
3128
3129 Fix PR14371.
3130
3131 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3132 '=breakpoint-deleted'.
3133
3134 2012-08-02 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.texinfo (Native): Remove node Neutrino.
3137
3138 2012-07-27 Yao Qi <yao@codesourcery.com>
3139
3140 * gdb.texinfo (IPA Protocol Commands): Document new command
3141 'close'.
3142
3143 2012-07-25 Tom Tromey <tromey@redhat.com>
3144
3145 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3146
3147 2012-07-20 Doug Evans <dje@google.com>
3148
3149 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3150 (Index Files): Document how to control the use of deprecated index
3151 sections.
3152 (Index Section Format): Replace --use-deprecated-index-sections with
3153 "set use-deprecated-index-sections on".
3154
3155 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3156
3157 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3158 indices into a single node "Index". Instead, join function and
3159 variable indices into a single index, separate from the concept
3160 index. Requested in
3161 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3162 (Top): Update the top-level menu: instead of one "Index" there are
3163 now separate entries "Concept Index" and "Function and Variable
3164 Index".
3165 (Concept Index, Function and Variable Index): New nodes.
3166 (Index): Node deleted.
3167
3168 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3169
3170 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3171 and "maint agent-eval".
3172
3173 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3174
3175 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3176 avoid file-name clashes between Index.html and index.html on
3177 case-insensitive filesystems. See the discussion starting in
3178 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3179 details of the problem.
3180 (Top): Update the master menu for the above.
3181 (Concept Index, Command and Variable Index): New nodes, instead of
3182 the old "Index" node that was deleted. All cross-references
3183 updated.
3184
3185 2012-07-02 Stan Shebs <stan@codesourcery.com>
3186
3187 * gdb.texinfo (Dynamic Printf): Mention agent style and
3188 disconnected dprintf.
3189 (Maintenance Commands): Describe maint agent-printf.
3190 (General Query Packets): Mention BreakpointCommands feature.
3191 (Packets): Document commands extension to Z0 packet.
3192 * agentexpr.texi (Bytecode Descriptions): Document printf
3193 bytecode.
3194
3195 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3198 only after gdbinit files.
3199 (Startup): Move -iex and -iex commands down after gdbinit files.
3200
3201 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3202
3203 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3204 possibility.
3205
3206 2012-06-29 Tom Tromey <tromey@redhat.com>
3207
3208 * gdb.texinfo (Index Section Format): Update for version 7.
3209
3210 2012-06-28 Stan Shebs <stan@codesourcery.com>
3211
3212 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3213 example, add note about title column.
3214
3215 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3216
3217 * gdb.texinfo (Symbol Tables In Python): Add description about
3218 the new 'last' attribute of gdb.Symtab_and line.
3219
3220 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3221
3222 * gdb.texinfo (Symbol Tables In Python): Correct the description
3223 of the 'pc' attribute of gdb.Symtab_and_line.
3224
3225 2012-06-26 Doug Evans <dje@google.com>
3226
3227 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3228 and symtab-create.
3229
3230 2012-06-25 Keith Seitz <keiths@redhat.com>
3231
3232 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3233 from example. Remove "rbreak" from list of corresponding
3234 gdb commands.
3235
3236 2012-06-23 Doug Evans <dje@google.com>
3237
3238 * gdb.texinfo (Index Section Format): Document version 7 format.
3239
3240 2012-06-22 Yao Qi <yao@codesourcery.com>
3241
3242 * gdb.texinfo: Add missing cindex for some packets.
3243
3244 2012-06-20 Keith Seitz <keiths@redhat.com>
3245
3246 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3247 for -break-insert and document -p.
3248
3249 2012-06-20 Yao Qi <yao@codesourcery.com>
3250
3251 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3252 and "gdb.write_memory" with "Inferior.read_memory" and
3253 "Inferior.write_memory".
3254
3255 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3256
3257 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3258 (Free Documentation): Add @node line.
3259 (Continuing and Stepping) <advance location>: Use @item instead of
3260 @itemx.
3261 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3262 @itemx.
3263 (Embedded Processors): Put the link to "PA" to its correct place,
3264 according to document structure.
3265 (Python API): Put the link to "Lazy Strings In Python" to its
3266 correct place.
3267 (Index): Use @@ in @tex block to get a literal @.
3268
3269 * gdbint.texinfo: Fix the @subtitle line.
3270
3271 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3272 correct place.
3273
3274 2012-06-08 Yao Qi <yao@codesourcery.com>
3275
3276 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3277 Protocol'.
3278 (In-Process Agent Protocol, IPA Protocol Objects)
3279 (IPA Protocol Commands): New nodes.
3280 (Tracepoint Packets): Add anchors.
3281
3282 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3283
3284 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3285
3286 2012-06-06 Yao Qi <yao@codesourcery.com>
3287
3288 * gdb.texinfo: Update copyright year.
3289
3290 2012-05-23 Stan Shebs <stan@codesourcery.com>
3291 Kwok Cheung Yeung <kcy@codesourcery.com>
3292
3293 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3294
3295 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3296
3297 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3298 Mention also --with-separate-debug-dir.
3299 (Auto-loading): Prepend $debugdir in the sample output.
3300 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3301 auto-load safe-path variable.
3302 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3303 Mention also $debugdir for 'set auto-load scripts-directory'.
3304
3305 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3306
3307 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3308 (MIPS Embedded, MIPS, MIPS Register packet Format)
3309 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3310 appropriate.
3311
3312 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3313 Maciej W. Rozycki <macro@codesourcery.com>
3314
3315 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3316 mips compression".
3317 (MIPS Breakpoint Kinds): New subsubsection.
3318
3319 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3320
3321 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3322 nodes for subsections. Add @acronym mark-ups and adjust
3323 formatting.
3324
3325 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3326
3327 Rename $ddir to $datadir.
3328 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3329 (objfile-gdb.py file): Rename $ddir to $datadir.
3330
3331 2012-05-18 Tom Tromey <tromey@redhat.com>
3332
3333 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3334
3335 2012-05-14 Stan Shebs <stan@codesourcery.com>
3336
3337 * gdb.texinfo (Dynamic Printf): New subsection.
3338
3339 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3340
3341 * gdb.texinfo (Basic Python): Add description about the function
3342 gdb.find_pc_line
3343
3344 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3345 Eli Zaretskii <eliz@gnu.org>
3346
3347 * gdb.texinfo (Separate Debug Files): Use plural form for global
3348 debugging information directory.
3349
3350 2012-05-11 Stan Shebs <stan@codesourcery.com>
3351 Kwok Cheung Yeung <kcy@codesourcery.com>
3352
3353 * gdb.texinfo (Operating System Auxiliary Information): Document new
3354 'info os' subcommands.
3355
3356 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3357
3358 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3359 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3360 (dotdebug_gdb_scripts section): Add reference
3361 to 'Auto-loading safe path'.
3362
3363 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 Implement multi-component --with-auto-load-dir.
3366 * gdb.texinfo (Auto-loading): New references
3367 for 'set auto-load scripts-directory'
3368 and 'show auto-load scripts-directory'.
3369 (Auto-loading safe path): Describe the new default. Move $ddir
3370 substituation reference to 'objfile-gdb.py file'.
3371 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3372 script-name. Describe new 'set auto-load scripts-directory'
3373 and 'show auto-load scripts-directory'.
3374
3375 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 Provide $ddir substitution for --with-auto-load-safe-path.
3378 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3379 (Auto-loading safe path): Likewise. Mention the default value,
3380 $ddir substitution, --with-auto-load-safe-path and
3381 --without-auto-load-safe-path.
3382 * observer.texi (gdb_datadir_changed): New.
3383
3384 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3385
3386 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3387 Twice.
3388
3389 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3390 directory separator by path separator.
3391
3392 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3393
3394 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3395 for 'set auto-load safe-path' optional. Mention if it is omitted.
3396 Change disabling security protection condition to "/", twice.
3397
3398 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3399
3400 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3401 the new methods global_block and static_block on gdb.Symtab
3402 objects.
3403
3404 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3405
3406 * gdb.texinfo (Blocks In Python): Add a note saying that future
3407 improvements to GDB and its infrastructure can move symbols
3408 across blocks within a symbol table.
3409
3410 2012-04-29 Yao Qi <yao@codesourcery.com>
3411
3412 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3413 (A29K): Remove.
3414
3415 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3416 Tom Tromey <tromey@redhat.com>
3417
3418 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3419 and generic static probe support on GDB.
3420
3421 2012-04-25 Doug Evans <dje@google.com>
3422
3423 * gdb.texinfo (Go): Fix thinko.
3424
3425 * gdb.texinfo (Supported Languages): Add Go.
3426 (Go): New node.
3427
3428 2012-04-25 Yao Qi <yao@codesourcery.com>
3429
3430 * gdbint.texinfo (Testsuite): New section `Board settings'.
3431
3432 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3433
3434 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3435 Three times.
3436
3437 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3438 Three times.
3439
3440 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3443 by @table @asis. Fix formatting of one item.
3444
3445 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3446
3447 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3448
3449 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 New option "set debug auto-load".
3452 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3453 (auto-load verbose mode): New node.
3454
3455 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 New option "set auto-load safe-path".
3458 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3459 and "info auto-load" examples for safe-path. Put there also references
3460 for "set auto-load safe-path" and "show auto-load safe-path".
3461 New menu item for Auto-loading safe path.
3462 (Auto-loading safe path): New node.
3463 (Python Auto-loading): Update the expected output from "Missing"
3464 to "No".
3465
3466 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3467
3468 auto-load: Implementation.
3469 * gdb.texinfo (Mode Options): New anchor for -nx.
3470 (Startup): New anchors for Option -init-eval-command,
3471 Home Directory Init File
3472 and Init File in the Current Directory during Startup.
3473 Mention set auto-load local-gdbinit with a reference.
3474 Change the sample code to "set auto-load python-scripts".
3475 (Threads): New anchor set libthread-db-search-path.
3476 Provide references to libthread_db.so.1 file.
3477 (Controlling GDB): New menu item for Auto-loading.
3478 (Auto-loading, Init File in the Current Directory)
3479 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3480 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3481 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3482 reference.
3483 (Auto-loading): Rename to ...
3484 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3485 "set auto-load python-scripts", new anchor for it. Change
3486 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3487 for it. Change "info auto-load-scripts"
3488 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3489 to "Python scripts".
3490
3491 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3492
3493 PR mi/13393
3494 * gdb.texinfo (Print Settings): Extend the description for "set print
3495 object".
3496 (GDB/MI Variable Objects): Extend the description for -var-create and
3497 -var-list-children.
3498
3499 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3500
3501 * gdb.texinfo (Examining Data): Document the 'explore' command.
3502
3503 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3504
3505 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3506 to the children of a varobj and its update range when -var-update
3507 returns that the varobj's type changed.
3508
3509 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3510
3511 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3512 Create two new links fir 'objfile-gdb.py file'
3513 and 'dotdebug_gdb_scripts section'.
3514
3515 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3516
3517 * gdb.texinfo (Auto-loading): Rename node reference
3518 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3519 Twice.
3520 (.debug_gdb_scripts section): Rename the node ...
3521 (dotdebug_gdb_scripts section): ... here.
3522 (Maintenance Commands): Also rename this node reference.
3523
3524 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3525
3526 * gdb.texinfo (Python API/Values From Inferior): Add description
3527 about the new method Value.referenced_value. Add description on
3528 how Value.dereference is different (and similar) to
3529 Value.referenced_value.
3530
3531 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3534 --init-eval-command=COMMAND, -iex.
3535 (Startup): Describe -iex and -ix. Simplify the example
3536 for "set auto-load-scripts off".
3537
3538 2012-03-16 Gary Benson <gbenson@redhat.com>
3539
3540 PR breakpoints/10738
3541 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3542 stating that GDB cannot set breakpoints on inlined functions.
3543 (Mode Options): Document --use-deprecated-index-sections.
3544 (Index Section Format): Document new index section version format.
3545
3546 2012-03-15 Tom Tromey <tromey@redhat.com>
3547
3548 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3549
3550 2012-03-13 Doug Evans <dje@google.com>
3551
3552 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3553 of "reload".
3554 (Symbols): Delete docs for set/show symbol-reloading.
3555 * gdbint.texinfo (Defining Other Architecture Features): Delete
3556 SYMBOL_RELOADING_DEFAULT.
3557 * refcard.tex: Delete reference to symbol-reloading.
3558
3559 2012-03-07 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.texinfo (General Query Packets): Document new
3562 QProgramSignals packet.
3563 * gdb.texinfo (Remote configuration): Mention
3564 "program-signals-packet".
3565
3566 2012-03-05 Tristan Gingold <gingold@adacore.com>
3567
3568 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3569
3570 2012-03-03 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.texinfo (In-Process Agent): New node.
3573 Document new commands.
3574 (General Query Packets): Add packet `QAgent'.
3575
3576 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3577
3578 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3579
3580 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3581
3582 * gdb.texinfo (Commands In Python): Put example python macro in
3583 COMMAND_USER category rather than COMMAND_OBSCURE.
3584 Document gdb.COMMAND_USER.
3585 (User-defined Commands): Update documentation to clarify
3586 "set/show max-user-call-depth" and "show user" don't apply to python
3587 commands. Update documentation to clarify "help user-defined" may
3588 also include python commands defined as COMMAND_USER.
3589
3590 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3591
3592 * gdb.texinfo (Startup): Add option -ex description to the option -x
3593 description.
3594
3595 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3596
3597 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3598 condition-evaluation breakpoint parameter.
3599 Mention condition-evaluation mode being shown in "info break".
3600 (Break Conditions): Add description for target-side
3601 conditional breakpoints.
3602 (Remote Configuration): Mention conditional-breakpoints-packet.
3603 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3604 cond-expr.
3605 (General Query Packets): Mention new ConditionalBreakpoint feature.
3606
3607 2012-02-22 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3610
3611 2012-02-17 Tom Tromey <tromey@redhat.com>
3612
3613 PR python/10753:
3614 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3615 directory.
3616
3617 2012-02-14 Stan Shebs <stan@codesourcery.com>
3618
3619 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3620
3621 2012-02-13 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3624 mips-idt-ecoff.
3625
3626 2012-02-09 Yao Qi <yao@codesourcery.com>
3627
3628 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3629
3630 2012-02-07 Tom Tromey <tromey@redhat.com>
3631
3632 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3633 Symbol.value.
3634
3635 2012-02-07 Tom Tromey <tromey@redhat.com>
3636
3637 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3638
3639 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3640
3641 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3642
3643 2012-01-24 Tom Tromey <tromey@redhat.com>
3644
3645 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3646 unload".
3647 (Files): Mention new catch commands.
3648 (GDB/MI Async Records): Likewise.
3649
3650 2012-01-24 Gary Benson <gbenson@redhat.com>
3651
3652 Delete #if 0'd out code.
3653 * gdb.texinfo (Frame Info): Remove "info catch".
3654
3655 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3656
3657 * gdb.texinfo (Remote Configuration): Document
3658 "set remote hostio-readlink-packet" command.
3659 (General Query Packets): Document vFile:readlink packet.
3660
3661 2012-01-16 Tom Tromey <tromey@redhat.com>
3662
3663 * gdb.texinfo (Specify Location): Document relative file name
3664 handling.
3665
3666 2012-01-16 Tom Tromey <tromey@redhat.com>
3667
3668 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3669
3670 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3671 Eli Zaretskii <eliz@gnu.org>
3672
3673 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3674 code.
3675
3676 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3677
3678 * gdb.texinfo (Variables): Document use of :: for non-static
3679 variables.
3680
3681 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3682
3683 * gdbint.texinfo (Start of New Year Procedure): Update
3684 to replace use of copyright.sh by use of copyright.py.
3685
3686 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 Remove the gdbtui binary.
3689 * all-cfg.texi (GDBTUI): Remove.
3690 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3691 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3692 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3693
3694 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3695
3696 Introduce gdb.FinishBreakpoint in Python.
3697 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3698 (Python API): Add menu entry for Finish Breakpoints.
3699
3700 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3703 tests.
3704
3705 2011-12-16 Doug Evans <dje@google.com>
3706
3707 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3708
3709 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3710
3711 * gdb.texinfo (Python Commands): Remove "maint set/show print
3712 stack". Add documentation for "set/show python print-stack".
3713
3714 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3715
3716 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3717 should transfer control to the stub in the startup code instead of
3718 in main. Mention the need to get past the initial breakpoint.
3719
3720 2011-12-06 Tom Tromey <tromey@redhat.com>
3721
3722 * gdb.texinfo (Set Breaks): Update for new behavior.
3723
3724 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3727 List Format for SVR4 Targets'.
3728 (General Query Packets): New item qXfer:libraries-svr4:read.
3729 (Library List Format for SVR4 Targets): New node.
3730
3731 2011-12-01 Tom Tromey <tromey@redhat.com>
3732
3733 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3734 add.
3735
3736 2011-11-22 Tom Tromey <tromey@redhat.com>
3737
3738 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3739 reasons.
3740
3741 2011-11-20 Stan Shebs <stan@codesourcery.com>
3742
3743 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3744 note-related options and variables.
3745 (Tracepoint Packets): Document packet changes.
3746
3747 2011-11-20 Sanjoy Das <sdas@igalia.com>
3748
3749 * gdb.texinfo (JIT Interface): Add documentation on writing and
3750 usind JIT debug info readers.
3751 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3752 Debug Info Readers): New nodes.
3753
3754 2011-11-18 Yao Qi <yao@codesourcery.com>
3755
3756 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3757 tracepoint.
3758
3759 2011-11-15 Doug Evans <dje@google.com>
3760
3761 * gdb.texinfo (Files): Document basenames-may-differ.
3762
3763 2011-11-14 Doug Evans <dje@google.com>
3764
3765 * gdb.texinfo (Shell Commands): Document "!".
3766
3767 2011-11-14 Stan Shebs <stan@codesourcery.com>
3768 Kwok Cheung Yeung <kcy@codesourcery.com>
3769
3770 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3771 needed to get shorter fast tracepoints.
3772 (Tracepoint Packets): Document new qTMinFTPILen packet.
3773
3774 2011-11-14 Yao Qi <yao@codesourcery.com>
3775
3776 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3777 behavior of tracepoint.
3778 (General Query Packets): New feature InstallInTrace.
3779 (Remote Configuration): Document "set remote
3780 install-in-trace-packet".
3781
3782 2011-11-12 Matt Rice <ratmice@gmail.com>
3783
3784 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3785 Add arguments to info macro.
3786
3787 2011-11-10 Tom Tromey <tromey@redhat.com>
3788
3789 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3790 manual.
3791 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3792 (Macros): Add a footnote.
3793 (C): Remove paragraph about compiler options.
3794 (C Constants): Mention wide character and string constants.
3795 (C Plus Plus Expressions): Update compiler option advice. Mention
3796 using declarations. Mention ADL. Remove old HP compiler
3797 information.
3798
3799 2011-11-10 Tom Tromey <tromey@redhat.com>
3800
3801 PR c++/9257:
3802 * gdb.texinfo (Print Settings): Add an extra note about the need
3803 for a vtable.
3804
3805 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3806
3807 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3808 "set mips abi" documentation.
3809
3810 2011-11-04 Doug Evans <dje@google.com>
3811
3812 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3813
3814 2011-11-03 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.texinfo (Stopping): Add menu entry.
3817 (Continuing and Stepping): Restore @node. Use @section, not
3818 @subsection.
3819
3820 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3821
3822 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3823 designation. Fix "Specify Location" cross-reference.
3824
3825 2011-11-02 Stan Shebs <stan@codesourcery.com>
3826
3827 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3828 (General Query Packets): Describe tracenz feature.
3829 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3830
3831 2011-10-28 Paul Koning <paul_koning@dell.com>
3832
3833 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3834
3835 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3836
3837 * gdb.texinfo ((Frames In Python): Document
3838 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3839
3840 2011-10-26 Paul Koning <paul_koning@dell.com>
3841
3842 * gdb.texinfo (gdb.types): Document new deepitems function.
3843
3844 2011-10-25 Paul Koning <paul_koning@dell.com>
3845
3846 PR python/13327
3847
3848 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3849 fetch_lazy method.
3850
3851 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3852
3853 PR python/12656
3854
3855 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3856 global_block, static_block function.
3857
3858 2011-10-19 Tom Tromey <tromey@redhat.com>
3859
3860 * gdb.texinfo (Commands In Python): Add missing "@"s.
3861
3862 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3863
3864 PR python/13285 Document named constants for frame unwind stop reasons
3865 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3866 constants.
3867
3868 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 Fix compatibility with texinfo versions older than 4.12.
3871 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3872 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3873 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3874 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3875 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3876 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3877 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3878
3879 2011-10-09 Doug Evans <dje@google.com>
3880
3881 * gdb.texinfo (Extending GDB): Document alias command.
3882
3883 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 Support @entry in input expressions.
3886 * gdb.texinfo (Variables): Describe @entry names suffix.
3887 (Print Settings): Add anchor for `set print entry-values'.
3888
3889 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3890 Eli Zaretskii <eliz@gnu.org>
3891
3892 Display @entry parameter values (without references).
3893 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3894 example.
3895 (Print Settings): New description of set print entry-values and show
3896 print entry-values.
3897
3898 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3899 Eli Zaretskii <eliz@gnu.org>
3900
3901 Recognize virtual tail call frames.
3902 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3903 (Tail Call Frames): New node.
3904 (Frames In Python): Add gdb.TAILCALL_FRAME.
3905
3906 2011-10-07 Doug Evans <dje@google.com>
3907
3908 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3909 register_pretty_printer.
3910
3911 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3912
3913 PR python/12930
3914 PR python/12802
3915
3916 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3917 stop method.
3918
3919 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3920
3921 * gdb.texinfo (Starting your Program): "set disable-randomization"
3922 is no longer Linux-specific.
3923 (Remote Configuration): Document "set remote
3924 disable-randomization-packet".
3925 (General Query Packets): Document "QDisableRandomization" packet
3926 and add it to "qSupported" list.
3927
3928 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3929
3930 Allow Python notification of new object-file loadings.
3931 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3932 event type.
3933
3934 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3935
3936 PR python/12691: Add the inferior to Python exited event
3937 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3938
3939 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3940
3941 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3942 rephasing.
3943
3944 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3945
3946 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3947 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3948 as possible feature returned by the `-list-features'
3949 command.
3950
3951 2011-09-28 Paul Koning <paul_koning@dell.com>
3952
3953 * gdb.texinfo (gdb.Type): Document field access by dictionary
3954 key syntax.
3955
3956 2011-09-28 Yao Qi <yao@codesourcery.com>
3957
3958 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3959 Add one space after option `-s'. Remove @r{} markup.
3960
3961 2011-09-27 Stan Shebs <stan@codesourcery.com>
3962
3963 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3964
3965 2011-09-16 Hui Zhu <teawater@gmail.com>
3966
3967 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3968 to *(unsigned char *)$esp@300.
3969
3970 2011-09-15 Paul Koning <paul_koning@dell.com>
3971
3972 * gdb.texinfo: Make style of Python functions and methods match
3973 the syntax of Python. Also put class and module names explicitly
3974 on function, member, and variable names, matching Python
3975 documentation conventions.
3976
3977 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3978
3979 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3980 * gdb.texinfo (Inferiors In Python): Describe new
3981 gdb.selected_inferior() function.
3982
3983 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3984
3985 Handle multiple breakpoint hits in Python interface:
3986 * gdb.texinfo (Events In Python): New function documentation:
3987 gdb.BreakpointEvent.breakpoints. Indicate that
3988 gdb.BreakpointEvent.breakpoint is now deprecated.
3989
3990 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3991
3992 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3993
3994 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3995
3996 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3997
3998 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3999
4000 * gdb.texinfo (Prompt): Add set/show extended-prompt
4001 documentation
4002 (Basic Python): Add prompt_hook anchor.
4003 (Python modules): Reword module text to reflect multiple modules.
4004 (gdb.prompt): Document gdb.prompt module.
4005
4006 2011-08-14 Yao Qi <yao@codesourcery.com>
4007
4008 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4009
4010 2011-08-14 Yao Qi <yao@codesourcery.com>
4011
4012 * gdb.texinfo (Standard Target Features): Document C6x features.
4013 (TIC6x Features): New node.
4014
4015 2011-08-12 Doug Evans <dje@google.com>
4016
4017 * gdb.texinfo (Symbols In Python): Document symbol.type.
4018
4019 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4020
4021 * gdb.texinfo (Python): Document command and function
4022 auto-loading.
4023
4024 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4025 Eli Zaretskii <eliz@gnu.org>
4026
4027 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4028 typedefs unrolling. Extend the sample code by an inner typedef and
4029 outer typedefs unrolling.
4030
4031 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4032
4033 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4034 size and line-size.
4035
4036 2011-07-21 Matt Rice <ratmice@gmail.com>
4037
4038 PR macros/12999
4039 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4040 Update text and cindex entries for info macro command.
4041
4042 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4043
4044 * observer.texi (GDB Observers): Add before_prompt observer.
4045 * gdb.texinfo (Basic Python): Add documentation for prompt
4046 substitution.
4047
4048 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4049
4050 PR python/12438
4051 * gdb.texinfo (Python Commands): Add deprecate note to maint
4052 set/show python print-stack. Document set/show python
4053 print-backtrace.
4054
4055 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4056
4057 * gdb.texinfo: Fix typos.
4058
4059 2011-07-01 Tom Tromey <tromey@redhat.com>
4060
4061 * gdb.texinfo (Debugging Output): Document set debug
4062 check-physname.
4063
4064 2011-06-29 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4067 breakpoint-notifications feature.
4068
4069 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4070
4071 * gdb.texinfo (Target Description): Remove warning about
4072 possibly unstable format.
4073
4074 2011-06-03 Tom Tromey <tromey@redhat.com>
4075
4076 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4077 (Events In Python): Note that exit_code is optional.
4078
4079 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4080
4081 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4082 required for multi-threading support.
4083 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4084 Hc are deprecated for multi-threading debugging. Point readers at
4085 the vCont packet.
4086
4087 2011-05-15 Doug Evans <dje@google.com>
4088
4089 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4090
4091 2011-05-13 Doug Evans <dje@google.com>
4092
4093 * gdb.texinfo (Threads): Document $sdir,$pdir.
4094 (Server): Document $pdir exception.
4095
4096 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4097
4098 * gdb.texinfo (Threads): Clarify default value for
4099 libthread-db-search-path.
4100
4101 * gdb.texinfo (Completion): Update example.
4102 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4103
4104 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4105
4106 * gdb.texinfo: Document change in the behaviour of the enable and
4107 disable GDB commands when applied to tracepoints.
4108 Document the EnableDisableTracepoints remote stub feature.
4109 Document QTEnable and QTDisable in the list of tracepoint packets.
4110
4111 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4114 hsuser.texi.
4115 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4116 comment to hsuser.texi. Change rluser.texi name in the comment.
4117
4118 2011-05-10 Doug Evans <dje@google.com>
4119
4120 * gdb.texinfo (Threads): If an empty path is provided for
4121 libthread-db-search-path it is reset to its default value.
4122 (Server): Ditto.
4123
4124 2011-05-09 Doug Evans <dje@google.com>
4125
4126 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4127
4128 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4129 Thiago Jung Bauermann <bauerman@br.ibm.com>
4130
4131 Implement support for PowerPC BookE masked watchpoints.
4132 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4133 (PowerPC Embedded): Mention support of masked watchpoints.
4134
4135 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4136
4137 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4138 `@value{GDBN}'.
4139
4140 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4141
4142 * gdb.texinfo (titlepage): Remove dedication.
4143 (In Memoriam): New appendix.
4144
4145 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4146 Eli Zaretskii <eliz@gnu.org>
4147
4148 * gdb.texinfo (Index Section Format): Change the version to 5.
4149 Describe the different formula.
4150
4151 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4152 Eli Zaretskii <eliz@gnu.org>
4153
4154 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4155 for disconnected tracing.
4156 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4157 extended-remote relationship. Mention --once.
4158 (TCP port allocation lifecycle of @code{gdbserver}): New.
4159
4160 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4161
4162 * gdb.texinfo (Server): Improve indexing. Index all optional
4163 switches to gdbserver.
4164
4165 2011-04-20 Tom Tromey <tromey@redhat.com>
4166
4167 * gdb.texinfo (Index Section Format): New node.
4168 (Top): Add new node to menu.
4169
4170 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4171
4172 * gdb.texinfo (Maintenance Commands): Document `maint print
4173 remote-registers'.
4174
4175 2011-04-20 Tom Tromey <tromey@redhat.com>
4176
4177 * gdb.texinfo (Trace File Format): Move node later.
4178
4179 2011-04-19 Tom Tromey <tromey@redhat.com>
4180
4181 * gdbint.texinfo (Register Information Functions): Remove
4182 duplicate "the".
4183 * gdb.texinfo (Emacs): Remove duplicate "to".
4184 (GDB/MI Variable Objects): Remove duplicate "the".
4185 (General Query Packets): Likewise.
4186
4187 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4188
4189 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4190 "GDB/MI Ada Exception Information" node.
4191
4192 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4193
4194 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4195 the "exception-name" field in the *stopped async record.
4196
4197 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4198 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4199
4200 Implement support for PowerPC BookE ranged breakpoints.
4201 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4202
4203 2011-03-28 Tom Tromey <tromey@redhat.com>
4204
4205 * gdb.texinfo (Set Tracepoints): Fix typo.
4206
4207 2011-03-24 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.texinfo (Specify Location): Document `function:label'
4210 linespec.
4211
4212 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4213
4214 PR python/12149
4215
4216 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4217
4218 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4219
4220 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4221 (Inferiors In Python): Likewise.
4222 (Threads In Python): Likewise.
4223 (Symbols In Python): Likewise.
4224 (Objfiles In Python): Likewise.
4225 (Symbol Tables In Python): Likewise.
4226
4227 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4228
4229 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4230 display>: Explain that the commands accept number ranges.
4231
4232 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4233
4234 * gdb.texinfo (Breakpoints In Python): Add description and example
4235 of Python stop function operation.
4236
4237 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4238
4239 * gdb.texinfo (Parameters In Python): Document get_set_string and
4240 get_show_string methods.
4241
4242 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4243
4244 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4245
4246 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4247 circular-trace-buffer name.
4248
4249 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4252 in the previous change.
4253
4254 2011-02-27 Michael Snyder <msnyder@vmware.com>
4255
4256 * gdb.texinfo (Inferiors and Programs): Update commands to show
4257 that they can accept multiple arguments.
4258
4259 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4260
4261 Revert the following patch (code patch was not approved):
4262 2011-02-21 Hui Zhu <teawater@gmail.com>
4263 * agentexpr.texi (bytecode descriptions): add printf.
4264 * gdb.texinfo (tracepoint action lists): add printf.
4265
4266 2011-02-23 Doug Evans <dje@google.com>
4267
4268 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4269
4270 2011-02-23 Michael Snyder <msnyder@vmware.com>
4271
4272 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4273 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4274 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4275
4276 2011-02-22 Doug Evans <dje@google.com>
4277
4278 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4279 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4280 add description of result, fix @defun formatting.
4281
4282 2011-02-21 Hui Zhu <teawater@gmail.com>
4283
4284 * agentexpr.texi (Bytecode Descriptions): Add printf.
4285 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4286
4287 2011-02-18 Tom Tromey <tromey@redhat.com>
4288
4289 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4290
4291 2011-02-14 Michael Snyder <msnyder@vmware.com>
4292
4293 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4294 Document new command "thread find".
4295
4296 2011-02-14 Michael Snyder <msnyder@vmware.com>
4297
4298 * gdb.texinfo (Threads): Update example of new thread message.
4299
4300 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4301
4302 * gdb.texinfo (Remote Configuration): Mention set/show remote
4303 traceframe-info.
4304 (Tools/Packages Optional for Building GDB): Mention that expat is
4305 used for traceframe info.
4306 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4307 (General Query Packets) <qSupported>: Describe the
4308 qXfer:traceframe-info:read feature.
4309 (qXfer::read): Describe qXfer:traceframe-info:read.
4310 (Traceframe Info Format): New section.
4311
4312 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4313
4314 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4315 for casts and unary operators.
4316
4317 2011-02-04 Tom Tromey <tromey@redhat.com>
4318
4319 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4320 is not useful.
4321
4322 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4323
4324 * gdb.texinfo: s/value optimized out/optimized out/g
4325
4326 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4327
4328 * gdb.texinfo (Other Misc Settings): Rework part of the
4329 documentation of the "set interactive mode" command.
4330
4331 2011-01-19 Tom Tromey <tromey@redhat.com>
4332
4333 * gdb.texinfo (Threads): Document thread name output and `thread
4334 name' command.
4335 (Threads In Python): Document Thread.name attribute.
4336 (GDB/MI Thread Commands): Document thread attributes.
4337
4338 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4339
4340 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4341 changes in mi/mi-cmd-disas.c
4342
4343 2011-01-12 Tom Tromey <tromey@redhat.com>
4344
4345 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4346 Fix "thread apply" text.
4347
4348 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4349 Thiago Jung Bauermann <bauerman@br.ibm.com>
4350
4351 Implement support for PowerPC BookE ranged watchpoints.
4352 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4353 the "set powerpc exact-watchpoints" flag.
4354
4355 2011-01-07 Tom Tromey <tromey@redhat.com>
4356
4357 * gdb.texinfo (Python API): Add descriptions to @menu items.
4358
4359 2011-01-06 Tom Tromey <tromey@redhat.com>
4360
4361 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4362
4363 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4364
4365 * gdb.texinfo (Debugging Output): Document "set debug jit".
4366
4367 2011-01-06 Tom Tromey <tromey@redhat.com>
4368
4369 PR python/12133:
4370 * gdb.texinfo (Frames In Python): Document various frame
4371 constants.
4372
4373 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4374
4375 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4376 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4377 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4378
4379 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4380
4381 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4382 (clean): Add GDBvn.texi.
4383
4384 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4385
4386 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4387 occasional case where the debugger prints an array address
4388 instead of the array itself.
4389
4390 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4391
4392 * gdb.texinfo (Packets) <read registers packet>: Document support
4393 for registers that were not collected.
4394
4395 2010-12-15 Doug Evans <dje@google.com>
4396
4397 * gdb.texinfo (Startup): Document auto-loading of scripts during
4398 startup.
4399 (Auto-loading): Delete "maint set python auto-load on|off".
4400 Add "set auto-load-scripts on|off".
4401
4402 2010-12-07 Doug Evans <dje@google.com>
4403
4404 * gdb.texinfo (Mode Options): Document -data-directory.
4405 (Data Files): Add reference to -data-directory.
4406
4407 2010-11-29 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (Pretty-Printer Introduction): Change
4410 printer-name:subprinter-name to printer-name;subprinter-name.
4411
4412 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4413
4414 PR python/12199
4415
4416 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4417
4418 2010-11-23 Tom Tromey <tromey@redhat.com>
4419
4420 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4421 (Editing): Likewise.
4422 (Command History): Likewise.
4423 (TUI Keys): Likewise.
4424 (Bug Reporting): Conditionally include rluser.texi and
4425 inc-history.texinfo.
4426 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4427 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4428 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4429 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4430 (gdb.pdf): Likewise.
4431 (gdb.info): Likewise.
4432 (gdb/index.html): Likewise.
4433
4434 2010-11-23 Tom Tromey <tromey@redhat.com>
4435
4436 * Makefile.in (Makefile): Run ../config.status.
4437 (distclean): Update.
4438 * configure: Remove.
4439 * configure.ac: Remove.
4440
4441 2010-11-12 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.texinfo (Basic Python): Update. Add xref.
4444 (Exception Handling): Document new exception classes.
4445 (Types In Python): Update.
4446 (Frames In Python): Update.
4447
4448 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4449
4450 * gdb.texinfo (Breakpoints In Python): Document "internal"
4451 parameter, and visible attribute.
4452
4453 2010-11-05 Doug Evans <dje@google.com>
4454
4455 * gdb.texinfo (Source Path): Document "set directories".
4456
4457 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4458
4459 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4460 (OpenCL C): New node.
4461
4462 2010-11-02 Doug Evans <dje@google.com>
4463
4464 * gdb.texinfo (Pretty Printing): Expand into three sections,
4465 introduction, example, and commands.
4466 (Python API): Delete section Disabling Pretty-Printers, merge into
4467 Selecting Pretty-Printers.
4468 (Writing a Pretty-Printer): New section. Move the pretty-printer
4469 example here, and reformat to match python coding style. Add a second
4470 example using the gdb.printing module.
4471 (Python modules): Add gdb.printing.
4472
4473 2010-10-29 Doug Evans <dje@google.com>
4474
4475 * gdb.texinfo (Python): Fix long line.
4476
4477 2010-10-20 Doug Evans <dje@google.com>
4478
4479 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4480 All references updated. Correct sections marked as subsections.
4481 (Coding Standards): New chapter. Move the coding standard related
4482 subsections here. Add section on Python coding standards.
4483
4484 2010-10-13 Doug Evans <dje@google.com>
4485
4486 * gdb.texinfo (Python): Add "Python modules".
4487 (Types in Python): Add reference to gdb.types section.
4488 (Python modules): New node.
4489
4490 2010-10-11 Doug Evans <dje@google.com>
4491
4492 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4493 Python" from gdb.Value.type description.
4494
4495 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4496
4497 * gdb.texinfo (Ravenscar Profile): New node.
4498
4499 2010-09-22 Tom Tromey <tromey@redhat.com>
4500
4501 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4502
4503 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4504
4505 * gdb.texinfo (Values From Inferior): Clarify that
4506 value.dynamic_type works only in C++ programs with RTTI.
4507
4508 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4509
4510 * gdb.texinfo (Character Sets): Correctly reference host-charset
4511 in example.
4512
4513 2010-09-13 Tom Tromey <tromey@redhat.com>
4514
4515 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4516 Document "fullname" and "from".
4517
4518 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4519
4520 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4521 feature `reverse' output by -list-target-features.
4522
4523 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4524
4525 * gdb.texinfo (i386 Features): Remove an extra "@item".
4526
4527 2010-08-30 Tom Tromey <tromey@redhat.com>
4528
4529 PR python/11792:
4530 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4531
4532 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4533
4534 * gdb.texinfo (ARM Features): Document
4535 org.gnu.gdb.arm.m-profile.
4536
4537 2010-08-23 Tom Tromey <tromey@redhat.com>
4538
4539 PR python/11145:
4540 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4541 reinterpret_cast methods.
4542
4543 2010-08-23 Tom Tromey <tromey@redhat.com>
4544
4545 PR python/11915:
4546 * gdb.texinfo (Types In Python): Document array method.
4547
4548 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4549
4550 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4551
4552 2010-08-16 Tom Tromey <tromey@redhat.com>
4553
4554 * gdb.texinfo (Set Watchpoints): Document -location option.
4555
4556 2010-08-13 Doug Evans <dje@google.com>
4557
4558 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4559
4560 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4561
4562 * gdb.texinfo (GDB/MI Data Manipulation): Document
4563 -data-read-memory-raw and -data-write-memory-raw.
4564
4565 2010-08-11 Tom Tromey <tromey@redhat.com>
4566 Phil Muldoon <pmuldoon@redhat.com>
4567
4568 * gdb.texinfo (Basic Python): Describe post_event API.
4569
4570 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4571
4572 * gdb.texinfo (Basic Python): Describe solib_address and
4573 decode_line Python APIs
4574
4575 2010-08-10 Tom Tromey <tromey@redhat.com>
4576
4577 * gdb.texinfo (Pretty Printing API): Document
4578 gdb.default_visualizer.
4579
4580 2010-08-10 Tom Tromey <tromey@redhat.com>
4581
4582 Revert gdb-add-index addition:
4583 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4584
4585 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4586 Eli Zaretskii <eliz@gnu.org>
4587
4588 * gdb.texinfo (Mode Options) <-batch>
4589 (Basic Python) <gdb.execute>: Describe setting width and height.
4590
4591 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4592
4593 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4594
4595 2010-07-30 Tom Tromey <tromey@redhat.com>
4596
4597 * gdb.texinfo (Index Files): Mention gdb-add-index.
4598
4599 2010-07-30 Hui Zhu <teawater@gmail.com>
4600
4601 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4602 "detach inferior" and "kill inferior".
4603
4604 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4605
4606 * gdb.texinfo (Machine Code): Update description of two forms of
4607 arguments, and add new example to demonstrate the new form.
4608
4609 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4610
4611 * gdb.texinfo (Values From Inferior): Add value inferior function
4612 call description.
4613
4614 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4617
4618 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4619 Eli Zaretskii <eliz@gnu.org>
4620
4621 Make core files the process_stratum.
4622 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4623 record_stratum example.
4624
4625 2010-07-13 Tom Tromey <tromey@redhat.com>
4626
4627 * gdb.texinfo (Index Files): New node.
4628
4629 2010-07-13 Tom Tromey <tromey@redhat.com>
4630
4631 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4632
4633 2010-07-13 Tom Tromey <tromey@redhat.com>
4634
4635 * gdb.texinfo (Specify Location): Document labels.
4636
4637 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4638
4639 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4640 entries for fast tracepoints and static tracepoints.
4641
4642 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4643
4644 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4645 qsThreadInfo>: Spell out `l' as ell.
4646
4647 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4648
4649 * gdb.texinfo (Convenience Variables): Document $_sdata.
4650 (Commands to Set Tracepoints): Describe static tracepoints. Add
4651 `Listing Static Tracepoint Markers' menu entry. Document
4652 "strace".
4653 (Tracepoint Action Lists): Document collecting $_sdata.
4654 (Listing Static Tracepoint Markers): New subsection.
4655 (Tracepoints support in gdbserver): Mention static tracepoints.
4656 (remote packets, enabling and disabling): Mention
4657 read-sdata-object.
4658 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4659 and StaticTracepoint.
4660 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4661 Document qXfer:sdata:read.
4662 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4663
4664 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4665
4666 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4667
4668 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4669 Tom Tromey <tromey@redhat.com>
4670 Thiago Jung Bauermann <bauerman@br.ibm.com>
4671
4672 * gdb.texinfo (Inferiors In Python): New node.
4673 * gdb.texinfo (Threads In Python): New node.
4674
4675 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4676
4677 * gdb.texinfo (Python): Document what the python directory is
4678 and what its location is.
4679 (Basic Python): Document the gdb.PYTHONDIR constant.
4680
4681 2010-06-25 Tom Tromey <tromey@redhat.com>
4682
4683 PR python/10808:
4684 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4685
4686 2010-06-24 Hui Zhu <teawater@gmail.com>
4687
4688 * gdb.texinfo: (Commands for Controlled Output): Add
4689 documentation for command "eval".
4690
4691 2010-06-21 Stan Shebs <stan@codesourcery.com>
4692
4693 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4694 * annotate.texinfo: Ditto.
4695 * gdbint.texinfo: Ditto.
4696 * stabs.texinfo: Ditto.
4697
4698 2010-06-22 Hui Zhu <teawater@gmail.com>
4699
4700 * gdb.texinfo: (Process Record and Replay): Add documentation
4701 for command "set record memory-query".
4702
4703 2010-06-21 Stan Shebs <stan@codesourcery.com>
4704
4705 * gdb.texinfo: Relicense under GFDL version 1.3.
4706 * annotate.texinfo: Relicense under GFDL version 1.3.
4707 * gdbint.texinfo: Relicense under GFDL version 1.3.
4708 * stabs.texinfo: Relicense under GFDL version 1.3.
4709 * fdl.texi: Update to version 1.3.
4710
4711 2010-06-18 Stan Shebs <stan@codesourcery.com>
4712
4713 * gdb.texinfo (Operating System Auxiliary Information): Describe
4714 "info os" when no arguments given.
4715
4716 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4717 $_thread.
4718
4719 2010-06-18 Hui Zhu <teawater@gmail.com>
4720
4721 * gdb.texinfo: (Process Record and Replay): Add documentation
4722 for commands "record save" and "record restore".
4723
4724 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 * gdb.texinfo: Include information about the correct use
4727 of addresses in the `watch' command.
4728
4729 2010-06-11 Stan Shebs <stan@codesourcery.com>
4730
4731 * gdb.texinfo (Observer Mode): New section.
4732 (General Query Packets): Document QAllow.
4733
4734 2010-06-04 Doug Evans <dje@google.com>
4735
4736 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4737
4738 2010-06-03 Doug Evans <dje@google.com>
4739
4740 * gdbint.texinfo (Coding): Add subsection on command names.
4741
4742 2010-06-02 Tom Tromey <tromey@redhat.com>
4743
4744 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4745 always-disassemble.
4746
4747 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4748
4749 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4750 gdbserver, and add cross reference.
4751 (Tracepoints support in gdbserver): New subsection.
4752
4753 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4754
4755 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4756 `qRelocInsn' feature.
4757 (Relocate instruction reply packet): New subsection
4758 of `Tracepoint Packets'.
4759 (Tracepoint Packets): Mention that packets QTDP and QTStart
4760 support the qRelocInsn request, and add cross reference to new
4761 subsection.
4762
4763 2010-05-25 Doug Evans <dje@google.com>
4764
4765 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4766 (Commands In Python): Document gdb.string_to_argv.
4767
4768 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4771 ATTR_NORETURN.
4772
4773 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4774 Tom Tromey <tromey@redhat.com>
4775 Thiago Jung Bauermann <bauerman@br.ibm.com>
4776
4777 * gdb.texinfo (Parameters In Python): New Node.
4778
4779 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4780
4781 * gdb.texinfo: (Summary) Add mention about D language support.
4782 (Filenames): Add D suffixes.
4783 (D): New node.
4784
4785 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4786
4787 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4788 of macro deleted from GDB code.
4789
4790 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4791
4792 * gdb.texinfo (Commands to specify files): Describe what how GDB
4793 looks up DOS-based filesystem paths on the system root. Document
4794 the new `set/show target-file-system-kind' commands.
4795
4796 2010-04-23 Doug Evans <dje@google.com>
4797
4798 * gdb.texinfo (Python): Move Auto-loading section here ...
4799 (Python API): from here.
4800 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4801 (Maintenance Commands): Add docs for "maint print section-scripts".
4802
4803 2010-04-20 Chris Moller <cmoller@redhat.com>
4804
4805 * gdb.texinfo (Setting Breakpoints): Added description of
4806 filename-qualified rbreak.
4807 * refcard.tex (Breakpoints and Watchpoints): Added brief
4808 description of filename-qualified rbreak.
4809
4810 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4813 (Python API): Change the reference to Pretty Printing API.
4814 (Pretty Printing): Move the user part under the Data node. Reformat
4815 the sample output to 72 columns. Create a new reference to Pretty
4816 Printing API. Rename the API part ...
4817 (Pretty Printing API): To a new node name.
4818 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4819 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4820
4821 2010-04-21 Stan Shebs <stan@codesourcery.com>
4822
4823 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4824 and commands.
4825 (Listing Tracepoints): Update to reflect current behavior.
4826
4827 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4828
4829 * gdb.texinfo (Examining memory): Update for change in string
4830 display with explicit size.
4831
4832 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4833
4834 PR breakpoints/8554.
4835
4836 * gdb.texinfo (Save Breakpoints): New node.
4837 (save-tracepoints): Rename to ...
4838 (save tracepoints): ... this. Mention that `save-tracepoints' is
4839 a deprecated alias to `save tracepoints'.
4840
4841 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4842
4843 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4844 (info w32 thread-information-block): Document new command.
4845 (qGetTIBAddress): Document new gdbserver query.
4846 (maint set/show show-all-tib): Document new command.
4847
4848 2010-04-15 Doug Evans <dje@google.com>
4849
4850 * gdb.texinfo (Python API): Add progspaces section.
4851 (Selecting Pretty-Printers): Progspace pretty-printers are
4852 searched too.
4853 (Progspaces In Python): New section.
4854
4855 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4856
4857 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4858
4859 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4860 returns None.
4861
4862 2010-04-09 Stan Shebs <stan@codesourcery.com>
4863
4864 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4865 Describe the `frames-created' field, tweak grammar.
4866
4867 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4868
4869 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4870 Describe the `circular' and `disconnected' fields.
4871
4872 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4873
4874 * gdb.texinfo (maint print registers): Mention unavailable and
4875 invisible registers.
4876
4877 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4878 Thiago Jung Bauermann <bauerman@br.ibm.com>
4879 Tom Tromey <tromey@redhat.com>
4880
4881 * gdb.texinfo (Breakpoints In Python): New Node.
4882
4883 2010-04-08 Stan Shebs <stan@codesourcery.com>
4884
4885 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4886 trace status fields.
4887
4888 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4889
4890 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4891 optional. Make org.gnu.gdb.i386.avx requires
4892 org.gnu.gdb.i386.avx.
4893
4894 2010-04-08 Doug Evans <dje@google.com>
4895
4896 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4897 search path, and document that gdb only scans the search path if
4898 the script's path doesn't specify a directory.
4899
4900 2010-04-05 Doug Evans <dje@google.com>
4901
4902 * gdb.texinfo (maint show python auto-load): Fix typo.
4903
4904 2010-04-04 Stan Shebs <stan@codesourcery.com>
4905
4906 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4907 (Setting Watchpoints): Update description of "info watch".
4908 (Disabling Breakpoints): Only "info break" lists all.
4909
4910 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4911 (tdump): Explain how tdump works.
4912
4913 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4914
4915 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4916 add cross reference.
4917
4918 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4919
4920 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4921 commands error out.
4922
4923 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4924
4925 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4926
4927 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4928
4929 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4930
4931 2010-03-29 Stan Shebs <stan@codesourcery.com>
4932 Nathan Sidwell <nathan@codesourcery.com>
4933
4934 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4935 GDBN equivalent.
4936 (Set Tracepoints): Remove mention that conditional tracepoints
4937 don't exist.
4938 (Tracepoint Actions): Clarify when while-stepping collection
4939 happens, note that while-stepping does not automatically collect
4940 $pc.
4941
4942 2010-03-29 Stan Shebs <stan@codesourcery.com>
4943
4944 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4945 (General Query Packets): Describe TracepointSource.
4946
4947 2010-03-27 Matt Rice <ratmice@gmail.com>
4948
4949 * gdb.texinfo (ARM): Document arguments to "target sim".
4950 (Set Catchpoints): Use @dots{} instead of @r{...}.
4951
4952 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4953
4954 * gdb.texinfo (Tracepoint Packets): Remove mention that
4955 terror:string may be plain text, and drop mention of X prefix.
4956
4957 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4958
4959 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4960
4961 2010-03-24 Stan Shebs <stan@codesourcery.com>
4962
4963 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4964
4965 2010-03-24 Tom Tromey <tromey@redhat.com>
4966
4967 PR breakpoints/9352:
4968 * gdb.texinfo (Break Commands): Update.
4969
4970 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4971
4972 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4973 commands.
4974
4975 2010-03-16 Stan Shebs <stan@codesourcery.com>
4976
4977 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4978 circular-trace-buffer.
4979 (Tracepoint Packets): Describe QTBuffer, and details of the
4980 qTStatus reply.
4981
4982 2010-03-12 Stan Shebs <stan@codesourcery.com>
4983 Nathan Sidwell <nathan@codesourcery.com>
4984
4985 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4986 doing instruction stepping.
4987 (Tracepoint Restrictions): New node.
4988
4989 2010-03-10 Tom Tromey <tromey@redhat.com>
4990
4991 * gdbint.texinfo (Symbol Handling): Update.
4992
4993 2010-03-08 Tom Tromey <tromey@redhat.com>
4994
4995 PR cli/9591:
4996 * gdb.texinfo (Mode Options): Mention lack of pagination and
4997 confirmation with --batch.
4998 (Screen Size): Mention --batch.
4999 (Messages/Warnings): Likewise.
5000
5001 2010-03-05 Tom Tromey <tromey@redhat.com>
5002
5003 * gdb.texinfo (Basic Python): Document target_charset and
5004 target_wide_charset.
5005
5006 2010-03-05 Tom Tromey <tromey@redhat.com>
5007
5008 * gdb.texinfo (Data): Link to pretty-printing.
5009 (Output Formats): Likewise. Correct text.
5010
5011 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5012
5013 * gdb.texinfo (Types): Describe <struct> and <flags>.
5014
5015 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5016
5017 * gdb.texinfo (Frames In Python): Add block parameter and
5018 description to read_var text.
5019
5020 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5021 Tom Tromey <tromey@redhat.com>
5022
5023 * gdb.texinfo (Types In Python): Describe block argument in
5024 template_argument and gdb.lookup_type.
5025
5026 2010-02-24 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (Cygwin Native): Fix typo.
5029
5030 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5031
5032 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5033 and select method descriptions.
5034 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5035 Tables in Python to menu.
5036 (Blocks In Python): New node.
5037 (Symbols In Python): New node.
5038 (Symbol Tables in Python): New node.
5039
5040 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5041
5042 Multiexec MI
5043
5044 gdb/
5045 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5046
5047 gdb/doc/
5048 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5049 changes.
5050 (GDB/MI Program Execution): Document current behaviour of
5051 --all and --thread-group.
5052 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5053 -remove-inferior.
5054 * observer.texi (inferior_added, inferior_removed): New
5055 observers.
5056
5057 2010-02-19 Tom Tromey <tromey@redhat.com>
5058
5059 * gdbint.texinfo (Getting Started): Fix @node.
5060 (Debugging GDB): Likewise.
5061
5062 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5063
5064 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5065 documenting the gdb_test_timeout variable.
5066
5067 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5068
5069 * gdb.texinfo (MI commands): Added documentation of --reverse
5070 option to a set of MI commands. Restructured documentation of MI
5071 commands --exec-continue to reflect the complexity of reverse
5072 execution.
5073
5074 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5075
5076 * gdb.texinfo (Using the Collected Data): Specify that the address
5077 range of `tfind outsize' is exclusive, and that the address range
5078 of `tfind range' is inclusive.
5079 (Tracepoint Packets): Specify that the address range of
5080 `QTFrame:range' is inclusive, and that the address range of
5081 `QTFrame:outside' is exclusive
5082
5083 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5084
5085 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5086
5087 2010-02-10 Tom Tromey <tromey@redhat.com>
5088
5089 * gdb.texinfo (Debugging Output): Document set debug parser and
5090 show debug parser.
5091
5092 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5093
5094 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5095 i386_eflags and i386_mxcsr.
5096
5097 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5098
5099 * gdb.texinfo: Document i386 target features.
5100
5101 2010-02-05 Doug Evans <dje@google.com>
5102
5103 * gdbint.texinfo (Testsuite): Add a new section to document the
5104 various DejaGnu variables that may be overridden.
5105 Document INTERNAL_GDBFLAGS.
5106
5107 2010-02-04 Tom Tromey <tromey@redhat.com>
5108
5109 PR cli/8830:
5110 * gdb.texinfo (Files): -readnow comes before the filename for file
5111 and symbol-file.
5112
5113 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5114
5115 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5116 Document ARM breakpoint types.
5117 (Register Packet Format): Move into the new section.
5118 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5119
5120 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5121
5122 * gdb.texinfo (File Options): Adjust the documentation of this
5123 switch to refer to the "source" command rather than partially
5124 duplicating some of the relevant information.
5125 (Extending GDB): Introduce and document the set/show script-extension
5126 setting.
5127 (Command Files): Add note explaining that the "source" command
5128 is also used to evalute scripts written in other languages.
5129 Remove the short slightly incorrect reference to sourcing Python
5130 scripts.
5131 (Python Commands): Document how to execute a Python script from GDB.
5132
5133 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.texinfo (Command Files): Fix typo.
5136
5137 2010-01-18 Tom Tromey <tromey@redhat.com>
5138
5139 * gdb.texinfo (File Options): Document -x on .py files.
5140 (Command Files): Document handling of Python scripts.
5141
5142 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5143
5144 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5145
5146 2010-01-15 Stan Shebs <stan@codesourcery.com>
5147
5148 * gdb.texinfo (Trace Files): New section.
5149 (Tracepoint Packets): Document QTSave and qTBuffer.
5150 (Trace File Format): New appendix.
5151
5152 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5153
5154 * gdb.texinfo (Values From Inferior): Document lazy_string value
5155 method.
5156 (Python API): Add Lazy strings menu item.
5157 (Lazy Strings In Python): New node.
5158
5159 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5160
5161 * gdb.texinfo (GDB/MI Thread Information): New.
5162 (GDB/MI Async Records): Document the core field in *stopped.
5163 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5164 documentation
5165 (Process list): Document that osdata document may contain
5166 threads.
5167 (Remote Serial Protocol): Document qXfer:threads.
5168
5169 2010-01-06 Stan Shebs <stan@codesourcery.com>
5170
5171 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5172 disconnected tracing.
5173 (Tracepoint Packets): Document new protocol.
5174
5175 2010-01-05 Stan Shebs <stan@codesourcery.com>
5176
5177 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5178 tracepoints.
5179 (Tracepoint Packets): Describe remote protocol for fast
5180 tracepoints.
5181
5182 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5183
5184 Update the "Start of New Year Procedure".
5185 * gdbint.texinfo: Add the list of files that need to be updated
5186 manually. Minor reformatting.
5187
5188 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5189
5190 * refcard.tex: Update copyright year in header and text.
5191
5192 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5193
5194 * agentexpr.texi: Add 2010 to the list of copyright years.
5195 * annotate.texinfo: Likewise.
5196 * gdb.texinfo: Likewise.
5197 * gdbint.texinfo: Likewise.
5198 * observer.texi: Likewise.
5199 * stabs.texinfo: Likewise.
5200
5201 2009-12-31 Stan Shebs <stan@codesourcery.com>
5202
5203 * gdb.texinfo (Tracepoint Actions): Describe teval.
5204
5205 2009-12-29 Stan Shebs <stan@codesourcery.com>
5206
5207 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5208
5209 2009-12-28 Stan Shebs <stan@codesourcery.com>
5210
5211 * gdb.texinfo (Trace State Variables): New section.
5212 (Tracepoint Packets): Describe trace state variable packets.
5213 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5214 variable bytecodes.
5215
5216 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5217
5218 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5219 declarations.
5220
5221 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5222
5223 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5224 -gdb-exit behaviour.
5225
5226 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5227
5228 * gpl.texi: Update to version 3 of the GPL.
5229
5230 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5231
5232 * Makefile.in: Update copyright header.
5233 * observer.texi: Fix the copyright header of the generated files.
5234
5235 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5236
5237 * gdb.texinfo (Types In Python): Describe range function.
5238
5239 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5240
5241 * gdb.texinfo (Types In Python): Describe "is_base_class".
5242
5243 2009-12-03 Tom Tromey <tromey@redhat.com>
5244
5245 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5246
5247 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5248
5249 * observer.texi: New memory_changed observer.
5250
5251 2009-12-01 Tom Tromey <tromey@redhat.com>
5252
5253 * gdb.texinfo (Reverse Execution): Fix typo.
5254
5255 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 PR gdb/8704
5258
5259 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5260 are allowed after the breakpoint condition.
5261
5262 2009-11-23 Tom Tromey <tromey@redhat.com>
5263
5264 PR python/10782:
5265 * gdb.texinfo (Types In Python): Document Type.pointer.
5266
5267 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5268
5269 * gdb.texinfo (Machine Code): Adjust.
5270
5271 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5272
5273 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5274 (Using Agent Expressions): Delete cross reference.
5275
5276 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5277
5278 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5279 and @settitle directives up to help makeinfo find them.
5280
5281 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5284 (Auto-loading): Use plural and note one can use multiple components now.
5285
5286 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5287
5288 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5289 -stack-list-arguments have the same documentation for parameter
5290 as -stack-list-locals. Add comas.
5291
5292 2009-10-27 Tom Tromey <tromey@redhat.com>
5293 Eli Zaretskii <eliz@gnu.org>
5294
5295 PR python/10781
5296
5297 * gdb.texinfo (Values From Inferior): Document cast method.
5298
5299 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5300
5301 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5302 and adjust example.
5303
5304 2009-10-22 Michael Snyder <msnyder@vmware.com>
5305
5306 * gdb.texinfo (Process Record and Replay): Document new form of
5307 info record command. Also document the new save and restore
5308 commands.
5309
5310 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5311
5312 * gdb.texinfo (Machine Code): Mention current pc marker.
5313 (Memory): Likewise.
5314
5315 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5316 Stan Shebs <stan@codesourcery.com>
5317
5318 * observer.texi (new_inferior): Rename to...
5319 (inferior_appeared): ... this.
5320
5321 * gdb.texinfo (Inferiors): Rename node to ...
5322 (Inferiors and Programs): ... this. Mention running multiple
5323 programs in the same debug session.
5324 <info inferiors>: Mention the new 'Executable' column if "info
5325 inferiors". Update examples. Document the "add-inferior",
5326 "clone-inferior", "remove-inferior" and "maint info
5327 program-spaces" commands.
5328 (Process): Rename node to...
5329 (Forks): ... this. Document "set|show follow-exec-mode".
5330
5331 2009-10-11 Michael Snyder <msnyder@vmware.com>
5332
5333 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5334 (ReverseContinue): Ditto.
5335
5336 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5337
5338 * gdb.texinfo (Server): Document libthread-db-search-path.
5339
5340 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5341
5342 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5343
5344 2009-10-06 Michael Eager <eager@eagercon.com>
5345
5346 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5347 (Embedded Processors): Add MicroBlaze.
5348 (MicroBlaze): New. Describe Xilinx MicroBlaze
5349
5350 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5351
5352 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5353
5354 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5355
5356 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5357
5358 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5359
5360 * observer.texi (solib_unloaded): Document explicitly the fact that
5361 this observer is called before the associated symbols are unloaded.
5362
5363 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5364
5365 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5366 -stack-list-variables.
5367
5368 2009-09-18 Tom Tromey <tromey@redhat.com>
5369
5370 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5371 is experimental.
5372
5373 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5374
5375 * gdb.texinfo (convenince variables): Mention
5376 $_siginfo could be empty.
5377
5378 2009-09-15 Tom Tromey <tromey@redhat.com>
5379
5380 * gdb.texinfo (GDB/MI Variable Objects): Document
5381 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5382 Expand -var-update documentation.
5383
5384 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5385
5386 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5387 feature.
5388
5389 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5390
5391 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5392
5393 2009-09-10 Michael Snyder <msnyder@vmware.com>
5394
5395 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5396 ReverseStep replies to the qSupported query.
5397
5398 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5399
5400 Add documentation for set/show interactive-mode.
5401 * gdb.texinfo (Other Misc Settings): New node.
5402
5403 2009-09-01 Doug Evans <dje@google.com>
5404
5405 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5406 non-stop mode's affect on remote caching.
5407
5408 2009-08-31 Jacob Potter <jdpotter@google.com>
5409 Doug Evans <dje@google.com>
5410
5411 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5412 Mark `set/show remotecache' options as obsolete.
5413 Document new `set/show stack-cache' option.
5414 Update text for `info dcache'.
5415
5416 2009-08-27 Doug Evans <dje@google.com>
5417
5418 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5419 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5420
5421 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5422
5423 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5424 about autoconf.
5425
5426 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5427
5428 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5429 small example, and describe its columns. Replace "inferior-id" by
5430 "infno" throughout.
5431
5432 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5433
5434 * gdbint.texinfo (Releasing GDB): Point to
5435 README-maintainer-mode file for required autoconf version.
5436 * configure.ac: Do not substitute datarootdir, htmldir,
5437 pdfdir, docdir. Do not process --with-datarootdir,
5438 --with-htmldir, --with-pdfdir, --with-docdir.
5439 * configure: Regenerate.
5440
5441 * configure: Regenerate.
5442
5443 2009-08-20 Reid Kleckner <reid@kleckner.net>
5444
5445 * gdb.texinfo: Add chapter on JIT interface.
5446
5447 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5448
5449 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5450 confirmation request.
5451
5452 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5453
5454 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5455 CRC definitions.
5456
5457 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5458
5459 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5460 -break-commands.
5461
5462 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5463
5464 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5465 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5466
5467 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5468
5469 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5470 "set spu stop-on-load" and "show spu stop-on-load" commands.
5471
5472 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5473
5474 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5475
5476 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5477
5478 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5479 org.gnu.gdb.arm.neon.
5480
5481 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5482
5483 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5484 optional element.
5485 (subsection OS ABI): New subsection.
5486
5487 2009-07-14 Stan Shebs <stan@codesourcery.com>
5488
5489 * gdb.texinfo (Tracepoint Conditions): New section.
5490 (General Query Packets): Describe ConditionalTracepoints.
5491 (Tracepoint Packets): Describe condition field.
5492 (Maintenance Commands): Describe maint agent-eval.
5493 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5494
5495 2009-07-11 Hui Zhu <teawater@gmail.com>
5496
5497 * gdb.texinfo (disassemble): Add a new modifier /r
5498 to "disassemble" command to make it print the raw instructions
5499 in hex as well as in symbolic form.
5500
5501 2009-07-09 Tom Tromey <tromey@redhat.com>
5502
5503 * gdbint.texinfo (Testsuite): Document parallel make check.
5504
5505 2009-07-09 Tom Tromey <tromey@redhat.com>
5506
5507 * gdbint.texinfo (Testsuite): Document test transcripts.
5508
5509 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5510
5511 * gdb.texinfo (Values From Inferior): Add length parameter
5512 description.
5513
5514 2009-07-04 Chris Genly <chris@genly.us>
5515
5516 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5517 in -var-list-children. Fix example according to what the code
5518 does.
5519
5520 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5521
5522 * gdb.texinfo (Debugging multiple inferiors): Document the
5523 "inferior", "detach inferior" and "kill inferior" commands.
5524 (Debugging Programs with Multiple Processes): Adjust to mention
5525 generic "inferior" commands. Delete mention of "detach fork" and
5526 "delete fork". Cross reference to "Debugging multiple inferiors"
5527 section.
5528
5529 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5530
5531 * gdbint.texinfo (Item Output Functions): Update signature
5532 for ui_out_field_core_addr.
5533
5534 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5535
5536 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5537 Update example code extrated from breakpoint.c.
5538
5539 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5540
5541 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5542 MI commands.
5543 (GDB/MI Symbol Query): Likewise.
5544 (GDB/MI File Commands): Likewise.
5545 (GDB/MI File Transfer Commands): Likewise.
5546 (GDB/MI Target Manipulation): Likewise.
5547 (GDB/MI Miscellaneous Commands): Likewise.
5548
5549 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5550
5551 * gdb.texinfo (Debugging Optimized Code): New chapter.
5552 (Compiling for Debugging): Reference it. Move some
5553 text to the new section.
5554
5555 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5556
5557 * doc/gdb.texinfo (Calling): Document
5558 set-unwind-on-terminating-exception usage.
5559
5560 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5561
5562 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5563 command.
5564
5565 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5566
5567 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5568 references.
5569
5570 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * gdbint.texinfo: Rename formal parameters to gdbarch function
5573 protoypes from "current_gdbarch" to "gdbarch".
5574
5575 2009-05-28 Tom Tromey <tromey@redhat.com>
5576
5577 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5578
5579 2009-05-27 Tom Tromey <tromey@redhat.com>
5580
5581 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5582 feature.
5583 (GDB/MI Variable Objects): Document -var-set-visualizer.
5584
5585 2009-04-02 Tom Tromey <tromey@redhat.com>
5586
5587 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5588 feature.
5589 (GDB/MI Variable Objects): Document -var-set-visualizer.
5590
5591 2009-05-27 Tom Tromey <tromey@redhat.com>
5592 Thiago Jung Bauermann <bauerman@br.ibm.com>
5593 Phil Muldoon <pmuldoon@redhat.com>
5594
5595 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5596 (Pretty Printing): New node.
5597 (Selecting Pretty-Printers): Likewise.
5598 (Python API): Update.
5599 (Output Formats): Document /r format.
5600
5601 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5602 Tom Tromey <tromey@redhat.com>
5603
5604 * gdb.texinfo (Types In Python): New node.
5605 (Values From Inferior): "type" is now an attribute.
5606 (Python API): Update.
5607
5608 2009-05-27 Tom Tromey <tromey@redhat.com>
5609 Thiago Jung Bauermann <bauerman@br.ibm.com>
5610 Phil Muldoon <pmuldoon@redhat.com>
5611
5612 * gdb.texinfo: Add @syncodeindex for `tp'.
5613 (Python API): Update.
5614 (Auto-loading): New node.
5615 (Objfiles In Python): New node.
5616
5617 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5618
5619 * gdb.texinfo (Threads): Document libthread-db-search-path.
5620
5621 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5622
5623 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5624
5625 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5626
5627 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5628 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5629 show show-debug-regs' docs.
5630
5631 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5632
5633 * gdb.texinfo (Process Record and Replay): Add description of
5634 reverse execution.
5635
5636 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5637
5638 * gdbint.texinfo (Adding support for debugging core files): New node.
5639 (Native Debugging): Remove the ``Native core file Support'' section.
5640
5641 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5642
5643 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5644 Add index entries.
5645
5646 2009-04-30 Hui Zhu <teawater@gmail.com>
5647 Michael Snyder <msnyder@vmware.com>
5648
5649 * gdb.texinfo: (Process Record and Replay): Add documentation for
5650 process record and replay.
5651
5652 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5653
5654 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5655 a new part on command-line defined macros.
5656
5657 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5658
5659 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5660 clarify the wording.
5661
5662 2009-04-23 Tom Tromey <tromey@redhat.com>
5663
5664 * gdb.texinfo (Data Files): New node.
5665 (GDB Files): Update menu.
5666
5667 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5668
5669 * gdbint.texinfo (Defining Other Architecture Features): Remove
5670 entry for PROCESS_LINENUMBER_HOOK.
5671
5672 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5673
5674 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5675
5676 2009-04-22 Hui Zhu <teawater@gmail.com>
5677
5678 * gdb.texinfo (disassemble-next-line): Set the default of
5679 disassemble-next-line to off.
5680
5681 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5682
5683 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5684 --with-htmldir): New.
5685 * configure: Regenerate.
5686 * Makefile.in (datarootdir, docdir): Define.
5687 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5688 instead of $(SET_TEXINPUTS).
5689 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5690 gdbint.info instead of $(SET_TEXINPUTS).
5691 (gdbint/index.html): Use same -I options as for building
5692 gdbint.info.
5693 (stabs.dvi, stabs.pdf): Use same -I options as for building
5694 stabs.info instead of $(SET_TEXINPUTS).
5695 (stabs/index.html): Use same -I options as for building
5696 stabs.info.
5697 (annotate.dvi, annotate.pdf): Use same -I options as for building
5698 annotate.info instead of $(SET_TEXINPUTS).
5699 (annotate/index.html): Use same -I options as for building
5700 annotate.info.
5701
5702 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5703
5704 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5705
5706 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5707
5708 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5709
5710 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5711 Joseph Myers <joseph@codesourcery.com>
5712
5713 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5714 (MAKEHTMLFLAGS): Set to empty.
5715 (html__strip_dir): Define.
5716 (HTMLFILES): Define.
5717 (HTMLFILES_INSTALL): Define.
5718 (install-html): Copy new automake rule.
5719 (html): Depend on $(HTMLFILES).
5720 (gdb_toc.html): Rename to gdb/index.html.
5721 (gdbint_toc.html): Rename to gdbint/index.html.
5722 (stabs_toc.html): Rename to stabs/index.html.
5723 (annotate_toc.html): Rename to annotate/index.html.
5724
5725 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5726
5727 * Makefile.in: Set pdfdir and htmldir from configure
5728 substitutions.
5729 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5730 * configure: Regenerate.
5731
5732 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5733
5734 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5735 This macro is no longer used.
5736
5737 2009-04-15 Tom Tromey <tromey@redhat.com>
5738
5739 * gdb.texinfo (Character Sets): Document default character set.
5740
5741 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5742
5743 * gdbint.texinfo: Change server name from sources.redhat.com to
5744 sourceware.org throughout.
5745
5746 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5747
5748 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5749 about a missing dot or coma after @xref.
5750
5751 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5752
5753 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5754 example, and add a small explanation about it.
5755 (Print Settings): Change the documentation of the "set print
5756 frame-arguments" to reflect the fact that the default is now "scalars".
5757
5758 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5759
5760 * gdb.texinfo (Print Settings): Add kindex for command "set
5761 print frame-arguments".
5762
5763 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5764
5765 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5766 breakpoints.
5767 (Set Breaks): Add reference to thread-specific and task-specific
5768 breakpoints.
5769
5770 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5771
5772 * gdb.texinfo (Ada Tasks): Remove the documentation about
5773 the "Running" state, as this state has been eliminated.
5774 Now all runnable tasks are shown as "Runnable".
5775
5776 2009-03-30 Stan Shebs <stan@codesourcery.com>
5777
5778 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5779 special case of breakpoints.
5780 (Enable and Disable Tracepoints): Mention deprecation.
5781 (Listing Tracepoints): Update description and example.
5782
5783 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5784
5785 * gdb.texinfo (Frames in Python): New node.
5786 (Python API): Update.
5787
5788 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5789
5790 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5791 from a method to an attribute.
5792
5793 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5794
5795 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5796 attribute.
5797
5798 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5799
5800 * observer.texi (thread_exit): Add "silent" parameter.
5801
5802 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5803
5804 * observer.texi (about_to_proceed): New.
5805
5806 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5807
5808 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5809 field throughout to handle types with spaces in them. Fix typos
5810 found by aspell.
5811 (Summary, Requirements, Contributors): New first chapter,
5812 "Summary" added, old Requirements section moved there, and new
5813 section, "Contributors" added.
5814 (Initializing a New Architecture, Register Representation)
5815 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5816 (Porting gdb): These sections extended and updated.
5817 (Compiler Characteristics): This section (empty) deleted.
5818 (Defining Other Architecture Features): This section renamed and
5819 duplicate material removed from (formerly "Target Conditionals").
5820 Use braces {} in @deftypeXX type field throughout to handle types
5821 with spaces in them. Typos found by aspell fixed.
5822
5823 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5824 * stack_frame.pdf: Version of image for PDF output.
5825 * stack_frame.png: Version of image for HTML output and for Emacs.
5826 * stack_frame.txt: Version of image for Info output.
5827 * stack_frame.eps: Version of image for TeX DVI output.
5828
5829 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5830
5831 * gdb.texinfo (Character Sets): Fix last change.
5832
5833 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5834
5835 * gdb.texinfo (Values From Inferior): Fix optional arguments
5836 markup.
5837 (Commands In Python): Adjust argument names of gdb.Command.__init__
5838 to what the function accepts as keywords.
5839
5840 2008-03-20 Tom Tromey <tromey@redhat.com>
5841
5842 * gdb.texinfo (Convenience Vars): Document convenience functions.
5843 (Functions In Python): New node.
5844 (Python API): Update.
5845
5846 2009-03-20 Tom Tromey <tromey@redhat.com>
5847
5848 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5849 set target-wide-charset.
5850 (Requirements): Mention iconv.
5851
5852 2009-03-17 Hui Zhu <teawater@gmail.com>
5853
5854 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5855
5856 2009-03-17 Hui Zhu <teawater@gmail.com>
5857
5858 * gdb.texinfo: Add documentation for disassemble-next-line.
5859
5860 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5861
5862 * gdb.texinfo (Commands In Python): Remove tindex entries.
5863
5864 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5865
5866 * gdb.texinfo (Returning): New description for missing debug info.
5867
5868 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5869
5870 * gdb.texinfo (Remote Configuration): Document query-attached.
5871 (General Query Packets): Document qAttached.
5872
5873 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5874
5875 * gdb.texinfo (Background Execution): Better describe the set
5876 target-async command.
5877 (Maintenance Commands): Delete description of the `maint set/show
5878 linux-async' and `maint set/show remote-async' commands.
5879
5880 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5881
5882 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5883 between sentences.
5884
5885 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5886
5887 * gdb.texinfo (GDB/MI Async Records): Document the
5888 =library-loaded and =library-unloaded notifications.
5889
5890 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5891
5892 * observer.texi (test_notification): New observer.
5893
5894 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5895
5896 * observer.texi: Add parameter 'print_frame' to normal_stop
5897 observer.
5898
5899 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5900
5901 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5902 (Commands In Python): Fix COMMAND_* constants in last change. Use
5903 @kbd for interactive input. Add cross-references and index
5904 entries.
5905
5906 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5907
5908 * gdb.texinfo (Signals): Document $_siginfo.
5909 (Convenience Variables): Mention $_siginfo.
5910 (Remote Configuration): Document qXfer:siginfo:read,
5911 qXfer:siginfo:write packets, and the read-siginfo-object,
5912 write-siginfo-object commands.
5913
5914 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5915
5916 * gdbint.texinfo (Values): New chapter.
5917
5918 2009-02-06 Tom Tromey <tromey@redhat.com>
5919
5920 * gdb.texinfo (Python API): Add entry for Commands In Python.
5921 (Commands In Python): New node.
5922
5923 2009-02-05 Tom Tromey <tromey@redhat.com>
5924
5925 * gdb.texinfo (Values From Inferior): Document Value.string.
5926
5927 2009-02-05 Tom Tromey <tromey@redhat.com>
5928
5929 * gdb.texinfo (Basic Python): Document execute's from_tty
5930 argument.
5931
5932 2009-02-04 Tom Tromey <tromey@redhat.com>
5933
5934 * gdb.texinfo (Basic Python): Document gdb.history.
5935
5936 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5937
5938 * gdb.texinfo (GDB/MI Thread Commands): Document the
5939 'current-thread-id' field. Remove the example with zero threads,
5940 since current GDB won't ever report that if there's inferior.
5941
5942 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5943
5944 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5945 option to -break-insert.
5946
5947 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5948 Jerome Guitton <guitton@adacore.com>
5949
5950 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5951 (System-wide configuration): New section.
5952
5953 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5954
5955 PR gdb/7580:
5956 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5957 internal-error|internal-warning quit|corefile ask|yes|no".
5958
5959 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5960
5961 * gdb.texinfo (Using the `gdbserver' Program): Document
5962 --remote-debug.
5963
5964 2009-01-23 Doug Evans <dje@google.com>
5965
5966 * gdb.texinfo: Add nexti to list of commands that support
5967 background execution.
5968
5969 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5970
5971 * gdb.texinfo (Define, Hooks): Document prefix command support.
5972
5973 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5974 Carlos O'Donell <carlos@codesourcery.com>
5975
5976 Fixes for makeinfo --html.
5977
5978 * annotate.texinfo: Use @copying and @insertcopying. Use
5979 @ifnottex in place of @ifinfo.
5980 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5981 place of @ifinfo. Use @ifnotinfo for one index entry.
5982 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5983 in place of @ifinfo.
5984 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5985 in place of @ifinfo. Include contents at start unconditionally.
5986
5987 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5988
5989 * gdb.texinfo (General Query Packets): Remove @var{} around the
5990 "spu" literal string.
5991
5992 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5993
5994 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5995 program may be running in another process" errors.
5996 * gdbint.texinfo (Native Conditionals): Delete
5997 ONE_PROCESS_WRITETEXT description.
5998
5999 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6000
6001 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6002 emacs local variable to be placed at the end of the ChangeLog.
6003 Add server.c and gdbreplay.c to the list of files where the
6004 copyright year needs to be updated.
6005
6006 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6007
6008 * gdb.texinfo (Remote Configuration): Document new
6009 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6010 commands.
6011
6012 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6013
6014 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6015 FETCH_INFERIOR_REGISTERS.
6016 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6017 FETCH_INFERIOR_REGISTERS descriptions. Remove
6018 gdbarch_get_longjmp_target descrition, since already described in
6019 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6020 (Target Conditionals): ... here.
6021
6022 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6025 examples.
6026 (Additions to Ada): Likewise. Add the missing opening and closing
6027 parenthesis of the GDB prompt in one of the examples.
6028
6029 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6030
6031 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6032 about the result of 'Address not being of type System.Address.
6033 This problem has been fixed a while ago.
6034
6035 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6036
6037 MI non-stop and multiprocess docs.
6038
6039 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6040 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6041 Adjust documentation for *stopped, document =thread-created,
6042 =thread-exited, =thread-group-created and =thread-group-exited.
6043 (GDB/MI Thread Commands): Document the 'state' field in
6044 -thread-info output.
6045 (GDB/MI Program Execution): Mention --all and --thread-group
6046 options.
6047 (GDB/MI Variable Objects): Describe floating and fixed variable
6048 objects.
6049 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6050
6051 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6052
6053 * gdb.texinfo (Operating System Information): New appendix.
6054 (Operating System Auxiliary Information): Document 'info os processes'
6055 (Remote Configuration): Document 'osdata'
6056 (General Query Packets): Document qXfer:osdata:read.
6057
6058 2008-11-27 Tristan Gingold <gingold@adacore.com>
6059
6060 * gdb.texinfo (Darwin): Document Darwin specific features.
6061
6062 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 * gdbint.texinfo (Target Conditionals): Extend the
6065 gdbarch_breakpoint_from_pc description.
6066
6067 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6068
6069 * gdb.texinfo (M68K Features): Fix typo.
6070
6071 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6072
6073 * gdb.texinfo (Symbols): Mention printing containing
6074 image name in "info symbol".
6075 (Maint translate-address): Likewise.
6076
6077 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6078
6079 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6080 commands "catch load" and "catch unload".
6081
6082 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6083
6084 * gdb.texinfo (GDB/MI Async Records): Document
6085 =thread-selected.
6086
6087 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6088
6089 * observer.texi (new_inferior, inferior_exit): New observers.
6090
6091 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6092
6093 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6094 .mt files, TM_CLIBS or TM_CDEPS.
6095 (x86 Watchpoints): Don't mention TDEPFILES.
6096
6097 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6098
6099 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6100 (Overview): Mention notifications and non-stop mode behavior.
6101 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6102 with non-stop mode behavior. Add vStopped description.
6103 (Stop Reply Packets): Update list of packets that return
6104 stop replies. Mention non-stop behavior.
6105 (General Query Packets): Document QNonStop packet and associated
6106 qSupported query response.
6107 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6108 behavior.
6109 (Notification Packets): New section.
6110 (Remote Non-Stop): New section.
6111 (File-I/O Overview): Mention non-stop behavior.
6112
6113 2008-10-24 Hui Zhu <teawater@gmail.com>
6114 Pedro Alves <pedro@codesourcery.com>
6115
6116 * gdb.texinfo (displaced-stepping): Describe the auto mode
6117 setting, and say it's the default. This is now a mainstream
6118 setting instead of a maintenance setting.
6119
6120 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6121
6122 * observer.texi (thread_stop_requested): New.
6123
6124 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6125
6126 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6127 (Patching): Replace incorrect usage of @samp by @kbd.
6128
6129 2008-10-17 Michael Snyder <msnyder@vmware.com>
6130
6131 * gdb.texinfo: Add documentation for reverse execution.
6132
6133 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6134 Eli Zaretskii <eliz@gnu.org>
6135
6136 * gdb.texinfo. (Values From Inferior): New subsubsection.
6137
6138 2008-10-06 Doug Evans <dje@google.com>
6139
6140 * gdb.texinfo (set debug dwarf2-die): Document it.
6141
6142 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6143
6144 * gdb.texinfo (catch) [exception]: Document how to insert
6145 a breakpoint on user-defined exceptions when the exception
6146 name is identical to one of the language-defined ones.
6147
6148 2008-09-27 Tom Tromey <tromey@redhat.com>
6149
6150 * gdb.texinfo (Macros): Remove text about stringification,
6151 varargs, and splicing.
6152
6153 2008-09-27 Tom Tromey <tromey@redhat.com>
6154
6155 * gdbint.texinfo (Language Support): Remove text about omitting
6156 support for a language.
6157
6158 2008-09-23 Doug Evans <dje@google.com>
6159
6160 * gdb.texinfo (info dcache): Update.
6161
6162 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6163
6164 * gdb.texinfo (Packets): Add info on thread-id syntax and
6165 multiprocess extensions.
6166 <D>: Document multiprocess form of packet.
6167 <H>: Use thread-id syntax.
6168 <T>: Likewise.
6169 <vCont>: Likewise. Note this is required for multiprocess.
6170 <vKill>: New packet.
6171 (Stop Reply Packets) <T>: Use thread-id syntax.
6172 <W>: Document multiprocess form of reply.
6173 <X>: Likewise.
6174 (General Query Packets) <qC>: Use thread-id syntax.
6175 <qfThreadInfo>: Likewise.
6176 <qGetTLSAddr>: Likewise.
6177 <qP>: Likewise.
6178 <qSupported>: Add "multiprocess" feature.
6179 <qThreadExtraInfo>: Use thread-id syntax.
6180
6181 2008-09-22 Stan Shebs <stan@codesourcery.com>
6182
6183 * gdb.texinfo (Inferiors): New section.
6184
6185 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6186
6187 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6188
6189 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6190
6191 * gdbint.texinfo (Target Conditionals): Remove documentation
6192 for gdbarch_name_of_malloc.
6193
6194 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6195
6196 * gdb.texinfo (Interrupts): Mention TCP interface for
6197 sending BREAK.
6198
6199 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6200
6201 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6202 argument prefix to "set sysroot".
6203
6204 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6205
6206 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6207 and False.
6208
6209 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6210
6211 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6212 for possible features of -list-features.
6213
6214 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6215
6216 * gdb.texinfo (Background execution): Adjust example
6217 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6218
6219 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6220
6221 * doc/gdb.texinfo (PowerPC): Fix typo.
6222 (PowerPC features): Fix typo.
6223
6224 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6225
6226 * observer.texi (thread_ptid_changed): New.
6227
6228 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6229
6230 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6231 (PowerPC features): Mention feature set for VSX registers.
6232
6233 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6234
6235 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6236 the direct visibility of all names in user-written packages.
6237
6238 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6239
6240 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6241 setting, and make it the default.
6242 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6243 non-stop script example.
6244
6245 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6246
6247 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6248 reference to the "Using Different Register and Memory Data
6249 Representation" section.
6250
6251 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6252
6253 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6254 (Remote Protocol): Add Packet Acknowledgment to menu.
6255 (Overview): Mention +/- can be disabled, and point to new section
6256 where this is discussed in detail.
6257 (General Query Packets): Document QStartNoAckMode packet, and
6258 corresponding qSupported reply.
6259 (Packet Acknowledgment): New section.
6260
6261 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6262 Pedro Alves <pedro@codesourcery.com>
6263
6264 * gdb.texinfo (Threads): Move paragraph about automatic thread
6265 selection to All-Stop Mode subsection.
6266 (Thread Stops): Reorganize existing material into subsections.
6267 Add introductory blurb and menu.
6268 (Non-Stop Mode): New subsection.
6269 (Background Execution): New subsection.
6270 (Maintenance Commands): Add cross-references from async mode
6271 commands to the new Background Execution section.
6272
6273 2008-08-06 Tom Tromey <tromey@redhat.com>
6274
6275 * gdb.texinfo (Extending GDB): New chapter.
6276 (Sequences): Demoted chapter, now a section under the new
6277 Extending GDB chapter.
6278 (Python): New section.
6279
6280 2008-07-31 Stan Shebs <stan@codesourcery.com>
6281
6282 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6283
6284 2008-07-29 Stan Shebs <stan@codesourcery.com>
6285
6286 * gdbint.texinfo: General round of cleanup and minor
6287 clarifications.
6288 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6289 (Longjmp Support): Update description to reflect how it is done
6290 for targets without using native header.
6291 (Symbol Handling): Add a little more general explanation.
6292 (COFF, ELF): Mention stabs encapsulation.
6293 (DWARF 3): New section.
6294 (Adding a New Host): Scrub out some obsolete bits.
6295 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6296 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6297 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6298 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6299 SEEK_SET, STOP_SIGNAL, USG.
6300 (Raw and Virtual Register Representations): Ditto for
6301 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6302 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6303 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6304 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6305 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6306 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6307 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6308 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6309 DEPRECATED_USE_STRUCT_CONVENTION.
6310 Describe gdbarch_deprecated_fp_regnum.
6311 Update description of gdbarch_print_insn.
6312 (Adding a New Target): Scrub out obsolete bits.
6313 (Obsolete Conditionals): Remove entire section.
6314
6315 2008-07-25 Tom Tromey <tromey@redhat.com>
6316
6317 * observer.texi (GDB Observers): Document new observers:
6318 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6319 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6320 architecture_changed.
6321
6322 2008-07-21 Stan Shebs <stan@codesourcery.com>
6323
6324 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6325 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6326
6327 2008-07-21 Tom Tromey <tromey@redhat.com>
6328
6329 * observer.texi (GDB Observers): Remove obsolete comment.
6330 <executable_changed>: Remove argument.
6331
6332 2008-07-18 Tom Tromey <tromey@redhat.com>
6333
6334 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6335
6336 2008-07-10 Doug Evans <dje@google.com>
6337
6338 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6339
6340 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 * gdb.texinfo (Starting): Document "set disable-randomization".
6343
6344 2008-07-07 Andreas Schwab <schwab@suse.de>
6345
6346 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6347
6348 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6349
6350 * gdb.texinfo (GDB/MI Target Manipulation): Add
6351 example of -target-attach.
6352
6353 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6354
6355 * observer.texi (target_resumed): New observer.
6356 * gdb.texinfo (GDB/MI Output Records): Document *running.
6357
6358 2008-06-06 Tom Tromey <tromey@redhat.com>
6359
6360 * gdb.texinfo (Completion): Add field name example.
6361
6362 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6363
6364 * gdb.texinfo (GDB/MI Program Context): Added example
6365 to -exec-arguments
6366
6367 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6368
6369 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6370 annotation.
6371
6372 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6373 Nathan Sidwell <nathan@codesourcery.com>
6374 Joseph Myers <joseph@codesourcery.com>
6375
6376 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6377 and ACX_BUGURL.
6378 * configure: Regenerate.
6379 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6380 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6381 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6382 mailing-list-specific text about bug reporting unless
6383 BUGURL_DEFAULT.
6384
6385 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6386
6387 * gdb.texinfo (-target-select): Remove reference to target async.
6388 (Maintenance Commands): Document "maint set/show remote-async".
6389
6390 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6391
6392 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6393 in -target-file-get section.
6394
6395 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6396
6397 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6398 killing the inferior when it is already debugging a process.
6399
6400 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6401
6402 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6403 abbreviation for "finish".
6404
6405 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6406
6407 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6408
6409 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * gdbint.texinfo (Target Conditionals): Delete entry for
6412 gdbarch_dwarf_reg_to_regnum.
6413
6414 2008-05-09 Doug Evans <dje@google.com>
6415
6416 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6417
6418 2008-05-05 Doug Evans <dje@google.com>
6419
6420 * gdb.texinfo (disassemble): Document /m modifier.
6421
6422 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6423
6424 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6425 will not report the time of commands that run the target.
6426
6427 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6428
6429 * gdb.texinfo (GDB/MI Output Records): Add
6430 missing semicolon.
6431
6432 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6433
6434 * gdb.texinfo (GDB/MI Output Records):
6435 Document =thread-create and =thread-exited.
6436
6437 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6438
6439 * gdb.texinfo (GDB/MI Development and Front Ends):
6440 Remove mention of dmi-discuss.
6441
6442 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6443
6444 * observer.texi (thread_exit): New.
6445
6446 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6447
6448 * gdb.texinfo (Debugging Output): Document "set/show debug
6449 displaced".
6450 (Maintenance Commands): Document "maint set/show
6451 can-use-displaced-stepping".
6452
6453 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6456 and set/show arm force-mode.
6457
6458 2008-05-02 Andreas Schwab <schwab@suse.de>
6459
6460 * gdbint.texinfo (Algorithms): Describe
6461 target_watchpoint_addr_within_range.
6462
6463 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6464
6465 * gdbint.texinfo (Stack Frames): New chapter.
6466 (Algorithms): Move Frames text to the new chapter.
6467 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6468 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6469
6470 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6471
6472 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6473 output does not necessary include any tokens.
6474
6475 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6476
6477 * gdb.texinfo (Set SH Calling convention): New @item.
6478 (Show SH Calling convention): Ditto.
6479
6480 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6481
6482 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6483
6484 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6485
6486 * gdb.texinfo (Set Breaks): Mention that multiple location
6487 breakpoints need line number info. Add index entries.
6488
6489 2008-04-19 Craig Silverstein <csilvers@google.com>
6490
6491 * gdb.texinfo (Requirements): Add an optional requirement on
6492 zlib.
6493 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6494 Compressed DWARF 2.
6495
6496 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6497
6498 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6499 sample output for 'stopped,reason="breakpoint-hit"' message.
6500 (GDB/MI Program Execution): Likewise.
6501
6502 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6503
6504 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6505 -var-set-format. Add -f option to -var-evaluate-expression.
6506
6507 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6508
6509 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6510 new node "Ambiguous Expressions". Replace references to this
6511 node by references to "Ambiguous Expressions" throughout.
6512 (Ambiguous Expressions): New node.
6513
6514 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6515
6516 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6517
6518 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6519
6520 * gdb.texinfo (Debugging Output): Document
6521 "set/show debug lin-lwp-async".
6522 (Maintenance Commands): Document "maint set/show linux-async".
6523
6524 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6525
6526 * gdb.texinfo (Expressions): Update description of malloced arrays.
6527
6528 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6529
6530 * gdb.texinfo (Thread Commands): Document
6531 -thread-info. Remove -thread-list-all-threads.
6532
6533 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6534 Sandra Loosemore <sandra@codesourcery.com>
6535
6536 * gdb.texinfo (Library List Format): Update to mention the
6537 possibility to pass section addresses instead of segment
6538 addresses.
6539
6540 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6541
6542 * gdb.texinfo (Starting): Document "set exec-wrapper".
6543 (Server): Document gdbserver --wrapper.
6544
6545 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6548 unreadable memory. Delete obsolete SPARClite reference.
6549
6550 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6551
6552 * gdb.texinfo (Starting): Mention always-running targets.
6553 (Target Commands): Add an anchor for load.
6554 (Connecting): Explain continue instead of run.
6555
6556 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6557
6558 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6559
6560 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6561
6562 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6563 breakpoint table.
6564
6565 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6566
6567 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6568 killing the inferior when it is already debugging a process.
6569
6570 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6571
6572 * gdbint.texinfo (Build Script): New section. Mention new build script
6573 gdb_buildall.sh.
6574
6575 2008-02-01 Jim Blandy <jimb@red-bean.com>
6576
6577 * gdb.texinfo (Help): Summarize 'info args' correctly.
6578
6579 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6580
6581 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6582 available in PowerPC architecture.
6583 (Embedded Processors): Change node name of PowerPC item in menu.
6584 (PowerPC): Rename to...
6585 (PowerPC Embedded): this.
6586 (Architectures): Add new PowerPC item in menu.
6587 (PowerPC): New node.
6588
6589 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6590
6591 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6592 commands.
6593
6594 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6595
6596 * gdb.texinfo (Setting Catchpoints): Mention features
6597 supported on GNU/Linux.
6598
6599 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6600
6601 * gdb.texinfo (GDB/MI File Commands): Describe new output
6602 field for MI command -file-list-exec-source-file.
6603
6604 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6605
6606 * gdb.texinfo (Using the `gdbserver' Program): Add security
6607 warning. Rearrange into subsections and subsubsections. Document
6608 --multi and --debug. Correct --with-sysroot typo. Update --attach
6609 usage. Make load reference clearer. Document monitor exit.
6610 (Remote Configuration): Document set remote exec-file, attach-packet,
6611 and run-packet.
6612 (Packets): Document vAttach and vRun.
6613
6614 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6615
6616 * gdb.texinfo (Processes): Mention process command.
6617 detach-on-follow -> detach-on-fork.
6618
6619 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6620
6621 * gdbint.texinfo (Native Conditionals): Remove
6622 SHELL_COMMAND_CONCAT and SHELL_FILE.
6623
6624 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6625
6626 * gdb.texinfo (Specify Location): Improve wording.
6627
6628 2008-01-23 Chris Demetriou <cgd@google.com>
6629
6630 * gdb.texinfo (Threads): Document new "set print thread-events"
6631 and "show print thread-events" commands.
6632
6633 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6634
6635 * gdb.texinfo (Specify Location): New section.
6636 (Delete Breaks, Edit, Set Breaks): Remove description of
6637 locations. Instead, add a reference to "Specify Location".
6638 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6639 (Symbols): Refer to "Specify Location" for the valid forms of
6640 linespecs and locations.
6641
6642 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6643
6644 * gdbint.texinfo (Target Conditionals): Replace the description of
6645 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6646
6647 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6648
6649 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6650 about &&var, which is rejected by the expression parser.
6651
6652 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6653
6654 * gdb.texinfo (Output): Update documentation on using printf with DFP
6655 types.
6656
6657 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6658
6659 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6660 subsubsection.
6661 (Decimal Floating Point format): New subsubsection.
6662
6663 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6664
6665 * gdb.texinfo (File Options): Remove mention of the attempt to
6666 open a core file with the -p option. Don't list -c as a valid
6667 option to attach to a process.
6668
6669 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6670
6671 * gdbint.texinfo (Host Conditionals): Remove mention of
6672 ALIGN_STACK_ON_ENTRY.
6673
6674 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6675
6676 * gdbint.texinfo (Start of New Year Procedure): Add item
6677 describing how to update the source and documentation copyright
6678 notices.
6679
6680 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6681
6682 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6683 watchpoint explanation into the main description of the watchpoint
6684 command; update synopses of 'watch', 'rwatch', and 'awatch'
6685 commands.
6686
6687 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6688
6689 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6690 Document 'pending-breakpoints' feature of
6691 -list-features.
6692
6693 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6694
6695 * gdb.texinfo: Add new parameter's description.
6696
6697 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6698
6699 * gdb.texinfo (Overview): Clarify run-length encoding
6700 example. Remove the restriction on "+" and "-" characters.
6701
6702 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6703
6704 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6705
6706 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6707
6708 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6709 the -f option for -break-insert, remove -r option,
6710 and clarify specification of location.
6711
6712 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6713
6714 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6715 formatting.
6716 (Remote Debugging): Add File Transfer section.
6717 (Remote Configuration): Document Host I/O packets.
6718 (GDB/MI): Add GDB/MI File Transfer Commands section.
6719 (Host I/O Packets): New section in "Remote Protocol".
6720 (Packets): Add vFile.
6721
6722 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6723
6724 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6725 breakpoints with multiple locations.
6726 (Breakpoint Menus): Improve wording.
6727 (Output): Fix last change.
6728
6729 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6730
6731 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6732
6733 2007-11-15 Doug Evans <dje@google.com>
6734
6735 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6736
6737 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6738
6739 * gdbint.texinfo (Native Conditionals): Remove
6740 mention of CLEAR_SOLIB.
6741
6742 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6743
6744 * gdb.texinfo (Print Settings): Add documentation for "set/show
6745 print frame-arguments".
6746
6747 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6748
6749 * gdb.texinfo (Output): Update printf command's description.
6750
6751 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6752
6753 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6754 powerpc soft-float".
6755
6756 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6757
6758 * gdb.texinfo (Files): Correct formatting. Mention Expat
6759 requirement.
6760 (Requirements for Building GDB): Expand the list of Expat
6761 uses.
6762 (Library List Format, Memory Map Format): Mention Expat.
6763 (Target Descriptions): Update Expat wording.
6764
6765 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6766
6767 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6768 Document that gdbarch_convert_register_p should return zero for no-op
6769 conversions.
6770
6771 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6772
6773 * gdbint.texi (Compiler Characteristics): Move documentation
6774 of set_gdbarch_sofun_address_maybe_missing back to ...
6775 (Target Conditionals): ... here to fix build break.
6776
6777 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6778
6779 * gdbint.texi (Target Conditionals): Remove documentation of
6780 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6781 (Compiler Characteristics): ... documentation of
6782 set_gdbarch_sofun_address_maybe_missing.
6783
6784 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6785
6786 * gdbint.texinfo (Target Conditionals): Use
6787 frame_unwind_register_unsigned in examples instead of
6788 frame_unwind_unsigned_register.
6789
6790 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6791
6792 * gdb.texinfo (Predefined Target Types): Add int128
6793 and uint128.
6794 (Standard Target Features): Add PowerPC features.
6795
6796 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6799
6800 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6801
6802 * gdbint.texi (Target Conditionals): Remove documentation
6803 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6804 gdbarch_extract_return_value, and gdbarch_store_return_value.
6805
6806 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6807
6808 * gdbint.texi (Target Conditionals): Remove documentation of
6809 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6810
6811 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6812
6813 * gdb.texinfo: Mention that inaccessible-by-default is on by
6814 default.
6815
6816 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6819
6820 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6821
6822 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6823 multi-threaded watchpoints.
6824 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6825 checked. Describe sticky notification. Expand description
6826 of steppable and continuable watchpoints.
6827 (Watchpoints and Threads): New subsection.
6828
6829 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6830
6831 * gdb.texinfo (Setting Breakpoints): Revise
6832 documentation for pending breakpoints. Document
6833 breakpoints with multiple locations.
6834
6835 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6836
6837 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6838 Document -list-features.
6839
6840 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6841
6842 * gdb.texinfo (Output): Spell out which features of C's printf are
6843 not supported by GDB's printf.
6844 (Separate Debug Files): More accurate wording regarding build ID
6845 and a reference to the ld manual rather than the Fedora wiki.
6846
6847 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6848 Jim Blandy <jimb@codesourcery.com>
6849
6850 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6851 (Examining Memory): Update mentions of the 's' format.
6852 (Automatic Display): Likewise.
6853
6854 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6855
6856 * gdb.texinfo: Update the FSF's Back-Cover Text.
6857
6858 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6859 Eli Zaretskii <eliz@gnu.org>
6860
6861 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6862 Fixed the ``build ID'' name. New binaries build instructions for the
6863 build ID inclusion. Explain how the commands are specific to the build
6864 ID vs. debug link.
6865
6866 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6867
6868 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6869 indexing for ``build ID'' support.
6870
6871 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6872
6873 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6874 Enlisted BUILD ID to the debug file searching example.
6875 Included a BUILD ID `.note.gnu.build-id' section description.
6876 Updated/added the debug files splitting instructions for OBJCOPY.
6877
6878 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6879
6880 * gdb.texinfo (Variable Objects): Adjust docs
6881 for -var-info-expression and document
6882 -var-info-path-expression.
6883
6884 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6885
6886 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6887 (title page): Include the dedication in the printed manual, as a
6888 separate page after the copyright notice.
6889
6890 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6891 don't break a @var across a line.
6892
6893 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6894
6895 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6896 for include files.
6897
6898 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6899
6900 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6901 in annotate.texinfo.
6902 (Command History): Link to new node.
6903
6904 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6905
6906 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6907
6908 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6909
6910 * gdbint.texinfo (Target Conditionals): Fix last change.
6911
6912 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6913
6914 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6915 routines:
6916 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6917 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6918 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6919 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6920 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6921 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6922 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6923 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6924 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6925 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6926 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6927 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6928 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6929 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6930 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6931 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6932 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6933 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6934 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6935 (SOFTWARE_SINGLE_STEP_P)
6936
6937 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6938 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6939
6940 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6941 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6942 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6943 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6944 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6945 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6946 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6947 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6948 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6949 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6950
6951 (Converting an existing Target Architecture to Multi-arch): Remove
6952 section.
6953
6954 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6955 (gdbarch_addr_bits_remove): Add code example.
6956
6957 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6958
6959 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6960
6961 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6962 Add other missing entries. Adjust the table size to fit.
6963 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6964 stop reasons including the new "library" event.
6965 (General Query Packets): Adjust table widths for qSupported. Mention
6966 qXfer:libraries:read reply to qSupported and document the new packet.
6967 (Library List Format): New section.
6968
6969 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6972
6973 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6974
6975 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6976
6977 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6978
6979 * gdbint.texinfo (Register and Memory Data): Break sections
6980 into nodes and add a menu.
6981
6982 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6983
6984 * gdb.texinfo (Examining Memory): Document the new behaviour.
6985
6986 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6987
6988 * gdb.texinfo (Standard Target Features): Document
6989 m68k features.
6990
6991 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6992
6993 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6994
6995 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6996
6997 * gdb.texinfo (Target Description Format): Add version attribute
6998 for <target>.
6999
7000 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7001
7002 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7003
7004 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * gdb.texinfo (MIPS Features): New subsection.
7007
7008 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7009 Markus Deuling <deuling@de.ibm.com>
7010
7011 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7012 and qXfer:spu:write packets and mention them under qSupported.
7013
7014 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7015 Markus Deuling <deuling@de.ibm.com>
7016
7017 * gdb.texinfo (Architectures): Add new SPU section to document
7018 Cell Broadband Engine SPU architecture specific commands.
7019
7020 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7021
7022 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7023 comments.
7024
7025 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7028
7029 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7030
7031 * gdb.texinfo (Overview): Doc fix.
7032
7033 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7034
7035 * gdb.texinfo (Remote Configuration): Document "set/show
7036 remoteflow".
7037
7038 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7039
7040 * gdb.texinfo (MIPS): Remove documentation for set mips
7041 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7042 stack-arg-size.
7043
7044 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7045
7046 * all-cfg.texi (GDBTUI): New.
7047 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7048 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7049 (TUI Configuration): Edit to improve clarity and fix problems of
7050 both style and content.
7051
7052 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7053
7054 * observer.texi (GDB Observers): New observer "new_objfile".
7055
7056 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7057
7058 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7059
7060 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7061
7062 * gdb.texinfo (GDB/MI Variable Objects): Document
7063 frozen variables objects.
7064
7065 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7066
7067 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7068 (Character Sets, Caching Data of Remote Targets): Likewise.
7069 (Targets): Delete Remote node. Move its text...
7070 (Debugging Remote Programs): ...to here. Delete description
7071 of the "remote" command.
7072 (Remote configuration): Delete description of "set remotedevice"
7073 and "show remotedevice".
7074 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7075
7076 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7077
7078 * gdb.texinfo (Contributors, Continuing and Stepping)
7079 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7080 (General Query Packets, File-I/O Remote Protocol Extension)
7081 (Protocol Basics, The F Reply Packet, Write)
7082 (Protocol-specific Representation of Datatypes, Memory Transfer):
7083 Fix hyphenation, punctuation and grammar problems.
7084 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7085 'section' instead of 'subsection' in the text.
7086 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7087 (i386): Remove period from section name.
7088 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7089 (Config Names, Configure Options): Use @file{configure}.
7090
7091 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7092
7093 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7094 and tab expansion.
7095
7096 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7097
7098 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7099
7100 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7101
7102 * gdb.texinfo: Consistently capitalize all significant words in
7103 node names, chapter titles, section titles, and headings. Update
7104 cross references to match.
7105 (Starting and Stopping Trace Experiment): Make node name plural.
7106 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7107
7108 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7109
7110 * gdb.texinfo (WinCE): Delete obsolete subsection.
7111
7112 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7113
7114 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7115 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7116 references.
7117
7118 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7119
7120 * gdb.texinfo (Startup): Delete references to some alternate
7121 names for .gdbinit.
7122 (Thread): Remove LynxOS reference.
7123 (Tandem ST2000): Delete target-specific documentation.
7124 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7125 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7126 and GDB_OSABI_LYNXOS.
7127
7128 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7129
7130 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7131
7132 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7133
7134 * gdbint.texinfo (Target Conditionals): Remove mention of
7135 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7136 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7137
7138 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7139
7140 * Makefile.in: Add "pdfdir" installation
7141 directory, PDFTEX macro, support for "install-pdf" target,
7142 and rules for making a pdf version of refcard.texi.
7143 * refcard.tex: Specify paper size for PDF output.
7144
7145 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7146
7147 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7148
7149 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7150
7151 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7152 (Source Path, Character Sets, Macros, Define)
7153 (GDB/MI Result Records, GDB/MI Simple Examples)
7154 (GDB/MI Program Execution, GDB/MI File Commands)
7155 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7156 (Bug Reporting): Use @value{GCC}.
7157
7158 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7159
7160 * gdb.texinfo (Help): Fix formatting of examples.
7161 (Variables): Use @ifnotinfo instead of @iftex.
7162 (Non-debug DLL symbols): Use @ref instead of @pxref.
7163 (Sparclet File): Use @samp instead of quotes.
7164
7165 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7166
7167 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7168
7169 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7170
7171 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7172 the order of the nodes.
7173 (C Operators, C Constants, Debugging C): Remove extra menus.
7174 (Method Names in Commands): Do not specify next/prev/up nodes.
7175
7176 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7177
7178 * gdb.texinfo (File Options): Add missing parenthesis.
7179 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7180
7181 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7182
7183 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7184
7185 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7186
7187 * gdb.texinfo (Standard Target Features): Mention
7188 case insensitivity.
7189 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7190
7191 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7192
7193 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7194 (Files): Add section name to argument list for pxref.
7195 (Non-debug DLL symbols): Don't use `see' for pxref.
7196 (Embedded Processors): Fix typo.
7197 (GDB/MI Breakpoint Commands): Execution commands generate
7198 *stopped not ^done.
7199
7200 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7201
7202 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7203 values for in_scope. Mention that only root variables can be
7204 updated.
7205 (GDB/MI Development and Front Ends): Explain new values may be
7206 added to existing fields.
7207
7208 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7209
7210 * gdb.texinfo (-target-disconnect): Use @smallexample.
7211 (Requirements): Add anchor for Expat. Update description.
7212 (Target Descriptions): Mention Expat.
7213 (Target Description Format): Document new elements. Use
7214 @smallexample.
7215 (Predefined Target Types, Standard Target Features): New sections.
7216 * gdbint.texinfo (Target Descriptions): New section.
7217
7218 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * gdb.texinfo (Target Description Format): Add section on XInclude.
7221
7222 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7223
7224 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7225 command -enable-timings.
7226
7227 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7228
7229 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7230 descriptions for new/deleted elements in gdb_osabi. Add missing
7231 description for function generic_elf_osabi_sniff_abi_tag_sections.
7232
7233 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7234
7235 * gdb.texinfo (Maintenance Commands): Add documentation for
7236 the new "maint print target-stack" command.
7237
7238 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7239 Eli Zaretskii <eliz@gnu.org>
7240
7241 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7242
7243 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7244
7245 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7246 Use @value{NGCC} instead of @value{GCC}.
7247
7248 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7249
7250 * agentexpr.texi: Fix typos.
7251 * annotate.texinfo: Likewise.
7252 * gdb.texinfo: Likewise.
7253 * gdbint.texinfo: Likewise.
7254 * observer.texi: Likewise.
7255 * stabs.texinfo: Likewise.
7256
7257 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7258
7259 * gdbint.texinfo (Support Libraries): Remove mmalloc
7260 entry. Describe readline library.
7261
7262 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7263
7264 * gdb.texinfo (Target Descriptions): New section.
7265 (General Query Packets): Add QPassSignals anchor. Mention
7266 qXfer:features:read under qSupported. Expand mentions of
7267 qXfer:memory-map:read and QPassSignals. Document
7268 qXfer:features:read.
7269
7270 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7271
7272 * gdb.texinfo (Commands to specify files): Describe
7273 "set sysroot" and "show sysroot".
7274 (Using the `gdbserver' program): Lowercase argument
7275 to @var. Expand description of setting up GDB on the
7276 host.
7277
7278 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7279
7280 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7281 catch exception, catch exception unhandled, and catch assert
7282 commands.
7283
7284 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7285
7286 * gdb.texinfo (Debugging Output): Document "set debug xml"
7287 and "show debug xml".
7288
7289 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7290
7291 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7292
7293 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7294
7295 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7296
7297 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7298
7299 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7300 note in @ignore, to be removed later if nobody complains.
7301
7302 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7305 of -var-delete.
7306
7307 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7308
7309 * gdb.texinfo (Setting breakpoints): Document
7310 automatic software/hardware breakpoint usage and
7311 the "set breakpoint auto-hw" command.
7312
7313 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7314
7315 * gdb.texinfo (Memory Access Checking): New.
7316
7317 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7318
7319 * gdb.texinfo (Remote configuration): Mention
7320 "pass-signals-packet".
7321 (General Query Packets): Document QPassSignals. Fix
7322 a typo.
7323
7324 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7325
7326 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7327
7328 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7329
7330 * gdb.texinfo (Remote configuration): Rewrite documentation for
7331 packet configuration commands.
7332 (OS Information): Adjust reference to qXfer:auxv:read.
7333 (General Query Packets): Remove references to read-aux-vector-packet
7334 and set remote get-thread-local-storage-address.
7335
7336 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7337
7338 * gdbint.texinfo (Target Architecture Definition): Add new
7339 Initializing a New Architecture section.
7340
7341 2006-10-31 David Taylor <dtaylor@emc.com>
7342
7343 * stabs.texinfo (Macro define and undefine): New node describing
7344 stabs for #define and #undef.
7345
7346 2006-10-27 Andreas Schwab <schwab@suse.de>
7347
7348 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7349
7350 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7351
7352 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7353 clarify on the possible meanings of ``expression'' watched by
7354 watchpoints. Add indexing.
7355 (Prompting, Errors, Invalidation, Annotations for Running)
7356 (Source Annotations): Fix index entries by adding "annotation" to
7357 them, to discriminate from index entries that point to the more
7358 general topic descriptions.
7359
7360 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 * gdbint.texinfo (Target Vector Definition): Move most
7363 content into Existing Targets. Add a menu.
7364 (Existing Targets): New section, moved from Target Vector
7365 Definition. Use @subsection.
7366 (Managing Execution State): New section.
7367
7368 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7369
7370 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7371
7372 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7373
7374 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7375 (Command Syntax, Signals, Backtrace, Connecting)
7376 (Remote configuration, Renesas Boards, Console I/O): Fix last
7377 change: use Ctrl- instead of C-, except wrt Emacs.
7378 (File-I/O Examples): Put Ctrl-c in @kbd.
7379 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7380 (Console I/O): Use @samp with Ctrl-.
7381 (Signals, Set Breaks, Set Watchpoints): Document optional
7382 arguments to `info signals' `handle', `info breakpoints', and
7383 `info watchpoints'.
7384
7385 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7386
7387 * gdb.texinfo (Backtrace): Fix last change.
7388
7389 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7390
7391 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7392
7393 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7394
7395 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7396 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7397 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7398
7399 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7400 Daniel Jacobowitz <dan@codesourcery.com>
7401
7402 * gdb.texinfo (Packets): Document vFlashErase,
7403 vFlashWrite and vFlashDone packets.
7404 (General Query Packets): Document qXfer:memory-map:read.
7405 Add a new feature for qXfer:memory-map:read.
7406 (Memory map format): New section.
7407 (Target Commands): Mention that gdb can write flash.
7408
7409 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7410 Daniel Jacobowitz <dan@codesourcery.com>
7411
7412 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7413 memory regions and "mem auto".
7414
7415 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7416
7417 * gdbint.texinfo (Array Containers): New section.
7418
7419 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7420
7421 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7422 -stack-list-arguments HIGH_FRAME argument can be larger then the
7423 actual number of frames.
7424
7425 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7426
7427 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7428 -stack-list-locals HIGH_FRAME argument can be larger then the
7429 actual number of frames.
7430
7431 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7432
7433 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7434 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7435
7436 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7437
7438 * gdbint.texinfo (Overall Structure): New section "Source Tree
7439 Structure".
7440
7441 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7442
7443 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7444 responses.
7445
7446 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.texinfo (Source Path): Add documentation for new
7449 substitute-path commands.
7450
7451 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7452
7453 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7454 (Running Configure): ...here.
7455 (Requirements): New node. Mention expat.
7456
7457 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7458
7459 * gdb.texinfo (Target Commands): Remove
7460 'set download-write-size' and 'show download-write-size'.
7461
7462 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7463
7464 * stabs.texinfo (Member Type Descriptor): Correct example for
7465 pointer to member types.
7466
7467 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7468
7469 * gdb.texinfo (Optional warnings and messages): Add
7470 'set/show trace-commands'.
7471 (Command files): Add '-v' to source command.
7472
7473 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7474
7475 * gdb.texinfo (OS Information): Update qPart reference to
7476 qXfer.
7477 (Remote configuration): Likewise.
7478 (Overview): Move @cindex to the start of a paragraph. Talk
7479 about binary data encoding.
7480 (Packets): Refer to the overview for the details of the X
7481 packet encoding.
7482 (General Query Packets): Remove qPart description. Add qXfer
7483 description. Add an anchor to qSupported. Correct feature
7484 table title. Add a new feature for qXfer:auxv:read.
7485 (Interrupts): Add a missing parenthesis.
7486
7487 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7488
7489 * gdb.texinfo (KOD): Remove node.
7490 (GDB/MI Kod Commands): Remove commented out node.
7491
7492 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7493
7494 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7495 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7496 (GDB/MI Thread Commands, GDB/MI Program Execution)
7497 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7498 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7499 (GDB/MI File Commands, GDB/MI Target Manipulation)
7500 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7501 since the MI prompt is hard-wired into the code.
7502
7503 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7504
7505 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7506 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7507 (GDB/MI Data Manipulation): Remove description of unimplemented
7508 display related commands as variable objects perform this function
7509 and are superior: -display-delete, -display-disable,
7510 -display-enable, -display-insert and -display-list. Move
7511 -environment-cd, -environment-directory, -environment-path
7512 and -environment-pwd to "Program Context".
7513 (GDB/MI Program Control): Rename to "Program Execution". Move
7514 -exec-arguments -exec-abort to...
7515 (GDB/MI Program Context): ...here. New node split from "Data
7516 Manipulation".
7517
7518 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7519
7520 * gdb.texinfo (Remote configuration): Document set / show
7521 remote supported-packets.
7522 (General Query Packets): Document qSupported packet.
7523
7524 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7525
7526 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7527 and font markup.
7528 (Protocol basics): Likewise.
7529 (The F request packet): Likewise.
7530 (The F reply packet): Likewise.
7531 (Memory transfer): Move this node to be a subsubsection of
7532 "Protocol specific representation of datatypes".
7533 (The Ctrl-C message): More copy editing.
7534 (Console I/O): Likewise.
7535 (The isatty call): Delete this node, and merge its content into
7536 the "isatty" node. Fixed references elsewhere.
7537 (The system call): Delete this node, and merge its content into
7538 the "system" node. Fixed references elsewhere.
7539 (open): Reformat to use @table, and add appropriate font markup.
7540 (close): Likewise.
7541 (read): Likewise.
7542 (write): Likewise.
7543 (lseek): Likewise.
7544 (rename): Likewise.
7545 (unlink): Likewise.
7546 (stat/fstat): Likewise.
7547 (gettimeofday): Likewise.
7548 (isatty): Likewise.
7549 (system): Likewise, plus minor changes to fix confusing wording.
7550 (Integral datatypes): Fix font markup.
7551 (Pointer values): Likewise.
7552 (struct stat): Fix markup to use @table, plus minor copy editing.
7553 (struct timeval): Fix font markup, plus minor copy editing.
7554 (Constants): Minor copy editing.
7555 (Errno values): Add font markup.
7556 (File-I/O Examples): Likewise.
7557
7558 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7559
7560 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7561 (GDB/MI Simple Examples): Move node up one level. Use real
7562 examples.
7563 (GDB/MI Compatibility with CLI): Update.
7564 (GDB/MI Result Records): Add "connected" and "exit" result
7565 classes.
7566 (GDB/MI Stream Records): Clarify target output.
7567 (GDB/MI Command Description Format): Modify example description.
7568 (GDB/MI Breakpoint Table Commands): Rename to...
7569 (GDB/MI Breakpoint Commands): ...this
7570 (GDB/MI Breakpoint Commands): Add optional thread field.
7571 (GDB/MI Program Control): Add an introduction. Move "Program
7572 termination" examples into exec-run description.
7573 (GDB/MI File Commands): Mention similar CLI commands.
7574 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7575 is similar to "-gdb-version".
7576
7577 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7578
7579 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7580
7581 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7584 sourceware.org for mailing lists.
7585 (GDB/MI File Commands): New node split from Program Control.
7586
7587 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7588
7589 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7590
7591 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7592
7593 * gdb.texinfo (Cygwin Native): Fix last change.
7594
7595 2006-05-22 Christopher Faylor <cgf@timesys.com>
7596
7597 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7598
7599 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7600
7601 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7602 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7603
7604 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7605
7606 * gdb.texinfo (General Query Packets): Recommend not starting
7607 new packets with qC and clarify.
7608
7609 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7610
7611 * gdb.texinfo (M2 Types): New section.
7612
7613 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7614
7615 * agentexpr.texi: Add a copyright and license notice.
7616 * observer.texi: Likewise, with GPL clause for function prototypes.
7617 Remove trailing whitespace.
7618
7619 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7620
7621 * gdb.texinfo (General Query Packets): Document conventions for
7622 terminating packet names, and their violations.
7623
7624 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7625
7626 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7627 * gdb.texinfo: Likewise.
7628
7629 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7630
7631 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7632 and "show remotedebug".
7633 (Debugging Output): Add additional index entries.
7634
7635 2006-04-27 Michael Snyder <msnyder@redhat.com>
7636
7637 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7638
7639 2006-04-22 Andrew Cagney <cagney@redhat.com>
7640
7641 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7642 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7643
7644 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7645
7646 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7647 and remove breakpoint prototypes.
7648 (Watchpoints): Move description of target_insert_hw_breakpoint and
7649 target_remove_hw_breakpoint ...
7650 (Breakpoints): ... to here. Document target_insert_breakpoint and
7651 target_remove_breakpoint.
7652
7653 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7654
7655 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7656 and C packets are optional.
7657
7658 2006-04-14 Frederic Riss <frederic.riss@st.com>
7659
7660 * gdb.texinfo (Specifying source directories): Update the description
7661 of the source file search to reflect the fact that the source path
7662 always contains at least $cdir and $cwd.
7663
7664 2006-03-31 Michael Snyder <msnyder@redhat.com>
7665
7666 * gdb.texinfo: Update copyright dates.
7667
7668 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7669
7670 * gdb.texinfo (Overview): Add an index entry to "empty response".
7671
7672 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7673
7674 * gdbint.texinfo (Prologue Analysis): New section.
7675
7676 2006-03-07 Jim Blandy <jimb@red-bean.com>
7677
7678 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7679
7680 * gdb.texinfo (Target Commands): Update text describing how to
7681 specify a target. Refer to the detailed section on remote
7682 debugging, not the brief mention.
7683
7684 * gdb.texinfo (Connecting): Organize the different 'target remote'
7685 connection methods into a table. Add a 'target remote' index
7686 entry. (!!!)
7687
7688 2006-02-17 Fred Fish <fnf@specifix.com>
7689
7690 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7691 'ptype' commands to reflect the fact that the only significant
7692 difference between them is that ptype prints the complete type
7693 description instead of just the name.
7694
7695 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7696
7697 * gdbint.texinfo (Watchpoints): Delete
7698 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7699
7700 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7701
7702 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7703 times fields where needed. Fix typos. Update general form given
7704 for output of -break-insert.
7705 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7706
7707 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7708
7709 * gdbint.texinfo (Symbol Handling): Add a section
7710 on memory management.
7711
7712 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7713
7714 * gdb.texinfo (Breakpoint table commands): Document the fullname
7715 field in -break-list output.
7716
7717 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7718
7719 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7720 debugging information produced by the various "set debug..."
7721 options.
7722
7723 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7724
7725 * gdb.texinfo (Files): Remove obsolete bits from the description
7726 of "symbol-file".
7727
7728 2006-01-25 Jim Blandy <jimb@redhat.com>
7729
7730 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7731
7732 2006-01-24 Jim Blandy <jimb@redhat.com>
7733
7734 * gdbint.texinfo (Frames): Document the basics of GDB's register
7735 unwinding model, and explain the existence of the "sentinel" frame.
7736
7737 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7738
7739 * gdb.texinfo (Choosing files): Mention that -directory is used
7740 for script files.
7741 (Specifying source directories): Likewise.
7742 (Command files): Explain how script files are found.
7743
7744 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7745
7746 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7747 the threads in a multi-threaded program.
7748 (Threads): The threadno argument of "thread apply" can be a range
7749 of numbers.
7750
7751 2006-01-18 Jim Blandy <jimb@redhat.com>
7752
7753 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7754 of warning flags.
7755
7756 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7757
7758 * gdb.texinfo (Sequences): Improve menu annotations.
7759 (Define): Add index entries for arguments of user-defined
7760 commands. Move the description of flow-control commands...
7761 (Command Files): ...to here. Document loop_break and
7762 loop_continue.
7763 (Define, Command Files): Document `end' and add index entries for
7764 it.
7765
7766 2006-01-04 Michael Snyder <msnyder@redhat.com>
7767
7768 * gdb.texinfo: Add documentation for linux-fork.
7769 * gdbint.texinfo: Add internal documentation for checkpoints.
7770
7771 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7772
7773 * gdb.texinfo (Omissions from Ada): Document that there is now
7774 limited aggregate support.
7775
7776 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7777
7778 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7779 registers and the likes.
7780
7781 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7782
7783 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7784 (Symbols): Fix usage of "e.g.".
7785 (Memory Region Attributes): Fix usage of "etc."
7786
7787 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7788 (Coding): Fix usage of "e.g.".
7789
7790 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7791
7792 * stabs.texinfo:
7793 * refcard.tex:
7794 * gpl.texi:
7795 * gdbint.texinfo:
7796 * gdb.texinfo:
7797 * gdb-cfg.texi:
7798 * fdl.texi:
7799 * annotate.texinfo:
7800 * all-cfg.texi:
7801 * Makefile.in: Add (C) after Copyright. Update the FSF
7802 address.
7803
7804 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7805
7806 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7807 extend GDB with commands for external monitor.
7808
7809 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7810
7811 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7812
7813 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7814
7815 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7816
7817 2005-11-21 Jim Blandy <jimb@redhat.com>
7818
7819 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7820 placement of 'R' actions in tracepoint action packets; document
7821 dependence of 'X' and 'M' actions on a preceding 'R' action for
7822 their registers.
7823
7824 2005-11-19 Jim Blandy <jimb@redhat.com>
7825
7826 * gdb.texinfo (Tracepoint Packets): New node.
7827 (General Query Packets): Add entries for the tracepoint packets,
7828 referring to the "Tracepoint Packets" node.
7829 (Tracepoints): Add reference to "Tracepoint Packets".
7830
7831 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7832
7833 * gdb.texinfo (set remotebreak): Add anchor.
7834 (X packet): Likewise.
7835 (Remote Protocol): Add new section `Interrupts' and new index
7836 entry `interrupts (remote protocol)'.
7837
7838 2005-11-18 Jim Blandy <jimb@redhat.com>
7839
7840 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7841 entries into the General Query Packets section. Add a
7842 cross-reference to that section. Drop description of replies, as
7843 these are covered in the descriptions of each packet.
7844 (General Query Packets): Add introductory text. Explain naming
7845 conventions, and how the end of a name is recognized.
7846
7847 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7848
7849 * gdb.texinfo (Remote configuration): Fix typo in description of
7850 "set remotebreak" command.
7851
7852 2005-11-16 Jim Blandy <jimb@redhat.com>
7853
7854 * gdb.texinfo (Packets, Stop Reply Packets)
7855 (General Query Packets): Various formatting cleanups.
7856 - Use @samp for packet contents.
7857 - Drop summaries from packet @item lines; the same information appears
7858 immediately below in the description.
7859 - Delete paragraph breaks after packet @item commands, so that the
7860 description appears directly to the right of the packet prototype
7861 in the printed manual, if it fits.
7862 - Place spaces in packet prototypes between @vars and non-@var
7863 letters, and explain that they're just for formatting.
7864 - Use @dots{} instead of '...'.
7865 - Fix uses of @code where @var was needed.
7866 - Replace "deprecated" markers with English text spelling out the
7867 packet's status and the preferred alternatives.
7868 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7869 what this ever meant.
7870 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7871 this for a long time.
7872 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7873 implemented several times, and have been in use for years.
7874
7875 2005-11-15 Jim Blandy <jimb@redhat.com>
7876
7877 * gdb.texinfo (Packets): Add index entries for 'm' packet
7878 disclaimers.
7879
7880 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7881 of stub when processing an 'm' packet.
7882
7883 * gdb.texinfo (Packets): Mention that packets beginning with
7884 letters are reserved once, at the top, instead of actually listing
7885 them all and saying "reserved".
7886
7887 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7888
7889 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7890 Change @var{$arg0 to @code{$arg0.
7891
7892 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7893
7894 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7895
7896 2005-11-12 Jim Blandy <jimb@redhat.com>
7897
7898 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7899 order. Remove extraneous 'z'.
7900
7901 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7902
7903 * gdb.texinfo (Choosing files): Add --eval-command.
7904
7905 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7906
7907 * gdb.texinfo (Choosing modes): Add --return-child-result.
7908
7909
7910 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7911
7912 * gdb.texinfo (Choosing modes): Add --batch-silent.
7913
7914 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7915
7916 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7917 "The -var-update Command".
7918
7919 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7920
7921 * gdb.texinfo (Print Settings): Add documentation for set/show
7922 print array-indexes.
7923
7924 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7925
7926 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7927 6.2 and 6.3.
7928
7929 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7930
7931 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7932 since 19-Jan-2004.
7933 (Files): Likewise.
7934 (Variables, Symbols): Document the "<incomplete type>" message and
7935 its reasons.
7936
7937 2005-08-01 Fred Fish <fnf@specifix.com>
7938
7939 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7940
7941 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7942
7943 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7944 option for -var-list-children and -var-update.
7945 (GDB/MI Stack Manipulation): Simplify description of
7946 print-values option for -stack-list-locals.
7947 (GDB/MI Command Description Format): Clarify.
7948 (Mode Options): Spelling of superseded.
7949
7950 2005-07-12 Bob Rossi <bob@brasko.net>
7951
7952 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7953 corresponding GDB command comment.
7954
7955 2005-07-06 Bob Rossi <bob@brasko.net>
7956
7957 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7958 and -inferior-tty-show.
7959 (Input/Output): Document "set/show inferior-tty" and tty alias.
7960
7961 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7962
7963 * gdb.texinfo (Packets): Change description of 'D' packet to note
7964 that GDB does wait for a response.
7965
7966 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7967
7968 * gdb.texinfo (History) Rename "Command History".
7969 (Command History): Move node "Server Prefix" from section on
7970 Annotations here.
7971
7972 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7973
7974 * gdb.texinfo (GDB/MI Stack Manipulation):
7975 Re-instate -stack-info-frame with example. Say that it gets
7976 info on selected frame, not current frame.
7977
7978 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7979
7980 * gdb.texinfo (Server): Clarify that `file' should be used before
7981 connecting to the server.
7982 (Files): Add an xref to the above description.
7983 (Output Formats): More detailed description of the `c' format.
7984 (Memory): List explicitly all the formats supported by `x'.
7985 (Threads): Add an @cindex entry for "thread apply".
7986 (Files): Document the possibility of loading unlinked object
7987 files. Add more indexing for solib-absolute-prefix and
7988 --with-sysroot.
7989 (Machine Code): Document possible problems with locations in
7990 shared libraries.
7991 (Backtrace): Document that free-standing environments do not need
7992 to have a `main' function.
7993
7994 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7995
7996 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7997 -stack-info-frame.
7998
7999 2005-06-07 Andrew Cagney <cagney@gnu.org>
8000
8001 * gdb.texinfo (Contributors): Note the original multi-arch
8002 contributors.
8003
8004 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8005
8006 * gdb.texinfo (Registers): Add index entries for the standard
8007 registers.
8008 (Frames): Add cross-reference from frame pointer description to
8009 the Registers node.
8010 (Annotations Overview): Fix the reference to GDB name.
8011
8012 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8013
8014 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8015 can-use-hw-watchpoints.
8016
8017 2005-05-28 Bob Rossi <bob@brasko.net>
8018
8019 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8020 the possible reasons why an exec async record would be returned to FE.
8021
8022 2005-05-26 Andrew Cagney <cagney@gnu.org>
8023
8024 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8025 Andrew Cagney implemented the original GDB/MI.
8026
8027 2005-05-23 Orjan Friberg <orjanf@axis.com>
8028
8029 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8030 documentation. Add documentation for cris-mode.
8031
8032 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8033
8034 * gdb.texinfo (Numbers): Explain the example and make the wording
8035 more acurate.
8036
8037 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8038 Dennis Brueni <dennis@slickedit.com>
8039
8040 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8041 (GDB/MI Data Manipulation, GDB/MI Program Control)
8042 (GDB/MI Stack Manipulation): Update examples to include the fullname
8043 attribute in stack frames.
8044
8045 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8046
8047 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8048 do with other non-standard names of init files.
8049
8050 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8051
8052 * gdb.texinfo (Command Files): Move the description of the startup
8053 from here...
8054 (Startup): ...to this new subsection of the Invocation chapter.
8055 Rearrange the description of init files more logically and add a
8056 cross-reference to "Command Files". Document the special gdbinit
8057 name for CISCO 68k. Expand the description of what GDB does
8058 during startup.
8059 (History): Add index entry for HISTSIZE.
8060
8061 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8062
8063 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8064
8065 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8066
8067 * gdb.texinfo (SVR4 Process Information, The isatty call)
8068 (The system call): Don't use foo(N) notation for man pages and
8069 functions.
8070 (Compilation, DJGPP Native): Improve wording.
8071
8072 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8073
8074 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8075 were optimized away.
8076
8077 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8078
8079 * gdb.texinfo (Remote configuration): Document "set/show
8080 get-thread-local-storage-address". Add cross-reference to the
8081 description of the qGetTLSAddr packet.
8082 (General Query Packets): Mention "set remote
8083 get-thread-local-storage-address" and add a reference to its
8084 description.
8085
8086 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * gdb.texinfo (Backtrace): Describe 'bt full'.
8089
8090 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8091
8092 * gdb.texinfo (Mode Options): Fix typo.
8093 (GDB/MI): Describe how to invoke GDB/MI.
8094
8095 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8096
8097 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8098 references changed. Add description of "info udot".
8099 (Files): Document "set/show stop-on-solib-events".
8100 (M32R/D): Document "set/show download-path", "set/show
8101 board-address", "set/show server-address", "upload", "tload".
8102 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8103 "use_mon_code", "use_ib_break", "use_dbt_break".
8104 (Maintenance Commands): Improve indexing.
8105 (Target Commands): Document "set/show hash", "set/show debug
8106 monitor".
8107 (SVR4 Process Information): Document "info pidlist" and "info
8108 meminfo". Document "set/show procfs-tarce" and "set/show
8109 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8110 (Symbols, The Print Command with Objective-C): Improve indexing.
8111 (Objective-C): Add references to "info classes" and "info
8112 selectors".
8113 (Debugging Output): Improve wording. Document "set/show debug
8114 solib-frv". Fix "set/show debugvarobj".
8115 (Set Breaks): Add index entry for "hardware breakpoints".
8116 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8117 and "set/show usehardbreakpoints".
8118 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8119 monitor-prompt", "set/show monitor-warnings", "pmon".
8120 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8121 rdiromatzero", "set/show rdiheartbeat".
8122 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8123 "sds".
8124 (Embedded Processors): Document the "sim" command.
8125 (Remote): Document the "remote" command.
8126 (DJGPP Native): Document the "info serial" command.
8127 (Threads): Document "maint info sol-threads".
8128 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8129 (Set Breaks): Improve indexing.
8130 (Command Syntax): Add a reference to dont-repeat.
8131 (Define): Document "dont-repeat".
8132 (TUI Commands): Document "tabset".
8133 (WinCE): New subsection. Document "set/show remotedirectory",
8134 "set/show remoteupload", "set/show remoteaddhost".
8135
8136 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8137
8138 * gdb.texinfo (Hurd Native): New subsection, documents
8139 Hurd-specific commands.
8140 (Maintenance Commands): Add cross-reference to "Debugging Output".
8141 (Debugging Output): Document "set/show debug lin-lwp".
8142 (MIPS): Improve documentation of heuristic-fence-post. Document
8143 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8144 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8145 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8146 (ARM): Document ARM-specific commands.
8147 (AVR): New section. Document "info io_registers".
8148 (CRIS): New section. Document "set/show cris-version" and
8149 "set/show cris-dwarf2-cfi".
8150 (HPPA): New section. Document "set/show debug hppa" and "maint
8151 print unwind".
8152 (Neutrino): New subsection. Document "set/show debug nto-debug".
8153 (Super-H): New section. Document the "regs" command.
8154 (Debugging Output): Document "set/show debug aix-thread".
8155
8156 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8157
8158 * gdb.texinfo (Print Settings): Document "set/show print
8159 pascal_static-members", "set print repeats", "show print
8160 null-stop". Improve indexing. Fix documentation of "set print
8161 union".
8162 (Pascal): New section.
8163 (Supported languages): Rename from "Support"; all references
8164 updated. Add a menu item for Pascal.
8165 (Numbers): Document "set radix.
8166 (Screen Size): Document "set/show pagination".
8167 (MIPS Embedded): Remove "set processor" documentation.
8168 (Remote configuration): Document "set/show X/P/Z-packet",
8169 "set/show read-aux-vector-packet", "set/show remote
8170 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8171 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8172 remotedebug", "set/show remotebreak", "set/show remotedevice",
8173 "set/show remotelogfile".
8174 (Auxiliary Vector): Add reference to the description of the
8175 read-aux-vector-packet setting.
8176 (Set Watchpoints): Add a cross-reference to "set remote
8177 hardware-breakpoint-limit".
8178 (General Query Packets): Add indexing of requests and
8179 cross-references to related commands in "Remote configuration".
8180 (File-I/O Overview, The system call): Fix wording and typos.
8181 (Thread Stops): Add index entries.
8182 (Continuing and Stepping): Document "show step-mode".
8183 (i386): New node. Document "set/show struct-convention".
8184 (Files): Document "show trust-readonly-sections".
8185 (Calling): Document "set/show unwindonsignal".
8186 (Messages/Warnings): Add index entries.
8187 (Maintenance Commands): Document "set/show watchdog".
8188 (Annotations Overview): Document "show annotate".
8189 (Set Watchpoints): Add index entries.
8190 (Symbols): Fix doc of case-sensitive.
8191 (ABI): Document "show coerce-float-to-double".
8192 (Convenience Vars, Help): Improve indexing.
8193 (Machine Code): Document "show disassembly-flavor".
8194 (Debugging C plus plus): Document "show overload-resolution".
8195 (Value History, Signaling): Add index entries.
8196
8197 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8198
8199 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8200 (Processes): Fix wording.
8201 (History, List, Logging output, Define, Symbols, Print Settings):
8202 Improve indexing.
8203
8204 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8205
8206 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8207 redundant index entry for "target" command.
8208 (Backtrace): Add index entries.
8209 (Symbols, Fortran): Document the "set case-sensitive" command.
8210 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8211 (Print Settings): Add index entry for "set demangle-style".
8212 (Target Commands): Document "set download-write-size".
8213 (Debugging Output): Document "set exec-done-display".
8214
8215 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8216
8217 * gdb.texinfo (Files): Fix the name and documentation of
8218 add-shared-symbol-files. Document its alias assf. Update the
8219 list of OSs where GDB supports shared libraries. Fix markup.
8220 (Continuing and Stepping): Add reference to @var{location} in the
8221 text.
8222 (Dump/Restore Files): Fix reference to @{filename}.
8223 (Help): Fix wording.
8224 (Attach): Ditto.
8225 (Set Watchpoints): Ditto.
8226 (Backtrace): Remove redundant index entries. Improve index
8227 entries.
8228 (Delete Breaks): Fix wording.
8229 (Memory): Document the compare-sections command.
8230 (Memory Region Attributes): Improve wording.
8231 (Disabling): Improve wording.
8232 (Fortran): New subsection. Document the "info common" command.
8233 (Help): Document aliases "info copying" and "info warranty".
8234 (Caching Remote Data): New section. Document the "set/show
8235 remotecache" and "info dcache" commands.
8236 (Show): Fix wording of the documentation of the "set
8237 extension-language" command.
8238 (Signals): Add index entry for "info handle".
8239 (Memory Region Attributes): Fix punctuation.
8240 (Symbols): Change the arg name to "location" and refer to it in
8241 the text. Fix wording of "info types" doc.
8242 (Threads): Fix usage of @enumerate @item's.
8243 (Listing Tracepoints): Add index entry for "info tp".
8244 (Set Watchpoints): Add xref to "info break" description.
8245 (Macros): Add an index entry for "macro exp1". Document the
8246 "macro list" command.
8247 (Maintenance Commands): Document "flushregs", "maint agent",
8248 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8249 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8250 "maint print architecture", "maint print objfiles", "maint print
8251 statistics", "maint print type", "maint show-debug-regs", "maint
8252 space", "maint time", and "maint translate-address".
8253 (Connecting): Document the "monitor" command.
8254 (Annotations Overview): Describe the "set annotate" command.
8255
8256 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8257
8258 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8259 Rearrange index entries and improve wording about support for
8260 hardware watchpoints.
8261
8262 2005-03-10 Bob Rossi <bob@brasko.net>
8263
8264 * gdb.texinfo: Update copyright
8265
8266 2005-02-09 Theodore A. Roth <troth@openavr.org>
8267
8268 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8269 error.
8270
8271 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8272
8273 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8274
8275 2005-01-17 Michael Snyder <msnyder@redhat.com>
8276
8277 * gdb.texinfo: Fix spelling, infinte -> infinite.
8278
8279 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8280
8281 * observer.texi (GDB Observers): Document "solib_loaded".
8282
8283 2005-01-07 Andrew Cagney <cagney@gnu.org>
8284
8285 * configure.ac: Rename configure.in, require autoconf 2.59.
8286 * configure: Re-generate.
8287
8288 * configure.in: Replace configdirs with multiple references to
8289 AC_CONFIG_SUBDIRS.
8290 * configure: Re-generate.
8291
8292 2005-01-04 Andrew Cagney <cagney@gnu.org>
8293
8294 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8295 part of the version number.
8296
8297 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8298
8299 * gdbint.texinfo (Algorithms): Remove description of
8300 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8301
8302 2004-12-07 Jim Blandy <jimb@redhat.com>
8303
8304 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8305 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8306 numbers.
8307
8308 2004-12-07 Andreas Schwab <schwab@suse.de>
8309
8310 * gdb.texinfo (Mode Options): Document -l option.
8311
8312 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8313
8314 * gdbint.texinfo (Algorithms): More accurate description of
8315 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8316 is not needed unless data-read and data-access watchpoints are
8317 supported. Add a description of how GDB checks whether the
8318 inferior stopped because a watchpoint was hit.
8319
8320 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8321
8322 * gdb.texinfo (Files): Add cross-reference to description of
8323 -readnow command-line switch.
8324
8325 2004-11-10 Randolph Chung <tausq@debian.org>
8326
8327 * gdb.texinfo: Document set/show backtrace past-entry commands.
8328 Rearrange index entries for set/show backtrace past-main.
8329
8330 2004-11-10 Jon Beniston <jon@beniston.com>
8331
8332 Committed by Andrew Cagney <cagney@gnu.org>.
8333 * gdb.texinfo (Remote Serial Protocol): Further describe
8334 binary transfer escaping mechanism .
8335
8336 2004-11-08 Randolph Chung <tausq@debian.org>
8337
8338 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8339 and "show debug infrun". Add index entries.
8340
8341 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8342
8343 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8344 "info proc" that are already implemented. Add index entries.
8345 (Working Directory): Add a cross-reference to "info proc" command.
8346 (Files): Add a tip for decreasing memory used for symtabs from
8347 shared libraries.
8348 (Starting): Fix whitespace; make "elaboration" stand out where it
8349 is first used, and add an index entry for the term.
8350 (Calling): Expand and elaborate text. Add "print". Add the
8351 description of problems with weak aliases.
8352 (Core File Generation): New section.
8353
8354 2004-10-12 Andrew Cagney <cagney@gnu.org>
8355
8356 * gdbint.texinfo (Versions and Branches): New chapter.
8357 (Releasing GDB): Delete "Versions and Branches" section.
8358 (Top): Add "Versions and Branches".
8359
8360 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8361
8362 * gdb.texinfo (Editing, History): Add cross-references to the
8363 included Readline and History user documentation. Remove
8364 references to the symbol have-readline-appendices which is unused
8365 and undefined.
8366 (History): Fix indexing.
8367
8368 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8369
8370 * gdbint.texinfo (target_stopped_data_address): Update to
8371 new prototype.
8372 (i386_stopped_data_address): Update prototype and description.
8373 (i386_stopped_by_watchpoint): New function and description.
8374
8375 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8376
8377 * gdb.texinfo (Filenames): Add Ada suffixes.
8378 (Ada) New section.
8379
8380 2004-09-27 Andrew Cagney <cagney@gnu.org>
8381 Robert Picco <Robert.Picco@hp.com>
8382
8383 * gdb.texinfo (Packets): Document the "p" packet.
8384
8385 2004-09-21 Jason Molenda (jmolenda@apple.com)
8386
8387 * gdb.texinfo (Paths and Names of the Source Files): Document the
8388 meaning of values in the 'desc' field of a SO stab.
8389
8390 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8391
8392 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8393 max-cache-age" and "maint show dwarf2 max-cache-age".
8394
8395 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8396
8397 * gdb.texinfo (Set Breaks): Add index entry for setting
8398 breakpoints on overloaded C++ functions that are not members of
8399 any classes. Add an example and an index entry for setting
8400 breakpoints on all program functions.
8401 (Character Sets, Macros, Overlay Commands)
8402 (Non-debug DLL symbols, GDB/MI Output Syntax)
8403 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8404 Use "(@value{GDBP})" instead of a literal "(gdb)".
8405
8406 2004-09-12 Andrew Cagney <cagney@gnu.org>
8407
8408 * gdbint.texinfo (Native Debugging): Delete description of
8409 FILES_INFO_HOOK.
8410
8411 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8412
8413 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8414 to hex_string_custom (not historically correct, but more
8415 understandable, given the current code).
8416
8417 2004-09-03 Andrew Cagney <cagney@gnu.org>
8418
8419 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8420
8421 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8422
8423 * observer.texi (solib_unloaded): New observer.
8424
8425 2004-08-24 Andrew Cagney <cagney@gnu.org>
8426
8427 * gdbint.texinfo (Target Architecture Definition): Add missing
8428 comma.
8429
8430 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8431
8432 * (Using the Testsuite): build != host is supported,
8433 but some test scripts do not support build != host.
8434
8435 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8436
8437 * gdbint.texinfo (Host Definition): Delete description of
8438 FCLOSE_PROVIDED and GETENV_PROVIDED.
8439
8440 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8441
8442 * gdbint.texinfo (Host Definition): Delete description of
8443 NO_SYS_FILE.
8444 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8445 PTRACE_FP_BUG.
8446
8447 2004-08-05 Andrew Cagney <cagney@gnu.org>
8448
8449 * gdbint.texinfo (Target Architecture Definition): Delete
8450 reference to deprecated_read_fp.
8451
8452 2004-08-02 Andrew Cagney <cagney@gnu.org>
8453
8454 * gdbint.texinfo (Target Architecture Definition): Delete
8455 description of DEPRECATED_REGISTER_BYTES.
8456
8457 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8458
8459 * gdb.texinfo (Source Path): Document the new behavior of
8460 searching for the source files.
8461
8462 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8463
8464 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8465 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8466 (Auto Display): Improve indexing.
8467
8468 2004-07-16 Andrew Cagney <cagney@gnu.org>
8469
8470 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8471 "-noasync".
8472
8473 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8474
8475 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8476 have the same prefix have only their prefix in the index.
8477
8478 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8479
8480 * gdb.texinfo (BSD libkvm Interface): New node (section)
8481 (Native): Add it to the menu.
8482
8483 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Remove
8486 PCC_SOL_BROKEN.
8487
8488 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8489
8490 * gdbint.texinfo (Target Architecture Definition): Remove
8491 SUN_FIXED_LBRAC_BUG.
8492
8493 2004-06-26 Andrew Cagney <cagney@gnu.org>
8494
8495 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8496
8497 2004-06-20 Andrew Cagney <cagney@gnu.org>
8498
8499 * gdbint.texinfo (Target Architecture Definition): Deprecate
8500 USE_STRUCT_CONVENTION.
8501
8502 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8503
8504 gdb.texinfo (Bug Reporting): Mention session recording,
8505 with the script command or Emacs.
8506
8507 2004-06-18 Andrew Cagney <cagney@gnu.org>
8508
8509 * gdbint.texinfo (Target Architecture Definition): Deprecate
8510 FUNCTION_START_OFFSET.
8511
8512 2004-06-14 Andrew Cagney <cagney@gnu.org>
8513
8514 Based on changes from Karl Berry.
8515 * gdb.texinfo: Do not use @sc in a direntry.
8516 * stabs.texinfo: Change @dircateogry to "Software development".
8517 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8518
8519 2004-06-13 Andrew Cagney <cagney@gnu.org>
8520
8521 * gdbint.texinfo (Target Architecture Definition): Delete
8522 description of RETURN_VALUE_ON_STACK.
8523
8524 2004-06-09 Andrew Cagney <cagney@gnu.org>
8525
8526 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8527 deleted by previous patch.
8528
8529 2004-06-08 Andrew Cagney <cagney@gnu.org>
8530
8531 * gdbint.texinfo (Native Debugging): Delete documentation on
8532 ATTACH_DETACH.
8533
8534 2004-06-06 Randolph Chung <tausq@debian.org>
8535
8536 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8537
8538 2004-06-06 Randolph Chung <tausq@debian.org>
8539
8540 * gdb.texinfo (push_dummy_call): Update argument list to match
8541 the new push_dummy_call method signature. Describe the function
8542 argument.
8543
8544 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8545
8546 * gdb.texinfo (Starting): Document new start command.
8547
8548 2004-05-21 Andrew Cagney <cagney@redhat.com>
8549
8550 * observer.texi (GDB Observers): Document "inferior_created".
8551
8552 2004-05-08 Andrew Cagney <cagney@redhat.com>
8553
8554 * gdbint.texinfo (Target Architecture Definition): Delete
8555 description of DO_DEFERRED_STORES.
8556
8557 * gdbint.texinfo (Target Architecture Definition): Delete
8558 references to DEPRECATED_FIX_CALL_DUMMY.
8559
8560 * gdbint.texinfo (Target Architecture Definition): Delete
8561 description of DEPRECATED_CALL_DUMMY_WORDS,
8562 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8563
8564 * gdbint.texinfo (Target Architecture Definition): Delete
8565 description of DEPRECATED_PUSH_DUMMY_FRAME.
8566
8567 * gdbint.texinfo (Target Architecture Definition): Delete
8568 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8569
8570 2004-05-07 Andrew Cagney <cagney@redhat.com>
8571
8572 * observer.texi (GDB Observers): Add "Debugging" section. Include
8573 cross reference to "set/show debug observer".
8574 * gdb.texinfo (Debugging Output): Document "set/show debug
8575 observer".
8576
8577 2004-05-01 Andrew Cagney <cagney@redhat.com>
8578
8579 * gdbint.texinfo (Target Architecture Definition): Delete
8580 description of DEPRECATED_PC_IN_SIGTRAMP.
8581
8582 2004-04-30 Andrew Cagney <cagney@redhat.com>
8583
8584 * gdbint.texinfo (Target Architecture Definition): Delete
8585 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8586
8587 2004-04-30 Orjan Friberg <orjanf@axis.com>
8588
8589 * observer.texi (GDB Observers): Correct spelling.
8590
8591 2004-04-26 Orjan Friberg <orjanf@axis.com>
8592
8593 * observer.texi (GDB Observers): Add target_changed event.
8594
8595 2004-04-08 Andrew Cagney <cagney@redhat.com>
8596
8597 * observer.texi (GDB Observers): Rework, provide generic observer
8598 definitions and then a list of observable events.
8599
8600 2004-04-04 Andrew Cagney <cagney@redhat.com>
8601
8602 * gdbint.texinfo (Host Definition): Delete reference to
8603 NO_SIGINTERRUPT.
8604
8605 2004-04-02 Andrew Cagney <cagney@redhat.com>
8606
8607 * gdbint.texinfo (Target Architecture Definition): Delete
8608 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8609
8610 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8611
8612 * gdb.texinfo (TUI Commands): Document tui reg commands.
8613
8614 2004-03-26 Andrew Cagney <cagney@redhat.com>
8615
8616 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8617 "gdbtui".
8618 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8619 (Contributors): Mention both Text and Terminal User Interface.
8620
8621 2004-03-23 Andrew Cagney <cagney@redhat.com>
8622
8623 * gdbint.texinfo (Target Architecture Definition): Deprecate
8624 references to SIGTRAMP_START and SIGTRAMP_END.
8625
8626 2004-03-23 Andrew Cagney <cagney@redhat.com>
8627
8628 * gdbint.texinfo (Target Architecture Definition): Deprecate
8629 references to PC_IN_SIGTRAMP.
8630
8631 2004-03-19 Andrew Cagney <cagney@redhat.com>
8632
8633 * gdbint.texinfo (Target Architecture Definition): Delete
8634 reference to GDB_TARGET_IS_HPPA.
8635
8636 2004-03-18 Andrew Cagney <cagney@redhat.com>
8637
8638 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8639 describe pre_init and post_init.
8640
8641 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8642
8643 * gdb.texinfo (Debugging Output): Document values for "set debug
8644 target".
8645
8646 2004-02-28 Andrew Cagney <cagney@redhat.com>
8647
8648 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8649
8650 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8651
8652 * gdb.texinfo (breakpoints): Add information about the
8653 new "set breakpoint pending" and "show breakpoint pending"
8654 commands.
8655
8656 2004-02-26 Andrew Cagney <cagney@redhat.com>
8657
8658 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8659 in Per-architecture module data section.
8660
8661 2004-02-25 Roland McGrath <roland@redhat.com>
8662
8663 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8664
8665 2004-02-24 Andrew Cagney <cagney@redhat.com>
8666
8667 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8668 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8669 * fdl.texi: Import Version 1.2, November 2002.
8670
8671 2004-02-17 Andrew Cagney <cagney@redhat.com>
8672
8673 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8674
8675 2004-02-16 Andrew Cagney <cagney@redhat.com>
8676
8677 * gdbint.texinfo (Target Architecture Definition): Deprecate
8678 FRAMELESS_FUNCTION_INVOCATION.
8679
8680 2004-02-16 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Coding): Mention -Wunused-function.
8683
8684 2004-02-14 Andrew Cagney <cagney@redhat.com>
8685
8686 * gdbint.texinfo (Target Architecture Definition): Delete
8687 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8688
8689 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8690
8691 * gdb.texinfo: Properly quote the name "C++".
8692 * gdbint.texinfo: Ditto.
8693 * stabs.texinfo: Ditto.
8694
8695 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8696
8697 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8698 minimal information about libiberty.
8699
8700 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8701
8702 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8703
8704 2004-02-04 Roland McGrath <roland@redhat.com>
8705
8706 * gdb.texinfo (Auxiliary Vector): New node (section).
8707 (Data): Add it to the menu.
8708
8709 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8710
8711 * gdb.texinfo (Breakpoints): Add information about pending
8712 breakpoint support.
8713
8714 2004-01-26 Andrew Cagney <cagney@redhat.com>
8715
8716 * gdb.texinfo (Overview): Delete references to the cisco protocol
8717 including the "N" response.
8718
8719 2004-01-26 Andrew Cagney <cagney@redhat.com>
8720
8721 * gdbint.texinfo (Target Architecture Definition): Rename
8722 EXTRACT_STRUCT_VALUE_ADDRESS to
8723 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8724
8725 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8726
8727 * gdb.texinfo (KOD): Document "show os". Add index entries for
8728 "set/show os" and "info cisco" commands.
8729
8730 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8731
8732 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8733
8734 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8735
8736 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8737 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8738
8739 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8740
8741 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8742 -stack-list-locals.
8743 (GDB/MI Variable Objects): Describe extension to
8744 -var-list-children.
8745
8746 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8747
8748 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8749
8750 2004-01-17 Andrew Cagney <cagney@redhat.com>
8751
8752 * gdbint.texinfo (Target Architecture Definition): Delete
8753 documentation on DEPRECATED_NPC_REGNUM.
8754
8755 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8756
8757 * gdb.texinfo: Update copyright year. Mention that set
8758 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8759 "set follow-fork-mode ask".
8760
8761 2004-01-13 Andrew Cagney <cagney@redhat.com>
8762
8763 * gdbint.texinfo: Update copyright year.
8764 (Coding): Add -Wunused-label to list of -Werror warnings.
8765
8766 2004-01-08 Jason Molenda <jmolenda@apple.com>
8767 Eli Zaretskii <eliz@gnu.org>
8768
8769 * gdb.texinfo: Update copyright.
8770 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8771 around names, as appropriate. Minor syntax cleanup of
8772 _NSPrintForDebugger explanation. Two spaces after periods.
8773 GDBN used instead of lit. "gdb". Index entries added for
8774 print-object and _NSPrintForDebugger. @noindent added in one spot.
8775
8776 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8777
8778 * stabs.texinfo: Add dircategory and direntry commands.
8779 * annotate.texinfo: Ditto.
8780
8781 2003-11-10 Andrew Cagney <cagney@redhat.com>
8782
8783 * gdbint.texinfo (Target Architecture Definition): Replace the
8784 return_value method's "inval" and "outval" parameters with
8785 "readbuf" and "writebuf".
8786
8787 2003-10-28 Jim Blandy <jimb@redhat.com>
8788
8789 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8790 from "The `F' request packet" and "The `F' reply packet", to make
8791 texi2dvi happy.
8792 (File-I/O remote protocol extension): Update menu entries, too.
8793
8794 2003-10-26 Michael Chastain <mec@shout.net>
8795
8796 * gdb.texinfo (Thread Stops): Document the issue with
8797 premature return from system calls in multi-threaded programs.
8798
8799 2003-10-24 Andrew Cagney <cagney@redhat.com>
8800
8801 * annotate.texinfo: Fix "fortunatly"[sic].
8802
8803 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8804
8805 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8806 with "Hitachi" and "Mitsubishi".
8807
8808 2003-10-20 Andrew Cagney <cagney@redhat.com>
8809
8810 * gdbint.texinfo (Target Architecture Definition): Document
8811 gdbarch_return_value. Add cross references from
8812 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8813 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8814
8815 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8816
8817 * gdbint.texinfo (Target Architecture Definition): Document
8818 regset_from_core_section.
8819
8820 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8821
8822 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8823
8824 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8825
8826 From Anthony Green <green@redhat.com>:
8827 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8828
8829 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8830
8831 * gdb.texinfo (Breakpoint related warnings): New node.
8832 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8833
8834 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8835
8836 * gdb.texinfo (Remote Protocol): Document v and vCont.
8837
8838 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8839
8840 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8841 * gdbint.texinfo: Ditto.
8842
8843 2003-10-09 Andrew Cagney <cagney@redhat.com>
8844
8845 From 2003-09-18 David Anderson <davea@sgi.com>:
8846 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8847 "command".
8848
8849 2003-10-03 Andrew Cagney <cagney@redhat.com>
8850
8851 * gdbint.texinfo (Target Architecture Definition): Deprecate
8852 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8853 just target.
8854
8855 2003-10-02 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Rename
8858 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8859 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8860 * gdbint.texinfo (Target Architecture Definition): Rename
8861
8862 2003-09-30 Andrew Cagney <cagney@redhat.com>
8863
8864 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8865 (Target Architecture Definition):
8866
8867 * gdbint.texinfo (Target Architecture Definition): Rename
8868 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8869
8870 2003-09-29 Andrew Cagney <cagney@redhat.com>
8871
8872 * gdbint.texinfo (Target Architecture Definition): Delete
8873 documentation for NEED_TEXT_START_END.
8874
8875 * gdbint.texinfo (Target Architecture Definition): Rename
8876 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8877 TARGET_WRITE_PC.
8878
8879 2003-09-22 Michael Chastain <mec@shout.net>
8880
8881 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8882
8883 2003-09-21 Anthony Green <green@redhat.com>
8884
8885 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8886
8887 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8888
8889 * gdbint.texinfo (Target Architecture Definition): Document
8890 stabs_argument_has_addr.
8891
8892 2003-09-18 Andrew Cagney <cagney@redhat.com>
8893
8894 * gdbint.texinfo (Target Architecture Definition): Delete
8895 documentation on REGISTER_NAMES.
8896
8897 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8898
8899 * gdbint.texinfo (Target Architecture Definition): Replace
8900 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8901
8902 2003-09-11 Andrew Cagney <cagney@redhat.com>
8903
8904 * gdbint.texinfo (Target Architecture Definition): Replace
8905 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8906
8907 2003-08-18 Andrew Cagney <cagney@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Document
8910 "frame_red_zone_size".
8911
8912 2003-08-09 Andrew Cagney <cagney@redhat.com>
8913
8914 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8915 with "set/show backtrace past-main" and "set/show backtrace
8916 limit".
8917
8918 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8919
8920 * Makefile.in (install-info): Support DESTDIR.
8921 (install-html): Likewise.
8922
8923 2003-08-07 Andrew Cagney <cagney@redhat.com>
8924
8925 Patch from Nick Roberts.
8926 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8927 bindings. Remove description of send-gdb-command.
8928
8929 2003-08-07 Andrew Cagney <cagney@redhat.com>
8930
8931 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8932 GDB 6.0.
8933
8934 2003-08-06 Andrew Cagney <cagney@redhat.com>
8935
8936 * gdb.texinfo (Mode Options): Mention that level three is the
8937 highest available and that level 2 is deprecated.
8938 (Annotations Overview): Mention annotation levels. Cross reference
8939 to "Limitations of the Annotation Interface" in annotate.texi.
8940 (TODO, Value Annotations, Frame Annotations): Delete section.
8941 (Displays, Breakpoint Info): Delete.
8942
8943 2003-08-04 Andrew Cagney <cagney@redhat.com>
8944
8945 * agentexpr.texi: Delete @bye.
8946 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8947 (stabs.info): Add $(srcdir) to include search path.
8948 (html): Depend on "annotate_toc.html", and not "annotate.html".
8949 * stabs.texinfo: Ditto. Include "fdl.texi".
8950 * gdbint.texinfo: Update copyright statement's list of invariant
8951 sections.
8952
8953 2003-07-28 Andrew Cagney <cagney@redhat.com>
8954
8955 * Makefile.in (INFO_DEPS): Add annotate.info.
8956 (dvi, ps, html, pdf): Add annotate.
8957 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8958 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8959 (ANNOTATE_DOC_FILES): New macro.
8960 (ANNOTATE_TEX_TMPS): New macro.
8961 (annotate.info, annotate_toc.html): Specify dependencies.
8962 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8963 * annotate.texinfo: Rename annotate.texi. Get building. Add
8964 "Migrating to GDB/MI" and "Limitations of the Annotation
8965 Interface" chapters. Mention why it is not part of the user
8966 guide. Update copyright notice. Include "fdl.texi".
8967
8968 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8969
8970 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8971
8972 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8973
8974 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8975
8976 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8977
8978 * gdb.texinfo (Server): Mention pidof.
8979
8980 2003-07-22 Andrew Cagney <cagney@redhat.com>
8981
8982 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8983 list.
8984
8985 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * gdb.texinfo (Logging output): New chapter.
8988
8989 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8990
8991 * gdb.texinfo (Unsupported languages): New section.
8992 (Languages): Add link to new section.
8993
8994 2003-06-22 Andrew Cagney <cagney@redhat.com>
8995
8996 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8997
8998 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8999
9000 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9001
9002 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9003
9004 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9005 * agentexpr.texi: Retitle section, and change it to an appendix.
9006 Comment out texinfo initialization. Factor a @var{} into two
9007 pieces to prevent makeinfo warnings.
9008 * gdb.texinfo: Add Agent Expressions appendix.
9009
9010 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9011
9012 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9013
9014 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9015
9016 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9017 remote target". Document the "detach" and "disconnect" commands.
9018 (Server, Netware, Debug Session): Reference "Connecting to a
9019 remote target".
9020 (GDB/MI Target Manipulation): Document "-target-disconnect".
9021
9022 2003-06-13 Andrew Cagney <cagney@redhat.com>
9023
9024 * gdbint.texinfo (Target Architecture Definition): Deprecate
9025 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9026 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9027
9028 2003-06-09 Jim Blandy <jimb@redhat.com>
9029
9030 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9031
9032 2003-06-08 Andrew Cagney <cagney@redhat.com>
9033
9034 * gdbint.texinfo (Target Architecture Definition): Delete
9035 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9036
9037 2003-06-08 Andrew Cagney <cagney@redhat.com>
9038
9039 * gdbint.texinfo (Target Architecture Definition): Document
9040 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9041
9042 2003-06-07 Adam Fedor <fedor@gnu.org>
9043
9044 * gdb.texinfo: Add Objective-C documentation.
9045
9046 2003-06-01 Andrew Cagney <cagney@redhat.com>
9047
9048 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9049 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9050
9051 2003-05-21 Andrew Cagney <cagney@redhat.com>
9052
9053 * gdbint.texinfo (Target Architecture Definition): Delete
9054 references to "extract_address" and "store_address".
9055
9056 2003-05-16 Andrew Cagney <cagney@redhat.com>
9057
9058 * gdbint.texinfo (Target Architecture Definition): Replace
9059 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9060 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9061
9062 2003-05-14 Theodore A. Roth <troth@openavr.org>
9063
9064 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9065
9066 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9067
9068 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9069 (gdb.dvi): Likewise.
9070 (gdb.pdf): Likewise.
9071 (links2roff): Likewise.
9072
9073 2003-05-08 Jim Blandy <jimb@redhat.com>
9074
9075 * gdb.texinfo (Dump/Restore Files): Update documentation for
9076 'dump', 'append', and 'restore': note that format argument is
9077 optional; simplify presentation of the command variants; and be
9078 more precise about the formats.
9079
9080 2003-05-07 Jim Blandy <jimb@redhat.com>
9081
9082 * gdb.texinfo (Symbols): Update documentation: 'maint list
9083 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9084 symtabs' and 'maint info psymtabs'.
9085
9086 2003-05-05 Andrew Cagney <cagney@redhat.com>
9087
9088 * gdbint.texinfo (Target Architecture Definition): Make
9089 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9090 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9091 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9092
9093 2003-05-04 Andrew Cagney <cagney@redhat.com>
9094
9095 * gdb.texinfo (Maintenance Commands): Document "maint print
9096 dummy-frames".
9097
9098 2003-05-04 Andrew Cagney <cagney@redhat.com>
9099
9100 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9101
9102 2003-05-03 J. Brobecker <brobecker@gnat.com>
9103
9104 Thierry Schneider <tpschneider1@yahoo.com>
9105 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9106 for new MI command.
9107
9108 2003-05-03 Andrew Cagney <cagney@redhat.com>
9109
9110 * gdbint.texinfo (Target Architecture Definition): Document
9111 push_dummy_code. Add cross references.
9112
9113 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9114
9115 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9116 set/show charsets commands.
9117
9118 2003-04-28 Andrew Cagney <cagney@redhat.com>
9119
9120 * gdbint.texinfo (Target Architecture Definition): Replace
9121 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9122 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9123
9124 2003-04-28 Andrew Cagney <cagney@redhat.com>
9125
9126 * gdbint.texinfo (Target Architecture Definition): Rename
9127 "tm_print_insn" to "deprecated_tm_print_insn".
9128
9129 2003-04-09 Jim Blandy <jimb@redhat.com>
9130
9131 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9132 list psymtabs'.
9133
9134 2003-04-08 Andrew Cagney <cagney@redhat.com>
9135
9136 * gdbint.texinfo (Target Architecture Definition): Delete
9137 references to EXTRA_FRAME_INFO.
9138
9139 2003-04-08 Andrew Cagney <cagney@redhat.com>
9140
9141 * gdbint.texinfo (Target Architecture Definition): Delete
9142 PRINT_TYPELESS_INTEGER.
9143
9144 2003-04-02 J. Brobecker <brobecker@gnat.com>
9145
9146 * observer.texi (GDB Observers): Adjust the documentation for the
9147 normal_stop notification to better describe reality. Fix a couple
9148 of minor typos.
9149
9150 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9151
9152 * gdb.texinfo (GDB/MI Program Control): Add
9153 '-file-list-exec-source-file'
9154
9155 2003-03-31 Andrew Cagney <cagney@redhat.com>
9156
9157 * gdbint.texinfo (Target Architecture Definition): Delete
9158 references to CALL_DUMMY_P.
9159
9160 2003-03-30 Andrew Cagney <cagney@redhat.com>
9161
9162 * gdbint.texinfo (Target Architecture Definition): Remove
9163 reference to TARGET_WRITE_SP.
9164
9165 2003-03-27 Andrew Cagney <cagney@redhat.com>
9166
9167 * gdbint.texinfo (Target Architecture Definition): Remove
9168 references to write_sp.
9169
9170 2003-03-27 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9173 chapter body. Use @smallexample instead of @example.
9174 (Annotations): Ditto.
9175 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9176 annotate.texi.
9177
9178 2003-03-26 Andrew Cagney <cagney@redhat.com>
9179
9180 * gdbint.texinfo (Target Architecture Definition): Replace
9181 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9182 dummy_addr parameters.
9183
9184 2003-03-25 Andrew Cagney <cagney@redhat.com>
9185
9186 * gdbint.texinfo (Target Architecture Definition): Delete
9187 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9188 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9189 Add reference to PUSH_ARGUMENTS.
9190
9191 2003-03-23 Andrew Cagney <cagney@redhat.com>
9192
9193 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9194 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9195
9196 2003-03-18 J. Brobecker <brobecker@gnat.com>
9197
9198 * gdbint.texinfo (Algorithms): Add new section describing the
9199 Observer paradigm.
9200 (Top): Add menu entry to new observer appendix.
9201 * observer.texi: New file.
9202 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9203 new observer.texi file.
9204
9205 2003-03-17 Andrew Cagney <cagney@redhat.com>
9206
9207 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9208 that GNU Press update the manual version number.
9209
9210 2003-03-12 Andrew Cagney <cagney@redhat.com>
9211
9212 * gdbint.texinfo (Target Architecture Definition): Delete
9213 references to get_saved_register. Rename GET_SAVED_REGISTER to
9214 DEPRECATED_GET_SAVED_REGISTER.
9215
9216 2003-03-13 Andrew Cagney <cagney@redhat.com>
9217
9218 * gdbint.texinfo (Target Architecture Definition): Replace
9219 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9220
9221 2003-03-12 Andrew Cagney <cagney@redhat.com>
9222
9223 * gdbint.texinfo (Target Architecture Definition): Rename
9224 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9225
9226 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9227
9228 * gdb.texinfo: Add File-I/O documentation.
9229
9230 2003-03-10 Andrew Cagney <cagney@redhat.com>
9231
9232 * gdbint.texinfo (Target Architecture Definition): Cross reference
9233 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9234
9235 2003-03-07 Andrew Cagney <cagney@redhat.com>
9236
9237 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9238 frame" command.
9239
9240 2003-03-05 Andrew Cagney <cagney@redhat.com>
9241
9242 * gdbint.texinfo (Target Architecture Definition): Document
9243 unwind_dummy_id. Cross reference unwind_dummy_id and
9244 SAVE_DUMMY_FRAME_TOS.
9245
9246 2003-03-05 James Ingham <jingham@apple.com>
9247 Daniel Jacobowitz <drow@mvista.com>
9248
9249 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9250 and "show cp-abi".
9251
9252 2003-03-03 Andrew Cagney <cagney@redhat.com>
9253
9254 * gdbint.texinfo (Target Architecture Definition): Document
9255 register_type.
9256
9257 2003-03-03 Andrew Cagney <cagney@redhat.com>
9258
9259 * stabs.texinfo (Structures): Use @samp and separate @var's
9260 instead of a single @var containing a comma separated list.
9261 (Unions): Ditto.
9262
9263 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9264
9265 * Makefile.in (distclean): Remove config.log.
9266
9267 2003-03-01 Andrew Cagney <cagney@redhat.com>
9268
9269 * gdbint.texinfo (Target Architecture Definition): Rename
9270 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9271
9272 2003-03-01 Andrew Cagney <cagney@redhat.com>
9273
9274 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9275 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9276
9277 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9278
9279 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9280 (Non-debug DLL symbols): New node, describing the minimal symbols
9281 loaded from DLLs without real debugging symbols.
9282
9283 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9284
9285 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9286 hardware-breakpoint-limit".
9287 (Set Watchpoints): Add cross reference to "set remote
9288 hardware-watchpoint-limit".
9289 (Remote configuration options): New section.
9290
9291 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9292
9293 * gdbint.texinfo (Target Architecture Definition): Delete
9294 descrption of IS_TRAPPED_INTERNALVAR.
9295
9296 From Keith Seitz <keiths@redhat.com>:
9297 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9298 option "-i"/"--interpreter" to this chapter. Include index
9299 entries.
9300
9301 2003-02-04 David Carlton <carlton@math.stanford.edu>
9302
9303 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9304 (Variables): Recommend stabs+ and DWARF 2.
9305 (C plus plus expressions): Correct info about
9306 compiler versions, debug formats.
9307 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9308 PR symtab/874.
9309
9310 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9311
9312 * gdbint.texinfo (Target Architecture Definition): Delete
9313 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9314 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9315 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9316 references to nindy and i960.
9317 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9318
9319 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9320
9321 * gdbint.texinfo (Target Architecture Definition): Delete
9322 FLOAT_INFO.
9323
9324 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9325
9326 * stabs.texinfo (Member Type Descriptor): Clarify description of
9327 `@'. Suggested by Ben Hutchings.
9328
9329 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9330
9331 * gdb.texinfo (M68K): Delete reference to es1800.
9332
9333 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9334
9335 * gdb.texinfo (Maintenance Commands): Document `maint print
9336 reggroups' and `maint print register-groups'.
9337 * gdbint.texinfo (Target Architecture Definition): Document
9338 register_reggroup_p.
9339
9340 2003-01-23 Jim Blandy <jimb@redhat.com>
9341
9342 * gdb.texinfo (Separate Debug Files): New section.
9343
9344 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9345
9346 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9347 and "maint show profile".
9348
9349 2003-01-16 Michael Chastain <mec@shout.net>
9350
9351 * gdb.texinfo (Installing GDB): Warn against
9352 ".../gdb-VERSION/gdb/configure".
9353 (Separate Objdir): Likewise.
9354
9355 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9356
9357 * gdbint.texinfo (Target Architecture Definition): Delete
9358 definition of PRINT_REGISTER_HOOK.
9359
9360 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9361
9362 (OpenRISC 1000): Fix formatting of command names.
9363
9364 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9365
9366 * gdb.texinfo (Continuing and Stepping): Add new command
9367 'advance'. Clarify behavior of 'until'.
9368
9369 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9370
9371 * gdb.texinfo (Files): Document solib-absolute-prefix and
9372 solib-search-path.
9373
9374 2003-01-09 Michael Chastain <mec@shout.net>
9375
9376 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9377 (Create a Release): Add new instructions for new @file{src-release}.
9378 Document existing instructions for @file{Makefile.in} as
9379 being for @value{GDBN} 5.3.1 or earlier.
9380
9381 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9382
9383 * gdbint.texinfo (Target Architecture Definition): Mention
9384 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9385 allocate memory.
9386
9387 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9388
9389 * gdb.texinfo (Controlling GDB): Add @kindex for
9390 "show osabi".
9391 (Backtraces): Add @kindex's for backtrace-below-main.
9392
9393 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9394
9395 * gdb.texinfo (Controlling GDB): Document "set osabi".
9396
9397 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9398
9399 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9400 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9401
9402 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9403
9404 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9405 "set coerce-float-to-double".
9406 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9407
9408 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9409
9410 * stabs.texinfo: Remove obsolete text.
9411 * gdbint.texinfo: Ditto.
9412 * gdb.texinfo: Ditto.
9413
9414 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9415
9416 * gdbint.texinfo (Target Architecture Definition): Update
9417 description of gdbarch_register_osabi.
9418
9419 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9420
9421 * agentexpr.texi: Fix typos.
9422 * annotate.texi: Likewise.
9423 * fdl.texi: Likewise.
9424
9425 2002-12-10 Andrew Cagney <cagney@redhat.com>
9426
9427 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9428 DEPRECATED_INIT_FRAME_PC.
9429
9430 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9431
9432 * gdbint.texinfo (Target Architecture Definition): Delete
9433 PC_IN_CALL_DUMMY.
9434
9435 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdbint.texinfo (Host Definition): Delete documentation on
9438 USE_GENERIC_DUMMY_FRAMES.
9439
9440 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9441
9442 Fix PR gdb/723 and PR gdb/245.
9443 * Makefile.in (install-info): Run the install-info command as part
9444 of the post install steps only.
9445 (uninstall-info): New target.
9446 (uninstall): New target.
9447
9448 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9449
9450 * Makefile.in (install): Make install do some real work.
9451
9452 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9453
9454 Fix POSIX problem reported by Paul Eggert.
9455 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9456 Fix PR gdb/527.
9457
9458 2002-10-26 Andrew Cagney <cagney@redhat.com>
9459
9460 * gdbint.texinfo (Target Architecture Definition): Delete
9461 definition of DO_REGISTERS_INFO.
9462
9463 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9464
9465 * gdbint.texinfo (Address Classes): Fix problems with insertion
9466 of ``{'' and ``}'' in example.
9467
9468 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9469
9470 * gdbint.texinfo (Address Classes): New section.
9471 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9472 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9473 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9474 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9475
9476 2002-10-11 Klee Dienes <kdienes@apple.com>
9477
9478 * gdb.texinfo (Registers): Mention vector registers as well as
9479 floating registers in the documentation for 'info registers' and
9480 'info all-registers'.
9481
9482 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9483
9484 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9485
9486 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9487
9488 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9489 interface definition.
9490
9491 2002-10-03 Marko Mlinar <markom@opencores.org>
9492
9493 * gdb.texinfo (Target Commands): Add or1k target specific
9494 commands.
9495 * gdb.texinfo (Contributors): Add myself to the contributors list.
9496
9497 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9498
9499 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9500 and "mi1" instead of "mi1" and "mi0".
9501
9502 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9503
9504 * gdb.texinfo (Packets): Fix typos "alligned".
9505 Correct z3/Z3 description. Correct z4/Z4 title.
9506
9507 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9508
9509 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9510
9511 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9512
9513 * gdb.texinfo: Use GNU/Linux instead of Linux.
9514
9515 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9518
9519 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9520
9521 * gdb.texinfo: Replace @example with @smallexample.
9522
9523 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9524
9525 From Eli Zaretskii <eliz@gnu.org>:
9526 * gdb.texinfo (Character Sets): Use @smallexample instead of
9527 @example. Use GNU/Linux instead of Linux.
9528
9529 2002-09-20 Jim Blandy <jimb@redhat.com>
9530
9531 * gdb.texinfo: Add character set documentation.
9532
9533 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9534
9535 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9536 (Packets): Add cross reference from `b' packet to `z' packets.
9537
9538 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9539
9540 * gdb.texinfo (Maintenance Commands): Document ``maint
9541 internal-error'' and ``maint internal-warning''.
9542
9543 * gdbint.texinfo (Target Architecture Definition): Revise
9544 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9545
9546 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9547
9548 * gdbint.texinfo (Target Conditionals): Document the new
9549 NAME_OF_MALLOC macro.
9550
9551 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9552
9553 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9554 engineer.
9555
9556 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9557
9558 * gdb.texinfo (TUI Overview): Document status line fields.
9559
9560 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9561
9562 * gdb.texinfo (TUI Commands): Document info win command.
9563
9564 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9565
9566 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9567
9568 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9569
9570 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9571 (TUI Keys): Likewise.
9572
9573 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9574
9575 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9576 for a packet receive.
9577
9578 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9579
9580 * Makefile.in (clean): Move to end of file.
9581 (distclean, maintainer-clean, realclean): Ditto.
9582 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9583 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9584 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9585 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9586
9587 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9588
9589 * Makefile.in (GDBINT_TEX_TMPS): Define.
9590 (gdbint.dvi, gdbint.pdf): Use
9591 (GDB_TEX_TMPS): Define.
9592 (gdb.dvi, gdb.pdf): Use.
9593 (STABS_TEX_TMPS): Define.
9594 (stabs.dvi, stabs.pdf): Use.
9595 (GDB_DOC_SOURCE_INCLUDES): New macros.
9596 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9597 (GDBINT_DOC_FILES_INCLUDES): New macros.
9598 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9599 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9600 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9601 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9602 (links2roff): Replace SFILES_INCLUDED with
9603 GDB_DOC_SOURCE_INCLUDES.
9604 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9605 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9606 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9607 dependencies.
9608 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9609 dependencies.
9610 (gdbmi.texinfo): Delete rule.
9611 (inc-hist.texinfo): Delete rule.
9612 (rluser.texinfo): Delete rule.
9613
9614 2002-08-23 Andrew Cagney <cagney@redhat.com>
9615
9616 * gdbint.texinfo (Target Architecture Definition): Update
9617 STORE_RETURN_VALUE, mention regcache.
9618
9619 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Document
9622 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9623
9624 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9625
9626 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9627 Fix minor typos. Add index entries.
9628
9629 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9630
9631 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9632
9633 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9634
9635 * gdbint.texinfo (Target Architecture Definition): Document
9636 PRINT_VECTOR_INFO.
9637 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9638
9639 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9640
9641 * gdb.texinfo (Maintenance Commands): Document "maint print
9642 registers", "maint print raw-registers" and "maint print
9643 cooked-registers".
9644
9645 2002-08-08 Grace Sainsbury <graces@redhat.com>
9646
9647 From Mark Salter:
9648 * gdb.texinfo (Protocol): Document T packet extension to
9649 allow watchpoint address reporting.
9650
9651 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9652
9653 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9654
9655 2002-08-01 Andrew Cagney <cagney@redhat.com>
9656
9657 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9658 to CHILL.
9659
9660 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9661
9662 * gdbint.texinfo (Coding): Revise section "Include Files".
9663
9664 2002-07-24 Andrew Cagney <cagney@redhat.com>
9665
9666 * gdbint.texinfo: Obsolete references to m88k.
9667 * gdb.texinfo: Ditto.
9668
9669 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9670
9671 * gdbint.texinfo (Create a release candiate): Add the location
9672 where the proper version of autoconf can be retrieved.
9673
9674 2002-07-09 Don Howard <dhoward@redhat.com>
9675
9676 * gdb.texinfo (Command Files): Further describe the behavior of
9677 sourced command files.
9678
9679 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9680
9681 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9682 (Coding): Clarify ISO C version that GDB assumes.
9683
9684 2002-06-26 Tom Tromey <tromey@redhat.com>
9685
9686 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9687 add_setshow_cmd_full.
9688
9689 2002-06-25 Don Howard <dhoward@redhat.com>
9690
9691 * gdb.texinfo (Memory Region Attributes): Document new behavior
9692 for 'mem' command.
9693
9694 2002-06-11 Jim Blandy <jimb@redhat.com>
9695
9696 * gdb.texinfo (Symbols): Update documentation for `info source'
9697 command.
9698
9699 * gdb.texinfo (Macros): Call the command `info macro', not
9700 `show macro'.
9701
9702 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9703
9704 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9705 data''.
9706
9707 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9708
9709 * gdbint.texinfo (Target Architecture Definition): Document
9710 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9711
9712 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9713
9714 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9715 lists.
9716
9717 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9718
9719 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9720 Branch''.
9721
9722 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9723
9724 * gdbint.texinfo (Target Architecture Definition): Add section
9725 ``Converting an existing Target Architecture to Multi-arch''.
9726
9727 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9728
9729 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9730 to ``Obsoleting code''. Revise.
9731
9732 2002-05-17 Jim Blandy <jimb@redhat.com>
9733
9734 * gdb.texinfo (C Preprocessor Macros): New chapter.
9735 Include it in the main menu.
9736 (Contributors): Credit Jim Blandy with macro support.
9737 (Compilation): Explain how to get macro information into the
9738 executable.
9739 (Expressions): Note that preprocessor macros are expanded.
9740
9741 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9742
9743 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9744 options for `target remote'.
9745
9746 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9747
9748 * gdbint.texinfo (Target Architecture Definition): Delete
9749 documentation on NNPC_REGNUM.
9750
9751 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9752
9753 * gdbint.texinfo (Target Architecture Definition): Document
9754 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9755 (Target Architecture Definition): Revise section `Using Different
9756 Register and Memory Data Representations'. Add section `Raw and
9757 Virtual Register Representations'.
9758
9759 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9760
9761 * gdbint.texinfo (Target Architecture Definition): Mention
9762 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9763 (Target Architecture Definition): Mention same. Add references to
9764 web pages.
9765
9766 2002-05-08 Michael Snyder <msnyder@redhat.com>
9767
9768 * stabs.texinfo (Attributes): Document new "vector" attribute.
9769
9770 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9771
9772 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9773
9774 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9775
9776 * gdb.texinfo: Delete obsolete references to a29k.
9777
9778 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Replace
9781 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9782
9783 2002-04-24 David S. Miller <davem@redhat.com>
9784
9785 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9786
9787 2002-04-21 David S. Miller <davem@redhat.com>
9788
9789 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9790
9791 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9792
9793 * gdbint.texinfo (Target Architecture Definition): Delete
9794 definition of HAVE_REGISTER_WINDOWS.
9795
9796 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9797
9798 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9799 "Theodore A. Roth" <troth@verinet.com>.
9800
9801 2002-04-15 Don Howard <dhoward@redhat.com>
9802
9803 From Eli Zaretskii <eliz@gnu.org>
9804 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9805 Provide a better explaination of this feature.
9806
9807 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9808
9809 * gdbint.texinfo (Target Architecture Definition): Remove
9810 FRAME_CHAIN_COMBINE.
9811
9812 2002-04-12 Michael Chastain <mec@shout.net>
9813
9814 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9815 REG_STACK_SEGMENT.
9816
9817 2002-04-09 Michael Chastain <mec@shout.net>
9818
9819 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9820 PYRAMID_* macros.
9821
9822 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9823
9824 * gdb.texinfo (Bug Reporting): Document that the web is the
9825 prefered way of submitting bug reports.
9826 (Bug Reporting): Delete the s-mail address as the last resort.
9827
9828 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9829
9830 * gdbint.texinfo (Target Architecture Definition): Delete
9831 references to TARGET_WRITE_FP and write_fp.
9832
9833 2002-03-27 Michael Snyder <msnyder@redhat.com>
9834
9835 * gdb.texinfo: Document new commands dump, append, and restore.
9836
9837 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9838
9839 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9840 Branch'.
9841
9842 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9843
9844 * gdb.texinfo: Change all examples to @smallexample.
9845 * gdbint.texinfo: Ditto.
9846
9847 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9848
9849 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9850 Branches''.
9851
9852 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9853
9854 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9855 Policy''.
9856
9857 2002-03-04 Fred Fish <fnf@redhat.com>
9858
9859 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9860 expresson, suports, dependant, trhe, perhaphs, situtations,
9861 explictily, taged, oportunity, unfortunatly).
9862
9863 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9864
9865 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9866 Remove reference to 3.12.
9867
9868 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9869
9870 * gdbint.texinfo: Include fdl.texi.
9871 (Top): Add GNU Free Documentation License.
9872 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9873 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9874 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9875 (gdbint.info): Add srcdir to include path.
9876 * gdb.texinfo: Include gpl.texi.
9877 (Top): Add Copying.
9878 * gpl.texi: New file.
9879
9880 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9881
9882 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9883
9884 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9885
9886 * gdb.texinfo: Document Cygwin native specific commands.
9887
9888 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9889
9890 * gdb.texinfo: Document gdbserver ``--attach'' command.
9891
9892 2002-02-07 Michael Snyder <msnyder@redhat.com>
9893
9894 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9895 to @code(_ovly_debug_event).
9896
9897 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9898
9899 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9900
9901 2002-02-06 Michael Snyder <msnyder@redhat.com>
9902
9903 * gdb.texinfo (overlays): Mention new magic symbol
9904 '_ovly_debug_event', which allows GDB to keep better track
9905 of overlays.
9906
9907 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9908
9909 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9910 Suggested by Dmitry Sivachenko.
9911
9912 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9913
9914 2002-02-01 Michael Snyder <msnyder@redhat.com>
9915
9916 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9917
9918 2002-01-30 Michael Snyder <msnyder@redhat.com>
9919
9920 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9921 (set trust-readonly-sections): Document.
9922
9923 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9924
9925 * gdbint.texinfo (Releasing GDB): Revise and update.
9926
9927 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9928
9929 * gdbint.texinfo (Target Architecture Definition): Delete
9930 description of TARGET_BYTE_ORDER_DEFAULT.
9931
9932 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9933
9934 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9935 <mitya@cavia.pp.ru>.
9936
9937 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9938
9939 * libgdb.texinfo: Delete file.
9940
9941 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9942
9943 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9944 * gdbint.texinfo: Ditto.
9945
9946 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9947
9948 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9949
9950 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9951
9952 * Makefile.in: Update copyright.
9953 (TEXI2DVI): Define.
9954 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9955 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9956 gdb-cfg.texi.
9957 (TEXINDEX, PDFTEX): Delete makefile variables.
9958
9959 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9960
9961 * gdb.texinfo (Protocol): Move section to appendix.
9962
9963 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9964
9965 * gdb.texinfo (Remote Debugging): Create a menu.
9966 (Top): Add ``Remote Debugging'' to menu.
9967
9968 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9969
9970 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9971 serial protocol'' from here.
9972 (Remote Debugging): To here. New chapter.
9973
9974 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9975
9976 * gdbint.texinfo (Target Architecture Definition): Delete
9977 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9978
9979 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9980
9981 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9982 are no longer needed.
9983 (Porting GDB): Add maintainer note about configure.host.
9984
9985 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9986
9987 * gdbint.texinfo (Target Architecture Definition): Remove
9988 definition of IEEE_FLOAT.
9989
9990 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9991
9992 * gdb.texinfo: Beautify copyright years; fix a typo.
9993 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9994 <3diff@gnu.org>
9995
9996 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9997
9998 * gdbint.texinfo (Host Definition): Remove references to
9999 MALLOC_INCOMPATIBLE.
10000
10001 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10002
10003 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10004 and xyz-xdep.o.
10005
10006 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10007
10008 * gdb.texinfo (Maintenance Commands): Add appendix.
10009 (Set Breaks): Copy ``maint info breakpoint'' doco to
10010 ``Maintenance Commands'' appendix. Add reference.
10011
10012 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10013
10014 * fdl.texi: Remove next/prev from @node.
10015
10016 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10017
10018 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10019 for monstrous @multitable (from Brian Youmans).
10020
10021 * fdl.texi: New file.
10022
10023 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10024
10025 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdbint.texinfo (Releasing GDB): New chapter.
10028
10029 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10030
10031 * gdb.texinfo (Embedded Processors, Calling program functions):
10032 Obsolete references to a29k.
10033
10034 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10035
10036 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10037 examples. Document that a code-block should do or discard its
10038 cleanups before exit.
10039
10040 2002-01-11 Michael Snyder <msnyder@redhat.com>
10041
10042 * gdb.texinfo (Choosing files): Change @samp to @file.
10043
10044 2002-01-05 Michael Snyder <msnyder@redhat.com>
10045
10046 * gdb.texinfo (--pid): Document new command line option (attach).
10047
10048 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10049
10050 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10051 in the stub.
10052
10053 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10054
10055 * gdbint.texinfo (Target Architecture Definition): Replace
10056 BIG_ENDIAN with BFD_ENDIAN_BIG.
10057
10058 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10059
10060 * gdbint.texinfo (Target Architecture Definition): Replace
10061 value_ptr with struct value pointer.
10062
10063 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10064
10065 * gdb.texinfo (Free Software): Fix wording.
10066
10067 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10068
10069 * gdb.texinfo (Free Software): New section ``Free Software Needs
10070 Free Documentation''.
10071
10072 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10073
10074 * stabs.texinfo:
10075 * gdb.texinfo:
10076 * gdbint.texinfo:
10077 * libgdb.texinfo:
10078 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10079
10080 2001-12-29 Michael Snyder <msnyder@redhat.com>
10081
10082 * gdb.texinfo (maint info sections): Fix typo.
10083
10084 2001-12-26 Michael Snyder <msnyder@redhat.com>
10085
10086 * gdb.texinfo (maint info sections): Document.
10087
10088 * gdb.texinfo (info proc): Comment out documentation for
10089 'info proc' sub-options that are currently not implemented.
10090
10091 2001-12-20 Jim Blandy <jimb@redhat.com>
10092
10093 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10094
10095 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10096
10097 * gdbint.texinfo (Target Architecture Definition): Replace
10098 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10099
10100 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10101
10102 * gdbint.texinfo (Host Definition): Delete documentation on
10103 HOST_BYTE_ORDER.
10104
10105 2001-11-30 Jim Blandy <jimb@redhat.com>
10106
10107 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10108 overlay support. Add to top-level menu.
10109
10110 2001-11-26 Tom Tromey <tromey@redhat.com>
10111
10112 * gdb.texinfo (Command Syntax): Document C-o binding.
10113
10114 2001-07-26 Christopher Faylor <cgf@redhat.com>
10115
10116 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10117 use since it is described in the referenced section.
10118
10119 From Eli Zaretskii <eliz@gnu.org>
10120 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10121 clearer when using DJGPP.
10122
10123 2001-11-24 Christopher Faylor <cgf@redhat.com>
10124
10125 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10126 specifically refer to MS-DOS.
10127 (command files): Mention gdb.ini is only used on MS-DOS.
10128
10129 2001-11-21 Tom Tromey <tromey@redhat.com>
10130
10131 * gdb.texinfo (Invoking GDB): Document --args.
10132 (Mode Options): Likewise.
10133
10134 2001-11-21 Jim Blandy <jimb@redhat.com>
10135
10136 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10137 Delete documentation; this macro has been removed from the
10138 sources.
10139
10140 2001-11-13 Jim Blandy <jimb@redhat.com>
10141
10142 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10143
10144 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10145
10146 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10147
10148 2001-11-05 Michael Snyder <msnyder@redhat.com>
10149
10150 * gdb.texinfo (info functions): Document use of backslash to
10151 quote regexp chars in function names such as "operator*()".
10152
10153 2001-11-01 Fred Fish <fnf@redhat.com>
10154
10155 * gdbint.texinfo (SOLIB_ADD): Document additional new
10156 "readsyms" arg.
10157
10158 2001-10-30 Don Howard <dhoward@redhat.com>
10159
10160 * gdb.texinfo: (Command Files) Added documentation for the
10161 behavior of gdb with input redirected from a file.
10162
10163 2001-10-28 Fred Fish <fnf@redhat.com>
10164
10165 * gdb.texinfo (auto-solib-add): Change docs to match
10166 implementation change.
10167 (auto-solib-limit): Add docs for new variable.
10168
10169 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10170
10171 * gdbint.texinfo (Target Architecture Definition): Function
10172 value_as_pointer renamed to value_as_address.
10173
10174 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10175
10176 * gdbint.texinfo (Target Architecture Definition): Default
10177 POINTER_TO_ADDRESS functions assume unsigned addresses.
10178 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10179 posting by Jim Blandy.
10180
10181 2001-10-12 Jim Blandy <jimb@redhat.com>
10182
10183 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10184 version of texi2html (1.64) doesn't support this flag any more.
10185
10186 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10187
10188 * gdbint.texinfo (Host Definition): Remove description of
10189 MEM_FNS_DECLARED.
10190
10191 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10192
10193 * gdbint.texinfo (Host Definition): Remove description of
10194 HAVE_SIGSETMASK.
10195
10196 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10197
10198 * gdbint.texinfo (Target Architecture Definition): Add
10199 explanation of TARGET_PRINT_INSN macro.
10200
10201 2001-08-30 Jim Blandy <jimb@redhat.com>
10202
10203 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10204 Explain what it means to load relocatable files.
10205
10206 2001-08-28 Jim Blandy <jimb@redhat.com>
10207
10208 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10209 info `top' menu.
10210
10211 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10212
10213 * gdbint.texinfo: Add a cautionary note about macro use.
10214
10215 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10216
10217 * gdb.texinfo: Explain omitting the hostname in the
10218 `target remote' command.
10219
10220 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10221
10222 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10223 and END-INFO-DIR-ENTRY.
10224
10225 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10226
10227 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10228
10229 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10230
10231 * gdbint.texinfo (libgdb): Rewrite.
10232
10233 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10234
10235 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10236
10237 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10238
10239 * gdb.texinfo (TUI): New chapter, document the TUI.
10240 (Mode Options): Document the -tui option.
10241
10242 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10243
10244 * gdbint.texinfo (Host Definition): Remove description of
10245 NEED_POSIX_SETPGID.
10246
10247 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10248
10249 * gdb.tex (DJGPP Native): New node, with descriptions of
10250 DJGPP-specific commands.
10251
10252 2001-07-19 John R. Moore <jmoore@redhat.com>
10253
10254 * gdbint.texinfo: Three misspellings.
10255
10256 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10257
10258 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10259 `test` expressions on bash. Problem reported by Colin Walters.
10260
10261 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10262
10263 * gdbint.texinfo (User Interface): Update ui-out documentation to
10264 refelect recent UI/MI updates.
10265
10266 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10267
10268 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10269 interpreters.
10270
10271 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10272
10273 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10274 structure and not macros.
10275 (Host Definition): Document that much of this chapter is obsolete.
10276 (Target Architecture Definition): Update list of files that make
10277 up a target architecture.
10278 (Coding): Update.
10279
10280 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10281
10282 * gdbint.texinfo (Target Architecture Definition): Update
10283 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10284 The latter has been changed to a true predicate.
10285
10286 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10287
10288 * annotate.texi: Add @noindent where needed. From Dmitry
10289 Sivachenko <dima@Chg.RU>.
10290 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10291
10292 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10293
10294 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10295
10296 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10297
10298 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10299 returns ``OK''. Document that the ``R'' packet does not reply.
10300
10301 2001-06-13 Michael Snyder <msnyder@redhat.com>
10302
10303 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10304
10305 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10306
10307 * gdb.texinfo (Signals): Clarify the default setting of signal
10308 handling.
10309
10310 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10311
10312 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10313 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10314
10315 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10316
10317 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10318
10319 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10320
10321 * gdbint.texinfo (Clean Design and Portable Implementation):
10322 Renamed from "Clean Design".
10323 (Clean Design and Portable Implementation): Document portable
10324 methods of handling file names, and the associated macros.
10325
10326 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10327
10328 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10329 command and provide a cross-reference to its description.
10330 (Symbols): Note that "info scope" is useful for trace experiments.
10331
10332 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10333
10334 * gdb.texinfo (Symbols): Document "info scope".
10335 (Tracepoints): New chapter.
10336 (Contributors): Update for v5.1.
10337 <All nodes>: Change "C++" to "C@t{++}".
10338
10339 * gdbint.texinfo (User Interface): A new section about ui_out
10340 functions, based on text written by Fernando Nasser.
10341
10342 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10343
10344 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10345
10346 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10347
10348 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10349
10350 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10351 Replace "GDB" with "@value{GDBN}". Fix markup.
10352
10353 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10354
10355 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10356 a cross-reference to its description.
10357 (Symbols): Document "info symbol".
10358
10359 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10360
10361 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10362 subsection "x86 Watchpoints".
10363 (Target Architecture Definition): Document the macros
10364 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10365 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10366
10367 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10368
10369 * gdbint.texinfo (Target Architecture Definition): Update
10370 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10371 list.
10372
10373 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10374
10375 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10376 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10377
10378 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10379
10380 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10381
10382 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10383
10384 * gdb.texinfo (Environment): Document that `path' does not change
10385 the value of PATH in GDB's own environment (it did in the past,
10386 but that was changed on March 15, 1994). Reported by Doug Evans
10387 <dje@transmeta.com>.
10388
10389 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10390 its line. Fix markup of commands and macros. Add an Index node
10391 and index entries.
10392
10393 2001-01-23 J.T. Conklin <jtc@redback.com>
10394
10395 * gdb.texinfo (Memory region attributes): New manual section.
10396
10397 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10398
10399 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10400
10401 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10402
10403 * refcard.tex: Version and copyright fixed. From Phil Edwards
10404 <pedwards@disaster.jaj.com>.
10405
10406 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10407
10408 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10409 DWARF2_REG_TO_REGNUM): Document.
10410
10411 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10412
10413 * gdbint.texinfo (Coding): Update current value of
10414 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10415
10416 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10417
10418 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10419 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10420
10421 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10422
10423 * gdb.texinfo: Document new 'set step-mode' command.
10424
10425 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10426
10427 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10428 changes from Dmitry Sivachenko <dima@Chg.RU>.
10429
10430 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10431
10432 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10433 From Steven Johnson <sbjohnson@ozemail.com.au>.
10434
10435 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10436
10437 * gdbint.texinfo (Overall Structure): Spelling fix.
10438
10439 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10440
10441 * gdbint.texinfo (Target Architecture Definition): Document that
10442 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10443 for which REGISTER_CONVERTIBLE returns a zero value.
10444
10445 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10446
10447 * Makefile.in (install-info): Find files to install in either the
10448 build or source directories (adapted from Makefile.am).
10449
10450 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10451
10452 * stabs.texinfo: Fix spelling errors.
10453 (String Field): FILE-NUMBER starts from 0, not 1.
10454
10455 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10456
10457 * refcard.tex: Remove \centerline from the blurb. Patch from
10458 Brian Youmans.
10459
10460 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10461
10462 * Makefile.in (install-info): Support installation from outside of
10463 the source directory. Reported by Mark Harig
10464 <markh@frazier.landmark.com>.
10465
10466 2000-06-20 J.T. Conklin <jtc@redback.com>
10467
10468 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10469
10470 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10471
10472 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10473 Generate using pdftex.
10474 (PDFTEX): Define.
10475 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10476 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10477 @contents at the start.
10478
10479 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10480
10481 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10482 Youmans.
10483
10484 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10485
10486 From Brian Youmans:
10487 * gdb.texinfo: Fix ``et al.''.
10488
10489 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10490
10491 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10492 loop.
10493
10494 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10495
10496 * configure: Regenerate.
10497
10498 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10499
10500 * Makefile.in (install-info): Run install-info on installed Info
10501 files.
10502
10503 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10504
10505 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10506 Andrew Cagney.
10507
10508 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10509
10510 * gdb.texinfo: Proofreading changes from Brian Youmans.
10511
10512 2000-05-01 Nick Duffek <nsd@cygnus.com>
10513
10514 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10515 startup sequence, minor edits.
10516
10517 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10518
10519 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10520 TeX.
10521
10522 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10523 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10524 like `n' and `s' which look weird. Convert some of the @kindex to
10525 @vindex, when they refer to variables, not commands.
10526
10527 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10528
10529 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10530
10531 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10532
10533 * Makefile.in (GDBMI_DIR): New variable.
10534 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10535 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10536 (gdbmi.texinfo): New target, for texi2roff.
10537 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10538 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10539
10540 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10541 gdbmi.texinfo.
10542 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10543 comment.
10544
10545 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10546
10547 * gdb.texinfo (Files): Update description of add-symbol-file
10548 command.
10549
10550 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10551
10552 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10553 prevents the build (and is generally a Bad Idea).
10554
10555 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10556
10557 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10558 a comma inside @var.
10559 (Command Files): Index markup changes from Dmitry Sivachenko
10560 <dima@Chg.RU>.
10561
10562 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10563
10564 * Makefile.in (LN_S): Define.
10565 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10566 invoke "ln -s" unless it is known to work.
10567
10568 * configure.in (AC_PROG_LN_S): Add.
10569
10570 2000-04-14 Jim Blandy <jimb@redhat.com>
10571
10572 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10573 section.
10574 (Target Conditionals): Document ADDRESS_TO_POINTER,
10575 POINTER_TO_ADDRESS.
10576
10577 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10578
10579 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10580 gdb-cfg.texi to get the value.
10581
10582 2000-04-10 Jim Blandy <jimb@redhat.com>
10583
10584 * gdbint.texinfo (Target Architecture Definition): Fix
10585 cross-references.
10586
10587 2000-04-08 Jim Blandy <jimb@redhat.com>
10588
10589 * gdbint.texinfo (Using Different Register and Memory Data
10590 Representations): New section.
10591 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10592 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10593 REGISTER_CONVERT_TO_RAW): Document.
10594
10595 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10596
10597 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10598 for acknowledgments.
10599
10600 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10601
10602 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10603 qThreadExtraInfo.
10604
10605 2000-03-28 J.T. Conklin <jtc@redback.com>
10606
10607 * gdb.texinfo: Clarify which remote debug protocol commands are
10608 required and which are optional.
10609
10610 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10611
10612 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10613 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10614 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10615 * annotate.texi: Update.
10616
10617 2000-03-28 Stan Shebs <shebs@apple.com>
10618
10619 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10620 expectation of additional changes before release), update
10621 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10622 node links, rephrase and/or shorten lines to fix formatting
10623 problem in both regular and @smallbook formats.
10624 * annotate.texi: Shorten lines in example, use smallexample
10625 consistently everywhere.
10626 * Makefile.in: Add comment about texinfo 4.0 html generation.
10627 (SFILES_INCLUDED): Add annotate.texi.
10628
10629 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10630
10631 * gdb.texinfo (Debugging Output): Added new section, documenting
10632 the "set/show debug" commands.
10633
10634 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10635
10636 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10637 entry.
10638
10639 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10640 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10641 @chapter and @node entries.
10642
10643 * gdb.texinfo: Link all top-level nodes.
10644
10645 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10646
10647 * Makefile.in (install-info): Create $(infodir) before installing
10648 files.
10649
10650 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10651
10652 From David Whedon <dwhedon@gordian.com>
10653 * gdbint.texinfo : Added paragraphs about command deprecation.
10654
10655 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10656
10657 * gdb.texinfo: Add documentation for the apropos command.
10658
10659 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10660
10661 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10662
10663 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10664
10665 * gdb.texinfo: Add white space to prevent overprinting in
10666 two places.
10667
10668 2000-03-17 Stan Shebs <shebs@apple.com>
10669
10670 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10671 <dima@Chg.RU>, also clarification of allowed content for
10672 string constants.
10673
10674 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10675
10676 * gdb.texinfo (main menu): Add Annotations.
10677 (File Options): Add @cindex entries for each command-line option.
10678 Document --epoch, --annotate, --async, --interpreter, --write,
10679 --statistics, and --version.
10680
10681 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10682 of GDB.
10683
10684 2000-02-23 Jim Blandy <jimb@redhat.com>
10685
10686 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10687
10688 2000-02-22 Jim Blandy <jimb@redhat.com>
10689
10690 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10691
10692 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10693
10694 * Makefile.in (diststuff): New target.
10695
10696 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10697
10698 * agentexpr.texi: Fix wording regarding Intel's IA-64
10699 architecture. [From Jim Wilson.]
10700
10701 2000-01-16 Tom Tromey <tromey@cygnus.com>
10702
10703 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10704 (Delete Breaks): Mention range arguments.
10705 (Disabling): Likewise.
10706
10707 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10708
10709 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10710
10711 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10712
10713 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10714 valid functions.
10715
10716 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10717
10718 * gdb.texinfo: Clarify regular expressions used in rbreak.
10719
10720 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10721
10722 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10723 MEMORY_REMOVE_BREAKPOINT): Document.
10724
10725 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10726
10727 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10728 offset re-using the DATA offset instead.
10729
10730 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10731
10732 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10733
10734 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10735
10736 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10737 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10738 typos.
10739
10740 * gdb.texinfo: Various minor wording and formatting improvements,
10741 mentions of additional command-line options.
10742
10743 1999-09-30 Fred Fish <fnf@cygnus.com>
10744
10745 * gdb.texinfo: Document additional forms of specifying section
10746 names and addresses for the add-symbol-file command.
10747
10748 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10749
10750 * gdbint.texinfo: Fix typo, add the word "have".
10751
10752 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10753
10754 * gdbint.texinfo (Target Architecture Definition): Document the
10755 SKIP_PERMANENT_BREAKPOINT macro.
10756
10757 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10758
10759 * gdb.texinfo: Fiks speling errers.
10760
10761 * gdb.texinfo: Fix uses of @multitable.
10762
10763 From Eli Zaretskii <eliz@gnu.org>:
10764 * gdb.texinfo: Include details specific to DOS host, clarify
10765 some confusing language, fix @ref/@xref/@pxref usages, add
10766 comments about using with optimization, add more indexing,
10767 fix info about disassembly-flavor.
10768
10769 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10770
10771 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10772 SKIP_SOLIB_RESOLVER): Define.
10773
10774 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10775
10776 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10777 ``g'' packets.
10778
10779 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10780
10781 * gdb.texinfo: Create a new "Configurations" chapter with
10782 platform-specific info, inline remote.texi and move sections of it
10783 into the new chapter, move bits about info proc, heuristic search,
10784 and register stack into the new chapter.
10785 * remote.texi: Remove, now part of gdb.texinfo.
10786 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10787
10788 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10789
10790 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10791 GDB_TARGET_IS_MACH386): These kludges have gone away.
10792
10793 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10794
10795 * gdbint.texinfo (Target Architecture Definition): Mention
10796 TDEPLIBS.
10797
10798 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10799
10800 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10801 surrounding text to fit HP-UX bits into general info.
10802 (HPPA-cfg.texi): Remove, no longer useful.
10803
10804 * gdb.texinfo: Remove explicit links from @node lines, remove
10805 HP-added "Detailed Node Listing" from main menu which confuses
10806 things.
10807
10808 From Dmitry Sivachenko <dima@Chg.RU>:
10809 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10810 in description of `set environment'.
10811
10812 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10813
10814 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10815
10816 1999-08-12 Ben Elliston <bje@cygnus.com>
10817
10818 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10819
10820 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10821
10822 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10823 watch, awatch, and rwatch. Explain why the latter two cannot be
10824 set as software watchpoints. Document that watchpoints for local
10825 variables are deleted when the debuggee terminates.
10826
10827 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10828
10829 * remote.texi (Protocol): Further clarification of the "qRcmd"
10830 packet. Allow E.. response packet. "qRcmd" packet is no longer
10831 reserved.
10832
10833 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10834
10835 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10836 * gdb.texinfo: Ditto.
10837
10838 1999-08-06 Tom Tromey <tromey@cygnus.com>
10839
10840 * gdb.texinfo (KOD): New node.
10841
10842 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10843
10844 * remote.texi (Rcmd): Fix minor formatting typos.
10845
10846 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10847
10848 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10849 packets.
10850
10851 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10852
10853 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10854 fixes.
10855
10856 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10857
10858 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10859
10860 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10861
10862 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10863 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10864 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10865 packets that are not supported on all hosts. Expand examples.
10866 Spell check.
10867
10868 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10869
10870 * Makefile.in: Recognize html, install-html. Add targets
10871 to build HTML versions of documentation via texi2html.
10872
10873 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10874
10875 * gdbint.texinfo (Testsuite): New chapter, information about the
10876 testsuite.
10877
10878 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10879
10880 * remote.texi (Communication Protocol): Rewrite.
10881
10882 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10883
10884 * stabs.texinfo: Fix uses of xref.
10885
10886 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10887
10888 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10889 info about patch submission.
10890
10891 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10892
10893 From Per Bothner <bothner@cygnus.com>:
10894 * gdb.texinfo: Document Chill support.
10895
10896 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10897
10898 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10899 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10900 Document that the value should be greater-than or equal-to zero.
10901 (NO_STD_REGS): Document. Deprecate.
10902
10903 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10904
10905 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10906 Document that these are not used.
10907
10908 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10909
10910 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10911
10912 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10913
10914 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10915 numargs was dropped.
10916
10917 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10918
10919 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10920
10921 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10922
10923 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10924 Update.
10925
10926 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10927
10928 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10929 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10930
10931 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10932
10933 * gdbint.texinfo: Fix typos: $ -> @.
10934
10935 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10936
10937 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10938 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10939 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10940 BREAKPOINT_FROM_PC.
10941
10942 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10943
10944 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10945 CALL_DUMMY_STACK_ADJUST): Document.
10946
10947 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10948
10949 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10950 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10951
10952 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10953
10954 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10955 longer exists.
10956
10957 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10958
10959 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10960 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10961 they make the manual source incomprehensible.
10962 * h8-cfg.texi: Remove, hasn't been used in years.
10963
10964 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10965
10966 * gdb.texinfo: Update the credits.
10967
10968 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10969
10970 * gdb.texinfo: Fix mistakes noticed in printout of last
10971 draft, add Alpha to discussion of heuristic fence post.
10972
10973 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10974
10975 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10976 Edition, merge some HP changes into mainline, describe some
10977 previously undocumented features, describe more of the target
10978 commands available, eliminate obsolete section on renamed
10979 commands.
10980 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10981
10982 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10983
10984 * gdb.texinfo: Make many HPPA conditionals unconditional,
10985 including catchpoint description, since now on for all configs.
10986 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10987 specializations.
10988
10989 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10990
10991 * Makefile.in (GDBvn.texi): Fix match expression to work with
10992 current format of VERSION in gdb/Makefile.in.
10993 * gdb.texinfo: Fix node ref to match new readline.
10994
10995 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10996
10997 * gdb.texinfo: Changes made as part of a project to merge in
10998 changes made by HP. Documentation makes extensive use of
10999 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11000 on remote debugging. There are differences in documentation
11001 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11002 the HP manual discusses catchpoints, hardware watchpoints, and
11003 some HPUX specific limitations for shared library support.
11004
11005 There are also a number of @node changes.
11006
11007 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11008
11009 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11010 (C Usage): Same.
11011
11012 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11013
11014 The following changes were made by Edith Epstein
11015 <eepstein@cygnus.com> as part of a project to merge in changes
11016 made by HP.
11017
11018 * HPPA-cfg.texi: new file.
11019
11020 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11021
11022 * refcard.tex: change documentation about catch.
11023 removed info catch.
11024
11025 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11026
11027 * gdbint.texinfo: Expand on GDB's coding standards,
11028 specify the use of arg names with prototypes.
11029
11030 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11031
11032 * gdb.texinfo: Fix tipo.
11033
11034 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11035
11036 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11037 TARGET_BYTE_ORDER_SELECTABLE_P.
11038
11039 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11040
11041 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11042
11043 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11044
11045 * agentexpr.texi: New file.
11046
11047 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11048
11049 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11050
11051 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11052
11053 * remote.texi: Changed wording that implied that the GDB remote
11054 protocol caches register values instead of GDB itself.
11055
11056 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11057
11058 * gdbint.texinfo: Add some info about symbol readers.
11059 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11060 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11061 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11062 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11063
11064 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11065
11066 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11067
11068 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11069
11070 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11071
11072 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11073
11074 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11075 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11076
11077 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11078
11079 * gdbint.texinfo: Fix minor typos.
11080
11081 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11082
11083 * gdbint.texinfo: Complete overhaul. Group descriptions more
11084 logically, add more info on generic algorithms, remove much
11085 obsolete and/or wrong material.
11086
11087 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11088
11089 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11090
11091 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11092
11093 * refcard.tex: Copyright, address updates.
11094
11095 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11096
11097 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11098 for the edition instead of confusing GDB-version-like numbers.
11099
11100 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11101
11102 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11103
11104 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11105
11106 * LRS: Reformat a bit to keep text under 80 columns.
11107
11108 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11109
11110 * gdb.texinfo: Add some credits, mention bug monitor.
11111 * remote.texi: Mention mips monitor targets.
11112 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11113
11114 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11115
11116 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11117 files, finish sorting of host vs target vs native macros, describe
11118 some more of them.
11119
11120 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11121
11122 * gdbint.texinfo (Host Conditionals): Document change from
11123 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11124
11125 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11126
11127 * gdbint.texinfo (Host Conditionals): Document
11128 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11129
11130 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11131
11132 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11133 Document LSEEK_NOT_LINEAR.
11134
11135 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11136
11137 * stabs.texinfo (Stab Section Basics): Make it clear that only
11138 some versions of the GNU linker remove the leading N_UNDF symbol.
11139
11140 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11141
11142 * stabs.texinfo (String Field): Document type number pairs here,
11143 instead of in the Sun specific section.
11144 (Include Files): The GNU linker supports the N_BINCL
11145 optimization. Clarify the N_BINCL value, and what it is used
11146 for.
11147 (Procedures): Document N_FUN with an empty string to mark the end
11148 of a function.
11149 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11150 (Sun Differences): Remove this node, as the information is now
11151 elsewhere in the main document.
11152 (Stab Section Basics): Mention that the GNU linker may optimize
11153 stabs and remove the leading N_UNDF symbol.
11154
11155 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11156
11157 * gdb.texinfo, refcard.tex: Restore author credit
11158
11159 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11160
11161 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11162 documentation to account for START and END macros taking
11163 one arg.
11164
11165 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11166
11167 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11168 * gdb.texinfo (Frames): Fix typo.
11169
11170 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11171
11172 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11173 a target_signal as arg type, not a pid.
11174
11175 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11176
11177 * gdb.texinfo: Document `set assembly-language'.
11178
11179 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11180
11181 * remote.texi: Update list of stubs in the GDB distribution.
11182
11183 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11184
11185 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11186 Also document that some systems can use mmalloc but must define
11187 this if their C runtime allocates memory that is later freed.
11188 (MMCHECK_FORCE): Document new macro.
11189
11190 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11191
11192 * remote.texi: Add documentation for target Sparclet.
11193
11194 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11195
11196 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11197 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11198 * configure.in: Rewritten for autoconf.
11199 * configure: New.
11200
11201 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11202
11203 * Makefile.in (DVIPS): New define, set to dvips.
11204 (dvi): Add stabs.dvi.
11205 (ps): New target.
11206 (all-doc): Depend on info, dvi, and ps targets.
11207 (STAGESTUFF): Add *.ps and *.dvi files.
11208 (clean-info, clean-dvi): Remove.
11209 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11210 rules completely rewritten.
11211 (maintainer-clean): Remove clean-info and clean-dvi
11212 dependencies and put their actions in the rules.
11213 (gdb.ps): New target
11214 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11215 intermediate TeX files, whether they have 2 or 3 character
11216 extensions.
11217 (gdbint.ps): Add target and rules.
11218 (gdb-internals): Delete unused target.
11219 (Makefile): Depends upon config.status also.
11220
11221 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11222
11223 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11224 set.
11225
11226 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11227
11228 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11229 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11230
11231 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11232
11233 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11234
11235 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11236
11237 * gdb.texinfo (Print settings): Document
11238 `set/show print static-members' commands.
11239
11240 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11241
11242 * gdbint.texinfo (Native): Document name change, coredep.c to
11243 core-aout.c.
11244
11245 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11246
11247 * stabs.texinfo (Include Files): Document the values the SunOS4
11248 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11249
11250 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11251
11252 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11253 Fix typo.
11254
11255 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11256
11257 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11258 "gdb.tar.Z".
11259
11260 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11261
11262 * Makefile.in (maintainer-clean): New target, synonym for
11263 realclean.
11264
11265 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11266
11267 * Update all FSF addresses except those in COPYING* files.
11268
11269 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11270
11271 From Richard Earnshaw (rearnsha@armltd.co.uk):
11272 * gdb.texinfo (convenience variables): Document $_exitcode.
11273 (quit): Document optional expression to use as exit code.
11274
11275 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11276
11277 * gdb.texinfo, remote.texi: Brought up to date with various
11278 GDB changes.
11279
11280 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11281
11282 * gdb.texinfo: Update dates and versions, fix comments about
11283 hardware watchpoints in future releases and about the
11284 sharedlibrary command.
11285
11286 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11287
11288 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11289 C_FUN stab. Other cleanups.
11290
11291 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11292
11293 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11294 for the sparc stub.
11295
11296 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11297
11298 * annotate.texi: Clarify which addresses have differing formats
11299 depending on the language and which do not.
11300
11301 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11302
11303 * remote.texi (NetWare): Changed example to use BOARD= instead of
11304 NODE= argument to reflect correspoding change to gdbserve.nlm.
11305
11306 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11307
11308 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11309 GDB, as well as AIX dbx, supports the size type attribute.
11310
11311 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11312
11313 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11314
11315 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11316
11317 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11318 and new 'if' and 'while' commands.
11319
11320 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11321
11322 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11323
11324 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11325
11326 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11327 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11328 NetWare targets. Mostly stolen from the Server node.
11329
11330 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11331
11332 * gdb.texinfo (Setting): Talk about the language of a source file
11333 versus the working language. The old documentation did not match
11334 what GDB did.
11335
11336 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11337
11338 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11339 of a source file.
11340
11341 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11342
11343 * gdb.texinfo (Processes): New node.
11344
11345 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11346
11347 * remote.texi: Update documentation of set/show mipsfpu.
11348
11349 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11350
11351 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11352 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11353
11354 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11355
11356 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11357 obsolete conditionals, described some others.
11358
11359 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11360
11361 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11362 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11363
11364 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11365
11366 * gdbint.texinfo: Put regex conditionals in their own table.
11367
11368 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11369
11370 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11371 described or fixed the descriptions of many others.
11372
11373 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11374
11375 * gdb.texinfo: Add some more credits.
11376 * gdbint.texinfo: Capitalize GDB consistently, describe some
11377 macros and remove some.
11378
11379 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11380
11381 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11382 obsolete conditionals, described some others.
11383
11384 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11385
11386 * gdb.texinfo (help targets): Changed to `help target', which
11387 is the correct gdb command.
11388
11389 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11390
11391 * annotate.texi (TODO): New node, for keeping track of annotations
11392 suggested but not yet implemented.
11393
11394 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11395
11396 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11397 another symbol, it is not the address itself.
11398
11399 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11400
11401 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11402 of stabs-in-coff sections.
11403
11404 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11405
11406 * annotate.texi: Change edition to 0.5 and date to May 1994.
11407 Add index.
11408 (Frames): New node, for frame annotation.
11409 (Displays): New node, for display annotation.
11410
11411 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11412 when waiting for your program to stop.
11413
11414 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11415
11416 * annotate.texi (Breakpoint Info): Document annotation of header
11417 fields and record annotation.
11418
11419 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11420
11421 * annotate.texi: New file, to document annotations.
11422
11423 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11424
11425 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11426 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11427
11428 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11429
11430 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11431 section, and say n_strx field is compilation unit relative.
11432 * stabs.texinfo: Don't use @code for a.out when it is the name of
11433 an object file format.
11434
11435 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11436
11437 * gdb.texinfo: Refer to file names, not path names, per rms
11438 convention.
11439 (Arguments): Fix typo.
11440
11441 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11442
11443 * stabs.texinfo (Global Variables): Talk about stabs in files
11444 where variables are referenced, but not defined.
11445
11446 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11447
11448 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11449 Cplusplus to new nodes Member Type Descriptor and Method Type
11450 Descriptor. Re-write stuff for #.
11451
11452 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11453
11454 * gdb.texinfo (Print Settings): Don't document "set print
11455 fast-symbolic-addr off". The bug which it worked around was fixed
11456 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11457
11458 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11459 N_ENTRY node.
11460
11461 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11462
11463 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11464
11465 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11466 references to ieee-float.c.
11467
11468 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11469
11470 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11471 match what the code actually does.
11472
11473 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11474
11475 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11476
11477 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11478
11479 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11480 i, and b.
11481
11482 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11483
11484 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11485 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11486 as "stabs in sections" rather than just saying "ELF and SOM".
11487 Also make that stuff apply to COFF.
11488
11489 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11490
11491 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11492 Ghostscript.
11493
11494 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11495
11496 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11497 versus functions without line numbers, also mention stepping into
11498 them as well as "step" when you are in them. Tell the user how to
11499 deal with the situation. Add comment about "debugging information".
11500
11501 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11502
11503 * stabs.texinfo (Enumerations): Document restriction on where
11504 enumeration types can appear and still win with GDB.
11505
11506 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11507
11508 * stabs.texinfo (Negative Type Numbers): Document format for type
11509 -16.
11510
11511 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11512
11513 * gdb.texinfo (Selection, Frame Info): Update information about
11514 arbitrary frame specficiations.
11515
11516 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11517
11518 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11519
11520 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11521
11522 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11523
11524 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11525
11526 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11527
11528 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11529
11530 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11531 Differences node to Statics node.
11532 (Statics): Discuss XCOFF use of V symbol descriptor.
11533
11534 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11535 not clean.
11536
11537 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11538
11539 * gdb.texinfo (Print Settings): Document `set print
11540 fast-symbolic-addr' and improve the doc for some other
11541 `set print's.
11542
11543 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11544
11545 * stabs.texinfo (String Field): Talk about defining several type
11546 numbers at once.
11547 Fix lint regarding changing node ELF Transformations to
11548 ELF and SOM Transformations.
11549
11550 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11551
11552 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11553
11554 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11555
11556 * stabs.texinfo (Cross-References): `::' is for nested types only
11557 within <>.
11558 (Structures): Document static members.
11559
11560 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11561
11562 * stabs.texinfo: Document S type attribute.
11563
11564 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11565
11566 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11567
11568 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11569
11570 * gdbint.texinfo: Fix a few typos.
11571
11572 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11573
11574 * gdb.texinfo, remote.texi: formatting improvements
11575
11576 * gdb.texinfo (New Features): mention threads.
11577 (Summary, C): fix xrefs in newly contributed text.
11578 (Threads): index entries, clarifications, example
11579 (passim): minor typos fixed, phrasing improvements
11580
11581 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11582 entries; (Server): explain use of gdbserver w/real-time systems,
11583 add example of conflicting TCP port; (MIPS Remote) break up
11584 running text into table, highlighting commands, and add example.
11585
11586 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11587
11588 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11589
11590 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11591
11592 * stabs.texinfo (Nested Symbols): New node.
11593 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11594
11595 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11596
11597 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11598 to picking which Bbss.bss symbol to use, and (because there seems to
11599 be no good way of doing it) re-write some of the text to make it
11600 sound like Bbss.bss isn't such a great idea after all (as currently
11601 designed).
11602
11603 * gdb.texinfo (C): In addition to saying people have to use g++ for
11604 good results, say they have to use stabs. Specifically say cfront
11605 doesn't work well.
11606 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11607 the gdb README. Add xrefs to places where the support for the various
11608 languages is described in detail.
11609
11610 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11611
11612 * stabs.texinfo: Clean up stuff about visibility and virtual
11613 characters.
11614
11615 * stabs.texinfo (N_M2C): Cite Sun doc.
11616
11617 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11618
11619 * gdb.texinfo: updates re threads.
11620 * remote.texinfo: avoid index entries starting with digits.
11621
11622 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11623
11624 * stabs.texinfo (Enumerations): Talk about large, negative and
11625 octal values. Clean up cross reference to type attributes.
11626 (String Field): Say that GDB 4.11 supports size attribute.
11627
11628 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11629
11630 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11631 is a mandatory step. Make the stuff about that more concise.
11632
11633 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11634
11635 * stabs.texinfo (Class Names): New node.
11636
11637 * gdb.texinfo (Command Files): Explain order of init file reading.
11638
11639 * remote.texi (Bootstrapping): Talk about getting the serial driver
11640 to deal with ^C sent by gdb to stop the remote system.
11641
11642 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11643
11644 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11645
11646 * libgdb.texinfo (Defining Commands): made the DOC arg
11647 to gdb_define_app_command a char * instead of char **
11648 per a suggestion from kingdon.
11649
11650 * libgdb.texinfo: total rewrite from a different starting
11651 premise.
11652
11653 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11654
11655 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11656 floats passed as doubles (to improve clarity).
11657
11658 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11659
11660 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11661
11662 * a4rc.sed: update to work with Andreas Vogel papersize params
11663
11664 * refcard.tex: use Andreas Vogel simplifications of papersize
11665 params; remove useless version info; update copyright date.
11666
11667 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11668
11669 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11670
11671 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11672
11673 * gdb.texinfo (Files): Say what address the load command loads it at.
11674
11675 * stabs.texinfo (Common Blocks): Minor cleanups.
11676
11677 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11678 that Sun has backed away from the linker kludge and thus the relevant
11679 issue is changes to the SunPRO tools, not the Solaris linker.
11680
11681 * stabs.texinfo (Traditional Integer Types): Clean up description
11682 of octal bounds a little bit. Document extra leading zeroes.
11683
11684 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11685
11686 * gdb.texinfo (Signaling): Update for symbolic symbol names
11687 and add a section explaining the difference between the GDB
11688 signal command and the shell kill utility.
11689
11690 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11691
11692 * libgdb.texinfo: added `@' to braces that were unescaped.
11693
11694 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11695
11696 * libgdb.texinfo: new file. Spec for the gdb library.
11697
11698 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11699
11700 * stabs.texinfo (Include Files): Fix typo (start -> end).
11701
11702 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11703
11704 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11705 from Melissa at FSF's editing pass.
11706
11707 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11708
11709 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11710 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11711 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11712
11713 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11714
11715 * remote.texi (Bootstrapping): Discuss 386 call gates.
11716
11717 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11718
11719 * stabs.texinfo (Based Variables): New node.
11720
11721 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11722
11723 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11724 names, sizes, and formats to suggest how not to lose.
11725
11726 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11727
11728 * stabs.texinfo (Methods): Fix typo.
11729
11730 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11731
11732 * gdb.texinfo: Fix a few typos.
11733
11734 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11735
11736 * gdb.texinfo: Clarify how well it works with Fortran.
11737
11738 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11739 More on relocating stabs in ELF files.
11740
11741 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11742
11743 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11744
11745 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11746
11747 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11748 parameters on VAX.
11749
11750 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11751
11752 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11753
11754 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11755
11756 * stabs.texinfo: Make info author notice match the TeX author notice.
11757
11758 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11759
11760 * stabs.texinfo: Initial-caps all words in node names and
11761 non-trivial words in section names.
11762
11763 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11764
11765 * stabs.texinfo: Many minor cleanups.
11766
11767 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11768
11769 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11770
11771 * stabs.texinfo: Remove full description of big example.
11772 It's not really helpful; just use pieces of it where appropriate.
11773 Add more Texinfo formatting directives (@samp, etc.).
11774 Use @deffn to define stab types.
11775 Eliminate some wordiness. Break up some nodes.
11776 Add an (alphabetized) index of symbol types.
11777 Use consistent capitalization style in node and section names.
11778
11779 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11780
11781 * gdb.texinfo: Change typo "Two two" to "The two".
11782
11783 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11784
11785 * stabs.texinfo (XCOFF-differences): Remove references to
11786 non-existent types N_DECL and N_RPSYM.
11787
11788 * stabs.texinfo (String Field): Say that type attributes bug is
11789 fixed in GDB 4.10, since it is.
11790
11791 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11792
11793 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11794
11795 * stabs.texinfo: Formatting cleanups.
11796
11797 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11798
11799 * stabs.texinfo: When explaining the n_type of a stab, standardize
11800 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11801 no tabs, use @r).
11802 (Global Variables): Clean up.
11803
11804 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11805
11806 * stabs.texinfo (Stack Variables): Re-write.
11807
11808 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11809
11810 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11811 addresses of a source file. Also revise formatting.
11812 Change "object module" or "object file" to "source file".
11813 Various: Miscellaneous cleanups.
11814
11815 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11816
11817 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11818
11819 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11820
11821 * gdbint.texinfo: Removed many nonsensical machine-collected
11822 host and target conditionals, described some of the remainder.
11823
11824 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11825
11826 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11827
11828 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11829 paragraph which follows.
11830
11831 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11832 variables. Looks better and avoids overful hbox.
11833
11834 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11835
11836 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11837
11838 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11839
11840 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11841 retransmit-timeout
11842
11843 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11844
11845 * gdbint.texinfo: Update statement about `some ancient Unix
11846 systems, like Ultrix 4.0' to Ultrix 4.2.
11847
11848 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11849
11850 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11851
11852 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11853
11854 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11855 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11856
11857 * remote.texi: new name for former gdbinv-s.texi
11858
11859 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11860
11861 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11862
11863 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11864 variables for MIPS remote debugging protocol.
11865
11866 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11867
11868 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11869
11870 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11871
11872 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11873
11874 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11875
11876 * gdb.texinfo: repair conditional bugs in text markup
11877
11878 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11879
11880 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11881 to select Modula-2 material.
11882
11883 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11884
11885 * stabs.texinfo: Cleanups regarding statics.
11886
11887 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11888 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11889
11890 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11891
11892 * stabs.texinfo: N_MAIN is sometimes used for C.
11893
11894 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11895
11896 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11897
11898 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11899
11900 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11901 removed from the code by Kingdon.
11902
11903 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11904
11905 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11906 input when evaluating breakpoint conditions; the bug has been fixed.
11907
11908 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11909 sets the ignore count to N-1, not to N.
11910
11911 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11912
11913 * refcard.tex (\hoffset): correct longstanding error to match
11914 intended offset; avoids cutting off edge on some printers
11915
11916 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11917
11918 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11919
11920 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11921
11922 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11923
11924 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11925
11926 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11927 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11928 collect sed edits if any, apply to refcard before formatting;
11929 (refcard.ps) stop implying PS fonts if PS output requested;
11930 (lrefcard.ps) delete extra target for variant PS fonts
11931
11932 * refcard.tex: parametrize papersize dependent info, collect
11933 in easily replaced spot
11934
11935 * a4rc.sed: new file, edits to refcard for A4 paper
11936
11937 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11938
11939 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11940
11941 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11942
11943 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11944
11945 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11946
11947 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11948 politely rather than rudely.
11949
11950 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * stabs.texinfo: Document common blocks.
11953
11954 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11955
11956 * stabs.texinfo: Add some basic info about stabs-in-elf.
11957
11958 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11959
11960 * stabs.texinfo (Top): Minor cleanup.
11961
11962 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11963
11964 * Makefile.in (install-info): remove parentdir support
11965
11966 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11967
11968 * gdb.texinfo (Copying): delete this node and references to it;
11969 RMS says this manual need not carry GPL. (passim): Improvements
11970 from last round at FSF, largely due to Ian Taylor review, and
11971 minor formatting improvements.
11972
11973 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11974 largely due to Ian Taylor review. (Debug Session): minor edits to
11975 new text.
11976
11977 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11978
11979 * Makefile.in (realclean): Remove info and dvi files too.
11980
11981 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11982
11983 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11984 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11985 * gdb.texinfo: Change accordingly.
11986
11987 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11988 N_{L,R}BRAC,N_SLINE are relative to.
11989
11990 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11991
11992 * Makefile.in (GDBvn.texi): Update atomically.
11993
11994 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11995
11996 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11997
11998 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11999
12000 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12001 addresses together. Also motivate the set print symbol-filename
12002 command and suggest other solutions.
12003
12004 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12005
12006 * gdb.texinfo (set print elements): Note that the number of
12007 elements is set to unlimited by "set print elements 0".
12008
12009 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12010
12011 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12012 NF_LDOUBLE means.
12013 (Stab Types): Include Solaris stab types.
12014 (Procedures): Document Solaris extensions.
12015
12016 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12017
12018 * gdb.texinfo: Add `set print symbol-filename' doc.
12019
12020 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * stabs.texinfo (Arrays): Talk about type definition vs. type
12023 information.
12024
12025 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12026 the trailing semicolon.
12027
12028 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12029
12030 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12031 and merge in other parts of the document addressing these subjects.
12032 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12033
12034 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12035 at the end of a range type.
12036
12037 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12038 AIX extensions.
12039
12040 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12041
12042 * stabs.texinfo (Stabs Format): Misc fixes.
12043
12044 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12045
12046 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12047 (Traditional builtin types): Document convex convention for long long.
12048 (Negative builtin types): Discuss type names, and misc fixes.
12049
12050 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12051
12052 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12053 point types used with @samp{R} type descriptor.
12054 (Symbol Descriptors): Describe how to handle conflict between
12055 different meanings of @samp{P} symbol descriptor.
12056
12057 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12058
12059 * stabs.texinfo: Remove node Quick Reference and put its children
12060 directly under the main menu.
12061
12062 * stabs.texinfo: Many more changes to bring it into line with
12063 AIX documentation and reality. I think it now has all the
12064 information from the AIX documentation, except that I burned
12065 out when I got to variant records (Pascal and Modula-2) and
12066 all the COBOL types. Oh well, we can add them later when we're
12067 worrying more about those languages.
12068
12069 * stabs.texinfo (Automatic variables): Talk about what it means
12070 to omit the symbol descriptor.
12071
12072 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12073
12074 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12075 gcc2 behavior with promoted args.
12076
12077 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12078
12079 * gdb.texinfo: include readline appendices in info version of manual
12080
12081 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12082
12083 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12084 target remote.
12085
12086 * gdb.texinfo (Machine Code): more index entries for disassemble
12087
12088 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12089
12090 * Clarify the intended use of the gdb-testers and gdb-patches
12091 mailing lists, and shrink gzip comment.
12092
12093 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12094
12095 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12096 DOSHOST configuration of manual.
12097
12098 * gdb.texinfo (MIPS Stack): new node.
12099
12100 * all-config.texi (MIPS) new switch.
12101
12102 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12103 tense; (MIPS Remote) new node.
12104
12105 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12106 bug; (Environment) less passive, other small cleanups in text about
12107 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12108 (Remote) new MIPS Remote menu entry.
12109
12110 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12111
12112 * stabs.texinfo: Many changes to include information from the
12113 AIX documentation.
12114
12115 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12116
12117 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12118
12119 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12120 Move a bunch of information from ../README.
12121 (Getting Started): New node.
12122
12123 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12124
12125 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12126
12127 * gdb.texinfo: advance manual revision dates to present
12128
12129 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12130 stop using silly Roman numerals in @set variable names
12131
12132 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12133
12134 * stabs.texinfo (Parameters): Keep trying to get this right.
12135
12136 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12137
12138 * stabs.texinfo (Parameters): More on "local parameters".
12139
12140 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12141
12142 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12143
12144 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12145
12146 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12147 (Parameters): Rewrite.
12148 (xcoff-differences, Sun-differences): Minor changes.
12149
12150 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12151
12152 * stabs.texinfo: Minor cleanup.
12153
12154 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12155
12156 * gdbint.texinfo: Minor xcoff stuff.
12157
12158 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12159
12160 * gdbint.texinfo: Update for new config directory structure.
12161 Add info about internal type data structures.
12162
12163 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12164
12165 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12166 $(srcdir).
12167 (gdb-config.texi): Depend on file in $(srcdir).
12168
12169 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12170
12171 * stabs.texinfo: Fixes about N_SO.
12172
12173 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12174
12175 * gdb.texinfo: include list of nonstandard init file names
12176
12177 * *-config.texi: new switch GENERIC for text that applies *only*
12178 to (usual) multiple-target version of manual
12179
12180 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12181 h8 config
12182
12183 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12184 in menus (rather than conditionally selected multiple alternative
12185 menus).
12186
12187 * Makefile.in: define and use DOC_CONFIG var to select
12188 configuration for GDB user manual.
12189
12190 * gdb-config.texi: delete from repository, generate from Makefile.
12191
12192 * all-config.texi: normal `generic' configuration file, formerly
12193 stored as gdb-config.texi
12194
12195 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12196
12197 * Makefile.in: add dvi target to build all .dvi files
12198
12199 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12200
12201 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12202
12203 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12204
12205 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12206 host conditionals.
12207 * stabs.texinfo: More array fixes inspired by Jim's.
12208
12209 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12210
12211 * stabs.texinfo: Fixes re arrays and continuations.
12212
12213 * gdbint.texinfo: Add XCOFF node.
12214
12215 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12216
12217 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12218
12219 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12220
12221 * stabs.texinfo: Fix for array types to mention lower bounds.
12222
12223 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12224
12225 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12226
12227 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12228
12229 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12230
12231 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12232
12233 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12234 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12235
12236 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12237
12238 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12239
12240 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12241
12242 * gdb.texinfo, gdbinv-s.texi: misc updates
12243
12244 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12245
12246 * gdbint.texinfo: Brief documentation for longjmp support,
12247 from an email msg by Stu.
12248
12249 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12250
12251 * stabs.texinfo: Fix description of floating point "range"
12252 types (which really define basic types). Reported by Jim Meehan,
12253 <meehan@src.dec.com>.
12254
12255 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12256
12257 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12258
12259 * gdbint.texinfo: Slightly expand section on supporting a new
12260 object file format.
12261
12262 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12263
12264 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12265 intermediate file.
12266
12267 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12268
12269 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12270
12271 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12272
12273 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12274
12275 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12276 as well as Z8002.
12277
12278 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12279
12280 * gdbint.texinfo: Add sections on clean design and on how to send
12281 in changes.
12282
12283 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12284
12285 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12286
12287 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12288
12289 * gdb.texinfo: Fix typo, reported by Karl Berry.
12290
12291 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12292
12293 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12294
12295 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12296
12297 * gdbint.texinfo: fixed a stray email address (needs @@),
12298 added @table @code to node "Native Conditionals"
12299
12300 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12301
12302 * gdbint.texinfo: Describe coding style of GDB.
12303
12304 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12305
12306 * stabs.texinfo: Minor wording changes.
12307
12308 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12309
12310 * gdbint.texinfo: Improve release doc slightly.
12311
12312 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12313
12314 * gdbint.texinfo: Improve doc of GDB config macros.
12315
12316 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12317
12318 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12319 These will be reinserted when examined.
12320
12321 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12322
12323 * gdbint.texinfo: Make a start at documenting all the #if macros
12324 in GDB. At least list them all, and start separating them into
12325 host-specific and target-specific.
12326
12327 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12328
12329 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12330 examples (not consistent w others).
12331 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12332 for generic vn of doc
12333
12334 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12335
12336 * Makefile.in: always create installation directories.
12337
12338 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12339
12340 * gdb.texinfo: in h8 config, do not describe searching commands.
12341
12342 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12343
12344 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12345 conditionals; introduce a few generic switches that may be
12346 useful for other cross-dev or dos-hosted configs.
12347
12348 * gdb.texinfo: fix typo in "info reg" description
12349
12350 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12351
12352 * stabs.texinfo: Minor updates from running TeX over it.
12353 * Makefile.in (stabs.dvi, stabs.ps): Add.
12354
12355 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12356
12357 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12358 First pass at converting it to texinfo.
12359
12360 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12361
12362 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12363 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12364
12365 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12366
12367 * gdbint.texinfo: Add section on partial symbol tables.
12368
12369 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12370
12371 * gdb.texinfo: document `set remotedebug' and `set
12372 rstack_high_address'.
12373
12374 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12375
12376 * gdb.texinfo: slight expansion of new text on reading info files
12377 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12378 H8/300 from DOS.
12379
12380 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12381
12382 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12383
12384 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12385
12386 * gdb.texinfo: Say how to read the `info' files.
12387
12388 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12389
12390 * Makefile.in: gm4 -> m4.
12391
12392 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12393
12394 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12395 Documentation' ahead of `Installing GDB' to match README.
12396 Update shared library doc, -readnow and -mapped, and directory
12397 structure (add glob and mmalloc). Update configure doc.
12398
12399 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12400
12401 * Makefile.in: remove $(srcdir) from gdb.info rule.
12402
12403 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12404
12405 * Makefile.in: commented out gdb-all.texinfo rule. This is
12406 temporary.
12407
12408 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12409
12410 * Makefile.in, configure.in: removed traces of namesubdir,
12411 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12412 copyrights to '92, '13, changed some from Cygnus to FSF.
12413
12414 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12415
12416 * gdb.texinfo: Improve how we ask for bug reports.
12417
12418 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12419
12420 * Makefile.in: infodir belongs in datadir.
12421
12422 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12423
12424 * Makefile.in: remove spaces following hyphens, bsd make can't
12425 cope. install using INSTALL_DATA. added clean-info. added
12426 standards.text support.
12427
12428 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12429
12430 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12431 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12432 and mandir now keyed off datadir by default.
12433
12434 \f
12435 Local Variables:
12436 mode: change-log
12437 left-margin: 8
12438 fill-column: 74
12439 version-control: never
12440 coding: utf-8
12441 End:
This page took 0.272214 seconds and 5 git commands to generate.