1a5c70bfc803d5ee6296f93a46fa0d5f912ae4ec
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2
3 * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
4
5 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6 2018-09-13 Tom Tromey <tom@tromey.com>
7
8 * python.texi (Program Spaces In Python): Document the
9 Progspace.objfiles method.
10 (Objfiles In Python): Mention that gdb.objfiles() is identical
11 to gdb.selected_inferior().progspace.objfiles().
12
13 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
14 2018-09-13 Tom Tromey <tom@tromey.com>
15
16 * python.texi (Inferiors In Python): Document
17 Inferior.progspace.
18 (Program Spaces In Python): Document that
19 gdb.current_progspace() is the same as
20 gdb.selected_inferior().progspace.
21
22 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
23
24 * python.texi (Basic Python): Mention the string representation
25 of GDB Python objects.
26
27 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
28
29 * gdb.texinfo (Skipping Over Functions and Files): Document
30 set/show debug skip.
31
32 2018-09-10 Tom Tromey <tom@tromey.com>
33
34 * python.texi (Frames In Python, Blocks In Python)
35 (Symbols In Python, Symbol Tables In Python)
36 (Lazy Strings In Python): Remove periods from section titles.
37
38 2018-09-10 Tom Tromey <tom@tromey.com>
39
40 * python.texi (Pretty Printing API): Swap sentence order.
41
42 2018-09-10 Tom Tromey <tom@tromey.com>
43
44 PR python/16461:
45 * python.texi (Values From Inferior): Mention use of virtual
46 table.
47
48 2018-09-10 Tom Tromey <tom@tromey.com>
49
50 * python.texi (Basic Python): Parenthesize argument to
51 decode_line.
52
53 2018-09-10 Tom Tromey <tom@tromey.com>
54
55 * python.texi (Python): Mention Python versions. Don't mention
56 execfile.
57
58 2018-09-10 Tom Tromey <tom@tromey.com>
59
60 PR python/19808:
61 * python.texi (Unwinding Frames in Python): Rewrite
62 create_unwind_info documentation. Update read_register
63 documentation and add a note about unwinder caution.
64
65 2018-09-10 Tom Tromey <tom@tromey.com>
66
67 PR python/18909:
68 * python.texi (Events In Python): Fix inferior_call
69 documentation.
70
71 2018-09-10 Tom Tromey <tom@tromey.com>
72
73 PR python/17752:
74 * python.texi (Frame Filter API): Remove period from subsection
75 title. Mention 100 as good default priority.
76 (Frame Decorator API): Remove period from subsection title.
77 Mention FrameDecorator module.
78
79 2018-09-10 Tom Tromey <tom@tromey.com>
80
81 PR python/23108:
82 * python.texi (Exception Handling): Rearrange gdb.GdbError text
83 and add a table.
84
85 2018-09-10 Tom Tromey <tom@tromey.com>
86
87 * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
88 (Machine Code): Use "binutils", not "binutils.info", in @pxref.
89 (Separate Debug Files): Use "ld", not "ld.info", in @ref.
90 * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
91
92 2018-09-10 Tom Tromey <tom@tromey.com>
93
94 PR python/16484:
95 * python.texi (Frames In Python): Document that Frame.block can
96 throw.
97
98 2018-09-10 Tom Tromey <tom@tromey.com>
99
100 PR python/23487:
101 * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
102
103 2018-09-10 Tom Tromey <tom@tromey.com>
104
105 PR python/16033:
106 * python.texi (Blocks In Python): Document that Block.end is
107 exclusive.
108
109 2018-08-29 Keith Seitz <keiths@redhat.com>
110
111 * gdb.texinfo (Compiling and injecting code in GDB): Document
112 set/show "compile-oracle" and "compile-cplus-types" commands.
113
114 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
115
116 * gdb.texinfo (The -stack-list-frames Command): Update description
117 to mention "arch".
118 Update MI examples throughout the document to contain "arch" in
119 frame output.
120
121 2018-08-21 Alan Hayward <alan.hayward@arm.com>
122
123 * gdb.texinfo (AArch64 SVE): New subsubsection.
124
125 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
126
127 * gdb.texinfo (GDB/MI Data Manipulation): Document
128 "-data-disassemble -a addr".
129 (GDB/MI Support Commands): Document "data-disassemble-a-option"
130 feature.
131
132 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
133
134 * gdb.texinfo (Index Files Speed Up GDB): Add section about
135 symbol index cache.
136
137 2018-07-27 Sergio Durigan Junior <sergiodj@redhat.com>
138
139 * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
140 option sections to further clarify that gcore can take more
141 than one PID, and that "-o" is used to specify a prefix, not a
142 filename.
143
144 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.texinfo (Maintenance Commands): Add description of
147 maintenance command to control dwarf unwinders.
148
149 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
150
151 * gdb.texinfo (Debugging Programs with Multiple Threads):
152 Document changes to 'thread apply'. Document 'taas'.
153 Document 'tfaas'.
154 (Examining the Stack): Document 'frame apply'. Document 'faas'.
155
156 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
157 Jan Kratochvil <jan.kratochvil@redhat.com>
158 Paul Fertser <fercerpav@gmail.com>
159 Tsutomu Seki <sekiriki@gmail.com>
160
161 * gdb.texinfo (Remote Connection Commands): Add explanation
162 about new IPv6 support. Add new connection prefixes.
163
164 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.texinfo (Remote Configuration): Update descriptions for
167 set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
168 and hardware-watchpoint-length-limit variables.
169
170 2018-07-02 Maciej W. Rozycki <macro@mips.com>
171
172 PR tdep/8282
173 * gdb.texinfo (Source and Machine Code): Document `set
174 disassembler-options' support for the MIPS target.
175
176 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
177
178 * gdb.texinfo (Files): Document "add-symbol-file -o offset".
179
180 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
181
182 * gdb.texinfo (Files): The address argument for "add-symbol-file"
183 is no longer mandatory.
184
185 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
186
187 * gdb.texinfo (Files): Document "symbol-file -o offset".
188
189 2018-06-14 Tom de Vries <tdevries@suse.de>
190
191 * gdb.texinfo (Background Execution): Add @cindex for '&'.
192
193 2018-06-11 Eli Zaretskii <eliz@gnu.org>
194
195 * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
196
197 2018-06-08 Gary Benson <gbenson@redhat.com>
198
199 * gdb.texinfo (Maintenance Commands): Document "maint check
200 libthread-db" and "maint set/show check-libthread-db".
201
202 2018-06-05 Tom Tromey <tom@tromey.com>
203
204 PR cli/12326:
205 * gdb.texinfo (Screen Size): Document "c" response to pagination
206 prompt.
207
208 2018-05-31 Maciej W. Rozycki <macro@mips.com>
209
210 * gdb.texinfo (Choosing Target Byte Order): Document endianness
211 selection details with the `set endian auto' mode.
212
213 2018-05-04 Tom Tromey <tom@tromey.com>
214
215 PR python/22731:
216 * python.texi (Breakpoints In Python): Mention that "commands" is
217 writable.
218
219 2018-05-02 Tom Tromey <tom@tromey.com>
220
221 PR python/20084:
222 * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
223 PARAM_ZUINTEGER_UNLIMITED.
224
225 2018-04-30 Tom Tromey <tom@tromey.com>
226
227 * python.texi (Types In Python): Document Type.align.
228
229 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
230
231 * gdb.texinfo (Symbols): Mention the fact that "info
232 variables/functions/types" show source files and line numbers.
233
234 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
235
236 * gdb.texinfo: Document set/show record btrace cpu.
237
238 2018-03-27 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.texinfo (Ada Settings): New subsubsection.
241
242 2018-03-26 Tom Tromey <tom@tromey.com>
243
244 PR backtrace/15582:
245 * gdb.texinfo (Backtrace): Mention "hide" argument.
246
247 2018-03-26 Tom Tromey <tom@tromey.com>
248
249 * gdb.texinfo (Backtrace): Describe options individually.
250
251 2018-03-19 Tom Tromey <tom@tromey.com>
252
253 * observer.texi: Remove.
254
255 2018-03-04 John Baldwin <jhb@FreeBSD.org>
256
257 * gdb.texinfo (Debugging Output): Document "set/show debug
258 fbsd-nat".
259
260 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.texinfo (Machine Code): Additional information about "info
263 line" command.
264
265 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
266
267 * gdb.texinfo (gdb-add-index man): Add pindex.
268
269 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
270
271 * gdb.texinfo (set cwd): Add period.
272 (gdb-add-index man): Move anchor.
273
274 2017-01-12 Tom Tromey <tom@tromey.com>
275 Sergio Durigan Junior <sergiodj@redhat.com>
276
277 * gdb.texinfo (Index Files): Mention gdb-add-index.
278 (gdb-add-index man): New section.
279 * Makefile.in (gdb-add-index.1): New rule to generate manpage
280 from gdb.texinfo.
281
282 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
283
284 * gdb.texinfo (pwd): Fix whitespace.
285
286 2018-01-09 John Baldwin <jhb@FreeBSD.org>
287
288 * gdb.texinfo (pwd): Update cross-reference for Process Information
289 node and remove explicit /proc reference.
290 (Native): Rename subsection from SVR4 Process Information to
291 Process Information.
292 (Process Information): Reword introduction to be less /proc
293 centric. Document support for "info proc" on FreeBSD.
294
295 2018-01-03 Xavier Roirand <roirand@adacore.com>
296
297 * gdb.texinfo (Set Catchpoints): Add documentation for new
298 "catch handlers" action.
299
300 2017-12-27 Stafford Horne <shorne@gmail.com>
301
302 * gdb.texinfo (Target Description Format): Explain that arbitrary
303 strings are now allowed for register groups.
304
305 2017-12-27 Stafford Horne <shorne@gmail.com>
306
307 * gdb.texinfo (Registers): Document info reg $reggroup feature.
308
309 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
310
311 PR cli/16224
312 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
313
314 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
315
316 * python.texi (Manipulating breakpoints using Python): Document
317 qualified parameter to gdb.Breakpoint.
318
319 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
320
321 * python.texi (Manipulating breakpoints using Python): Split doc
322 of Breakpoint.__init__ in two, split text in multiple
323 paragraphs, don't nest parameter square brackets.
324
325 2017-12-12 Stafford Horne <shorne@gmail.com>
326 Stefan Wallentowitz <stefan@wallentowitz.de>
327 Franck Jullien <franck.jullien@gmail.com>
328 Jeremy Bennett <jeremy.bennett@embecosm.com>
329
330 * gdb.texinfo: Add OpenRISC documentation.
331
332 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
335
336 2017-12-07 Keith Seitz <keiths@redhat.com>
337
338 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
339 and "show print type nested-type-limit".
340
341 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
342
343 * python.texi (Breakpoints In Python): Add text relating
344 to allowed explicit locations and keywords in gdb.Breakpoints.
345
346 2017-12-04 Tom Tromey <tom@tromey.com>
347
348 * gdb.texinfo (Rust): Update trait object status
349
350 2017-12-01 Andrew Cagney <cagney@redhat.com>
351 Joel Brobecker <brobecker@adacore.com>
352 Sergio Durigan Junior <sergiodj@redhat.com>
353
354 * gdb.texinfo (File Options): Document --readnever.
355 (Commands to Specify Files): Likewise, for 'symbol-file' and
356 'add-symbol-file'.
357
358 2017-11-29 Pedro Alves <palves@redhat.com>
359
360 PR c++/19436
361 * gdb.texinfo (Debugging C Plus Plus): Document setting
362 breakpoints in functions with ABI tags.
363
364 2017-11-29 Pedro Alves <palves@redhat.com>
365
366 * gdb.texinfo (Linespec Locations): Document how "function" is
367 interpreted in C++ and Ada. Document "-qualified".
368 (Explicit Locations): Document how "-function" is interpreted in
369 C++ and Ada. Document "-qualified".
370
371 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
372
373 PR gdb/21945
374 * gdb.texinfo (Search Memory): Update description and example
375 about how to search a string without NULL terminator.
376
377 2017-11-24 Joel Brobecker <brobecker@adacore.com>
378
379 * gdb.texinfo (GDB/MI Ada Exception Information): Document
380 new "exception-message" field.
381
382 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
383
384 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
385
386 2017-11-24 Pedro Alves <palves@redhat.com>
387
388 * gdb.texinfo (Completion): Update need-quoting examples. Remove
389 false claim that GDB inserts quoting automatically.
390 (Symbols): Add anchor.
391
392 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
393
394 * gdb.texinfo (Requirements): Document use of GNU MPFR.
395
396 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
397
398 * python.texi (Basic Python): Add rbreak documentation.
399
400 2017-11-07 Xavier Roirand <roirand@adacore.com>
401 Pedro Alves <palves@redhat.com>
402
403 * gdb.texinfo (Set Breaks): Document support for breakpoint
404 location ranges in the enable/disable commands.
405
406 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
407
408 * gdb.texinfo (Starting your Program) <The working directory.>:
409 Mention remote debugging.
410 (Working Directory) <Your Program's Working Directory>:
411 Likewise.
412 (Connecting) <Remote Packet>: Add "set-working-dir"
413 and "QSetWorkingDir" to the table.
414 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
415 packet.
416
417 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
418
419 * gdb.texinfo (Starting your Program) <The working directory.>:
420 Mention new "set cwd" command.
421 (Working Directory) <Your Program's Working Directory>:
422 Rephrase to explain that "set cwd" exists and is the default
423 way to change the inferior's cwd.
424
425 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
426
427 * gdb.texinfo (S/390 and System z Features): Document the new
428 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
429
430 2017-09-21 Kevin Buettner <kevinb@redhat.com>
431
432 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
433 attribute.
434
435 2017-09-21 Kevin Buettner <kevinb@redhat.com>
436
437 * python.texi (Inferiors In Python): Add description for method
438 Inferior.thread_from_thread_handle.
439
440 2017-09-19 John Baldwin <jhb@FreeBSD.org>
441
442 * gdb.texinfo (Starting your Program): Add description of
443 starti command. Mention starti command as an alternative for
444 debugging the elaboration phase.
445
446 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
447
448 * gdb.texinfo (Maintenance Commands): Document filter parameter
449 of "maint selftest". Document "maint info selftests" command.
450
451 2017-09-11 Tom Tromey <tom@tromey.com>
452
453 * python.texi (Events In Python): Document new events.
454
455 2017-09-04 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
458 no-debug-info variables.
459 (Symbols) <Examining the Symbol Table>: Document inspecting
460 no-debug-info types.
461 (Calling) <Calling functions with no debug info>: New subsection,
462 documenting calling no-debug-info functions.
463 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
464
465 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
466
467 * gdb.texinfo (set environment): Add @anchor. Explain that
468 environment variables set by the user are sent to GDBserver.
469 (unset environment): Likewise, but for unsetting variables.
470 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
471 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
472 "environment-reset" and "QEnvironmentReset" to the table.
473 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
474 QEnvironmentReset>: New item, explaining the packet.
475
476 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
477
478 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
479 "Compiler search for the compile command" descriptions of set
480 compile-gcc and show compile-gcc.
481
482 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
483
484 * gdb.texinfo (Architectures): Add new Sparc64 section to document
485 ADI support.
486 * NEWS: Add "adi examine" and "adi assign" commands.
487
488 2017-08-18 Yao Qi <yao.qi@linaro.org>
489
490 * gdb.texinfo (Server): Document "--selftest".
491
492 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
493
494 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
495 Single-Key mode.
496
497 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
498
499 PR gdb/21925
500 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
501 set...").
502
503 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
504
505 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
506 conditional expression.
507
508 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
509
510 * agentexpr.texi (rot): Fix symbolic description, improve
511 textual description.
512
513 2017-07-26 Yao Qi <yao.qi@linaro.org>
514
515 * gdb.texinfo (Maintenance Commands): Document command
516 "maint check xml-descriptions".
517
518 2017-07-26 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.texinfo (Maintenance Commands): Document optional
521 argument of "maint print c-tdesc".
522
523 2017-07-18 Yao Qi <yao.qi@linaro.org>
524
525 * gdb.texinfo (Maintenance Commands): Improve the doc to
526 command "maint print c-tdesc".
527
528 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
529
530 PR gdb/21606
531 * python.texi (Python representation of Symbols.): Replace
532 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
533 * guile.texi (Guile representation of Symbols.): Likewise.
534
535 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
536
537 * gdb.texinfo (Optional Messages about Internal Happenings):
538 Document {set,show} debug separate-debug-file commands.
539
540 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
541
542 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
543 (Connecting) <Remote Packet>: Add "startup-with-shell"
544 and "QStartupWithShell" to the table.
545 (Remote Protocol) <QStartupWithShell>: New item, explaining the
546 packet.
547
548 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
549
550 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
551
552 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
553
554 * python.texi (Recording in Python): Factor out the documentation of
555 gdb.RecordInstruction's super class.
556
557 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
558
559 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
560 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
561 prev and next.
562
563 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
564
565 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
566 gdb.RecordInstruction
567
568 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
569
570 * python.texi (Recording in Python): Add documentation for
571 gdb.RecordGap and remove documentation of special cases for
572 gdb.BtraceInstruction.
573
574 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
575
576 * python.texi (Recording in Python): Remove Record.ptid defvar.
577
578 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
579
580 * gdb.texinfo (GDB/MI Thread Information): Add missing
581 fields, re-word some things.
582 (GDB/MI Thread Commands): Describe fields found in the output of
583 -thread-info, remove description of fields in the
584 thread output tuple, replace with a cross-reference to "GDB/MI
585 Thread Information".
586
587 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
588
589 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
590 from -thread-info output.
591
592 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
593
594 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
595
596 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
597
598 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
599
600 2017-03-22 Yao Qi <yao.qi@linaro.org>
601
602 * python.texi (Inferiors In Python): Remove @code from Python.
603
604 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
605
606 * python.texi (Recordings In Python): Document return type of
607 gdb.BtraceInstruction.data.
608
609 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
610
611 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
612 command file-list-shared-libraries
613 (GDB/MI Async Records): Update documentation of library-loaded with new
614 field.
615
616 2017-03-16 Doug Evans <dje@google.com>
617
618 * guile.texi (Lazy Strings In Guile): Mention arrays.
619 * python.texi (Lazy Strings In Python): Ditto.
620
621 2017-03-08 Jiong Wang <jiong.wang@arm.com>
622
623 * gdb.texinfo (Memory Protection Extensions): Add missing escape
624 character "@".
625
626 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
627
628 * Memory Protection Extensions: Add information about inferior
629 calls.
630
631 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
634 DW_TAG_GNU_* and DW_AT_GNU_*.
635
636 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
637
638 * python.texi (Recordings In Python): New section.
639
640 2017-02-14 Tom Tromey <tom@tromey.com>
641
642 PR python/13598:
643 * python.texi (Events In Python): Document events.before_prompt.
644
645 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
646
647 * gdb.texinfo (Target Commands): Document the optional offset
648 argument for the load command.
649
650 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
651
652 PR gdb/21122
653 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
654 space-separated breakpoint lists. Also add a missing @table command
655 and @cindex for breakpoint lists.
656
657 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
658
659 PR tdep/20936
660 * gdb.texinfo: (Standard Target Features): Document SPARC features.
661 (Sparc Features): New node.
662
663 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
664
665 * gdb.texinfo (i386 Features): Add system segment registers
666 as feature.
667
668 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
669
670 * python.texi (Events In Python): Fix typo.
671
672 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
673 Luis Machado <lgustavo@codesourcery.com>
674
675 * gdb.texinfo (-target-flash-erase): New MI command description.
676 (flash-erase): New CLI command description.
677
678 2017-01-04 John Baldwin <jhb@FreeBSD.org>
679
680 * gdb.texinfo (Contributors): Add SRI International and University
681 of Cambridge for FreeBSD/mips.
682
683 2016-12-22 Doug Evans <xdje42@gmail.com>
684
685 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
686 commands.
687
688 2016-12-02 Pedro Alves <palves@redhat.com>
689
690 * gdb.texinfo (User-defined Commands): Limit on number of
691 arguments passed to user-defined commands removed; update.
692
693 2016-12-02 Pedro Alves <palves@redhat.com>
694
695 PR cli/20559
696 * gdb.texinfo (Define): Add example of using "eval" to process a
697 variable number of arguments.
698 (Output) <eval>: Add anchor.
699
700 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
701
702 * Makefile.in: Likewise.
703
704 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
705
706 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
707 xref.
708
709 2016-10-29 Pedro Alves <palves@redhat.com>
710
711 * gdb.texinfo (Packets) <vCont>: Remove mention of default
712 actions.
713
714 2016-10-26 Pedro Alves <palves@redhat.com>
715
716 * gdb.texinfo (Packets): Clarify vCont packets with multiple
717 actions that match a thread, and what happens when an action
718 matches a thread that is already running.
719
720 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
721
722 * gdb.texinfo (Using Trace Files): Fix typo.
723 (GDB/MI Tracepoint Commands): Likewise.
724
725 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
726
727 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
728 of -trace-save.
729
730 2016-10-06 Tom Tromey <tom@tromey.com>
731
732 * guile.texi (Types In Guile): Remove Java mentions.
733 * python.texi (Types In Python): Remove Java mentions.
734 * gdb.texinfo (Address Locations, Supported Languages)
735 (Index Section Format): Remove Java mentions.
736
737 2016-08-15 Doug Evans <dje@google.com>
738
739 * gdb.texinfo (Target Description Format): Update docs on "end"
740 field spec and field default type.
741
742 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
743 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
744
745 PR gdb/20487
746 * gdb.texinfo (Context management): Update mention of frame
747 change notifications.
748 (gdb/mi Async Records): Document frame field in
749 =thread-select event.
750 * observer.texi (GDB Observers): New user_selected_context_changed
751 observer.
752
753 2016-09-28 Tom Tromey <tom@tromey.com>
754
755 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
756 than "memory breakpoint". Further document "kind". Move
757 protocol-details link earlier.
758 <z1>: Document the cmd_list argument. Fix typo.
759 <g>: Remove incorrect sentence.
760 (Stop Reply Packets): Document "OK" response to requests when in
761 non-stop mode.
762 <swbreak>: Use "software breakpoint" rather than "memory
763 breakpoint".
764 <create>: Document that "R" is ignored.
765 <W, X, w>: Document formatting of "AA".
766 (Notification Packets): Use "%Stop", not "%%Stop".
767
768 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
769
770 * gdb.texinfo (Embedded Processors): Document ARC.
771 (Synopsys ARC): New section.
772 (Standard Target Features): Document ARC features.
773 (ARC Features): New section.
774
775 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
776
777 * .gitignore: New file.
778
779 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
780
781 * gdb.texinfo (Input/Output): Mention possibility to unset
782 inferior-tty.
783
784 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
785
786 * gdb.texinfo: Resume btrace on reconnect.
787
788 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
789
790 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
791 syscall.
792
793 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
794
795 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
796 command.
797
798 2016-07-13 Tom Tromey <tom@tromey.com>
799
800 PR python/15620, PR python/18620:
801 * python.texi (Events In Python): Document new breakpoint events.
802
803 2016-07-13 Tom Tromey <tom@tromey.com>
804
805 PR python/17698:
806 * python.texi (Breakpoints In Python): Document
807 Breakpoint.pending.
808
809 2016-07-13 Tom Tromey <tom@tromey.com>
810
811 * python.texi (Breakpoints In Python): Move table of types and
812 table of watchpoint types earlier in node.
813
814 2016-07-12 Tom Tromey <tom@tromey.com>
815
816 PR python/19293:
817 * python.texi (Frames In Python): Document
818 gdb.invalidate_cached_frames.
819
820 2016-06-21 Pedro Alves <palves@redhat.com>
821
822 * gdb.texinfo (Interpreters): Update intepreter-exec section,
823 document new-ui and explain use case.
824
825 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
826
827 * gdb.texinfo (Standard Target Features): Document NDS32 features.
828 (NDS32 Features): New Section.
829
830 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
831
832 * gdb.texinfo (Examining Memory): Document negative repeat
833 count in the 'x' command.
834
835 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
836
837 * gdb.texinfo (GDB/MI Async Records): Document method and
838 format fields in =record-started.
839 * observer.texi (record_changed): Add method and format
840 parameters.
841
842 2016-05-27 Eli Zaretskii <eliz@gnu.org>
843
844 * gdb.texinfo (General Query Packets): Move the description of the
845 response before the long list of the specific 'read' and 'write'
846 requests.
847
848 2016-05-23 Tom Tromey <tom@tromey.com>
849
850 * python.texi (Basic Python): Document gdb.breakpoints return.
851
852 2016-05-24 Tom Tromey <tom@tromey.com>
853
854 PR gdb/19194:
855 * gdb.texinfo (gdb man): Fix typo.
856
857 2016-05-17 Tom Tromey <tom@tromey.com>
858
859 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
860 (Rust): New node.
861
862 2016-05-17 Tom Tromey <tom@tromey.com>
863
864 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
865
866 2016-04-27 Yao Qi <yao.qi@linaro.org>
867
868 * gdb.texinfo (tfind): Complete doc about tfind without
869 argument.
870
871 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
872
873 * agentexpr.texi (byte): Fix zero_ext description.
874
875 2016-03-31 Pedro Alves <palves@redhat.com>
876
877 * gdb.texinfo (M32R/SDI): Delete node.
878 (MIPS Embedded): Remove references to the MIPS remote debugging
879 protocol, PMON and variants, and the associated commands.
880
881 2016-03-15 Doug Evans <dje@google.com>
882
883 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
884 (Target Description Format): Mention enum types. Update docs on
885 flags types.
886 (Predefined Target Types): Add "bool".
887 (Enum Target Types): New node.
888
889 2016-03-15 Pedro Alves <palves@redhat.com>
890
891 * gdb.texinfo (Tracepoint Actions): Fix typo.
892
893 2016-03-15 Pedro Alves <palves@redhat.com>
894 Andreas Arnez <arnez@linux.vnet.ibm.com>
895 Marcin Kościelnicki <koriakin@0x04.net>
896
897 * gdb.texinfo (Tracepoint Actions): Document possible
898 unreliability of '$_ret'.
899
900 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * gdb.texinfo (Symbols): Document new 'maint info line-table'
903 command.
904
905 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
906
907 * gdb.texinfo (Convenience Functions): Document $_as_string.
908
909 2016-02-23 Doug Evans <dje@google.com>
910
911 * gdb.texinfo (Skipping Over Functions and Files): Document new
912 options to "skip" command. Update docs of output of "info skip".
913
914 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
915
916 * gdb.texinfo (Signals): Add bound violation display hints for
917 a SIGSEGV.
918
919 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
920
921 * gdb.texinfo (Trace File Format): Add documentation for description
922 section lines.
923
924 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
925
926 * gdb.texinfo (Trace File Format): Remove misleading information
927 about register block ordering.
928
929 2016-02-01 Doug Evans <dje@google.com>
930
931 * gdb.texinfo (Value Sizes): Fix typo.
932
933 2016-02-01 Doug Evans <dje@google.com>
934
935 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
936
937 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.texinfo (Value Sizes): New section.
940 (Data): Add the 'Value Sizes' node to the menu.
941
942 2016-01-26 John Baldwin <jhb@FreeBSD.org>
943
944 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
945
946 2016-01-19 John Baldwin <jhb@FreeBSD.org>
947
948 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
949
950 2016-01-18 Pedro Alves <palves@redhat.com>
951
952 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
953 of the thread that hit a breakpoint or received a signal.
954
955 2016-01-15 Pedro Alves <palves@redhat.com>
956
957 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
958
959 2016-01-13 Pedro Alves <palves@redhat.com>
960
961 * gdb.texinfo (Threads): Document the $_gthread convenience
962 variable.
963 (Convenience Vars): Likewise.
964
965 2016-01-13 Pedro Alves <palves@redhat.com>
966
967 * gdb.texinfo (Threads): Document "info threads -gid".
968
969 2016-01-13 Pedro Alves <palves@redhat.com>
970
971 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
972 anchor.
973 (Threads In Python): Document new InferiorThread.global_num
974 attribute.
975
976 2016-01-07 Pedro Alves <palves@redhat.com>
977
978 * gdb.texinfo (Threads): Document per-inferior thread IDs,
979 qualified thread IDs, global thread IDs and thread ID lists.
980 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
981 thread IDs.
982 (Convenience Vars): Document the $_thread convenience variable.
983 (Ada Tasks): Adjust to refer to thread IDs.
984 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
985 Commands, GDB/MI Variable Objects): Update to mention global
986 thread IDs.
987 * guile.texi (Breakpoints In Guile)
988 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
989 global thread IDs instead of thread IDs.
990 * python.texi (Threads In Python): Adjust documentation of
991 InferiorThread.num.
992 (Breakpoint.thread): Mention global thread IDs instead of thread
993 IDs.
994
995 2016-01-13 Pedro Alves <palves@redhat.com>
996
997 * python.texi (Threads In Python): Document
998 InferiorThread.inferior.
999
1000 2016-01-13 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1003 convenience variable.
1004 (Convenience Vars): Likewise.
1005
1006 2016-01-12 Josh Stone <jistone@redhat.com>
1007 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1008
1009 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1010 (Stop Reply Packets): List the syscall entry and return stop reasons.
1011 (General Query Packets): Describe QCatchSyscalls, and add it to the
1012 table and the detailed list of stub features.
1013
1014 2016-01-12 Pedro Alves <palves@redhat.com>
1015
1016 Remove use of the registered trademark symbol throughout.
1017
1018 2016-01-12 Yao Qi <yao.qi@linaro.org>
1019
1020 * gdb.texinfo (Interrupts): Update the document on handling
1021 interrupt when program is stopped.
1022
1023 2015-12-11 Don Breazeal <donb@codesourcery.com>
1024
1025 * gdb.texinfo (Forks): Correct Linux kernel version where
1026 fork and exec events are supported, add notes about support
1027 of these events in target remote mode.
1028 (Connecting): Reorganize and clarify distinctions between
1029 target remote, extended-remote, and multiprocess.
1030 Reorganize related text from separate sections into new
1031 sections.
1032 (Server): Note effects of target extended-remote mode.
1033 Delete section on Multi-Process Mode for gdbserver.
1034 Move some text to "Connecting" node.
1035
1036 2015-12-10 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.texinfo (Threads): Replace warning with explanation
1039 about single-threaded programs.
1040
1041 2015-12-10 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.texinfo (Threads): Remove mention of SGI.
1044 (Forks): Remove mention of HP-UX.
1045 (Breakpoints): Remove mention of HP-UX.
1046 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1047 Reword in terms of architectures.
1048 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1049 mention supported systems.
1050 (Convenience Vars): Don't mention HP-UX.
1051 (Jumping): Remove mention of HP-UX in comment.
1052 (Files) <shared libraries>: Update supported shared library types
1053 list. Remove mention of HP-UX.
1054 (Native): Remove HP-UX subsection.
1055 (SVR4 Process Information): Remove mention of HP-UX.
1056
1057 2015-12-10 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.texinfo (Stack): Reorder menu.
1060
1061 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1062
1063 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1064 -var-set-format's new zero-hexadecimal format.
1065
1066 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
1067
1068 * gdb.texinfo (Ada Mode Into): Move overloading support
1069 description to its own node.
1070 (Overloading support for Ada): New node.
1071
1072 2015-11-30 Pedro Alves <palves@redhat.com>
1073
1074 PR 14618
1075 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1076 (Remote Configuration): Add the "set/show remote
1077 no-resumed-stop-reply" to the available settings table.
1078 (General Query Packets): Document the "no-resumed" qSupported
1079 feature.
1080
1081 2015-11-30 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.texinfo (Remote Configuration): List "set/show remote
1084 thread-events" command in configuration table.
1085 (Stop Reply Packets): Document "T05 create" stop
1086 reason and 'w' stop reply.
1087 (General Query Packets): Document QThreadEvents packet. Document
1088 QThreadEvents qSupported feature.
1089
1090 2015-11-30 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1093 anchor.
1094 (Packets): Document vCtrlC.
1095
1096 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1097
1098 * gdb.texinfo (Thread List Format): Mention thread names.
1099
1100 2015-11-24 Pedro Alves <palves@redhat.com>
1101
1102 PR 17539
1103 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1104 program-spaces" example to ascending order listing.
1105 (Threads): Adjust "info threads" example to ascending order
1106 listing.
1107 (Forks): Adjust "info inferiors" example to ascending order
1108 listing.
1109
1110 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
1111
1112 * gdb.texinfo (Process Record and Replay): Document "record
1113 instruction-history" modifiers.
1114
1115 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1116
1117 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1118 description.
1119 (Frame Filter Management): Move to later in the 'Examining the
1120 Stack' chapter.
1121 (Selection): Add entry for 'select-frame'.
1122
1123 2015-09-25 Doug Evans <dje@google.com>
1124
1125 * gdb.texinfo (Process Record and Replay): Fix syntax of
1126 "record instruction-history begin, end" and
1127 "record function-call-history begin, end".
1128
1129 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
1130
1131 * gdb.texinfo (Specifying Source Directories): Fix
1132 substitute-path example.
1133
1134 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1135
1136 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1137
1138 2015-09-15 Pedro Alves <palves@redhat.com>
1139
1140 PR remote/18965
1141 * gdb.texinfo (Stop Reply Packets): Revert previous change to
1142 the vforkdone description.
1143
1144 2015-09-15 Pedro Alves <palves@redhat.com>
1145
1146 PR remote/18965
1147 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1148 part indicates the thread ID of the parent process.
1149
1150 2015-09-15 Yao Qi <yao.qi@linaro.org>
1151
1152 * gdb.texinfo (General Query Packets): Add vContSupported to
1153 tables of 'gdbfeatures' and 'stub features' supported in the
1154 qSupported packet, as well as to the list containing stub
1155 feature details.
1156
1157 2015-09-11 Don Breazeal <donb@codesourcery.com>
1158
1159 * gdb.texinfo (Remote Configuration): Add exec event
1160 feature to table of packet settings.
1161 (Stop Reply Packets): Add exec events to the list of stop
1162 reasons.
1163 (General Query Packets): Add exec events to tables of
1164 'gdbfeatures' and 'stub features' supported in the qSupported
1165 packet, as well as to the list containing stub feature
1166 details.
1167
1168 2015-08-24 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.texinfo (Remote Configuration): Document the "set/show
1171 remote multiprocess-extensions-packet" commands.
1172
1173 2015-08-24 Pedro Alves <palves@redhat.com>
1174
1175 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1176 <M32R>: Remove references to M32R/D.
1177 <M68K>: Remove references to target dbug.
1178 <MIPS Embedded>: Remove references to target r3900 and target
1179 array.
1180 <PowerPC Embedded>: Remove references to target dink32 and target
1181 ppcbug, target sds
1182 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1183
1184 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1187
1188 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1191
1192 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.texinfo (Maintenance Commands): Move documentation of "main
1195 info bfds" to...
1196 (File Caching): A New section. Outline bfd caching, and add new
1197 description for "main set/show bfd-sharing".
1198
1199 2015-08-14 Doug Evans <xdje42@gmail.com>
1200
1201 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1202 disassembly.
1203 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1204
1205 2015-08-11 Keith Seitz <keiths@redhat.com>
1206
1207 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1208 Use "location(s)"instead of "linespec(s)".
1209 (Specifying a Location): Rewrite.
1210 Add subsections describing linespec, address, and explicit locations.
1211 Add node/menu for each subsection.
1212 (Source and Machine Code, C Preprocessor Macros)
1213 (Create and Delete Trace points)
1214 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1215 (Continuing at a Different Address): Remove "linespec" examples.
1216 Add reference to "Specify a Location"
1217 (The -break-insert Command): Rewrite. Add anchor.
1218 Add reference to appropriate manual section discussing locations.
1219 (The -dprintf-insert Command): Refer to -break-insert for
1220 specification of 'location'.
1221
1222 2015-08-07 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.texinfo (Maintenance Commands): Document "maint set/show
1225 target-non-stop".
1226
1227 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1228
1229 * gdb.texinfo (Process Record and Replay): Document prefixing of
1230 speculatively executed instructions in the "record instruction-history"
1231 command.
1232
1233 2015-07-20 Doug Evans <dje@google.com>
1234
1235 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1236
1237 2015-07-16 Doug Evans <dje@google.com>
1238
1239 * stabs.texinfo: @include gdb-cfg.texi.
1240
1241 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1242
1243 Revert the previous 2 commits:
1244 gdbserver build-id attribute generator
1245 Validate symbol file using build-id
1246
1247 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1248
1249 * gdb.texinfo (Files): Add 'set validate-build-id'
1250 and 'show validate-build-id'.
1251
1252 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1253 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 gdbserver build-id attribute generator.
1256 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1257 'build-id' in description, example, new attribute in dtd.
1258
1259 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.texinfo (Selection): Update documentation for 'frame'
1262 command.
1263
1264 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1267 commands.
1268
1269 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1270
1271 * gdb.texinfo (Process Record and Replay): Spell out that variables
1272 and registers are not available during btrace replay.
1273 Describe the new "record btrace pt" command.
1274 Describe the new "set|show record btrace pt buffer-size" options.
1275 (General Query Packets): Describe the new Qbtrace:pt and
1276 Qbtrace-conf:pt:size packets.
1277 Expand "bts" to "Branch Trace Store".
1278 Update the branch trace DTD.
1279
1280 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1281
1282 * gdb.texinfo (Command History): Document the new option
1283 "history remove-duplicates".
1284
1285 2015-06-19 Doug Evans <dje@google.com>
1286
1287 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1288 longer supported.
1289
1290 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1291
1292 * gdb.texinfo (Command History): Mention that setting
1293 GDBHISTSIZE to the empty string disables history truncation.
1294
1295 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1296
1297 PR gdb/16999
1298 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1299 behavior.
1300
1301 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1302
1303 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1304 with GDBHISTSIZE.
1305
1306 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1307
1308 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1309 bytes and memory units for -data-{read,write}-memory-bytes.
1310 (Packets): Same for m, M and X packets.
1311 * python.texi (Inferiors In Python): Same for read_memory and
1312 write_memory.
1313
1314 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1315
1316 * gdb.texinfo (Separate Debug Files): Document that PE is also
1317 supported.
1318
1319 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1322 single table entry.
1323
1324 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1325
1326 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1327
1328
1329 2015-06-10 Gary Benson <gbenson@redhat.com>
1330
1331 * gdb.texinfo (Remote Configuration): Document the
1332 "set/show remote hostio-setfs-packet" command.
1333 (Host I/O Packets): Document the vFile:setfs packet.
1334
1335 2015-06-10 Gary Benson <gbenson@redhat.com>
1336
1337 * gdb.texinfo (Debugging Output): Document the "set/show debug
1338 linux-namespaces" command.
1339
1340 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1341 Mircea Gherzan <mircea.gherzan@intel.com>
1342
1343 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1344 and "set mpx bound".
1345
1346 2015-05-27 Doug Evans <dje@google.com>
1347
1348 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1349
1350 2015-05-26 Doug Evans <dje@google.com>
1351
1352 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1353 command renamings.
1354 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1355
1356 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1359
1360 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1363 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1364
1365 2015-05-16 Doug Evans <xdje42@gmail.com>
1366
1367 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1368 memory ports.
1369
1370 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1371
1372 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1373
1374 2015-05-12 Don Breazeal <donb@codesourcery.com>
1375
1376 * gdb.texinfo (Forks): Note that fork debugging is
1377 supported in extended mode.
1378 (Remote Configuration): Add fork event features to table
1379 of packet settings.
1380 (Stop Reply Packets): Add fork events to list of stop reasons.
1381 (General Query Packets): Add fork events to tables of
1382 'gdbfeatures' and 'stub features' supported in the qSupported
1383 packet, as well as to the list containing stub feature
1384 details.
1385
1386 2015-05-12 Gary Benson <gbenson@redhat.com>
1387
1388 * gdb.texinfo (General Query Packets): Document
1389 qXfer:exec-file:read with empty annex.
1390
1391 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1392
1393 * python.texi (Values From Inferior): Add descriptions of new
1394 methods gdb.Value.reference_value and gdb.Value.const_value.
1395
1396 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.texinfo (Files): Add "info dll" documentation.
1399 (Cygwin Native): Remove "info dll" documentation.
1400
1401 2015-04-29 Doug Evans <dje@google.com>
1402
1403 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1404 Document.
1405 (Writing an Xmethod): Add get_result_type to example.
1406
1407 2015-04-28 Sasha Smundak <asmundak@google.com>
1408
1409 * python.texi: New method documented.
1410
1411 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1414 format.
1415
1416 2015-04-24 Doug Evans <dje@google.com>
1417
1418 * python.texi (Xmethods In Python): Fix name of method to call the
1419 xmethod.
1420
1421 2015-04-17 Gary Benson <gbenson@redhat.com>
1422
1423 * gdb.texinfo (Connecting to a Remote Target): Mention that
1424 GDB can access program files from remote targets that support
1425 qXfer:exec-file:read and Host I/O packets.
1426
1427 2015-04-17 Gary Benson <gbenson@redhat.com>
1428
1429 * gdb.texinfo (Remote Configuration): Document the "set/show
1430 remote pid-to-exec-file-packet" command.
1431 (General Query Packets): Document the qXfer:exec-file:read
1432 qSupported features. Document the qXfer:exec-file:read packet.
1433
1434 2015-04-17 Gary Benson <gbenson@redhat.com>
1435
1436 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1437 applies to executable paths if supplied to GDB as absolute.
1438
1439 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 * gdb.texinfo (Mode Options): Remove -xdb.
1442
1443 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1444 Eli Zaretskii <eliz@gnu.org>
1445
1446 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1447 compile, show debug compile. New subsection Compilation options for
1448 the compile command. New subsection Compiler search for the compile
1449 command.
1450
1451 2015-04-09 Andy Wingo <wingo@igalia.com>
1452
1453 * guile.texi (Frames In Guile): Describe frame-read-register.
1454
1455 2015-04-02 Gary Benson <gbenson@redhat.com>
1456
1457 * gdb.texinfo (set sysroot): Document "target:".
1458
1459 2015-04-01 Sasha Smundak <asmundak@google.com>
1460
1461 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1462 section.
1463
1464 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1465
1466 PR corefiles/16092
1467 * gdb.texinfo (gcore): Mention new command 'set
1468 use-coredump-filter'.
1469 (set use-coredump-filter): Document new command.
1470
1471 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1472
1473 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1474 documentation, reorder the info os entries in alphabetical order.
1475
1476 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1477
1478 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1479 -data-write-memory-bytes.
1480
1481 2015-03-24 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1484 mention that threads may sometimes run unlocked.
1485
1486 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1487
1488 * gdb.texinfo (Remote configuration): Document "set/show
1489 serial parity" command.
1490
1491 2015-03-18 Gary Benson <gbenson@redhat.com>
1492
1493 * gdb.texinfo (General Query Packets): Remove documentation
1494 for now-removed vFile:fstat qSupported features.
1495
1496 2015-03-11 Gary Benson <gbenson@redhat.com>
1497
1498 * gdb.texinfo (Remote Configuration): Document the
1499 "set/show remote hostio-fstat-packet" command.
1500 (General Query Packets): Document the vFile:fstat
1501 qSupported features.
1502 (Host I/O Packets): Document the vFile:fstat packet.
1503
1504 2015-03-11 Andy Wingo <wingo@igalia.com>
1505
1506 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1507
1508 2015-03-04 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.texinfo (Remote Configuration): Document the "set/show
1511 remote swbreak-feature-packet" and "set/show remote
1512 hwbreak-feature-packet" commands.
1513 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1514 decription.
1515 (Stop Reply Packets): Document the swbreak and hwbreak stop
1516 reasons.
1517 (General Query Packets): Document the swbreak and hwbreak
1518 qSupported features.
1519 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1520
1521 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1522
1523 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1524 under *stopped.
1525
1526 2015-03-02 Doug Evans <xdje42@gmail.com>
1527
1528 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1529
1530 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1531
1532 * gdb.texinfo (S/390 and System z Features): Describe new feature
1533 "org.gnu.gdb.s390.vx".
1534
1535 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1536
1537 PR gdb/18008
1538 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1539 demangler-warning): Fix typo ("problam").
1540
1541 2015-02-19 David Taylor <dtaylor@emc.com>
1542
1543 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1544
1545 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1546
1547 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1548 point, DTrace'.
1549 (Static Probe Points): Modified to cover DTrace probes in addition
1550 to SystemTap probes. Also modified to cover the `enable probe'
1551 and `disable probe' commands.
1552
1553 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1554
1555 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1556 `disable probe' commands.
1557
1558 2015-02-12 David Taylor <dtaylor@emc.com>
1559
1560 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1561 fields of the QTDV packet.
1562
1563 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1564
1565 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1566 (Process Record and Replay): Describe new set|show commands.
1567 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1568
1569 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1570
1571 * gdb.texinfo (Process Record and Replay): Describe the "record
1572 btrace bts" command.
1573 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1574 (Branch Trace Configuration Format): New.
1575
1576 2015-01-31 Gary Benson <gbenson@redhat.com>
1577 Doug Evans <dje@google.com>
1578
1579 * gdb.texinfo (Command Completion): Document new
1580 "set/show max-completions" option.
1581
1582 2015-01-31 Doug Evans <xdje42@gmail.com>
1583
1584 * gdb.texinfo (Symbols): Document new commands
1585 "maint print symbol-cache", "maint print symbol-cache-statistics",
1586 "maint flush-symbol-cache". Document new option
1587 "maint set symbol-cache-size".
1588
1589 2015-01-31 Doug Evans <xdje42@gmail.com>
1590
1591 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1592 distinguish script files vs inlined scripts.
1593 * python.texi (Python Auto-loading): Ditto.
1594
1595 2015-01-30 Doug Evans <dje@google.com>
1596
1597 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1598 string if present.
1599
1600 2015-01-27 Doug Evans <dje@google.com>
1601
1602 * python.texi (Objfiles In Python): Document Objfile.username.
1603
1604 2015-01-27 Doug Evans <dje@google.com>
1605
1606 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1607 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1608
1609 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1610
1611 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1612
1613 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1614
1615 * doc/gdb.texinfo (TUI Commands): Document the possible
1616 values of NAME argument to 'winheight' command. Explain the
1617 effect of 'tabset' setting better.
1618
1619 2015-01-11 Doug Evans <xdje42@gmail.com>
1620
1621 PR gdb/15830
1622 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1623 (Symbols): Ditto.
1624 (Maintenance Commands): Delete docs for "maint demangle".
1625
1626 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.texinfo (Files): Remove documentation of the
1629 "add-shared-symbol-files" and "assf" commands.
1630 (Cygwin Native): Remove documentation of the "dll-symbols"
1631 command.
1632
1633 2014-12-17 Doug Evans <xdje42@gmail.com>
1634
1635 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1636
1637 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1638 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.texinfo (Altering): Update.
1641 (Compiling and Injecting Code): New node.
1642
1643 2014-12-12 Doug Evans <dje@google.com>
1644
1645 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1646
1647 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1648
1649 * gdb.texinfo: Document "maint print user-registers".
1650
1651 2014-12-08 Doug Evans <dje@google.com>
1652
1653 * python.texi (Objfiles In Python): Document Objfile.owner.
1654
1655 2014-12-04 Doug Evans <dje@google.com>
1656
1657 * python.texi (Objfiles In Python): Document
1658 Objfile.add_separate_debug_file.
1659
1660 2014-12-04 Doug Evans <dje@google.com>
1661
1662 * python.texi (Objfiles In Python): Document Objfile.build_id.
1663
1664 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1665
1666 * python.texi (Events In Python): Document new events
1667 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1668 and RegisterChangedEvent.
1669
1670 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 Add add-auto-load-scripts-directory.
1673 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1674 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1675
1676 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1679 description typo.
1680
1681 2014-10-30 Doug Evans <dje@google.com>
1682
1683 * python.texi (Progspaces In Python): Document ability to add
1684 random attributes to gdb.Progspace objects.
1685 (Objfiles In Python): Document ability to add random attributes to
1686 gdb.objfile objects.
1687
1688 2014-10-27 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1691 info on stepping and signal handlers.
1692 (Signals): Explain stepping and signal handlers. Add context
1693 index entry, and cross references.
1694
1695 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1696
1697 * python.texi (Breakpoints In Python): Add parenthesis after
1698 Breakpoint.delete. Clarify Breakpoint.enabled description so
1699 that it contains "disable".
1700
1701 2014-10-17 Doug Evans <dje@google.com>
1702
1703 * python.texi (Events In Python): Document clear_objfiles event.
1704
1705 2014-10-17 Doug Evans <dje@google.com>
1706
1707 * python.texi (Objfiles In Python): Document new progspace attribute.
1708
1709 2014-10-17 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1712 (SVR4 Process Information): Delete mention of OSF/1.
1713
1714 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1715
1716 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1717 exit-code field in -list-thread-groups output.
1718
1719 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1720
1721 * gdb.texinfo (Set Breaks): Add missing "@end table".
1722
1723 2014-09-22 Pedro Alves <palves@redhat.com>
1724
1725 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1726 always-inserted off" is the default mode now. Delete
1727 documentation of "set breakpoint always-inserted auto".
1728
1729 2014-09-18 Doug Evans <dje@google.com>
1730
1731 * python.texi (Symbol Tables In Python): Document "producer"
1732 attribute of gdb.Symtab objects.
1733
1734 2014-09-16 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1737 (Embedded OS): Remove VxWorks menu entry.
1738 (VxWorks): Remove node.
1739
1740 2014-09-13 Doug Evans <xdje42@gmail.com>
1741
1742 * gdb.texinfo (Signaling): Document new queue-signal command.
1743
1744 2014-09-06 Doug Evans <xdje42@gmail.com>
1745
1746 PR 15276
1747 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1748 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1749
1750 2014-09-03 Justin Lebar <jlebar@google.com>
1751
1752 * python.texi (Types In Python): Type.template_argument(n) returns a
1753 gdb.Value or a gdb.Type and throws an exception if n is out of
1754 range.
1755
1756 2014-09-03 Sasha Smundak <asmundak@google.com>
1757
1758 * python.texi (Frames in Python): Add read_register description.
1759
1760 2014-08-04 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.texinfo (Debugging Output): Update for change to "set debug
1763 target".
1764
1765 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1766
1767 Pushed by Joel Brobecker <brobecker@adacore.com>.
1768 * Makefile.in (transform): New variable.
1769 (install-man1, install-man5): Apply $(transform) to man file names.
1770
1771 2014-07-26 Doug Evans <xdje42@gmail.com>
1772
1773 PR guile/17177
1774 * guile.texi (Guile Pretty Printing API): Fix typo.
1775 Document set-pretty-printers!, pretty-printers.
1776 (Selecting Guile Pretty-Printers): Update.
1777 Mention program-space based pretty-printers.
1778
1779 2014-07-25 Pedro Alves <palves@redhat.com>
1780 Eli Zaretskii <eliz@gnu.org>
1781
1782 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1783 with multi-threaded programs.
1784
1785 2014-06-27 Yao Qi <yao@codesourcery.com>
1786
1787 * gdb.texinfo (Maintenance Commands): Update the output of
1788 'maint print dummy-frames' command.
1789
1790 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1791
1792 * gdb.texinfo (Screen Size): Improve indexing.
1793
1794 2014-06-19 Gary Benson <gbenson@redhat.com>
1795
1796 * gdb.texinfo (Maintenance Commands): Document new
1797 "maint set/show catch-demangler-crashes" option.
1798
1799 2014-06-19 Gary Benson <gbenson@redhat.com>
1800
1801 * gdb.texinfo (Maintenance Commands): Document new
1802 "maint demangler-warning" command and new
1803 "maint set/show demangler-warning" option.
1804
1805 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1806
1807 * python.texi (Xmethod API): Add space before the opening
1808 parenthesis in function descriptions.
1809
1810 2014-06-06 Doug Evans <xdje42@gmail.com>
1811
1812 * guile.texi (Guile Configuration): Document guile-data-directory.
1813
1814 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1815
1816 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1817
1818 2014-06-04 Doug Evans <xdje42@gmail.com>
1819
1820 * guile.texi (Breakpoints In Guile): Update.
1821
1822 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1823
1824 * python.texi (Xmethod API): Fix reference to "Progspaces In
1825 Python".
1826
1827 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1828
1829 * python.texi (Xmethods In Python, XMethod API)
1830 (Writing an Xmethod): New nodes.
1831 (Python API): New menu entries "Xmethods In Python",
1832 "Xmethod API", "Writing an Xmethod".
1833
1834 2014-06-02 Doug Evans <xdje42@gmail.com>
1835
1836 * guile.texi (Guile API): Add entry for Parameters In Guile.
1837 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1838 (Parameters In Guile): New node.
1839
1840 2014-06-02 Doug Evans <xdje42@gmail.com>
1841
1842 * guile.texi (Guile API): Add entry for Commands In Guile.
1843 (Basic Guile) <parse-and-eval>: Add reference.
1844 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1845 (GDB Scheme Data Types): Mention <gdb:command> object.
1846 (Commands In Guile): New node.
1847
1848 2014-06-02 Doug Evans <xdje42@gmail.com>
1849
1850 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1851 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1852 (Progspaces In Guile): New node.
1853
1854 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1855
1856 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1857 * python.texi (Frames In Python): Mention
1858 gdb.FRAME_UNWIND_MEMORY_ERROR.
1859
1860 2014-05-29 Pedro Alves <palves@redhat.com>
1861 Tom Tromey <tromey@redhat.com>
1862
1863 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1864 from example.
1865 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1866 Mention that target-async is now deprecated.
1867 (Maintenance Commands): Document maint set/show target-async.
1868
1869 2014-05-29 Pedro Alves <palves@redhat.com>
1870
1871 * observer.texi (sync_execution_done, command_error): New
1872 subjects.
1873
1874 2014-05-29 Pedro Alves <palves@redhat.com>
1875
1876 PR gdb/13860
1877 * observer.texi (signal_received, end_stepping_range)
1878 (signal_exited, exited, no_history): New observer subjects.
1879
1880 2014-05-26 Andy Wingo <wingo@igalia.com>
1881
1882 * guile.texi (GDB Scheme Data Types): Remove documentation for
1883 removed interfaces. Update spelling of gdb-object-kind.
1884
1885 2014-05-26 Andy Wingo <wingo@igalia.com>
1886
1887 * guile.texi (Basic Guile): Fix some typos.
1888
1889 2014-05-26 Andy Wingo <wingo@igalia.com>
1890
1891 * guile.texi (Writing a Guile Pretty-Printer)
1892 (Guile Types Module): Fix excess parentheses in use-modules forms.
1893
1894 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1895
1896 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1897 (Breakpoints In Guile, Guile Printing Module)
1898 (Guile Exception Handling, Values From Inferior In Guile)
1899 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1900 Don't use @var at the beginning of a sentence.
1901
1902 * gdb.texinfo (Frame Filter Management, Trace Files)
1903 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1904 (PowerPC Embedded, Define, Annotations for Running)
1905 (IPA Protocol Commands, Packets, General Query Packets)
1906 (Tracepoint Packets, Notification Packets, Environment)
1907 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1908 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1909 (Frames, Backtrace, Selection, Expressions, Registers)
1910 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1911 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1912 (Source Annotations, Using JIT Debug Info Readers, Packets)
1913 (Stop Reply Packets, Host I/O Packets)
1914 (Target Description Format): Don't use @var at the beginning of a
1915 sentence.
1916
1917 * python.texi (Basic Python, Types In Python)
1918 (Commands In Python, Frames In Python, Line Tables In Python)
1919 (Breakpoints In Python, gdb.printing, gdb.types)
1920 (Type Printing API): Don't use @var at the beginning of a
1921 sentence.
1922
1923 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1924
1925 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1926 replay-memory-access".
1927
1928 2014-05-21 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.texinfo (Starting): Document "set/show
1931 auto-connect-native-target".
1932 (Target Commands): Document "target native".
1933
1934 2014-05-20 Pedro Alves <palves@redhat.com>
1935
1936 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1937 not be remote specific. Add cross reference to the qCRC packet.
1938 (Separate Debug Files): Update cross reference to the qCRC packet.
1939 (General Query Packets) <qCRC packet>: Add anchor.
1940
1941 2014-05-17 Doug Evans <xdje42@gmail.com>
1942
1943 Copy over changes from guile.texi.
1944 * python.texi (Basic Python) <gdb.execute>: Add text.
1945 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1946 (Values From Inferior) <Python string>: Add text.
1947 (Values From Inferior) <Value.string>: Clarify string length handling.
1948 (Pretty Printing API): Add cindex.
1949 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1950 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1951 @vindex.
1952 (Commands In Python) <COMPLETE_*>: Similarly.
1953 (Symbols In Python) <SYMBOL_*>: Similarly.
1954 (Breakpoints In Python) <WP_*>: Similarly.
1955 (Breakpoints In Python) <BP_*>: Similarly.
1956
1957 2014-05-17 David Taylor <dtaylor@emc.com>
1958
1959 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1960 mentioned in the qfThreadInfo reply.
1961
1962 2014-05-16 Doug Evans <dje@google.com>
1963
1964 * gdb.texinfo (Mode Options): Add -D.
1965
1966 2014-05-09 Samuel Bronson <naesten@gmail.com>
1967
1968 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1969 "make -C".
1970
1971 2014-04-29 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1974 "show debug varobj".
1975
1976 2014-05-01 David Taylor <dtaylor@emc.com>
1977
1978 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1979 option.
1980
1981 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1982 Walfred Tedeschi <walfred.tedeschi@intel.com>
1983
1984 * gdb.texinfo (i386 Features): Add description of AVX512
1985 registers.
1986
1987 2014-03-31 Doug Evans <dje@google.com>
1988
1989 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1990
1991 2014-03-30 Doug Evans <dje@google.com>
1992
1993 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1994 (Background Execution): Ditto.
1995
1996 2014-03-21 Pedro Alves <palves@redhat.com>
1997 Stan Shebs <stan@codesourcery.com>
1998 Hui Zhu <hui@codesourcery.com>
1999
2000 * gdb.texinfo (Packets): Add anchor to "? packet".
2001 Remove fixme and update introduction of "k packet".
2002 Add anchor to "vKill packet".
2003
2004 2014-03-12 Stan Shebs <stan@codesourcery.com>
2005
2006 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2007
2008 2014-02-26 Ludovic Courtès <ludo@gnu.org>
2009
2010 * guile.texi (Basic Guile): Document 'history-append!'.
2011
2012 2014-02-20 Joel Brobecker <brobecker@adacore.com>
2013
2014 * gdb.texinfo (Files): Document "add-shared-symbol-files"
2015 and "assf" as being deprecated.
2016 (Cygwin Native): Likewise for "dll-symbols".
2017 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2018 as a way to force the loading of symbols from a DLL.
2019
2020 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2021
2022 * python.texi (Values From Inferior): Add description about the
2023 new feature.
2024
2025 2014-02-17 Doug Evans <xdje42@gmail.com>
2026
2027 * Makefile.in (GDB_DOC_FILES): Add python.texi.
2028 * gdb.texinfo (Python): Moved to ...
2029 * python.texi: ... here. New file.
2030
2031 2014-02-17 Ludovic Courtès <ludo@gnu.org>
2032
2033 * guile.texi (Writing a Guile Pretty-Printer) <example>:
2034 Remove 'string-begins-with' procedure. Add 'pretty-printer'
2035 parameter to 'str-lookup-function' procedure. Look for
2036 the "std::string<" prefix.
2037 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2038 Adjust description.
2039
2040 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
2041
2042 * guile.texi (Values From Inferior In Guile): Remove stray
2043 parantheses for deffn.
2044 (Disassembly In Guile): Ditto.
2045
2046 2014-02-10 Stan Shebs <stan@codesourcery.com>
2047
2048 Add Doxygen support.
2049 * Makefile.in (doxy): New action, generates Doxygen files.
2050 (DOXYGEN): New.
2051 (doxyedit): New.
2052 * Doxyfile-base.in: New file.
2053 * Doxyfile-gdb-api.in: New file.
2054 * Doxyfile-gdb-xref.in: New file.
2055 * Doxyfile-gdbserver.in: New file.
2056 * doxy-index.in: New file.
2057 * filter-for-doxygen: New file.
2058 * filter-params.pl: New file.
2059
2060 2014-02-10 Doug Evans <xdje42@gmail.com>
2061
2062 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2063 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2064 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2065 (Guile docs): Include guile.texi.
2066 (objfile-gdbdotext file): Add objfile-gdb.scm.
2067 (dotdebug_gdb_scripts section): Mention Guile scripts.
2068 (Multiple Extension Languages): New node.
2069 * guile.texi: New file.
2070
2071 2014-01-28 Joel Brobecker <brobecker@adacore.com>
2072
2073 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2074 ignore-descriptive-types". commands.
2075
2076 2014-01-22 Doug Evans <dje@google.com>
2077
2078 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2079 (gdbserver man): Ditto.
2080
2081 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2082
2083 * gdb.texinfo: Document limited reverse/replay support
2084 for target record-btrace.
2085
2086 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2087
2088 * gdb.texinfo (Process Record and Replay): Update documentation.
2089
2090 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2091
2092 * gdb.texinfo (Process Record and Replay): Document new /c
2093 modifier accepted by "record function-call-history".
2094 Add /i modifier to "record function-call-history" example.
2095
2096 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
2097 Joel Brobecker <brobecker@adacore.com>
2098
2099 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2100 markers. Remove one that was misplaced.
2101
2102 2014-01-10 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Your Program's Environment) <set environment>:
2105 Mention the shell, and point at 'set exec-wrapper'.
2106
2107 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Types In Python): Document new attribute Types.name.
2110
2111 2013-12-30 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.texinfo (Types In Python): Clarify the documentation
2114 of attribute gdb.Field.bitpos.
2115
2116 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdb.texinfo (Types In Python): Fix the documentation of
2119 attribute "bitpos" in class gdb.Field for enum types. Add
2120 documentation for attribute "enumval" in that same class.
2121
2122 2013-12-28 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdb.texinfo (GDB/MI Support Commands): Change @table into
2125 @ftable.
2126
2127 2013-12-23 Doug Evans <xdje42@gmail.com>
2128
2129 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
2130 auto-loaded objfile scripts and .debug_gdb_scripts section to their
2131 corresponding section in Extending GDB.
2132 (Extending GDB): Move menu up. New menu item "Auto-loading
2133 extensions".
2134 (Sequences): New menu item "Auto-loading sequences".
2135 (Auto-loading sequences): New node.
2136 (Python): Rename section from Scripting GDB to Extending GDB.
2137 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2138 Move docs on ways to auto-load extensions to ...
2139 (Auto-loading extensions): ... here. New node.
2140
2141 2013-12-23 Joel Brobecker <brobecker@adacore.com>
2142
2143 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2144 in menu.
2145 (GDB/MI Variable Objects): Adjust reference to "-list-features"
2146 command, now in a new node.
2147 (GDB/MI Support Commands): New node, with its contents being
2148 extracted from the "GDB/MI Miscellaneous Commands" node.
2149 A small paragraph introducing the section is also added at
2150 the start.
2151 (GDB/MI Miscellaneous Commands): Delete the description of the
2152 -info-gdb-mi-command, -list-features and -list-target-features
2153 commands, now hosted in the "GDB/MI Support Commands" node.
2154
2155 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
2156
2157 PR python/16113
2158 * gdb.texinfo (Values From Inferior): Add a note about using
2159 gdb.Field objects as subscripts on gdb.Value objects.
2160 (Types In Python): Add description about the new attribute
2161 "parent_type" of gdb.Field objects.
2162
2163 2013-12-12 Joel Brobecker <brobecker@adacore.com>
2164
2165 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2166 entry for section docuumenting the -list-features GDB/MI command.
2167
2168 2013-12-10 Joel Brobecker <brobecker@adacore.com>
2169
2170 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2171 "exec-run-start-option" entry in the output of the "-list-features"
2172 command.
2173
2174 2013-12-04 Eli Zaretskii <eliz@gnu.org>
2175
2176 * gdb.texinfo (i386): Fix yesterday's commit.
2177
2178 2013-12-03 Tom Tromey <tromey@redhat.com>
2179
2180 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2181 documented here.
2182
2183 2013-12-03 Tom Tromey <tromey@redhat.com>
2184
2185 * gdb.texinfo (@direntry): Add menu item for gdbserver.
2186
2187 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
2188
2189 * gdb.texinfo (i386 Features): Add MPX feature registers.
2190 (x86 Specific featuresx86 Architecture-specific Issues): Adds
2191 a subsubsection for MPX and describes the display of the
2192 boundary registers.
2193
2194 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2195
2196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2197 documentation of the "ada-exceptions" entry.
2198
2199 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2200
2201 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2202 "^error" result record concerning the error message. Document
2203 the error code that may also be part of that result record.
2204 (GDB/MI Miscellaneous Commands): Document the
2205 "undefined-command-error-code" element in the output of
2206 the "-list-features" GDB/MI command.
2207
2208 2013-12-03 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2211 the new -info-gdb-mi-command GDB/MI command. Document
2212 the meaning of "-info-gdb-mi-command" in the output of
2213 -list-features.
2214
2215 2013-11-29 Pedro Alves <palves@redhat.com>
2216
2217 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2218 Update comment.
2219
2220 2013-11-24 Yao Qi <yao@codesourcery.com>
2221
2222 * gdb.texinfo (Caching Remote Data): Document new
2223 "set/show stack-cache" option.
2224
2225 2013-11-24 Yao Qi <yao@codesourcery.com>
2226
2227 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2228 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2229 "off" respectively.
2230
2231 2013-11-23 Yao Qi <yao@codesourcery.com>
2232
2233 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2234 of "displayhint" to the table about child results.
2235
2236 2013-11-21 Yao Qi <yao@codesourcery.com>
2237
2238 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2239 'dynamic' for the output of command -var-list-children.
2240
2241 2013-11-21 Yao Qi <yao@codesourcery.com>
2242
2243 * gdb.texinfo (Caching Target Data): Remove "see" before
2244 @pxref.
2245
2246 2013-11-20 Yao Qi <yao@codesourcery.com>
2247
2248 * gdb.texinfo (Caching Target Data): Update doc for
2249 per-address-space dcache.
2250
2251 2013-11-20 Yao Qi <yao@codesourcery.com>
2252
2253 * gdb.texinfo (Data): Rename menu item.
2254 (Caching Remote Data): Rename to ...
2255 (Caching Target Data): ... it. Update.
2256
2257 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2260 "language-option" entry in the output of the "-list-features"
2261 command.
2262
2263 2013-11-15 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2266 Add example.
2267
2268 2013-11-14 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2271
2272 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2275 (Context management): Place current subsection text into its own
2276 subsubsection. Add new subsubsection describing the "--language"
2277 command option.
2278
2279 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2280
2281 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2282 the documentation of "info-ada-exceptions" in the output
2283 of the "-list-features" command. Add the documentation
2284 of the "ada-exception" entry instead.
2285
2286 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2287
2288
2289 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2290 word of a couple of sentences to start with a capital letter.
2291
2292 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2293
2294 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2295 (Ada Exceptions): New node.
2296 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2297 Commands" node.
2298 (GDB/MI Ada Exceptions Commands): New node.
2299 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2300 field in the output of the "-list-features" command.
2301 * NEWS: Add entry for the new "info exceptions" CLI command,
2302 and for the new "-info-ada-exceptions" GDB/MI command.
2303
2304 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2305
2306 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2307 (Line Tables In Python): New node.
2308
2309 2013-11-08 Doug Evans <dje@google.com>
2310
2311 * gdb.texinfo (Debugging Output): Update text for
2312 "set debug dwarf2-read".
2313
2314 2013-11-08 Doug Evans <dje@google.com>
2315
2316 * gdb.texinfo (Debugging Output): Update text for
2317 "set debug symtab-create".
2318
2319 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2320
2321 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2322 constant.
2323
2324 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2325
2326 * gdb.texinfo (Breakpoints In Python): Document temporary
2327 option in breakpoint constructor, and add documentation to the
2328 temporary attribute.
2329
2330 2013-11-07 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2333 output of "-var-info-expression".
2334
2335 2013-11-06 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2338 non-interactive mode.
2339 (Environment) <shell startup files warning>: Mention
2340 non-interactive mode. Mention .zshenv for Z shell, and talk about
2341 BASH_ENV instead of .bashrc for BASH.
2342
2343 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2344
2345 * gdb.texinfo (Commands to Specify Files): Add description
2346 of the remove-symbol-file command.
2347 * observer.texi: New free_objfile event
2348
2349 2013-10-24 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2352
2353 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2356 New subsection inside which the "-catch-load" and "-catch-unload"
2357 commands documentation is now placed.
2358 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2359 documenting the "-catch-assert" and "-catch-exception" new
2360 GDB/MI commands.
2361
2362 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2365
2366 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2367
2368 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2369 serial baud".
2370 (Remote Configuration): Replace "set remotebaud" by "set serial
2371 baud". Replace "show remotebaud" by "show serial baud".
2372
2373 2013-10-07 Pedro Alves <palves@redhat.com>
2374
2375 PR breakpoints/11568
2376 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2377 when the thread is removed from the thread list.
2378
2379 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2380
2381 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2382 Update entry for $_exitcode.
2383
2384 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2385
2386 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2387 new "--start" option.
2388
2389 2013-10-02 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.texinfo (Registers): Expand description of saved registers
2392 in frames. Explain <not saved>.
2393
2394 2013-09-25 Doug Evans <dje@google.com>
2395
2396 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2397
2398 2013-09-16 Stan Shebs <stan@codesourcery.com>
2399
2400 Remove the internals manual gdbint.texinfo.
2401 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2402 (PDFFILES): Remove gdbint.pdf.
2403 (HTMLFILES): Remove gdbint/index.html.
2404 (HTMLFILES_INSTALL): Remove gdbint.
2405 (GDBINT_DOC_FILES): Remove.
2406 (dvi): Remove gdbint.dvi.
2407 (ps): Remove gdbint.ps.
2408 * gdbint.texinfo: Remove file.
2409 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2410
2411 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2412
2413 * gdb.texinfo (Convenience Functions): Mention new convenience
2414 function $_isvoid.
2415
2416 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2417
2418 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2419 (Standard Target Features): Add new node to menu.
2420 (S/390 and System z Features): New node.
2421
2422 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2423
2424 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2425 -list-target-features in the example.
2426
2427 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2428
2429 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2430 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2431
2432 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 Sync documentation with gdb.base/gnu-debugdata.exp.
2435 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2436
2437 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2438
2439 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2440
2441 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2442 Yao Qi <yao@codesourcery.com>
2443
2444 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2445 Document new --skip-unavailable option.
2446 <-stack-list-variables>: Document new --skip-unavailable option.
2447
2448 2013-08-26 Doug Evans <dje@google.com>
2449
2450 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2451 an optional regexp.
2452
2453 2013-08-13 Tom Tromey <tromey@redhat.com>
2454
2455 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2456 Document GDB_PARALLEL and GDB_INOTIFY.
2457
2458 2013-08-09 Stan Shebs <stan@codesourcery.com>
2459
2460 * LRS: Remove file, describes a long-abandoned live-range
2461 splitting extension to stabs.
2462
2463 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2464
2465 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2466
2467 2013-07-17 Doug Evans <dje@google.com>
2468
2469 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2470
2471 2013-07-02 Tom Tromey <tromey@redhat.com>
2472
2473 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2474
2475 2013-06-28 Tom Tromey <tromey@redhat.com>
2476
2477 * Makefile.in (version.subst): Use version.in, not
2478 common/version.in.
2479 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2480 Likewise.
2481
2482 2013-06-27 Pedro Alves <palves@redhat.com>
2483
2484 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2485 dynamic symbol resolution code>: New section, based on infrun.c
2486 comment.
2487
2488 2013-06-26 Tom Tromey <tromey@redhat.com>
2489
2490 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2491 Update.
2492 (Releasing GDB): Likewise.
2493
2494 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2495 Yao Qi <yao@codesourcery.com>
2496
2497 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2498 -trace-frame-collected.
2499
2500 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2501
2502 * gdb.texinfo (Traceframe Info Format): Document tvar element
2503 and its attributes.
2504
2505 2013-06-25 Yao Qi <yao@codesourcery.com>
2506
2507 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2508
2509 2013-06-24 Tom Tromey <tromey@redhat.com>
2510
2511 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2512 (GDBvn.texi): Use version.subst.
2513 (version.subst): New target.
2514 (mostlyclean): Remove version.subst.
2515
2516 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2517
2518 * gdb.texinfo (GDB/MI Data Manipulation)
2519 <-data-list-register-values>: Document the --skip-unavailable
2520 option.
2521
2522 2013-06-07 Yao Qi <yao@codesourcery.com>
2523
2524 * gdb.texinfo (Symbols): Add kindex and cindex for
2525 'maint print msymbols'.
2526
2527 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2528
2529 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2530 response field name (thread-group to inferior).
2531
2532 2013-06-04 Gary Benson <gbenson@redhat.com>
2533
2534 * gdb.texinfo (General Query Packets/qSupported): Added
2535 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2536 to the table of currently defined stub features.
2537 Added a more detailed entry for "augmented-libraries-svr4-read".
2538 (General Query Packets/qXfer:libraries-svr4:read): Documented
2539 the augmented form of this packet.
2540
2541 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2542
2543 * gdb.texinfo (System-wide Configuration Scripts): Renames
2544 "Installed System-wide Configuration Scripts". Add associated
2545 @menu block.
2546
2547 2013-05-23 Yao Qi <yao@codesourcery.com>
2548 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.texinfo (Packets): Document 'vCont;r'.
2551 (Continuing and Stepping): Document target-assisted range
2552 stepping, and the 'set range-stepping' and 'show range-stepping'
2553 commands.
2554
2555 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2556
2557 * gdb.texinfo (Installed System-wide Configuration Scripts):
2558 Add subsection describing the scripts now available under
2559 the data-dir's system-gdbbinit subdirectory.
2560 * NEWS: Add entry announcing the availability of system-wide
2561 configuration scripts for ElinOS and Wind River Linux.
2562
2563 2013-05-21 Hui Zhu <hui@codesourcery.com>
2564
2565 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2566 "-dprintf-insert" command.
2567
2568 2013-05-17 Doug Evans <dje@google.com>
2569
2570 * gdb.texinfo (Maintenance Commands): Update doc for
2571 "maint check-psymtabs". Add doc for "maint check-symtabs",
2572 "maint expand-symtabs".
2573
2574 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2575
2576 * gdb.texinfo (Process Record and Replay): Document the
2577 "record goto" command and its sub-commands.
2578
2579 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2580
2581 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2582 (Python API): Add Frame Filters API, Frame Wrapper API,
2583 Writing a Frame Filter/Wrapper, Managing Management of Frame
2584 Filters chapter entries.
2585 (Frame Filters API): New Node.
2586 (Frame Wrapper API): New Node.
2587 (Writing a Frame Filter): New Node.
2588 (Managing Frame Filters): New Node.
2589 (Progspaces In Python): Add note about frame_filters attribute.
2590 (Objfiles in Python): Ditto.
2591 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2592 @anchors and --no-frame-filters option to -stack-list-variables,
2593 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2594 commands.
2595
2596 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2597
2598 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2599 Support" subsection documenting the XML format used to transfer
2600 shared library info on AIX.
2601
2602 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdb.texinfo (Debugging Output): Add documentation of
2605 "set debug aix-solib" and "show debug aix-solib" commands.
2606
2607 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2608
2609 * gdb.texinfo (Nios II): New section.
2610 (Nios II Features): New section.
2611
2612 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2613
2614 * gdbint.texinfo (Algorithms): Remove entries documenting
2615 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2616 SOLIB_CREATE_INFERIOR_HOOK.
2617
2618 2013-04-29 Tom Tromey <tromey@redhat.com>
2619
2620 PR python/14204:
2621 * gdb.texinfo (Python API): Fix menu entry.
2622 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2623 Define global and static block. Add example. Clarify
2624 block relationship for inline functions.
2625
2626 2013-04-29 Tom Tromey <tromey@redhat.com>
2627
2628 * gdb.texinfo (Python API): Mention Python help and keyword
2629 arguments. Move pagination text to Basic Python.
2630 (Basic Python): Put pagination text here. Document
2631 close-on-exec, SIGCHLD, and SIGINT.
2632
2633 2013-04-19 Pedro Alves <palves@redhat.com>
2634
2635 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2636 "signedness" instead of "signness".
2637
2638 2013-04-19 Pedro Alves <palves@redhat.com>
2639
2640 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2641 -Wno-pointer-sign text with text on -Wpointer-sign.
2642
2643 2013-04-16 Tom Tromey <tromey@redhat.com>
2644
2645 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2646 GCC that has the SDT probe points.
2647
2648 2013-04-15 Tom Tromey <tromey@redhat.com>
2649
2650 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2651 exception catchpoints.
2652
2653 2013-04-15 Tom Tromey <tromey@redhat.com>
2654
2655 * gdb.texinfo (Set Catchpoints): Document $_exception.
2656 (Convenience Vars): Mention $_exception.
2657
2658 2013-04-15 Tom Tromey <tromey@redhat.com>
2659
2660 * gdb.texinfo (Set Catchpoints): Reorganize exception
2661 catchpoints. Document "catch rethrow".
2662 (Debugging C Plus Plus): Mention "catch rethrow".
2663
2664 2013-04-15 Tom Tromey <tromey@redhat.com>
2665
2666 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2667
2668 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2669 Eli Zaretskii <eliz@gnu.org>
2670
2671 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2672 line below the sample output.
2673
2674 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2675
2676 * gdb.texinfo (Mode Options): Document '-configuration'.
2677 (Help): Document "show configuration".
2678 (Bug Reporting): Add requirements to include the configuration
2679 details in bug reports.
2680
2681 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2682
2683 * Makefile.in (MAN1S): Add gcore.1.
2684 Remove "Host, target, and site specific Makefile fragments" comment.
2685 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2686 (install-man1, uninstall-man1): Conditionalize gcore.1.
2687 (gcore.1): New.
2688 * gdb.texinfo (Man Pages): Add gcore man.
2689 (gcore man): New node.
2690
2691 2013-04-10 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.texinfo (Process Record and Replay): Document that "set
2694 record full insn-number-max", "set record
2695 instruction-history-size" and "set record
2696 function-call-history-size" accept "unlimited".
2697 (Backtrace): Document that "set backtrace limit" accepts
2698 "unlimited".
2699 (List): Document that "set listsize" accepts "unlimited".
2700 (Print Settings)" Document that "set print max-symbolic-offset",
2701 "set print elements" and "set print repeats" accept "unlimited".
2702 (Starting and Stopping Trace Experiments): Document that "set
2703 trace-buffer-size" accepts "unlimited".
2704 (Remote Configuration): Document that "set tcp connect-timeout"
2705 accepts "unlimited".
2706 (Command History): Document that "set history size" accepts
2707 "unlimited".
2708 (Screen Size): Document that "set height" and "set width" accepts
2709 "unlimited". Adjust "set pagination"'s description to suggest
2710 "set height unlimited" instead of "set height 0".
2711
2712 2013-04-10 Yao Qi <yao@codesourcery.com>
2713
2714 * gdb.texinfo (Trace Files): Add "target ctf".
2715
2716 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2719
2720 * Makefile.in (install-man1, install-man5, uninstall-man1)
2721 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2722
2723 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2724
2725 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2726 Eli Zaretskii <eliz@gnu.org>
2727
2728 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2729 parameters order. Remove "On some targets" for --attach. Document the
2730 --multi parameter and extended-remote command. Document all the
2731 options.
2732
2733 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2734
2735 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2736 the list of supported languages.
2737
2738 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2741 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2742 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2743 (diststuff): Add man.
2744 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2745 (uninstall-man5): New.
2746 (STAGESTUFF): Add *.1 and *.5.
2747 (GDBvn.texi): Add SYSTEM_GDBINIT.
2748 (gdb.1, gdbserver.1, gdbinit.5): New.
2749 (maintainer-clean realclean): Add $(MANS).
2750 (install): Add install-man.
2751 (uninstall): Add uninstall-man.
2752 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2753 (@copying): Wrap it by @c man begin COPYRIGHT.
2754 (Top): Add Man Pages.
2755 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2756
2757 2013-04-02 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.texinfo (Debugging Output): Document "set/show debug
2760 aarch64", "set/show debug coff-pe-read" and "set/show debug
2761 mach-o".
2762
2763 2013-04-02 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2766 table>: Add entry for "trace-buffer-size".
2767
2768 2013-03-28 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2771 table>: Add entry for "trace-status".
2772
2773 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2774
2775 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2776 @bullet", which is invalid (makeinfo 5.1 barfs).
2777
2778 2013-03-28 Pedro Alves <palves@redhat.com>
2779
2780 PR gdb/15294
2781
2782 * gdb.texinfo (List) <set listsize>: Adjust to document that
2783 listsize 0 means no limit, and remove mention of -1.
2784
2785 2013-03-22 Yao Qi <yao@codesourcery.com>
2786
2787 * gdb.texinfo (Embedded Processors): Remove menu item
2788 "OpenRISC 1000".
2789 (OpenRISC 1000): Remove.
2790
2791 2013-03-21 Doug Evans <dje@google.com>
2792
2793 * gdb.texinfo (Maintenance Commands): Add docs for
2794 "mt set per-command {space,time,symtab} {on,off}".
2795
2796 2013-03-14 Hui Zhu <hui@codesourcery.com>
2797 Yao Qi <yao@codesourcery.com>
2798
2799 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2800
2801 2013-03-13 Keith Seitz <keiths@redhat.com>
2802
2803 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2804 "maint agent" reference to Dynamic printf.
2805
2806 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2807
2808 * gdb.texinfo (General Query Packets): Don't use colon in index
2809 entries visible to Info format.
2810
2811 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2812
2813 * gdb.texinfo (Process Record and Replay): Document record
2814 changes.
2815
2816 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2817
2818 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2819 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2820 qXfer:btrace:read.
2821
2822 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2823
2824 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2825 use colons in @anchor and @cindex entries.
2826
2827 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2828
2829 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2830
2831 2013-03-08 Stan Shebs <stan@codesourcery.com>
2832 Hafiz Abid Qadeer <abidh@codesourcery.com>
2833
2834 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2835 trace-buffer-size set and show commands.
2836 (Tracepoint Packets): Document QTBuffer:size.
2837 (General Query Packets): Document QTBuffer:size.
2838
2839 2013-02-21 Tom Tromey <tromey@redhat.com>
2840
2841 * gdb.texinfo: Remove bad @syncodeindex.
2842 (Values From Inferior, Types In Python, Inferiors In Python)
2843 (Events In Python, Threads In Python, Frames In Python, Blocks In
2844 Python, Symbols In Python, Symbol Tables In Python): Remove
2845 @tables.
2846 (Packets, General Query Packets, Tracepoint Packets)
2847 (Host I/O Packets): Use @w{} for empty @item.
2848
2849 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2850
2851 * gdb.texinfo (Architectures In Python): Add description about
2852 the new method gdb.Architecture.disassemble.
2853
2854 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2855 Hafiz Abid Qadeer <abidh@codesourcery.com>
2856
2857 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2858 Document the "trace-file" field.
2859
2860 2013-02-07 Doug Evans <dje@google.com>
2861
2862 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2863 command.
2864
2865 2013-02-06 Yao Qi <yao@codesourcery.com>
2866
2867 * gdb.texinfo (GDB/MI Async Records): Document new MI
2868 notification "=tsv-modified". Update the document of MI
2869 notification "=tsv-created".
2870 * observer.texi (GDB Observers): New observer tsv_modified.
2871 Update observer tsv_created and tsv_delete.
2872
2873 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2874
2875 * gdb.texinfo (AArch64 Features): New section; document
2876 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2877 (Architectures): Add new AArch64 section to document AArch64
2878 architecture specific commands.
2879 (ABI): Add description of the new OS ABI "Newlib" and its influence
2880 on the longjmp handling.
2881
2882 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2883 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2886 variable in 'set/show backtrace' section.
2887
2888 2013-01-31 Tom Tromey <tromey@redhat.com>
2889
2890 * gdb.texinfo (Target Commands): Fix typo.
2891
2892 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2893
2894 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2895 describing the gdb.Architecture class.
2896 (Frames In Python): Add description about the new method
2897 gdb.Frame.architecture().
2898
2899 2013-01-23 Doug Evans <dje@google.com>
2900
2901 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2902
2903 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2904
2905 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2906 'thread-groups' field when printing a breakpoint in MI.
2907
2908 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2909 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2910 to reflect that jit-reader-load now supports absolute file-names.
2911
2912 2013-01-16 Tom Tromey <tromey@redhat.com>
2913
2914 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2915 (Signals): Likewise.
2916
2917 2013-01-16 Tom Tromey <tromey@redhat.com>
2918
2919 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2920 "catch-type" field.
2921 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2922
2923 2013-01-07 Tom Tromey <tromey@redhat.com>
2924
2925 * gdb.texinfo (Mode Options): Don't mention -epoch.
2926 (Data, Emacs): Remove obsolete comments.
2927
2928 2013-01-02 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.texinfo (GDB/MI Output Records): Update menu.
2931 (GDB/MI Breakpoint Information): New node.
2932 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2933 <-break-insert>: Likewise.
2934
2935 2012-12-31 Yao Qi <yao@codesourcery.com>
2936
2937 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2938 (Packets): Move "vStopped" packet to ...
2939 (Notification Packets): ... here. Describe the components
2940 of notification. Add a table of supported notifications.
2941 Add an example on the process of he async notification.
2942
2943 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2946 present.
2947 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2948 fullname output always present.
2949
2950 2012-12-23 Pierre Muller <muller@sourceware.org>
2951
2952 * gdbint.texinfo (Function prototypes): Require use of "extern"
2953 modifier for function prototypes in headers.
2954
2955 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2956
2957 * refcard.tex: Update copyright notice to GPL v3 or later.
2958 Update contact info.
2959
2960 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2961
2962 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2963
2964 2012-12-15 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.texinfo (Debugging Output): Document 'set debug
2967 notification' and 'show debug notification'.
2968
2969 2012-12-15 Yao Qi <yao@codesourcery.com>
2970
2971 * gdb.texinfo (Listing Tracepoints): New item and example about
2972 'installed on target' output.
2973 Add more in the example about 'installed on target'.
2974 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2975
2976 2012-12-14 Tom Tromey <tromey@redhat.com>
2977
2978 * gdb.texinfo (SVR4 Process Information): Mention core files.
2979
2980 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2981
2982 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2983
2984 2012-12-11 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.texinfo: Remove all mentions of Unixware throughout.
2987
2988 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2991
2992 2012-11-29 Tom Tromey <tromey@redhat.com>
2993
2994 * gdb.texinfo (SVR4 Process Information): Document missing
2995 "info proc" subcommands.
2996
2997 2012-11-29 Yao Qi <yao@codesourcery.com>
2998
2999 PR gdb/1477.
3000 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3001 to 'auto' instead of 'gnu'.
3002
3003 2012-11-26 Tom Tromey <tromey@redhat.com>
3004
3005 * gdb.texinfo (MiniDebugInfo): New node.
3006 (GDB Files): Update.
3007
3008 2012-11-16 Doug Evans <dje@google.com>
3009
3010 * gdb.texinfo (System-wide configuration): If the system-wide init
3011 file lives in the data-directory, and --data-directory is provided,
3012 look for it there.
3013
3014 2012-11-15 Tom Tromey <tromey@redhat.com>
3015
3016 * gdb.texinfo (Signaling): Fix typo.
3017
3018 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3019
3020 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3021 parameter "count" of -data-write-memory-bytes, and add an example.
3022
3023 2012-11-12 Tom Tromey <tromey@redhat.com>
3024
3025 * gdb.texinfo (Symbols): Document "info type-printers",
3026 "enable type-printer" and "disable type-printer".
3027 (Python API): Add new node to menu.
3028 (Type Printing API): New node.
3029 (Progspaces In Python): Document type_printers field.
3030 (Objfiles In Python): Likewise.
3031 (gdb.types) <get_type_recognizers, apply_type_recognizers,
3032 register_type_printer, TypePrinter>: Document.
3033
3034 2012-11-12 Tom Tromey <tromey@redhat.com>
3035
3036 * gdb.texinfo (Symbols): Document "set print type methods",
3037 "set print type typedefs", and flags to ptype and whatis.
3038
3039 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3040
3041 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3042 the example -data-disassemble output. Extend the description of
3043 the -data-disassemble results to document all fields. Document
3044 the cli disassemble command as being related to -data-disassemble.
3045
3046 2012-11-09 Yao Qi <yao@codesourcery.com>
3047
3048 PR gdb/14777.
3049 * gdb.texinfo (OS Information): Remove doc on command
3050 'info udot'.
3051
3052 2012-11-08 Joel Brobecker <brobecker@adacore.com>
3053
3054 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3055 gdb.ini warning for Windows port.
3056
3057 2012-11-08 Yao Qi <yao@codesourcery.com>
3058
3059 * gdb.texinfo (Search): Add kindex for 'fo'.
3060
3061 2012-11-05 Tom Tromey <tromey@redhat.com>
3062
3063 PR python/14802:
3064 * gdb.texinfo (Functions In Python): Add example.
3065
3066 2012-11-03 Yao Qi <yao@codesourcery.com>
3067
3068 * observer.texi (GDB Observers): Remove observer
3069 'tracepoint_modified', 'tracepoint_created' and
3070 'tracepoint_deleted'.
3071
3072 2012-10-26 Tom Tromey <tromey@redhat.com>
3073
3074 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3075
3076 2012-10-25 Tom Tromey <tromey@redhat.com>
3077
3078 * gdb.texinfo (General Query Packets): Use @itemx.
3079
3080 2012-10-17 Yao Qi <yao@codesourcery.com>
3081
3082 * observer.texi (GDB Observers): Update observer
3083 'memory_changed'.
3084 * gdb.texinfo (GDB/MI Async Records): Document for
3085 "memory-changed" notification.
3086
3087 2012-10-15 Doug Evans <dje@google.com>
3088
3089 * gdb.texinfo (Mode Options): Document -nh.
3090 Elaborate on docs for -nx.
3091
3092 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3093
3094 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3095
3096 2012-09-21 Yao Qi <yao@codesourcery.com>
3097 Pedro Alves <palves@redhat.com>
3098
3099 * gdb.texinfo (GDB/MI Async Records): Document notification
3100 'record-started' and 'record-stopped'.
3101 * observer.texi (GDB Observers): New observer 'record-changed'.
3102
3103 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
3104
3105 * gdb.texinfo: Document the removal of SH's 'regs' command.
3106
3107 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3108
3109 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3110
3111 2012-09-18 Yao Qi <yao@codesourcery.com>
3112
3113 * gdb.texinfo (GDB/MI Async Records): Document new MI
3114 notifications '=tsv-created' and '=tsv-deleted'.
3115 * observer.texi (GDB Observers): New observer tsv_created and
3116 tsv_deleted.
3117
3118 2012-09-18 Yao Qi <yao@codesourcery.com>
3119
3120 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3121 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3122 '=traceframe-changed'.
3123
3124 2012-09-17 Yao Qi <yao@codesourcery.com>
3125
3126 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3127 'set listsize'.
3128
3129 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3130 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3133 encoding for gdbarch_breakpoint_from_pc, bp_addr for
3134 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3135
3136 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3139
3140 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3141
3142 Document how to return from "python-interactive" to GDB.
3143 * gdb.texinfo (Python Commands): Update documentation.
3144
3145 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3146
3147 Add a new "python-interactive" command that starts a standard
3148 Python interactive prompt with "pi" as alias, and add "py" as
3149 an alias to "python".
3150 * gdb.texinfo (Python Commands): Document the new commands.
3151
3152 2012-08-22 Tom Tromey <tromey@redhat.com>
3153
3154 * gdbint.texinfo (Host Definition): Remove documentation for
3155 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3156
3157 2012-08-17 Keith Seitz <keiths@redhat.com>
3158
3159 PR c++/13356
3160 * gdb.texinfo (Type and Range Checking): Remove warning.
3161 Remove spurious commas.
3162 Update text and examples for re-implementation of set/show
3163 check type.
3164 (C and C++ Type and Range Checks): Likewise.
3165
3166 2012-08-16 Yao Qi <yao@codesourcery.com>
3167
3168 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3169 is deprecated.
3170
3171 2012-08-13 Doug Evans <dje@google.com>
3172
3173 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3174 to include functions.
3175
3176 2012-08-10 Doug Evans <dje@google.com>
3177
3178 * gdb.texinfo (Convenience Funs): New node.
3179 (Types In Python): Document Type.vector.
3180
3181 2012-08-09 Yao Qi <yao@codesourcery.com>
3182
3183 * observer.texi: New observer command_param_changed.
3184 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3185
3186 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 * gdbint.texinfo (Debugging GDB): In section
3189 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3190 Mention also gdb-gdb.py.
3191
3192 2012-08-07 Yao Qi <yao@codesourcery.com>
3193
3194 Revert the folloing patch:
3195 2012-08-06 Yao Qi <yao@codesourcery.com>
3196 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3197 remote hardware-watchpoint-limit' and 'set
3198 remote hardware-breakpoint-limit'.
3199
3200 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3201
3202 * gdb.texinfo (Working Directory): Added information about new
3203 default argument for 'cd' command.
3204
3205 2012-08-06 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.texinfo (Remote Configuration): Add kindex for 'set
3208 remote hardware-watchpoint-limit' and 'set
3209 remote hardware-breakpoint-limit'.
3210
3211 2012-08-06 Yao Qi <yao@codesourcery.com>
3212
3213 Fix PR14371.
3214
3215 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3216 '=breakpoint-deleted'.
3217
3218 2012-08-02 Yao Qi <yao@codesourcery.com>
3219
3220 * gdb.texinfo (Native): Remove node Neutrino.
3221
3222 2012-07-27 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.texinfo (IPA Protocol Commands): Document new command
3225 'close'.
3226
3227 2012-07-25 Tom Tromey <tromey@redhat.com>
3228
3229 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3230
3231 2012-07-20 Doug Evans <dje@google.com>
3232
3233 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3234 (Index Files): Document how to control the use of deprecated index
3235 sections.
3236 (Index Section Format): Replace --use-deprecated-index-sections with
3237 "set use-deprecated-index-sections on".
3238
3239 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3240
3241 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3242 indices into a single node "Index". Instead, join function and
3243 variable indices into a single index, separate from the concept
3244 index. Requested in
3245 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3246 (Top): Update the top-level menu: instead of one "Index" there are
3247 now separate entries "Concept Index" and "Function and Variable
3248 Index".
3249 (Concept Index, Function and Variable Index): New nodes.
3250 (Index): Node deleted.
3251
3252 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3253
3254 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3255 and "maint agent-eval".
3256
3257 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3258
3259 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3260 avoid file-name clashes between Index.html and index.html on
3261 case-insensitive filesystems. See the discussion starting in
3262 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3263 details of the problem.
3264 (Top): Update the master menu for the above.
3265 (Concept Index, Command and Variable Index): New nodes, instead of
3266 the old "Index" node that was deleted. All cross-references
3267 updated.
3268
3269 2012-07-02 Stan Shebs <stan@codesourcery.com>
3270
3271 * gdb.texinfo (Dynamic Printf): Mention agent style and
3272 disconnected dprintf.
3273 (Maintenance Commands): Describe maint agent-printf.
3274 (General Query Packets): Mention BreakpointCommands feature.
3275 (Packets): Document commands extension to Z0 packet.
3276 * agentexpr.texi (Bytecode Descriptions): Document printf
3277 bytecode.
3278
3279 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3282 only after gdbinit files.
3283 (Startup): Move -iex and -iex commands down after gdbinit files.
3284
3285 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3286
3287 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3288 possibility.
3289
3290 2012-06-29 Tom Tromey <tromey@redhat.com>
3291
3292 * gdb.texinfo (Index Section Format): Update for version 7.
3293
3294 2012-06-28 Stan Shebs <stan@codesourcery.com>
3295
3296 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3297 example, add note about title column.
3298
3299 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3300
3301 * gdb.texinfo (Symbol Tables In Python): Add description about
3302 the new 'last' attribute of gdb.Symtab_and line.
3303
3304 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3305
3306 * gdb.texinfo (Symbol Tables In Python): Correct the description
3307 of the 'pc' attribute of gdb.Symtab_and_line.
3308
3309 2012-06-26 Doug Evans <dje@google.com>
3310
3311 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3312 and symtab-create.
3313
3314 2012-06-25 Keith Seitz <keiths@redhat.com>
3315
3316 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3317 from example. Remove "rbreak" from list of corresponding
3318 gdb commands.
3319
3320 2012-06-23 Doug Evans <dje@google.com>
3321
3322 * gdb.texinfo (Index Section Format): Document version 7 format.
3323
3324 2012-06-22 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.texinfo: Add missing cindex for some packets.
3327
3328 2012-06-20 Keith Seitz <keiths@redhat.com>
3329
3330 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3331 for -break-insert and document -p.
3332
3333 2012-06-20 Yao Qi <yao@codesourcery.com>
3334
3335 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3336 and "gdb.write_memory" with "Inferior.read_memory" and
3337 "Inferior.write_memory".
3338
3339 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3340
3341 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3342 (Free Documentation): Add @node line.
3343 (Continuing and Stepping) <advance location>: Use @item instead of
3344 @itemx.
3345 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3346 @itemx.
3347 (Embedded Processors): Put the link to "PA" to its correct place,
3348 according to document structure.
3349 (Python API): Put the link to "Lazy Strings In Python" to its
3350 correct place.
3351 (Index): Use @@ in @tex block to get a literal @.
3352
3353 * gdbint.texinfo: Fix the @subtitle line.
3354
3355 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3356 correct place.
3357
3358 2012-06-08 Yao Qi <yao@codesourcery.com>
3359
3360 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3361 Protocol'.
3362 (In-Process Agent Protocol, IPA Protocol Objects)
3363 (IPA Protocol Commands): New nodes.
3364 (Tracepoint Packets): Add anchors.
3365
3366 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3367
3368 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3369
3370 2012-06-06 Yao Qi <yao@codesourcery.com>
3371
3372 * gdb.texinfo: Update copyright year.
3373
3374 2012-05-23 Stan Shebs <stan@codesourcery.com>
3375 Kwok Cheung Yeung <kcy@codesourcery.com>
3376
3377 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3378
3379 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3380
3381 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3382 Mention also --with-separate-debug-dir.
3383 (Auto-loading): Prepend $debugdir in the sample output.
3384 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3385 auto-load safe-path variable.
3386 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3387 Mention also $debugdir for 'set auto-load scripts-directory'.
3388
3389 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3390
3391 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3392 (MIPS Embedded, MIPS, MIPS Register packet Format)
3393 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3394 appropriate.
3395
3396 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3397 Maciej W. Rozycki <macro@codesourcery.com>
3398
3399 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3400 mips compression".
3401 (MIPS Breakpoint Kinds): New subsubsection.
3402
3403 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3404
3405 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3406 nodes for subsections. Add @acronym mark-ups and adjust
3407 formatting.
3408
3409 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3410
3411 Rename $ddir to $datadir.
3412 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3413 (objfile-gdb.py file): Rename $ddir to $datadir.
3414
3415 2012-05-18 Tom Tromey <tromey@redhat.com>
3416
3417 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3418
3419 2012-05-14 Stan Shebs <stan@codesourcery.com>
3420
3421 * gdb.texinfo (Dynamic Printf): New subsection.
3422
3423 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3424
3425 * gdb.texinfo (Basic Python): Add description about the function
3426 gdb.find_pc_line
3427
3428 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3429 Eli Zaretskii <eliz@gnu.org>
3430
3431 * gdb.texinfo (Separate Debug Files): Use plural form for global
3432 debugging information directory.
3433
3434 2012-05-11 Stan Shebs <stan@codesourcery.com>
3435 Kwok Cheung Yeung <kcy@codesourcery.com>
3436
3437 * gdb.texinfo (Operating System Auxiliary Information): Document new
3438 'info os' subcommands.
3439
3440 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3443 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3444 (dotdebug_gdb_scripts section): Add reference
3445 to 'Auto-loading safe path'.
3446
3447 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3448
3449 Implement multi-component --with-auto-load-dir.
3450 * gdb.texinfo (Auto-loading): New references
3451 for 'set auto-load scripts-directory'
3452 and 'show auto-load scripts-directory'.
3453 (Auto-loading safe path): Describe the new default. Move $ddir
3454 substituation reference to 'objfile-gdb.py file'.
3455 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3456 script-name. Describe new 'set auto-load scripts-directory'
3457 and 'show auto-load scripts-directory'.
3458
3459 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3460
3461 Provide $ddir substitution for --with-auto-load-safe-path.
3462 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3463 (Auto-loading safe path): Likewise. Mention the default value,
3464 $ddir substitution, --with-auto-load-safe-path and
3465 --without-auto-load-safe-path.
3466 * observer.texi (gdb_datadir_changed): New.
3467
3468 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3471 Twice.
3472
3473 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3474 directory separator by path separator.
3475
3476 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3479 for 'set auto-load safe-path' optional. Mention if it is omitted.
3480 Change disabling security protection condition to "/", twice.
3481
3482 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3483
3484 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3485 the new methods global_block and static_block on gdb.Symtab
3486 objects.
3487
3488 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3489
3490 * gdb.texinfo (Blocks In Python): Add a note saying that future
3491 improvements to GDB and its infrastructure can move symbols
3492 across blocks within a symbol table.
3493
3494 2012-04-29 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3497 (A29K): Remove.
3498
3499 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3500 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3503 and generic static probe support on GDB.
3504
3505 2012-04-25 Doug Evans <dje@google.com>
3506
3507 * gdb.texinfo (Go): Fix thinko.
3508
3509 * gdb.texinfo (Supported Languages): Add Go.
3510 (Go): New node.
3511
3512 2012-04-25 Yao Qi <yao@codesourcery.com>
3513
3514 * gdbint.texinfo (Testsuite): New section `Board settings'.
3515
3516 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3517
3518 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3519 Three times.
3520
3521 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3522 Three times.
3523
3524 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3527 by @table @asis. Fix formatting of one item.
3528
3529 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3530
3531 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3532
3533 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3534
3535 New option "set debug auto-load".
3536 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3537 (auto-load verbose mode): New node.
3538
3539 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 New option "set auto-load safe-path".
3542 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3543 and "info auto-load" examples for safe-path. Put there also references
3544 for "set auto-load safe-path" and "show auto-load safe-path".
3545 New menu item for Auto-loading safe path.
3546 (Auto-loading safe path): New node.
3547 (Python Auto-loading): Update the expected output from "Missing"
3548 to "No".
3549
3550 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3551
3552 auto-load: Implementation.
3553 * gdb.texinfo (Mode Options): New anchor for -nx.
3554 (Startup): New anchors for Option -init-eval-command,
3555 Home Directory Init File
3556 and Init File in the Current Directory during Startup.
3557 Mention set auto-load local-gdbinit with a reference.
3558 Change the sample code to "set auto-load python-scripts".
3559 (Threads): New anchor set libthread-db-search-path.
3560 Provide references to libthread_db.so.1 file.
3561 (Controlling GDB): New menu item for Auto-loading.
3562 (Auto-loading, Init File in the Current Directory)
3563 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3564 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3565 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3566 reference.
3567 (Auto-loading): Rename to ...
3568 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3569 "set auto-load python-scripts", new anchor for it. Change
3570 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3571 for it. Change "info auto-load-scripts"
3572 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3573 to "Python scripts".
3574
3575 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3576
3577 PR mi/13393
3578 * gdb.texinfo (Print Settings): Extend the description for "set print
3579 object".
3580 (GDB/MI Variable Objects): Extend the description for -var-create and
3581 -var-list-children.
3582
3583 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3584
3585 * gdb.texinfo (Examining Data): Document the 'explore' command.
3586
3587 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3588
3589 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3590 to the children of a varobj and its update range when -var-update
3591 returns that the varobj's type changed.
3592
3593 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3594
3595 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3596 Create two new links fir 'objfile-gdb.py file'
3597 and 'dotdebug_gdb_scripts section'.
3598
3599 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 * gdb.texinfo (Auto-loading): Rename node reference
3602 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3603 Twice.
3604 (.debug_gdb_scripts section): Rename the node ...
3605 (dotdebug_gdb_scripts section): ... here.
3606 (Maintenance Commands): Also rename this node reference.
3607
3608 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3609
3610 * gdb.texinfo (Python API/Values From Inferior): Add description
3611 about the new method Value.referenced_value. Add description on
3612 how Value.dereference is different (and similar) to
3613 Value.referenced_value.
3614
3615 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3616
3617 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3618 --init-eval-command=COMMAND, -iex.
3619 (Startup): Describe -iex and -ix. Simplify the example
3620 for "set auto-load-scripts off".
3621
3622 2012-03-16 Gary Benson <gbenson@redhat.com>
3623
3624 PR breakpoints/10738
3625 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3626 stating that GDB cannot set breakpoints on inlined functions.
3627 (Mode Options): Document --use-deprecated-index-sections.
3628 (Index Section Format): Document new index section version format.
3629
3630 2012-03-15 Tom Tromey <tromey@redhat.com>
3631
3632 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3633
3634 2012-03-13 Doug Evans <dje@google.com>
3635
3636 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3637 of "reload".
3638 (Symbols): Delete docs for set/show symbol-reloading.
3639 * gdbint.texinfo (Defining Other Architecture Features): Delete
3640 SYMBOL_RELOADING_DEFAULT.
3641 * refcard.tex: Delete reference to symbol-reloading.
3642
3643 2012-03-07 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.texinfo (General Query Packets): Document new
3646 QProgramSignals packet.
3647 * gdb.texinfo (Remote configuration): Mention
3648 "program-signals-packet".
3649
3650 2012-03-05 Tristan Gingold <gingold@adacore.com>
3651
3652 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3653
3654 2012-03-03 Yao Qi <yao@codesourcery.com>
3655
3656 * gdb.texinfo (In-Process Agent): New node.
3657 Document new commands.
3658 (General Query Packets): Add packet `QAgent'.
3659
3660 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3661
3662 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3663
3664 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3665
3666 * gdb.texinfo (Commands In Python): Put example python macro in
3667 COMMAND_USER category rather than COMMAND_OBSCURE.
3668 Document gdb.COMMAND_USER.
3669 (User-defined Commands): Update documentation to clarify
3670 "set/show max-user-call-depth" and "show user" don't apply to python
3671 commands. Update documentation to clarify "help user-defined" may
3672 also include python commands defined as COMMAND_USER.
3673
3674 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 * gdb.texinfo (Startup): Add option -ex description to the option -x
3677 description.
3678
3679 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3680
3681 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3682 condition-evaluation breakpoint parameter.
3683 Mention condition-evaluation mode being shown in "info break".
3684 (Break Conditions): Add description for target-side
3685 conditional breakpoints.
3686 (Remote Configuration): Mention conditional-breakpoints-packet.
3687 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3688 cond-expr.
3689 (General Query Packets): Mention new ConditionalBreakpoint feature.
3690
3691 2012-02-22 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3694
3695 2012-02-17 Tom Tromey <tromey@redhat.com>
3696
3697 PR python/10753:
3698 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3699 directory.
3700
3701 2012-02-14 Stan Shebs <stan@codesourcery.com>
3702
3703 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3704
3705 2012-02-13 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3708 mips-idt-ecoff.
3709
3710 2012-02-09 Yao Qi <yao@codesourcery.com>
3711
3712 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3713
3714 2012-02-07 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3717 Symbol.value.
3718
3719 2012-02-07 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3722
3723 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3724
3725 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3726
3727 2012-01-24 Tom Tromey <tromey@redhat.com>
3728
3729 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3730 unload".
3731 (Files): Mention new catch commands.
3732 (GDB/MI Async Records): Likewise.
3733
3734 2012-01-24 Gary Benson <gbenson@redhat.com>
3735
3736 Delete #if 0'd out code.
3737 * gdb.texinfo (Frame Info): Remove "info catch".
3738
3739 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3740
3741 * gdb.texinfo (Remote Configuration): Document
3742 "set remote hostio-readlink-packet" command.
3743 (General Query Packets): Document vFile:readlink packet.
3744
3745 2012-01-16 Tom Tromey <tromey@redhat.com>
3746
3747 * gdb.texinfo (Specify Location): Document relative file name
3748 handling.
3749
3750 2012-01-16 Tom Tromey <tromey@redhat.com>
3751
3752 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3753
3754 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3755 Eli Zaretskii <eliz@gnu.org>
3756
3757 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3758 code.
3759
3760 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3761
3762 * gdb.texinfo (Variables): Document use of :: for non-static
3763 variables.
3764
3765 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3766
3767 * gdbint.texinfo (Start of New Year Procedure): Update
3768 to replace use of copyright.sh by use of copyright.py.
3769
3770 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 Remove the gdbtui binary.
3773 * all-cfg.texi (GDBTUI): Remove.
3774 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3775 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3776 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3777
3778 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3779
3780 Introduce gdb.FinishBreakpoint in Python.
3781 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3782 (Python API): Add menu entry for Finish Breakpoints.
3783
3784 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3785
3786 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3787 tests.
3788
3789 2011-12-16 Doug Evans <dje@google.com>
3790
3791 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3792
3793 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3794
3795 * gdb.texinfo (Python Commands): Remove "maint set/show print
3796 stack". Add documentation for "set/show python print-stack".
3797
3798 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3799
3800 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3801 should transfer control to the stub in the startup code instead of
3802 in main. Mention the need to get past the initial breakpoint.
3803
3804 2011-12-06 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.texinfo (Set Breaks): Update for new behavior.
3807
3808 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3809
3810 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3811 List Format for SVR4 Targets'.
3812 (General Query Packets): New item qXfer:libraries-svr4:read.
3813 (Library List Format for SVR4 Targets): New node.
3814
3815 2011-12-01 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3818 add.
3819
3820 2011-11-22 Tom Tromey <tromey@redhat.com>
3821
3822 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3823 reasons.
3824
3825 2011-11-20 Stan Shebs <stan@codesourcery.com>
3826
3827 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3828 note-related options and variables.
3829 (Tracepoint Packets): Document packet changes.
3830
3831 2011-11-20 Sanjoy Das <sdas@igalia.com>
3832
3833 * gdb.texinfo (JIT Interface): Add documentation on writing and
3834 usind JIT debug info readers.
3835 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3836 Debug Info Readers): New nodes.
3837
3838 2011-11-18 Yao Qi <yao@codesourcery.com>
3839
3840 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3841 tracepoint.
3842
3843 2011-11-15 Doug Evans <dje@google.com>
3844
3845 * gdb.texinfo (Files): Document basenames-may-differ.
3846
3847 2011-11-14 Doug Evans <dje@google.com>
3848
3849 * gdb.texinfo (Shell Commands): Document "!".
3850
3851 2011-11-14 Stan Shebs <stan@codesourcery.com>
3852 Kwok Cheung Yeung <kcy@codesourcery.com>
3853
3854 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3855 needed to get shorter fast tracepoints.
3856 (Tracepoint Packets): Document new qTMinFTPILen packet.
3857
3858 2011-11-14 Yao Qi <yao@codesourcery.com>
3859
3860 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3861 behavior of tracepoint.
3862 (General Query Packets): New feature InstallInTrace.
3863 (Remote Configuration): Document "set remote
3864 install-in-trace-packet".
3865
3866 2011-11-12 Matt Rice <ratmice@gmail.com>
3867
3868 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3869 Add arguments to info macro.
3870
3871 2011-11-10 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3874 manual.
3875 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3876 (Macros): Add a footnote.
3877 (C): Remove paragraph about compiler options.
3878 (C Constants): Mention wide character and string constants.
3879 (C Plus Plus Expressions): Update compiler option advice. Mention
3880 using declarations. Mention ADL. Remove old HP compiler
3881 information.
3882
3883 2011-11-10 Tom Tromey <tromey@redhat.com>
3884
3885 PR c++/9257:
3886 * gdb.texinfo (Print Settings): Add an extra note about the need
3887 for a vtable.
3888
3889 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3890
3891 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3892 "set mips abi" documentation.
3893
3894 2011-11-04 Doug Evans <dje@google.com>
3895
3896 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3897
3898 2011-11-03 Tom Tromey <tromey@redhat.com>
3899
3900 * gdb.texinfo (Stopping): Add menu entry.
3901 (Continuing and Stepping): Restore @node. Use @section, not
3902 @subsection.
3903
3904 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3905
3906 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3907 designation. Fix "Specify Location" cross-reference.
3908
3909 2011-11-02 Stan Shebs <stan@codesourcery.com>
3910
3911 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3912 (General Query Packets): Describe tracenz feature.
3913 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3914
3915 2011-10-28 Paul Koning <paul_koning@dell.com>
3916
3917 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3918
3919 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3920
3921 * gdb.texinfo ((Frames In Python): Document
3922 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3923
3924 2011-10-26 Paul Koning <paul_koning@dell.com>
3925
3926 * gdb.texinfo (gdb.types): Document new deepitems function.
3927
3928 2011-10-25 Paul Koning <paul_koning@dell.com>
3929
3930 PR python/13327
3931
3932 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3933 fetch_lazy method.
3934
3935 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3936
3937 PR python/12656
3938
3939 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3940 global_block, static_block function.
3941
3942 2011-10-19 Tom Tromey <tromey@redhat.com>
3943
3944 * gdb.texinfo (Commands In Python): Add missing "@"s.
3945
3946 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3947
3948 PR python/13285 Document named constants for frame unwind stop reasons
3949 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3950 constants.
3951
3952 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 Fix compatibility with texinfo versions older than 4.12.
3955 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3956 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3957 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3958 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3959 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3960 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3961 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3962
3963 2011-10-09 Doug Evans <dje@google.com>
3964
3965 * gdb.texinfo (Extending GDB): Document alias command.
3966
3967 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 Support @entry in input expressions.
3970 * gdb.texinfo (Variables): Describe @entry names suffix.
3971 (Print Settings): Add anchor for `set print entry-values'.
3972
3973 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3974 Eli Zaretskii <eliz@gnu.org>
3975
3976 Display @entry parameter values (without references).
3977 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3978 example.
3979 (Print Settings): New description of set print entry-values and show
3980 print entry-values.
3981
3982 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3983 Eli Zaretskii <eliz@gnu.org>
3984
3985 Recognize virtual tail call frames.
3986 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3987 (Tail Call Frames): New node.
3988 (Frames In Python): Add gdb.TAILCALL_FRAME.
3989
3990 2011-10-07 Doug Evans <dje@google.com>
3991
3992 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3993 register_pretty_printer.
3994
3995 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3996
3997 PR python/12930
3998 PR python/12802
3999
4000 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4001 stop method.
4002
4003 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4004
4005 * gdb.texinfo (Starting your Program): "set disable-randomization"
4006 is no longer Linux-specific.
4007 (Remote Configuration): Document "set remote
4008 disable-randomization-packet".
4009 (General Query Packets): Document "QDisableRandomization" packet
4010 and add it to "qSupported" list.
4011
4012 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4013
4014 Allow Python notification of new object-file loadings.
4015 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4016 event type.
4017
4018 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4019
4020 PR python/12691: Add the inferior to Python exited event
4021 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4022
4023 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4024
4025 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4026 rephasing.
4027
4028 2011-10-03 Joel Brobecker <brobecker@adacore.com>
4029
4030 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4031 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4032 as possible feature returned by the `-list-features'
4033 command.
4034
4035 2011-09-28 Paul Koning <paul_koning@dell.com>
4036
4037 * gdb.texinfo (gdb.Type): Document field access by dictionary
4038 key syntax.
4039
4040 2011-09-28 Yao Qi <yao@codesourcery.com>
4041
4042 * gdb.texinfo (Files): Update options for `add-symbol-file'.
4043 Add one space after option `-s'. Remove @r{} markup.
4044
4045 2011-09-27 Stan Shebs <stan@codesourcery.com>
4046
4047 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4048
4049 2011-09-16 Hui Zhu <teawater@gmail.com>
4050
4051 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4052 to *(unsigned char *)$esp@300.
4053
4054 2011-09-15 Paul Koning <paul_koning@dell.com>
4055
4056 * gdb.texinfo: Make style of Python functions and methods match
4057 the syntax of Python. Also put class and module names explicitly
4058 on function, member, and variable names, matching Python
4059 documentation conventions.
4060
4061 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4062
4063 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4064 * gdb.texinfo (Inferiors In Python): Describe new
4065 gdb.selected_inferior() function.
4066
4067 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4068
4069 Handle multiple breakpoint hits in Python interface:
4070 * gdb.texinfo (Events In Python): New function documentation:
4071 gdb.BreakpointEvent.breakpoints. Indicate that
4072 gdb.BreakpointEvent.breakpoint is now deprecated.
4073
4074 2011-09-04 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4077
4078 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
4079
4080 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4081
4082 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4083
4084 * gdb.texinfo (Prompt): Add set/show extended-prompt
4085 documentation
4086 (Basic Python): Add prompt_hook anchor.
4087 (Python modules): Reword module text to reflect multiple modules.
4088 (gdb.prompt): Document gdb.prompt module.
4089
4090 2011-08-14 Yao Qi <yao@codesourcery.com>
4091
4092 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4093
4094 2011-08-14 Yao Qi <yao@codesourcery.com>
4095
4096 * gdb.texinfo (Standard Target Features): Document C6x features.
4097 (TIC6x Features): New node.
4098
4099 2011-08-12 Doug Evans <dje@google.com>
4100
4101 * gdb.texinfo (Symbols In Python): Document symbol.type.
4102
4103 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
4104
4105 * gdb.texinfo (Python): Document command and function
4106 auto-loading.
4107
4108 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4109 Eli Zaretskii <eliz@gnu.org>
4110
4111 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
4112 typedefs unrolling. Extend the sample code by an inner typedef and
4113 outer typedefs unrolling.
4114
4115 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
4116
4117 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4118 size and line-size.
4119
4120 2011-07-21 Matt Rice <ratmice@gmail.com>
4121
4122 PR macros/12999
4123 * gdb.texinfo (Macros): Add info definitions and info macros commands.
4124 Update text and cindex entries for info macro command.
4125
4126 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4127
4128 * observer.texi (GDB Observers): Add before_prompt observer.
4129 * gdb.texinfo (Basic Python): Add documentation for prompt
4130 substitution.
4131
4132 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4133
4134 PR python/12438
4135 * gdb.texinfo (Python Commands): Add deprecate note to maint
4136 set/show python print-stack. Document set/show python
4137 print-backtrace.
4138
4139 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4140
4141 * gdb.texinfo: Fix typos.
4142
4143 2011-07-01 Tom Tromey <tromey@redhat.com>
4144
4145 * gdb.texinfo (Debugging Output): Document set debug
4146 check-physname.
4147
4148 2011-06-29 Tom Tromey <tromey@redhat.com>
4149
4150 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4151 breakpoint-notifications feature.
4152
4153 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
4154
4155 * gdb.texinfo (Target Description): Remove warning about
4156 possibly unstable format.
4157
4158 2011-06-03 Tom Tromey <tromey@redhat.com>
4159
4160 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4161 (Events In Python): Note that exit_code is optional.
4162
4163 2011-05-17 Pedro Alves <pedro@codesourcery.com>
4164
4165 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4166 required for multi-threading support.
4167 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4168 Hc are deprecated for multi-threading debugging. Point readers at
4169 the vCont packet.
4170
4171 2011-05-15 Doug Evans <dje@google.com>
4172
4173 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4174
4175 2011-05-13 Doug Evans <dje@google.com>
4176
4177 * gdb.texinfo (Threads): Document $sdir,$pdir.
4178 (Server): Document $pdir exception.
4179
4180 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4181
4182 * gdb.texinfo (Threads): Clarify default value for
4183 libthread-db-search-path.
4184
4185 * gdb.texinfo (Completion): Update example.
4186 (Debugging Output): Delete `set/show debug lin-lwp-async'.
4187
4188 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4189
4190 * gdb.texinfo: Document change in the behaviour of the enable and
4191 disable GDB commands when applied to tracepoints.
4192 Document the EnableDisableTracepoints remote stub feature.
4193 Document QTEnable and QTDisable in the list of tracepoint packets.
4194
4195 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4198 hsuser.texi.
4199 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4200 comment to hsuser.texi. Change rluser.texi name in the comment.
4201
4202 2011-05-10 Doug Evans <dje@google.com>
4203
4204 * gdb.texinfo (Threads): If an empty path is provided for
4205 libthread-db-search-path it is reset to its default value.
4206 (Server): Ditto.
4207
4208 2011-05-09 Doug Evans <dje@google.com>
4209
4210 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
4211
4212 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4213 Thiago Jung Bauermann <bauerman@br.ibm.com>
4214
4215 Implement support for PowerPC BookE masked watchpoints.
4216 * gdb.texinfo (Set Watchpoints): Document mask parameter.
4217 (PowerPC Embedded): Mention support of masked watchpoints.
4218
4219 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4220
4221 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4222 `@value{GDBN}'.
4223
4224 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdb.texinfo (titlepage): Remove dedication.
4227 (In Memoriam): New appendix.
4228
4229 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4230 Eli Zaretskii <eliz@gnu.org>
4231
4232 * gdb.texinfo (Index Section Format): Change the version to 5.
4233 Describe the different formula.
4234
4235 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4236 Eli Zaretskii <eliz@gnu.org>
4237
4238 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4239 for disconnected tracing.
4240 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4241 extended-remote relationship. Mention --once.
4242 (TCP port allocation lifecycle of @code{gdbserver}): New.
4243
4244 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4245
4246 * gdb.texinfo (Server): Improve indexing. Index all optional
4247 switches to gdbserver.
4248
4249 2011-04-20 Tom Tromey <tromey@redhat.com>
4250
4251 * gdb.texinfo (Index Section Format): New node.
4252 (Top): Add new node to menu.
4253
4254 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4255
4256 * gdb.texinfo (Maintenance Commands): Document `maint print
4257 remote-registers'.
4258
4259 2011-04-20 Tom Tromey <tromey@redhat.com>
4260
4261 * gdb.texinfo (Trace File Format): Move node later.
4262
4263 2011-04-19 Tom Tromey <tromey@redhat.com>
4264
4265 * gdbint.texinfo (Register Information Functions): Remove
4266 duplicate "the".
4267 * gdb.texinfo (Emacs): Remove duplicate "to".
4268 (GDB/MI Variable Objects): Remove duplicate "the".
4269 (General Query Packets): Likewise.
4270
4271 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4272
4273 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4274 "GDB/MI Ada Exception Information" node.
4275
4276 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4279 the "exception-name" field in the *stopped async record.
4280
4281 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4282 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4283
4284 Implement support for PowerPC BookE ranged breakpoints.
4285 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4286
4287 2011-03-28 Tom Tromey <tromey@redhat.com>
4288
4289 * gdb.texinfo (Set Tracepoints): Fix typo.
4290
4291 2011-03-24 Tom Tromey <tromey@redhat.com>
4292
4293 * gdb.texinfo (Specify Location): Document `function:label'
4294 linespec.
4295
4296 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4297
4298 PR python/12149
4299
4300 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4301
4302 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4303
4304 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4305 (Inferiors In Python): Likewise.
4306 (Threads In Python): Likewise.
4307 (Symbols In Python): Likewise.
4308 (Objfiles In Python): Likewise.
4309 (Symbol Tables In Python): Likewise.
4310
4311 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4312
4313 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4314 display>: Explain that the commands accept number ranges.
4315
4316 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4317
4318 * gdb.texinfo (Breakpoints In Python): Add description and example
4319 of Python stop function operation.
4320
4321 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4322
4323 * gdb.texinfo (Parameters In Python): Document get_set_string and
4324 get_show_string methods.
4325
4326 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4329
4330 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4331 circular-trace-buffer name.
4332
4333 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4334
4335 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4336 in the previous change.
4337
4338 2011-02-27 Michael Snyder <msnyder@vmware.com>
4339
4340 * gdb.texinfo (Inferiors and Programs): Update commands to show
4341 that they can accept multiple arguments.
4342
4343 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4344
4345 Revert the following patch (code patch was not approved):
4346 2011-02-21 Hui Zhu <teawater@gmail.com>
4347 * agentexpr.texi (bytecode descriptions): add printf.
4348 * gdb.texinfo (tracepoint action lists): add printf.
4349
4350 2011-02-23 Doug Evans <dje@google.com>
4351
4352 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4353
4354 2011-02-23 Michael Snyder <msnyder@vmware.com>
4355
4356 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4357 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4358 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4359
4360 2011-02-22 Doug Evans <dje@google.com>
4361
4362 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4363 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4364 add description of result, fix @defun formatting.
4365
4366 2011-02-21 Hui Zhu <teawater@gmail.com>
4367
4368 * agentexpr.texi (Bytecode Descriptions): Add printf.
4369 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4370
4371 2011-02-18 Tom Tromey <tromey@redhat.com>
4372
4373 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4374
4375 2011-02-14 Michael Snyder <msnyder@vmware.com>
4376
4377 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4378 Document new command "thread find".
4379
4380 2011-02-14 Michael Snyder <msnyder@vmware.com>
4381
4382 * gdb.texinfo (Threads): Update example of new thread message.
4383
4384 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4385
4386 * gdb.texinfo (Remote Configuration): Mention set/show remote
4387 traceframe-info.
4388 (Tools/Packages Optional for Building GDB): Mention that expat is
4389 used for traceframe info.
4390 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4391 (General Query Packets) <qSupported>: Describe the
4392 qXfer:traceframe-info:read feature.
4393 (qXfer::read): Describe qXfer:traceframe-info:read.
4394 (Traceframe Info Format): New section.
4395
4396 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4397
4398 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4399 for casts and unary operators.
4400
4401 2011-02-04 Tom Tromey <tromey@redhat.com>
4402
4403 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4404 is not useful.
4405
4406 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4407
4408 * gdb.texinfo: s/value optimized out/optimized out/g
4409
4410 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.texinfo (Other Misc Settings): Rework part of the
4413 documentation of the "set interactive mode" command.
4414
4415 2011-01-19 Tom Tromey <tromey@redhat.com>
4416
4417 * gdb.texinfo (Threads): Document thread name output and `thread
4418 name' command.
4419 (Threads In Python): Document Thread.name attribute.
4420 (GDB/MI Thread Commands): Document thread attributes.
4421
4422 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4423
4424 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4425 changes in mi/mi-cmd-disas.c
4426
4427 2011-01-12 Tom Tromey <tromey@redhat.com>
4428
4429 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4430 Fix "thread apply" text.
4431
4432 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4433 Thiago Jung Bauermann <bauerman@br.ibm.com>
4434
4435 Implement support for PowerPC BookE ranged watchpoints.
4436 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4437 the "set powerpc exact-watchpoints" flag.
4438
4439 2011-01-07 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.texinfo (Python API): Add descriptions to @menu items.
4442
4443 2011-01-06 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4446
4447 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4448
4449 * gdb.texinfo (Debugging Output): Document "set debug jit".
4450
4451 2011-01-06 Tom Tromey <tromey@redhat.com>
4452
4453 PR python/12133:
4454 * gdb.texinfo (Frames In Python): Document various frame
4455 constants.
4456
4457 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4458
4459 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4460 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4461 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4462
4463 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4466 (clean): Add GDBvn.texi.
4467
4468 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4469
4470 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4471 occasional case where the debugger prints an array address
4472 instead of the array itself.
4473
4474 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4475
4476 * gdb.texinfo (Packets) <read registers packet>: Document support
4477 for registers that were not collected.
4478
4479 2010-12-15 Doug Evans <dje@google.com>
4480
4481 * gdb.texinfo (Startup): Document auto-loading of scripts during
4482 startup.
4483 (Auto-loading): Delete "maint set python auto-load on|off".
4484 Add "set auto-load-scripts on|off".
4485
4486 2010-12-07 Doug Evans <dje@google.com>
4487
4488 * gdb.texinfo (Mode Options): Document -data-directory.
4489 (Data Files): Add reference to -data-directory.
4490
4491 2010-11-29 Doug Evans <dje@google.com>
4492
4493 * gdb.texinfo (Pretty-Printer Introduction): Change
4494 printer-name:subprinter-name to printer-name;subprinter-name.
4495
4496 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4497
4498 PR python/12199
4499
4500 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4501
4502 2010-11-23 Tom Tromey <tromey@redhat.com>
4503
4504 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4505 (Editing): Likewise.
4506 (Command History): Likewise.
4507 (TUI Keys): Likewise.
4508 (Bug Reporting): Conditionally include rluser.texi and
4509 inc-history.texinfo.
4510 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4511 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4512 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4513 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4514 (gdb.pdf): Likewise.
4515 (gdb.info): Likewise.
4516 (gdb/index.html): Likewise.
4517
4518 2010-11-23 Tom Tromey <tromey@redhat.com>
4519
4520 * Makefile.in (Makefile): Run ../config.status.
4521 (distclean): Update.
4522 * configure: Remove.
4523 * configure.ac: Remove.
4524
4525 2010-11-12 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.texinfo (Basic Python): Update. Add xref.
4528 (Exception Handling): Document new exception classes.
4529 (Types In Python): Update.
4530 (Frames In Python): Update.
4531
4532 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4533
4534 * gdb.texinfo (Breakpoints In Python): Document "internal"
4535 parameter, and visible attribute.
4536
4537 2010-11-05 Doug Evans <dje@google.com>
4538
4539 * gdb.texinfo (Source Path): Document "set directories".
4540
4541 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4542
4543 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4544 (OpenCL C): New node.
4545
4546 2010-11-02 Doug Evans <dje@google.com>
4547
4548 * gdb.texinfo (Pretty Printing): Expand into three sections,
4549 introduction, example, and commands.
4550 (Python API): Delete section Disabling Pretty-Printers, merge into
4551 Selecting Pretty-Printers.
4552 (Writing a Pretty-Printer): New section. Move the pretty-printer
4553 example here, and reformat to match python coding style. Add a second
4554 example using the gdb.printing module.
4555 (Python modules): Add gdb.printing.
4556
4557 2010-10-29 Doug Evans <dje@google.com>
4558
4559 * gdb.texinfo (Python): Fix long line.
4560
4561 2010-10-20 Doug Evans <dje@google.com>
4562
4563 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4564 All references updated. Correct sections marked as subsections.
4565 (Coding Standards): New chapter. Move the coding standard related
4566 subsections here. Add section on Python coding standards.
4567
4568 2010-10-13 Doug Evans <dje@google.com>
4569
4570 * gdb.texinfo (Python): Add "Python modules".
4571 (Types in Python): Add reference to gdb.types section.
4572 (Python modules): New node.
4573
4574 2010-10-11 Doug Evans <dje@google.com>
4575
4576 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4577 Python" from gdb.Value.type description.
4578
4579 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.texinfo (Ravenscar Profile): New node.
4582
4583 2010-09-22 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4586
4587 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4588
4589 * gdb.texinfo (Values From Inferior): Clarify that
4590 value.dynamic_type works only in C++ programs with RTTI.
4591
4592 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4593
4594 * gdb.texinfo (Character Sets): Correctly reference host-charset
4595 in example.
4596
4597 2010-09-13 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4600 Document "fullname" and "from".
4601
4602 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4603
4604 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4605 feature `reverse' output by -list-target-features.
4606
4607 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4608
4609 * gdb.texinfo (i386 Features): Remove an extra "@item".
4610
4611 2010-08-30 Tom Tromey <tromey@redhat.com>
4612
4613 PR python/11792:
4614 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4615
4616 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4617
4618 * gdb.texinfo (ARM Features): Document
4619 org.gnu.gdb.arm.m-profile.
4620
4621 2010-08-23 Tom Tromey <tromey@redhat.com>
4622
4623 PR python/11145:
4624 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4625 reinterpret_cast methods.
4626
4627 2010-08-23 Tom Tromey <tromey@redhat.com>
4628
4629 PR python/11915:
4630 * gdb.texinfo (Types In Python): Document array method.
4631
4632 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4633
4634 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4635
4636 2010-08-16 Tom Tromey <tromey@redhat.com>
4637
4638 * gdb.texinfo (Set Watchpoints): Document -location option.
4639
4640 2010-08-13 Doug Evans <dje@google.com>
4641
4642 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4643
4644 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4645
4646 * gdb.texinfo (GDB/MI Data Manipulation): Document
4647 -data-read-memory-raw and -data-write-memory-raw.
4648
4649 2010-08-11 Tom Tromey <tromey@redhat.com>
4650 Phil Muldoon <pmuldoon@redhat.com>
4651
4652 * gdb.texinfo (Basic Python): Describe post_event API.
4653
4654 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4655
4656 * gdb.texinfo (Basic Python): Describe solib_address and
4657 decode_line Python APIs
4658
4659 2010-08-10 Tom Tromey <tromey@redhat.com>
4660
4661 * gdb.texinfo (Pretty Printing API): Document
4662 gdb.default_visualizer.
4663
4664 2010-08-10 Tom Tromey <tromey@redhat.com>
4665
4666 Revert gdb-add-index addition:
4667 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4668
4669 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4670 Eli Zaretskii <eliz@gnu.org>
4671
4672 * gdb.texinfo (Mode Options) <-batch>
4673 (Basic Python) <gdb.execute>: Describe setting width and height.
4674
4675 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4676
4677 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4678
4679 2010-07-30 Tom Tromey <tromey@redhat.com>
4680
4681 * gdb.texinfo (Index Files): Mention gdb-add-index.
4682
4683 2010-07-30 Hui Zhu <teawater@gmail.com>
4684
4685 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4686 "detach inferior" and "kill inferior".
4687
4688 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4689
4690 * gdb.texinfo (Machine Code): Update description of two forms of
4691 arguments, and add new example to demonstrate the new form.
4692
4693 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4694
4695 * gdb.texinfo (Values From Inferior): Add value inferior function
4696 call description.
4697
4698 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4701
4702 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4703 Eli Zaretskii <eliz@gnu.org>
4704
4705 Make core files the process_stratum.
4706 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4707 record_stratum example.
4708
4709 2010-07-13 Tom Tromey <tromey@redhat.com>
4710
4711 * gdb.texinfo (Index Files): New node.
4712
4713 2010-07-13 Tom Tromey <tromey@redhat.com>
4714
4715 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4716
4717 2010-07-13 Tom Tromey <tromey@redhat.com>
4718
4719 * gdb.texinfo (Specify Location): Document labels.
4720
4721 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4722
4723 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4724 entries for fast tracepoints and static tracepoints.
4725
4726 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4727
4728 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4729 qsThreadInfo>: Spell out `l' as ell.
4730
4731 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4732
4733 * gdb.texinfo (Convenience Variables): Document $_sdata.
4734 (Commands to Set Tracepoints): Describe static tracepoints. Add
4735 `Listing Static Tracepoint Markers' menu entry. Document
4736 "strace".
4737 (Tracepoint Action Lists): Document collecting $_sdata.
4738 (Listing Static Tracepoint Markers): New subsection.
4739 (Tracepoints support in gdbserver): Mention static tracepoints.
4740 (remote packets, enabling and disabling): Mention
4741 read-sdata-object.
4742 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4743 and StaticTracepoint.
4744 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4745 Document qXfer:sdata:read.
4746 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4747
4748 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4749
4750 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4751
4752 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4753 Tom Tromey <tromey@redhat.com>
4754 Thiago Jung Bauermann <bauerman@br.ibm.com>
4755
4756 * gdb.texinfo (Inferiors In Python): New node.
4757 * gdb.texinfo (Threads In Python): New node.
4758
4759 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4760
4761 * gdb.texinfo (Python): Document what the python directory is
4762 and what its location is.
4763 (Basic Python): Document the gdb.PYTHONDIR constant.
4764
4765 2010-06-25 Tom Tromey <tromey@redhat.com>
4766
4767 PR python/10808:
4768 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4769
4770 2010-06-24 Hui Zhu <teawater@gmail.com>
4771
4772 * gdb.texinfo: (Commands for Controlled Output): Add
4773 documentation for command "eval".
4774
4775 2010-06-21 Stan Shebs <stan@codesourcery.com>
4776
4777 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4778 * annotate.texinfo: Ditto.
4779 * gdbint.texinfo: Ditto.
4780 * stabs.texinfo: Ditto.
4781
4782 2010-06-22 Hui Zhu <teawater@gmail.com>
4783
4784 * gdb.texinfo: (Process Record and Replay): Add documentation
4785 for command "set record memory-query".
4786
4787 2010-06-21 Stan Shebs <stan@codesourcery.com>
4788
4789 * gdb.texinfo: Relicense under GFDL version 1.3.
4790 * annotate.texinfo: Relicense under GFDL version 1.3.
4791 * gdbint.texinfo: Relicense under GFDL version 1.3.
4792 * stabs.texinfo: Relicense under GFDL version 1.3.
4793 * fdl.texi: Update to version 1.3.
4794
4795 2010-06-18 Stan Shebs <stan@codesourcery.com>
4796
4797 * gdb.texinfo (Operating System Auxiliary Information): Describe
4798 "info os" when no arguments given.
4799
4800 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4801 $_thread.
4802
4803 2010-06-18 Hui Zhu <teawater@gmail.com>
4804
4805 * gdb.texinfo: (Process Record and Replay): Add documentation
4806 for commands "record save" and "record restore".
4807
4808 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4809
4810 * gdb.texinfo: Include information about the correct use
4811 of addresses in the `watch' command.
4812
4813 2010-06-11 Stan Shebs <stan@codesourcery.com>
4814
4815 * gdb.texinfo (Observer Mode): New section.
4816 (General Query Packets): Document QAllow.
4817
4818 2010-06-04 Doug Evans <dje@google.com>
4819
4820 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4821
4822 2010-06-03 Doug Evans <dje@google.com>
4823
4824 * gdbint.texinfo (Coding): Add subsection on command names.
4825
4826 2010-06-02 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4829 always-disassemble.
4830
4831 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4832
4833 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4834 gdbserver, and add cross reference.
4835 (Tracepoints support in gdbserver): New subsection.
4836
4837 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4838
4839 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4840 `qRelocInsn' feature.
4841 (Relocate instruction reply packet): New subsection
4842 of `Tracepoint Packets'.
4843 (Tracepoint Packets): Mention that packets QTDP and QTStart
4844 support the qRelocInsn request, and add cross reference to new
4845 subsection.
4846
4847 2010-05-25 Doug Evans <dje@google.com>
4848
4849 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4850 (Commands In Python): Document gdb.string_to_argv.
4851
4852 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4853
4854 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4855 ATTR_NORETURN.
4856
4857 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4858 Tom Tromey <tromey@redhat.com>
4859 Thiago Jung Bauermann <bauerman@br.ibm.com>
4860
4861 * gdb.texinfo (Parameters In Python): New Node.
4862
4863 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4864
4865 * gdb.texinfo: (Summary) Add mention about D language support.
4866 (Filenames): Add D suffixes.
4867 (D): New node.
4868
4869 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4870
4871 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4872 of macro deleted from GDB code.
4873
4874 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4875
4876 * gdb.texinfo (Commands to specify files): Describe what how GDB
4877 looks up DOS-based filesystem paths on the system root. Document
4878 the new `set/show target-file-system-kind' commands.
4879
4880 2010-04-23 Doug Evans <dje@google.com>
4881
4882 * gdb.texinfo (Python): Move Auto-loading section here ...
4883 (Python API): from here.
4884 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4885 (Maintenance Commands): Add docs for "maint print section-scripts".
4886
4887 2010-04-20 Chris Moller <cmoller@redhat.com>
4888
4889 * gdb.texinfo (Setting Breakpoints): Added description of
4890 filename-qualified rbreak.
4891 * refcard.tex (Breakpoints and Watchpoints): Added brief
4892 description of filename-qualified rbreak.
4893
4894 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4897 (Python API): Change the reference to Pretty Printing API.
4898 (Pretty Printing): Move the user part under the Data node. Reformat
4899 the sample output to 72 columns. Create a new reference to Pretty
4900 Printing API. Rename the API part ...
4901 (Pretty Printing API): To a new node name.
4902 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4903 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4904
4905 2010-04-21 Stan Shebs <stan@codesourcery.com>
4906
4907 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4908 and commands.
4909 (Listing Tracepoints): Update to reflect current behavior.
4910
4911 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4912
4913 * gdb.texinfo (Examining memory): Update for change in string
4914 display with explicit size.
4915
4916 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4917
4918 PR breakpoints/8554.
4919
4920 * gdb.texinfo (Save Breakpoints): New node.
4921 (save-tracepoints): Rename to ...
4922 (save tracepoints): ... this. Mention that `save-tracepoints' is
4923 a deprecated alias to `save tracepoints'.
4924
4925 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4926
4927 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4928 (info w32 thread-information-block): Document new command.
4929 (qGetTIBAddress): Document new gdbserver query.
4930 (maint set/show show-all-tib): Document new command.
4931
4932 2010-04-15 Doug Evans <dje@google.com>
4933
4934 * gdb.texinfo (Python API): Add progspaces section.
4935 (Selecting Pretty-Printers): Progspace pretty-printers are
4936 searched too.
4937 (Progspaces In Python): New section.
4938
4939 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4940
4941 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4942
4943 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4944 returns None.
4945
4946 2010-04-09 Stan Shebs <stan@codesourcery.com>
4947
4948 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4949 Describe the `frames-created' field, tweak grammar.
4950
4951 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4952
4953 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4954 Describe the `circular' and `disconnected' fields.
4955
4956 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4957
4958 * gdb.texinfo (maint print registers): Mention unavailable and
4959 invisible registers.
4960
4961 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4962 Thiago Jung Bauermann <bauerman@br.ibm.com>
4963 Tom Tromey <tromey@redhat.com>
4964
4965 * gdb.texinfo (Breakpoints In Python): New Node.
4966
4967 2010-04-08 Stan Shebs <stan@codesourcery.com>
4968
4969 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4970 trace status fields.
4971
4972 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4973
4974 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4975 optional. Make org.gnu.gdb.i386.avx requires
4976 org.gnu.gdb.i386.avx.
4977
4978 2010-04-08 Doug Evans <dje@google.com>
4979
4980 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4981 search path, and document that gdb only scans the search path if
4982 the script's path doesn't specify a directory.
4983
4984 2010-04-05 Doug Evans <dje@google.com>
4985
4986 * gdb.texinfo (maint show python auto-load): Fix typo.
4987
4988 2010-04-04 Stan Shebs <stan@codesourcery.com>
4989
4990 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4991 (Setting Watchpoints): Update description of "info watch".
4992 (Disabling Breakpoints): Only "info break" lists all.
4993
4994 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4995 (tdump): Explain how tdump works.
4996
4997 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4998
4999 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5000 add cross reference.
5001
5002 2010-03-31 Pedro Alves <pedro@codesourcery.com>
5003
5004 * gdb.texinfo (TUI Commands): Mention that in some cases, these
5005 commands error out.
5006
5007 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5008
5009 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5010
5011 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5012
5013 * gdb.texinfo (General Query Packets): Add xmlRegisters.
5014
5015 2010-03-29 Stan Shebs <stan@codesourcery.com>
5016 Nathan Sidwell <nathan@codesourcery.com>
5017
5018 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5019 GDBN equivalent.
5020 (Set Tracepoints): Remove mention that conditional tracepoints
5021 don't exist.
5022 (Tracepoint Actions): Clarify when while-stepping collection
5023 happens, note that while-stepping does not automatically collect
5024 $pc.
5025
5026 2010-03-29 Stan Shebs <stan@codesourcery.com>
5027
5028 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5029 (General Query Packets): Describe TracepointSource.
5030
5031 2010-03-27 Matt Rice <ratmice@gmail.com>
5032
5033 * gdb.texinfo (ARM): Document arguments to "target sim".
5034 (Set Catchpoints): Use @dots{} instead of @r{...}.
5035
5036 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5037
5038 * gdb.texinfo (Tracepoint Packets): Remove mention that
5039 terror:string may be plain text, and drop mention of X prefix.
5040
5041 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
5042
5043 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5044
5045 2010-03-24 Stan Shebs <stan@codesourcery.com>
5046
5047 * gdb.texinfo (Tracepoint Packets): Document trace error status.
5048
5049 2010-03-24 Tom Tromey <tromey@redhat.com>
5050
5051 PR breakpoints/9352:
5052 * gdb.texinfo (Break Commands): Update.
5053
5054 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5055
5056 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5057 commands.
5058
5059 2010-03-16 Stan Shebs <stan@codesourcery.com>
5060
5061 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5062 circular-trace-buffer.
5063 (Tracepoint Packets): Describe QTBuffer, and details of the
5064 qTStatus reply.
5065
5066 2010-03-12 Stan Shebs <stan@codesourcery.com>
5067 Nathan Sidwell <nathan@codesourcery.com>
5068
5069 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5070 doing instruction stepping.
5071 (Tracepoint Restrictions): New node.
5072
5073 2010-03-10 Tom Tromey <tromey@redhat.com>
5074
5075 * gdbint.texinfo (Symbol Handling): Update.
5076
5077 2010-03-08 Tom Tromey <tromey@redhat.com>
5078
5079 PR cli/9591:
5080 * gdb.texinfo (Mode Options): Mention lack of pagination and
5081 confirmation with --batch.
5082 (Screen Size): Mention --batch.
5083 (Messages/Warnings): Likewise.
5084
5085 2010-03-05 Tom Tromey <tromey@redhat.com>
5086
5087 * gdb.texinfo (Basic Python): Document target_charset and
5088 target_wide_charset.
5089
5090 2010-03-05 Tom Tromey <tromey@redhat.com>
5091
5092 * gdb.texinfo (Data): Link to pretty-printing.
5093 (Output Formats): Likewise. Correct text.
5094
5095 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.texinfo (Types): Describe <struct> and <flags>.
5098
5099 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5100
5101 * gdb.texinfo (Frames In Python): Add block parameter and
5102 description to read_var text.
5103
5104 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
5105 Tom Tromey <tromey@redhat.com>
5106
5107 * gdb.texinfo (Types In Python): Describe block argument in
5108 template_argument and gdb.lookup_type.
5109
5110 2010-02-24 Tom Tromey <tromey@redhat.com>
5111
5112 * gdb.texinfo (Cygwin Native): Fix typo.
5113
5114 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5115
5116 * gdb.texinfo (Frames In Python): Add block, find_sal, function
5117 and select method descriptions.
5118 (Python API): Add Blocks In Python, Symbols in Python and Symbol
5119 Tables in Python to menu.
5120 (Blocks In Python): New node.
5121 (Symbols In Python): New node.
5122 (Symbol Tables in Python): New node.
5123
5124 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
5125
5126 Multiexec MI
5127
5128 gdb/
5129 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5130
5131 gdb/doc/
5132 * gdb.texinfo (GDB/MI Command Syntax): Document notification
5133 changes.
5134 (GDB/MI Program Execution): Document current behaviour of
5135 --all and --thread-group.
5136 (GDB/MI Miscellaneous Commands): Document -add-inferior and
5137 -remove-inferior.
5138 * observer.texi (inferior_added, inferior_removed): New
5139 observers.
5140
5141 2010-02-19 Tom Tromey <tromey@redhat.com>
5142
5143 * gdbint.texinfo (Getting Started): Fix @node.
5144 (Debugging GDB): Likewise.
5145
5146 2010-02-13 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5149 documenting the gdb_test_timeout variable.
5150
5151 2010-02-12 Jakob Engblom <jakob@virtutech.com>
5152
5153 * gdb.texinfo (MI commands): Added documentation of --reverse
5154 option to a set of MI commands. Restructured documentation of MI
5155 commands --exec-continue to reflect the complexity of reverse
5156 execution.
5157
5158 2010-02-12 Pedro Alves <pedro@codesourcery.com>
5159
5160 * gdb.texinfo (Using the Collected Data): Specify that the address
5161 range of `tfind outsize' is exclusive, and that the address range
5162 of `tfind range' is inclusive.
5163 (Tracepoint Packets): Specify that the address range of
5164 `QTFrame:range' is inclusive, and that the address range of
5165 `QTFrame:outside' is exclusive
5166
5167 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
5168
5169 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5170
5171 2010-02-10 Tom Tromey <tromey@redhat.com>
5172
5173 * gdb.texinfo (Debugging Output): Document set debug parser and
5174 show debug parser.
5175
5176 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
5177
5178 * gdb.texinfo (Predefined Target Types): Add i387_ext,
5179 i386_eflags and i386_mxcsr.
5180
5181 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
5182
5183 * gdb.texinfo: Document i386 target features.
5184
5185 2010-02-05 Doug Evans <dje@google.com>
5186
5187 * gdbint.texinfo (Testsuite): Add a new section to document the
5188 various DejaGnu variables that may be overridden.
5189 Document INTERNAL_GDBFLAGS.
5190
5191 2010-02-04 Tom Tromey <tromey@redhat.com>
5192
5193 PR cli/8830:
5194 * gdb.texinfo (Files): -readnow comes before the filename for file
5195 and symbol-file.
5196
5197 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5200 Document ARM breakpoint types.
5201 (Register Packet Format): Move into the new section.
5202 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5203
5204 2010-01-21 Joel Brobecker <brobecker@adacore.com>
5205
5206 * gdb.texinfo (File Options): Adjust the documentation of this
5207 switch to refer to the "source" command rather than partially
5208 duplicating some of the relevant information.
5209 (Extending GDB): Introduce and document the set/show script-extension
5210 setting.
5211 (Command Files): Add note explaining that the "source" command
5212 is also used to evalute scripts written in other languages.
5213 Remove the short slightly incorrect reference to sourcing Python
5214 scripts.
5215 (Python Commands): Document how to execute a Python script from GDB.
5216
5217 2010-01-19 Joel Brobecker <brobecker@adacore.com>
5218
5219 * gdb.texinfo (Command Files): Fix typo.
5220
5221 2010-01-18 Tom Tromey <tromey@redhat.com>
5222
5223 * gdb.texinfo (File Options): Document -x on .py files.
5224 (Command Files): Document handling of Python scripts.
5225
5226 2010-01-18 Jie Zhang <jie.zhang@analog.com>
5227
5228 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5229
5230 2010-01-15 Stan Shebs <stan@codesourcery.com>
5231
5232 * gdb.texinfo (Trace Files): New section.
5233 (Tracepoint Packets): Document QTSave and qTBuffer.
5234 (Trace File Format): New appendix.
5235
5236 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5237
5238 * gdb.texinfo (Values From Inferior): Document lazy_string value
5239 method.
5240 (Python API): Add Lazy strings menu item.
5241 (Lazy Strings In Python): New node.
5242
5243 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5244
5245 * gdb.texinfo (GDB/MI Thread Information): New.
5246 (GDB/MI Async Records): Document the core field in *stopped.
5247 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5248 documentation
5249 (Process list): Document that osdata document may contain
5250 threads.
5251 (Remote Serial Protocol): Document qXfer:threads.
5252
5253 2010-01-06 Stan Shebs <stan@codesourcery.com>
5254
5255 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5256 disconnected tracing.
5257 (Tracepoint Packets): Document new protocol.
5258
5259 2010-01-05 Stan Shebs <stan@codesourcery.com>
5260
5261 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5262 tracepoints.
5263 (Tracepoint Packets): Describe remote protocol for fast
5264 tracepoints.
5265
5266 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5267
5268 Update the "Start of New Year Procedure".
5269 * gdbint.texinfo: Add the list of files that need to be updated
5270 manually. Minor reformatting.
5271
5272 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5273
5274 * refcard.tex: Update copyright year in header and text.
5275
5276 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5277
5278 * agentexpr.texi: Add 2010 to the list of copyright years.
5279 * annotate.texinfo: Likewise.
5280 * gdb.texinfo: Likewise.
5281 * gdbint.texinfo: Likewise.
5282 * observer.texi: Likewise.
5283 * stabs.texinfo: Likewise.
5284
5285 2009-12-31 Stan Shebs <stan@codesourcery.com>
5286
5287 * gdb.texinfo (Tracepoint Actions): Describe teval.
5288
5289 2009-12-29 Stan Shebs <stan@codesourcery.com>
5290
5291 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5292
5293 2009-12-28 Stan Shebs <stan@codesourcery.com>
5294
5295 * gdb.texinfo (Trace State Variables): New section.
5296 (Tracepoint Packets): Describe trace state variable packets.
5297 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5298 variable bytecodes.
5299
5300 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5301
5302 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5303 declarations.
5304
5305 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5306
5307 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5308 -gdb-exit behaviour.
5309
5310 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5311
5312 * gpl.texi: Update to version 3 of the GPL.
5313
5314 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5315
5316 * Makefile.in: Update copyright header.
5317 * observer.texi: Fix the copyright header of the generated files.
5318
5319 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5320
5321 * gdb.texinfo (Types In Python): Describe range function.
5322
5323 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5324
5325 * gdb.texinfo (Types In Python): Describe "is_base_class".
5326
5327 2009-12-03 Tom Tromey <tromey@redhat.com>
5328
5329 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5330
5331 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5332
5333 * observer.texi: New memory_changed observer.
5334
5335 2009-12-01 Tom Tromey <tromey@redhat.com>
5336
5337 * gdb.texinfo (Reverse Execution): Fix typo.
5338
5339 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5340
5341 PR gdb/8704
5342
5343 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5344 are allowed after the breakpoint condition.
5345
5346 2009-11-23 Tom Tromey <tromey@redhat.com>
5347
5348 PR python/10782:
5349 * gdb.texinfo (Types In Python): Document Type.pointer.
5350
5351 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5352
5353 * gdb.texinfo (Machine Code): Adjust.
5354
5355 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5356
5357 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5358 (Using Agent Expressions): Delete cross reference.
5359
5360 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5361
5362 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5363 and @settitle directives up to help makeinfo find them.
5364
5365 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5366
5367 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5368 (Auto-loading): Use plural and note one can use multiple components now.
5369
5370 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5371
5372 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5373 -stack-list-arguments have the same documentation for parameter
5374 as -stack-list-locals. Add comas.
5375
5376 2009-10-27 Tom Tromey <tromey@redhat.com>
5377 Eli Zaretskii <eliz@gnu.org>
5378
5379 PR python/10781
5380
5381 * gdb.texinfo (Values From Inferior): Document cast method.
5382
5383 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5384
5385 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5386 and adjust example.
5387
5388 2009-10-22 Michael Snyder <msnyder@vmware.com>
5389
5390 * gdb.texinfo (Process Record and Replay): Document new form of
5391 info record command. Also document the new save and restore
5392 commands.
5393
5394 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5395
5396 * gdb.texinfo (Machine Code): Mention current pc marker.
5397 (Memory): Likewise.
5398
5399 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5400 Stan Shebs <stan@codesourcery.com>
5401
5402 * observer.texi (new_inferior): Rename to...
5403 (inferior_appeared): ... this.
5404
5405 * gdb.texinfo (Inferiors): Rename node to ...
5406 (Inferiors and Programs): ... this. Mention running multiple
5407 programs in the same debug session.
5408 <info inferiors>: Mention the new 'Executable' column if "info
5409 inferiors". Update examples. Document the "add-inferior",
5410 "clone-inferior", "remove-inferior" and "maint info
5411 program-spaces" commands.
5412 (Process): Rename node to...
5413 (Forks): ... this. Document "set|show follow-exec-mode".
5414
5415 2009-10-11 Michael Snyder <msnyder@vmware.com>
5416
5417 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5418 (ReverseContinue): Ditto.
5419
5420 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5421
5422 * gdb.texinfo (Server): Document libthread-db-search-path.
5423
5424 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5425
5426 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5427
5428 2009-10-06 Michael Eager <eager@eagercon.com>
5429
5430 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5431 (Embedded Processors): Add MicroBlaze.
5432 (MicroBlaze): New. Describe Xilinx MicroBlaze
5433
5434 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5435
5436 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5437
5438 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5439
5440 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5441
5442 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5443
5444 * observer.texi (solib_unloaded): Document explicitly the fact that
5445 this observer is called before the associated symbols are unloaded.
5446
5447 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5448
5449 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5450 -stack-list-variables.
5451
5452 2009-09-18 Tom Tromey <tromey@redhat.com>
5453
5454 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5455 is experimental.
5456
5457 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5458
5459 * gdb.texinfo (convenince variables): Mention
5460 $_siginfo could be empty.
5461
5462 2009-09-15 Tom Tromey <tromey@redhat.com>
5463
5464 * gdb.texinfo (GDB/MI Variable Objects): Document
5465 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5466 Expand -var-update documentation.
5467
5468 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5469
5470 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5471 feature.
5472
5473 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5474
5475 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5476
5477 2009-09-10 Michael Snyder <msnyder@vmware.com>
5478
5479 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5480 ReverseStep replies to the qSupported query.
5481
5482 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5483
5484 Add documentation for set/show interactive-mode.
5485 * gdb.texinfo (Other Misc Settings): New node.
5486
5487 2009-09-01 Doug Evans <dje@google.com>
5488
5489 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5490 non-stop mode's affect on remote caching.
5491
5492 2009-08-31 Jacob Potter <jdpotter@google.com>
5493 Doug Evans <dje@google.com>
5494
5495 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5496 Mark `set/show remotecache' options as obsolete.
5497 Document new `set/show stack-cache' option.
5498 Update text for `info dcache'.
5499
5500 2009-08-27 Doug Evans <dje@google.com>
5501
5502 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5503 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5504
5505 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5506
5507 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5508 about autoconf.
5509
5510 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5511
5512 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5513 small example, and describe its columns. Replace "inferior-id" by
5514 "infno" throughout.
5515
5516 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5517
5518 * gdbint.texinfo (Releasing GDB): Point to
5519 README-maintainer-mode file for required autoconf version.
5520 * configure.ac: Do not substitute datarootdir, htmldir,
5521 pdfdir, docdir. Do not process --with-datarootdir,
5522 --with-htmldir, --with-pdfdir, --with-docdir.
5523 * configure: Regenerate.
5524
5525 * configure: Regenerate.
5526
5527 2009-08-20 Reid Kleckner <reid@kleckner.net>
5528
5529 * gdb.texinfo: Add chapter on JIT interface.
5530
5531 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5532
5533 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5534 confirmation request.
5535
5536 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5537
5538 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5539 CRC definitions.
5540
5541 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5542
5543 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5544 -break-commands.
5545
5546 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5547
5548 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5549 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5550
5551 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5552
5553 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5554 "set spu stop-on-load" and "show spu stop-on-load" commands.
5555
5556 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5557
5558 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5559
5560 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5561
5562 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5563 org.gnu.gdb.arm.neon.
5564
5565 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5566
5567 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5568 optional element.
5569 (subsection OS ABI): New subsection.
5570
5571 2009-07-14 Stan Shebs <stan@codesourcery.com>
5572
5573 * gdb.texinfo (Tracepoint Conditions): New section.
5574 (General Query Packets): Describe ConditionalTracepoints.
5575 (Tracepoint Packets): Describe condition field.
5576 (Maintenance Commands): Describe maint agent-eval.
5577 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5578
5579 2009-07-11 Hui Zhu <teawater@gmail.com>
5580
5581 * gdb.texinfo (disassemble): Add a new modifier /r
5582 to "disassemble" command to make it print the raw instructions
5583 in hex as well as in symbolic form.
5584
5585 2009-07-09 Tom Tromey <tromey@redhat.com>
5586
5587 * gdbint.texinfo (Testsuite): Document parallel make check.
5588
5589 2009-07-09 Tom Tromey <tromey@redhat.com>
5590
5591 * gdbint.texinfo (Testsuite): Document test transcripts.
5592
5593 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5594
5595 * gdb.texinfo (Values From Inferior): Add length parameter
5596 description.
5597
5598 2009-07-04 Chris Genly <chris@genly.us>
5599
5600 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5601 in -var-list-children. Fix example according to what the code
5602 does.
5603
5604 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5605
5606 * gdb.texinfo (Debugging multiple inferiors): Document the
5607 "inferior", "detach inferior" and "kill inferior" commands.
5608 (Debugging Programs with Multiple Processes): Adjust to mention
5609 generic "inferior" commands. Delete mention of "detach fork" and
5610 "delete fork". Cross reference to "Debugging multiple inferiors"
5611 section.
5612
5613 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5614
5615 * gdbint.texinfo (Item Output Functions): Update signature
5616 for ui_out_field_core_addr.
5617
5618 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5619
5620 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5621 Update example code extrated from breakpoint.c.
5622
5623 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5624
5625 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5626 MI commands.
5627 (GDB/MI Symbol Query): Likewise.
5628 (GDB/MI File Commands): Likewise.
5629 (GDB/MI File Transfer Commands): Likewise.
5630 (GDB/MI Target Manipulation): Likewise.
5631 (GDB/MI Miscellaneous Commands): Likewise.
5632
5633 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5634
5635 * gdb.texinfo (Debugging Optimized Code): New chapter.
5636 (Compiling for Debugging): Reference it. Move some
5637 text to the new section.
5638
5639 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5640
5641 * doc/gdb.texinfo (Calling): Document
5642 set-unwind-on-terminating-exception usage.
5643
5644 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5645
5646 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5647 command.
5648
5649 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5650
5651 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5652 references.
5653
5654 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5655
5656 * gdbint.texinfo: Rename formal parameters to gdbarch function
5657 protoypes from "current_gdbarch" to "gdbarch".
5658
5659 2009-05-28 Tom Tromey <tromey@redhat.com>
5660
5661 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5662
5663 2009-05-27 Tom Tromey <tromey@redhat.com>
5664
5665 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5666 feature.
5667 (GDB/MI Variable Objects): Document -var-set-visualizer.
5668
5669 2009-04-02 Tom Tromey <tromey@redhat.com>
5670
5671 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5672 feature.
5673 (GDB/MI Variable Objects): Document -var-set-visualizer.
5674
5675 2009-05-27 Tom Tromey <tromey@redhat.com>
5676 Thiago Jung Bauermann <bauerman@br.ibm.com>
5677 Phil Muldoon <pmuldoon@redhat.com>
5678
5679 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5680 (Pretty Printing): New node.
5681 (Selecting Pretty-Printers): Likewise.
5682 (Python API): Update.
5683 (Output Formats): Document /r format.
5684
5685 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5686 Tom Tromey <tromey@redhat.com>
5687
5688 * gdb.texinfo (Types In Python): New node.
5689 (Values From Inferior): "type" is now an attribute.
5690 (Python API): Update.
5691
5692 2009-05-27 Tom Tromey <tromey@redhat.com>
5693 Thiago Jung Bauermann <bauerman@br.ibm.com>
5694 Phil Muldoon <pmuldoon@redhat.com>
5695
5696 * gdb.texinfo: Add @syncodeindex for `tp'.
5697 (Python API): Update.
5698 (Auto-loading): New node.
5699 (Objfiles In Python): New node.
5700
5701 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5702
5703 * gdb.texinfo (Threads): Document libthread-db-search-path.
5704
5705 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5706
5707 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5708
5709 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5710
5711 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5712 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5713 show show-debug-regs' docs.
5714
5715 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5716
5717 * gdb.texinfo (Process Record and Replay): Add description of
5718 reverse execution.
5719
5720 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5721
5722 * gdbint.texinfo (Adding support for debugging core files): New node.
5723 (Native Debugging): Remove the ``Native core file Support'' section.
5724
5725 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5726
5727 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5728 Add index entries.
5729
5730 2009-04-30 Hui Zhu <teawater@gmail.com>
5731 Michael Snyder <msnyder@vmware.com>
5732
5733 * gdb.texinfo: (Process Record and Replay): Add documentation for
5734 process record and replay.
5735
5736 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5737
5738 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5739 a new part on command-line defined macros.
5740
5741 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5742
5743 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5744 clarify the wording.
5745
5746 2009-04-23 Tom Tromey <tromey@redhat.com>
5747
5748 * gdb.texinfo (Data Files): New node.
5749 (GDB Files): Update menu.
5750
5751 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5752
5753 * gdbint.texinfo (Defining Other Architecture Features): Remove
5754 entry for PROCESS_LINENUMBER_HOOK.
5755
5756 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5757
5758 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5759
5760 2009-04-22 Hui Zhu <teawater@gmail.com>
5761
5762 * gdb.texinfo (disassemble-next-line): Set the default of
5763 disassemble-next-line to off.
5764
5765 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5766
5767 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5768 --with-htmldir): New.
5769 * configure: Regenerate.
5770 * Makefile.in (datarootdir, docdir): Define.
5771 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5772 instead of $(SET_TEXINPUTS).
5773 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5774 gdbint.info instead of $(SET_TEXINPUTS).
5775 (gdbint/index.html): Use same -I options as for building
5776 gdbint.info.
5777 (stabs.dvi, stabs.pdf): Use same -I options as for building
5778 stabs.info instead of $(SET_TEXINPUTS).
5779 (stabs/index.html): Use same -I options as for building
5780 stabs.info.
5781 (annotate.dvi, annotate.pdf): Use same -I options as for building
5782 annotate.info instead of $(SET_TEXINPUTS).
5783 (annotate/index.html): Use same -I options as for building
5784 annotate.info.
5785
5786 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5787
5788 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5789
5790 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5791
5792 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5793
5794 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5795 Joseph Myers <joseph@codesourcery.com>
5796
5797 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5798 (MAKEHTMLFLAGS): Set to empty.
5799 (html__strip_dir): Define.
5800 (HTMLFILES): Define.
5801 (HTMLFILES_INSTALL): Define.
5802 (install-html): Copy new automake rule.
5803 (html): Depend on $(HTMLFILES).
5804 (gdb_toc.html): Rename to gdb/index.html.
5805 (gdbint_toc.html): Rename to gdbint/index.html.
5806 (stabs_toc.html): Rename to stabs/index.html.
5807 (annotate_toc.html): Rename to annotate/index.html.
5808
5809 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5810
5811 * Makefile.in: Set pdfdir and htmldir from configure
5812 substitutions.
5813 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5814 * configure: Regenerate.
5815
5816 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5817
5818 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5819 This macro is no longer used.
5820
5821 2009-04-15 Tom Tromey <tromey@redhat.com>
5822
5823 * gdb.texinfo (Character Sets): Document default character set.
5824
5825 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5826
5827 * gdbint.texinfo: Change server name from sources.redhat.com to
5828 sourceware.org throughout.
5829
5830 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5831
5832 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5833 about a missing dot or coma after @xref.
5834
5835 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5836
5837 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5838 example, and add a small explanation about it.
5839 (Print Settings): Change the documentation of the "set print
5840 frame-arguments" to reflect the fact that the default is now "scalars".
5841
5842 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.texinfo (Print Settings): Add kindex for command "set
5845 print frame-arguments".
5846
5847 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5848
5849 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5850 breakpoints.
5851 (Set Breaks): Add reference to thread-specific and task-specific
5852 breakpoints.
5853
5854 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdb.texinfo (Ada Tasks): Remove the documentation about
5857 the "Running" state, as this state has been eliminated.
5858 Now all runnable tasks are shown as "Runnable".
5859
5860 2009-03-30 Stan Shebs <stan@codesourcery.com>
5861
5862 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5863 special case of breakpoints.
5864 (Enable and Disable Tracepoints): Mention deprecation.
5865 (Listing Tracepoints): Update description and example.
5866
5867 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5868
5869 * gdb.texinfo (Frames in Python): New node.
5870 (Python API): Update.
5871
5872 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5873
5874 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5875 from a method to an attribute.
5876
5877 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5878
5879 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5880 attribute.
5881
5882 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5883
5884 * observer.texi (thread_exit): Add "silent" parameter.
5885
5886 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5887
5888 * observer.texi (about_to_proceed): New.
5889
5890 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5891
5892 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5893 field throughout to handle types with spaces in them. Fix typos
5894 found by aspell.
5895 (Summary, Requirements, Contributors): New first chapter,
5896 "Summary" added, old Requirements section moved there, and new
5897 section, "Contributors" added.
5898 (Initializing a New Architecture, Register Representation)
5899 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5900 (Porting gdb): These sections extended and updated.
5901 (Compiler Characteristics): This section (empty) deleted.
5902 (Defining Other Architecture Features): This section renamed and
5903 duplicate material removed from (formerly "Target Conditionals").
5904 Use braces {} in @deftypeXX type field throughout to handle types
5905 with spaces in them. Typos found by aspell fixed.
5906
5907 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5908 * stack_frame.pdf: Version of image for PDF output.
5909 * stack_frame.png: Version of image for HTML output and for Emacs.
5910 * stack_frame.txt: Version of image for Info output.
5911 * stack_frame.eps: Version of image for TeX DVI output.
5912
5913 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5914
5915 * gdb.texinfo (Character Sets): Fix last change.
5916
5917 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5918
5919 * gdb.texinfo (Values From Inferior): Fix optional arguments
5920 markup.
5921 (Commands In Python): Adjust argument names of gdb.Command.__init__
5922 to what the function accepts as keywords.
5923
5924 2008-03-20 Tom Tromey <tromey@redhat.com>
5925
5926 * gdb.texinfo (Convenience Vars): Document convenience functions.
5927 (Functions In Python): New node.
5928 (Python API): Update.
5929
5930 2009-03-20 Tom Tromey <tromey@redhat.com>
5931
5932 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5933 set target-wide-charset.
5934 (Requirements): Mention iconv.
5935
5936 2009-03-17 Hui Zhu <teawater@gmail.com>
5937
5938 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5939
5940 2009-03-17 Hui Zhu <teawater@gmail.com>
5941
5942 * gdb.texinfo: Add documentation for disassemble-next-line.
5943
5944 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5945
5946 * gdb.texinfo (Commands In Python): Remove tindex entries.
5947
5948 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5949
5950 * gdb.texinfo (Returning): New description for missing debug info.
5951
5952 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5953
5954 * gdb.texinfo (Remote Configuration): Document query-attached.
5955 (General Query Packets): Document qAttached.
5956
5957 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5958
5959 * gdb.texinfo (Background Execution): Better describe the set
5960 target-async command.
5961 (Maintenance Commands): Delete description of the `maint set/show
5962 linux-async' and `maint set/show remote-async' commands.
5963
5964 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5965
5966 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5967 between sentences.
5968
5969 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5970
5971 * gdb.texinfo (GDB/MI Async Records): Document the
5972 =library-loaded and =library-unloaded notifications.
5973
5974 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5975
5976 * observer.texi (test_notification): New observer.
5977
5978 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5979
5980 * observer.texi: Add parameter 'print_frame' to normal_stop
5981 observer.
5982
5983 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5984
5985 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5986 (Commands In Python): Fix COMMAND_* constants in last change. Use
5987 @kbd for interactive input. Add cross-references and index
5988 entries.
5989
5990 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5991
5992 * gdb.texinfo (Signals): Document $_siginfo.
5993 (Convenience Variables): Mention $_siginfo.
5994 (Remote Configuration): Document qXfer:siginfo:read,
5995 qXfer:siginfo:write packets, and the read-siginfo-object,
5996 write-siginfo-object commands.
5997
5998 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5999
6000 * gdbint.texinfo (Values): New chapter.
6001
6002 2009-02-06 Tom Tromey <tromey@redhat.com>
6003
6004 * gdb.texinfo (Python API): Add entry for Commands In Python.
6005 (Commands In Python): New node.
6006
6007 2009-02-05 Tom Tromey <tromey@redhat.com>
6008
6009 * gdb.texinfo (Values From Inferior): Document Value.string.
6010
6011 2009-02-05 Tom Tromey <tromey@redhat.com>
6012
6013 * gdb.texinfo (Basic Python): Document execute's from_tty
6014 argument.
6015
6016 2009-02-04 Tom Tromey <tromey@redhat.com>
6017
6018 * gdb.texinfo (Basic Python): Document gdb.history.
6019
6020 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6021
6022 * gdb.texinfo (GDB/MI Thread Commands): Document the
6023 'current-thread-id' field. Remove the example with zero threads,
6024 since current GDB won't ever report that if there's inferior.
6025
6026 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6027
6028 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6029 option to -break-insert.
6030
6031 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6032 Jerome Guitton <guitton@adacore.com>
6033
6034 * gdb.texinfo (Startup): Document --with-system-gdbinit.
6035 (System-wide configuration): New section.
6036
6037 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6038
6039 PR gdb/7580:
6040 * gdb.texinfo (Maintenance Commands): Document "maint set|show
6041 internal-error|internal-warning quit|corefile ask|yes|no".
6042
6043 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6044
6045 * gdb.texinfo (Using the `gdbserver' Program): Document
6046 --remote-debug.
6047
6048 2009-01-23 Doug Evans <dje@google.com>
6049
6050 * gdb.texinfo: Add nexti to list of commands that support
6051 background execution.
6052
6053 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6054
6055 * gdb.texinfo (Define, Hooks): Document prefix command support.
6056
6057 2009-01-14 Joseph Myers <joseph@codesourcery.com>
6058 Carlos O'Donell <carlos@codesourcery.com>
6059
6060 Fixes for makeinfo --html.
6061
6062 * annotate.texinfo: Use @copying and @insertcopying. Use
6063 @ifnottex in place of @ifinfo.
6064 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
6065 place of @ifinfo. Use @ifnotinfo for one index entry.
6066 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
6067 in place of @ifinfo.
6068 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
6069 in place of @ifinfo. Include contents at start unconditionally.
6070
6071 2009-01-13 Pedro Alves <pedro@codesourcery.com>
6072
6073 * gdb.texinfo (General Query Packets): Remove @var{} around the
6074 "spu" literal string.
6075
6076 2009-01-07 Pedro Alves <pedro@codesourcery.com>
6077
6078 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6079 program may be running in another process" errors.
6080 * gdbint.texinfo (Native Conditionals): Delete
6081 ONE_PROCESS_WRITETEXT description.
6082
6083 2009-01-07 Joel Brobecker <brobecker@adacore.com>
6084
6085 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6086 emacs local variable to be placed at the end of the ChangeLog.
6087 Add server.c and gdbreplay.c to the list of files where the
6088 copyright year needs to be updated.
6089
6090 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
6091
6092 * gdb.texinfo (Remote Configuration): Document new
6093 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6094 commands.
6095
6096 2008-12-28 Pedro Alves <pedro@codesourcery.com>
6097
6098 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6099 FETCH_INFERIOR_REGISTERS.
6100 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6101 FETCH_INFERIOR_REGISTERS descriptions. Remove
6102 gdbarch_get_longjmp_target descrition, since already described in
6103 Target Conditionals. Move gdbarch_fp0_regnum description to ...
6104 (Target Conditionals): ... here.
6105
6106 2008-12-16 Joel Brobecker <brobecker@adacore.com>
6107
6108 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6109 examples.
6110 (Additions to Ada): Likewise. Add the missing opening and closing
6111 parenthesis of the GDB prompt in one of the examples.
6112
6113 2008-12-14 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6116 about the result of 'Address not being of type System.Address.
6117 This problem has been fixed a while ago.
6118
6119 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6120
6121 MI non-stop and multiprocess docs.
6122
6123 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6124 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6125 Adjust documentation for *stopped, document =thread-created,
6126 =thread-exited, =thread-group-created and =thread-group-exited.
6127 (GDB/MI Thread Commands): Document the 'state' field in
6128 -thread-info output.
6129 (GDB/MI Program Execution): Mention --all and --thread-group
6130 options.
6131 (GDB/MI Variable Objects): Describe floating and fixed variable
6132 objects.
6133 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6134
6135 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
6136
6137 * gdb.texinfo (Operating System Information): New appendix.
6138 (Operating System Auxiliary Information): Document 'info os processes'
6139 (Remote Configuration): Document 'osdata'
6140 (General Query Packets): Document qXfer:osdata:read.
6141
6142 2008-11-27 Tristan Gingold <gingold@adacore.com>
6143
6144 * gdb.texinfo (Darwin): Document Darwin specific features.
6145
6146 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6147
6148 * gdbint.texinfo (Target Conditionals): Extend the
6149 gdbarch_breakpoint_from_pc description.
6150
6151 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
6152
6153 * gdb.texinfo (M68K Features): Fix typo.
6154
6155 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6156
6157 * gdb.texinfo (Symbols): Mention printing containing
6158 image name in "info symbol".
6159 (Maint translate-address): Likewise.
6160
6161 2008-11-18 Joel Brobecker <brobecker@adacore.com>
6162
6163 * gdb.texinfo (Set Catchpoints): Remove the documentation of
6164 commands "catch load" and "catch unload".
6165
6166 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6167
6168 * gdb.texinfo (GDB/MI Async Records): Document
6169 =thread-selected.
6170
6171 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6172
6173 * observer.texi (new_inferior, inferior_exit): New observers.
6174
6175 2008-10-27 Pedro Alves <pedro@codesourcery.com>
6176
6177 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6178 .mt files, TM_CLIBS or TM_CDEPS.
6179 (x86 Watchpoints): Don't mention TDEPFILES.
6180
6181 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
6182
6183 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6184 (Overview): Mention notifications and non-stop mode behavior.
6185 (Packets): Update documentation of ?, vAttach, vCont, and vRun
6186 with non-stop mode behavior. Add vStopped description.
6187 (Stop Reply Packets): Update list of packets that return
6188 stop replies. Mention non-stop behavior.
6189 (General Query Packets): Document QNonStop packet and associated
6190 qSupported query response.
6191 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
6192 behavior.
6193 (Notification Packets): New section.
6194 (Remote Non-Stop): New section.
6195 (File-I/O Overview): Mention non-stop behavior.
6196
6197 2008-10-24 Hui Zhu <teawater@gmail.com>
6198 Pedro Alves <pedro@codesourcery.com>
6199
6200 * gdb.texinfo (displaced-stepping): Describe the auto mode
6201 setting, and say it's the default. This is now a mainstream
6202 setting instead of a maintenance setting.
6203
6204 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6205
6206 * observer.texi (thread_stop_requested): New.
6207
6208 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6209
6210 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6211 (Patching): Replace incorrect usage of @samp by @kbd.
6212
6213 2008-10-17 Michael Snyder <msnyder@vmware.com>
6214
6215 * gdb.texinfo: Add documentation for reverse execution.
6216
6217 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6218 Eli Zaretskii <eliz@gnu.org>
6219
6220 * gdb.texinfo. (Values From Inferior): New subsubsection.
6221
6222 2008-10-06 Doug Evans <dje@google.com>
6223
6224 * gdb.texinfo (set debug dwarf2-die): Document it.
6225
6226 2008-10-01 Joel Brobecker <brobecker@adacore.com>
6227
6228 * gdb.texinfo (catch) [exception]: Document how to insert
6229 a breakpoint on user-defined exceptions when the exception
6230 name is identical to one of the language-defined ones.
6231
6232 2008-09-27 Tom Tromey <tromey@redhat.com>
6233
6234 * gdb.texinfo (Macros): Remove text about stringification,
6235 varargs, and splicing.
6236
6237 2008-09-27 Tom Tromey <tromey@redhat.com>
6238
6239 * gdbint.texinfo (Language Support): Remove text about omitting
6240 support for a language.
6241
6242 2008-09-23 Doug Evans <dje@google.com>
6243
6244 * gdb.texinfo (info dcache): Update.
6245
6246 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6247
6248 * gdb.texinfo (Packets): Add info on thread-id syntax and
6249 multiprocess extensions.
6250 <D>: Document multiprocess form of packet.
6251 <H>: Use thread-id syntax.
6252 <T>: Likewise.
6253 <vCont>: Likewise. Note this is required for multiprocess.
6254 <vKill>: New packet.
6255 (Stop Reply Packets) <T>: Use thread-id syntax.
6256 <W>: Document multiprocess form of reply.
6257 <X>: Likewise.
6258 (General Query Packets) <qC>: Use thread-id syntax.
6259 <qfThreadInfo>: Likewise.
6260 <qGetTLSAddr>: Likewise.
6261 <qP>: Likewise.
6262 <qSupported>: Add "multiprocess" feature.
6263 <qThreadExtraInfo>: Use thread-id syntax.
6264
6265 2008-09-22 Stan Shebs <stan@codesourcery.com>
6266
6267 * gdb.texinfo (Inferiors): New section.
6268
6269 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6270
6271 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6272
6273 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6274
6275 * gdbint.texinfo (Target Conditionals): Remove documentation
6276 for gdbarch_name_of_malloc.
6277
6278 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6279
6280 * gdb.texinfo (Interrupts): Mention TCP interface for
6281 sending BREAK.
6282
6283 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6284
6285 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6286 argument prefix to "set sysroot".
6287
6288 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6289
6290 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6291 and False.
6292
6293 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6294
6295 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6296 for possible features of -list-features.
6297
6298 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6299
6300 * gdb.texinfo (Background execution): Adjust example
6301 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6302
6303 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6304
6305 * doc/gdb.texinfo (PowerPC): Fix typo.
6306 (PowerPC features): Fix typo.
6307
6308 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6309
6310 * observer.texi (thread_ptid_changed): New.
6311
6312 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6313
6314 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6315 (PowerPC features): Mention feature set for VSX registers.
6316
6317 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6318
6319 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6320 the direct visibility of all names in user-written packages.
6321
6322 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6323
6324 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6325 setting, and make it the default.
6326 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6327 non-stop script example.
6328
6329 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6330
6331 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6332 reference to the "Using Different Register and Memory Data
6333 Representation" section.
6334
6335 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6336
6337 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6338 (Remote Protocol): Add Packet Acknowledgment to menu.
6339 (Overview): Mention +/- can be disabled, and point to new section
6340 where this is discussed in detail.
6341 (General Query Packets): Document QStartNoAckMode packet, and
6342 corresponding qSupported reply.
6343 (Packet Acknowledgment): New section.
6344
6345 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6346 Pedro Alves <pedro@codesourcery.com>
6347
6348 * gdb.texinfo (Threads): Move paragraph about automatic thread
6349 selection to All-Stop Mode subsection.
6350 (Thread Stops): Reorganize existing material into subsections.
6351 Add introductory blurb and menu.
6352 (Non-Stop Mode): New subsection.
6353 (Background Execution): New subsection.
6354 (Maintenance Commands): Add cross-references from async mode
6355 commands to the new Background Execution section.
6356
6357 2008-08-06 Tom Tromey <tromey@redhat.com>
6358
6359 * gdb.texinfo (Extending GDB): New chapter.
6360 (Sequences): Demoted chapter, now a section under the new
6361 Extending GDB chapter.
6362 (Python): New section.
6363
6364 2008-07-31 Stan Shebs <stan@codesourcery.com>
6365
6366 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6367
6368 2008-07-29 Stan Shebs <stan@codesourcery.com>
6369
6370 * gdbint.texinfo: General round of cleanup and minor
6371 clarifications.
6372 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6373 (Longjmp Support): Update description to reflect how it is done
6374 for targets without using native header.
6375 (Symbol Handling): Add a little more general explanation.
6376 (COFF, ELF): Mention stabs encapsulation.
6377 (DWARF 3): New section.
6378 (Adding a New Host): Scrub out some obsolete bits.
6379 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6380 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6381 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6382 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6383 SEEK_SET, STOP_SIGNAL, USG.
6384 (Raw and Virtual Register Representations): Ditto for
6385 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6386 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6387 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6388 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6389 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6390 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6391 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6392 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6393 DEPRECATED_USE_STRUCT_CONVENTION.
6394 Describe gdbarch_deprecated_fp_regnum.
6395 Update description of gdbarch_print_insn.
6396 (Adding a New Target): Scrub out obsolete bits.
6397 (Obsolete Conditionals): Remove entire section.
6398
6399 2008-07-25 Tom Tromey <tromey@redhat.com>
6400
6401 * observer.texi (GDB Observers): Document new observers:
6402 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6403 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6404 architecture_changed.
6405
6406 2008-07-21 Stan Shebs <stan@codesourcery.com>
6407
6408 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6409 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6410
6411 2008-07-21 Tom Tromey <tromey@redhat.com>
6412
6413 * observer.texi (GDB Observers): Remove obsolete comment.
6414 <executable_changed>: Remove argument.
6415
6416 2008-07-18 Tom Tromey <tromey@redhat.com>
6417
6418 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6419
6420 2008-07-10 Doug Evans <dje@google.com>
6421
6422 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6423
6424 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6425
6426 * gdb.texinfo (Starting): Document "set disable-randomization".
6427
6428 2008-07-07 Andreas Schwab <schwab@suse.de>
6429
6430 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6431
6432 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6433
6434 * gdb.texinfo (GDB/MI Target Manipulation): Add
6435 example of -target-attach.
6436
6437 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6438
6439 * observer.texi (target_resumed): New observer.
6440 * gdb.texinfo (GDB/MI Output Records): Document *running.
6441
6442 2008-06-06 Tom Tromey <tromey@redhat.com>
6443
6444 * gdb.texinfo (Completion): Add field name example.
6445
6446 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6447
6448 * gdb.texinfo (GDB/MI Program Context): Added example
6449 to -exec-arguments
6450
6451 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6452
6453 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6454 annotation.
6455
6456 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6457 Nathan Sidwell <nathan@codesourcery.com>
6458 Joseph Myers <joseph@codesourcery.com>
6459
6460 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6461 and ACX_BUGURL.
6462 * configure: Regenerate.
6463 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6464 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6465 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6466 mailing-list-specific text about bug reporting unless
6467 BUGURL_DEFAULT.
6468
6469 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6470
6471 * gdb.texinfo (-target-select): Remove reference to target async.
6472 (Maintenance Commands): Document "maint set/show remote-async".
6473
6474 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6475
6476 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6477 in -target-file-get section.
6478
6479 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6480
6481 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6482 killing the inferior when it is already debugging a process.
6483
6484 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6485
6486 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6487 abbreviation for "finish".
6488
6489 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6492
6493 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * gdbint.texinfo (Target Conditionals): Delete entry for
6496 gdbarch_dwarf_reg_to_regnum.
6497
6498 2008-05-09 Doug Evans <dje@google.com>
6499
6500 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6501
6502 2008-05-05 Doug Evans <dje@google.com>
6503
6504 * gdb.texinfo (disassemble): Document /m modifier.
6505
6506 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6507
6508 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6509 will not report the time of commands that run the target.
6510
6511 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6512
6513 * gdb.texinfo (GDB/MI Output Records): Add
6514 missing semicolon.
6515
6516 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6517
6518 * gdb.texinfo (GDB/MI Output Records):
6519 Document =thread-create and =thread-exited.
6520
6521 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6522
6523 * gdb.texinfo (GDB/MI Development and Front Ends):
6524 Remove mention of dmi-discuss.
6525
6526 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6527
6528 * observer.texi (thread_exit): New.
6529
6530 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6531
6532 * gdb.texinfo (Debugging Output): Document "set/show debug
6533 displaced".
6534 (Maintenance Commands): Document "maint set/show
6535 can-use-displaced-stepping".
6536
6537 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6538
6539 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6540 and set/show arm force-mode.
6541
6542 2008-05-02 Andreas Schwab <schwab@suse.de>
6543
6544 * gdbint.texinfo (Algorithms): Describe
6545 target_watchpoint_addr_within_range.
6546
6547 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * gdbint.texinfo (Stack Frames): New chapter.
6550 (Algorithms): Move Frames text to the new chapter.
6551 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6552 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6553
6554 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6555
6556 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6557 output does not necessary include any tokens.
6558
6559 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6560
6561 * gdb.texinfo (Set SH Calling convention): New @item.
6562 (Show SH Calling convention): Ditto.
6563
6564 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6565
6566 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6567
6568 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6569
6570 * gdb.texinfo (Set Breaks): Mention that multiple location
6571 breakpoints need line number info. Add index entries.
6572
6573 2008-04-19 Craig Silverstein <csilvers@google.com>
6574
6575 * gdb.texinfo (Requirements): Add an optional requirement on
6576 zlib.
6577 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6578 Compressed DWARF 2.
6579
6580 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6581
6582 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6583 sample output for 'stopped,reason="breakpoint-hit"' message.
6584 (GDB/MI Program Execution): Likewise.
6585
6586 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6587
6588 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6589 -var-set-format. Add -f option to -var-evaluate-expression.
6590
6591 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6592
6593 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6594 new node "Ambiguous Expressions". Replace references to this
6595 node by references to "Ambiguous Expressions" throughout.
6596 (Ambiguous Expressions): New node.
6597
6598 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6599
6600 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6601
6602 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6603
6604 * gdb.texinfo (Debugging Output): Document
6605 "set/show debug lin-lwp-async".
6606 (Maintenance Commands): Document "maint set/show linux-async".
6607
6608 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6609
6610 * gdb.texinfo (Expressions): Update description of malloced arrays.
6611
6612 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6613
6614 * gdb.texinfo (Thread Commands): Document
6615 -thread-info. Remove -thread-list-all-threads.
6616
6617 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6618 Sandra Loosemore <sandra@codesourcery.com>
6619
6620 * gdb.texinfo (Library List Format): Update to mention the
6621 possibility to pass section addresses instead of segment
6622 addresses.
6623
6624 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6625
6626 * gdb.texinfo (Starting): Document "set exec-wrapper".
6627 (Server): Document gdbserver --wrapper.
6628
6629 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6632 unreadable memory. Delete obsolete SPARClite reference.
6633
6634 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6635
6636 * gdb.texinfo (Starting): Mention always-running targets.
6637 (Target Commands): Add an anchor for load.
6638 (Connecting): Explain continue instead of run.
6639
6640 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6641
6642 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6643
6644 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6645
6646 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6647 breakpoint table.
6648
6649 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6650
6651 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6652 killing the inferior when it is already debugging a process.
6653
6654 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6655
6656 * gdbint.texinfo (Build Script): New section. Mention new build script
6657 gdb_buildall.sh.
6658
6659 2008-02-01 Jim Blandy <jimb@red-bean.com>
6660
6661 * gdb.texinfo (Help): Summarize 'info args' correctly.
6662
6663 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6664
6665 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6666 available in PowerPC architecture.
6667 (Embedded Processors): Change node name of PowerPC item in menu.
6668 (PowerPC): Rename to...
6669 (PowerPC Embedded): this.
6670 (Architectures): Add new PowerPC item in menu.
6671 (PowerPC): New node.
6672
6673 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6674
6675 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6676 commands.
6677
6678 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6679
6680 * gdb.texinfo (Setting Catchpoints): Mention features
6681 supported on GNU/Linux.
6682
6683 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * gdb.texinfo (GDB/MI File Commands): Describe new output
6686 field for MI command -file-list-exec-source-file.
6687
6688 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6689
6690 * gdb.texinfo (Using the `gdbserver' Program): Add security
6691 warning. Rearrange into subsections and subsubsections. Document
6692 --multi and --debug. Correct --with-sysroot typo. Update --attach
6693 usage. Make load reference clearer. Document monitor exit.
6694 (Remote Configuration): Document set remote exec-file, attach-packet,
6695 and run-packet.
6696 (Packets): Document vAttach and vRun.
6697
6698 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * gdb.texinfo (Processes): Mention process command.
6701 detach-on-follow -> detach-on-fork.
6702
6703 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6704
6705 * gdbint.texinfo (Native Conditionals): Remove
6706 SHELL_COMMAND_CONCAT and SHELL_FILE.
6707
6708 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6709
6710 * gdb.texinfo (Specify Location): Improve wording.
6711
6712 2008-01-23 Chris Demetriou <cgd@google.com>
6713
6714 * gdb.texinfo (Threads): Document new "set print thread-events"
6715 and "show print thread-events" commands.
6716
6717 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6718
6719 * gdb.texinfo (Specify Location): New section.
6720 (Delete Breaks, Edit, Set Breaks): Remove description of
6721 locations. Instead, add a reference to "Specify Location".
6722 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6723 (Symbols): Refer to "Specify Location" for the valid forms of
6724 linespecs and locations.
6725
6726 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6727
6728 * gdbint.texinfo (Target Conditionals): Replace the description of
6729 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6730
6731 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6732
6733 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6734 about &&var, which is rejected by the expression parser.
6735
6736 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6737
6738 * gdb.texinfo (Output): Update documentation on using printf with DFP
6739 types.
6740
6741 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6742
6743 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6744 subsubsection.
6745 (Decimal Floating Point format): New subsubsection.
6746
6747 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6748
6749 * gdb.texinfo (File Options): Remove mention of the attempt to
6750 open a core file with the -p option. Don't list -c as a valid
6751 option to attach to a process.
6752
6753 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6754
6755 * gdbint.texinfo (Host Conditionals): Remove mention of
6756 ALIGN_STACK_ON_ENTRY.
6757
6758 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6759
6760 * gdbint.texinfo (Start of New Year Procedure): Add item
6761 describing how to update the source and documentation copyright
6762 notices.
6763
6764 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6765
6766 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6767 watchpoint explanation into the main description of the watchpoint
6768 command; update synopses of 'watch', 'rwatch', and 'awatch'
6769 commands.
6770
6771 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6772
6773 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6774 Document 'pending-breakpoints' feature of
6775 -list-features.
6776
6777 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6778
6779 * gdb.texinfo: Add new parameter's description.
6780
6781 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6782
6783 * gdb.texinfo (Overview): Clarify run-length encoding
6784 example. Remove the restriction on "+" and "-" characters.
6785
6786 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6787
6788 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6789
6790 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6793 the -f option for -break-insert, remove -r option,
6794 and clarify specification of location.
6795
6796 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6799 formatting.
6800 (Remote Debugging): Add File Transfer section.
6801 (Remote Configuration): Document Host I/O packets.
6802 (GDB/MI): Add GDB/MI File Transfer Commands section.
6803 (Host I/O Packets): New section in "Remote Protocol".
6804 (Packets): Add vFile.
6805
6806 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6807
6808 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6809 breakpoints with multiple locations.
6810 (Breakpoint Menus): Improve wording.
6811 (Output): Fix last change.
6812
6813 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6814
6815 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6816
6817 2007-11-15 Doug Evans <dje@google.com>
6818
6819 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6820
6821 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6822
6823 * gdbint.texinfo (Native Conditionals): Remove
6824 mention of CLEAR_SOLIB.
6825
6826 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6827
6828 * gdb.texinfo (Print Settings): Add documentation for "set/show
6829 print frame-arguments".
6830
6831 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6832
6833 * gdb.texinfo (Output): Update printf command's description.
6834
6835 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6836
6837 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6838 powerpc soft-float".
6839
6840 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * gdb.texinfo (Files): Correct formatting. Mention Expat
6843 requirement.
6844 (Requirements for Building GDB): Expand the list of Expat
6845 uses.
6846 (Library List Format, Memory Map Format): Mention Expat.
6847 (Target Descriptions): Update Expat wording.
6848
6849 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6850
6851 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6852 Document that gdbarch_convert_register_p should return zero for no-op
6853 conversions.
6854
6855 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6856
6857 * gdbint.texi (Compiler Characteristics): Move documentation
6858 of set_gdbarch_sofun_address_maybe_missing back to ...
6859 (Target Conditionals): ... here to fix build break.
6860
6861 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6862
6863 * gdbint.texi (Target Conditionals): Remove documentation of
6864 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6865 (Compiler Characteristics): ... documentation of
6866 set_gdbarch_sofun_address_maybe_missing.
6867
6868 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6869
6870 * gdbint.texinfo (Target Conditionals): Use
6871 frame_unwind_register_unsigned in examples instead of
6872 frame_unwind_unsigned_register.
6873
6874 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6875
6876 * gdb.texinfo (Predefined Target Types): Add int128
6877 and uint128.
6878 (Standard Target Features): Add PowerPC features.
6879
6880 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6881
6882 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6883
6884 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6885
6886 * gdbint.texi (Target Conditionals): Remove documentation
6887 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6888 gdbarch_extract_return_value, and gdbarch_store_return_value.
6889
6890 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6891
6892 * gdbint.texi (Target Conditionals): Remove documentation of
6893 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6894
6895 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6896
6897 * gdb.texinfo: Mention that inaccessible-by-default is on by
6898 default.
6899
6900 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6901
6902 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6903
6904 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6907 multi-threaded watchpoints.
6908 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6909 checked. Describe sticky notification. Expand description
6910 of steppable and continuable watchpoints.
6911 (Watchpoints and Threads): New subsection.
6912
6913 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6914
6915 * gdb.texinfo (Setting Breakpoints): Revise
6916 documentation for pending breakpoints. Document
6917 breakpoints with multiple locations.
6918
6919 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6920
6921 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6922 Document -list-features.
6923
6924 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6925
6926 * gdb.texinfo (Output): Spell out which features of C's printf are
6927 not supported by GDB's printf.
6928 (Separate Debug Files): More accurate wording regarding build ID
6929 and a reference to the ld manual rather than the Fedora wiki.
6930
6931 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6932 Jim Blandy <jimb@codesourcery.com>
6933
6934 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6935 (Examining Memory): Update mentions of the 's' format.
6936 (Automatic Display): Likewise.
6937
6938 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6939
6940 * gdb.texinfo: Update the FSF's Back-Cover Text.
6941
6942 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6943 Eli Zaretskii <eliz@gnu.org>
6944
6945 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6946 Fixed the ``build ID'' name. New binaries build instructions for the
6947 build ID inclusion. Explain how the commands are specific to the build
6948 ID vs. debug link.
6949
6950 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6951
6952 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6953 indexing for ``build ID'' support.
6954
6955 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6956
6957 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6958 Enlisted BUILD ID to the debug file searching example.
6959 Included a BUILD ID `.note.gnu.build-id' section description.
6960 Updated/added the debug files splitting instructions for OBJCOPY.
6961
6962 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6963
6964 * gdb.texinfo (Variable Objects): Adjust docs
6965 for -var-info-expression and document
6966 -var-info-path-expression.
6967
6968 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6969
6970 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6971 (title page): Include the dedication in the printed manual, as a
6972 separate page after the copyright notice.
6973
6974 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6975 don't break a @var across a line.
6976
6977 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6978
6979 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6980 for include files.
6981
6982 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6985 in annotate.texinfo.
6986 (Command History): Link to new node.
6987
6988 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6989
6990 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6991
6992 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6993
6994 * gdbint.texinfo (Target Conditionals): Fix last change.
6995
6996 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6997
6998 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6999 routines:
7000 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7001 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7002 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7003 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7004 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7005 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7006 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7007 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7008 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7009 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7010 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7011 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7012 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7013 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7014 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7015 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7016 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7017 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7018 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7019 (SOFTWARE_SINGLE_STEP_P)
7020
7021 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7022 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7023
7024 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7025 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7026 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7027 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7028 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7029 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7030 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7031 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7032 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7033 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7034
7035 (Converting an existing Target Architecture to Multi-arch): Remove
7036 section.
7037
7038 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7039 (gdbarch_addr_bits_remove): Add code example.
7040
7041 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7042
7043 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7044
7045 * gdb.texinfo (Remote Configuration): Document library-info-packet.
7046 Add other missing entries. Adjust the table size to fit.
7047 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
7048 stop reasons including the new "library" event.
7049 (General Query Packets): Adjust table widths for qSupported. Mention
7050 qXfer:libraries:read reply to qSupported and document the new packet.
7051 (Library List Format): New section.
7052
7053 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7056
7057 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
7058
7059 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7060
7061 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
7062
7063 * gdbint.texinfo (Register and Memory Data): Break sections
7064 into nodes and add a menu.
7065
7066 2007-06-21 Maciej W. Rozycki <macro@mips.com>
7067
7068 * gdb.texinfo (Examining Memory): Document the new behaviour.
7069
7070 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
7071
7072 * gdb.texinfo (Standard Target Features): Document
7073 m68k features.
7074
7075 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7076
7077 * gdb.texinfo (General Query Packets): Document qOffsets changes.
7078
7079 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdb.texinfo (Target Description Format): Add version attribute
7082 for <target>.
7083
7084 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7085
7086 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7087
7088 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7089
7090 * gdb.texinfo (MIPS Features): New subsection.
7091
7092 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7093 Markus Deuling <deuling@de.ibm.com>
7094
7095 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7096 and qXfer:spu:write packets and mention them under qSupported.
7097
7098 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7099 Markus Deuling <deuling@de.ibm.com>
7100
7101 * gdb.texinfo (Architectures): Add new SPU section to document
7102 Cell Broadband Engine SPU architecture specific commands.
7103
7104 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
7105
7106 * gdb.texinfo (GDB/MI Variable Objects): Editorial
7107 comments.
7108
7109 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
7110
7111 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7112
7113 2007-05-29 Jim Blandy <jimb@codesourcery.com>
7114
7115 * gdb.texinfo (Overview): Doc fix.
7116
7117 2007-05-22 Maciej W. Rozycki <macro@mips.com>
7118
7119 * gdb.texinfo (Remote Configuration): Document "set/show
7120 remoteflow".
7121
7122 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7123
7124 * gdb.texinfo (MIPS): Remove documentation for set mips
7125 saved-gpreg-size, show mips saved-gpreg-size, and set mips
7126 stack-arg-size.
7127
7128 2007-05-14 Bob Wilson <bob.wilson@acm.org>
7129
7130 * all-cfg.texi (GDBTUI): New.
7131 * gdb.texinfo (Mode Options): Use GDBTUI variable.
7132 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7133 (TUI Configuration): Edit to improve clarity and fix problems of
7134 both style and content.
7135
7136 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7137
7138 * observer.texi (GDB Observers): New observer "new_objfile".
7139
7140 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7141
7142 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7143
7144 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7145
7146 * gdb.texinfo (GDB/MI Variable Objects): Document
7147 frozen variables objects.
7148
7149 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7152 (Character Sets, Caching Data of Remote Targets): Likewise.
7153 (Targets): Delete Remote node. Move its text...
7154 (Debugging Remote Programs): ...to here. Delete description
7155 of the "remote" command.
7156 (Remote configuration): Delete description of "set remotedevice"
7157 and "show remotedevice".
7158 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7159
7160 2007-04-11 Bob Wilson <bob.wilson@acm.org>
7161
7162 * gdb.texinfo (Contributors, Continuing and Stepping)
7163 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7164 (General Query Packets, File-I/O Remote Protocol Extension)
7165 (Protocol Basics, The F Reply Packet, Write)
7166 (Protocol-specific Representation of Datatypes, Memory Transfer):
7167 Fix hyphenation, punctuation and grammar problems.
7168 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
7169 'section' instead of 'subsection' in the text.
7170 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7171 (i386): Remove period from section name.
7172 (Installing GDB, Requirements, Running Configure, Separate Objdir)
7173 (Config Names, Configure Options): Use @file{configure}.
7174
7175 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
7176
7177 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7178 and tab expansion.
7179
7180 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
7181
7182 * gdbint.texinfo (SOM): Correct location of the SOM reader.
7183
7184 2007-04-02 Bob Wilson <bob.wilson@acm.org>
7185
7186 * gdb.texinfo: Consistently capitalize all significant words in
7187 node names, chapter titles, section titles, and headings. Update
7188 cross references to match.
7189 (Starting and Stopping Trace Experiment): Make node name plural.
7190 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7191
7192 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7193
7194 * gdb.texinfo (WinCE): Delete obsolete subsection.
7195
7196 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7197
7198 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7199 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7200 references.
7201
7202 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7203
7204 * gdb.texinfo (Startup): Delete references to some alternate
7205 names for .gdbinit.
7206 (Thread): Remove LynxOS reference.
7207 (Tandem ST2000): Delete target-specific documentation.
7208 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7209 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7210 and GDB_OSABI_LYNXOS.
7211
7212 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
7213
7214 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7215
7216 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
7217
7218 * gdbint.texinfo (Target Conditionals): Remove mention of
7219 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7220 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7221
7222 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7223
7224 * Makefile.in: Add "pdfdir" installation
7225 directory, PDFTEX macro, support for "install-pdf" target,
7226 and rules for making a pdf version of refcard.texi.
7227 * refcard.tex: Specify paper size for PDF output.
7228
7229 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7230
7231 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7232
7233 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7234
7235 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7236 (Source Path, Character Sets, Macros, Define)
7237 (GDB/MI Result Records, GDB/MI Simple Examples)
7238 (GDB/MI Program Execution, GDB/MI File Commands)
7239 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7240 (Bug Reporting): Use @value{GCC}.
7241
7242 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7243
7244 * gdb.texinfo (Help): Fix formatting of examples.
7245 (Variables): Use @ifnotinfo instead of @iftex.
7246 (Non-debug DLL symbols): Use @ref instead of @pxref.
7247 (Sparclet File): Use @samp instead of quotes.
7248
7249 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7250
7251 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7252
7253 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7254
7255 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7256 the order of the nodes.
7257 (C Operators, C Constants, Debugging C): Remove extra menus.
7258 (Method Names in Commands): Do not specify next/prev/up nodes.
7259
7260 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7261
7262 * gdb.texinfo (File Options): Add missing parenthesis.
7263 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7264
7265 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7266
7267 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7268
7269 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7270
7271 * gdb.texinfo (Standard Target Features): Mention
7272 case insensitivity.
7273 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7274
7275 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7278 (Files): Add section name to argument list for pxref.
7279 (Non-debug DLL symbols): Don't use `see' for pxref.
7280 (Embedded Processors): Fix typo.
7281 (GDB/MI Breakpoint Commands): Execution commands generate
7282 *stopped not ^done.
7283
7284 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7285
7286 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7287 values for in_scope. Mention that only root variables can be
7288 updated.
7289 (GDB/MI Development and Front Ends): Explain new values may be
7290 added to existing fields.
7291
7292 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7293
7294 * gdb.texinfo (-target-disconnect): Use @smallexample.
7295 (Requirements): Add anchor for Expat. Update description.
7296 (Target Descriptions): Mention Expat.
7297 (Target Description Format): Document new elements. Use
7298 @smallexample.
7299 (Predefined Target Types, Standard Target Features): New sections.
7300 * gdbint.texinfo (Target Descriptions): New section.
7301
7302 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7303
7304 * gdb.texinfo (Target Description Format): Add section on XInclude.
7305
7306 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7307
7308 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7309 command -enable-timings.
7310
7311 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7312
7313 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7314 descriptions for new/deleted elements in gdb_osabi. Add missing
7315 description for function generic_elf_osabi_sniff_abi_tag_sections.
7316
7317 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7318
7319 * gdb.texinfo (Maintenance Commands): Add documentation for
7320 the new "maint print target-stack" command.
7321
7322 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7323 Eli Zaretskii <eliz@gnu.org>
7324
7325 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7326
7327 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7328
7329 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7330 Use @value{NGCC} instead of @value{GCC}.
7331
7332 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7333
7334 * agentexpr.texi: Fix typos.
7335 * annotate.texinfo: Likewise.
7336 * gdb.texinfo: Likewise.
7337 * gdbint.texinfo: Likewise.
7338 * observer.texi: Likewise.
7339 * stabs.texinfo: Likewise.
7340
7341 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7342
7343 * gdbint.texinfo (Support Libraries): Remove mmalloc
7344 entry. Describe readline library.
7345
7346 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7347
7348 * gdb.texinfo (Target Descriptions): New section.
7349 (General Query Packets): Add QPassSignals anchor. Mention
7350 qXfer:features:read under qSupported. Expand mentions of
7351 qXfer:memory-map:read and QPassSignals. Document
7352 qXfer:features:read.
7353
7354 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7355
7356 * gdb.texinfo (Commands to specify files): Describe
7357 "set sysroot" and "show sysroot".
7358 (Using the `gdbserver' program): Lowercase argument
7359 to @var. Expand description of setting up GDB on the
7360 host.
7361
7362 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7365 catch exception, catch exception unhandled, and catch assert
7366 commands.
7367
7368 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7369
7370 * gdb.texinfo (Debugging Output): Document "set debug xml"
7371 and "show debug xml".
7372
7373 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7376
7377 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7378
7379 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7380
7381 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7382
7383 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7384 note in @ignore, to be removed later if nobody complains.
7385
7386 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7387
7388 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7389 of -var-delete.
7390
7391 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7392
7393 * gdb.texinfo (Setting breakpoints): Document
7394 automatic software/hardware breakpoint usage and
7395 the "set breakpoint auto-hw" command.
7396
7397 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7398
7399 * gdb.texinfo (Memory Access Checking): New.
7400
7401 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7402
7403 * gdb.texinfo (Remote configuration): Mention
7404 "pass-signals-packet".
7405 (General Query Packets): Document QPassSignals. Fix
7406 a typo.
7407
7408 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7409
7410 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7411
7412 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7413
7414 * gdb.texinfo (Remote configuration): Rewrite documentation for
7415 packet configuration commands.
7416 (OS Information): Adjust reference to qXfer:auxv:read.
7417 (General Query Packets): Remove references to read-aux-vector-packet
7418 and set remote get-thread-local-storage-address.
7419
7420 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7421
7422 * gdbint.texinfo (Target Architecture Definition): Add new
7423 Initializing a New Architecture section.
7424
7425 2006-10-31 David Taylor <dtaylor@emc.com>
7426
7427 * stabs.texinfo (Macro define and undefine): New node describing
7428 stabs for #define and #undef.
7429
7430 2006-10-27 Andreas Schwab <schwab@suse.de>
7431
7432 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7433
7434 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7435
7436 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7437 clarify on the possible meanings of ``expression'' watched by
7438 watchpoints. Add indexing.
7439 (Prompting, Errors, Invalidation, Annotations for Running)
7440 (Source Annotations): Fix index entries by adding "annotation" to
7441 them, to discriminate from index entries that point to the more
7442 general topic descriptions.
7443
7444 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * gdbint.texinfo (Target Vector Definition): Move most
7447 content into Existing Targets. Add a menu.
7448 (Existing Targets): New section, moved from Target Vector
7449 Definition. Use @subsection.
7450 (Managing Execution State): New section.
7451
7452 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7453
7454 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7455
7456 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7457
7458 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7459 (Command Syntax, Signals, Backtrace, Connecting)
7460 (Remote configuration, Renesas Boards, Console I/O): Fix last
7461 change: use Ctrl- instead of C-, except wrt Emacs.
7462 (File-I/O Examples): Put Ctrl-c in @kbd.
7463 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7464 (Console I/O): Use @samp with Ctrl-.
7465 (Signals, Set Breaks, Set Watchpoints): Document optional
7466 arguments to `info signals' `handle', `info breakpoints', and
7467 `info watchpoints'.
7468
7469 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7470
7471 * gdb.texinfo (Backtrace): Fix last change.
7472
7473 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7474
7475 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7476
7477 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7478
7479 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7480 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7481 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7482
7483 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7484 Daniel Jacobowitz <dan@codesourcery.com>
7485
7486 * gdb.texinfo (Packets): Document vFlashErase,
7487 vFlashWrite and vFlashDone packets.
7488 (General Query Packets): Document qXfer:memory-map:read.
7489 Add a new feature for qXfer:memory-map:read.
7490 (Memory map format): New section.
7491 (Target Commands): Mention that gdb can write flash.
7492
7493 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7494 Daniel Jacobowitz <dan@codesourcery.com>
7495
7496 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7497 memory regions and "mem auto".
7498
7499 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7500
7501 * gdbint.texinfo (Array Containers): New section.
7502
7503 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7504
7505 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7506 -stack-list-arguments HIGH_FRAME argument can be larger then the
7507 actual number of frames.
7508
7509 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7510
7511 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7512 -stack-list-locals HIGH_FRAME argument can be larger then the
7513 actual number of frames.
7514
7515 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7516
7517 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7518 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7519
7520 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7521
7522 * gdbint.texinfo (Overall Structure): New section "Source Tree
7523 Structure".
7524
7525 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7526
7527 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7528 responses.
7529
7530 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7531
7532 * gdb.texinfo (Source Path): Add documentation for new
7533 substitute-path commands.
7534
7535 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7536
7537 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7538 (Running Configure): ...here.
7539 (Requirements): New node. Mention expat.
7540
7541 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7542
7543 * gdb.texinfo (Target Commands): Remove
7544 'set download-write-size' and 'show download-write-size'.
7545
7546 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7547
7548 * stabs.texinfo (Member Type Descriptor): Correct example for
7549 pointer to member types.
7550
7551 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7552
7553 * gdb.texinfo (Optional warnings and messages): Add
7554 'set/show trace-commands'.
7555 (Command files): Add '-v' to source command.
7556
7557 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7558
7559 * gdb.texinfo (OS Information): Update qPart reference to
7560 qXfer.
7561 (Remote configuration): Likewise.
7562 (Overview): Move @cindex to the start of a paragraph. Talk
7563 about binary data encoding.
7564 (Packets): Refer to the overview for the details of the X
7565 packet encoding.
7566 (General Query Packets): Remove qPart description. Add qXfer
7567 description. Add an anchor to qSupported. Correct feature
7568 table title. Add a new feature for qXfer:auxv:read.
7569 (Interrupts): Add a missing parenthesis.
7570
7571 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7572
7573 * gdb.texinfo (KOD): Remove node.
7574 (GDB/MI Kod Commands): Remove commented out node.
7575
7576 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7577
7578 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7579 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7580 (GDB/MI Thread Commands, GDB/MI Program Execution)
7581 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7582 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7583 (GDB/MI File Commands, GDB/MI Target Manipulation)
7584 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7585 since the MI prompt is hard-wired into the code.
7586
7587 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7588
7589 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7590 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7591 (GDB/MI Data Manipulation): Remove description of unimplemented
7592 display related commands as variable objects perform this function
7593 and are superior: -display-delete, -display-disable,
7594 -display-enable, -display-insert and -display-list. Move
7595 -environment-cd, -environment-directory, -environment-path
7596 and -environment-pwd to "Program Context".
7597 (GDB/MI Program Control): Rename to "Program Execution". Move
7598 -exec-arguments -exec-abort to...
7599 (GDB/MI Program Context): ...here. New node split from "Data
7600 Manipulation".
7601
7602 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7603
7604 * gdb.texinfo (Remote configuration): Document set / show
7605 remote supported-packets.
7606 (General Query Packets): Document qSupported packet.
7607
7608 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7609
7610 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7611 and font markup.
7612 (Protocol basics): Likewise.
7613 (The F request packet): Likewise.
7614 (The F reply packet): Likewise.
7615 (Memory transfer): Move this node to be a subsubsection of
7616 "Protocol specific representation of datatypes".
7617 (The Ctrl-C message): More copy editing.
7618 (Console I/O): Likewise.
7619 (The isatty call): Delete this node, and merge its content into
7620 the "isatty" node. Fixed references elsewhere.
7621 (The system call): Delete this node, and merge its content into
7622 the "system" node. Fixed references elsewhere.
7623 (open): Reformat to use @table, and add appropriate font markup.
7624 (close): Likewise.
7625 (read): Likewise.
7626 (write): Likewise.
7627 (lseek): Likewise.
7628 (rename): Likewise.
7629 (unlink): Likewise.
7630 (stat/fstat): Likewise.
7631 (gettimeofday): Likewise.
7632 (isatty): Likewise.
7633 (system): Likewise, plus minor changes to fix confusing wording.
7634 (Integral datatypes): Fix font markup.
7635 (Pointer values): Likewise.
7636 (struct stat): Fix markup to use @table, plus minor copy editing.
7637 (struct timeval): Fix font markup, plus minor copy editing.
7638 (Constants): Minor copy editing.
7639 (Errno values): Add font markup.
7640 (File-I/O Examples): Likewise.
7641
7642 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7645 (GDB/MI Simple Examples): Move node up one level. Use real
7646 examples.
7647 (GDB/MI Compatibility with CLI): Update.
7648 (GDB/MI Result Records): Add "connected" and "exit" result
7649 classes.
7650 (GDB/MI Stream Records): Clarify target output.
7651 (GDB/MI Command Description Format): Modify example description.
7652 (GDB/MI Breakpoint Table Commands): Rename to...
7653 (GDB/MI Breakpoint Commands): ...this
7654 (GDB/MI Breakpoint Commands): Add optional thread field.
7655 (GDB/MI Program Control): Add an introduction. Move "Program
7656 termination" examples into exec-run description.
7657 (GDB/MI File Commands): Mention similar CLI commands.
7658 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7659 is similar to "-gdb-version".
7660
7661 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7662
7663 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7664
7665 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7668 sourceware.org for mailing lists.
7669 (GDB/MI File Commands): New node split from Program Control.
7670
7671 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7672
7673 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7674
7675 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7676
7677 * gdb.texinfo (Cygwin Native): Fix last change.
7678
7679 2006-05-22 Christopher Faylor <cgf@timesys.com>
7680
7681 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7682
7683 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7684
7685 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7686 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7687
7688 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7689
7690 * gdb.texinfo (General Query Packets): Recommend not starting
7691 new packets with qC and clarify.
7692
7693 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7694
7695 * gdb.texinfo (M2 Types): New section.
7696
7697 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7698
7699 * agentexpr.texi: Add a copyright and license notice.
7700 * observer.texi: Likewise, with GPL clause for function prototypes.
7701 Remove trailing whitespace.
7702
7703 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7704
7705 * gdb.texinfo (General Query Packets): Document conventions for
7706 terminating packet names, and their violations.
7707
7708 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7709
7710 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7711 * gdb.texinfo: Likewise.
7712
7713 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7714
7715 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7716 and "show remotedebug".
7717 (Debugging Output): Add additional index entries.
7718
7719 2006-04-27 Michael Snyder <msnyder@redhat.com>
7720
7721 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7722
7723 2006-04-22 Andrew Cagney <cagney@redhat.com>
7724
7725 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7726 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7727
7728 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7729
7730 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7731 and remove breakpoint prototypes.
7732 (Watchpoints): Move description of target_insert_hw_breakpoint and
7733 target_remove_hw_breakpoint ...
7734 (Breakpoints): ... to here. Document target_insert_breakpoint and
7735 target_remove_breakpoint.
7736
7737 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7738
7739 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7740 and C packets are optional.
7741
7742 2006-04-14 Frederic Riss <frederic.riss@st.com>
7743
7744 * gdb.texinfo (Specifying source directories): Update the description
7745 of the source file search to reflect the fact that the source path
7746 always contains at least $cdir and $cwd.
7747
7748 2006-03-31 Michael Snyder <msnyder@redhat.com>
7749
7750 * gdb.texinfo: Update copyright dates.
7751
7752 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7753
7754 * gdb.texinfo (Overview): Add an index entry to "empty response".
7755
7756 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7757
7758 * gdbint.texinfo (Prologue Analysis): New section.
7759
7760 2006-03-07 Jim Blandy <jimb@red-bean.com>
7761
7762 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7763
7764 * gdb.texinfo (Target Commands): Update text describing how to
7765 specify a target. Refer to the detailed section on remote
7766 debugging, not the brief mention.
7767
7768 * gdb.texinfo (Connecting): Organize the different 'target remote'
7769 connection methods into a table. Add a 'target remote' index
7770 entry. (!!!)
7771
7772 2006-02-17 Fred Fish <fnf@specifix.com>
7773
7774 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7775 'ptype' commands to reflect the fact that the only significant
7776 difference between them is that ptype prints the complete type
7777 description instead of just the name.
7778
7779 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7780
7781 * gdbint.texinfo (Watchpoints): Delete
7782 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7783
7784 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7785
7786 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7787 times fields where needed. Fix typos. Update general form given
7788 for output of -break-insert.
7789 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7790
7791 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7792
7793 * gdbint.texinfo (Symbol Handling): Add a section
7794 on memory management.
7795
7796 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7797
7798 * gdb.texinfo (Breakpoint table commands): Document the fullname
7799 field in -break-list output.
7800
7801 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7802
7803 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7804 debugging information produced by the various "set debug..."
7805 options.
7806
7807 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7808
7809 * gdb.texinfo (Files): Remove obsolete bits from the description
7810 of "symbol-file".
7811
7812 2006-01-25 Jim Blandy <jimb@redhat.com>
7813
7814 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7815
7816 2006-01-24 Jim Blandy <jimb@redhat.com>
7817
7818 * gdbint.texinfo (Frames): Document the basics of GDB's register
7819 unwinding model, and explain the existence of the "sentinel" frame.
7820
7821 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7822
7823 * gdb.texinfo (Choosing files): Mention that -directory is used
7824 for script files.
7825 (Specifying source directories): Likewise.
7826 (Command files): Explain how script files are found.
7827
7828 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7829
7830 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7831 the threads in a multi-threaded program.
7832 (Threads): The threadno argument of "thread apply" can be a range
7833 of numbers.
7834
7835 2006-01-18 Jim Blandy <jimb@redhat.com>
7836
7837 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7838 of warning flags.
7839
7840 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7841
7842 * gdb.texinfo (Sequences): Improve menu annotations.
7843 (Define): Add index entries for arguments of user-defined
7844 commands. Move the description of flow-control commands...
7845 (Command Files): ...to here. Document loop_break and
7846 loop_continue.
7847 (Define, Command Files): Document `end' and add index entries for
7848 it.
7849
7850 2006-01-04 Michael Snyder <msnyder@redhat.com>
7851
7852 * gdb.texinfo: Add documentation for linux-fork.
7853 * gdbint.texinfo: Add internal documentation for checkpoints.
7854
7855 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7856
7857 * gdb.texinfo (Omissions from Ada): Document that there is now
7858 limited aggregate support.
7859
7860 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7861
7862 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7863 registers and the likes.
7864
7865 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7866
7867 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7868 (Symbols): Fix usage of "e.g.".
7869 (Memory Region Attributes): Fix usage of "etc."
7870
7871 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7872 (Coding): Fix usage of "e.g.".
7873
7874 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7875
7876 * stabs.texinfo:
7877 * refcard.tex:
7878 * gpl.texi:
7879 * gdbint.texinfo:
7880 * gdb.texinfo:
7881 * gdb-cfg.texi:
7882 * fdl.texi:
7883 * annotate.texinfo:
7884 * all-cfg.texi:
7885 * Makefile.in: Add (C) after Copyright. Update the FSF
7886 address.
7887
7888 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7889
7890 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7891 extend GDB with commands for external monitor.
7892
7893 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7894
7895 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7896
7897 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7898
7899 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7900
7901 2005-11-21 Jim Blandy <jimb@redhat.com>
7902
7903 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7904 placement of 'R' actions in tracepoint action packets; document
7905 dependence of 'X' and 'M' actions on a preceding 'R' action for
7906 their registers.
7907
7908 2005-11-19 Jim Blandy <jimb@redhat.com>
7909
7910 * gdb.texinfo (Tracepoint Packets): New node.
7911 (General Query Packets): Add entries for the tracepoint packets,
7912 referring to the "Tracepoint Packets" node.
7913 (Tracepoints): Add reference to "Tracepoint Packets".
7914
7915 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7916
7917 * gdb.texinfo (set remotebreak): Add anchor.
7918 (X packet): Likewise.
7919 (Remote Protocol): Add new section `Interrupts' and new index
7920 entry `interrupts (remote protocol)'.
7921
7922 2005-11-18 Jim Blandy <jimb@redhat.com>
7923
7924 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7925 entries into the General Query Packets section. Add a
7926 cross-reference to that section. Drop description of replies, as
7927 these are covered in the descriptions of each packet.
7928 (General Query Packets): Add introductory text. Explain naming
7929 conventions, and how the end of a name is recognized.
7930
7931 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7932
7933 * gdb.texinfo (Remote configuration): Fix typo in description of
7934 "set remotebreak" command.
7935
7936 2005-11-16 Jim Blandy <jimb@redhat.com>
7937
7938 * gdb.texinfo (Packets, Stop Reply Packets)
7939 (General Query Packets): Various formatting cleanups.
7940 - Use @samp for packet contents.
7941 - Drop summaries from packet @item lines; the same information appears
7942 immediately below in the description.
7943 - Delete paragraph breaks after packet @item commands, so that the
7944 description appears directly to the right of the packet prototype
7945 in the printed manual, if it fits.
7946 - Place spaces in packet prototypes between @vars and non-@var
7947 letters, and explain that they're just for formatting.
7948 - Use @dots{} instead of '...'.
7949 - Fix uses of @code where @var was needed.
7950 - Replace "deprecated" markers with English text spelling out the
7951 packet's status and the preferred alternatives.
7952 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7953 what this ever meant.
7954 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7955 this for a long time.
7956 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7957 implemented several times, and have been in use for years.
7958
7959 2005-11-15 Jim Blandy <jimb@redhat.com>
7960
7961 * gdb.texinfo (Packets): Add index entries for 'm' packet
7962 disclaimers.
7963
7964 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7965 of stub when processing an 'm' packet.
7966
7967 * gdb.texinfo (Packets): Mention that packets beginning with
7968 letters are reserved once, at the top, instead of actually listing
7969 them all and saying "reserved".
7970
7971 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7972
7973 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7974 Change @var{$arg0 to @code{$arg0.
7975
7976 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7977
7978 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7979
7980 2005-11-12 Jim Blandy <jimb@redhat.com>
7981
7982 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7983 order. Remove extraneous 'z'.
7984
7985 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7986
7987 * gdb.texinfo (Choosing files): Add --eval-command.
7988
7989 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7990
7991 * gdb.texinfo (Choosing modes): Add --return-child-result.
7992
7993
7994 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7995
7996 * gdb.texinfo (Choosing modes): Add --batch-silent.
7997
7998 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7999
8000 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8001 "The -var-update Command".
8002
8003 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.texinfo (Print Settings): Add documentation for set/show
8006 print array-indexes.
8007
8008 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8009
8010 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8011 6.2 and 6.3.
8012
8013 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8014
8015 * gdb.texinfo (File Options): Don't document --mapped, it's gone
8016 since 19-Jan-2004.
8017 (Files): Likewise.
8018 (Variables, Symbols): Document the "<incomplete type>" message and
8019 its reasons.
8020
8021 2005-08-01 Fred Fish <fnf@specifix.com>
8022
8023 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8024
8025 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
8026
8027 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8028 option for -var-list-children and -var-update.
8029 (GDB/MI Stack Manipulation): Simplify description of
8030 print-values option for -stack-list-locals.
8031 (GDB/MI Command Description Format): Clarify.
8032 (Mode Options): Spelling of superseded.
8033
8034 2005-07-12 Bob Rossi <bob@brasko.net>
8035
8036 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8037 corresponding GDB command comment.
8038
8039 2005-07-06 Bob Rossi <bob@brasko.net>
8040
8041 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8042 and -inferior-tty-show.
8043 (Input/Output): Document "set/show inferior-tty" and tty alias.
8044
8045 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
8046
8047 * gdb.texinfo (Packets): Change description of 'D' packet to note
8048 that GDB does wait for a response.
8049
8050 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * gdb.texinfo (History) Rename "Command History".
8053 (Command History): Move node "Server Prefix" from section on
8054 Annotations here.
8055
8056 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8057
8058 * gdb.texinfo (GDB/MI Stack Manipulation):
8059 Re-instate -stack-info-frame with example. Say that it gets
8060 info on selected frame, not current frame.
8061
8062 2005-06-18 Eli Zaretskii <eliz@gnu.org>
8063
8064 * gdb.texinfo (Server): Clarify that `file' should be used before
8065 connecting to the server.
8066 (Files): Add an xref to the above description.
8067 (Output Formats): More detailed description of the `c' format.
8068 (Memory): List explicitly all the formats supported by `x'.
8069 (Threads): Add an @cindex entry for "thread apply".
8070 (Files): Document the possibility of loading unlinked object
8071 files. Add more indexing for solib-absolute-prefix and
8072 --with-sysroot.
8073 (Machine Code): Document possible problems with locations in
8074 shared libraries.
8075 (Backtrace): Document that free-standing environments do not need
8076 to have a `main' function.
8077
8078 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
8079
8080 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8081 -stack-info-frame.
8082
8083 2005-06-07 Andrew Cagney <cagney@gnu.org>
8084
8085 * gdb.texinfo (Contributors): Note the original multi-arch
8086 contributors.
8087
8088 2005-06-03 Eli Zaretskii <eliz@gnu.org>
8089
8090 * gdb.texinfo (Registers): Add index entries for the standard
8091 registers.
8092 (Frames): Add cross-reference from frame pointer description to
8093 the Registers node.
8094 (Annotations Overview): Fix the reference to GDB name.
8095
8096 2005-06-01 Eli Zaretskii <eliz@gnu.org>
8097
8098 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8099 can-use-hw-watchpoints.
8100
8101 2005-05-28 Bob Rossi <bob@brasko.net>
8102
8103 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8104 the possible reasons why an exec async record would be returned to FE.
8105
8106 2005-05-26 Andrew Cagney <cagney@gnu.org>
8107
8108 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8109 Andrew Cagney implemented the original GDB/MI.
8110
8111 2005-05-23 Orjan Friberg <orjanf@axis.com>
8112
8113 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8114 documentation. Add documentation for cris-mode.
8115
8116 2005-05-20 Eli Zaretskii <eliz@gnu.org>
8117
8118 * gdb.texinfo (Numbers): Explain the example and make the wording
8119 more acurate.
8120
8121 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8122 Dennis Brueni <dennis@slickedit.com>
8123
8124 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8125 (GDB/MI Data Manipulation, GDB/MI Program Control)
8126 (GDB/MI Stack Manipulation): Update examples to include the fullname
8127 attribute in stack frames.
8128
8129 2005-05-12 Eli Zaretskii <eliz@gnu.org>
8130
8131 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
8132 do with other non-standard names of init files.
8133
8134 2005-05-11 Eli Zaretskii <eliz@gnu.org>
8135
8136 * gdb.texinfo (Command Files): Move the description of the startup
8137 from here...
8138 (Startup): ...to this new subsection of the Invocation chapter.
8139 Rearrange the description of init files more logically and add a
8140 cross-reference to "Command Files". Document the special gdbinit
8141 name for CISCO 68k. Expand the description of what GDB does
8142 during startup.
8143 (History): Add index entry for HISTSIZE.
8144
8145 2005-05-02 Mark Kettenis <kettenis@gnu.org>
8146
8147 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8148
8149 2005-05-02 Eli Zaretskii <eliz@gnu.org>
8150
8151 * gdb.texinfo (SVR4 Process Information, The isatty call)
8152 (The system call): Don't use foo(N) notation for man pages and
8153 functions.
8154 (Compilation, DJGPP Native): Improve wording.
8155
8156 2005-04-27 Eli Zaretskii <eliz@gnu.org>
8157
8158 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8159 were optimized away.
8160
8161 2005-04-22 Eli Zaretskii <eliz@gnu.org>
8162
8163 * gdb.texinfo (Remote configuration): Document "set/show
8164 get-thread-local-storage-address". Add cross-reference to the
8165 description of the qGetTLSAddr packet.
8166 (General Query Packets): Mention "set remote
8167 get-thread-local-storage-address" and add a reference to its
8168 description.
8169
8170 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * gdb.texinfo (Backtrace): Describe 'bt full'.
8173
8174 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
8175
8176 * gdb.texinfo (Mode Options): Fix typo.
8177 (GDB/MI): Describe how to invoke GDB/MI.
8178
8179 2005-04-16 Eli Zaretskii <eliz@gnu.org>
8180
8181 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8182 references changed. Add description of "info udot".
8183 (Files): Document "set/show stop-on-solib-events".
8184 (M32R/D): Document "set/show download-path", "set/show
8185 board-address", "set/show server-address", "upload", "tload".
8186 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8187 "use_mon_code", "use_ib_break", "use_dbt_break".
8188 (Maintenance Commands): Improve indexing.
8189 (Target Commands): Document "set/show hash", "set/show debug
8190 monitor".
8191 (SVR4 Process Information): Document "info pidlist" and "info
8192 meminfo". Document "set/show procfs-tarce" and "set/show
8193 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
8194 (Symbols, The Print Command with Objective-C): Improve indexing.
8195 (Objective-C): Add references to "info classes" and "info
8196 selectors".
8197 (Debugging Output): Improve wording. Document "set/show debug
8198 solib-frv". Fix "set/show debugvarobj".
8199 (Set Breaks): Add index entry for "hardware breakpoints".
8200 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8201 and "set/show usehardbreakpoints".
8202 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8203 monitor-prompt", "set/show monitor-warnings", "pmon".
8204 (ARM): Document "rdilogfile", "rdilogenable", "set/show
8205 rdiromatzero", "set/show rdiheartbeat".
8206 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8207 "sds".
8208 (Embedded Processors): Document the "sim" command.
8209 (Remote): Document the "remote" command.
8210 (DJGPP Native): Document the "info serial" command.
8211 (Threads): Document "maint info sol-threads".
8212 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8213 (Set Breaks): Improve indexing.
8214 (Command Syntax): Add a reference to dont-repeat.
8215 (Define): Document "dont-repeat".
8216 (TUI Commands): Document "tabset".
8217 (WinCE): New subsection. Document "set/show remotedirectory",
8218 "set/show remoteupload", "set/show remoteaddhost".
8219
8220 2005-04-15 Eli Zaretskii <eliz@gnu.org>
8221
8222 * gdb.texinfo (Hurd Native): New subsection, documents
8223 Hurd-specific commands.
8224 (Maintenance Commands): Add cross-reference to "Debugging Output".
8225 (Debugging Output): Document "set/show debug lin-lwp".
8226 (MIPS): Improve documentation of heuristic-fence-post. Document
8227 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8228 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8229 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8230 (ARM): Document ARM-specific commands.
8231 (AVR): New section. Document "info io_registers".
8232 (CRIS): New section. Document "set/show cris-version" and
8233 "set/show cris-dwarf2-cfi".
8234 (HPPA): New section. Document "set/show debug hppa" and "maint
8235 print unwind".
8236 (Neutrino): New subsection. Document "set/show debug nto-debug".
8237 (Super-H): New section. Document the "regs" command.
8238 (Debugging Output): Document "set/show debug aix-thread".
8239
8240 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8241
8242 * gdb.texinfo (Print Settings): Document "set/show print
8243 pascal_static-members", "set print repeats", "show print
8244 null-stop". Improve indexing. Fix documentation of "set print
8245 union".
8246 (Pascal): New section.
8247 (Supported languages): Rename from "Support"; all references
8248 updated. Add a menu item for Pascal.
8249 (Numbers): Document "set radix.
8250 (Screen Size): Document "set/show pagination".
8251 (MIPS Embedded): Remove "set processor" documentation.
8252 (Remote configuration): Document "set/show X/P/Z-packet",
8253 "set/show read-aux-vector-packet", "set/show remote
8254 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8255 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8256 remotedebug", "set/show remotebreak", "set/show remotedevice",
8257 "set/show remotelogfile".
8258 (Auxiliary Vector): Add reference to the description of the
8259 read-aux-vector-packet setting.
8260 (Set Watchpoints): Add a cross-reference to "set remote
8261 hardware-breakpoint-limit".
8262 (General Query Packets): Add indexing of requests and
8263 cross-references to related commands in "Remote configuration".
8264 (File-I/O Overview, The system call): Fix wording and typos.
8265 (Thread Stops): Add index entries.
8266 (Continuing and Stepping): Document "show step-mode".
8267 (i386): New node. Document "set/show struct-convention".
8268 (Files): Document "show trust-readonly-sections".
8269 (Calling): Document "set/show unwindonsignal".
8270 (Messages/Warnings): Add index entries.
8271 (Maintenance Commands): Document "set/show watchdog".
8272 (Annotations Overview): Document "show annotate".
8273 (Set Watchpoints): Add index entries.
8274 (Symbols): Fix doc of case-sensitive.
8275 (ABI): Document "show coerce-float-to-double".
8276 (Convenience Vars, Help): Improve indexing.
8277 (Machine Code): Document "show disassembly-flavor".
8278 (Debugging C plus plus): Document "show overload-resolution".
8279 (Value History, Signaling): Add index entries.
8280
8281 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8282
8283 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8284 (Processes): Fix wording.
8285 (History, List, Logging output, Define, Symbols, Print Settings):
8286 Improve indexing.
8287
8288 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8289
8290 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8291 redundant index entry for "target" command.
8292 (Backtrace): Add index entries.
8293 (Symbols, Fortran): Document the "set case-sensitive" command.
8294 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8295 (Print Settings): Add index entry for "set demangle-style".
8296 (Target Commands): Document "set download-write-size".
8297 (Debugging Output): Document "set exec-done-display".
8298
8299 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8300
8301 * gdb.texinfo (Files): Fix the name and documentation of
8302 add-shared-symbol-files. Document its alias assf. Update the
8303 list of OSs where GDB supports shared libraries. Fix markup.
8304 (Continuing and Stepping): Add reference to @var{location} in the
8305 text.
8306 (Dump/Restore Files): Fix reference to @{filename}.
8307 (Help): Fix wording.
8308 (Attach): Ditto.
8309 (Set Watchpoints): Ditto.
8310 (Backtrace): Remove redundant index entries. Improve index
8311 entries.
8312 (Delete Breaks): Fix wording.
8313 (Memory): Document the compare-sections command.
8314 (Memory Region Attributes): Improve wording.
8315 (Disabling): Improve wording.
8316 (Fortran): New subsection. Document the "info common" command.
8317 (Help): Document aliases "info copying" and "info warranty".
8318 (Caching Remote Data): New section. Document the "set/show
8319 remotecache" and "info dcache" commands.
8320 (Show): Fix wording of the documentation of the "set
8321 extension-language" command.
8322 (Signals): Add index entry for "info handle".
8323 (Memory Region Attributes): Fix punctuation.
8324 (Symbols): Change the arg name to "location" and refer to it in
8325 the text. Fix wording of "info types" doc.
8326 (Threads): Fix usage of @enumerate @item's.
8327 (Listing Tracepoints): Add index entry for "info tp".
8328 (Set Watchpoints): Add xref to "info break" description.
8329 (Macros): Add an index entry for "macro exp1". Document the
8330 "macro list" command.
8331 (Maintenance Commands): Document "flushregs", "maint agent",
8332 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8333 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8334 "maint print architecture", "maint print objfiles", "maint print
8335 statistics", "maint print type", "maint show-debug-regs", "maint
8336 space", "maint time", and "maint translate-address".
8337 (Connecting): Document the "monitor" command.
8338 (Annotations Overview): Describe the "set annotate" command.
8339
8340 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8341
8342 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8343 Rearrange index entries and improve wording about support for
8344 hardware watchpoints.
8345
8346 2005-03-10 Bob Rossi <bob@brasko.net>
8347
8348 * gdb.texinfo: Update copyright
8349
8350 2005-02-09 Theodore A. Roth <troth@openavr.org>
8351
8352 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8353 error.
8354
8355 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8356
8357 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8358
8359 2005-01-17 Michael Snyder <msnyder@redhat.com>
8360
8361 * gdb.texinfo: Fix spelling, infinte -> infinite.
8362
8363 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8364
8365 * observer.texi (GDB Observers): Document "solib_loaded".
8366
8367 2005-01-07 Andrew Cagney <cagney@gnu.org>
8368
8369 * configure.ac: Rename configure.in, require autoconf 2.59.
8370 * configure: Re-generate.
8371
8372 * configure.in: Replace configdirs with multiple references to
8373 AC_CONFIG_SUBDIRS.
8374 * configure: Re-generate.
8375
8376 2005-01-04 Andrew Cagney <cagney@gnu.org>
8377
8378 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8379 part of the version number.
8380
8381 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8382
8383 * gdbint.texinfo (Algorithms): Remove description of
8384 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8385
8386 2004-12-07 Jim Blandy <jimb@redhat.com>
8387
8388 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8389 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8390 numbers.
8391
8392 2004-12-07 Andreas Schwab <schwab@suse.de>
8393
8394 * gdb.texinfo (Mode Options): Document -l option.
8395
8396 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8397
8398 * gdbint.texinfo (Algorithms): More accurate description of
8399 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8400 is not needed unless data-read and data-access watchpoints are
8401 supported. Add a description of how GDB checks whether the
8402 inferior stopped because a watchpoint was hit.
8403
8404 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8405
8406 * gdb.texinfo (Files): Add cross-reference to description of
8407 -readnow command-line switch.
8408
8409 2004-11-10 Randolph Chung <tausq@debian.org>
8410
8411 * gdb.texinfo: Document set/show backtrace past-entry commands.
8412 Rearrange index entries for set/show backtrace past-main.
8413
8414 2004-11-10 Jon Beniston <jon@beniston.com>
8415
8416 Committed by Andrew Cagney <cagney@gnu.org>.
8417 * gdb.texinfo (Remote Serial Protocol): Further describe
8418 binary transfer escaping mechanism .
8419
8420 2004-11-08 Randolph Chung <tausq@debian.org>
8421
8422 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8423 and "show debug infrun". Add index entries.
8424
8425 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8426
8427 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8428 "info proc" that are already implemented. Add index entries.
8429 (Working Directory): Add a cross-reference to "info proc" command.
8430 (Files): Add a tip for decreasing memory used for symtabs from
8431 shared libraries.
8432 (Starting): Fix whitespace; make "elaboration" stand out where it
8433 is first used, and add an index entry for the term.
8434 (Calling): Expand and elaborate text. Add "print". Add the
8435 description of problems with weak aliases.
8436 (Core File Generation): New section.
8437
8438 2004-10-12 Andrew Cagney <cagney@gnu.org>
8439
8440 * gdbint.texinfo (Versions and Branches): New chapter.
8441 (Releasing GDB): Delete "Versions and Branches" section.
8442 (Top): Add "Versions and Branches".
8443
8444 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8445
8446 * gdb.texinfo (Editing, History): Add cross-references to the
8447 included Readline and History user documentation. Remove
8448 references to the symbol have-readline-appendices which is unused
8449 and undefined.
8450 (History): Fix indexing.
8451
8452 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8453
8454 * gdbint.texinfo (target_stopped_data_address): Update to
8455 new prototype.
8456 (i386_stopped_data_address): Update prototype and description.
8457 (i386_stopped_by_watchpoint): New function and description.
8458
8459 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8460
8461 * gdb.texinfo (Filenames): Add Ada suffixes.
8462 (Ada) New section.
8463
8464 2004-09-27 Andrew Cagney <cagney@gnu.org>
8465 Robert Picco <Robert.Picco@hp.com>
8466
8467 * gdb.texinfo (Packets): Document the "p" packet.
8468
8469 2004-09-21 Jason Molenda (jmolenda@apple.com)
8470
8471 * gdb.texinfo (Paths and Names of the Source Files): Document the
8472 meaning of values in the 'desc' field of a SO stab.
8473
8474 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8475
8476 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8477 max-cache-age" and "maint show dwarf2 max-cache-age".
8478
8479 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8480
8481 * gdb.texinfo (Set Breaks): Add index entry for setting
8482 breakpoints on overloaded C++ functions that are not members of
8483 any classes. Add an example and an index entry for setting
8484 breakpoints on all program functions.
8485 (Character Sets, Macros, Overlay Commands)
8486 (Non-debug DLL symbols, GDB/MI Output Syntax)
8487 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8488 Use "(@value{GDBP})" instead of a literal "(gdb)".
8489
8490 2004-09-12 Andrew Cagney <cagney@gnu.org>
8491
8492 * gdbint.texinfo (Native Debugging): Delete description of
8493 FILES_INFO_HOOK.
8494
8495 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8496
8497 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8498 to hex_string_custom (not historically correct, but more
8499 understandable, given the current code).
8500
8501 2004-09-03 Andrew Cagney <cagney@gnu.org>
8502
8503 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8504
8505 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8506
8507 * observer.texi (solib_unloaded): New observer.
8508
8509 2004-08-24 Andrew Cagney <cagney@gnu.org>
8510
8511 * gdbint.texinfo (Target Architecture Definition): Add missing
8512 comma.
8513
8514 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8515
8516 * (Using the Testsuite): build != host is supported,
8517 but some test scripts do not support build != host.
8518
8519 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8520
8521 * gdbint.texinfo (Host Definition): Delete description of
8522 FCLOSE_PROVIDED and GETENV_PROVIDED.
8523
8524 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8525
8526 * gdbint.texinfo (Host Definition): Delete description of
8527 NO_SYS_FILE.
8528 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8529 PTRACE_FP_BUG.
8530
8531 2004-08-05 Andrew Cagney <cagney@gnu.org>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Delete
8534 reference to deprecated_read_fp.
8535
8536 2004-08-02 Andrew Cagney <cagney@gnu.org>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Delete
8539 description of DEPRECATED_REGISTER_BYTES.
8540
8541 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8542
8543 * gdb.texinfo (Source Path): Document the new behavior of
8544 searching for the source files.
8545
8546 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8547
8548 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8549 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8550 (Auto Display): Improve indexing.
8551
8552 2004-07-16 Andrew Cagney <cagney@gnu.org>
8553
8554 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8555 "-noasync".
8556
8557 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8558
8559 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8560 have the same prefix have only their prefix in the index.
8561
8562 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8563
8564 * gdb.texinfo (BSD libkvm Interface): New node (section)
8565 (Native): Add it to the menu.
8566
8567 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8568
8569 * gdbint.texinfo (Target Architecture Definition): Remove
8570 PCC_SOL_BROKEN.
8571
8572 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8573
8574 * gdbint.texinfo (Target Architecture Definition): Remove
8575 SUN_FIXED_LBRAC_BUG.
8576
8577 2004-06-26 Andrew Cagney <cagney@gnu.org>
8578
8579 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8580
8581 2004-06-20 Andrew Cagney <cagney@gnu.org>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Deprecate
8584 USE_STRUCT_CONVENTION.
8585
8586 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8587
8588 gdb.texinfo (Bug Reporting): Mention session recording,
8589 with the script command or Emacs.
8590
8591 2004-06-18 Andrew Cagney <cagney@gnu.org>
8592
8593 * gdbint.texinfo (Target Architecture Definition): Deprecate
8594 FUNCTION_START_OFFSET.
8595
8596 2004-06-14 Andrew Cagney <cagney@gnu.org>
8597
8598 Based on changes from Karl Berry.
8599 * gdb.texinfo: Do not use @sc in a direntry.
8600 * stabs.texinfo: Change @dircateogry to "Software development".
8601 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8602
8603 2004-06-13 Andrew Cagney <cagney@gnu.org>
8604
8605 * gdbint.texinfo (Target Architecture Definition): Delete
8606 description of RETURN_VALUE_ON_STACK.
8607
8608 2004-06-09 Andrew Cagney <cagney@gnu.org>
8609
8610 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8611 deleted by previous patch.
8612
8613 2004-06-08 Andrew Cagney <cagney@gnu.org>
8614
8615 * gdbint.texinfo (Native Debugging): Delete documentation on
8616 ATTACH_DETACH.
8617
8618 2004-06-06 Randolph Chung <tausq@debian.org>
8619
8620 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8621
8622 2004-06-06 Randolph Chung <tausq@debian.org>
8623
8624 * gdb.texinfo (push_dummy_call): Update argument list to match
8625 the new push_dummy_call method signature. Describe the function
8626 argument.
8627
8628 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8629
8630 * gdb.texinfo (Starting): Document new start command.
8631
8632 2004-05-21 Andrew Cagney <cagney@redhat.com>
8633
8634 * observer.texi (GDB Observers): Document "inferior_created".
8635
8636 2004-05-08 Andrew Cagney <cagney@redhat.com>
8637
8638 * gdbint.texinfo (Target Architecture Definition): Delete
8639 description of DO_DEFERRED_STORES.
8640
8641 * gdbint.texinfo (Target Architecture Definition): Delete
8642 references to DEPRECATED_FIX_CALL_DUMMY.
8643
8644 * gdbint.texinfo (Target Architecture Definition): Delete
8645 description of DEPRECATED_CALL_DUMMY_WORDS,
8646 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8647
8648 * gdbint.texinfo (Target Architecture Definition): Delete
8649 description of DEPRECATED_PUSH_DUMMY_FRAME.
8650
8651 * gdbint.texinfo (Target Architecture Definition): Delete
8652 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8653
8654 2004-05-07 Andrew Cagney <cagney@redhat.com>
8655
8656 * observer.texi (GDB Observers): Add "Debugging" section. Include
8657 cross reference to "set/show debug observer".
8658 * gdb.texinfo (Debugging Output): Document "set/show debug
8659 observer".
8660
8661 2004-05-01 Andrew Cagney <cagney@redhat.com>
8662
8663 * gdbint.texinfo (Target Architecture Definition): Delete
8664 description of DEPRECATED_PC_IN_SIGTRAMP.
8665
8666 2004-04-30 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Delete
8669 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8670
8671 2004-04-30 Orjan Friberg <orjanf@axis.com>
8672
8673 * observer.texi (GDB Observers): Correct spelling.
8674
8675 2004-04-26 Orjan Friberg <orjanf@axis.com>
8676
8677 * observer.texi (GDB Observers): Add target_changed event.
8678
8679 2004-04-08 Andrew Cagney <cagney@redhat.com>
8680
8681 * observer.texi (GDB Observers): Rework, provide generic observer
8682 definitions and then a list of observable events.
8683
8684 2004-04-04 Andrew Cagney <cagney@redhat.com>
8685
8686 * gdbint.texinfo (Host Definition): Delete reference to
8687 NO_SIGINTERRUPT.
8688
8689 2004-04-02 Andrew Cagney <cagney@redhat.com>
8690
8691 * gdbint.texinfo (Target Architecture Definition): Delete
8692 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8693
8694 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8695
8696 * gdb.texinfo (TUI Commands): Document tui reg commands.
8697
8698 2004-03-26 Andrew Cagney <cagney@redhat.com>
8699
8700 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8701 "gdbtui".
8702 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8703 (Contributors): Mention both Text and Terminal User Interface.
8704
8705 2004-03-23 Andrew Cagney <cagney@redhat.com>
8706
8707 * gdbint.texinfo (Target Architecture Definition): Deprecate
8708 references to SIGTRAMP_START and SIGTRAMP_END.
8709
8710 2004-03-23 Andrew Cagney <cagney@redhat.com>
8711
8712 * gdbint.texinfo (Target Architecture Definition): Deprecate
8713 references to PC_IN_SIGTRAMP.
8714
8715 2004-03-19 Andrew Cagney <cagney@redhat.com>
8716
8717 * gdbint.texinfo (Target Architecture Definition): Delete
8718 reference to GDB_TARGET_IS_HPPA.
8719
8720 2004-03-18 Andrew Cagney <cagney@redhat.com>
8721
8722 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8723 describe pre_init and post_init.
8724
8725 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8726
8727 * gdb.texinfo (Debugging Output): Document values for "set debug
8728 target".
8729
8730 2004-02-28 Andrew Cagney <cagney@redhat.com>
8731
8732 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8733
8734 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8735
8736 * gdb.texinfo (breakpoints): Add information about the
8737 new "set breakpoint pending" and "show breakpoint pending"
8738 commands.
8739
8740 2004-02-26 Andrew Cagney <cagney@redhat.com>
8741
8742 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8743 in Per-architecture module data section.
8744
8745 2004-02-25 Roland McGrath <roland@redhat.com>
8746
8747 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8748
8749 2004-02-24 Andrew Cagney <cagney@redhat.com>
8750
8751 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8752 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8753 * fdl.texi: Import Version 1.2, November 2002.
8754
8755 2004-02-17 Andrew Cagney <cagney@redhat.com>
8756
8757 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8758
8759 2004-02-16 Andrew Cagney <cagney@redhat.com>
8760
8761 * gdbint.texinfo (Target Architecture Definition): Deprecate
8762 FRAMELESS_FUNCTION_INVOCATION.
8763
8764 2004-02-16 Andrew Cagney <cagney@redhat.com>
8765
8766 * gdbint.texinfo (Coding): Mention -Wunused-function.
8767
8768 2004-02-14 Andrew Cagney <cagney@redhat.com>
8769
8770 * gdbint.texinfo (Target Architecture Definition): Delete
8771 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8772
8773 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8774
8775 * gdb.texinfo: Properly quote the name "C++".
8776 * gdbint.texinfo: Ditto.
8777 * stabs.texinfo: Ditto.
8778
8779 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8780
8781 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8782 minimal information about libiberty.
8783
8784 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8785
8786 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8787
8788 2004-02-04 Roland McGrath <roland@redhat.com>
8789
8790 * gdb.texinfo (Auxiliary Vector): New node (section).
8791 (Data): Add it to the menu.
8792
8793 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8794
8795 * gdb.texinfo (Breakpoints): Add information about pending
8796 breakpoint support.
8797
8798 2004-01-26 Andrew Cagney <cagney@redhat.com>
8799
8800 * gdb.texinfo (Overview): Delete references to the cisco protocol
8801 including the "N" response.
8802
8803 2004-01-26 Andrew Cagney <cagney@redhat.com>
8804
8805 * gdbint.texinfo (Target Architecture Definition): Rename
8806 EXTRACT_STRUCT_VALUE_ADDRESS to
8807 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8808
8809 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8810
8811 * gdb.texinfo (KOD): Document "show os". Add index entries for
8812 "set/show os" and "info cisco" commands.
8813
8814 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8815
8816 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8817
8818 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8819
8820 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8821 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8822
8823 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8824
8825 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8826 -stack-list-locals.
8827 (GDB/MI Variable Objects): Describe extension to
8828 -var-list-children.
8829
8830 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8831
8832 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8833
8834 2004-01-17 Andrew Cagney <cagney@redhat.com>
8835
8836 * gdbint.texinfo (Target Architecture Definition): Delete
8837 documentation on DEPRECATED_NPC_REGNUM.
8838
8839 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * gdb.texinfo: Update copyright year. Mention that set
8842 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8843 "set follow-fork-mode ask".
8844
8845 2004-01-13 Andrew Cagney <cagney@redhat.com>
8846
8847 * gdbint.texinfo: Update copyright year.
8848 (Coding): Add -Wunused-label to list of -Werror warnings.
8849
8850 2004-01-08 Jason Molenda <jmolenda@apple.com>
8851 Eli Zaretskii <eliz@gnu.org>
8852
8853 * gdb.texinfo: Update copyright.
8854 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8855 around names, as appropriate. Minor syntax cleanup of
8856 _NSPrintForDebugger explanation. Two spaces after periods.
8857 GDBN used instead of lit. "gdb". Index entries added for
8858 print-object and _NSPrintForDebugger. @noindent added in one spot.
8859
8860 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8861
8862 * stabs.texinfo: Add dircategory and direntry commands.
8863 * annotate.texinfo: Ditto.
8864
8865 2003-11-10 Andrew Cagney <cagney@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Replace the
8868 return_value method's "inval" and "outval" parameters with
8869 "readbuf" and "writebuf".
8870
8871 2003-10-28 Jim Blandy <jimb@redhat.com>
8872
8873 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8874 from "The `F' request packet" and "The `F' reply packet", to make
8875 texi2dvi happy.
8876 (File-I/O remote protocol extension): Update menu entries, too.
8877
8878 2003-10-26 Michael Chastain <mec@shout.net>
8879
8880 * gdb.texinfo (Thread Stops): Document the issue with
8881 premature return from system calls in multi-threaded programs.
8882
8883 2003-10-24 Andrew Cagney <cagney@redhat.com>
8884
8885 * annotate.texinfo: Fix "fortunatly"[sic].
8886
8887 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8888
8889 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8890 with "Hitachi" and "Mitsubishi".
8891
8892 2003-10-20 Andrew Cagney <cagney@redhat.com>
8893
8894 * gdbint.texinfo (Target Architecture Definition): Document
8895 gdbarch_return_value. Add cross references from
8896 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8897 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8898
8899 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8900
8901 * gdbint.texinfo (Target Architecture Definition): Document
8902 regset_from_core_section.
8903
8904 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8905
8906 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8907
8908 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8909
8910 From Anthony Green <green@redhat.com>:
8911 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8912
8913 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8914
8915 * gdb.texinfo (Breakpoint related warnings): New node.
8916 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8917
8918 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8919
8920 * gdb.texinfo (Remote Protocol): Document v and vCont.
8921
8922 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8923
8924 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8925 * gdbint.texinfo: Ditto.
8926
8927 2003-10-09 Andrew Cagney <cagney@redhat.com>
8928
8929 From 2003-09-18 David Anderson <davea@sgi.com>:
8930 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8931 "command".
8932
8933 2003-10-03 Andrew Cagney <cagney@redhat.com>
8934
8935 * gdbint.texinfo (Target Architecture Definition): Deprecate
8936 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8937 just target.
8938
8939 2003-10-02 Andrew Cagney <cagney@redhat.com>
8940
8941 * gdbint.texinfo (Target Architecture Definition): Rename
8942 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8943 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8944 * gdbint.texinfo (Target Architecture Definition): Rename
8945
8946 2003-09-30 Andrew Cagney <cagney@redhat.com>
8947
8948 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8949 (Target Architecture Definition):
8950
8951 * gdbint.texinfo (Target Architecture Definition): Rename
8952 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8953
8954 2003-09-29 Andrew Cagney <cagney@redhat.com>
8955
8956 * gdbint.texinfo (Target Architecture Definition): Delete
8957 documentation for NEED_TEXT_START_END.
8958
8959 * gdbint.texinfo (Target Architecture Definition): Rename
8960 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8961 TARGET_WRITE_PC.
8962
8963 2003-09-22 Michael Chastain <mec@shout.net>
8964
8965 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8966
8967 2003-09-21 Anthony Green <green@redhat.com>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8970
8971 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8972
8973 * gdbint.texinfo (Target Architecture Definition): Document
8974 stabs_argument_has_addr.
8975
8976 2003-09-18 Andrew Cagney <cagney@redhat.com>
8977
8978 * gdbint.texinfo (Target Architecture Definition): Delete
8979 documentation on REGISTER_NAMES.
8980
8981 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8982
8983 * gdbint.texinfo (Target Architecture Definition): Replace
8984 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8985
8986 2003-09-11 Andrew Cagney <cagney@redhat.com>
8987
8988 * gdbint.texinfo (Target Architecture Definition): Replace
8989 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8990
8991 2003-08-18 Andrew Cagney <cagney@redhat.com>
8992
8993 * gdbint.texinfo (Target Architecture Definition): Document
8994 "frame_red_zone_size".
8995
8996 2003-08-09 Andrew Cagney <cagney@redhat.com>
8997
8998 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8999 with "set/show backtrace past-main" and "set/show backtrace
9000 limit".
9001
9002 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9003
9004 * Makefile.in (install-info): Support DESTDIR.
9005 (install-html): Likewise.
9006
9007 2003-08-07 Andrew Cagney <cagney@redhat.com>
9008
9009 Patch from Nick Roberts.
9010 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9011 bindings. Remove description of send-gdb-command.
9012
9013 2003-08-07 Andrew Cagney <cagney@redhat.com>
9014
9015 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9016 GDB 6.0.
9017
9018 2003-08-06 Andrew Cagney <cagney@redhat.com>
9019
9020 * gdb.texinfo (Mode Options): Mention that level three is the
9021 highest available and that level 2 is deprecated.
9022 (Annotations Overview): Mention annotation levels. Cross reference
9023 to "Limitations of the Annotation Interface" in annotate.texi.
9024 (TODO, Value Annotations, Frame Annotations): Delete section.
9025 (Displays, Breakpoint Info): Delete.
9026
9027 2003-08-04 Andrew Cagney <cagney@redhat.com>
9028
9029 * agentexpr.texi: Delete @bye.
9030 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9031 (stabs.info): Add $(srcdir) to include search path.
9032 (html): Depend on "annotate_toc.html", and not "annotate.html".
9033 * stabs.texinfo: Ditto. Include "fdl.texi".
9034 * gdbint.texinfo: Update copyright statement's list of invariant
9035 sections.
9036
9037 2003-07-28 Andrew Cagney <cagney@redhat.com>
9038
9039 * Makefile.in (INFO_DEPS): Add annotate.info.
9040 (dvi, ps, html, pdf): Add annotate.
9041 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9042 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9043 (ANNOTATE_DOC_FILES): New macro.
9044 (ANNOTATE_TEX_TMPS): New macro.
9045 (annotate.info, annotate_toc.html): Specify dependencies.
9046 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9047 * annotate.texinfo: Rename annotate.texi. Get building. Add
9048 "Migrating to GDB/MI" and "Limitations of the Annotation
9049 Interface" chapters. Mention why it is not part of the user
9050 guide. Update copyright notice. Include "fdl.texi".
9051
9052 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
9053
9054 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9055
9056 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9057
9058 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9059
9060 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * gdb.texinfo (Server): Mention pidof.
9063
9064 2003-07-22 Andrew Cagney <cagney@redhat.com>
9065
9066 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9067 list.
9068
9069 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
9070
9071 * gdb.texinfo (Logging output): New chapter.
9072
9073 2003-06-24 Joel Brobecker <brobecker@gnat.com>
9074
9075 * gdb.texinfo (Unsupported languages): New section.
9076 (Languages): Add link to new section.
9077
9078 2003-06-22 Andrew Cagney <cagney@redhat.com>
9079
9080 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9081
9082 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9083
9084 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9085
9086 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
9087
9088 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9089 * agentexpr.texi: Retitle section, and change it to an appendix.
9090 Comment out texinfo initialization. Factor a @var{} into two
9091 pieces to prevent makeinfo warnings.
9092 * gdb.texinfo: Add Agent Expressions appendix.
9093
9094 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
9095
9096 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9097
9098 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * gdb.texinfo (Remote Debugging): New section "Connecting to a
9101 remote target". Document the "detach" and "disconnect" commands.
9102 (Server, Netware, Debug Session): Reference "Connecting to a
9103 remote target".
9104 (GDB/MI Target Manipulation): Document "-target-disconnect".
9105
9106 2003-06-13 Andrew Cagney <cagney@redhat.com>
9107
9108 * gdbint.texinfo (Target Architecture Definition): Deprecate
9109 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9110 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
9111
9112 2003-06-09 Jim Blandy <jimb@redhat.com>
9113
9114 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9115
9116 2003-06-08 Andrew Cagney <cagney@redhat.com>
9117
9118 * gdbint.texinfo (Target Architecture Definition): Delete
9119 documentation on FRAME_ARGS_ADDRESS_CORRECT.
9120
9121 2003-06-08 Andrew Cagney <cagney@redhat.com>
9122
9123 * gdbint.texinfo (Target Architecture Definition): Document
9124 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
9125
9126 2003-06-07 Adam Fedor <fedor@gnu.org>
9127
9128 * gdb.texinfo: Add Objective-C documentation.
9129
9130 2003-06-01 Andrew Cagney <cagney@redhat.com>
9131
9132 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9133 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
9134
9135 2003-05-21 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdbint.texinfo (Target Architecture Definition): Delete
9138 references to "extract_address" and "store_address".
9139
9140 2003-05-16 Andrew Cagney <cagney@redhat.com>
9141
9142 * gdbint.texinfo (Target Architecture Definition): Replace
9143 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
9144 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9145
9146 2003-05-14 Theodore A. Roth <troth@openavr.org>
9147
9148 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9149
9150 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
9151
9152 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9153 (gdb.dvi): Likewise.
9154 (gdb.pdf): Likewise.
9155 (links2roff): Likewise.
9156
9157 2003-05-08 Jim Blandy <jimb@redhat.com>
9158
9159 * gdb.texinfo (Dump/Restore Files): Update documentation for
9160 'dump', 'append', and 'restore': note that format argument is
9161 optional; simplify presentation of the command variants; and be
9162 more precise about the formats.
9163
9164 2003-05-07 Jim Blandy <jimb@redhat.com>
9165
9166 * gdb.texinfo (Symbols): Update documentation: 'maint list
9167 symtabs' and 'maint list psymtabs' have been renamed 'maint info
9168 symtabs' and 'maint info psymtabs'.
9169
9170 2003-05-05 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Make
9173 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9174 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9175 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9176
9177 2003-05-04 Andrew Cagney <cagney@redhat.com>
9178
9179 * gdb.texinfo (Maintenance Commands): Document "maint print
9180 dummy-frames".
9181
9182 2003-05-04 Andrew Cagney <cagney@redhat.com>
9183
9184 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9185
9186 2003-05-03 J. Brobecker <brobecker@gnat.com>
9187
9188 Thierry Schneider <tpschneider1@yahoo.com>
9189 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9190 for new MI command.
9191
9192 2003-05-03 Andrew Cagney <cagney@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Document
9195 push_dummy_code. Add cross references.
9196
9197 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
9198
9199 * gdb.texinfo (Character Sets): Update to reflect new behavior of
9200 set/show charsets commands.
9201
9202 2003-04-28 Andrew Cagney <cagney@redhat.com>
9203
9204 * gdbint.texinfo (Target Architecture Definition): Replace
9205 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9206 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9207
9208 2003-04-28 Andrew Cagney <cagney@redhat.com>
9209
9210 * gdbint.texinfo (Target Architecture Definition): Rename
9211 "tm_print_insn" to "deprecated_tm_print_insn".
9212
9213 2003-04-09 Jim Blandy <jimb@redhat.com>
9214
9215 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9216 list psymtabs'.
9217
9218 2003-04-08 Andrew Cagney <cagney@redhat.com>
9219
9220 * gdbint.texinfo (Target Architecture Definition): Delete
9221 references to EXTRA_FRAME_INFO.
9222
9223 2003-04-08 Andrew Cagney <cagney@redhat.com>
9224
9225 * gdbint.texinfo (Target Architecture Definition): Delete
9226 PRINT_TYPELESS_INTEGER.
9227
9228 2003-04-02 J. Brobecker <brobecker@gnat.com>
9229
9230 * observer.texi (GDB Observers): Adjust the documentation for the
9231 normal_stop notification to better describe reality. Fix a couple
9232 of minor typos.
9233
9234 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9235
9236 * gdb.texinfo (GDB/MI Program Control): Add
9237 '-file-list-exec-source-file'
9238
9239 2003-03-31 Andrew Cagney <cagney@redhat.com>
9240
9241 * gdbint.texinfo (Target Architecture Definition): Delete
9242 references to CALL_DUMMY_P.
9243
9244 2003-03-30 Andrew Cagney <cagney@redhat.com>
9245
9246 * gdbint.texinfo (Target Architecture Definition): Remove
9247 reference to TARGET_WRITE_SP.
9248
9249 2003-03-27 Andrew Cagney <cagney@redhat.com>
9250
9251 * gdbint.texinfo (Target Architecture Definition): Remove
9252 references to write_sp.
9253
9254 2003-03-27 Andrew Cagney <cagney@redhat.com>
9255
9256 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9257 chapter body. Use @smallexample instead of @example.
9258 (Annotations): Ditto.
9259 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9260 annotate.texi.
9261
9262 2003-03-26 Andrew Cagney <cagney@redhat.com>
9263
9264 * gdbint.texinfo (Target Architecture Definition): Replace
9265 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9266 dummy_addr parameters.
9267
9268 2003-03-25 Andrew Cagney <cagney@redhat.com>
9269
9270 * gdbint.texinfo (Target Architecture Definition): Delete
9271 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9272 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9273 Add reference to PUSH_ARGUMENTS.
9274
9275 2003-03-23 Andrew Cagney <cagney@redhat.com>
9276
9277 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9278 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9279
9280 2003-03-18 J. Brobecker <brobecker@gnat.com>
9281
9282 * gdbint.texinfo (Algorithms): Add new section describing the
9283 Observer paradigm.
9284 (Top): Add menu entry to new observer appendix.
9285 * observer.texi: New file.
9286 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9287 new observer.texi file.
9288
9289 2003-03-17 Andrew Cagney <cagney@redhat.com>
9290
9291 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9292 that GNU Press update the manual version number.
9293
9294 2003-03-12 Andrew Cagney <cagney@redhat.com>
9295
9296 * gdbint.texinfo (Target Architecture Definition): Delete
9297 references to get_saved_register. Rename GET_SAVED_REGISTER to
9298 DEPRECATED_GET_SAVED_REGISTER.
9299
9300 2003-03-13 Andrew Cagney <cagney@redhat.com>
9301
9302 * gdbint.texinfo (Target Architecture Definition): Replace
9303 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9304
9305 2003-03-12 Andrew Cagney <cagney@redhat.com>
9306
9307 * gdbint.texinfo (Target Architecture Definition): Rename
9308 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9309
9310 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9311
9312 * gdb.texinfo: Add File-I/O documentation.
9313
9314 2003-03-10 Andrew Cagney <cagney@redhat.com>
9315
9316 * gdbint.texinfo (Target Architecture Definition): Cross reference
9317 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9318
9319 2003-03-07 Andrew Cagney <cagney@redhat.com>
9320
9321 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9322 frame" command.
9323
9324 2003-03-05 Andrew Cagney <cagney@redhat.com>
9325
9326 * gdbint.texinfo (Target Architecture Definition): Document
9327 unwind_dummy_id. Cross reference unwind_dummy_id and
9328 SAVE_DUMMY_FRAME_TOS.
9329
9330 2003-03-05 James Ingham <jingham@apple.com>
9331 Daniel Jacobowitz <drow@mvista.com>
9332
9333 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9334 and "show cp-abi".
9335
9336 2003-03-03 Andrew Cagney <cagney@redhat.com>
9337
9338 * gdbint.texinfo (Target Architecture Definition): Document
9339 register_type.
9340
9341 2003-03-03 Andrew Cagney <cagney@redhat.com>
9342
9343 * stabs.texinfo (Structures): Use @samp and separate @var's
9344 instead of a single @var containing a comma separated list.
9345 (Unions): Ditto.
9346
9347 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9348
9349 * Makefile.in (distclean): Remove config.log.
9350
9351 2003-03-01 Andrew Cagney <cagney@redhat.com>
9352
9353 * gdbint.texinfo (Target Architecture Definition): Rename
9354 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9355
9356 2003-03-01 Andrew Cagney <cagney@redhat.com>
9357
9358 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9359 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9360
9361 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9362
9363 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9364 (Non-debug DLL symbols): New node, describing the minimal symbols
9365 loaded from DLLs without real debugging symbols.
9366
9367 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9368
9369 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9370 hardware-breakpoint-limit".
9371 (Set Watchpoints): Add cross reference to "set remote
9372 hardware-watchpoint-limit".
9373 (Remote configuration options): New section.
9374
9375 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9376
9377 * gdbint.texinfo (Target Architecture Definition): Delete
9378 descrption of IS_TRAPPED_INTERNALVAR.
9379
9380 From Keith Seitz <keiths@redhat.com>:
9381 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9382 option "-i"/"--interpreter" to this chapter. Include index
9383 entries.
9384
9385 2003-02-04 David Carlton <carlton@math.stanford.edu>
9386
9387 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9388 (Variables): Recommend stabs+ and DWARF 2.
9389 (C plus plus expressions): Correct info about
9390 compiler versions, debug formats.
9391 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9392 PR symtab/874.
9393
9394 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9395
9396 * gdbint.texinfo (Target Architecture Definition): Delete
9397 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9398 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9399 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9400 references to nindy and i960.
9401 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9402
9403 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9404
9405 * gdbint.texinfo (Target Architecture Definition): Delete
9406 FLOAT_INFO.
9407
9408 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9409
9410 * stabs.texinfo (Member Type Descriptor): Clarify description of
9411 `@'. Suggested by Ben Hutchings.
9412
9413 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9414
9415 * gdb.texinfo (M68K): Delete reference to es1800.
9416
9417 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9418
9419 * gdb.texinfo (Maintenance Commands): Document `maint print
9420 reggroups' and `maint print register-groups'.
9421 * gdbint.texinfo (Target Architecture Definition): Document
9422 register_reggroup_p.
9423
9424 2003-01-23 Jim Blandy <jimb@redhat.com>
9425
9426 * gdb.texinfo (Separate Debug Files): New section.
9427
9428 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9429
9430 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9431 and "maint show profile".
9432
9433 2003-01-16 Michael Chastain <mec@shout.net>
9434
9435 * gdb.texinfo (Installing GDB): Warn against
9436 ".../gdb-VERSION/gdb/configure".
9437 (Separate Objdir): Likewise.
9438
9439 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9440
9441 * gdbint.texinfo (Target Architecture Definition): Delete
9442 definition of PRINT_REGISTER_HOOK.
9443
9444 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9445
9446 (OpenRISC 1000): Fix formatting of command names.
9447
9448 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9449
9450 * gdb.texinfo (Continuing and Stepping): Add new command
9451 'advance'. Clarify behavior of 'until'.
9452
9453 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * gdb.texinfo (Files): Document solib-absolute-prefix and
9456 solib-search-path.
9457
9458 2003-01-09 Michael Chastain <mec@shout.net>
9459
9460 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9461 (Create a Release): Add new instructions for new @file{src-release}.
9462 Document existing instructions for @file{Makefile.in} as
9463 being for @value{GDBN} 5.3.1 or earlier.
9464
9465 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9466
9467 * gdbint.texinfo (Target Architecture Definition): Mention
9468 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9469 allocate memory.
9470
9471 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9472
9473 * gdb.texinfo (Controlling GDB): Add @kindex for
9474 "show osabi".
9475 (Backtraces): Add @kindex's for backtrace-below-main.
9476
9477 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9478
9479 * gdb.texinfo (Controlling GDB): Document "set osabi".
9480
9481 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9482
9483 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9484 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9485
9486 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9487
9488 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9489 "set coerce-float-to-double".
9490 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9491
9492 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9493
9494 * stabs.texinfo: Remove obsolete text.
9495 * gdbint.texinfo: Ditto.
9496 * gdb.texinfo: Ditto.
9497
9498 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9499
9500 * gdbint.texinfo (Target Architecture Definition): Update
9501 description of gdbarch_register_osabi.
9502
9503 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9504
9505 * agentexpr.texi: Fix typos.
9506 * annotate.texi: Likewise.
9507 * fdl.texi: Likewise.
9508
9509 2002-12-10 Andrew Cagney <cagney@redhat.com>
9510
9511 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9512 DEPRECATED_INIT_FRAME_PC.
9513
9514 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9515
9516 * gdbint.texinfo (Target Architecture Definition): Delete
9517 PC_IN_CALL_DUMMY.
9518
9519 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9520
9521 * gdbint.texinfo (Host Definition): Delete documentation on
9522 USE_GENERIC_DUMMY_FRAMES.
9523
9524 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9525
9526 Fix PR gdb/723 and PR gdb/245.
9527 * Makefile.in (install-info): Run the install-info command as part
9528 of the post install steps only.
9529 (uninstall-info): New target.
9530 (uninstall): New target.
9531
9532 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9533
9534 * Makefile.in (install): Make install do some real work.
9535
9536 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9537
9538 Fix POSIX problem reported by Paul Eggert.
9539 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9540 Fix PR gdb/527.
9541
9542 2002-10-26 Andrew Cagney <cagney@redhat.com>
9543
9544 * gdbint.texinfo (Target Architecture Definition): Delete
9545 definition of DO_REGISTERS_INFO.
9546
9547 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9548
9549 * gdbint.texinfo (Address Classes): Fix problems with insertion
9550 of ``{'' and ``}'' in example.
9551
9552 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9553
9554 * gdbint.texinfo (Address Classes): New section.
9555 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9556 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9557 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9558 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9559
9560 2002-10-11 Klee Dienes <kdienes@apple.com>
9561
9562 * gdb.texinfo (Registers): Mention vector registers as well as
9563 floating registers in the documentation for 'info registers' and
9564 'info all-registers'.
9565
9566 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9567
9568 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9569
9570 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9571
9572 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9573 interface definition.
9574
9575 2002-10-03 Marko Mlinar <markom@opencores.org>
9576
9577 * gdb.texinfo (Target Commands): Add or1k target specific
9578 commands.
9579 * gdb.texinfo (Contributors): Add myself to the contributors list.
9580
9581 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9582
9583 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9584 and "mi1" instead of "mi1" and "mi0".
9585
9586 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9587
9588 * gdb.texinfo (Packets): Fix typos "alligned".
9589 Correct z3/Z3 description. Correct z4/Z4 title.
9590
9591 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9592
9593 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9594
9595 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9596
9597 * gdb.texinfo: Use GNU/Linux instead of Linux.
9598
9599 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9600
9601 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9602
9603 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9604
9605 * gdb.texinfo: Replace @example with @smallexample.
9606
9607 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9608
9609 From Eli Zaretskii <eliz@gnu.org>:
9610 * gdb.texinfo (Character Sets): Use @smallexample instead of
9611 @example. Use GNU/Linux instead of Linux.
9612
9613 2002-09-20 Jim Blandy <jimb@redhat.com>
9614
9615 * gdb.texinfo: Add character set documentation.
9616
9617 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9618
9619 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9620 (Packets): Add cross reference from `b' packet to `z' packets.
9621
9622 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9623
9624 * gdb.texinfo (Maintenance Commands): Document ``maint
9625 internal-error'' and ``maint internal-warning''.
9626
9627 * gdbint.texinfo (Target Architecture Definition): Revise
9628 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9629
9630 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9631
9632 * gdbint.texinfo (Target Conditionals): Document the new
9633 NAME_OF_MALLOC macro.
9634
9635 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9636
9637 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9638 engineer.
9639
9640 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9641
9642 * gdb.texinfo (TUI Overview): Document status line fields.
9643
9644 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9645
9646 * gdb.texinfo (TUI Commands): Document info win command.
9647
9648 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9649
9650 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9651
9652 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9653
9654 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9655 (TUI Keys): Likewise.
9656
9657 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9658
9659 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9660 for a packet receive.
9661
9662 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9663
9664 * Makefile.in (clean): Move to end of file.
9665 (distclean, maintainer-clean, realclean): Ditto.
9666 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9667 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9668 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9669 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9670
9671 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9672
9673 * Makefile.in (GDBINT_TEX_TMPS): Define.
9674 (gdbint.dvi, gdbint.pdf): Use
9675 (GDB_TEX_TMPS): Define.
9676 (gdb.dvi, gdb.pdf): Use.
9677 (STABS_TEX_TMPS): Define.
9678 (stabs.dvi, stabs.pdf): Use.
9679 (GDB_DOC_SOURCE_INCLUDES): New macros.
9680 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9681 (GDBINT_DOC_FILES_INCLUDES): New macros.
9682 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9683 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9684 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9685 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9686 (links2roff): Replace SFILES_INCLUDED with
9687 GDB_DOC_SOURCE_INCLUDES.
9688 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9689 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9690 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9691 dependencies.
9692 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9693 dependencies.
9694 (gdbmi.texinfo): Delete rule.
9695 (inc-hist.texinfo): Delete rule.
9696 (rluser.texinfo): Delete rule.
9697
9698 2002-08-23 Andrew Cagney <cagney@redhat.com>
9699
9700 * gdbint.texinfo (Target Architecture Definition): Update
9701 STORE_RETURN_VALUE, mention regcache.
9702
9703 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9704
9705 * gdbint.texinfo (Target Architecture Definition): Document
9706 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9707
9708 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9709
9710 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9711 Fix minor typos. Add index entries.
9712
9713 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9714
9715 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9716
9717 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9718
9719 * gdbint.texinfo (Target Architecture Definition): Document
9720 PRINT_VECTOR_INFO.
9721 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9722
9723 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9724
9725 * gdb.texinfo (Maintenance Commands): Document "maint print
9726 registers", "maint print raw-registers" and "maint print
9727 cooked-registers".
9728
9729 2002-08-08 Grace Sainsbury <graces@redhat.com>
9730
9731 From Mark Salter:
9732 * gdb.texinfo (Protocol): Document T packet extension to
9733 allow watchpoint address reporting.
9734
9735 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9736
9737 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9738
9739 2002-08-01 Andrew Cagney <cagney@redhat.com>
9740
9741 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9742 to CHILL.
9743
9744 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9745
9746 * gdbint.texinfo (Coding): Revise section "Include Files".
9747
9748 2002-07-24 Andrew Cagney <cagney@redhat.com>
9749
9750 * gdbint.texinfo: Obsolete references to m88k.
9751 * gdb.texinfo: Ditto.
9752
9753 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9754
9755 * gdbint.texinfo (Create a release candiate): Add the location
9756 where the proper version of autoconf can be retrieved.
9757
9758 2002-07-09 Don Howard <dhoward@redhat.com>
9759
9760 * gdb.texinfo (Command Files): Further describe the behavior of
9761 sourced command files.
9762
9763 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9766 (Coding): Clarify ISO C version that GDB assumes.
9767
9768 2002-06-26 Tom Tromey <tromey@redhat.com>
9769
9770 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9771 add_setshow_cmd_full.
9772
9773 2002-06-25 Don Howard <dhoward@redhat.com>
9774
9775 * gdb.texinfo (Memory Region Attributes): Document new behavior
9776 for 'mem' command.
9777
9778 2002-06-11 Jim Blandy <jimb@redhat.com>
9779
9780 * gdb.texinfo (Symbols): Update documentation for `info source'
9781 command.
9782
9783 * gdb.texinfo (Macros): Call the command `info macro', not
9784 `show macro'.
9785
9786 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9787
9788 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9789 data''.
9790
9791 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9792
9793 * gdbint.texinfo (Target Architecture Definition): Document
9794 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9795
9796 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9797
9798 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9799 lists.
9800
9801 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9802
9803 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9804 Branch''.
9805
9806 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9807
9808 * gdbint.texinfo (Target Architecture Definition): Add section
9809 ``Converting an existing Target Architecture to Multi-arch''.
9810
9811 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9812
9813 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9814 to ``Obsoleting code''. Revise.
9815
9816 2002-05-17 Jim Blandy <jimb@redhat.com>
9817
9818 * gdb.texinfo (C Preprocessor Macros): New chapter.
9819 Include it in the main menu.
9820 (Contributors): Credit Jim Blandy with macro support.
9821 (Compilation): Explain how to get macro information into the
9822 executable.
9823 (Expressions): Note that preprocessor macros are expanded.
9824
9825 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9826
9827 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9828 options for `target remote'.
9829
9830 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Delete
9833 documentation on NNPC_REGNUM.
9834
9835 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9836
9837 * gdbint.texinfo (Target Architecture Definition): Document
9838 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9839 (Target Architecture Definition): Revise section `Using Different
9840 Register and Memory Data Representations'. Add section `Raw and
9841 Virtual Register Representations'.
9842
9843 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9844
9845 * gdbint.texinfo (Target Architecture Definition): Mention
9846 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9847 (Target Architecture Definition): Mention same. Add references to
9848 web pages.
9849
9850 2002-05-08 Michael Snyder <msnyder@redhat.com>
9851
9852 * stabs.texinfo (Attributes): Document new "vector" attribute.
9853
9854 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9857
9858 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9859
9860 * gdb.texinfo: Delete obsolete references to a29k.
9861
9862 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdbint.texinfo (Target Architecture Definition): Replace
9865 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9866
9867 2002-04-24 David S. Miller <davem@redhat.com>
9868
9869 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9870
9871 2002-04-21 David S. Miller <davem@redhat.com>
9872
9873 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9874
9875 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9876
9877 * gdbint.texinfo (Target Architecture Definition): Delete
9878 definition of HAVE_REGISTER_WINDOWS.
9879
9880 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9881
9882 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9883 "Theodore A. Roth" <troth@verinet.com>.
9884
9885 2002-04-15 Don Howard <dhoward@redhat.com>
9886
9887 From Eli Zaretskii <eliz@gnu.org>
9888 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9889 Provide a better explaination of this feature.
9890
9891 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9892
9893 * gdbint.texinfo (Target Architecture Definition): Remove
9894 FRAME_CHAIN_COMBINE.
9895
9896 2002-04-12 Michael Chastain <mec@shout.net>
9897
9898 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9899 REG_STACK_SEGMENT.
9900
9901 2002-04-09 Michael Chastain <mec@shout.net>
9902
9903 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9904 PYRAMID_* macros.
9905
9906 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9907
9908 * gdb.texinfo (Bug Reporting): Document that the web is the
9909 prefered way of submitting bug reports.
9910 (Bug Reporting): Delete the s-mail address as the last resort.
9911
9912 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9913
9914 * gdbint.texinfo (Target Architecture Definition): Delete
9915 references to TARGET_WRITE_FP and write_fp.
9916
9917 2002-03-27 Michael Snyder <msnyder@redhat.com>
9918
9919 * gdb.texinfo: Document new commands dump, append, and restore.
9920
9921 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9922
9923 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9924 Branch'.
9925
9926 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9927
9928 * gdb.texinfo: Change all examples to @smallexample.
9929 * gdbint.texinfo: Ditto.
9930
9931 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9932
9933 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9934 Branches''.
9935
9936 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9937
9938 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9939 Policy''.
9940
9941 2002-03-04 Fred Fish <fnf@redhat.com>
9942
9943 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9944 expresson, suports, dependant, trhe, perhaphs, situtations,
9945 explictily, taged, oportunity, unfortunatly).
9946
9947 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9948
9949 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9950 Remove reference to 3.12.
9951
9952 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9953
9954 * gdbint.texinfo: Include fdl.texi.
9955 (Top): Add GNU Free Documentation License.
9956 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9957 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9958 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9959 (gdbint.info): Add srcdir to include path.
9960 * gdb.texinfo: Include gpl.texi.
9961 (Top): Add Copying.
9962 * gpl.texi: New file.
9963
9964 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9965
9966 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9967
9968 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9969
9970 * gdb.texinfo: Document Cygwin native specific commands.
9971
9972 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9973
9974 * gdb.texinfo: Document gdbserver ``--attach'' command.
9975
9976 2002-02-07 Michael Snyder <msnyder@redhat.com>
9977
9978 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9979 to @code(_ovly_debug_event).
9980
9981 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9982
9983 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9984
9985 2002-02-06 Michael Snyder <msnyder@redhat.com>
9986
9987 * gdb.texinfo (overlays): Mention new magic symbol
9988 '_ovly_debug_event', which allows GDB to keep better track
9989 of overlays.
9990
9991 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9992
9993 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9994 Suggested by Dmitry Sivachenko.
9995
9996 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9997
9998 2002-02-01 Michael Snyder <msnyder@redhat.com>
9999
10000 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10001
10002 2002-01-30 Michael Snyder <msnyder@redhat.com>
10003
10004 * gdb.texinfo: (remote protocol): Gramatical fix-up.
10005 (set trust-readonly-sections): Document.
10006
10007 2002-01-29 Andrew Cagney <ac131313@redhat.com>
10008
10009 * gdbint.texinfo (Releasing GDB): Revise and update.
10010
10011 2002-01-28 Andrew Cagney <ac131313@redhat.com>
10012
10013 * gdbint.texinfo (Target Architecture Definition): Delete
10014 description of TARGET_BYTE_ORDER_DEFAULT.
10015
10016 2002-01-27 Eli Zaretskii <eliz@gnu.org>
10017
10018 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
10019 <mitya@cavia.pp.ru>.
10020
10021 2002-01-23 Andrew Cagney <ac131313@redhat.com>
10022
10023 * libgdb.texinfo: Delete file.
10024
10025 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdb.texinfo: Remove makeinfo 3.12 hacks.
10028 * gdbint.texinfo: Ditto.
10029
10030 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
10031
10032 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10033
10034 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10035
10036 * Makefile.in: Update copyright.
10037 (TEXI2DVI): Define.
10038 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10039 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
10040 gdb-cfg.texi.
10041 (TEXINDEX, PDFTEX): Delete makefile variables.
10042
10043 2002-01-22 Andrew Cagney <ac131313@redhat.com>
10044
10045 * gdb.texinfo (Protocol): Move section to appendix.
10046
10047 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10048
10049 * gdb.texinfo (Remote Debugging): Create a menu.
10050 (Top): Add ``Remote Debugging'' to menu.
10051
10052 2002-01-21 Andrew Cagney <ac131313@redhat.com>
10053
10054 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10055 serial protocol'' from here.
10056 (Remote Debugging): To here. New chapter.
10057
10058 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10059
10060 * gdbint.texinfo (Target Architecture Definition): Delete
10061 description of TARGET_BYTE_ORDER_SELECTABLE_P.
10062
10063 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10064
10065 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
10066 are no longer needed.
10067 (Porting GDB): Add maintainer note about configure.host.
10068
10069 2002-01-20 Andrew Cagney <ac131313@redhat.com>
10070
10071 * gdbint.texinfo (Target Architecture Definition): Remove
10072 definition of IEEE_FLOAT.
10073
10074 2002-01-20 Eli Zaretskii <eliz@gnu.org>
10075
10076 * gdb.texinfo: Beautify copyright years; fix a typo.
10077 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
10078 <3diff@gnu.org>
10079
10080 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdbint.texinfo (Host Definition): Remove references to
10083 MALLOC_INCOMPATIBLE.
10084
10085 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10086
10087 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10088 and xyz-xdep.o.
10089
10090 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10091
10092 * gdb.texinfo (Maintenance Commands): Add appendix.
10093 (Set Breaks): Copy ``maint info breakpoint'' doco to
10094 ``Maintenance Commands'' appendix. Add reference.
10095
10096 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10097
10098 * fdl.texi: Remove next/prev from @node.
10099
10100 2002-01-17 Eli Zaretskii <eliz@gnu.org>
10101
10102 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
10103 for monstrous @multitable (from Brian Youmans).
10104
10105 * fdl.texi: New file.
10106
10107 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10108
10109 2002-01-15 Andrew Cagney <ac131313@redhat.com>
10110
10111 * gdbint.texinfo (Releasing GDB): New chapter.
10112
10113 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10114
10115 * gdb.texinfo (Embedded Processors, Calling program functions):
10116 Obsolete references to a29k.
10117
10118 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10119
10120 * gdbint.texinfo (Coding): Review Cleanups section. Examples
10121 examples. Document that a code-block should do or discard its
10122 cleanups before exit.
10123
10124 2002-01-11 Michael Snyder <msnyder@redhat.com>
10125
10126 * gdb.texinfo (Choosing files): Change @samp to @file.
10127
10128 2002-01-05 Michael Snyder <msnyder@redhat.com>
10129
10130 * gdb.texinfo (--pid): Document new command line option (attach).
10131
10132 2002-01-07 Eli Zaretskii <eliz@gnu.org>
10133
10134 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10135 in the stub.
10136
10137 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10138
10139 * gdbint.texinfo (Target Architecture Definition): Replace
10140 BIG_ENDIAN with BFD_ENDIAN_BIG.
10141
10142 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10143
10144 * gdbint.texinfo (Target Architecture Definition): Replace
10145 value_ptr with struct value pointer.
10146
10147 2002-01-02 Eli Zaretskii <eliz@gnu.org>
10148
10149 * gdb.texinfo (Free Software): Fix wording.
10150
10151 2001-12-31 Eli Zaretskii <eliz@gnu.org>
10152
10153 * gdb.texinfo (Free Software): New section ``Free Software Needs
10154 Free Documentation''.
10155
10156 2001-12-30 Eli Zaretskii <eliz@gnu.org>
10157
10158 * stabs.texinfo:
10159 * gdb.texinfo:
10160 * gdbint.texinfo:
10161 * libgdb.texinfo:
10162 * annotate.texi: Fix the application of GFDL in the Copyright notice.
10163
10164 2001-12-29 Michael Snyder <msnyder@redhat.com>
10165
10166 * gdb.texinfo (maint info sections): Fix typo.
10167
10168 2001-12-26 Michael Snyder <msnyder@redhat.com>
10169
10170 * gdb.texinfo (maint info sections): Document.
10171
10172 * gdb.texinfo (info proc): Comment out documentation for
10173 'info proc' sub-options that are currently not implemented.
10174
10175 2001-12-20 Jim Blandy <jimb@redhat.com>
10176
10177 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10178
10179 2001-12-15 Andrew Cagney <ac131313@redhat.com>
10180
10181 * gdbint.texinfo (Target Architecture Definition): Replace
10182 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10183
10184 2001-12-01 Andrew Cagney <ac131313@redhat.com>
10185
10186 * gdbint.texinfo (Host Definition): Delete documentation on
10187 HOST_BYTE_ORDER.
10188
10189 2001-11-30 Jim Blandy <jimb@redhat.com>
10190
10191 * gdb.texinfo (Overlays): New chapter, documenting GDB's
10192 overlay support. Add to top-level menu.
10193
10194 2001-11-26 Tom Tromey <tromey@redhat.com>
10195
10196 * gdb.texinfo (Command Syntax): Document C-o binding.
10197
10198 2001-07-26 Christopher Faylor <cgf@redhat.com>
10199
10200 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10201 use since it is described in the referenced section.
10202
10203 From Eli Zaretskii <eliz@gnu.org>
10204 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10205 clearer when using DJGPP.
10206
10207 2001-11-24 Christopher Faylor <cgf@redhat.com>
10208
10209 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10210 specifically refer to MS-DOS.
10211 (command files): Mention gdb.ini is only used on MS-DOS.
10212
10213 2001-11-21 Tom Tromey <tromey@redhat.com>
10214
10215 * gdb.texinfo (Invoking GDB): Document --args.
10216 (Mode Options): Likewise.
10217
10218 2001-11-21 Jim Blandy <jimb@redhat.com>
10219
10220 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10221 Delete documentation; this macro has been removed from the
10222 sources.
10223
10224 2001-11-13 Jim Blandy <jimb@redhat.com>
10225
10226 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10227
10228 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10229
10230 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10231
10232 2001-11-05 Michael Snyder <msnyder@redhat.com>
10233
10234 * gdb.texinfo (info functions): Document use of backslash to
10235 quote regexp chars in function names such as "operator*()".
10236
10237 2001-11-01 Fred Fish <fnf@redhat.com>
10238
10239 * gdbint.texinfo (SOLIB_ADD): Document additional new
10240 "readsyms" arg.
10241
10242 2001-10-30 Don Howard <dhoward@redhat.com>
10243
10244 * gdb.texinfo: (Command Files) Added documentation for the
10245 behavior of gdb with input redirected from a file.
10246
10247 2001-10-28 Fred Fish <fnf@redhat.com>
10248
10249 * gdb.texinfo (auto-solib-add): Change docs to match
10250 implementation change.
10251 (auto-solib-limit): Add docs for new variable.
10252
10253 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10254
10255 * gdbint.texinfo (Target Architecture Definition): Function
10256 value_as_pointer renamed to value_as_address.
10257
10258 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10259
10260 * gdbint.texinfo (Target Architecture Definition): Default
10261 POINTER_TO_ADDRESS functions assume unsigned addresses.
10262 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10263 posting by Jim Blandy.
10264
10265 2001-10-12 Jim Blandy <jimb@redhat.com>
10266
10267 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10268 version of texi2html (1.64) doesn't support this flag any more.
10269
10270 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10271
10272 * gdbint.texinfo (Host Definition): Remove description of
10273 MEM_FNS_DECLARED.
10274
10275 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10276
10277 * gdbint.texinfo (Host Definition): Remove description of
10278 HAVE_SIGSETMASK.
10279
10280 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10281
10282 * gdbint.texinfo (Target Architecture Definition): Add
10283 explanation of TARGET_PRINT_INSN macro.
10284
10285 2001-08-30 Jim Blandy <jimb@redhat.com>
10286
10287 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10288 Explain what it means to load relocatable files.
10289
10290 2001-08-28 Jim Blandy <jimb@redhat.com>
10291
10292 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10293 info `top' menu.
10294
10295 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10296
10297 * gdbint.texinfo: Add a cautionary note about macro use.
10298
10299 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10300
10301 * gdb.texinfo: Explain omitting the hostname in the
10302 `target remote' command.
10303
10304 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10305
10306 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10307 and END-INFO-DIR-ENTRY.
10308
10309 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10310
10311 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10312
10313 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10314
10315 * gdbint.texinfo (libgdb): Rewrite.
10316
10317 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10318
10319 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10320
10321 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10322
10323 * gdb.texinfo (TUI): New chapter, document the TUI.
10324 (Mode Options): Document the -tui option.
10325
10326 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10327
10328 * gdbint.texinfo (Host Definition): Remove description of
10329 NEED_POSIX_SETPGID.
10330
10331 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10332
10333 * gdb.tex (DJGPP Native): New node, with descriptions of
10334 DJGPP-specific commands.
10335
10336 2001-07-19 John R. Moore <jmoore@redhat.com>
10337
10338 * gdbint.texinfo: Three misspellings.
10339
10340 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10341
10342 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10343 `test` expressions on bash. Problem reported by Colin Walters.
10344
10345 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10346
10347 * gdbint.texinfo (User Interface): Update ui-out documentation to
10348 refelect recent UI/MI updates.
10349
10350 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10351
10352 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10353 interpreters.
10354
10355 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10356
10357 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10358 structure and not macros.
10359 (Host Definition): Document that much of this chapter is obsolete.
10360 (Target Architecture Definition): Update list of files that make
10361 up a target architecture.
10362 (Coding): Update.
10363
10364 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10365
10366 * gdbint.texinfo (Target Architecture Definition): Update
10367 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10368 The latter has been changed to a true predicate.
10369
10370 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10371
10372 * annotate.texi: Add @noindent where needed. From Dmitry
10373 Sivachenko <dima@Chg.RU>.
10374 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10375
10376 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10377
10378 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10379
10380 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10381
10382 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10383 returns ``OK''. Document that the ``R'' packet does not reply.
10384
10385 2001-06-13 Michael Snyder <msnyder@redhat.com>
10386
10387 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10388
10389 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10390
10391 * gdb.texinfo (Signals): Clarify the default setting of signal
10392 handling.
10393
10394 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10395
10396 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10397 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10398
10399 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10400
10401 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10402
10403 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10404
10405 * gdbint.texinfo (Clean Design and Portable Implementation):
10406 Renamed from "Clean Design".
10407 (Clean Design and Portable Implementation): Document portable
10408 methods of handling file names, and the associated macros.
10409
10410 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10411
10412 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10413 command and provide a cross-reference to its description.
10414 (Symbols): Note that "info scope" is useful for trace experiments.
10415
10416 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10417
10418 * gdb.texinfo (Symbols): Document "info scope".
10419 (Tracepoints): New chapter.
10420 (Contributors): Update for v5.1.
10421 <All nodes>: Change "C++" to "C@t{++}".
10422
10423 * gdbint.texinfo (User Interface): A new section about ui_out
10424 functions, based on text written by Fernando Nasser.
10425
10426 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10427
10428 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10429
10430 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10431
10432 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10433
10434 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10435 Replace "GDB" with "@value{GDBN}". Fix markup.
10436
10437 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10438
10439 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10440 a cross-reference to its description.
10441 (Symbols): Document "info symbol".
10442
10443 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10444
10445 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10446 subsection "x86 Watchpoints".
10447 (Target Architecture Definition): Document the macros
10448 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10449 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10450
10451 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10452
10453 * gdbint.texinfo (Target Architecture Definition): Update
10454 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10455 list.
10456
10457 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10458
10459 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10460 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10461
10462 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10463
10464 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10465
10466 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10467
10468 * gdb.texinfo (Environment): Document that `path' does not change
10469 the value of PATH in GDB's own environment (it did in the past,
10470 but that was changed on March 15, 1994). Reported by Doug Evans
10471 <dje@transmeta.com>.
10472
10473 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10474 its line. Fix markup of commands and macros. Add an Index node
10475 and index entries.
10476
10477 2001-01-23 J.T. Conklin <jtc@redback.com>
10478
10479 * gdb.texinfo (Memory region attributes): New manual section.
10480
10481 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10482
10483 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10484
10485 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10486
10487 * refcard.tex: Version and copyright fixed. From Phil Edwards
10488 <pedwards@disaster.jaj.com>.
10489
10490 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10493 DWARF2_REG_TO_REGNUM): Document.
10494
10495 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10496
10497 * gdbint.texinfo (Coding): Update current value of
10498 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10499
10500 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10501
10502 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10503 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10504
10505 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10506
10507 * gdb.texinfo: Document new 'set step-mode' command.
10508
10509 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10510
10511 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10512 changes from Dmitry Sivachenko <dima@Chg.RU>.
10513
10514 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10515
10516 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10517 From Steven Johnson <sbjohnson@ozemail.com.au>.
10518
10519 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10520
10521 * gdbint.texinfo (Overall Structure): Spelling fix.
10522
10523 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10524
10525 * gdbint.texinfo (Target Architecture Definition): Document that
10526 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10527 for which REGISTER_CONVERTIBLE returns a zero value.
10528
10529 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10530
10531 * Makefile.in (install-info): Find files to install in either the
10532 build or source directories (adapted from Makefile.am).
10533
10534 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10535
10536 * stabs.texinfo: Fix spelling errors.
10537 (String Field): FILE-NUMBER starts from 0, not 1.
10538
10539 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10540
10541 * refcard.tex: Remove \centerline from the blurb. Patch from
10542 Brian Youmans.
10543
10544 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10545
10546 * Makefile.in (install-info): Support installation from outside of
10547 the source directory. Reported by Mark Harig
10548 <markh@frazier.landmark.com>.
10549
10550 2000-06-20 J.T. Conklin <jtc@redback.com>
10551
10552 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10553
10554 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10555
10556 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10557 Generate using pdftex.
10558 (PDFTEX): Define.
10559 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10560 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10561 @contents at the start.
10562
10563 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10564
10565 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10566 Youmans.
10567
10568 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10569
10570 From Brian Youmans:
10571 * gdb.texinfo: Fix ``et al.''.
10572
10573 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10574
10575 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10576 loop.
10577
10578 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10579
10580 * configure: Regenerate.
10581
10582 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10583
10584 * Makefile.in (install-info): Run install-info on installed Info
10585 files.
10586
10587 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10588
10589 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10590 Andrew Cagney.
10591
10592 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10593
10594 * gdb.texinfo: Proofreading changes from Brian Youmans.
10595
10596 2000-05-01 Nick Duffek <nsd@cygnus.com>
10597
10598 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10599 startup sequence, minor edits.
10600
10601 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10602
10603 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10604 TeX.
10605
10606 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10607 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10608 like `n' and `s' which look weird. Convert some of the @kindex to
10609 @vindex, when they refer to variables, not commands.
10610
10611 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10612
10613 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10614
10615 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10616
10617 * Makefile.in (GDBMI_DIR): New variable.
10618 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10619 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10620 (gdbmi.texinfo): New target, for texi2roff.
10621 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10622 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10623
10624 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10625 gdbmi.texinfo.
10626 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10627 comment.
10628
10629 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10630
10631 * gdb.texinfo (Files): Update description of add-symbol-file
10632 command.
10633
10634 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10635
10636 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10637 prevents the build (and is generally a Bad Idea).
10638
10639 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10640
10641 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10642 a comma inside @var.
10643 (Command Files): Index markup changes from Dmitry Sivachenko
10644 <dima@Chg.RU>.
10645
10646 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10647
10648 * Makefile.in (LN_S): Define.
10649 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10650 invoke "ln -s" unless it is known to work.
10651
10652 * configure.in (AC_PROG_LN_S): Add.
10653
10654 2000-04-14 Jim Blandy <jimb@redhat.com>
10655
10656 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10657 section.
10658 (Target Conditionals): Document ADDRESS_TO_POINTER,
10659 POINTER_TO_ADDRESS.
10660
10661 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10662
10663 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10664 gdb-cfg.texi to get the value.
10665
10666 2000-04-10 Jim Blandy <jimb@redhat.com>
10667
10668 * gdbint.texinfo (Target Architecture Definition): Fix
10669 cross-references.
10670
10671 2000-04-08 Jim Blandy <jimb@redhat.com>
10672
10673 * gdbint.texinfo (Using Different Register and Memory Data
10674 Representations): New section.
10675 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10676 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10677 REGISTER_CONVERT_TO_RAW): Document.
10678
10679 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10680
10681 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10682 for acknowledgments.
10683
10684 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10685
10686 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10687 qThreadExtraInfo.
10688
10689 2000-03-28 J.T. Conklin <jtc@redback.com>
10690
10691 * gdb.texinfo: Clarify which remote debug protocol commands are
10692 required and which are optional.
10693
10694 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10695
10696 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10697 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10698 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10699 * annotate.texi: Update.
10700
10701 2000-03-28 Stan Shebs <shebs@apple.com>
10702
10703 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10704 expectation of additional changes before release), update
10705 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10706 node links, rephrase and/or shorten lines to fix formatting
10707 problem in both regular and @smallbook formats.
10708 * annotate.texi: Shorten lines in example, use smallexample
10709 consistently everywhere.
10710 * Makefile.in: Add comment about texinfo 4.0 html generation.
10711 (SFILES_INCLUDED): Add annotate.texi.
10712
10713 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10714
10715 * gdb.texinfo (Debugging Output): Added new section, documenting
10716 the "set/show debug" commands.
10717
10718 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10719
10720 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10721 entry.
10722
10723 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10724 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10725 @chapter and @node entries.
10726
10727 * gdb.texinfo: Link all top-level nodes.
10728
10729 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10730
10731 * Makefile.in (install-info): Create $(infodir) before installing
10732 files.
10733
10734 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10735
10736 From David Whedon <dwhedon@gordian.com>
10737 * gdbint.texinfo : Added paragraphs about command deprecation.
10738
10739 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10740
10741 * gdb.texinfo: Add documentation for the apropos command.
10742
10743 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10744
10745 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10746
10747 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10748
10749 * gdb.texinfo: Add white space to prevent overprinting in
10750 two places.
10751
10752 2000-03-17 Stan Shebs <shebs@apple.com>
10753
10754 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10755 <dima@Chg.RU>, also clarification of allowed content for
10756 string constants.
10757
10758 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10759
10760 * gdb.texinfo (main menu): Add Annotations.
10761 (File Options): Add @cindex entries for each command-line option.
10762 Document --epoch, --annotate, --async, --interpreter, --write,
10763 --statistics, and --version.
10764
10765 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10766 of GDB.
10767
10768 2000-02-23 Jim Blandy <jimb@redhat.com>
10769
10770 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10771
10772 2000-02-22 Jim Blandy <jimb@redhat.com>
10773
10774 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10775
10776 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10777
10778 * Makefile.in (diststuff): New target.
10779
10780 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10781
10782 * agentexpr.texi: Fix wording regarding Intel's IA-64
10783 architecture. [From Jim Wilson.]
10784
10785 2000-01-16 Tom Tromey <tromey@cygnus.com>
10786
10787 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10788 (Delete Breaks): Mention range arguments.
10789 (Disabling): Likewise.
10790
10791 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10792
10793 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10794
10795 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10796
10797 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10798 valid functions.
10799
10800 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10801
10802 * gdb.texinfo: Clarify regular expressions used in rbreak.
10803
10804 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10805
10806 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10807 MEMORY_REMOVE_BREAKPOINT): Document.
10808
10809 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10810
10811 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10812 offset re-using the DATA offset instead.
10813
10814 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10815
10816 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10817
10818 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10819
10820 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10821 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10822 typos.
10823
10824 * gdb.texinfo: Various minor wording and formatting improvements,
10825 mentions of additional command-line options.
10826
10827 1999-09-30 Fred Fish <fnf@cygnus.com>
10828
10829 * gdb.texinfo: Document additional forms of specifying section
10830 names and addresses for the add-symbol-file command.
10831
10832 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10833
10834 * gdbint.texinfo: Fix typo, add the word "have".
10835
10836 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10837
10838 * gdbint.texinfo (Target Architecture Definition): Document the
10839 SKIP_PERMANENT_BREAKPOINT macro.
10840
10841 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10842
10843 * gdb.texinfo: Fiks speling errers.
10844
10845 * gdb.texinfo: Fix uses of @multitable.
10846
10847 From Eli Zaretskii <eliz@gnu.org>:
10848 * gdb.texinfo: Include details specific to DOS host, clarify
10849 some confusing language, fix @ref/@xref/@pxref usages, add
10850 comments about using with optimization, add more indexing,
10851 fix info about disassembly-flavor.
10852
10853 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10854
10855 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10856 SKIP_SOLIB_RESOLVER): Define.
10857
10858 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10859
10860 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10861 ``g'' packets.
10862
10863 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10864
10865 * gdb.texinfo: Create a new "Configurations" chapter with
10866 platform-specific info, inline remote.texi and move sections of it
10867 into the new chapter, move bits about info proc, heuristic search,
10868 and register stack into the new chapter.
10869 * remote.texi: Remove, now part of gdb.texinfo.
10870 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10871
10872 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10873
10874 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10875 GDB_TARGET_IS_MACH386): These kludges have gone away.
10876
10877 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10878
10879 * gdbint.texinfo (Target Architecture Definition): Mention
10880 TDEPLIBS.
10881
10882 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10883
10884 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10885 surrounding text to fit HP-UX bits into general info.
10886 (HPPA-cfg.texi): Remove, no longer useful.
10887
10888 * gdb.texinfo: Remove explicit links from @node lines, remove
10889 HP-added "Detailed Node Listing" from main menu which confuses
10890 things.
10891
10892 From Dmitry Sivachenko <dima@Chg.RU>:
10893 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10894 in description of `set environment'.
10895
10896 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10897
10898 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10899
10900 1999-08-12 Ben Elliston <bje@cygnus.com>
10901
10902 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10903
10904 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10905
10906 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10907 watch, awatch, and rwatch. Explain why the latter two cannot be
10908 set as software watchpoints. Document that watchpoints for local
10909 variables are deleted when the debuggee terminates.
10910
10911 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10912
10913 * remote.texi (Protocol): Further clarification of the "qRcmd"
10914 packet. Allow E.. response packet. "qRcmd" packet is no longer
10915 reserved.
10916
10917 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10918
10919 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10920 * gdb.texinfo: Ditto.
10921
10922 1999-08-06 Tom Tromey <tromey@cygnus.com>
10923
10924 * gdb.texinfo (KOD): New node.
10925
10926 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10927
10928 * remote.texi (Rcmd): Fix minor formatting typos.
10929
10930 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10933 packets.
10934
10935 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10936
10937 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10938 fixes.
10939
10940 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10941
10942 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10943
10944 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10945
10946 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10947 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10948 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10949 packets that are not supported on all hosts. Expand examples.
10950 Spell check.
10951
10952 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10953
10954 * Makefile.in: Recognize html, install-html. Add targets
10955 to build HTML versions of documentation via texi2html.
10956
10957 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10958
10959 * gdbint.texinfo (Testsuite): New chapter, information about the
10960 testsuite.
10961
10962 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10963
10964 * remote.texi (Communication Protocol): Rewrite.
10965
10966 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10967
10968 * stabs.texinfo: Fix uses of xref.
10969
10970 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10971
10972 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10973 info about patch submission.
10974
10975 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10976
10977 From Per Bothner <bothner@cygnus.com>:
10978 * gdb.texinfo: Document Chill support.
10979
10980 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10981
10982 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10983 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10984 Document that the value should be greater-than or equal-to zero.
10985 (NO_STD_REGS): Document. Deprecate.
10986
10987 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10988
10989 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10990 Document that these are not used.
10991
10992 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10993
10994 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10995
10996 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10997
10998 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10999 numargs was dropped.
11000
11001 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
11002
11003 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11004
11005 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
11006
11007 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11008 Update.
11009
11010 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
11011
11012 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11013 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11014
11015 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
11016
11017 * gdbint.texinfo: Fix typos: $ -> @.
11018
11019 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
11020
11021 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11022 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11023 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11024 BREAKPOINT_FROM_PC.
11025
11026 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
11027
11028 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11029 CALL_DUMMY_STACK_ADJUST): Document.
11030
11031 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
11032
11033 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11034 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11035
11036 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
11037
11038 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11039 longer exists.
11040
11041 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
11042
11043 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11044 nearly all @ifset/@ifclear conditionals; nobody uses them, and
11045 they make the manual source incomprehensible.
11046 * h8-cfg.texi: Remove, hasn't been used in years.
11047
11048 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
11049
11050 * gdb.texinfo: Update the credits.
11051
11052 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
11053
11054 * gdb.texinfo: Fix mistakes noticed in printout of last
11055 draft, add Alpha to discussion of heuristic fence post.
11056
11057 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
11058
11059 * gdb.texinfo, remote.texi: Many changes; update to Seventh
11060 Edition, merge some HP changes into mainline, describe some
11061 previously undocumented features, describe more of the target
11062 commands available, eliminate obsolete section on renamed
11063 commands.
11064 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11065
11066 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
11067
11068 * gdb.texinfo: Make many HPPA conditionals unconditional,
11069 including catchpoint description, since now on for all configs.
11070 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11071 specializations.
11072
11073 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
11074
11075 * Makefile.in (GDBvn.texi): Fix match expression to work with
11076 current format of VERSION in gdb/Makefile.in.
11077 * gdb.texinfo: Fix node ref to match new readline.
11078
11079 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
11080
11081 * gdb.texinfo: Changes made as part of a project to merge in
11082 changes made by HP. Documentation makes extensive use of
11083 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11084 on remote debugging. There are differences in documentation
11085 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11086 the HP manual discusses catchpoints, hardware watchpoints, and
11087 some HPUX specific limitations for shared library support.
11088
11089 There are also a number of @node changes.
11090
11091 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
11092
11093 * gdbint.texinfo (Formatting): Disambiguate a sentence.
11094 (C Usage): Same.
11095
11096 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
11097
11098 The following changes were made by Edith Epstein
11099 <eepstein@cygnus.com> as part of a project to merge in changes
11100 made by HP.
11101
11102 * HPPA-cfg.texi: new file.
11103
11104 * all-cfg.texi: set HPPA for HP PA-RISC targets.
11105
11106 * refcard.tex: change documentation about catch.
11107 removed info catch.
11108
11109 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
11110
11111 * gdbint.texinfo: Expand on GDB's coding standards,
11112 specify the use of arg names with prototypes.
11113
11114 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
11115
11116 * gdb.texinfo: Fix tipo.
11117
11118 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
11119
11120 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11121 TARGET_BYTE_ORDER_SELECTABLE_P.
11122
11123 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
11124
11125 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11126
11127 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
11128
11129 * agentexpr.texi: New file.
11130
11131 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
11132
11133 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11134
11135 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
11136
11137 * remote.texi: Changed wording that implied that the GDB remote
11138 protocol caches register values instead of GDB itself.
11139
11140 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
11141
11142 * gdbint.texinfo: Add some info about symbol readers.
11143 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11144 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11145 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11146 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11147
11148 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
11149
11150 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11151
11152 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
11153
11154 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11155
11156 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
11157
11158 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11159 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11160
11161 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
11162
11163 * gdbint.texinfo: Fix minor typos.
11164
11165 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
11166
11167 * gdbint.texinfo: Complete overhaul. Group descriptions more
11168 logically, add more info on generic algorithms, remove much
11169 obsolete and/or wrong material.
11170
11171 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * stabs.texinfo (Method Type Descriptor): Expand and correct.
11174
11175 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
11176
11177 * refcard.tex: Copyright, address updates.
11178
11179 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
11180
11181 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11182 for the edition instead of confusing GDB-version-like numbers.
11183
11184 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
11185
11186 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11187
11188 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
11189
11190 * LRS: Reformat a bit to keep text under 80 columns.
11191
11192 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
11193
11194 * gdb.texinfo: Add some credits, mention bug monitor.
11195 * remote.texi: Mention mips monitor targets.
11196 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11197
11198 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
11199
11200 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11201 files, finish sorting of host vs target vs native macros, describe
11202 some more of them.
11203
11204 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
11205
11206 * gdbint.texinfo (Host Conditionals): Document change from
11207 using NO_MMALLOC to it's inverse, USE_MMALLOC.
11208
11209 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
11210
11211 * gdbint.texinfo (Host Conditionals): Document
11212 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11213
11214 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
11215
11216 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11217 Document LSEEK_NOT_LINEAR.
11218
11219 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
11220
11221 * stabs.texinfo (Stab Section Basics): Make it clear that only
11222 some versions of the GNU linker remove the leading N_UNDF symbol.
11223
11224 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
11225
11226 * stabs.texinfo (String Field): Document type number pairs here,
11227 instead of in the Sun specific section.
11228 (Include Files): The GNU linker supports the N_BINCL
11229 optimization. Clarify the N_BINCL value, and what it is used
11230 for.
11231 (Procedures): Document N_FUN with an empty string to mark the end
11232 of a function.
11233 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11234 (Sun Differences): Remove this node, as the information is now
11235 elsewhere in the main document.
11236 (Stab Section Basics): Mention that the GNU linker may optimize
11237 stabs and remove the leading N_UNDF symbol.
11238
11239 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11240
11241 * gdb.texinfo, refcard.tex: Restore author credit
11242
11243 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11244
11245 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11246 documentation to account for START and END macros taking
11247 one arg.
11248
11249 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11250
11251 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11252 * gdb.texinfo (Frames): Fix typo.
11253
11254 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11255
11256 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11257 a target_signal as arg type, not a pid.
11258
11259 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11260
11261 * gdb.texinfo: Document `set assembly-language'.
11262
11263 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11264
11265 * remote.texi: Update list of stubs in the GDB distribution.
11266
11267 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11268
11269 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11270 Also document that some systems can use mmalloc but must define
11271 this if their C runtime allocates memory that is later freed.
11272 (MMCHECK_FORCE): Document new macro.
11273
11274 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11275
11276 * remote.texi: Add documentation for target Sparclet.
11277
11278 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11279
11280 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11281 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11282 * configure.in: Rewritten for autoconf.
11283 * configure: New.
11284
11285 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11286
11287 * Makefile.in (DVIPS): New define, set to dvips.
11288 (dvi): Add stabs.dvi.
11289 (ps): New target.
11290 (all-doc): Depend on info, dvi, and ps targets.
11291 (STAGESTUFF): Add *.ps and *.dvi files.
11292 (clean-info, clean-dvi): Remove.
11293 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11294 rules completely rewritten.
11295 (maintainer-clean): Remove clean-info and clean-dvi
11296 dependencies and put their actions in the rules.
11297 (gdb.ps): New target
11298 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11299 intermediate TeX files, whether they have 2 or 3 character
11300 extensions.
11301 (gdbint.ps): Add target and rules.
11302 (gdb-internals): Delete unused target.
11303 (Makefile): Depends upon config.status also.
11304
11305 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11306
11307 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11308 set.
11309
11310 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11311
11312 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11313 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11314
11315 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11316
11317 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11318
11319 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11320
11321 * gdb.texinfo (Print settings): Document
11322 `set/show print static-members' commands.
11323
11324 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11325
11326 * gdbint.texinfo (Native): Document name change, coredep.c to
11327 core-aout.c.
11328
11329 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * stabs.texinfo (Include Files): Document the values the SunOS4
11332 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11333
11334 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11335
11336 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11337 Fix typo.
11338
11339 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11340
11341 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11342 "gdb.tar.Z".
11343
11344 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11345
11346 * Makefile.in (maintainer-clean): New target, synonym for
11347 realclean.
11348
11349 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11350
11351 * Update all FSF addresses except those in COPYING* files.
11352
11353 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11354
11355 From Richard Earnshaw (rearnsha@armltd.co.uk):
11356 * gdb.texinfo (convenience variables): Document $_exitcode.
11357 (quit): Document optional expression to use as exit code.
11358
11359 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11360
11361 * gdb.texinfo, remote.texi: Brought up to date with various
11362 GDB changes.
11363
11364 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11365
11366 * gdb.texinfo: Update dates and versions, fix comments about
11367 hardware watchpoints in future releases and about the
11368 sharedlibrary command.
11369
11370 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11371
11372 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11373 C_FUN stab. Other cleanups.
11374
11375 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11378 for the sparc stub.
11379
11380 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11381
11382 * annotate.texi: Clarify which addresses have differing formats
11383 depending on the language and which do not.
11384
11385 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11386
11387 * remote.texi (NetWare): Changed example to use BOARD= instead of
11388 NODE= argument to reflect correspoding change to gdbserve.nlm.
11389
11390 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11391
11392 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11393 GDB, as well as AIX dbx, supports the size type attribute.
11394
11395 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11396
11397 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11398
11399 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11400
11401 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11402 and new 'if' and 'while' commands.
11403
11404 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11405
11406 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11407
11408 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11409
11410 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11411 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11412 NetWare targets. Mostly stolen from the Server node.
11413
11414 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11415
11416 * gdb.texinfo (Setting): Talk about the language of a source file
11417 versus the working language. The old documentation did not match
11418 what GDB did.
11419
11420 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11421
11422 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11423 of a source file.
11424
11425 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11426
11427 * gdb.texinfo (Processes): New node.
11428
11429 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11430
11431 * remote.texi: Update documentation of set/show mipsfpu.
11432
11433 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11434
11435 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11436 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11437
11438 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11439
11440 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11441 obsolete conditionals, described some others.
11442
11443 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11444
11445 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11446 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11447
11448 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11449
11450 * gdbint.texinfo: Put regex conditionals in their own table.
11451
11452 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11453
11454 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11455 described or fixed the descriptions of many others.
11456
11457 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11458
11459 * gdb.texinfo: Add some more credits.
11460 * gdbint.texinfo: Capitalize GDB consistently, describe some
11461 macros and remove some.
11462
11463 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11464
11465 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11466 obsolete conditionals, described some others.
11467
11468 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11469
11470 * gdb.texinfo (help targets): Changed to `help target', which
11471 is the correct gdb command.
11472
11473 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11474
11475 * annotate.texi (TODO): New node, for keeping track of annotations
11476 suggested but not yet implemented.
11477
11478 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11481 another symbol, it is not the address itself.
11482
11483 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11484
11485 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11486 of stabs-in-coff sections.
11487
11488 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11489
11490 * annotate.texi: Change edition to 0.5 and date to May 1994.
11491 Add index.
11492 (Frames): New node, for frame annotation.
11493 (Displays): New node, for display annotation.
11494
11495 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11496 when waiting for your program to stop.
11497
11498 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11499
11500 * annotate.texi (Breakpoint Info): Document annotation of header
11501 fields and record annotation.
11502
11503 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11504
11505 * annotate.texi: New file, to document annotations.
11506
11507 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11508
11509 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11510 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11511
11512 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11513
11514 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11515 section, and say n_strx field is compilation unit relative.
11516 * stabs.texinfo: Don't use @code for a.out when it is the name of
11517 an object file format.
11518
11519 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11520
11521 * gdb.texinfo: Refer to file names, not path names, per rms
11522 convention.
11523 (Arguments): Fix typo.
11524
11525 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11526
11527 * stabs.texinfo (Global Variables): Talk about stabs in files
11528 where variables are referenced, but not defined.
11529
11530 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11531
11532 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11533 Cplusplus to new nodes Member Type Descriptor and Method Type
11534 Descriptor. Re-write stuff for #.
11535
11536 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11537
11538 * gdb.texinfo (Print Settings): Don't document "set print
11539 fast-symbolic-addr off". The bug which it worked around was fixed
11540 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11541
11542 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11543 N_ENTRY node.
11544
11545 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11546
11547 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11548
11549 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11550 references to ieee-float.c.
11551
11552 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11553
11554 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11555 match what the code actually does.
11556
11557 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11558
11559 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11560
11561 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11562
11563 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11564 i, and b.
11565
11566 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11567
11568 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11569 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11570 as "stabs in sections" rather than just saying "ELF and SOM".
11571 Also make that stuff apply to COFF.
11572
11573 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11574
11575 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11576 Ghostscript.
11577
11578 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11579
11580 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11581 versus functions without line numbers, also mention stepping into
11582 them as well as "step" when you are in them. Tell the user how to
11583 deal with the situation. Add comment about "debugging information".
11584
11585 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11586
11587 * stabs.texinfo (Enumerations): Document restriction on where
11588 enumeration types can appear and still win with GDB.
11589
11590 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11591
11592 * stabs.texinfo (Negative Type Numbers): Document format for type
11593 -16.
11594
11595 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11596
11597 * gdb.texinfo (Selection, Frame Info): Update information about
11598 arbitrary frame specficiations.
11599
11600 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11601
11602 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11603
11604 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11605
11606 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11607
11608 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11609
11610 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11611
11612 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11613
11614 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11615 Differences node to Statics node.
11616 (Statics): Discuss XCOFF use of V symbol descriptor.
11617
11618 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11619 not clean.
11620
11621 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11622
11623 * gdb.texinfo (Print Settings): Document `set print
11624 fast-symbolic-addr' and improve the doc for some other
11625 `set print's.
11626
11627 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11628
11629 * stabs.texinfo (String Field): Talk about defining several type
11630 numbers at once.
11631 Fix lint regarding changing node ELF Transformations to
11632 ELF and SOM Transformations.
11633
11634 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11635
11636 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11637
11638 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11639
11640 * stabs.texinfo (Cross-References): `::' is for nested types only
11641 within <>.
11642 (Structures): Document static members.
11643
11644 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11645
11646 * stabs.texinfo: Document S type attribute.
11647
11648 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11649
11650 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11651
11652 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11653
11654 * gdbint.texinfo: Fix a few typos.
11655
11656 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11657
11658 * gdb.texinfo, remote.texi: formatting improvements
11659
11660 * gdb.texinfo (New Features): mention threads.
11661 (Summary, C): fix xrefs in newly contributed text.
11662 (Threads): index entries, clarifications, example
11663 (passim): minor typos fixed, phrasing improvements
11664
11665 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11666 entries; (Server): explain use of gdbserver w/real-time systems,
11667 add example of conflicting TCP port; (MIPS Remote) break up
11668 running text into table, highlighting commands, and add example.
11669
11670 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11671
11672 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11673
11674 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11675
11676 * stabs.texinfo (Nested Symbols): New node.
11677 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11678
11679 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11680
11681 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11682 to picking which Bbss.bss symbol to use, and (because there seems to
11683 be no good way of doing it) re-write some of the text to make it
11684 sound like Bbss.bss isn't such a great idea after all (as currently
11685 designed).
11686
11687 * gdb.texinfo (C): In addition to saying people have to use g++ for
11688 good results, say they have to use stabs. Specifically say cfront
11689 doesn't work well.
11690 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11691 the gdb README. Add xrefs to places where the support for the various
11692 languages is described in detail.
11693
11694 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * stabs.texinfo: Clean up stuff about visibility and virtual
11697 characters.
11698
11699 * stabs.texinfo (N_M2C): Cite Sun doc.
11700
11701 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11702
11703 * gdb.texinfo: updates re threads.
11704 * remote.texinfo: avoid index entries starting with digits.
11705
11706 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11707
11708 * stabs.texinfo (Enumerations): Talk about large, negative and
11709 octal values. Clean up cross reference to type attributes.
11710 (String Field): Say that GDB 4.11 supports size attribute.
11711
11712 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11713
11714 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11715 is a mandatory step. Make the stuff about that more concise.
11716
11717 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11718
11719 * stabs.texinfo (Class Names): New node.
11720
11721 * gdb.texinfo (Command Files): Explain order of init file reading.
11722
11723 * remote.texi (Bootstrapping): Talk about getting the serial driver
11724 to deal with ^C sent by gdb to stop the remote system.
11725
11726 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11727
11728 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11729
11730 * libgdb.texinfo (Defining Commands): made the DOC arg
11731 to gdb_define_app_command a char * instead of char **
11732 per a suggestion from kingdon.
11733
11734 * libgdb.texinfo: total rewrite from a different starting
11735 premise.
11736
11737 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11738
11739 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11740 floats passed as doubles (to improve clarity).
11741
11742 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11743
11744 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11745
11746 * a4rc.sed: update to work with Andreas Vogel papersize params
11747
11748 * refcard.tex: use Andreas Vogel simplifications of papersize
11749 params; remove useless version info; update copyright date.
11750
11751 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11752
11753 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11754
11755 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11756
11757 * gdb.texinfo (Files): Say what address the load command loads it at.
11758
11759 * stabs.texinfo (Common Blocks): Minor cleanups.
11760
11761 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11762 that Sun has backed away from the linker kludge and thus the relevant
11763 issue is changes to the SunPRO tools, not the Solaris linker.
11764
11765 * stabs.texinfo (Traditional Integer Types): Clean up description
11766 of octal bounds a little bit. Document extra leading zeroes.
11767
11768 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11769
11770 * gdb.texinfo (Signaling): Update for symbolic symbol names
11771 and add a section explaining the difference between the GDB
11772 signal command and the shell kill utility.
11773
11774 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11775
11776 * libgdb.texinfo: added `@' to braces that were unescaped.
11777
11778 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11779
11780 * libgdb.texinfo: new file. Spec for the gdb library.
11781
11782 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11783
11784 * stabs.texinfo (Include Files): Fix typo (start -> end).
11785
11786 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11787
11788 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11789 from Melissa at FSF's editing pass.
11790
11791 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11792
11793 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11794 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11795 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11796
11797 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11798
11799 * remote.texi (Bootstrapping): Discuss 386 call gates.
11800
11801 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11802
11803 * stabs.texinfo (Based Variables): New node.
11804
11805 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11806
11807 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11808 names, sizes, and formats to suggest how not to lose.
11809
11810 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11811
11812 * stabs.texinfo (Methods): Fix typo.
11813
11814 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11815
11816 * gdb.texinfo: Fix a few typos.
11817
11818 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11819
11820 * gdb.texinfo: Clarify how well it works with Fortran.
11821
11822 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11823 More on relocating stabs in ELF files.
11824
11825 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11826
11827 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11828
11829 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11830
11831 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11832 parameters on VAX.
11833
11834 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11835
11836 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11837
11838 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11839
11840 * stabs.texinfo: Make info author notice match the TeX author notice.
11841
11842 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11843
11844 * stabs.texinfo: Initial-caps all words in node names and
11845 non-trivial words in section names.
11846
11847 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11848
11849 * stabs.texinfo: Many minor cleanups.
11850
11851 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11852
11853 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11854
11855 * stabs.texinfo: Remove full description of big example.
11856 It's not really helpful; just use pieces of it where appropriate.
11857 Add more Texinfo formatting directives (@samp, etc.).
11858 Use @deffn to define stab types.
11859 Eliminate some wordiness. Break up some nodes.
11860 Add an (alphabetized) index of symbol types.
11861 Use consistent capitalization style in node and section names.
11862
11863 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11864
11865 * gdb.texinfo: Change typo "Two two" to "The two".
11866
11867 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11868
11869 * stabs.texinfo (XCOFF-differences): Remove references to
11870 non-existent types N_DECL and N_RPSYM.
11871
11872 * stabs.texinfo (String Field): Say that type attributes bug is
11873 fixed in GDB 4.10, since it is.
11874
11875 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11876
11877 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11878
11879 * stabs.texinfo: Formatting cleanups.
11880
11881 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11882
11883 * stabs.texinfo: When explaining the n_type of a stab, standardize
11884 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11885 no tabs, use @r).
11886 (Global Variables): Clean up.
11887
11888 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11889
11890 * stabs.texinfo (Stack Variables): Re-write.
11891
11892 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11893
11894 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11895 addresses of a source file. Also revise formatting.
11896 Change "object module" or "object file" to "source file".
11897 Various: Miscellaneous cleanups.
11898
11899 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11900
11901 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11902
11903 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11904
11905 * gdbint.texinfo: Removed many nonsensical machine-collected
11906 host and target conditionals, described some of the remainder.
11907
11908 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11909
11910 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11911
11912 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11913 paragraph which follows.
11914
11915 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11916 variables. Looks better and avoids overful hbox.
11917
11918 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11919
11920 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11921
11922 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11923
11924 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11925 retransmit-timeout
11926
11927 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11928
11929 * gdbint.texinfo: Update statement about `some ancient Unix
11930 systems, like Ultrix 4.0' to Ultrix 4.2.
11931
11932 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11933
11934 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11935
11936 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11937
11938 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11939 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11940
11941 * remote.texi: new name for former gdbinv-s.texi
11942
11943 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11944
11945 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11946
11947 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11948 variables for MIPS remote debugging protocol.
11949
11950 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11953
11954 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11955
11956 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11957
11958 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11959
11960 * gdb.texinfo: repair conditional bugs in text markup
11961
11962 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11963
11964 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11965 to select Modula-2 material.
11966
11967 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11968
11969 * stabs.texinfo: Cleanups regarding statics.
11970
11971 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11972 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11973
11974 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11975
11976 * stabs.texinfo: N_MAIN is sometimes used for C.
11977
11978 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11979
11980 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11981
11982 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11983
11984 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11985 removed from the code by Kingdon.
11986
11987 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11988
11989 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11990 input when evaluating breakpoint conditions; the bug has been fixed.
11991
11992 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11993 sets the ignore count to N-1, not to N.
11994
11995 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11996
11997 * refcard.tex (\hoffset): correct longstanding error to match
11998 intended offset; avoids cutting off edge on some printers
11999
12000 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12001
12002 * stabs.texinfo (Parameters): Say that order of stabs is significant.
12003
12004 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12005
12006 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12007
12008 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12009
12010 * Makefile.in: (REFEDITS) new var to control whether PS or CM
12011 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12012 collect sed edits if any, apply to refcard before formatting;
12013 (refcard.ps) stop implying PS fonts if PS output requested;
12014 (lrefcard.ps) delete extra target for variant PS fonts
12015
12016 * refcard.tex: parametrize papersize dependent info, collect
12017 in easily replaced spot
12018
12019 * a4rc.sed: new file, edits to refcard for A4 paper
12020
12021 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12022
12023 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12024
12025 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12026
12027 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12028
12029 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12030
12031 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12032 politely rather than rudely.
12033
12034 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12035
12036 * stabs.texinfo: Document common blocks.
12037
12038 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
12039
12040 * stabs.texinfo: Add some basic info about stabs-in-elf.
12041
12042 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12043
12044 * stabs.texinfo (Top): Minor cleanup.
12045
12046 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
12047
12048 * Makefile.in (install-info): remove parentdir support
12049
12050 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12051
12052 * gdb.texinfo (Copying): delete this node and references to it;
12053 RMS says this manual need not carry GPL. (passim): Improvements
12054 from last round at FSF, largely due to Ian Taylor review, and
12055 minor formatting improvements.
12056
12057 * gdbinv-s.texi (passim): Improvements from last round at FSF,
12058 largely due to Ian Taylor review. (Debug Session): minor edits to
12059 new text.
12060
12061 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
12062
12063 * Makefile.in (realclean): Remove info and dvi files too.
12064
12065 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
12066
12067 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12068 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
12069 * gdb.texinfo: Change accordingly.
12070
12071 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
12072 N_{L,R}BRAC,N_SLINE are relative to.
12073
12074 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
12075
12076 * Makefile.in (GDBvn.texi): Update atomically.
12077
12078 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
12079
12080 * gdbinv-s.texi (Debug Session): Document exceptionHook.
12081
12082 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
12083
12084 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12085 addresses together. Also motivate the set print symbol-filename
12086 command and suggest other solutions.
12087
12088 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
12089
12090 * gdb.texinfo (set print elements): Note that the number of
12091 elements is set to unlimited by "set print elements 0".
12092
12093 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
12094
12095 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12096 NF_LDOUBLE means.
12097 (Stab Types): Include Solaris stab types.
12098 (Procedures): Document Solaris extensions.
12099
12100 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12101
12102 * gdb.texinfo: Add `set print symbol-filename' doc.
12103
12104 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12105
12106 * stabs.texinfo (Arrays): Talk about type definition vs. type
12107 information.
12108
12109 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12110 the trailing semicolon.
12111
12112 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12113
12114 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12115 and merge in other parts of the document addressing these subjects.
12116 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12117
12118 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12119 at the end of a range type.
12120
12121 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12122 AIX extensions.
12123
12124 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12125
12126 * stabs.texinfo (Stabs Format): Misc fixes.
12127
12128 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12129
12130 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
12131 (Traditional builtin types): Document convex convention for long long.
12132 (Negative builtin types): Discuss type names, and misc fixes.
12133
12134 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12135
12136 * stabs.texinfo (Builtin Type Descriptors): Document the floating
12137 point types used with @samp{R} type descriptor.
12138 (Symbol Descriptors): Describe how to handle conflict between
12139 different meanings of @samp{P} symbol descriptor.
12140
12141 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12142
12143 * stabs.texinfo: Remove node Quick Reference and put its children
12144 directly under the main menu.
12145
12146 * stabs.texinfo: Many more changes to bring it into line with
12147 AIX documentation and reality. I think it now has all the
12148 information from the AIX documentation, except that I burned
12149 out when I got to variant records (Pascal and Modula-2) and
12150 all the COBOL types. Oh well, we can add them later when we're
12151 worrying more about those languages.
12152
12153 * stabs.texinfo (Automatic variables): Talk about what it means
12154 to omit the symbol descriptor.
12155
12156 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12157
12158 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12159 gcc2 behavior with promoted args.
12160
12161 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12162
12163 * gdb.texinfo: include readline appendices in info version of manual
12164
12165 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12166
12167 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12168 target remote.
12169
12170 * gdb.texinfo (Machine Code): more index entries for disassemble
12171
12172 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
12173
12174 * Clarify the intended use of the gdb-testers and gdb-patches
12175 mailing lists, and shrink gzip comment.
12176
12177 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12178
12179 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12180 DOSHOST configuration of manual.
12181
12182 * gdb.texinfo (MIPS Stack): new node.
12183
12184 * all-config.texi (MIPS) new switch.
12185
12186 * gdbinv-s.texi (Nindy Options) Remove two instances of future
12187 tense; (MIPS Remote) new node.
12188
12189 * gdb.texinfo (passim) rephrases to work around makeinfo @value
12190 bug; (Environment) less passive, other small cleanups in text about
12191 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12192 (Remote) new MIPS Remote menu entry.
12193
12194 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
12195
12196 * stabs.texinfo: Many changes to include information from the
12197 AIX documentation.
12198
12199 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12200
12201 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
12202
12203 * gdbint.texinfo (new node Debugging GDB, elsewhere):
12204 Move a bunch of information from ../README.
12205 (Getting Started): New node.
12206
12207 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12208
12209 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12210
12211 * gdb.texinfo: advance manual revision dates to present
12212
12213 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12214 stop using silly Roman numerals in @set variable names
12215
12216 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
12217
12218 * stabs.texinfo (Parameters): Keep trying to get this right.
12219
12220 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
12221
12222 * stabs.texinfo (Parameters): More on "local parameters".
12223
12224 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
12225
12226 * stabs.texinfo (Parameters): Re-do "local parameters" section.
12227
12228 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12229
12230 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12231 (Parameters): Rewrite.
12232 (xcoff-differences, Sun-differences): Minor changes.
12233
12234 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12235
12236 * stabs.texinfo: Minor cleanup.
12237
12238 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12239
12240 * gdbint.texinfo: Minor xcoff stuff.
12241
12242 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12243
12244 * gdbint.texinfo: Update for new config directory structure.
12245 Add info about internal type data structures.
12246
12247 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12248
12249 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12250 $(srcdir).
12251 (gdb-config.texi): Depend on file in $(srcdir).
12252
12253 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12254
12255 * stabs.texinfo: Fixes about N_SO.
12256
12257 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12258
12259 * gdb.texinfo: include list of nonstandard init file names
12260
12261 * *-config.texi: new switch GENERIC for text that applies *only*
12262 to (usual) multiple-target version of manual
12263
12264 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12265 h8 config
12266
12267 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12268 in menus (rather than conditionally selected multiple alternative
12269 menus).
12270
12271 * Makefile.in: define and use DOC_CONFIG var to select
12272 configuration for GDB user manual.
12273
12274 * gdb-config.texi: delete from repository, generate from Makefile.
12275
12276 * all-config.texi: normal `generic' configuration file, formerly
12277 stored as gdb-config.texi
12278
12279 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12280
12281 * Makefile.in: add dvi target to build all .dvi files
12282
12283 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12284
12285 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12286
12287 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12288
12289 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12290 host conditionals.
12291 * stabs.texinfo: More array fixes inspired by Jim's.
12292
12293 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12294
12295 * stabs.texinfo: Fixes re arrays and continuations.
12296
12297 * gdbint.texinfo: Add XCOFF node.
12298
12299 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12300
12301 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12302
12303 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12304
12305 * stabs.texinfo: Fix for array types to mention lower bounds.
12306
12307 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12308
12309 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12310
12311 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12312
12313 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12314
12315 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12316
12317 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12318 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12319
12320 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12321
12322 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12323
12324 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12325
12326 * gdb.texinfo, gdbinv-s.texi: misc updates
12327
12328 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12329
12330 * gdbint.texinfo: Brief documentation for longjmp support,
12331 from an email msg by Stu.
12332
12333 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12334
12335 * stabs.texinfo: Fix description of floating point "range"
12336 types (which really define basic types). Reported by Jim Meehan,
12337 <meehan@src.dec.com>.
12338
12339 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12340
12341 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12342
12343 * gdbint.texinfo: Slightly expand section on supporting a new
12344 object file format.
12345
12346 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12347
12348 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12349 intermediate file.
12350
12351 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12352
12353 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12354
12355 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12356
12357 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12358
12359 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12360 as well as Z8002.
12361
12362 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12363
12364 * gdbint.texinfo: Add sections on clean design and on how to send
12365 in changes.
12366
12367 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12368
12369 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12370
12371 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12372
12373 * gdb.texinfo: Fix typo, reported by Karl Berry.
12374
12375 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12376
12377 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12378
12379 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12380
12381 * gdbint.texinfo: fixed a stray email address (needs @@),
12382 added @table @code to node "Native Conditionals"
12383
12384 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12385
12386 * gdbint.texinfo: Describe coding style of GDB.
12387
12388 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12389
12390 * stabs.texinfo: Minor wording changes.
12391
12392 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12393
12394 * gdbint.texinfo: Improve release doc slightly.
12395
12396 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12397
12398 * gdbint.texinfo: Improve doc of GDB config macros.
12399
12400 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12401
12402 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12403 These will be reinserted when examined.
12404
12405 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12406
12407 * gdbint.texinfo: Make a start at documenting all the #if macros
12408 in GDB. At least list them all, and start separating them into
12409 host-specific and target-specific.
12410
12411 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12412
12413 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12414 examples (not consistent w others).
12415 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12416 for generic vn of doc
12417
12418 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12419
12420 * Makefile.in: always create installation directories.
12421
12422 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12423
12424 * gdb.texinfo: in h8 config, do not describe searching commands.
12425
12426 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12427
12428 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12429 conditionals; introduce a few generic switches that may be
12430 useful for other cross-dev or dos-hosted configs.
12431
12432 * gdb.texinfo: fix typo in "info reg" description
12433
12434 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12435
12436 * stabs.texinfo: Minor updates from running TeX over it.
12437 * Makefile.in (stabs.dvi, stabs.ps): Add.
12438
12439 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12440
12441 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12442 First pass at converting it to texinfo.
12443
12444 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12445
12446 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12447 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12448
12449 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12450
12451 * gdbint.texinfo: Add section on partial symbol tables.
12452
12453 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12454
12455 * gdb.texinfo: document `set remotedebug' and `set
12456 rstack_high_address'.
12457
12458 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12459
12460 * gdb.texinfo: slight expansion of new text on reading info files
12461 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12462 H8/300 from DOS.
12463
12464 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12465
12466 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12467
12468 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12469
12470 * gdb.texinfo: Say how to read the `info' files.
12471
12472 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12473
12474 * Makefile.in: gm4 -> m4.
12475
12476 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12477
12478 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12479 Documentation' ahead of `Installing GDB' to match README.
12480 Update shared library doc, -readnow and -mapped, and directory
12481 structure (add glob and mmalloc). Update configure doc.
12482
12483 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12484
12485 * Makefile.in: remove $(srcdir) from gdb.info rule.
12486
12487 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12488
12489 * Makefile.in: commented out gdb-all.texinfo rule. This is
12490 temporary.
12491
12492 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12493
12494 * Makefile.in, configure.in: removed traces of namesubdir,
12495 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12496 copyrights to '92, '13, changed some from Cygnus to FSF.
12497
12498 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12499
12500 * gdb.texinfo: Improve how we ask for bug reports.
12501
12502 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12503
12504 * Makefile.in: infodir belongs in datadir.
12505
12506 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12507
12508 * Makefile.in: remove spaces following hyphens, bsd make can't
12509 cope. install using INSTALL_DATA. added clean-info. added
12510 standards.text support.
12511
12512 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12513
12514 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12515 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12516 and mandir now keyed off datadir by default.
12517
12518 \f
12519 Local Variables:
12520 mode: change-log
12521 left-margin: 8
12522 fill-column: 74
12523 version-control: never
12524 coding: utf-8
12525 End:
This page took 0.709862 seconds and 4 git commands to generate.