]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/doc/ChangeLog
037173ce0ab6e38aa50e781bb6112a7bac011212
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
1 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Machine Code): Additional information about "info
4 line" command.
5
6 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
7
8 * gdb.texinfo (gdb-add-index man): Add pindex.
9
10 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
11
12 * gdb.texinfo (set cwd): Add period.
13 (gdb-add-index man): Move anchor.
14
15 2017-01-12 Tom Tromey <tom@tromey.com>
16 Sergio Durigan Junior <sergiodj@redhat.com>
17
18 * gdb.texinfo (Index Files): Mention gdb-add-index.
19 (gdb-add-index man): New section.
20 * Makefile.in (gdb-add-index.1): New rule to generate manpage
21 from gdb.texinfo.
22
23 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
24
25 * gdb.texinfo (pwd): Fix whitespace.
26
27 2018-01-09 John Baldwin <jhb@FreeBSD.org>
28
29 * gdb.texinfo (pwd): Update cross-reference for Process Information
30 node and remove explicit /proc reference.
31 (Native): Rename subsection from SVR4 Process Information to
32 Process Information.
33 (Process Information): Reword introduction to be less /proc
34 centric. Document support for "info proc" on FreeBSD.
35
36 2018-01-03 Xavier Roirand <roirand@adacore.com>
37
38 * gdb.texinfo (Set Catchpoints): Add documentation for new
39 "catch handlers" action.
40
41 2017-12-27 Stafford Horne <shorne@gmail.com>
42
43 * gdb.texinfo (Target Description Format): Explain that arbitrary
44 strings are now allowed for register groups.
45
46 2017-12-27 Stafford Horne <shorne@gmail.com>
47
48 * gdb.texinfo (Registers): Document info reg $reggroup feature.
49
50 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
51
52 PR cli/16224
53 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
54
55 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
56
57 * python.texi (Manipulating breakpoints using Python): Document
58 qualified parameter to gdb.Breakpoint.
59
60 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
61
62 * python.texi (Manipulating breakpoints using Python): Split doc
63 of Breakpoint.__init__ in two, split text in multiple
64 paragraphs, don't nest parameter square brackets.
65
66 2017-12-12 Stafford Horne <shorne@gmail.com>
67 Stefan Wallentowitz <stefan@wallentowitz.de>
68 Franck Jullien <franck.jullien@gmail.com>
69 Jeremy Bennett <jeremy.bennett@embecosm.com>
70
71 * gdb.texinfo: Add OpenRISC documentation.
72
73 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
74
75 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
76
77 2017-12-07 Keith Seitz <keiths@redhat.com>
78
79 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
80 and "show print type nested-type-limit".
81
82 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
83
84 * python.texi (Breakpoints In Python): Add text relating
85 to allowed explicit locations and keywords in gdb.Breakpoints.
86
87 2017-12-04 Tom Tromey <tom@tromey.com>
88
89 * gdb.texinfo (Rust): Update trait object status
90
91 2017-12-01 Andrew Cagney <cagney@redhat.com>
92 Joel Brobecker <brobecker@adacore.com>
93 Sergio Durigan Junior <sergiodj@redhat.com>
94
95 * gdb.texinfo (File Options): Document --readnever.
96 (Commands to Specify Files): Likewise, for 'symbol-file' and
97 'add-symbol-file'.
98
99 2017-11-29 Pedro Alves <palves@redhat.com>
100
101 PR c++/19436
102 * gdb.texinfo (Debugging C Plus Plus): Document setting
103 breakpoints in functions with ABI tags.
104
105 2017-11-29 Pedro Alves <palves@redhat.com>
106
107 * gdb.texinfo (Linespec Locations): Document how "function" is
108 interpreted in C++ and Ada. Document "-qualified".
109 (Explicit Locations): Document how "-function" is interpreted in
110 C++ and Ada. Document "-qualified".
111
112 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
113
114 PR gdb/21945
115 * gdb.texinfo (Search Memory): Update description and example
116 about how to search a string without NULL terminator.
117
118 2017-11-24 Joel Brobecker <brobecker@adacore.com>
119
120 * gdb.texinfo (GDB/MI Ada Exception Information): Document
121 new "exception-message" field.
122
123 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
124
125 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
126
127 2017-11-24 Pedro Alves <palves@redhat.com>
128
129 * gdb.texinfo (Completion): Update need-quoting examples. Remove
130 false claim that GDB inserts quoting automatically.
131 (Symbols): Add anchor.
132
133 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
134
135 * gdb.texinfo (Requirements): Document use of GNU MPFR.
136
137 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
138
139 * python.texi (Basic Python): Add rbreak documentation.
140
141 2017-11-07 Xavier Roirand <roirand@adacore.com>
142 Pedro Alves <palves@redhat.com>
143
144 * gdb.texinfo (Set Breaks): Document support for breakpoint
145 location ranges in the enable/disable commands.
146
147 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
148
149 * gdb.texinfo (Starting your Program) <The working directory.>:
150 Mention remote debugging.
151 (Working Directory) <Your Program's Working Directory>:
152 Likewise.
153 (Connecting) <Remote Packet>: Add "set-working-dir"
154 and "QSetWorkingDir" to the table.
155 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
156 packet.
157
158 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
159
160 * gdb.texinfo (Starting your Program) <The working directory.>:
161 Mention new "set cwd" command.
162 (Working Directory) <Your Program's Working Directory>:
163 Rephrase to explain that "set cwd" exists and is the default
164 way to change the inferior's cwd.
165
166 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
167
168 * gdb.texinfo (S/390 and System z Features): Document the new
169 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
170
171 2017-09-21 Kevin Buettner <kevinb@redhat.com>
172
173 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
174 attribute.
175
176 2017-09-21 Kevin Buettner <kevinb@redhat.com>
177
178 * python.texi (Inferiors In Python): Add description for method
179 Inferior.thread_from_thread_handle.
180
181 2017-09-19 John Baldwin <jhb@FreeBSD.org>
182
183 * gdb.texinfo (Starting your Program): Add description of
184 starti command. Mention starti command as an alternative for
185 debugging the elaboration phase.
186
187 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
188
189 * gdb.texinfo (Maintenance Commands): Document filter parameter
190 of "maint selftest". Document "maint info selftests" command.
191
192 2017-09-11 Tom Tromey <tom@tromey.com>
193
194 * python.texi (Events In Python): Document new events.
195
196 2017-09-04 Pedro Alves <palves@redhat.com>
197
198 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
199 no-debug-info variables.
200 (Symbols) <Examining the Symbol Table>: Document inspecting
201 no-debug-info types.
202 (Calling) <Calling functions with no debug info>: New subsection,
203 documenting calling no-debug-info functions.
204 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
205
206 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
207
208 * gdb.texinfo (set environment): Add @anchor. Explain that
209 environment variables set by the user are sent to GDBserver.
210 (unset environment): Likewise, but for unsetting variables.
211 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
212 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
213 "environment-reset" and "QEnvironmentReset" to the table.
214 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
215 QEnvironmentReset>: New item, explaining the packet.
216
217 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
220 "Compiler search for the compile command" descriptions of set
221 compile-gcc and show compile-gcc.
222
223 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
224
225 * gdb.texinfo (Architectures): Add new Sparc64 section to document
226 ADI support.
227 * NEWS: Add "adi examine" and "adi assign" commands.
228
229 2017-08-18 Yao Qi <yao.qi@linaro.org>
230
231 * gdb.texinfo (Server): Document "--selftest".
232
233 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
234
235 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
236 Single-Key mode.
237
238 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
239
240 PR gdb/21925
241 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
242 set...").
243
244 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
245
246 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
247 conditional expression.
248
249 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
250
251 * agentexpr.texi (rot): Fix symbolic description, improve
252 textual description.
253
254 2017-07-26 Yao Qi <yao.qi@linaro.org>
255
256 * gdb.texinfo (Maintenance Commands): Document command
257 "maint check xml-descriptions".
258
259 2017-07-26 Yao Qi <yao.qi@linaro.org>
260
261 * gdb.texinfo (Maintenance Commands): Document optional
262 argument of "maint print c-tdesc".
263
264 2017-07-18 Yao Qi <yao.qi@linaro.org>
265
266 * gdb.texinfo (Maintenance Commands): Improve the doc to
267 command "maint print c-tdesc".
268
269 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
270
271 PR gdb/21606
272 * python.texi (Python representation of Symbols.): Replace
273 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
274 * guile.texi (Guile representation of Symbols.): Likewise.
275
276 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
277
278 * gdb.texinfo (Optional Messages about Internal Happenings):
279 Document {set,show} debug separate-debug-file commands.
280
281 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
282
283 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
284 (Connecting) <Remote Packet>: Add "startup-with-shell"
285 and "QStartupWithShell" to the table.
286 (Remote Protocol) <QStartupWithShell>: New item, explaining the
287 packet.
288
289 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
292
293 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
294
295 * python.texi (Recording in Python): Factor out the documentation of
296 gdb.RecordInstruction's super class.
297
298 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
299
300 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
301 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
302 prev and next.
303
304 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
305
306 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
307 gdb.RecordInstruction
308
309 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
310
311 * python.texi (Recording in Python): Add documentation for
312 gdb.RecordGap and remove documentation of special cases for
313 gdb.BtraceInstruction.
314
315 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
316
317 * python.texi (Recording in Python): Remove Record.ptid defvar.
318
319 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
320
321 * gdb.texinfo (GDB/MI Thread Information): Add missing
322 fields, re-word some things.
323 (GDB/MI Thread Commands): Describe fields found in the output of
324 -thread-info, remove description of fields in the
325 thread output tuple, replace with a cross-reference to "GDB/MI
326 Thread Information".
327
328 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
329
330 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
331 from -thread-info output.
332
333 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
334
335 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
336
337 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
338
339 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
340
341 2017-03-22 Yao Qi <yao.qi@linaro.org>
342
343 * python.texi (Inferiors In Python): Remove @code from Python.
344
345 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
346
347 * python.texi (Recordings In Python): Document return type of
348 gdb.BtraceInstruction.data.
349
350 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
351
352 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
353 command file-list-shared-libraries
354 (GDB/MI Async Records): Update documentation of library-loaded with new
355 field.
356
357 2017-03-16 Doug Evans <dje@google.com>
358
359 * guile.texi (Lazy Strings In Guile): Mention arrays.
360 * python.texi (Lazy Strings In Python): Ditto.
361
362 2017-03-08 Jiong Wang <jiong.wang@arm.com>
363
364 * gdb.texinfo (Memory Protection Extensions): Add missing escape
365 character "@".
366
367 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
368
369 * Memory Protection Extensions: Add information about inferior
370 calls.
371
372 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
375 DW_TAG_GNU_* and DW_AT_GNU_*.
376
377 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
378
379 * python.texi (Recordings In Python): New section.
380
381 2017-02-14 Tom Tromey <tom@tromey.com>
382
383 PR python/13598:
384 * python.texi (Events In Python): Document events.before_prompt.
385
386 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
387
388 * gdb.texinfo (Target Commands): Document the optional offset
389 argument for the load command.
390
391 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
392
393 PR gdb/21122
394 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
395 space-separated breakpoint lists. Also add a missing @table command
396 and @cindex for breakpoint lists.
397
398 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
399
400 PR tdep/20936
401 * gdb.texinfo: (Standard Target Features): Document SPARC features.
402 (Sparc Features): New node.
403
404 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
405
406 * gdb.texinfo (i386 Features): Add system segment registers
407 as feature.
408
409 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
410
411 * python.texi (Events In Python): Fix typo.
412
413 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
414 Luis Machado <lgustavo@codesourcery.com>
415
416 * gdb.texinfo (-target-flash-erase): New MI command description.
417 (flash-erase): New CLI command description.
418
419 2017-01-04 John Baldwin <jhb@FreeBSD.org>
420
421 * gdb.texinfo (Contributors): Add SRI International and University
422 of Cambridge for FreeBSD/mips.
423
424 2016-12-22 Doug Evans <xdje42@gmail.com>
425
426 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
427 commands.
428
429 2016-12-02 Pedro Alves <palves@redhat.com>
430
431 * gdb.texinfo (User-defined Commands): Limit on number of
432 arguments passed to user-defined commands removed; update.
433
434 2016-12-02 Pedro Alves <palves@redhat.com>
435
436 PR cli/20559
437 * gdb.texinfo (Define): Add example of using "eval" to process a
438 variable number of arguments.
439 (Output) <eval>: Add anchor.
440
441 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
442
443 * Makefile.in: Likewise.
444
445 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
446
447 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
448 xref.
449
450 2016-10-29 Pedro Alves <palves@redhat.com>
451
452 * gdb.texinfo (Packets) <vCont>: Remove mention of default
453 actions.
454
455 2016-10-26 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (Packets): Clarify vCont packets with multiple
458 actions that match a thread, and what happens when an action
459 matches a thread that is already running.
460
461 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
462
463 * gdb.texinfo (Using Trace Files): Fix typo.
464 (GDB/MI Tracepoint Commands): Likewise.
465
466 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
467
468 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
469 of -trace-save.
470
471 2016-10-06 Tom Tromey <tom@tromey.com>
472
473 * guile.texi (Types In Guile): Remove Java mentions.
474 * python.texi (Types In Python): Remove Java mentions.
475 * gdb.texinfo (Address Locations, Supported Languages)
476 (Index Section Format): Remove Java mentions.
477
478 2016-08-15 Doug Evans <dje@google.com>
479
480 * gdb.texinfo (Target Description Format): Update docs on "end"
481 field spec and field default type.
482
483 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
484 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
485
486 PR gdb/20487
487 * gdb.texinfo (Context management): Update mention of frame
488 change notifications.
489 (gdb/mi Async Records): Document frame field in
490 =thread-select event.
491 * observer.texi (GDB Observers): New user_selected_context_changed
492 observer.
493
494 2016-09-28 Tom Tromey <tom@tromey.com>
495
496 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
497 than "memory breakpoint". Further document "kind". Move
498 protocol-details link earlier.
499 <z1>: Document the cmd_list argument. Fix typo.
500 <g>: Remove incorrect sentence.
501 (Stop Reply Packets): Document "OK" response to requests when in
502 non-stop mode.
503 <swbreak>: Use "software breakpoint" rather than "memory
504 breakpoint".
505 <create>: Document that "R" is ignored.
506 <W, X, w>: Document formatting of "AA".
507 (Notification Packets): Use "%Stop", not "%%Stop".
508
509 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
510
511 * gdb.texinfo (Embedded Processors): Document ARC.
512 (Synopsys ARC): New section.
513 (Standard Target Features): Document ARC features.
514 (ARC Features): New section.
515
516 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
517
518 * .gitignore: New file.
519
520 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
521
522 * gdb.texinfo (Input/Output): Mention possibility to unset
523 inferior-tty.
524
525 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
526
527 * gdb.texinfo: Resume btrace on reconnect.
528
529 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
530
531 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
532 syscall.
533
534 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
535
536 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
537 command.
538
539 2016-07-13 Tom Tromey <tom@tromey.com>
540
541 PR python/15620, PR python/18620:
542 * python.texi (Events In Python): Document new breakpoint events.
543
544 2016-07-13 Tom Tromey <tom@tromey.com>
545
546 PR python/17698:
547 * python.texi (Breakpoints In Python): Document
548 Breakpoint.pending.
549
550 2016-07-13 Tom Tromey <tom@tromey.com>
551
552 * python.texi (Breakpoints In Python): Move table of types and
553 table of watchpoint types earlier in node.
554
555 2016-07-12 Tom Tromey <tom@tromey.com>
556
557 PR python/19293:
558 * python.texi (Frames In Python): Document
559 gdb.invalidate_cached_frames.
560
561 2016-06-21 Pedro Alves <palves@redhat.com>
562
563 * gdb.texinfo (Interpreters): Update intepreter-exec section,
564 document new-ui and explain use case.
565
566 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
567
568 * gdb.texinfo (Standard Target Features): Document NDS32 features.
569 (NDS32 Features): New Section.
570
571 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
572
573 * gdb.texinfo (Examining Memory): Document negative repeat
574 count in the 'x' command.
575
576 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
577
578 * gdb.texinfo (GDB/MI Async Records): Document method and
579 format fields in =record-started.
580 * observer.texi (record_changed): Add method and format
581 parameters.
582
583 2016-05-27 Eli Zaretskii <eliz@gnu.org>
584
585 * gdb.texinfo (General Query Packets): Move the description of the
586 response before the long list of the specific 'read' and 'write'
587 requests.
588
589 2016-05-23 Tom Tromey <tom@tromey.com>
590
591 * python.texi (Basic Python): Document gdb.breakpoints return.
592
593 2016-05-24 Tom Tromey <tom@tromey.com>
594
595 PR gdb/19194:
596 * gdb.texinfo (gdb man): Fix typo.
597
598 2016-05-17 Tom Tromey <tom@tromey.com>
599
600 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
601 (Rust): New node.
602
603 2016-05-17 Tom Tromey <tom@tromey.com>
604
605 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
606
607 2016-04-27 Yao Qi <yao.qi@linaro.org>
608
609 * gdb.texinfo (tfind): Complete doc about tfind without
610 argument.
611
612 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
613
614 * agentexpr.texi (byte): Fix zero_ext description.
615
616 2016-03-31 Pedro Alves <palves@redhat.com>
617
618 * gdb.texinfo (M32R/SDI): Delete node.
619 (MIPS Embedded): Remove references to the MIPS remote debugging
620 protocol, PMON and variants, and the associated commands.
621
622 2016-03-15 Doug Evans <dje@google.com>
623
624 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
625 (Target Description Format): Mention enum types. Update docs on
626 flags types.
627 (Predefined Target Types): Add "bool".
628 (Enum Target Types): New node.
629
630 2016-03-15 Pedro Alves <palves@redhat.com>
631
632 * gdb.texinfo (Tracepoint Actions): Fix typo.
633
634 2016-03-15 Pedro Alves <palves@redhat.com>
635 Andreas Arnez <arnez@linux.vnet.ibm.com>
636 Marcin Kościelnicki <koriakin@0x04.net>
637
638 * gdb.texinfo (Tracepoint Actions): Document possible
639 unreliability of '$_ret'.
640
641 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.texinfo (Symbols): Document new 'maint info line-table'
644 command.
645
646 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
647
648 * gdb.texinfo (Convenience Functions): Document $_as_string.
649
650 2016-02-23 Doug Evans <dje@google.com>
651
652 * gdb.texinfo (Skipping Over Functions and Files): Document new
653 options to "skip" command. Update docs of output of "info skip".
654
655 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
656
657 * gdb.texinfo (Signals): Add bound violation display hints for
658 a SIGSEGV.
659
660 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
661
662 * gdb.texinfo (Trace File Format): Add documentation for description
663 section lines.
664
665 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
666
667 * gdb.texinfo (Trace File Format): Remove misleading information
668 about register block ordering.
669
670 2016-02-01 Doug Evans <dje@google.com>
671
672 * gdb.texinfo (Value Sizes): Fix typo.
673
674 2016-02-01 Doug Evans <dje@google.com>
675
676 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
677
678 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.texinfo (Value Sizes): New section.
681 (Data): Add the 'Value Sizes' node to the menu.
682
683 2016-01-26 John Baldwin <jhb@FreeBSD.org>
684
685 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
686
687 2016-01-19 John Baldwin <jhb@FreeBSD.org>
688
689 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
690
691 2016-01-18 Pedro Alves <palves@redhat.com>
692
693 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
694 of the thread that hit a breakpoint or received a signal.
695
696 2016-01-15 Pedro Alves <palves@redhat.com>
697
698 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
699
700 2016-01-13 Pedro Alves <palves@redhat.com>
701
702 * gdb.texinfo (Threads): Document the $_gthread convenience
703 variable.
704 (Convenience Vars): Likewise.
705
706 2016-01-13 Pedro Alves <palves@redhat.com>
707
708 * gdb.texinfo (Threads): Document "info threads -gid".
709
710 2016-01-13 Pedro Alves <palves@redhat.com>
711
712 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
713 anchor.
714 (Threads In Python): Document new InferiorThread.global_num
715 attribute.
716
717 2016-01-07 Pedro Alves <palves@redhat.com>
718
719 * gdb.texinfo (Threads): Document per-inferior thread IDs,
720 qualified thread IDs, global thread IDs and thread ID lists.
721 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
722 thread IDs.
723 (Convenience Vars): Document the $_thread convenience variable.
724 (Ada Tasks): Adjust to refer to thread IDs.
725 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
726 Commands, GDB/MI Variable Objects): Update to mention global
727 thread IDs.
728 * guile.texi (Breakpoints In Guile)
729 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
730 global thread IDs instead of thread IDs.
731 * python.texi (Threads In Python): Adjust documentation of
732 InferiorThread.num.
733 (Breakpoint.thread): Mention global thread IDs instead of thread
734 IDs.
735
736 2016-01-13 Pedro Alves <palves@redhat.com>
737
738 * python.texi (Threads In Python): Document
739 InferiorThread.inferior.
740
741 2016-01-13 Pedro Alves <palves@redhat.com>
742
743 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
744 convenience variable.
745 (Convenience Vars): Likewise.
746
747 2016-01-12 Josh Stone <jistone@redhat.com>
748 Philippe Waroquiers <philippe.waroquiers@skynet.be>
749
750 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
751 (Stop Reply Packets): List the syscall entry and return stop reasons.
752 (General Query Packets): Describe QCatchSyscalls, and add it to the
753 table and the detailed list of stub features.
754
755 2016-01-12 Pedro Alves <palves@redhat.com>
756
757 Remove use of the registered trademark symbol throughout.
758
759 2016-01-12 Yao Qi <yao.qi@linaro.org>
760
761 * gdb.texinfo (Interrupts): Update the document on handling
762 interrupt when program is stopped.
763
764 2015-12-11 Don Breazeal <donb@codesourcery.com>
765
766 * gdb.texinfo (Forks): Correct Linux kernel version where
767 fork and exec events are supported, add notes about support
768 of these events in target remote mode.
769 (Connecting): Reorganize and clarify distinctions between
770 target remote, extended-remote, and multiprocess.
771 Reorganize related text from separate sections into new
772 sections.
773 (Server): Note effects of target extended-remote mode.
774 Delete section on Multi-Process Mode for gdbserver.
775 Move some text to "Connecting" node.
776
777 2015-12-10 Pedro Alves <palves@redhat.com>
778
779 * gdb.texinfo (Threads): Replace warning with explanation
780 about single-threaded programs.
781
782 2015-12-10 Pedro Alves <palves@redhat.com>
783
784 * gdb.texinfo (Threads): Remove mention of SGI.
785 (Forks): Remove mention of HP-UX.
786 (Breakpoints): Remove mention of HP-UX.
787 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
788 Reword in terms of architectures.
789 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
790 mention supported systems.
791 (Convenience Vars): Don't mention HP-UX.
792 (Jumping): Remove mention of HP-UX in comment.
793 (Files) <shared libraries>: Update supported shared library types
794 list. Remove mention of HP-UX.
795 (Native): Remove HP-UX subsection.
796 (SVR4 Process Information): Remove mention of HP-UX.
797
798 2015-12-10 Pedro Alves <palves@redhat.com>
799
800 * gdb.texinfo (Stack): Reorder menu.
801
802 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
803
804 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
805 -var-set-format's new zero-hexadecimal format.
806
807 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
808
809 * gdb.texinfo (Ada Mode Into): Move overloading support
810 description to its own node.
811 (Overloading support for Ada): New node.
812
813 2015-11-30 Pedro Alves <palves@redhat.com>
814
815 PR 14618
816 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
817 (Remote Configuration): Add the "set/show remote
818 no-resumed-stop-reply" to the available settings table.
819 (General Query Packets): Document the "no-resumed" qSupported
820 feature.
821
822 2015-11-30 Pedro Alves <palves@redhat.com>
823
824 * gdb.texinfo (Remote Configuration): List "set/show remote
825 thread-events" command in configuration table.
826 (Stop Reply Packets): Document "T05 create" stop
827 reason and 'w' stop reply.
828 (General Query Packets): Document QThreadEvents packet. Document
829 QThreadEvents qSupported feature.
830
831 2015-11-30 Pedro Alves <palves@redhat.com>
832
833 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
834 anchor.
835 (Packets): Document vCtrlC.
836
837 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
838
839 * gdb.texinfo (Thread List Format): Mention thread names.
840
841 2015-11-24 Pedro Alves <palves@redhat.com>
842
843 PR 17539
844 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
845 program-spaces" example to ascending order listing.
846 (Threads): Adjust "info threads" example to ascending order
847 listing.
848 (Forks): Adjust "info inferiors" example to ascending order
849 listing.
850
851 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
852
853 * gdb.texinfo (Process Record and Replay): Document "record
854 instruction-history" modifiers.
855
856 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
859 description.
860 (Frame Filter Management): Move to later in the 'Examining the
861 Stack' chapter.
862 (Selection): Add entry for 'select-frame'.
863
864 2015-09-25 Doug Evans <dje@google.com>
865
866 * gdb.texinfo (Process Record and Replay): Fix syntax of
867 "record instruction-history begin, end" and
868 "record function-call-history begin, end".
869
870 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
871
872 * gdb.texinfo (Specifying Source Directories): Fix
873 substitute-path example.
874
875 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
876
877 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
878
879 2015-09-15 Pedro Alves <palves@redhat.com>
880
881 PR remote/18965
882 * gdb.texinfo (Stop Reply Packets): Revert previous change to
883 the vforkdone description.
884
885 2015-09-15 Pedro Alves <palves@redhat.com>
886
887 PR remote/18965
888 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
889 part indicates the thread ID of the parent process.
890
891 2015-09-15 Yao Qi <yao.qi@linaro.org>
892
893 * gdb.texinfo (General Query Packets): Add vContSupported to
894 tables of 'gdbfeatures' and 'stub features' supported in the
895 qSupported packet, as well as to the list containing stub
896 feature details.
897
898 2015-09-11 Don Breazeal <donb@codesourcery.com>
899
900 * gdb.texinfo (Remote Configuration): Add exec event
901 feature to table of packet settings.
902 (Stop Reply Packets): Add exec events to the list of stop
903 reasons.
904 (General Query Packets): Add exec events to tables of
905 'gdbfeatures' and 'stub features' supported in the qSupported
906 packet, as well as to the list containing stub feature
907 details.
908
909 2015-08-24 Pedro Alves <palves@redhat.com>
910
911 * gdb.texinfo (Remote Configuration): Document the "set/show
912 remote multiprocess-extensions-packet" commands.
913
914 2015-08-24 Pedro Alves <palves@redhat.com>
915
916 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
917 <M32R>: Remove references to M32R/D.
918 <M68K>: Remove references to target dbug.
919 <MIPS Embedded>: Remove references to target r3900 and target
920 array.
921 <PowerPC Embedded>: Remove references to target dink32 and target
922 ppcbug, target sds
923 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
924
925 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
928
929 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
932
933 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.texinfo (Maintenance Commands): Move documentation of "main
936 info bfds" to...
937 (File Caching): A New section. Outline bfd caching, and add new
938 description for "main set/show bfd-sharing".
939
940 2015-08-14 Doug Evans <xdje42@gmail.com>
941
942 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
943 disassembly.
944 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
945
946 2015-08-11 Keith Seitz <keiths@redhat.com>
947
948 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
949 Use "location(s)"instead of "linespec(s)".
950 (Specifying a Location): Rewrite.
951 Add subsections describing linespec, address, and explicit locations.
952 Add node/menu for each subsection.
953 (Source and Machine Code, C Preprocessor Macros)
954 (Create and Delete Trace points)
955 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
956 (Continuing at a Different Address): Remove "linespec" examples.
957 Add reference to "Specify a Location"
958 (The -break-insert Command): Rewrite. Add anchor.
959 Add reference to appropriate manual section discussing locations.
960 (The -dprintf-insert Command): Refer to -break-insert for
961 specification of 'location'.
962
963 2015-08-07 Pedro Alves <palves@redhat.com>
964
965 * gdb.texinfo (Maintenance Commands): Document "maint set/show
966 target-non-stop".
967
968 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
969
970 * gdb.texinfo (Process Record and Replay): Document prefixing of
971 speculatively executed instructions in the "record instruction-history"
972 command.
973
974 2015-07-20 Doug Evans <dje@google.com>
975
976 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
977
978 2015-07-16 Doug Evans <dje@google.com>
979
980 * stabs.texinfo: @include gdb-cfg.texi.
981
982 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 Revert the previous 2 commits:
985 gdbserver build-id attribute generator
986 Validate symbol file using build-id
987
988 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 * gdb.texinfo (Files): Add 'set validate-build-id'
991 and 'show validate-build-id'.
992
993 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
994 Jan Kratochvil <jan.kratochvil@redhat.com>
995
996 gdbserver build-id attribute generator.
997 * gdb.texinfo (Library List Format for SVR4 Targets): Add
998 'build-id' in description, example, new attribute in dtd.
999
1000 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * gdb.texinfo (Selection): Update documentation for 'frame'
1003 command.
1004
1005 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1006
1007 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1008 commands.
1009
1010 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1011
1012 * gdb.texinfo (Process Record and Replay): Spell out that variables
1013 and registers are not available during btrace replay.
1014 Describe the new "record btrace pt" command.
1015 Describe the new "set|show record btrace pt buffer-size" options.
1016 (General Query Packets): Describe the new Qbtrace:pt and
1017 Qbtrace-conf:pt:size packets.
1018 Expand "bts" to "Branch Trace Store".
1019 Update the branch trace DTD.
1020
1021 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1022
1023 * gdb.texinfo (Command History): Document the new option
1024 "history remove-duplicates".
1025
1026 2015-06-19 Doug Evans <dje@google.com>
1027
1028 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1029 longer supported.
1030
1031 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1032
1033 * gdb.texinfo (Command History): Mention that setting
1034 GDBHISTSIZE to the empty string disables history truncation.
1035
1036 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1037
1038 PR gdb/16999
1039 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1040 behavior.
1041
1042 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1043
1044 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1045 with GDBHISTSIZE.
1046
1047 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1048
1049 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1050 bytes and memory units for -data-{read,write}-memory-bytes.
1051 (Packets): Same for m, M and X packets.
1052 * python.texi (Inferiors In Python): Same for read_memory and
1053 write_memory.
1054
1055 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1056
1057 * gdb.texinfo (Separate Debug Files): Document that PE is also
1058 supported.
1059
1060 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1063 single table entry.
1064
1065 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1066
1067 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1068
1069
1070 2015-06-10 Gary Benson <gbenson@redhat.com>
1071
1072 * gdb.texinfo (Remote Configuration): Document the
1073 "set/show remote hostio-setfs-packet" command.
1074 (Host I/O Packets): Document the vFile:setfs packet.
1075
1076 2015-06-10 Gary Benson <gbenson@redhat.com>
1077
1078 * gdb.texinfo (Debugging Output): Document the "set/show debug
1079 linux-namespaces" command.
1080
1081 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1082 Mircea Gherzan <mircea.gherzan@intel.com>
1083
1084 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1085 and "set mpx bound".
1086
1087 2015-05-27 Doug Evans <dje@google.com>
1088
1089 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1090
1091 2015-05-26 Doug Evans <dje@google.com>
1092
1093 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1094 command renamings.
1095 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1096
1097 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1100
1101 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1102
1103 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1104 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1105
1106 2015-05-16 Doug Evans <xdje42@gmail.com>
1107
1108 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1109 memory ports.
1110
1111 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1114
1115 2015-05-12 Don Breazeal <donb@codesourcery.com>
1116
1117 * gdb.texinfo (Forks): Note that fork debugging is
1118 supported in extended mode.
1119 (Remote Configuration): Add fork event features to table
1120 of packet settings.
1121 (Stop Reply Packets): Add fork events to list of stop reasons.
1122 (General Query Packets): Add fork events to tables of
1123 'gdbfeatures' and 'stub features' supported in the qSupported
1124 packet, as well as to the list containing stub feature
1125 details.
1126
1127 2015-05-12 Gary Benson <gbenson@redhat.com>
1128
1129 * gdb.texinfo (General Query Packets): Document
1130 qXfer:exec-file:read with empty annex.
1131
1132 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1133
1134 * python.texi (Values From Inferior): Add descriptions of new
1135 methods gdb.Value.reference_value and gdb.Value.const_value.
1136
1137 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1138
1139 * gdb.texinfo (Files): Add "info dll" documentation.
1140 (Cygwin Native): Remove "info dll" documentation.
1141
1142 2015-04-29 Doug Evans <dje@google.com>
1143
1144 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1145 Document.
1146 (Writing an Xmethod): Add get_result_type to example.
1147
1148 2015-04-28 Sasha Smundak <asmundak@google.com>
1149
1150 * python.texi: New method documented.
1151
1152 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1155 format.
1156
1157 2015-04-24 Doug Evans <dje@google.com>
1158
1159 * python.texi (Xmethods In Python): Fix name of method to call the
1160 xmethod.
1161
1162 2015-04-17 Gary Benson <gbenson@redhat.com>
1163
1164 * gdb.texinfo (Connecting to a Remote Target): Mention that
1165 GDB can access program files from remote targets that support
1166 qXfer:exec-file:read and Host I/O packets.
1167
1168 2015-04-17 Gary Benson <gbenson@redhat.com>
1169
1170 * gdb.texinfo (Remote Configuration): Document the "set/show
1171 remote pid-to-exec-file-packet" command.
1172 (General Query Packets): Document the qXfer:exec-file:read
1173 qSupported features. Document the qXfer:exec-file:read packet.
1174
1175 2015-04-17 Gary Benson <gbenson@redhat.com>
1176
1177 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1178 applies to executable paths if supplied to GDB as absolute.
1179
1180 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 * gdb.texinfo (Mode Options): Remove -xdb.
1183
1184 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1185 Eli Zaretskii <eliz@gnu.org>
1186
1187 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1188 compile, show debug compile. New subsection Compilation options for
1189 the compile command. New subsection Compiler search for the compile
1190 command.
1191
1192 2015-04-09 Andy Wingo <wingo@igalia.com>
1193
1194 * guile.texi (Frames In Guile): Describe frame-read-register.
1195
1196 2015-04-02 Gary Benson <gbenson@redhat.com>
1197
1198 * gdb.texinfo (set sysroot): Document "target:".
1199
1200 2015-04-01 Sasha Smundak <asmundak@google.com>
1201
1202 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1203 section.
1204
1205 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1206
1207 PR corefiles/16092
1208 * gdb.texinfo (gcore): Mention new command 'set
1209 use-coredump-filter'.
1210 (set use-coredump-filter): Document new command.
1211
1212 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1213
1214 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1215 documentation, reorder the info os entries in alphabetical order.
1216
1217 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1218
1219 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1220 -data-write-memory-bytes.
1221
1222 2015-03-24 Pedro Alves <palves@redhat.com>
1223
1224 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1225 mention that threads may sometimes run unlocked.
1226
1227 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1228
1229 * gdb.texinfo (Remote configuration): Document "set/show
1230 serial parity" command.
1231
1232 2015-03-18 Gary Benson <gbenson@redhat.com>
1233
1234 * gdb.texinfo (General Query Packets): Remove documentation
1235 for now-removed vFile:fstat qSupported features.
1236
1237 2015-03-11 Gary Benson <gbenson@redhat.com>
1238
1239 * gdb.texinfo (Remote Configuration): Document the
1240 "set/show remote hostio-fstat-packet" command.
1241 (General Query Packets): Document the vFile:fstat
1242 qSupported features.
1243 (Host I/O Packets): Document the vFile:fstat packet.
1244
1245 2015-03-11 Andy Wingo <wingo@igalia.com>
1246
1247 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1248
1249 2015-03-04 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.texinfo (Remote Configuration): Document the "set/show
1252 remote swbreak-feature-packet" and "set/show remote
1253 hwbreak-feature-packet" commands.
1254 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1255 decription.
1256 (Stop Reply Packets): Document the swbreak and hwbreak stop
1257 reasons.
1258 (General Query Packets): Document the swbreak and hwbreak
1259 qSupported features.
1260 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1261
1262 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1263
1264 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1265 under *stopped.
1266
1267 2015-03-02 Doug Evans <xdje42@gmail.com>
1268
1269 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1270
1271 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1272
1273 * gdb.texinfo (S/390 and System z Features): Describe new feature
1274 "org.gnu.gdb.s390.vx".
1275
1276 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1277
1278 PR gdb/18008
1279 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1280 demangler-warning): Fix typo ("problam").
1281
1282 2015-02-19 David Taylor <dtaylor@emc.com>
1283
1284 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1285
1286 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1287
1288 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1289 point, DTrace'.
1290 (Static Probe Points): Modified to cover DTrace probes in addition
1291 to SystemTap probes. Also modified to cover the `enable probe'
1292 and `disable probe' commands.
1293
1294 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1295
1296 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1297 `disable probe' commands.
1298
1299 2015-02-12 David Taylor <dtaylor@emc.com>
1300
1301 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1302 fields of the QTDV packet.
1303
1304 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1305
1306 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1307 (Process Record and Replay): Describe new set|show commands.
1308 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1309
1310 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * gdb.texinfo (Process Record and Replay): Describe the "record
1313 btrace bts" command.
1314 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1315 (Branch Trace Configuration Format): New.
1316
1317 2015-01-31 Gary Benson <gbenson@redhat.com>
1318 Doug Evans <dje@google.com>
1319
1320 * gdb.texinfo (Command Completion): Document new
1321 "set/show max-completions" option.
1322
1323 2015-01-31 Doug Evans <xdje42@gmail.com>
1324
1325 * gdb.texinfo (Symbols): Document new commands
1326 "maint print symbol-cache", "maint print symbol-cache-statistics",
1327 "maint flush-symbol-cache". Document new option
1328 "maint set symbol-cache-size".
1329
1330 2015-01-31 Doug Evans <xdje42@gmail.com>
1331
1332 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1333 distinguish script files vs inlined scripts.
1334 * python.texi (Python Auto-loading): Ditto.
1335
1336 2015-01-30 Doug Evans <dje@google.com>
1337
1338 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1339 string if present.
1340
1341 2015-01-27 Doug Evans <dje@google.com>
1342
1343 * python.texi (Objfiles In Python): Document Objfile.username.
1344
1345 2015-01-27 Doug Evans <dje@google.com>
1346
1347 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1348 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1349
1350 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1351
1352 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1353
1354 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1355
1356 * doc/gdb.texinfo (TUI Commands): Document the possible
1357 values of NAME argument to 'winheight' command. Explain the
1358 effect of 'tabset' setting better.
1359
1360 2015-01-11 Doug Evans <xdje42@gmail.com>
1361
1362 PR gdb/15830
1363 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1364 (Symbols): Ditto.
1365 (Maintenance Commands): Delete docs for "maint demangle".
1366
1367 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1368
1369 * gdb.texinfo (Files): Remove documentation of the
1370 "add-shared-symbol-files" and "assf" commands.
1371 (Cygwin Native): Remove documentation of the "dll-symbols"
1372 command.
1373
1374 2014-12-17 Doug Evans <xdje42@gmail.com>
1375
1376 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1377
1378 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1379 Jan Kratochvil <jan.kratochvil@redhat.com>
1380
1381 * gdb.texinfo (Altering): Update.
1382 (Compiling and Injecting Code): New node.
1383
1384 2014-12-12 Doug Evans <dje@google.com>
1385
1386 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1387
1388 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1389
1390 * gdb.texinfo: Document "maint print user-registers".
1391
1392 2014-12-08 Doug Evans <dje@google.com>
1393
1394 * python.texi (Objfiles In Python): Document Objfile.owner.
1395
1396 2014-12-04 Doug Evans <dje@google.com>
1397
1398 * python.texi (Objfiles In Python): Document
1399 Objfile.add_separate_debug_file.
1400
1401 2014-12-04 Doug Evans <dje@google.com>
1402
1403 * python.texi (Objfiles In Python): Document Objfile.build_id.
1404
1405 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1406
1407 * python.texi (Events In Python): Document new events
1408 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1409 and RegisterChangedEvent.
1410
1411 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1412
1413 Add add-auto-load-scripts-directory.
1414 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1415 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1416
1417 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1420 description typo.
1421
1422 2014-10-30 Doug Evans <dje@google.com>
1423
1424 * python.texi (Progspaces In Python): Document ability to add
1425 random attributes to gdb.Progspace objects.
1426 (Objfiles In Python): Document ability to add random attributes to
1427 gdb.objfile objects.
1428
1429 2014-10-27 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1432 info on stepping and signal handlers.
1433 (Signals): Explain stepping and signal handlers. Add context
1434 index entry, and cross references.
1435
1436 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1437
1438 * python.texi (Breakpoints In Python): Add parenthesis after
1439 Breakpoint.delete. Clarify Breakpoint.enabled description so
1440 that it contains "disable".
1441
1442 2014-10-17 Doug Evans <dje@google.com>
1443
1444 * python.texi (Events In Python): Document clear_objfiles event.
1445
1446 2014-10-17 Doug Evans <dje@google.com>
1447
1448 * python.texi (Objfiles In Python): Document new progspace attribute.
1449
1450 2014-10-17 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1453 (SVR4 Process Information): Delete mention of OSF/1.
1454
1455 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1456
1457 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1458 exit-code field in -list-thread-groups output.
1459
1460 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1461
1462 * gdb.texinfo (Set Breaks): Add missing "@end table".
1463
1464 2014-09-22 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1467 always-inserted off" is the default mode now. Delete
1468 documentation of "set breakpoint always-inserted auto".
1469
1470 2014-09-18 Doug Evans <dje@google.com>
1471
1472 * python.texi (Symbol Tables In Python): Document "producer"
1473 attribute of gdb.Symtab objects.
1474
1475 2014-09-16 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1478 (Embedded OS): Remove VxWorks menu entry.
1479 (VxWorks): Remove node.
1480
1481 2014-09-13 Doug Evans <xdje42@gmail.com>
1482
1483 * gdb.texinfo (Signaling): Document new queue-signal command.
1484
1485 2014-09-06 Doug Evans <xdje42@gmail.com>
1486
1487 PR 15276
1488 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1489 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1490
1491 2014-09-03 Justin Lebar <jlebar@google.com>
1492
1493 * python.texi (Types In Python): Type.template_argument(n) returns a
1494 gdb.Value or a gdb.Type and throws an exception if n is out of
1495 range.
1496
1497 2014-09-03 Sasha Smundak <asmundak@google.com>
1498
1499 * python.texi (Frames in Python): Add read_register description.
1500
1501 2014-08-04 Tom Tromey <tromey@redhat.com>
1502
1503 * gdb.texinfo (Debugging Output): Update for change to "set debug
1504 target".
1505
1506 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1507
1508 Pushed by Joel Brobecker <brobecker@adacore.com>.
1509 * Makefile.in (transform): New variable.
1510 (install-man1, install-man5): Apply $(transform) to man file names.
1511
1512 2014-07-26 Doug Evans <xdje42@gmail.com>
1513
1514 PR guile/17177
1515 * guile.texi (Guile Pretty Printing API): Fix typo.
1516 Document set-pretty-printers!, pretty-printers.
1517 (Selecting Guile Pretty-Printers): Update.
1518 Mention program-space based pretty-printers.
1519
1520 2014-07-25 Pedro Alves <palves@redhat.com>
1521 Eli Zaretskii <eliz@gnu.org>
1522
1523 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1524 with multi-threaded programs.
1525
1526 2014-06-27 Yao Qi <yao@codesourcery.com>
1527
1528 * gdb.texinfo (Maintenance Commands): Update the output of
1529 'maint print dummy-frames' command.
1530
1531 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1532
1533 * gdb.texinfo (Screen Size): Improve indexing.
1534
1535 2014-06-19 Gary Benson <gbenson@redhat.com>
1536
1537 * gdb.texinfo (Maintenance Commands): Document new
1538 "maint set/show catch-demangler-crashes" option.
1539
1540 2014-06-19 Gary Benson <gbenson@redhat.com>
1541
1542 * gdb.texinfo (Maintenance Commands): Document new
1543 "maint demangler-warning" command and new
1544 "maint set/show demangler-warning" option.
1545
1546 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1547
1548 * python.texi (Xmethod API): Add space before the opening
1549 parenthesis in function descriptions.
1550
1551 2014-06-06 Doug Evans <xdje42@gmail.com>
1552
1553 * guile.texi (Guile Configuration): Document guile-data-directory.
1554
1555 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1556
1557 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1558
1559 2014-06-04 Doug Evans <xdje42@gmail.com>
1560
1561 * guile.texi (Breakpoints In Guile): Update.
1562
1563 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1564
1565 * python.texi (Xmethod API): Fix reference to "Progspaces In
1566 Python".
1567
1568 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1569
1570 * python.texi (Xmethods In Python, XMethod API)
1571 (Writing an Xmethod): New nodes.
1572 (Python API): New menu entries "Xmethods In Python",
1573 "Xmethod API", "Writing an Xmethod".
1574
1575 2014-06-02 Doug Evans <xdje42@gmail.com>
1576
1577 * guile.texi (Guile API): Add entry for Parameters In Guile.
1578 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1579 (Parameters In Guile): New node.
1580
1581 2014-06-02 Doug Evans <xdje42@gmail.com>
1582
1583 * guile.texi (Guile API): Add entry for Commands In Guile.
1584 (Basic Guile) <parse-and-eval>: Add reference.
1585 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1586 (GDB Scheme Data Types): Mention <gdb:command> object.
1587 (Commands In Guile): New node.
1588
1589 2014-06-02 Doug Evans <xdje42@gmail.com>
1590
1591 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1592 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1593 (Progspaces In Guile): New node.
1594
1595 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1596
1597 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1598 * python.texi (Frames In Python): Mention
1599 gdb.FRAME_UNWIND_MEMORY_ERROR.
1600
1601 2014-05-29 Pedro Alves <palves@redhat.com>
1602 Tom Tromey <tromey@redhat.com>
1603
1604 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1605 from example.
1606 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1607 Mention that target-async is now deprecated.
1608 (Maintenance Commands): Document maint set/show target-async.
1609
1610 2014-05-29 Pedro Alves <palves@redhat.com>
1611
1612 * observer.texi (sync_execution_done, command_error): New
1613 subjects.
1614
1615 2014-05-29 Pedro Alves <palves@redhat.com>
1616
1617 PR gdb/13860
1618 * observer.texi (signal_received, end_stepping_range)
1619 (signal_exited, exited, no_history): New observer subjects.
1620
1621 2014-05-26 Andy Wingo <wingo@igalia.com>
1622
1623 * guile.texi (GDB Scheme Data Types): Remove documentation for
1624 removed interfaces. Update spelling of gdb-object-kind.
1625
1626 2014-05-26 Andy Wingo <wingo@igalia.com>
1627
1628 * guile.texi (Basic Guile): Fix some typos.
1629
1630 2014-05-26 Andy Wingo <wingo@igalia.com>
1631
1632 * guile.texi (Writing a Guile Pretty-Printer)
1633 (Guile Types Module): Fix excess parentheses in use-modules forms.
1634
1635 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1636
1637 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1638 (Breakpoints In Guile, Guile Printing Module)
1639 (Guile Exception Handling, Values From Inferior In Guile)
1640 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1641 Don't use @var at the beginning of a sentence.
1642
1643 * gdb.texinfo (Frame Filter Management, Trace Files)
1644 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1645 (PowerPC Embedded, Define, Annotations for Running)
1646 (IPA Protocol Commands, Packets, General Query Packets)
1647 (Tracepoint Packets, Notification Packets, Environment)
1648 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1649 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1650 (Frames, Backtrace, Selection, Expressions, Registers)
1651 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1652 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1653 (Source Annotations, Using JIT Debug Info Readers, Packets)
1654 (Stop Reply Packets, Host I/O Packets)
1655 (Target Description Format): Don't use @var at the beginning of a
1656 sentence.
1657
1658 * python.texi (Basic Python, Types In Python)
1659 (Commands In Python, Frames In Python, Line Tables In Python)
1660 (Breakpoints In Python, gdb.printing, gdb.types)
1661 (Type Printing API): Don't use @var at the beginning of a
1662 sentence.
1663
1664 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1665
1666 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1667 replay-memory-access".
1668
1669 2014-05-21 Pedro Alves <palves@redhat.com>
1670
1671 * gdb.texinfo (Starting): Document "set/show
1672 auto-connect-native-target".
1673 (Target Commands): Document "target native".
1674
1675 2014-05-20 Pedro Alves <palves@redhat.com>
1676
1677 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1678 not be remote specific. Add cross reference to the qCRC packet.
1679 (Separate Debug Files): Update cross reference to the qCRC packet.
1680 (General Query Packets) <qCRC packet>: Add anchor.
1681
1682 2014-05-17 Doug Evans <xdje42@gmail.com>
1683
1684 Copy over changes from guile.texi.
1685 * python.texi (Basic Python) <gdb.execute>: Add text.
1686 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1687 (Values From Inferior) <Python string>: Add text.
1688 (Values From Inferior) <Value.string>: Clarify string length handling.
1689 (Pretty Printing API): Add cindex.
1690 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1691 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1692 @vindex.
1693 (Commands In Python) <COMPLETE_*>: Similarly.
1694 (Symbols In Python) <SYMBOL_*>: Similarly.
1695 (Breakpoints In Python) <WP_*>: Similarly.
1696 (Breakpoints In Python) <BP_*>: Similarly.
1697
1698 2014-05-17 David Taylor <dtaylor@emc.com>
1699
1700 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1701 mentioned in the qfThreadInfo reply.
1702
1703 2014-05-16 Doug Evans <dje@google.com>
1704
1705 * gdb.texinfo (Mode Options): Add -D.
1706
1707 2014-05-09 Samuel Bronson <naesten@gmail.com>
1708
1709 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1710 "make -C".
1711
1712 2014-04-29 Tom Tromey <tromey@redhat.com>
1713
1714 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1715 "show debug varobj".
1716
1717 2014-05-01 David Taylor <dtaylor@emc.com>
1718
1719 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1720 option.
1721
1722 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1723 Walfred Tedeschi <walfred.tedeschi@intel.com>
1724
1725 * gdb.texinfo (i386 Features): Add description of AVX512
1726 registers.
1727
1728 2014-03-31 Doug Evans <dje@google.com>
1729
1730 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1731
1732 2014-03-30 Doug Evans <dje@google.com>
1733
1734 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1735 (Background Execution): Ditto.
1736
1737 2014-03-21 Pedro Alves <palves@redhat.com>
1738 Stan Shebs <stan@codesourcery.com>
1739 Hui Zhu <hui@codesourcery.com>
1740
1741 * gdb.texinfo (Packets): Add anchor to "? packet".
1742 Remove fixme and update introduction of "k packet".
1743 Add anchor to "vKill packet".
1744
1745 2014-03-12 Stan Shebs <stan@codesourcery.com>
1746
1747 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1748
1749 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1750
1751 * guile.texi (Basic Guile): Document 'history-append!'.
1752
1753 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1754
1755 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1756 and "assf" as being deprecated.
1757 (Cygwin Native): Likewise for "dll-symbols".
1758 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1759 as a way to force the loading of symbols from a DLL.
1760
1761 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1762
1763 * python.texi (Values From Inferior): Add description about the
1764 new feature.
1765
1766 2014-02-17 Doug Evans <xdje42@gmail.com>
1767
1768 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1769 * gdb.texinfo (Python): Moved to ...
1770 * python.texi: ... here. New file.
1771
1772 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1773
1774 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1775 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1776 parameter to 'str-lookup-function' procedure. Look for
1777 the "std::string<" prefix.
1778 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1779 Adjust description.
1780
1781 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1782
1783 * guile.texi (Values From Inferior In Guile): Remove stray
1784 parantheses for deffn.
1785 (Disassembly In Guile): Ditto.
1786
1787 2014-02-10 Stan Shebs <stan@codesourcery.com>
1788
1789 Add Doxygen support.
1790 * Makefile.in (doxy): New action, generates Doxygen files.
1791 (DOXYGEN): New.
1792 (doxyedit): New.
1793 * Doxyfile-base.in: New file.
1794 * Doxyfile-gdb-api.in: New file.
1795 * Doxyfile-gdb-xref.in: New file.
1796 * Doxyfile-gdbserver.in: New file.
1797 * doxy-index.in: New file.
1798 * filter-for-doxygen: New file.
1799 * filter-params.pl: New file.
1800
1801 2014-02-10 Doug Evans <xdje42@gmail.com>
1802
1803 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1804 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1805 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1806 (Guile docs): Include guile.texi.
1807 (objfile-gdbdotext file): Add objfile-gdb.scm.
1808 (dotdebug_gdb_scripts section): Mention Guile scripts.
1809 (Multiple Extension Languages): New node.
1810 * guile.texi: New file.
1811
1812 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1813
1814 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1815 ignore-descriptive-types". commands.
1816
1817 2014-01-22 Doug Evans <dje@google.com>
1818
1819 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1820 (gdbserver man): Ditto.
1821
1822 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1823
1824 * gdb.texinfo: Document limited reverse/replay support
1825 for target record-btrace.
1826
1827 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1828
1829 * gdb.texinfo (Process Record and Replay): Update documentation.
1830
1831 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1832
1833 * gdb.texinfo (Process Record and Replay): Document new /c
1834 modifier accepted by "record function-call-history".
1835 Add /i modifier to "record function-call-history" example.
1836
1837 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1838 Joel Brobecker <brobecker@adacore.com>
1839
1840 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1841 markers. Remove one that was misplaced.
1842
1843 2014-01-10 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.texinfo (Your Program's Environment) <set environment>:
1846 Mention the shell, and point at 'set exec-wrapper'.
1847
1848 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1849
1850 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1851
1852 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1853
1854 * gdb.texinfo (Types In Python): Clarify the documentation
1855 of attribute gdb.Field.bitpos.
1856
1857 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1858
1859 * gdb.texinfo (Types In Python): Fix the documentation of
1860 attribute "bitpos" in class gdb.Field for enum types. Add
1861 documentation for attribute "enumval" in that same class.
1862
1863 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1864
1865 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1866 @ftable.
1867
1868 2013-12-23 Doug Evans <xdje42@gmail.com>
1869
1870 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1871 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1872 corresponding section in Extending GDB.
1873 (Extending GDB): Move menu up. New menu item "Auto-loading
1874 extensions".
1875 (Sequences): New menu item "Auto-loading sequences".
1876 (Auto-loading sequences): New node.
1877 (Python): Rename section from Scripting GDB to Extending GDB.
1878 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1879 Move docs on ways to auto-load extensions to ...
1880 (Auto-loading extensions): ... here. New node.
1881
1882 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1883
1884 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1885 in menu.
1886 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1887 command, now in a new node.
1888 (GDB/MI Support Commands): New node, with its contents being
1889 extracted from the "GDB/MI Miscellaneous Commands" node.
1890 A small paragraph introducing the section is also added at
1891 the start.
1892 (GDB/MI Miscellaneous Commands): Delete the description of the
1893 -info-gdb-mi-command, -list-features and -list-target-features
1894 commands, now hosted in the "GDB/MI Support Commands" node.
1895
1896 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1897
1898 PR python/16113
1899 * gdb.texinfo (Values From Inferior): Add a note about using
1900 gdb.Field objects as subscripts on gdb.Value objects.
1901 (Types In Python): Add description about the new attribute
1902 "parent_type" of gdb.Field objects.
1903
1904 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1907 entry for section docuumenting the -list-features GDB/MI command.
1908
1909 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1912 "exec-run-start-option" entry in the output of the "-list-features"
1913 command.
1914
1915 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1916
1917 * gdb.texinfo (i386): Fix yesterday's commit.
1918
1919 2013-12-03 Tom Tromey <tromey@redhat.com>
1920
1921 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1922 documented here.
1923
1924 2013-12-03 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1927
1928 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1929
1930 * gdb.texinfo (i386 Features): Add MPX feature registers.
1931 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1932 a subsubsection for MPX and describes the display of the
1933 boundary registers.
1934
1935 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1936
1937 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1938 documentation of the "ada-exceptions" entry.
1939
1940 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1941
1942 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1943 "^error" result record concerning the error message. Document
1944 the error code that may also be part of that result record.
1945 (GDB/MI Miscellaneous Commands): Document the
1946 "undefined-command-error-code" element in the output of
1947 the "-list-features" GDB/MI command.
1948
1949 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1950
1951 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1952 the new -info-gdb-mi-command GDB/MI command. Document
1953 the meaning of "-info-gdb-mi-command" in the output of
1954 -list-features.
1955
1956 2013-11-29 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1959 Update comment.
1960
1961 2013-11-24 Yao Qi <yao@codesourcery.com>
1962
1963 * gdb.texinfo (Caching Remote Data): Document new
1964 "set/show stack-cache" option.
1965
1966 2013-11-24 Yao Qi <yao@codesourcery.com>
1967
1968 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1969 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1970 "off" respectively.
1971
1972 2013-11-23 Yao Qi <yao@codesourcery.com>
1973
1974 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1975 of "displayhint" to the table about child results.
1976
1977 2013-11-21 Yao Qi <yao@codesourcery.com>
1978
1979 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1980 'dynamic' for the output of command -var-list-children.
1981
1982 2013-11-21 Yao Qi <yao@codesourcery.com>
1983
1984 * gdb.texinfo (Caching Target Data): Remove "see" before
1985 @pxref.
1986
1987 2013-11-20 Yao Qi <yao@codesourcery.com>
1988
1989 * gdb.texinfo (Caching Target Data): Update doc for
1990 per-address-space dcache.
1991
1992 2013-11-20 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.texinfo (Data): Rename menu item.
1995 (Caching Remote Data): Rename to ...
1996 (Caching Target Data): ... it. Update.
1997
1998 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2001 "language-option" entry in the output of the "-list-features"
2002 command.
2003
2004 2013-11-15 Tom Tromey <tromey@redhat.com>
2005
2006 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2007 Add example.
2008
2009 2013-11-14 Tom Tromey <tromey@redhat.com>
2010
2011 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2012
2013 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2014
2015 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2016 (Context management): Place current subsection text into its own
2017 subsubsection. Add new subsubsection describing the "--language"
2018 command option.
2019
2020 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2021
2022 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2023 the documentation of "info-ada-exceptions" in the output
2024 of the "-list-features" command. Add the documentation
2025 of the "ada-exception" entry instead.
2026
2027 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2028
2029
2030 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2031 word of a couple of sentences to start with a capital letter.
2032
2033 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2034
2035 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2036 (Ada Exceptions): New node.
2037 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2038 Commands" node.
2039 (GDB/MI Ada Exceptions Commands): New node.
2040 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2041 field in the output of the "-list-features" command.
2042 * NEWS: Add entry for the new "info exceptions" CLI command,
2043 and for the new "-info-ada-exceptions" GDB/MI command.
2044
2045 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2046
2047 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2048 (Line Tables In Python): New node.
2049
2050 2013-11-08 Doug Evans <dje@google.com>
2051
2052 * gdb.texinfo (Debugging Output): Update text for
2053 "set debug dwarf2-read".
2054
2055 2013-11-08 Doug Evans <dje@google.com>
2056
2057 * gdb.texinfo (Debugging Output): Update text for
2058 "set debug symtab-create".
2059
2060 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2061
2062 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2063 constant.
2064
2065 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2066
2067 * gdb.texinfo (Breakpoints In Python): Document temporary
2068 option in breakpoint constructor, and add documentation to the
2069 temporary attribute.
2070
2071 2013-11-07 Yao Qi <yao@codesourcery.com>
2072
2073 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2074 output of "-var-info-expression".
2075
2076 2013-11-06 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2079 non-interactive mode.
2080 (Environment) <shell startup files warning>: Mention
2081 non-interactive mode. Mention .zshenv for Z shell, and talk about
2082 BASH_ENV instead of .bashrc for BASH.
2083
2084 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2085
2086 * gdb.texinfo (Commands to Specify Files): Add description
2087 of the remove-symbol-file command.
2088 * observer.texi: New free_objfile event
2089
2090 2013-10-24 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2093
2094 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2095
2096 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2097 New subsection inside which the "-catch-load" and "-catch-unload"
2098 commands documentation is now placed.
2099 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2100 documenting the "-catch-assert" and "-catch-exception" new
2101 GDB/MI commands.
2102
2103 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2104
2105 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2106
2107 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2110 serial baud".
2111 (Remote Configuration): Replace "set remotebaud" by "set serial
2112 baud". Replace "show remotebaud" by "show serial baud".
2113
2114 2013-10-07 Pedro Alves <palves@redhat.com>
2115
2116 PR breakpoints/11568
2117 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2118 when the thread is removed from the thread list.
2119
2120 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2123 Update entry for $_exitcode.
2124
2125 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2126
2127 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2128 new "--start" option.
2129
2130 2013-10-02 Pedro Alves <palves@redhat.com>
2131
2132 * gdb.texinfo (Registers): Expand description of saved registers
2133 in frames. Explain <not saved>.
2134
2135 2013-09-25 Doug Evans <dje@google.com>
2136
2137 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2138
2139 2013-09-16 Stan Shebs <stan@codesourcery.com>
2140
2141 Remove the internals manual gdbint.texinfo.
2142 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2143 (PDFFILES): Remove gdbint.pdf.
2144 (HTMLFILES): Remove gdbint/index.html.
2145 (HTMLFILES_INSTALL): Remove gdbint.
2146 (GDBINT_DOC_FILES): Remove.
2147 (dvi): Remove gdbint.dvi.
2148 (ps): Remove gdbint.ps.
2149 * gdbint.texinfo: Remove file.
2150 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2151
2152 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2153
2154 * gdb.texinfo (Convenience Functions): Mention new convenience
2155 function $_isvoid.
2156
2157 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2158
2159 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2160 (Standard Target Features): Add new node to menu.
2161 (S/390 and System z Features): New node.
2162
2163 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2164
2165 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2166 -list-target-features in the example.
2167
2168 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2169
2170 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2171 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2172
2173 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 Sync documentation with gdb.base/gnu-debugdata.exp.
2176 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2177
2178 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
2180 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2181
2182 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2183 Yao Qi <yao@codesourcery.com>
2184
2185 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2186 Document new --skip-unavailable option.
2187 <-stack-list-variables>: Document new --skip-unavailable option.
2188
2189 2013-08-26 Doug Evans <dje@google.com>
2190
2191 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2192 an optional regexp.
2193
2194 2013-08-13 Tom Tromey <tromey@redhat.com>
2195
2196 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2197 Document GDB_PARALLEL and GDB_INOTIFY.
2198
2199 2013-08-09 Stan Shebs <stan@codesourcery.com>
2200
2201 * LRS: Remove file, describes a long-abandoned live-range
2202 splitting extension to stabs.
2203
2204 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2205
2206 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2207
2208 2013-07-17 Doug Evans <dje@google.com>
2209
2210 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2211
2212 2013-07-02 Tom Tromey <tromey@redhat.com>
2213
2214 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2215
2216 2013-06-28 Tom Tromey <tromey@redhat.com>
2217
2218 * Makefile.in (version.subst): Use version.in, not
2219 common/version.in.
2220 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2221 Likewise.
2222
2223 2013-06-27 Pedro Alves <palves@redhat.com>
2224
2225 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2226 dynamic symbol resolution code>: New section, based on infrun.c
2227 comment.
2228
2229 2013-06-26 Tom Tromey <tromey@redhat.com>
2230
2231 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2232 Update.
2233 (Releasing GDB): Likewise.
2234
2235 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2236 Yao Qi <yao@codesourcery.com>
2237
2238 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2239 -trace-frame-collected.
2240
2241 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2242
2243 * gdb.texinfo (Traceframe Info Format): Document tvar element
2244 and its attributes.
2245
2246 2013-06-25 Yao Qi <yao@codesourcery.com>
2247
2248 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2249
2250 2013-06-24 Tom Tromey <tromey@redhat.com>
2251
2252 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2253 (GDBvn.texi): Use version.subst.
2254 (version.subst): New target.
2255 (mostlyclean): Remove version.subst.
2256
2257 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2258
2259 * gdb.texinfo (GDB/MI Data Manipulation)
2260 <-data-list-register-values>: Document the --skip-unavailable
2261 option.
2262
2263 2013-06-07 Yao Qi <yao@codesourcery.com>
2264
2265 * gdb.texinfo (Symbols): Add kindex and cindex for
2266 'maint print msymbols'.
2267
2268 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2269
2270 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2271 response field name (thread-group to inferior).
2272
2273 2013-06-04 Gary Benson <gbenson@redhat.com>
2274
2275 * gdb.texinfo (General Query Packets/qSupported): Added
2276 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2277 to the table of currently defined stub features.
2278 Added a more detailed entry for "augmented-libraries-svr4-read".
2279 (General Query Packets/qXfer:libraries-svr4:read): Documented
2280 the augmented form of this packet.
2281
2282 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdb.texinfo (System-wide Configuration Scripts): Renames
2285 "Installed System-wide Configuration Scripts". Add associated
2286 @menu block.
2287
2288 2013-05-23 Yao Qi <yao@codesourcery.com>
2289 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.texinfo (Packets): Document 'vCont;r'.
2292 (Continuing and Stepping): Document target-assisted range
2293 stepping, and the 'set range-stepping' and 'show range-stepping'
2294 commands.
2295
2296 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.texinfo (Installed System-wide Configuration Scripts):
2299 Add subsection describing the scripts now available under
2300 the data-dir's system-gdbbinit subdirectory.
2301 * NEWS: Add entry announcing the availability of system-wide
2302 configuration scripts for ElinOS and Wind River Linux.
2303
2304 2013-05-21 Hui Zhu <hui@codesourcery.com>
2305
2306 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2307 "-dprintf-insert" command.
2308
2309 2013-05-17 Doug Evans <dje@google.com>
2310
2311 * gdb.texinfo (Maintenance Commands): Update doc for
2312 "maint check-psymtabs". Add doc for "maint check-symtabs",
2313 "maint expand-symtabs".
2314
2315 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2316
2317 * gdb.texinfo (Process Record and Replay): Document the
2318 "record goto" command and its sub-commands.
2319
2320 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2321
2322 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2323 (Python API): Add Frame Filters API, Frame Wrapper API,
2324 Writing a Frame Filter/Wrapper, Managing Management of Frame
2325 Filters chapter entries.
2326 (Frame Filters API): New Node.
2327 (Frame Wrapper API): New Node.
2328 (Writing a Frame Filter): New Node.
2329 (Managing Frame Filters): New Node.
2330 (Progspaces In Python): Add note about frame_filters attribute.
2331 (Objfiles in Python): Ditto.
2332 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2333 @anchors and --no-frame-filters option to -stack-list-variables,
2334 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2335 commands.
2336
2337 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2338
2339 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2340 Support" subsection documenting the XML format used to transfer
2341 shared library info on AIX.
2342
2343 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2344
2345 * gdb.texinfo (Debugging Output): Add documentation of
2346 "set debug aix-solib" and "show debug aix-solib" commands.
2347
2348 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2349
2350 * gdb.texinfo (Nios II): New section.
2351 (Nios II Features): New section.
2352
2353 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdbint.texinfo (Algorithms): Remove entries documenting
2356 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2357 SOLIB_CREATE_INFERIOR_HOOK.
2358
2359 2013-04-29 Tom Tromey <tromey@redhat.com>
2360
2361 PR python/14204:
2362 * gdb.texinfo (Python API): Fix menu entry.
2363 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2364 Define global and static block. Add example. Clarify
2365 block relationship for inline functions.
2366
2367 2013-04-29 Tom Tromey <tromey@redhat.com>
2368
2369 * gdb.texinfo (Python API): Mention Python help and keyword
2370 arguments. Move pagination text to Basic Python.
2371 (Basic Python): Put pagination text here. Document
2372 close-on-exec, SIGCHLD, and SIGINT.
2373
2374 2013-04-19 Pedro Alves <palves@redhat.com>
2375
2376 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2377 "signedness" instead of "signness".
2378
2379 2013-04-19 Pedro Alves <palves@redhat.com>
2380
2381 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2382 -Wno-pointer-sign text with text on -Wpointer-sign.
2383
2384 2013-04-16 Tom Tromey <tromey@redhat.com>
2385
2386 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2387 GCC that has the SDT probe points.
2388
2389 2013-04-15 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2392 exception catchpoints.
2393
2394 2013-04-15 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.texinfo (Set Catchpoints): Document $_exception.
2397 (Convenience Vars): Mention $_exception.
2398
2399 2013-04-15 Tom Tromey <tromey@redhat.com>
2400
2401 * gdb.texinfo (Set Catchpoints): Reorganize exception
2402 catchpoints. Document "catch rethrow".
2403 (Debugging C Plus Plus): Mention "catch rethrow".
2404
2405 2013-04-15 Tom Tromey <tromey@redhat.com>
2406
2407 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2408
2409 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2410 Eli Zaretskii <eliz@gnu.org>
2411
2412 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2413 line below the sample output.
2414
2415 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2416
2417 * gdb.texinfo (Mode Options): Document '-configuration'.
2418 (Help): Document "show configuration".
2419 (Bug Reporting): Add requirements to include the configuration
2420 details in bug reports.
2421
2422 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 * Makefile.in (MAN1S): Add gcore.1.
2425 Remove "Host, target, and site specific Makefile fragments" comment.
2426 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2427 (install-man1, uninstall-man1): Conditionalize gcore.1.
2428 (gcore.1): New.
2429 * gdb.texinfo (Man Pages): Add gcore man.
2430 (gcore man): New node.
2431
2432 2013-04-10 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.texinfo (Process Record and Replay): Document that "set
2435 record full insn-number-max", "set record
2436 instruction-history-size" and "set record
2437 function-call-history-size" accept "unlimited".
2438 (Backtrace): Document that "set backtrace limit" accepts
2439 "unlimited".
2440 (List): Document that "set listsize" accepts "unlimited".
2441 (Print Settings)" Document that "set print max-symbolic-offset",
2442 "set print elements" and "set print repeats" accept "unlimited".
2443 (Starting and Stopping Trace Experiments): Document that "set
2444 trace-buffer-size" accepts "unlimited".
2445 (Remote Configuration): Document that "set tcp connect-timeout"
2446 accepts "unlimited".
2447 (Command History): Document that "set history size" accepts
2448 "unlimited".
2449 (Screen Size): Document that "set height" and "set width" accepts
2450 "unlimited". Adjust "set pagination"'s description to suggest
2451 "set height unlimited" instead of "set height 0".
2452
2453 2013-04-10 Yao Qi <yao@codesourcery.com>
2454
2455 * gdb.texinfo (Trace Files): Add "target ctf".
2456
2457 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2458
2459 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2460
2461 * Makefile.in (install-man1, install-man5, uninstall-man1)
2462 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2463
2464 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2465
2466 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2467 Eli Zaretskii <eliz@gnu.org>
2468
2469 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2470 parameters order. Remove "On some targets" for --attach. Document the
2471 --multi parameter and extended-remote command. Document all the
2472 options.
2473
2474 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2477 the list of supported languages.
2478
2479 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2480
2481 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2482 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2483 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2484 (diststuff): Add man.
2485 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2486 (uninstall-man5): New.
2487 (STAGESTUFF): Add *.1 and *.5.
2488 (GDBvn.texi): Add SYSTEM_GDBINIT.
2489 (gdb.1, gdbserver.1, gdbinit.5): New.
2490 (maintainer-clean realclean): Add $(MANS).
2491 (install): Add install-man.
2492 (uninstall): Add uninstall-man.
2493 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2494 (@copying): Wrap it by @c man begin COPYRIGHT.
2495 (Top): Add Man Pages.
2496 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2497
2498 2013-04-02 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.texinfo (Debugging Output): Document "set/show debug
2501 aarch64", "set/show debug coff-pe-read" and "set/show debug
2502 mach-o".
2503
2504 2013-04-02 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2507 table>: Add entry for "trace-buffer-size".
2508
2509 2013-03-28 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2512 table>: Add entry for "trace-status".
2513
2514 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2515
2516 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2517 @bullet", which is invalid (makeinfo 5.1 barfs).
2518
2519 2013-03-28 Pedro Alves <palves@redhat.com>
2520
2521 PR gdb/15294
2522
2523 * gdb.texinfo (List) <set listsize>: Adjust to document that
2524 listsize 0 means no limit, and remove mention of -1.
2525
2526 2013-03-22 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.texinfo (Embedded Processors): Remove menu item
2529 "OpenRISC 1000".
2530 (OpenRISC 1000): Remove.
2531
2532 2013-03-21 Doug Evans <dje@google.com>
2533
2534 * gdb.texinfo (Maintenance Commands): Add docs for
2535 "mt set per-command {space,time,symtab} {on,off}".
2536
2537 2013-03-14 Hui Zhu <hui@codesourcery.com>
2538 Yao Qi <yao@codesourcery.com>
2539
2540 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2541
2542 2013-03-13 Keith Seitz <keiths@redhat.com>
2543
2544 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2545 "maint agent" reference to Dynamic printf.
2546
2547 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2548
2549 * gdb.texinfo (General Query Packets): Don't use colon in index
2550 entries visible to Info format.
2551
2552 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2553
2554 * gdb.texinfo (Process Record and Replay): Document record
2555 changes.
2556
2557 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2558
2559 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2560 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2561 qXfer:btrace:read.
2562
2563 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2564
2565 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2566 use colons in @anchor and @cindex entries.
2567
2568 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2569
2570 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2571
2572 2013-03-08 Stan Shebs <stan@codesourcery.com>
2573 Hafiz Abid Qadeer <abidh@codesourcery.com>
2574
2575 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2576 trace-buffer-size set and show commands.
2577 (Tracepoint Packets): Document QTBuffer:size.
2578 (General Query Packets): Document QTBuffer:size.
2579
2580 2013-02-21 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.texinfo: Remove bad @syncodeindex.
2583 (Values From Inferior, Types In Python, Inferiors In Python)
2584 (Events In Python, Threads In Python, Frames In Python, Blocks In
2585 Python, Symbols In Python, Symbol Tables In Python): Remove
2586 @tables.
2587 (Packets, General Query Packets, Tracepoint Packets)
2588 (Host I/O Packets): Use @w{} for empty @item.
2589
2590 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2591
2592 * gdb.texinfo (Architectures In Python): Add description about
2593 the new method gdb.Architecture.disassemble.
2594
2595 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2596 Hafiz Abid Qadeer <abidh@codesourcery.com>
2597
2598 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2599 Document the "trace-file" field.
2600
2601 2013-02-07 Doug Evans <dje@google.com>
2602
2603 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2604 command.
2605
2606 2013-02-06 Yao Qi <yao@codesourcery.com>
2607
2608 * gdb.texinfo (GDB/MI Async Records): Document new MI
2609 notification "=tsv-modified". Update the document of MI
2610 notification "=tsv-created".
2611 * observer.texi (GDB Observers): New observer tsv_modified.
2612 Update observer tsv_created and tsv_delete.
2613
2614 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2615
2616 * gdb.texinfo (AArch64 Features): New section; document
2617 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2618 (Architectures): Add new AArch64 section to document AArch64
2619 architecture specific commands.
2620 (ABI): Add description of the new OS ABI "Newlib" and its influence
2621 on the longjmp handling.
2622
2623 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2624 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2627 variable in 'set/show backtrace' section.
2628
2629 2013-01-31 Tom Tromey <tromey@redhat.com>
2630
2631 * gdb.texinfo (Target Commands): Fix typo.
2632
2633 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2634
2635 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2636 describing the gdb.Architecture class.
2637 (Frames In Python): Add description about the new method
2638 gdb.Frame.architecture().
2639
2640 2013-01-23 Doug Evans <dje@google.com>
2641
2642 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2643
2644 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2645
2646 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2647 'thread-groups' field when printing a breakpoint in MI.
2648
2649 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2650 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2651 to reflect that jit-reader-load now supports absolute file-names.
2652
2653 2013-01-16 Tom Tromey <tromey@redhat.com>
2654
2655 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2656 (Signals): Likewise.
2657
2658 2013-01-16 Tom Tromey <tromey@redhat.com>
2659
2660 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2661 "catch-type" field.
2662 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2663
2664 2013-01-07 Tom Tromey <tromey@redhat.com>
2665
2666 * gdb.texinfo (Mode Options): Don't mention -epoch.
2667 (Data, Emacs): Remove obsolete comments.
2668
2669 2013-01-02 Tom Tromey <tromey@redhat.com>
2670
2671 * gdb.texinfo (GDB/MI Output Records): Update menu.
2672 (GDB/MI Breakpoint Information): New node.
2673 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2674 <-break-insert>: Likewise.
2675
2676 2012-12-31 Yao Qi <yao@codesourcery.com>
2677
2678 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2679 (Packets): Move "vStopped" packet to ...
2680 (Notification Packets): ... here. Describe the components
2681 of notification. Add a table of supported notifications.
2682 Add an example on the process of he async notification.
2683
2684 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2687 present.
2688 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2689 fullname output always present.
2690
2691 2012-12-23 Pierre Muller <muller@sourceware.org>
2692
2693 * gdbint.texinfo (Function prototypes): Require use of "extern"
2694 modifier for function prototypes in headers.
2695
2696 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2697
2698 * refcard.tex: Update copyright notice to GPL v3 or later.
2699 Update contact info.
2700
2701 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2704
2705 2012-12-15 Yao Qi <yao@codesourcery.com>
2706
2707 * gdb.texinfo (Debugging Output): Document 'set debug
2708 notification' and 'show debug notification'.
2709
2710 2012-12-15 Yao Qi <yao@codesourcery.com>
2711
2712 * gdb.texinfo (Listing Tracepoints): New item and example about
2713 'installed on target' output.
2714 Add more in the example about 'installed on target'.
2715 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2716
2717 2012-12-14 Tom Tromey <tromey@redhat.com>
2718
2719 * gdb.texinfo (SVR4 Process Information): Mention core files.
2720
2721 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2722
2723 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2724
2725 2012-12-11 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.texinfo: Remove all mentions of Unixware throughout.
2728
2729 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2732
2733 2012-11-29 Tom Tromey <tromey@redhat.com>
2734
2735 * gdb.texinfo (SVR4 Process Information): Document missing
2736 "info proc" subcommands.
2737
2738 2012-11-29 Yao Qi <yao@codesourcery.com>
2739
2740 PR gdb/1477.
2741 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2742 to 'auto' instead of 'gnu'.
2743
2744 2012-11-26 Tom Tromey <tromey@redhat.com>
2745
2746 * gdb.texinfo (MiniDebugInfo): New node.
2747 (GDB Files): Update.
2748
2749 2012-11-16 Doug Evans <dje@google.com>
2750
2751 * gdb.texinfo (System-wide configuration): If the system-wide init
2752 file lives in the data-directory, and --data-directory is provided,
2753 look for it there.
2754
2755 2012-11-15 Tom Tromey <tromey@redhat.com>
2756
2757 * gdb.texinfo (Signaling): Fix typo.
2758
2759 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2760
2761 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2762 parameter "count" of -data-write-memory-bytes, and add an example.
2763
2764 2012-11-12 Tom Tromey <tromey@redhat.com>
2765
2766 * gdb.texinfo (Symbols): Document "info type-printers",
2767 "enable type-printer" and "disable type-printer".
2768 (Python API): Add new node to menu.
2769 (Type Printing API): New node.
2770 (Progspaces In Python): Document type_printers field.
2771 (Objfiles In Python): Likewise.
2772 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2773 register_type_printer, TypePrinter>: Document.
2774
2775 2012-11-12 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.texinfo (Symbols): Document "set print type methods",
2778 "set print type typedefs", and flags to ptype and whatis.
2779
2780 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2781
2782 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2783 the example -data-disassemble output. Extend the description of
2784 the -data-disassemble results to document all fields. Document
2785 the cli disassemble command as being related to -data-disassemble.
2786
2787 2012-11-09 Yao Qi <yao@codesourcery.com>
2788
2789 PR gdb/14777.
2790 * gdb.texinfo (OS Information): Remove doc on command
2791 'info udot'.
2792
2793 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2794
2795 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2796 gdb.ini warning for Windows port.
2797
2798 2012-11-08 Yao Qi <yao@codesourcery.com>
2799
2800 * gdb.texinfo (Search): Add kindex for 'fo'.
2801
2802 2012-11-05 Tom Tromey <tromey@redhat.com>
2803
2804 PR python/14802:
2805 * gdb.texinfo (Functions In Python): Add example.
2806
2807 2012-11-03 Yao Qi <yao@codesourcery.com>
2808
2809 * observer.texi (GDB Observers): Remove observer
2810 'tracepoint_modified', 'tracepoint_created' and
2811 'tracepoint_deleted'.
2812
2813 2012-10-26 Tom Tromey <tromey@redhat.com>
2814
2815 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2816
2817 2012-10-25 Tom Tromey <tromey@redhat.com>
2818
2819 * gdb.texinfo (General Query Packets): Use @itemx.
2820
2821 2012-10-17 Yao Qi <yao@codesourcery.com>
2822
2823 * observer.texi (GDB Observers): Update observer
2824 'memory_changed'.
2825 * gdb.texinfo (GDB/MI Async Records): Document for
2826 "memory-changed" notification.
2827
2828 2012-10-15 Doug Evans <dje@google.com>
2829
2830 * gdb.texinfo (Mode Options): Document -nh.
2831 Elaborate on docs for -nx.
2832
2833 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2834
2835 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2836
2837 2012-09-21 Yao Qi <yao@codesourcery.com>
2838 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.texinfo (GDB/MI Async Records): Document notification
2841 'record-started' and 'record-stopped'.
2842 * observer.texi (GDB Observers): New observer 'record-changed'.
2843
2844 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2845
2846 * gdb.texinfo: Document the removal of SH's 'regs' command.
2847
2848 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2849
2850 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2851
2852 2012-09-18 Yao Qi <yao@codesourcery.com>
2853
2854 * gdb.texinfo (GDB/MI Async Records): Document new MI
2855 notifications '=tsv-created' and '=tsv-deleted'.
2856 * observer.texi (GDB Observers): New observer tsv_created and
2857 tsv_deleted.
2858
2859 2012-09-18 Yao Qi <yao@codesourcery.com>
2860
2861 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2862 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2863 '=traceframe-changed'.
2864
2865 2012-09-17 Yao Qi <yao@codesourcery.com>
2866
2867 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2868 'set listsize'.
2869
2870 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2871 Eli Zaretskii <eliz@gnu.org>
2872
2873 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2874 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2875 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2876
2877 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2880
2881 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2882
2883 Document how to return from "python-interactive" to GDB.
2884 * gdb.texinfo (Python Commands): Update documentation.
2885
2886 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2887
2888 Add a new "python-interactive" command that starts a standard
2889 Python interactive prompt with "pi" as alias, and add "py" as
2890 an alias to "python".
2891 * gdb.texinfo (Python Commands): Document the new commands.
2892
2893 2012-08-22 Tom Tromey <tromey@redhat.com>
2894
2895 * gdbint.texinfo (Host Definition): Remove documentation for
2896 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2897
2898 2012-08-17 Keith Seitz <keiths@redhat.com>
2899
2900 PR c++/13356
2901 * gdb.texinfo (Type and Range Checking): Remove warning.
2902 Remove spurious commas.
2903 Update text and examples for re-implementation of set/show
2904 check type.
2905 (C and C++ Type and Range Checks): Likewise.
2906
2907 2012-08-16 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2910 is deprecated.
2911
2912 2012-08-13 Doug Evans <dje@google.com>
2913
2914 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2915 to include functions.
2916
2917 2012-08-10 Doug Evans <dje@google.com>
2918
2919 * gdb.texinfo (Convenience Funs): New node.
2920 (Types In Python): Document Type.vector.
2921
2922 2012-08-09 Yao Qi <yao@codesourcery.com>
2923
2924 * observer.texi: New observer command_param_changed.
2925 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2926
2927 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 * gdbint.texinfo (Debugging GDB): In section
2930 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2931 Mention also gdb-gdb.py.
2932
2933 2012-08-07 Yao Qi <yao@codesourcery.com>
2934
2935 Revert the folloing patch:
2936 2012-08-06 Yao Qi <yao@codesourcery.com>
2937 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2938 remote hardware-watchpoint-limit' and 'set
2939 remote hardware-breakpoint-limit'.
2940
2941 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2942
2943 * gdb.texinfo (Working Directory): Added information about new
2944 default argument for 'cd' command.
2945
2946 2012-08-06 Yao Qi <yao@codesourcery.com>
2947
2948 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2949 remote hardware-watchpoint-limit' and 'set
2950 remote hardware-breakpoint-limit'.
2951
2952 2012-08-06 Yao Qi <yao@codesourcery.com>
2953
2954 Fix PR14371.
2955
2956 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2957 '=breakpoint-deleted'.
2958
2959 2012-08-02 Yao Qi <yao@codesourcery.com>
2960
2961 * gdb.texinfo (Native): Remove node Neutrino.
2962
2963 2012-07-27 Yao Qi <yao@codesourcery.com>
2964
2965 * gdb.texinfo (IPA Protocol Commands): Document new command
2966 'close'.
2967
2968 2012-07-25 Tom Tromey <tromey@redhat.com>
2969
2970 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2971
2972 2012-07-20 Doug Evans <dje@google.com>
2973
2974 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2975 (Index Files): Document how to control the use of deprecated index
2976 sections.
2977 (Index Section Format): Replace --use-deprecated-index-sections with
2978 "set use-deprecated-index-sections on".
2979
2980 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2981
2982 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2983 indices into a single node "Index". Instead, join function and
2984 variable indices into a single index, separate from the concept
2985 index. Requested in
2986 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2987 (Top): Update the top-level menu: instead of one "Index" there are
2988 now separate entries "Concept Index" and "Function and Variable
2989 Index".
2990 (Concept Index, Function and Variable Index): New nodes.
2991 (Index): Node deleted.
2992
2993 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2994
2995 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2996 and "maint agent-eval".
2997
2998 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2999
3000 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3001 avoid file-name clashes between Index.html and index.html on
3002 case-insensitive filesystems. See the discussion starting in
3003 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3004 details of the problem.
3005 (Top): Update the master menu for the above.
3006 (Concept Index, Command and Variable Index): New nodes, instead of
3007 the old "Index" node that was deleted. All cross-references
3008 updated.
3009
3010 2012-07-02 Stan Shebs <stan@codesourcery.com>
3011
3012 * gdb.texinfo (Dynamic Printf): Mention agent style and
3013 disconnected dprintf.
3014 (Maintenance Commands): Describe maint agent-printf.
3015 (General Query Packets): Mention BreakpointCommands feature.
3016 (Packets): Document commands extension to Z0 packet.
3017 * agentexpr.texi (Bytecode Descriptions): Document printf
3018 bytecode.
3019
3020 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3023 only after gdbinit files.
3024 (Startup): Move -iex and -iex commands down after gdbinit files.
3025
3026 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3029 possibility.
3030
3031 2012-06-29 Tom Tromey <tromey@redhat.com>
3032
3033 * gdb.texinfo (Index Section Format): Update for version 7.
3034
3035 2012-06-28 Stan Shebs <stan@codesourcery.com>
3036
3037 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3038 example, add note about title column.
3039
3040 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3041
3042 * gdb.texinfo (Symbol Tables In Python): Add description about
3043 the new 'last' attribute of gdb.Symtab_and line.
3044
3045 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3046
3047 * gdb.texinfo (Symbol Tables In Python): Correct the description
3048 of the 'pc' attribute of gdb.Symtab_and_line.
3049
3050 2012-06-26 Doug Evans <dje@google.com>
3051
3052 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3053 and symtab-create.
3054
3055 2012-06-25 Keith Seitz <keiths@redhat.com>
3056
3057 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3058 from example. Remove "rbreak" from list of corresponding
3059 gdb commands.
3060
3061 2012-06-23 Doug Evans <dje@google.com>
3062
3063 * gdb.texinfo (Index Section Format): Document version 7 format.
3064
3065 2012-06-22 Yao Qi <yao@codesourcery.com>
3066
3067 * gdb.texinfo: Add missing cindex for some packets.
3068
3069 2012-06-20 Keith Seitz <keiths@redhat.com>
3070
3071 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3072 for -break-insert and document -p.
3073
3074 2012-06-20 Yao Qi <yao@codesourcery.com>
3075
3076 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3077 and "gdb.write_memory" with "Inferior.read_memory" and
3078 "Inferior.write_memory".
3079
3080 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3081
3082 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3083 (Free Documentation): Add @node line.
3084 (Continuing and Stepping) <advance location>: Use @item instead of
3085 @itemx.
3086 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3087 @itemx.
3088 (Embedded Processors): Put the link to "PA" to its correct place,
3089 according to document structure.
3090 (Python API): Put the link to "Lazy Strings In Python" to its
3091 correct place.
3092 (Index): Use @@ in @tex block to get a literal @.
3093
3094 * gdbint.texinfo: Fix the @subtitle line.
3095
3096 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3097 correct place.
3098
3099 2012-06-08 Yao Qi <yao@codesourcery.com>
3100
3101 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3102 Protocol'.
3103 (In-Process Agent Protocol, IPA Protocol Objects)
3104 (IPA Protocol Commands): New nodes.
3105 (Tracepoint Packets): Add anchors.
3106
3107 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3108
3109 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3110
3111 2012-06-06 Yao Qi <yao@codesourcery.com>
3112
3113 * gdb.texinfo: Update copyright year.
3114
3115 2012-05-23 Stan Shebs <stan@codesourcery.com>
3116 Kwok Cheung Yeung <kcy@codesourcery.com>
3117
3118 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3119
3120 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3123 Mention also --with-separate-debug-dir.
3124 (Auto-loading): Prepend $debugdir in the sample output.
3125 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3126 auto-load safe-path variable.
3127 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3128 Mention also $debugdir for 'set auto-load scripts-directory'.
3129
3130 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3133 (MIPS Embedded, MIPS, MIPS Register packet Format)
3134 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3135 appropriate.
3136
3137 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3138 Maciej W. Rozycki <macro@codesourcery.com>
3139
3140 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3141 mips compression".
3142 (MIPS Breakpoint Kinds): New subsubsection.
3143
3144 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3145
3146 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3147 nodes for subsections. Add @acronym mark-ups and adjust
3148 formatting.
3149
3150 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3151
3152 Rename $ddir to $datadir.
3153 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3154 (objfile-gdb.py file): Rename $ddir to $datadir.
3155
3156 2012-05-18 Tom Tromey <tromey@redhat.com>
3157
3158 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3159
3160 2012-05-14 Stan Shebs <stan@codesourcery.com>
3161
3162 * gdb.texinfo (Dynamic Printf): New subsection.
3163
3164 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3165
3166 * gdb.texinfo (Basic Python): Add description about the function
3167 gdb.find_pc_line
3168
3169 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3170 Eli Zaretskii <eliz@gnu.org>
3171
3172 * gdb.texinfo (Separate Debug Files): Use plural form for global
3173 debugging information directory.
3174
3175 2012-05-11 Stan Shebs <stan@codesourcery.com>
3176 Kwok Cheung Yeung <kcy@codesourcery.com>
3177
3178 * gdb.texinfo (Operating System Auxiliary Information): Document new
3179 'info os' subcommands.
3180
3181 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3184 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3185 (dotdebug_gdb_scripts section): Add reference
3186 to 'Auto-loading safe path'.
3187
3188 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3189
3190 Implement multi-component --with-auto-load-dir.
3191 * gdb.texinfo (Auto-loading): New references
3192 for 'set auto-load scripts-directory'
3193 and 'show auto-load scripts-directory'.
3194 (Auto-loading safe path): Describe the new default. Move $ddir
3195 substituation reference to 'objfile-gdb.py file'.
3196 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3197 script-name. Describe new 'set auto-load scripts-directory'
3198 and 'show auto-load scripts-directory'.
3199
3200 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 Provide $ddir substitution for --with-auto-load-safe-path.
3203 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3204 (Auto-loading safe path): Likewise. Mention the default value,
3205 $ddir substitution, --with-auto-load-safe-path and
3206 --without-auto-load-safe-path.
3207 * observer.texi (gdb_datadir_changed): New.
3208
3209 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3210
3211 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3212 Twice.
3213
3214 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3215 directory separator by path separator.
3216
3217 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3220 for 'set auto-load safe-path' optional. Mention if it is omitted.
3221 Change disabling security protection condition to "/", twice.
3222
3223 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3224
3225 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3226 the new methods global_block and static_block on gdb.Symtab
3227 objects.
3228
3229 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3230
3231 * gdb.texinfo (Blocks In Python): Add a note saying that future
3232 improvements to GDB and its infrastructure can move symbols
3233 across blocks within a symbol table.
3234
3235 2012-04-29 Yao Qi <yao@codesourcery.com>
3236
3237 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3238 (A29K): Remove.
3239
3240 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3241 Tom Tromey <tromey@redhat.com>
3242
3243 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3244 and generic static probe support on GDB.
3245
3246 2012-04-25 Doug Evans <dje@google.com>
3247
3248 * gdb.texinfo (Go): Fix thinko.
3249
3250 * gdb.texinfo (Supported Languages): Add Go.
3251 (Go): New node.
3252
3253 2012-04-25 Yao Qi <yao@codesourcery.com>
3254
3255 * gdbint.texinfo (Testsuite): New section `Board settings'.
3256
3257 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3258
3259 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3260 Three times.
3261
3262 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3263 Three times.
3264
3265 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3268 by @table @asis. Fix formatting of one item.
3269
3270 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3273
3274 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 New option "set debug auto-load".
3277 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3278 (auto-load verbose mode): New node.
3279
3280 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 New option "set auto-load safe-path".
3283 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3284 and "info auto-load" examples for safe-path. Put there also references
3285 for "set auto-load safe-path" and "show auto-load safe-path".
3286 New menu item for Auto-loading safe path.
3287 (Auto-loading safe path): New node.
3288 (Python Auto-loading): Update the expected output from "Missing"
3289 to "No".
3290
3291 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 auto-load: Implementation.
3294 * gdb.texinfo (Mode Options): New anchor for -nx.
3295 (Startup): New anchors for Option -init-eval-command,
3296 Home Directory Init File
3297 and Init File in the Current Directory during Startup.
3298 Mention set auto-load local-gdbinit with a reference.
3299 Change the sample code to "set auto-load python-scripts".
3300 (Threads): New anchor set libthread-db-search-path.
3301 Provide references to libthread_db.so.1 file.
3302 (Controlling GDB): New menu item for Auto-loading.
3303 (Auto-loading, Init File in the Current Directory)
3304 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3305 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3306 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3307 reference.
3308 (Auto-loading): Rename to ...
3309 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3310 "set auto-load python-scripts", new anchor for it. Change
3311 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3312 for it. Change "info auto-load-scripts"
3313 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3314 to "Python scripts".
3315
3316 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3317
3318 PR mi/13393
3319 * gdb.texinfo (Print Settings): Extend the description for "set print
3320 object".
3321 (GDB/MI Variable Objects): Extend the description for -var-create and
3322 -var-list-children.
3323
3324 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3325
3326 * gdb.texinfo (Examining Data): Document the 'explore' command.
3327
3328 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3329
3330 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3331 to the children of a varobj and its update range when -var-update
3332 returns that the varobj's type changed.
3333
3334 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3337 Create two new links fir 'objfile-gdb.py file'
3338 and 'dotdebug_gdb_scripts section'.
3339
3340 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.texinfo (Auto-loading): Rename node reference
3343 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3344 Twice.
3345 (.debug_gdb_scripts section): Rename the node ...
3346 (dotdebug_gdb_scripts section): ... here.
3347 (Maintenance Commands): Also rename this node reference.
3348
3349 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3350
3351 * gdb.texinfo (Python API/Values From Inferior): Add description
3352 about the new method Value.referenced_value. Add description on
3353 how Value.dereference is different (and similar) to
3354 Value.referenced_value.
3355
3356 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3357
3358 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3359 --init-eval-command=COMMAND, -iex.
3360 (Startup): Describe -iex and -ix. Simplify the example
3361 for "set auto-load-scripts off".
3362
3363 2012-03-16 Gary Benson <gbenson@redhat.com>
3364
3365 PR breakpoints/10738
3366 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3367 stating that GDB cannot set breakpoints on inlined functions.
3368 (Mode Options): Document --use-deprecated-index-sections.
3369 (Index Section Format): Document new index section version format.
3370
3371 2012-03-15 Tom Tromey <tromey@redhat.com>
3372
3373 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3374
3375 2012-03-13 Doug Evans <dje@google.com>
3376
3377 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3378 of "reload".
3379 (Symbols): Delete docs for set/show symbol-reloading.
3380 * gdbint.texinfo (Defining Other Architecture Features): Delete
3381 SYMBOL_RELOADING_DEFAULT.
3382 * refcard.tex: Delete reference to symbol-reloading.
3383
3384 2012-03-07 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.texinfo (General Query Packets): Document new
3387 QProgramSignals packet.
3388 * gdb.texinfo (Remote configuration): Mention
3389 "program-signals-packet".
3390
3391 2012-03-05 Tristan Gingold <gingold@adacore.com>
3392
3393 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3394
3395 2012-03-03 Yao Qi <yao@codesourcery.com>
3396
3397 * gdb.texinfo (In-Process Agent): New node.
3398 Document new commands.
3399 (General Query Packets): Add packet `QAgent'.
3400
3401 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3402
3403 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3404
3405 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3406
3407 * gdb.texinfo (Commands In Python): Put example python macro in
3408 COMMAND_USER category rather than COMMAND_OBSCURE.
3409 Document gdb.COMMAND_USER.
3410 (User-defined Commands): Update documentation to clarify
3411 "set/show max-user-call-depth" and "show user" don't apply to python
3412 commands. Update documentation to clarify "help user-defined" may
3413 also include python commands defined as COMMAND_USER.
3414
3415 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 * gdb.texinfo (Startup): Add option -ex description to the option -x
3418 description.
3419
3420 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3421
3422 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3423 condition-evaluation breakpoint parameter.
3424 Mention condition-evaluation mode being shown in "info break".
3425 (Break Conditions): Add description for target-side
3426 conditional breakpoints.
3427 (Remote Configuration): Mention conditional-breakpoints-packet.
3428 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3429 cond-expr.
3430 (General Query Packets): Mention new ConditionalBreakpoint feature.
3431
3432 2012-02-22 Tom Tromey <tromey@redhat.com>
3433
3434 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3435
3436 2012-02-17 Tom Tromey <tromey@redhat.com>
3437
3438 PR python/10753:
3439 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3440 directory.
3441
3442 2012-02-14 Stan Shebs <stan@codesourcery.com>
3443
3444 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3445
3446 2012-02-13 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3449 mips-idt-ecoff.
3450
3451 2012-02-09 Yao Qi <yao@codesourcery.com>
3452
3453 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3454
3455 2012-02-07 Tom Tromey <tromey@redhat.com>
3456
3457 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3458 Symbol.value.
3459
3460 2012-02-07 Tom Tromey <tromey@redhat.com>
3461
3462 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3463
3464 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3465
3466 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3467
3468 2012-01-24 Tom Tromey <tromey@redhat.com>
3469
3470 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3471 unload".
3472 (Files): Mention new catch commands.
3473 (GDB/MI Async Records): Likewise.
3474
3475 2012-01-24 Gary Benson <gbenson@redhat.com>
3476
3477 Delete #if 0'd out code.
3478 * gdb.texinfo (Frame Info): Remove "info catch".
3479
3480 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3481
3482 * gdb.texinfo (Remote Configuration): Document
3483 "set remote hostio-readlink-packet" command.
3484 (General Query Packets): Document vFile:readlink packet.
3485
3486 2012-01-16 Tom Tromey <tromey@redhat.com>
3487
3488 * gdb.texinfo (Specify Location): Document relative file name
3489 handling.
3490
3491 2012-01-16 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3494
3495 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3496 Eli Zaretskii <eliz@gnu.org>
3497
3498 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3499 code.
3500
3501 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3502
3503 * gdb.texinfo (Variables): Document use of :: for non-static
3504 variables.
3505
3506 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdbint.texinfo (Start of New Year Procedure): Update
3509 to replace use of copyright.sh by use of copyright.py.
3510
3511 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3512
3513 Remove the gdbtui binary.
3514 * all-cfg.texi (GDBTUI): Remove.
3515 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3516 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3517 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3518
3519 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3520
3521 Introduce gdb.FinishBreakpoint in Python.
3522 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3523 (Python API): Add menu entry for Finish Breakpoints.
3524
3525 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3528 tests.
3529
3530 2011-12-16 Doug Evans <dje@google.com>
3531
3532 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3533
3534 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3535
3536 * gdb.texinfo (Python Commands): Remove "maint set/show print
3537 stack". Add documentation for "set/show python print-stack".
3538
3539 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3540
3541 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3542 should transfer control to the stub in the startup code instead of
3543 in main. Mention the need to get past the initial breakpoint.
3544
3545 2011-12-06 Tom Tromey <tromey@redhat.com>
3546
3547 * gdb.texinfo (Set Breaks): Update for new behavior.
3548
3549 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3550
3551 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3552 List Format for SVR4 Targets'.
3553 (General Query Packets): New item qXfer:libraries-svr4:read.
3554 (Library List Format for SVR4 Targets): New node.
3555
3556 2011-12-01 Tom Tromey <tromey@redhat.com>
3557
3558 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3559 add.
3560
3561 2011-11-22 Tom Tromey <tromey@redhat.com>
3562
3563 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3564 reasons.
3565
3566 2011-11-20 Stan Shebs <stan@codesourcery.com>
3567
3568 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3569 note-related options and variables.
3570 (Tracepoint Packets): Document packet changes.
3571
3572 2011-11-20 Sanjoy Das <sdas@igalia.com>
3573
3574 * gdb.texinfo (JIT Interface): Add documentation on writing and
3575 usind JIT debug info readers.
3576 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3577 Debug Info Readers): New nodes.
3578
3579 2011-11-18 Yao Qi <yao@codesourcery.com>
3580
3581 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3582 tracepoint.
3583
3584 2011-11-15 Doug Evans <dje@google.com>
3585
3586 * gdb.texinfo (Files): Document basenames-may-differ.
3587
3588 2011-11-14 Doug Evans <dje@google.com>
3589
3590 * gdb.texinfo (Shell Commands): Document "!".
3591
3592 2011-11-14 Stan Shebs <stan@codesourcery.com>
3593 Kwok Cheung Yeung <kcy@codesourcery.com>
3594
3595 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3596 needed to get shorter fast tracepoints.
3597 (Tracepoint Packets): Document new qTMinFTPILen packet.
3598
3599 2011-11-14 Yao Qi <yao@codesourcery.com>
3600
3601 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3602 behavior of tracepoint.
3603 (General Query Packets): New feature InstallInTrace.
3604 (Remote Configuration): Document "set remote
3605 install-in-trace-packet".
3606
3607 2011-11-12 Matt Rice <ratmice@gmail.com>
3608
3609 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3610 Add arguments to info macro.
3611
3612 2011-11-10 Tom Tromey <tromey@redhat.com>
3613
3614 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3615 manual.
3616 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3617 (Macros): Add a footnote.
3618 (C): Remove paragraph about compiler options.
3619 (C Constants): Mention wide character and string constants.
3620 (C Plus Plus Expressions): Update compiler option advice. Mention
3621 using declarations. Mention ADL. Remove old HP compiler
3622 information.
3623
3624 2011-11-10 Tom Tromey <tromey@redhat.com>
3625
3626 PR c++/9257:
3627 * gdb.texinfo (Print Settings): Add an extra note about the need
3628 for a vtable.
3629
3630 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3631
3632 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3633 "set mips abi" documentation.
3634
3635 2011-11-04 Doug Evans <dje@google.com>
3636
3637 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3638
3639 2011-11-03 Tom Tromey <tromey@redhat.com>
3640
3641 * gdb.texinfo (Stopping): Add menu entry.
3642 (Continuing and Stepping): Restore @node. Use @section, not
3643 @subsection.
3644
3645 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3646
3647 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3648 designation. Fix "Specify Location" cross-reference.
3649
3650 2011-11-02 Stan Shebs <stan@codesourcery.com>
3651
3652 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3653 (General Query Packets): Describe tracenz feature.
3654 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3655
3656 2011-10-28 Paul Koning <paul_koning@dell.com>
3657
3658 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3659
3660 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3661
3662 * gdb.texinfo ((Frames In Python): Document
3663 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3664
3665 2011-10-26 Paul Koning <paul_koning@dell.com>
3666
3667 * gdb.texinfo (gdb.types): Document new deepitems function.
3668
3669 2011-10-25 Paul Koning <paul_koning@dell.com>
3670
3671 PR python/13327
3672
3673 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3674 fetch_lazy method.
3675
3676 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3677
3678 PR python/12656
3679
3680 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3681 global_block, static_block function.
3682
3683 2011-10-19 Tom Tromey <tromey@redhat.com>
3684
3685 * gdb.texinfo (Commands In Python): Add missing "@"s.
3686
3687 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3688
3689 PR python/13285 Document named constants for frame unwind stop reasons
3690 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3691 constants.
3692
3693 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3694
3695 Fix compatibility with texinfo versions older than 4.12.
3696 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3697 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3698 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3699 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3700 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3701 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3702 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3703
3704 2011-10-09 Doug Evans <dje@google.com>
3705
3706 * gdb.texinfo (Extending GDB): Document alias command.
3707
3708 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3709
3710 Support @entry in input expressions.
3711 * gdb.texinfo (Variables): Describe @entry names suffix.
3712 (Print Settings): Add anchor for `set print entry-values'.
3713
3714 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3715 Eli Zaretskii <eliz@gnu.org>
3716
3717 Display @entry parameter values (without references).
3718 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3719 example.
3720 (Print Settings): New description of set print entry-values and show
3721 print entry-values.
3722
3723 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3724 Eli Zaretskii <eliz@gnu.org>
3725
3726 Recognize virtual tail call frames.
3727 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3728 (Tail Call Frames): New node.
3729 (Frames In Python): Add gdb.TAILCALL_FRAME.
3730
3731 2011-10-07 Doug Evans <dje@google.com>
3732
3733 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3734 register_pretty_printer.
3735
3736 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3737
3738 PR python/12930
3739 PR python/12802
3740
3741 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3742 stop method.
3743
3744 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3745
3746 * gdb.texinfo (Starting your Program): "set disable-randomization"
3747 is no longer Linux-specific.
3748 (Remote Configuration): Document "set remote
3749 disable-randomization-packet".
3750 (General Query Packets): Document "QDisableRandomization" packet
3751 and add it to "qSupported" list.
3752
3753 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3754
3755 Allow Python notification of new object-file loadings.
3756 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3757 event type.
3758
3759 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3760
3761 PR python/12691: Add the inferior to Python exited event
3762 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3763
3764 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3765
3766 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3767 rephasing.
3768
3769 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3772 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3773 as possible feature returned by the `-list-features'
3774 command.
3775
3776 2011-09-28 Paul Koning <paul_koning@dell.com>
3777
3778 * gdb.texinfo (gdb.Type): Document field access by dictionary
3779 key syntax.
3780
3781 2011-09-28 Yao Qi <yao@codesourcery.com>
3782
3783 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3784 Add one space after option `-s'. Remove @r{} markup.
3785
3786 2011-09-27 Stan Shebs <stan@codesourcery.com>
3787
3788 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3789
3790 2011-09-16 Hui Zhu <teawater@gmail.com>
3791
3792 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3793 to *(unsigned char *)$esp@300.
3794
3795 2011-09-15 Paul Koning <paul_koning@dell.com>
3796
3797 * gdb.texinfo: Make style of Python functions and methods match
3798 the syntax of Python. Also put class and module names explicitly
3799 on function, member, and variable names, matching Python
3800 documentation conventions.
3801
3802 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3803
3804 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3805 * gdb.texinfo (Inferiors In Python): Describe new
3806 gdb.selected_inferior() function.
3807
3808 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3809
3810 Handle multiple breakpoint hits in Python interface:
3811 * gdb.texinfo (Events In Python): New function documentation:
3812 gdb.BreakpointEvent.breakpoints. Indicate that
3813 gdb.BreakpointEvent.breakpoint is now deprecated.
3814
3815 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3816
3817 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3818
3819 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3820
3821 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3822
3823 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3824
3825 * gdb.texinfo (Prompt): Add set/show extended-prompt
3826 documentation
3827 (Basic Python): Add prompt_hook anchor.
3828 (Python modules): Reword module text to reflect multiple modules.
3829 (gdb.prompt): Document gdb.prompt module.
3830
3831 2011-08-14 Yao Qi <yao@codesourcery.com>
3832
3833 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3834
3835 2011-08-14 Yao Qi <yao@codesourcery.com>
3836
3837 * gdb.texinfo (Standard Target Features): Document C6x features.
3838 (TIC6x Features): New node.
3839
3840 2011-08-12 Doug Evans <dje@google.com>
3841
3842 * gdb.texinfo (Symbols In Python): Document symbol.type.
3843
3844 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3845
3846 * gdb.texinfo (Python): Document command and function
3847 auto-loading.
3848
3849 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3850 Eli Zaretskii <eliz@gnu.org>
3851
3852 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3853 typedefs unrolling. Extend the sample code by an inner typedef and
3854 outer typedefs unrolling.
3855
3856 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3857
3858 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3859 size and line-size.
3860
3861 2011-07-21 Matt Rice <ratmice@gmail.com>
3862
3863 PR macros/12999
3864 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3865 Update text and cindex entries for info macro command.
3866
3867 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3868
3869 * observer.texi (GDB Observers): Add before_prompt observer.
3870 * gdb.texinfo (Basic Python): Add documentation for prompt
3871 substitution.
3872
3873 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3874
3875 PR python/12438
3876 * gdb.texinfo (Python Commands): Add deprecate note to maint
3877 set/show python print-stack. Document set/show python
3878 print-backtrace.
3879
3880 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3881
3882 * gdb.texinfo: Fix typos.
3883
3884 2011-07-01 Tom Tromey <tromey@redhat.com>
3885
3886 * gdb.texinfo (Debugging Output): Document set debug
3887 check-physname.
3888
3889 2011-06-29 Tom Tromey <tromey@redhat.com>
3890
3891 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3892 breakpoint-notifications feature.
3893
3894 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3895
3896 * gdb.texinfo (Target Description): Remove warning about
3897 possibly unstable format.
3898
3899 2011-06-03 Tom Tromey <tromey@redhat.com>
3900
3901 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3902 (Events In Python): Note that exit_code is optional.
3903
3904 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3905
3906 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3907 required for multi-threading support.
3908 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3909 Hc are deprecated for multi-threading debugging. Point readers at
3910 the vCont packet.
3911
3912 2011-05-15 Doug Evans <dje@google.com>
3913
3914 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3915
3916 2011-05-13 Doug Evans <dje@google.com>
3917
3918 * gdb.texinfo (Threads): Document $sdir,$pdir.
3919 (Server): Document $pdir exception.
3920
3921 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3922
3923 * gdb.texinfo (Threads): Clarify default value for
3924 libthread-db-search-path.
3925
3926 * gdb.texinfo (Completion): Update example.
3927 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3928
3929 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3930
3931 * gdb.texinfo: Document change in the behaviour of the enable and
3932 disable GDB commands when applied to tracepoints.
3933 Document the EnableDisableTracepoints remote stub feature.
3934 Document QTEnable and QTDisable in the list of tracepoint packets.
3935
3936 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3937
3938 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3939 hsuser.texi.
3940 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3941 comment to hsuser.texi. Change rluser.texi name in the comment.
3942
3943 2011-05-10 Doug Evans <dje@google.com>
3944
3945 * gdb.texinfo (Threads): If an empty path is provided for
3946 libthread-db-search-path it is reset to its default value.
3947 (Server): Ditto.
3948
3949 2011-05-09 Doug Evans <dje@google.com>
3950
3951 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3952
3953 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3954 Thiago Jung Bauermann <bauerman@br.ibm.com>
3955
3956 Implement support for PowerPC BookE masked watchpoints.
3957 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3958 (PowerPC Embedded): Mention support of masked watchpoints.
3959
3960 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3961
3962 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3963 `@value{GDBN}'.
3964
3965 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3966
3967 * gdb.texinfo (titlepage): Remove dedication.
3968 (In Memoriam): New appendix.
3969
3970 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3971 Eli Zaretskii <eliz@gnu.org>
3972
3973 * gdb.texinfo (Index Section Format): Change the version to 5.
3974 Describe the different formula.
3975
3976 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3977 Eli Zaretskii <eliz@gnu.org>
3978
3979 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3980 for disconnected tracing.
3981 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3982 extended-remote relationship. Mention --once.
3983 (TCP port allocation lifecycle of @code{gdbserver}): New.
3984
3985 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3986
3987 * gdb.texinfo (Server): Improve indexing. Index all optional
3988 switches to gdbserver.
3989
3990 2011-04-20 Tom Tromey <tromey@redhat.com>
3991
3992 * gdb.texinfo (Index Section Format): New node.
3993 (Top): Add new node to menu.
3994
3995 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3996
3997 * gdb.texinfo (Maintenance Commands): Document `maint print
3998 remote-registers'.
3999
4000 2011-04-20 Tom Tromey <tromey@redhat.com>
4001
4002 * gdb.texinfo (Trace File Format): Move node later.
4003
4004 2011-04-19 Tom Tromey <tromey@redhat.com>
4005
4006 * gdbint.texinfo (Register Information Functions): Remove
4007 duplicate "the".
4008 * gdb.texinfo (Emacs): Remove duplicate "to".
4009 (GDB/MI Variable Objects): Remove duplicate "the".
4010 (General Query Packets): Likewise.
4011
4012 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4013
4014 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4015 "GDB/MI Ada Exception Information" node.
4016
4017 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4018
4019 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4020 the "exception-name" field in the *stopped async record.
4021
4022 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4023 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4024
4025 Implement support for PowerPC BookE ranged breakpoints.
4026 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4027
4028 2011-03-28 Tom Tromey <tromey@redhat.com>
4029
4030 * gdb.texinfo (Set Tracepoints): Fix typo.
4031
4032 2011-03-24 Tom Tromey <tromey@redhat.com>
4033
4034 * gdb.texinfo (Specify Location): Document `function:label'
4035 linespec.
4036
4037 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4038
4039 PR python/12149
4040
4041 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4042
4043 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4044
4045 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4046 (Inferiors In Python): Likewise.
4047 (Threads In Python): Likewise.
4048 (Symbols In Python): Likewise.
4049 (Objfiles In Python): Likewise.
4050 (Symbol Tables In Python): Likewise.
4051
4052 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4053
4054 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4055 display>: Explain that the commands accept number ranges.
4056
4057 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4058
4059 * gdb.texinfo (Breakpoints In Python): Add description and example
4060 of Python stop function operation.
4061
4062 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4063
4064 * gdb.texinfo (Parameters In Python): Document get_set_string and
4065 get_show_string methods.
4066
4067 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4070
4071 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4072 circular-trace-buffer name.
4073
4074 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4075
4076 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4077 in the previous change.
4078
4079 2011-02-27 Michael Snyder <msnyder@vmware.com>
4080
4081 * gdb.texinfo (Inferiors and Programs): Update commands to show
4082 that they can accept multiple arguments.
4083
4084 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4085
4086 Revert the following patch (code patch was not approved):
4087 2011-02-21 Hui Zhu <teawater@gmail.com>
4088 * agentexpr.texi (bytecode descriptions): add printf.
4089 * gdb.texinfo (tracepoint action lists): add printf.
4090
4091 2011-02-23 Doug Evans <dje@google.com>
4092
4093 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4094
4095 2011-02-23 Michael Snyder <msnyder@vmware.com>
4096
4097 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4098 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4099 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4100
4101 2011-02-22 Doug Evans <dje@google.com>
4102
4103 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4104 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4105 add description of result, fix @defun formatting.
4106
4107 2011-02-21 Hui Zhu <teawater@gmail.com>
4108
4109 * agentexpr.texi (Bytecode Descriptions): Add printf.
4110 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4111
4112 2011-02-18 Tom Tromey <tromey@redhat.com>
4113
4114 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4115
4116 2011-02-14 Michael Snyder <msnyder@vmware.com>
4117
4118 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4119 Document new command "thread find".
4120
4121 2011-02-14 Michael Snyder <msnyder@vmware.com>
4122
4123 * gdb.texinfo (Threads): Update example of new thread message.
4124
4125 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4126
4127 * gdb.texinfo (Remote Configuration): Mention set/show remote
4128 traceframe-info.
4129 (Tools/Packages Optional for Building GDB): Mention that expat is
4130 used for traceframe info.
4131 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4132 (General Query Packets) <qSupported>: Describe the
4133 qXfer:traceframe-info:read feature.
4134 (qXfer::read): Describe qXfer:traceframe-info:read.
4135 (Traceframe Info Format): New section.
4136
4137 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4138
4139 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4140 for casts and unary operators.
4141
4142 2011-02-04 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4145 is not useful.
4146
4147 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4148
4149 * gdb.texinfo: s/value optimized out/optimized out/g
4150
4151 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4152
4153 * gdb.texinfo (Other Misc Settings): Rework part of the
4154 documentation of the "set interactive mode" command.
4155
4156 2011-01-19 Tom Tromey <tromey@redhat.com>
4157
4158 * gdb.texinfo (Threads): Document thread name output and `thread
4159 name' command.
4160 (Threads In Python): Document Thread.name attribute.
4161 (GDB/MI Thread Commands): Document thread attributes.
4162
4163 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4164
4165 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4166 changes in mi/mi-cmd-disas.c
4167
4168 2011-01-12 Tom Tromey <tromey@redhat.com>
4169
4170 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4171 Fix "thread apply" text.
4172
4173 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4174 Thiago Jung Bauermann <bauerman@br.ibm.com>
4175
4176 Implement support for PowerPC BookE ranged watchpoints.
4177 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4178 the "set powerpc exact-watchpoints" flag.
4179
4180 2011-01-07 Tom Tromey <tromey@redhat.com>
4181
4182 * gdb.texinfo (Python API): Add descriptions to @menu items.
4183
4184 2011-01-06 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4187
4188 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4189
4190 * gdb.texinfo (Debugging Output): Document "set debug jit".
4191
4192 2011-01-06 Tom Tromey <tromey@redhat.com>
4193
4194 PR python/12133:
4195 * gdb.texinfo (Frames In Python): Document various frame
4196 constants.
4197
4198 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4199
4200 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4201 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4202 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4203
4204 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4207 (clean): Add GDBvn.texi.
4208
4209 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4210
4211 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4212 occasional case where the debugger prints an array address
4213 instead of the array itself.
4214
4215 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4216
4217 * gdb.texinfo (Packets) <read registers packet>: Document support
4218 for registers that were not collected.
4219
4220 2010-12-15 Doug Evans <dje@google.com>
4221
4222 * gdb.texinfo (Startup): Document auto-loading of scripts during
4223 startup.
4224 (Auto-loading): Delete "maint set python auto-load on|off".
4225 Add "set auto-load-scripts on|off".
4226
4227 2010-12-07 Doug Evans <dje@google.com>
4228
4229 * gdb.texinfo (Mode Options): Document -data-directory.
4230 (Data Files): Add reference to -data-directory.
4231
4232 2010-11-29 Doug Evans <dje@google.com>
4233
4234 * gdb.texinfo (Pretty-Printer Introduction): Change
4235 printer-name:subprinter-name to printer-name;subprinter-name.
4236
4237 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4238
4239 PR python/12199
4240
4241 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4242
4243 2010-11-23 Tom Tromey <tromey@redhat.com>
4244
4245 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4246 (Editing): Likewise.
4247 (Command History): Likewise.
4248 (TUI Keys): Likewise.
4249 (Bug Reporting): Conditionally include rluser.texi and
4250 inc-history.texinfo.
4251 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4252 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4253 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4254 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4255 (gdb.pdf): Likewise.
4256 (gdb.info): Likewise.
4257 (gdb/index.html): Likewise.
4258
4259 2010-11-23 Tom Tromey <tromey@redhat.com>
4260
4261 * Makefile.in (Makefile): Run ../config.status.
4262 (distclean): Update.
4263 * configure: Remove.
4264 * configure.ac: Remove.
4265
4266 2010-11-12 Tom Tromey <tromey@redhat.com>
4267
4268 * gdb.texinfo (Basic Python): Update. Add xref.
4269 (Exception Handling): Document new exception classes.
4270 (Types In Python): Update.
4271 (Frames In Python): Update.
4272
4273 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4274
4275 * gdb.texinfo (Breakpoints In Python): Document "internal"
4276 parameter, and visible attribute.
4277
4278 2010-11-05 Doug Evans <dje@google.com>
4279
4280 * gdb.texinfo (Source Path): Document "set directories".
4281
4282 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4283
4284 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4285 (OpenCL C): New node.
4286
4287 2010-11-02 Doug Evans <dje@google.com>
4288
4289 * gdb.texinfo (Pretty Printing): Expand into three sections,
4290 introduction, example, and commands.
4291 (Python API): Delete section Disabling Pretty-Printers, merge into
4292 Selecting Pretty-Printers.
4293 (Writing a Pretty-Printer): New section. Move the pretty-printer
4294 example here, and reformat to match python coding style. Add a second
4295 example using the gdb.printing module.
4296 (Python modules): Add gdb.printing.
4297
4298 2010-10-29 Doug Evans <dje@google.com>
4299
4300 * gdb.texinfo (Python): Fix long line.
4301
4302 2010-10-20 Doug Evans <dje@google.com>
4303
4304 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4305 All references updated. Correct sections marked as subsections.
4306 (Coding Standards): New chapter. Move the coding standard related
4307 subsections here. Add section on Python coding standards.
4308
4309 2010-10-13 Doug Evans <dje@google.com>
4310
4311 * gdb.texinfo (Python): Add "Python modules".
4312 (Types in Python): Add reference to gdb.types section.
4313 (Python modules): New node.
4314
4315 2010-10-11 Doug Evans <dje@google.com>
4316
4317 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4318 Python" from gdb.Value.type description.
4319
4320 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4321
4322 * gdb.texinfo (Ravenscar Profile): New node.
4323
4324 2010-09-22 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4327
4328 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4329
4330 * gdb.texinfo (Values From Inferior): Clarify that
4331 value.dynamic_type works only in C++ programs with RTTI.
4332
4333 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4334
4335 * gdb.texinfo (Character Sets): Correctly reference host-charset
4336 in example.
4337
4338 2010-09-13 Tom Tromey <tromey@redhat.com>
4339
4340 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4341 Document "fullname" and "from".
4342
4343 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4344
4345 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4346 feature `reverse' output by -list-target-features.
4347
4348 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4349
4350 * gdb.texinfo (i386 Features): Remove an extra "@item".
4351
4352 2010-08-30 Tom Tromey <tromey@redhat.com>
4353
4354 PR python/11792:
4355 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4356
4357 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4358
4359 * gdb.texinfo (ARM Features): Document
4360 org.gnu.gdb.arm.m-profile.
4361
4362 2010-08-23 Tom Tromey <tromey@redhat.com>
4363
4364 PR python/11145:
4365 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4366 reinterpret_cast methods.
4367
4368 2010-08-23 Tom Tromey <tromey@redhat.com>
4369
4370 PR python/11915:
4371 * gdb.texinfo (Types In Python): Document array method.
4372
4373 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4374
4375 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4376
4377 2010-08-16 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (Set Watchpoints): Document -location option.
4380
4381 2010-08-13 Doug Evans <dje@google.com>
4382
4383 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4384
4385 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4386
4387 * gdb.texinfo (GDB/MI Data Manipulation): Document
4388 -data-read-memory-raw and -data-write-memory-raw.
4389
4390 2010-08-11 Tom Tromey <tromey@redhat.com>
4391 Phil Muldoon <pmuldoon@redhat.com>
4392
4393 * gdb.texinfo (Basic Python): Describe post_event API.
4394
4395 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4396
4397 * gdb.texinfo (Basic Python): Describe solib_address and
4398 decode_line Python APIs
4399
4400 2010-08-10 Tom Tromey <tromey@redhat.com>
4401
4402 * gdb.texinfo (Pretty Printing API): Document
4403 gdb.default_visualizer.
4404
4405 2010-08-10 Tom Tromey <tromey@redhat.com>
4406
4407 Revert gdb-add-index addition:
4408 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4409
4410 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4411 Eli Zaretskii <eliz@gnu.org>
4412
4413 * gdb.texinfo (Mode Options) <-batch>
4414 (Basic Python) <gdb.execute>: Describe setting width and height.
4415
4416 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4417
4418 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4419
4420 2010-07-30 Tom Tromey <tromey@redhat.com>
4421
4422 * gdb.texinfo (Index Files): Mention gdb-add-index.
4423
4424 2010-07-30 Hui Zhu <teawater@gmail.com>
4425
4426 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4427 "detach inferior" and "kill inferior".
4428
4429 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4430
4431 * gdb.texinfo (Machine Code): Update description of two forms of
4432 arguments, and add new example to demonstrate the new form.
4433
4434 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4435
4436 * gdb.texinfo (Values From Inferior): Add value inferior function
4437 call description.
4438
4439 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4440
4441 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4442
4443 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4444 Eli Zaretskii <eliz@gnu.org>
4445
4446 Make core files the process_stratum.
4447 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4448 record_stratum example.
4449
4450 2010-07-13 Tom Tromey <tromey@redhat.com>
4451
4452 * gdb.texinfo (Index Files): New node.
4453
4454 2010-07-13 Tom Tromey <tromey@redhat.com>
4455
4456 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4457
4458 2010-07-13 Tom Tromey <tromey@redhat.com>
4459
4460 * gdb.texinfo (Specify Location): Document labels.
4461
4462 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4463
4464 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4465 entries for fast tracepoints and static tracepoints.
4466
4467 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4468
4469 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4470 qsThreadInfo>: Spell out `l' as ell.
4471
4472 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4473
4474 * gdb.texinfo (Convenience Variables): Document $_sdata.
4475 (Commands to Set Tracepoints): Describe static tracepoints. Add
4476 `Listing Static Tracepoint Markers' menu entry. Document
4477 "strace".
4478 (Tracepoint Action Lists): Document collecting $_sdata.
4479 (Listing Static Tracepoint Markers): New subsection.
4480 (Tracepoints support in gdbserver): Mention static tracepoints.
4481 (remote packets, enabling and disabling): Mention
4482 read-sdata-object.
4483 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4484 and StaticTracepoint.
4485 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4486 Document qXfer:sdata:read.
4487 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4488
4489 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4490
4491 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4492
4493 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4494 Tom Tromey <tromey@redhat.com>
4495 Thiago Jung Bauermann <bauerman@br.ibm.com>
4496
4497 * gdb.texinfo (Inferiors In Python): New node.
4498 * gdb.texinfo (Threads In Python): New node.
4499
4500 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.texinfo (Python): Document what the python directory is
4503 and what its location is.
4504 (Basic Python): Document the gdb.PYTHONDIR constant.
4505
4506 2010-06-25 Tom Tromey <tromey@redhat.com>
4507
4508 PR python/10808:
4509 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4510
4511 2010-06-24 Hui Zhu <teawater@gmail.com>
4512
4513 * gdb.texinfo: (Commands for Controlled Output): Add
4514 documentation for command "eval".
4515
4516 2010-06-21 Stan Shebs <stan@codesourcery.com>
4517
4518 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4519 * annotate.texinfo: Ditto.
4520 * gdbint.texinfo: Ditto.
4521 * stabs.texinfo: Ditto.
4522
4523 2010-06-22 Hui Zhu <teawater@gmail.com>
4524
4525 * gdb.texinfo: (Process Record and Replay): Add documentation
4526 for command "set record memory-query".
4527
4528 2010-06-21 Stan Shebs <stan@codesourcery.com>
4529
4530 * gdb.texinfo: Relicense under GFDL version 1.3.
4531 * annotate.texinfo: Relicense under GFDL version 1.3.
4532 * gdbint.texinfo: Relicense under GFDL version 1.3.
4533 * stabs.texinfo: Relicense under GFDL version 1.3.
4534 * fdl.texi: Update to version 1.3.
4535
4536 2010-06-18 Stan Shebs <stan@codesourcery.com>
4537
4538 * gdb.texinfo (Operating System Auxiliary Information): Describe
4539 "info os" when no arguments given.
4540
4541 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4542 $_thread.
4543
4544 2010-06-18 Hui Zhu <teawater@gmail.com>
4545
4546 * gdb.texinfo: (Process Record and Replay): Add documentation
4547 for commands "record save" and "record restore".
4548
4549 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4550
4551 * gdb.texinfo: Include information about the correct use
4552 of addresses in the `watch' command.
4553
4554 2010-06-11 Stan Shebs <stan@codesourcery.com>
4555
4556 * gdb.texinfo (Observer Mode): New section.
4557 (General Query Packets): Document QAllow.
4558
4559 2010-06-04 Doug Evans <dje@google.com>
4560
4561 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4562
4563 2010-06-03 Doug Evans <dje@google.com>
4564
4565 * gdbint.texinfo (Coding): Add subsection on command names.
4566
4567 2010-06-02 Tom Tromey <tromey@redhat.com>
4568
4569 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4570 always-disassemble.
4571
4572 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4573
4574 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4575 gdbserver, and add cross reference.
4576 (Tracepoints support in gdbserver): New subsection.
4577
4578 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4579
4580 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4581 `qRelocInsn' feature.
4582 (Relocate instruction reply packet): New subsection
4583 of `Tracepoint Packets'.
4584 (Tracepoint Packets): Mention that packets QTDP and QTStart
4585 support the qRelocInsn request, and add cross reference to new
4586 subsection.
4587
4588 2010-05-25 Doug Evans <dje@google.com>
4589
4590 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4591 (Commands In Python): Document gdb.string_to_argv.
4592
4593 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4596 ATTR_NORETURN.
4597
4598 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4599 Tom Tromey <tromey@redhat.com>
4600 Thiago Jung Bauermann <bauerman@br.ibm.com>
4601
4602 * gdb.texinfo (Parameters In Python): New Node.
4603
4604 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4605
4606 * gdb.texinfo: (Summary) Add mention about D language support.
4607 (Filenames): Add D suffixes.
4608 (D): New node.
4609
4610 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4611
4612 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4613 of macro deleted from GDB code.
4614
4615 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4616
4617 * gdb.texinfo (Commands to specify files): Describe what how GDB
4618 looks up DOS-based filesystem paths on the system root. Document
4619 the new `set/show target-file-system-kind' commands.
4620
4621 2010-04-23 Doug Evans <dje@google.com>
4622
4623 * gdb.texinfo (Python): Move Auto-loading section here ...
4624 (Python API): from here.
4625 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4626 (Maintenance Commands): Add docs for "maint print section-scripts".
4627
4628 2010-04-20 Chris Moller <cmoller@redhat.com>
4629
4630 * gdb.texinfo (Setting Breakpoints): Added description of
4631 filename-qualified rbreak.
4632 * refcard.tex (Breakpoints and Watchpoints): Added brief
4633 description of filename-qualified rbreak.
4634
4635 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4636
4637 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4638 (Python API): Change the reference to Pretty Printing API.
4639 (Pretty Printing): Move the user part under the Data node. Reformat
4640 the sample output to 72 columns. Create a new reference to Pretty
4641 Printing API. Rename the API part ...
4642 (Pretty Printing API): To a new node name.
4643 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4644 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4645
4646 2010-04-21 Stan Shebs <stan@codesourcery.com>
4647
4648 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4649 and commands.
4650 (Listing Tracepoints): Update to reflect current behavior.
4651
4652 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4653
4654 * gdb.texinfo (Examining memory): Update for change in string
4655 display with explicit size.
4656
4657 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4658
4659 PR breakpoints/8554.
4660
4661 * gdb.texinfo (Save Breakpoints): New node.
4662 (save-tracepoints): Rename to ...
4663 (save tracepoints): ... this. Mention that `save-tracepoints' is
4664 a deprecated alias to `save tracepoints'.
4665
4666 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4667
4668 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4669 (info w32 thread-information-block): Document new command.
4670 (qGetTIBAddress): Document new gdbserver query.
4671 (maint set/show show-all-tib): Document new command.
4672
4673 2010-04-15 Doug Evans <dje@google.com>
4674
4675 * gdb.texinfo (Python API): Add progspaces section.
4676 (Selecting Pretty-Printers): Progspace pretty-printers are
4677 searched too.
4678 (Progspaces In Python): New section.
4679
4680 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4681
4682 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4683
4684 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4685 returns None.
4686
4687 2010-04-09 Stan Shebs <stan@codesourcery.com>
4688
4689 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4690 Describe the `frames-created' field, tweak grammar.
4691
4692 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4693
4694 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4695 Describe the `circular' and `disconnected' fields.
4696
4697 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4698
4699 * gdb.texinfo (maint print registers): Mention unavailable and
4700 invisible registers.
4701
4702 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4703 Thiago Jung Bauermann <bauerman@br.ibm.com>
4704 Tom Tromey <tromey@redhat.com>
4705
4706 * gdb.texinfo (Breakpoints In Python): New Node.
4707
4708 2010-04-08 Stan Shebs <stan@codesourcery.com>
4709
4710 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4711 trace status fields.
4712
4713 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4714
4715 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4716 optional. Make org.gnu.gdb.i386.avx requires
4717 org.gnu.gdb.i386.avx.
4718
4719 2010-04-08 Doug Evans <dje@google.com>
4720
4721 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4722 search path, and document that gdb only scans the search path if
4723 the script's path doesn't specify a directory.
4724
4725 2010-04-05 Doug Evans <dje@google.com>
4726
4727 * gdb.texinfo (maint show python auto-load): Fix typo.
4728
4729 2010-04-04 Stan Shebs <stan@codesourcery.com>
4730
4731 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4732 (Setting Watchpoints): Update description of "info watch".
4733 (Disabling Breakpoints): Only "info break" lists all.
4734
4735 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4736 (tdump): Explain how tdump works.
4737
4738 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4739
4740 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4741 add cross reference.
4742
4743 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4744
4745 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4746 commands error out.
4747
4748 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4749
4750 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4751
4752 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4753
4754 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4755
4756 2010-03-29 Stan Shebs <stan@codesourcery.com>
4757 Nathan Sidwell <nathan@codesourcery.com>
4758
4759 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4760 GDBN equivalent.
4761 (Set Tracepoints): Remove mention that conditional tracepoints
4762 don't exist.
4763 (Tracepoint Actions): Clarify when while-stepping collection
4764 happens, note that while-stepping does not automatically collect
4765 $pc.
4766
4767 2010-03-29 Stan Shebs <stan@codesourcery.com>
4768
4769 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4770 (General Query Packets): Describe TracepointSource.
4771
4772 2010-03-27 Matt Rice <ratmice@gmail.com>
4773
4774 * gdb.texinfo (ARM): Document arguments to "target sim".
4775 (Set Catchpoints): Use @dots{} instead of @r{...}.
4776
4777 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4778
4779 * gdb.texinfo (Tracepoint Packets): Remove mention that
4780 terror:string may be plain text, and drop mention of X prefix.
4781
4782 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4783
4784 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4785
4786 2010-03-24 Stan Shebs <stan@codesourcery.com>
4787
4788 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4789
4790 2010-03-24 Tom Tromey <tromey@redhat.com>
4791
4792 PR breakpoints/9352:
4793 * gdb.texinfo (Break Commands): Update.
4794
4795 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4796
4797 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4798 commands.
4799
4800 2010-03-16 Stan Shebs <stan@codesourcery.com>
4801
4802 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4803 circular-trace-buffer.
4804 (Tracepoint Packets): Describe QTBuffer, and details of the
4805 qTStatus reply.
4806
4807 2010-03-12 Stan Shebs <stan@codesourcery.com>
4808 Nathan Sidwell <nathan@codesourcery.com>
4809
4810 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4811 doing instruction stepping.
4812 (Tracepoint Restrictions): New node.
4813
4814 2010-03-10 Tom Tromey <tromey@redhat.com>
4815
4816 * gdbint.texinfo (Symbol Handling): Update.
4817
4818 2010-03-08 Tom Tromey <tromey@redhat.com>
4819
4820 PR cli/9591:
4821 * gdb.texinfo (Mode Options): Mention lack of pagination and
4822 confirmation with --batch.
4823 (Screen Size): Mention --batch.
4824 (Messages/Warnings): Likewise.
4825
4826 2010-03-05 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.texinfo (Basic Python): Document target_charset and
4829 target_wide_charset.
4830
4831 2010-03-05 Tom Tromey <tromey@redhat.com>
4832
4833 * gdb.texinfo (Data): Link to pretty-printing.
4834 (Output Formats): Likewise. Correct text.
4835
4836 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4837
4838 * gdb.texinfo (Types): Describe <struct> and <flags>.
4839
4840 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4841
4842 * gdb.texinfo (Frames In Python): Add block parameter and
4843 description to read_var text.
4844
4845 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4846 Tom Tromey <tromey@redhat.com>
4847
4848 * gdb.texinfo (Types In Python): Describe block argument in
4849 template_argument and gdb.lookup_type.
4850
4851 2010-02-24 Tom Tromey <tromey@redhat.com>
4852
4853 * gdb.texinfo (Cygwin Native): Fix typo.
4854
4855 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4856
4857 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4858 and select method descriptions.
4859 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4860 Tables in Python to menu.
4861 (Blocks In Python): New node.
4862 (Symbols In Python): New node.
4863 (Symbol Tables in Python): New node.
4864
4865 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4866
4867 Multiexec MI
4868
4869 gdb/
4870 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4871
4872 gdb/doc/
4873 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4874 changes.
4875 (GDB/MI Program Execution): Document current behaviour of
4876 --all and --thread-group.
4877 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4878 -remove-inferior.
4879 * observer.texi (inferior_added, inferior_removed): New
4880 observers.
4881
4882 2010-02-19 Tom Tromey <tromey@redhat.com>
4883
4884 * gdbint.texinfo (Getting Started): Fix @node.
4885 (Debugging GDB): Likewise.
4886
4887 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4888
4889 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4890 documenting the gdb_test_timeout variable.
4891
4892 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4893
4894 * gdb.texinfo (MI commands): Added documentation of --reverse
4895 option to a set of MI commands. Restructured documentation of MI
4896 commands --exec-continue to reflect the complexity of reverse
4897 execution.
4898
4899 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4900
4901 * gdb.texinfo (Using the Collected Data): Specify that the address
4902 range of `tfind outsize' is exclusive, and that the address range
4903 of `tfind range' is inclusive.
4904 (Tracepoint Packets): Specify that the address range of
4905 `QTFrame:range' is inclusive, and that the address range of
4906 `QTFrame:outside' is exclusive
4907
4908 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4909
4910 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4911
4912 2010-02-10 Tom Tromey <tromey@redhat.com>
4913
4914 * gdb.texinfo (Debugging Output): Document set debug parser and
4915 show debug parser.
4916
4917 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4918
4919 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4920 i386_eflags and i386_mxcsr.
4921
4922 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4923
4924 * gdb.texinfo: Document i386 target features.
4925
4926 2010-02-05 Doug Evans <dje@google.com>
4927
4928 * gdbint.texinfo (Testsuite): Add a new section to document the
4929 various DejaGnu variables that may be overridden.
4930 Document INTERNAL_GDBFLAGS.
4931
4932 2010-02-04 Tom Tromey <tromey@redhat.com>
4933
4934 PR cli/8830:
4935 * gdb.texinfo (Files): -readnow comes before the filename for file
4936 and symbol-file.
4937
4938 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4939
4940 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4941 Document ARM breakpoint types.
4942 (Register Packet Format): Move into the new section.
4943 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4944
4945 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4946
4947 * gdb.texinfo (File Options): Adjust the documentation of this
4948 switch to refer to the "source" command rather than partially
4949 duplicating some of the relevant information.
4950 (Extending GDB): Introduce and document the set/show script-extension
4951 setting.
4952 (Command Files): Add note explaining that the "source" command
4953 is also used to evalute scripts written in other languages.
4954 Remove the short slightly incorrect reference to sourcing Python
4955 scripts.
4956 (Python Commands): Document how to execute a Python script from GDB.
4957
4958 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4959
4960 * gdb.texinfo (Command Files): Fix typo.
4961
4962 2010-01-18 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb.texinfo (File Options): Document -x on .py files.
4965 (Command Files): Document handling of Python scripts.
4966
4967 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4968
4969 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4970
4971 2010-01-15 Stan Shebs <stan@codesourcery.com>
4972
4973 * gdb.texinfo (Trace Files): New section.
4974 (Tracepoint Packets): Document QTSave and qTBuffer.
4975 (Trace File Format): New appendix.
4976
4977 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4978
4979 * gdb.texinfo (Values From Inferior): Document lazy_string value
4980 method.
4981 (Python API): Add Lazy strings menu item.
4982 (Lazy Strings In Python): New node.
4983
4984 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4985
4986 * gdb.texinfo (GDB/MI Thread Information): New.
4987 (GDB/MI Async Records): Document the core field in *stopped.
4988 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4989 documentation
4990 (Process list): Document that osdata document may contain
4991 threads.
4992 (Remote Serial Protocol): Document qXfer:threads.
4993
4994 2010-01-06 Stan Shebs <stan@codesourcery.com>
4995
4996 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4997 disconnected tracing.
4998 (Tracepoint Packets): Document new protocol.
4999
5000 2010-01-05 Stan Shebs <stan@codesourcery.com>
5001
5002 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5003 tracepoints.
5004 (Tracepoint Packets): Describe remote protocol for fast
5005 tracepoints.
5006
5007 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5008
5009 Update the "Start of New Year Procedure".
5010 * gdbint.texinfo: Add the list of files that need to be updated
5011 manually. Minor reformatting.
5012
5013 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5014
5015 * refcard.tex: Update copyright year in header and text.
5016
5017 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5018
5019 * agentexpr.texi: Add 2010 to the list of copyright years.
5020 * annotate.texinfo: Likewise.
5021 * gdb.texinfo: Likewise.
5022 * gdbint.texinfo: Likewise.
5023 * observer.texi: Likewise.
5024 * stabs.texinfo: Likewise.
5025
5026 2009-12-31 Stan Shebs <stan@codesourcery.com>
5027
5028 * gdb.texinfo (Tracepoint Actions): Describe teval.
5029
5030 2009-12-29 Stan Shebs <stan@codesourcery.com>
5031
5032 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5033
5034 2009-12-28 Stan Shebs <stan@codesourcery.com>
5035
5036 * gdb.texinfo (Trace State Variables): New section.
5037 (Tracepoint Packets): Describe trace state variable packets.
5038 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5039 variable bytecodes.
5040
5041 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5042
5043 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5044 declarations.
5045
5046 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5047
5048 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5049 -gdb-exit behaviour.
5050
5051 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5052
5053 * gpl.texi: Update to version 3 of the GPL.
5054
5055 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5056
5057 * Makefile.in: Update copyright header.
5058 * observer.texi: Fix the copyright header of the generated files.
5059
5060 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5061
5062 * gdb.texinfo (Types In Python): Describe range function.
5063
5064 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5065
5066 * gdb.texinfo (Types In Python): Describe "is_base_class".
5067
5068 2009-12-03 Tom Tromey <tromey@redhat.com>
5069
5070 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5071
5072 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5073
5074 * observer.texi: New memory_changed observer.
5075
5076 2009-12-01 Tom Tromey <tromey@redhat.com>
5077
5078 * gdb.texinfo (Reverse Execution): Fix typo.
5079
5080 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5081
5082 PR gdb/8704
5083
5084 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5085 are allowed after the breakpoint condition.
5086
5087 2009-11-23 Tom Tromey <tromey@redhat.com>
5088
5089 PR python/10782:
5090 * gdb.texinfo (Types In Python): Document Type.pointer.
5091
5092 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5093
5094 * gdb.texinfo (Machine Code): Adjust.
5095
5096 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5097
5098 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5099 (Using Agent Expressions): Delete cross reference.
5100
5101 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5102
5103 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5104 and @settitle directives up to help makeinfo find them.
5105
5106 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5107
5108 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5109 (Auto-loading): Use plural and note one can use multiple components now.
5110
5111 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5112
5113 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5114 -stack-list-arguments have the same documentation for parameter
5115 as -stack-list-locals. Add comas.
5116
5117 2009-10-27 Tom Tromey <tromey@redhat.com>
5118 Eli Zaretskii <eliz@gnu.org>
5119
5120 PR python/10781
5121
5122 * gdb.texinfo (Values From Inferior): Document cast method.
5123
5124 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5125
5126 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5127 and adjust example.
5128
5129 2009-10-22 Michael Snyder <msnyder@vmware.com>
5130
5131 * gdb.texinfo (Process Record and Replay): Document new form of
5132 info record command. Also document the new save and restore
5133 commands.
5134
5135 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5136
5137 * gdb.texinfo (Machine Code): Mention current pc marker.
5138 (Memory): Likewise.
5139
5140 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5141 Stan Shebs <stan@codesourcery.com>
5142
5143 * observer.texi (new_inferior): Rename to...
5144 (inferior_appeared): ... this.
5145
5146 * gdb.texinfo (Inferiors): Rename node to ...
5147 (Inferiors and Programs): ... this. Mention running multiple
5148 programs in the same debug session.
5149 <info inferiors>: Mention the new 'Executable' column if "info
5150 inferiors". Update examples. Document the "add-inferior",
5151 "clone-inferior", "remove-inferior" and "maint info
5152 program-spaces" commands.
5153 (Process): Rename node to...
5154 (Forks): ... this. Document "set|show follow-exec-mode".
5155
5156 2009-10-11 Michael Snyder <msnyder@vmware.com>
5157
5158 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5159 (ReverseContinue): Ditto.
5160
5161 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5162
5163 * gdb.texinfo (Server): Document libthread-db-search-path.
5164
5165 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5168
5169 2009-10-06 Michael Eager <eager@eagercon.com>
5170
5171 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5172 (Embedded Processors): Add MicroBlaze.
5173 (MicroBlaze): New. Describe Xilinx MicroBlaze
5174
5175 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5176
5177 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5178
5179 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5180
5181 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5182
5183 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5184
5185 * observer.texi (solib_unloaded): Document explicitly the fact that
5186 this observer is called before the associated symbols are unloaded.
5187
5188 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5189
5190 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5191 -stack-list-variables.
5192
5193 2009-09-18 Tom Tromey <tromey@redhat.com>
5194
5195 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5196 is experimental.
5197
5198 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5199
5200 * gdb.texinfo (convenince variables): Mention
5201 $_siginfo could be empty.
5202
5203 2009-09-15 Tom Tromey <tromey@redhat.com>
5204
5205 * gdb.texinfo (GDB/MI Variable Objects): Document
5206 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5207 Expand -var-update documentation.
5208
5209 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5210
5211 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5212 feature.
5213
5214 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5215
5216 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5217
5218 2009-09-10 Michael Snyder <msnyder@vmware.com>
5219
5220 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5221 ReverseStep replies to the qSupported query.
5222
5223 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5224
5225 Add documentation for set/show interactive-mode.
5226 * gdb.texinfo (Other Misc Settings): New node.
5227
5228 2009-09-01 Doug Evans <dje@google.com>
5229
5230 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5231 non-stop mode's affect on remote caching.
5232
5233 2009-08-31 Jacob Potter <jdpotter@google.com>
5234 Doug Evans <dje@google.com>
5235
5236 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5237 Mark `set/show remotecache' options as obsolete.
5238 Document new `set/show stack-cache' option.
5239 Update text for `info dcache'.
5240
5241 2009-08-27 Doug Evans <dje@google.com>
5242
5243 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5244 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5245
5246 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5247
5248 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5249 about autoconf.
5250
5251 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5252
5253 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5254 small example, and describe its columns. Replace "inferior-id" by
5255 "infno" throughout.
5256
5257 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5258
5259 * gdbint.texinfo (Releasing GDB): Point to
5260 README-maintainer-mode file for required autoconf version.
5261 * configure.ac: Do not substitute datarootdir, htmldir,
5262 pdfdir, docdir. Do not process --with-datarootdir,
5263 --with-htmldir, --with-pdfdir, --with-docdir.
5264 * configure: Regenerate.
5265
5266 * configure: Regenerate.
5267
5268 2009-08-20 Reid Kleckner <reid@kleckner.net>
5269
5270 * gdb.texinfo: Add chapter on JIT interface.
5271
5272 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5273
5274 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5275 confirmation request.
5276
5277 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5278
5279 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5280 CRC definitions.
5281
5282 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5283
5284 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5285 -break-commands.
5286
5287 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5288
5289 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5290 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5291
5292 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5293
5294 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5295 "set spu stop-on-load" and "show spu stop-on-load" commands.
5296
5297 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5298
5299 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5300
5301 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5302
5303 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5304 org.gnu.gdb.arm.neon.
5305
5306 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5307
5308 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5309 optional element.
5310 (subsection OS ABI): New subsection.
5311
5312 2009-07-14 Stan Shebs <stan@codesourcery.com>
5313
5314 * gdb.texinfo (Tracepoint Conditions): New section.
5315 (General Query Packets): Describe ConditionalTracepoints.
5316 (Tracepoint Packets): Describe condition field.
5317 (Maintenance Commands): Describe maint agent-eval.
5318 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5319
5320 2009-07-11 Hui Zhu <teawater@gmail.com>
5321
5322 * gdb.texinfo (disassemble): Add a new modifier /r
5323 to "disassemble" command to make it print the raw instructions
5324 in hex as well as in symbolic form.
5325
5326 2009-07-09 Tom Tromey <tromey@redhat.com>
5327
5328 * gdbint.texinfo (Testsuite): Document parallel make check.
5329
5330 2009-07-09 Tom Tromey <tromey@redhat.com>
5331
5332 * gdbint.texinfo (Testsuite): Document test transcripts.
5333
5334 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5335
5336 * gdb.texinfo (Values From Inferior): Add length parameter
5337 description.
5338
5339 2009-07-04 Chris Genly <chris@genly.us>
5340
5341 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5342 in -var-list-children. Fix example according to what the code
5343 does.
5344
5345 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5346
5347 * gdb.texinfo (Debugging multiple inferiors): Document the
5348 "inferior", "detach inferior" and "kill inferior" commands.
5349 (Debugging Programs with Multiple Processes): Adjust to mention
5350 generic "inferior" commands. Delete mention of "detach fork" and
5351 "delete fork". Cross reference to "Debugging multiple inferiors"
5352 section.
5353
5354 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5355
5356 * gdbint.texinfo (Item Output Functions): Update signature
5357 for ui_out_field_core_addr.
5358
5359 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5360
5361 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5362 Update example code extrated from breakpoint.c.
5363
5364 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5365
5366 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5367 MI commands.
5368 (GDB/MI Symbol Query): Likewise.
5369 (GDB/MI File Commands): Likewise.
5370 (GDB/MI File Transfer Commands): Likewise.
5371 (GDB/MI Target Manipulation): Likewise.
5372 (GDB/MI Miscellaneous Commands): Likewise.
5373
5374 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5375
5376 * gdb.texinfo (Debugging Optimized Code): New chapter.
5377 (Compiling for Debugging): Reference it. Move some
5378 text to the new section.
5379
5380 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5381
5382 * doc/gdb.texinfo (Calling): Document
5383 set-unwind-on-terminating-exception usage.
5384
5385 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5386
5387 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5388 command.
5389
5390 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5391
5392 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5393 references.
5394
5395 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5396
5397 * gdbint.texinfo: Rename formal parameters to gdbarch function
5398 protoypes from "current_gdbarch" to "gdbarch".
5399
5400 2009-05-28 Tom Tromey <tromey@redhat.com>
5401
5402 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5403
5404 2009-05-27 Tom Tromey <tromey@redhat.com>
5405
5406 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5407 feature.
5408 (GDB/MI Variable Objects): Document -var-set-visualizer.
5409
5410 2009-04-02 Tom Tromey <tromey@redhat.com>
5411
5412 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5413 feature.
5414 (GDB/MI Variable Objects): Document -var-set-visualizer.
5415
5416 2009-05-27 Tom Tromey <tromey@redhat.com>
5417 Thiago Jung Bauermann <bauerman@br.ibm.com>
5418 Phil Muldoon <pmuldoon@redhat.com>
5419
5420 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5421 (Pretty Printing): New node.
5422 (Selecting Pretty-Printers): Likewise.
5423 (Python API): Update.
5424 (Output Formats): Document /r format.
5425
5426 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5427 Tom Tromey <tromey@redhat.com>
5428
5429 * gdb.texinfo (Types In Python): New node.
5430 (Values From Inferior): "type" is now an attribute.
5431 (Python API): Update.
5432
5433 2009-05-27 Tom Tromey <tromey@redhat.com>
5434 Thiago Jung Bauermann <bauerman@br.ibm.com>
5435 Phil Muldoon <pmuldoon@redhat.com>
5436
5437 * gdb.texinfo: Add @syncodeindex for `tp'.
5438 (Python API): Update.
5439 (Auto-loading): New node.
5440 (Objfiles In Python): New node.
5441
5442 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5443
5444 * gdb.texinfo (Threads): Document libthread-db-search-path.
5445
5446 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5447
5448 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5449
5450 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5451
5452 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5453 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5454 show show-debug-regs' docs.
5455
5456 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5457
5458 * gdb.texinfo (Process Record and Replay): Add description of
5459 reverse execution.
5460
5461 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5462
5463 * gdbint.texinfo (Adding support for debugging core files): New node.
5464 (Native Debugging): Remove the ``Native core file Support'' section.
5465
5466 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5467
5468 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5469 Add index entries.
5470
5471 2009-04-30 Hui Zhu <teawater@gmail.com>
5472 Michael Snyder <msnyder@vmware.com>
5473
5474 * gdb.texinfo: (Process Record and Replay): Add documentation for
5475 process record and replay.
5476
5477 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5480 a new part on command-line defined macros.
5481
5482 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5483
5484 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5485 clarify the wording.
5486
5487 2009-04-23 Tom Tromey <tromey@redhat.com>
5488
5489 * gdb.texinfo (Data Files): New node.
5490 (GDB Files): Update menu.
5491
5492 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdbint.texinfo (Defining Other Architecture Features): Remove
5495 entry for PROCESS_LINENUMBER_HOOK.
5496
5497 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5498
5499 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5500
5501 2009-04-22 Hui Zhu <teawater@gmail.com>
5502
5503 * gdb.texinfo (disassemble-next-line): Set the default of
5504 disassemble-next-line to off.
5505
5506 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5507
5508 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5509 --with-htmldir): New.
5510 * configure: Regenerate.
5511 * Makefile.in (datarootdir, docdir): Define.
5512 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5513 instead of $(SET_TEXINPUTS).
5514 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5515 gdbint.info instead of $(SET_TEXINPUTS).
5516 (gdbint/index.html): Use same -I options as for building
5517 gdbint.info.
5518 (stabs.dvi, stabs.pdf): Use same -I options as for building
5519 stabs.info instead of $(SET_TEXINPUTS).
5520 (stabs/index.html): Use same -I options as for building
5521 stabs.info.
5522 (annotate.dvi, annotate.pdf): Use same -I options as for building
5523 annotate.info instead of $(SET_TEXINPUTS).
5524 (annotate/index.html): Use same -I options as for building
5525 annotate.info.
5526
5527 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5528
5529 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5530
5531 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5532
5533 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5534
5535 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5536 Joseph Myers <joseph@codesourcery.com>
5537
5538 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5539 (MAKEHTMLFLAGS): Set to empty.
5540 (html__strip_dir): Define.
5541 (HTMLFILES): Define.
5542 (HTMLFILES_INSTALL): Define.
5543 (install-html): Copy new automake rule.
5544 (html): Depend on $(HTMLFILES).
5545 (gdb_toc.html): Rename to gdb/index.html.
5546 (gdbint_toc.html): Rename to gdbint/index.html.
5547 (stabs_toc.html): Rename to stabs/index.html.
5548 (annotate_toc.html): Rename to annotate/index.html.
5549
5550 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5551
5552 * Makefile.in: Set pdfdir and htmldir from configure
5553 substitutions.
5554 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5555 * configure: Regenerate.
5556
5557 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5558
5559 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5560 This macro is no longer used.
5561
5562 2009-04-15 Tom Tromey <tromey@redhat.com>
5563
5564 * gdb.texinfo (Character Sets): Document default character set.
5565
5566 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5567
5568 * gdbint.texinfo: Change server name from sources.redhat.com to
5569 sourceware.org throughout.
5570
5571 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5572
5573 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5574 about a missing dot or coma after @xref.
5575
5576 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5577
5578 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5579 example, and add a small explanation about it.
5580 (Print Settings): Change the documentation of the "set print
5581 frame-arguments" to reflect the fact that the default is now "scalars".
5582
5583 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5584
5585 * gdb.texinfo (Print Settings): Add kindex for command "set
5586 print frame-arguments".
5587
5588 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5589
5590 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5591 breakpoints.
5592 (Set Breaks): Add reference to thread-specific and task-specific
5593 breakpoints.
5594
5595 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdb.texinfo (Ada Tasks): Remove the documentation about
5598 the "Running" state, as this state has been eliminated.
5599 Now all runnable tasks are shown as "Runnable".
5600
5601 2009-03-30 Stan Shebs <stan@codesourcery.com>
5602
5603 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5604 special case of breakpoints.
5605 (Enable and Disable Tracepoints): Mention deprecation.
5606 (Listing Tracepoints): Update description and example.
5607
5608 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5609
5610 * gdb.texinfo (Frames in Python): New node.
5611 (Python API): Update.
5612
5613 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5614
5615 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5616 from a method to an attribute.
5617
5618 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5619
5620 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5621 attribute.
5622
5623 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5624
5625 * observer.texi (thread_exit): Add "silent" parameter.
5626
5627 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5628
5629 * observer.texi (about_to_proceed): New.
5630
5631 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5632
5633 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5634 field throughout to handle types with spaces in them. Fix typos
5635 found by aspell.
5636 (Summary, Requirements, Contributors): New first chapter,
5637 "Summary" added, old Requirements section moved there, and new
5638 section, "Contributors" added.
5639 (Initializing a New Architecture, Register Representation)
5640 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5641 (Porting gdb): These sections extended and updated.
5642 (Compiler Characteristics): This section (empty) deleted.
5643 (Defining Other Architecture Features): This section renamed and
5644 duplicate material removed from (formerly "Target Conditionals").
5645 Use braces {} in @deftypeXX type field throughout to handle types
5646 with spaces in them. Typos found by aspell fixed.
5647
5648 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5649 * stack_frame.pdf: Version of image for PDF output.
5650 * stack_frame.png: Version of image for HTML output and for Emacs.
5651 * stack_frame.txt: Version of image for Info output.
5652 * stack_frame.eps: Version of image for TeX DVI output.
5653
5654 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5655
5656 * gdb.texinfo (Character Sets): Fix last change.
5657
5658 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5659
5660 * gdb.texinfo (Values From Inferior): Fix optional arguments
5661 markup.
5662 (Commands In Python): Adjust argument names of gdb.Command.__init__
5663 to what the function accepts as keywords.
5664
5665 2008-03-20 Tom Tromey <tromey@redhat.com>
5666
5667 * gdb.texinfo (Convenience Vars): Document convenience functions.
5668 (Functions In Python): New node.
5669 (Python API): Update.
5670
5671 2009-03-20 Tom Tromey <tromey@redhat.com>
5672
5673 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5674 set target-wide-charset.
5675 (Requirements): Mention iconv.
5676
5677 2009-03-17 Hui Zhu <teawater@gmail.com>
5678
5679 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5680
5681 2009-03-17 Hui Zhu <teawater@gmail.com>
5682
5683 * gdb.texinfo: Add documentation for disassemble-next-line.
5684
5685 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5686
5687 * gdb.texinfo (Commands In Python): Remove tindex entries.
5688
5689 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * gdb.texinfo (Returning): New description for missing debug info.
5692
5693 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5694
5695 * gdb.texinfo (Remote Configuration): Document query-attached.
5696 (General Query Packets): Document qAttached.
5697
5698 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5699
5700 * gdb.texinfo (Background Execution): Better describe the set
5701 target-async command.
5702 (Maintenance Commands): Delete description of the `maint set/show
5703 linux-async' and `maint set/show remote-async' commands.
5704
5705 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5706
5707 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5708 between sentences.
5709
5710 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5711
5712 * gdb.texinfo (GDB/MI Async Records): Document the
5713 =library-loaded and =library-unloaded notifications.
5714
5715 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5716
5717 * observer.texi (test_notification): New observer.
5718
5719 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5720
5721 * observer.texi: Add parameter 'print_frame' to normal_stop
5722 observer.
5723
5724 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5725
5726 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5727 (Commands In Python): Fix COMMAND_* constants in last change. Use
5728 @kbd for interactive input. Add cross-references and index
5729 entries.
5730
5731 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5732
5733 * gdb.texinfo (Signals): Document $_siginfo.
5734 (Convenience Variables): Mention $_siginfo.
5735 (Remote Configuration): Document qXfer:siginfo:read,
5736 qXfer:siginfo:write packets, and the read-siginfo-object,
5737 write-siginfo-object commands.
5738
5739 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5740
5741 * gdbint.texinfo (Values): New chapter.
5742
5743 2009-02-06 Tom Tromey <tromey@redhat.com>
5744
5745 * gdb.texinfo (Python API): Add entry for Commands In Python.
5746 (Commands In Python): New node.
5747
5748 2009-02-05 Tom Tromey <tromey@redhat.com>
5749
5750 * gdb.texinfo (Values From Inferior): Document Value.string.
5751
5752 2009-02-05 Tom Tromey <tromey@redhat.com>
5753
5754 * gdb.texinfo (Basic Python): Document execute's from_tty
5755 argument.
5756
5757 2009-02-04 Tom Tromey <tromey@redhat.com>
5758
5759 * gdb.texinfo (Basic Python): Document gdb.history.
5760
5761 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5762
5763 * gdb.texinfo (GDB/MI Thread Commands): Document the
5764 'current-thread-id' field. Remove the example with zero threads,
5765 since current GDB won't ever report that if there's inferior.
5766
5767 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5768
5769 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5770 option to -break-insert.
5771
5772 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5773 Jerome Guitton <guitton@adacore.com>
5774
5775 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5776 (System-wide configuration): New section.
5777
5778 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5779
5780 PR gdb/7580:
5781 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5782 internal-error|internal-warning quit|corefile ask|yes|no".
5783
5784 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5785
5786 * gdb.texinfo (Using the `gdbserver' Program): Document
5787 --remote-debug.
5788
5789 2009-01-23 Doug Evans <dje@google.com>
5790
5791 * gdb.texinfo: Add nexti to list of commands that support
5792 background execution.
5793
5794 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5795
5796 * gdb.texinfo (Define, Hooks): Document prefix command support.
5797
5798 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5799 Carlos O'Donell <carlos@codesourcery.com>
5800
5801 Fixes for makeinfo --html.
5802
5803 * annotate.texinfo: Use @copying and @insertcopying. Use
5804 @ifnottex in place of @ifinfo.
5805 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5806 place of @ifinfo. Use @ifnotinfo for one index entry.
5807 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5808 in place of @ifinfo.
5809 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5810 in place of @ifinfo. Include contents at start unconditionally.
5811
5812 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5813
5814 * gdb.texinfo (General Query Packets): Remove @var{} around the
5815 "spu" literal string.
5816
5817 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5818
5819 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5820 program may be running in another process" errors.
5821 * gdbint.texinfo (Native Conditionals): Delete
5822 ONE_PROCESS_WRITETEXT description.
5823
5824 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5825
5826 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5827 emacs local variable to be placed at the end of the ChangeLog.
5828 Add server.c and gdbreplay.c to the list of files where the
5829 copyright year needs to be updated.
5830
5831 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5832
5833 * gdb.texinfo (Remote Configuration): Document new
5834 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5835 commands.
5836
5837 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5838
5839 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5840 FETCH_INFERIOR_REGISTERS.
5841 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5842 FETCH_INFERIOR_REGISTERS descriptions. Remove
5843 gdbarch_get_longjmp_target descrition, since already described in
5844 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5845 (Target Conditionals): ... here.
5846
5847 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5848
5849 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5850 examples.
5851 (Additions to Ada): Likewise. Add the missing opening and closing
5852 parenthesis of the GDB prompt in one of the examples.
5853
5854 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5857 about the result of 'Address not being of type System.Address.
5858 This problem has been fixed a while ago.
5859
5860 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5861
5862 MI non-stop and multiprocess docs.
5863
5864 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5865 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5866 Adjust documentation for *stopped, document =thread-created,
5867 =thread-exited, =thread-group-created and =thread-group-exited.
5868 (GDB/MI Thread Commands): Document the 'state' field in
5869 -thread-info output.
5870 (GDB/MI Program Execution): Mention --all and --thread-group
5871 options.
5872 (GDB/MI Variable Objects): Describe floating and fixed variable
5873 objects.
5874 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5875
5876 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5877
5878 * gdb.texinfo (Operating System Information): New appendix.
5879 (Operating System Auxiliary Information): Document 'info os processes'
5880 (Remote Configuration): Document 'osdata'
5881 (General Query Packets): Document qXfer:osdata:read.
5882
5883 2008-11-27 Tristan Gingold <gingold@adacore.com>
5884
5885 * gdb.texinfo (Darwin): Document Darwin specific features.
5886
5887 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5888
5889 * gdbint.texinfo (Target Conditionals): Extend the
5890 gdbarch_breakpoint_from_pc description.
5891
5892 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5893
5894 * gdb.texinfo (M68K Features): Fix typo.
5895
5896 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5897
5898 * gdb.texinfo (Symbols): Mention printing containing
5899 image name in "info symbol".
5900 (Maint translate-address): Likewise.
5901
5902 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5903
5904 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5905 commands "catch load" and "catch unload".
5906
5907 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5908
5909 * gdb.texinfo (GDB/MI Async Records): Document
5910 =thread-selected.
5911
5912 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5913
5914 * observer.texi (new_inferior, inferior_exit): New observers.
5915
5916 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5917
5918 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5919 .mt files, TM_CLIBS or TM_CDEPS.
5920 (x86 Watchpoints): Don't mention TDEPFILES.
5921
5922 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5923
5924 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5925 (Overview): Mention notifications and non-stop mode behavior.
5926 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5927 with non-stop mode behavior. Add vStopped description.
5928 (Stop Reply Packets): Update list of packets that return
5929 stop replies. Mention non-stop behavior.
5930 (General Query Packets): Document QNonStop packet and associated
5931 qSupported query response.
5932 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5933 behavior.
5934 (Notification Packets): New section.
5935 (Remote Non-Stop): New section.
5936 (File-I/O Overview): Mention non-stop behavior.
5937
5938 2008-10-24 Hui Zhu <teawater@gmail.com>
5939 Pedro Alves <pedro@codesourcery.com>
5940
5941 * gdb.texinfo (displaced-stepping): Describe the auto mode
5942 setting, and say it's the default. This is now a mainstream
5943 setting instead of a maintenance setting.
5944
5945 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5946
5947 * observer.texi (thread_stop_requested): New.
5948
5949 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5950
5951 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5952 (Patching): Replace incorrect usage of @samp by @kbd.
5953
5954 2008-10-17 Michael Snyder <msnyder@vmware.com>
5955
5956 * gdb.texinfo: Add documentation for reverse execution.
5957
5958 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5959 Eli Zaretskii <eliz@gnu.org>
5960
5961 * gdb.texinfo. (Values From Inferior): New subsubsection.
5962
5963 2008-10-06 Doug Evans <dje@google.com>
5964
5965 * gdb.texinfo (set debug dwarf2-die): Document it.
5966
5967 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5968
5969 * gdb.texinfo (catch) [exception]: Document how to insert
5970 a breakpoint on user-defined exceptions when the exception
5971 name is identical to one of the language-defined ones.
5972
5973 2008-09-27 Tom Tromey <tromey@redhat.com>
5974
5975 * gdb.texinfo (Macros): Remove text about stringification,
5976 varargs, and splicing.
5977
5978 2008-09-27 Tom Tromey <tromey@redhat.com>
5979
5980 * gdbint.texinfo (Language Support): Remove text about omitting
5981 support for a language.
5982
5983 2008-09-23 Doug Evans <dje@google.com>
5984
5985 * gdb.texinfo (info dcache): Update.
5986
5987 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5988
5989 * gdb.texinfo (Packets): Add info on thread-id syntax and
5990 multiprocess extensions.
5991 <D>: Document multiprocess form of packet.
5992 <H>: Use thread-id syntax.
5993 <T>: Likewise.
5994 <vCont>: Likewise. Note this is required for multiprocess.
5995 <vKill>: New packet.
5996 (Stop Reply Packets) <T>: Use thread-id syntax.
5997 <W>: Document multiprocess form of reply.
5998 <X>: Likewise.
5999 (General Query Packets) <qC>: Use thread-id syntax.
6000 <qfThreadInfo>: Likewise.
6001 <qGetTLSAddr>: Likewise.
6002 <qP>: Likewise.
6003 <qSupported>: Add "multiprocess" feature.
6004 <qThreadExtraInfo>: Use thread-id syntax.
6005
6006 2008-09-22 Stan Shebs <stan@codesourcery.com>
6007
6008 * gdb.texinfo (Inferiors): New section.
6009
6010 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6011
6012 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6013
6014 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6015
6016 * gdbint.texinfo (Target Conditionals): Remove documentation
6017 for gdbarch_name_of_malloc.
6018
6019 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6020
6021 * gdb.texinfo (Interrupts): Mention TCP interface for
6022 sending BREAK.
6023
6024 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6025
6026 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6027 argument prefix to "set sysroot".
6028
6029 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6030
6031 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6032 and False.
6033
6034 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6035
6036 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6037 for possible features of -list-features.
6038
6039 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6040
6041 * gdb.texinfo (Background execution): Adjust example
6042 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6043
6044 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6045
6046 * doc/gdb.texinfo (PowerPC): Fix typo.
6047 (PowerPC features): Fix typo.
6048
6049 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6050
6051 * observer.texi (thread_ptid_changed): New.
6052
6053 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6054
6055 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6056 (PowerPC features): Mention feature set for VSX registers.
6057
6058 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6059
6060 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6061 the direct visibility of all names in user-written packages.
6062
6063 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6064
6065 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6066 setting, and make it the default.
6067 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6068 non-stop script example.
6069
6070 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6071
6072 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6073 reference to the "Using Different Register and Memory Data
6074 Representation" section.
6075
6076 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6077
6078 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6079 (Remote Protocol): Add Packet Acknowledgment to menu.
6080 (Overview): Mention +/- can be disabled, and point to new section
6081 where this is discussed in detail.
6082 (General Query Packets): Document QStartNoAckMode packet, and
6083 corresponding qSupported reply.
6084 (Packet Acknowledgment): New section.
6085
6086 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6087 Pedro Alves <pedro@codesourcery.com>
6088
6089 * gdb.texinfo (Threads): Move paragraph about automatic thread
6090 selection to All-Stop Mode subsection.
6091 (Thread Stops): Reorganize existing material into subsections.
6092 Add introductory blurb and menu.
6093 (Non-Stop Mode): New subsection.
6094 (Background Execution): New subsection.
6095 (Maintenance Commands): Add cross-references from async mode
6096 commands to the new Background Execution section.
6097
6098 2008-08-06 Tom Tromey <tromey@redhat.com>
6099
6100 * gdb.texinfo (Extending GDB): New chapter.
6101 (Sequences): Demoted chapter, now a section under the new
6102 Extending GDB chapter.
6103 (Python): New section.
6104
6105 2008-07-31 Stan Shebs <stan@codesourcery.com>
6106
6107 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6108
6109 2008-07-29 Stan Shebs <stan@codesourcery.com>
6110
6111 * gdbint.texinfo: General round of cleanup and minor
6112 clarifications.
6113 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6114 (Longjmp Support): Update description to reflect how it is done
6115 for targets without using native header.
6116 (Symbol Handling): Add a little more general explanation.
6117 (COFF, ELF): Mention stabs encapsulation.
6118 (DWARF 3): New section.
6119 (Adding a New Host): Scrub out some obsolete bits.
6120 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6121 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6122 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6123 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6124 SEEK_SET, STOP_SIGNAL, USG.
6125 (Raw and Virtual Register Representations): Ditto for
6126 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6127 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6128 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6129 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6130 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6131 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6132 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6133 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6134 DEPRECATED_USE_STRUCT_CONVENTION.
6135 Describe gdbarch_deprecated_fp_regnum.
6136 Update description of gdbarch_print_insn.
6137 (Adding a New Target): Scrub out obsolete bits.
6138 (Obsolete Conditionals): Remove entire section.
6139
6140 2008-07-25 Tom Tromey <tromey@redhat.com>
6141
6142 * observer.texi (GDB Observers): Document new observers:
6143 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6144 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6145 architecture_changed.
6146
6147 2008-07-21 Stan Shebs <stan@codesourcery.com>
6148
6149 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6150 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6151
6152 2008-07-21 Tom Tromey <tromey@redhat.com>
6153
6154 * observer.texi (GDB Observers): Remove obsolete comment.
6155 <executable_changed>: Remove argument.
6156
6157 2008-07-18 Tom Tromey <tromey@redhat.com>
6158
6159 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6160
6161 2008-07-10 Doug Evans <dje@google.com>
6162
6163 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6164
6165 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6166
6167 * gdb.texinfo (Starting): Document "set disable-randomization".
6168
6169 2008-07-07 Andreas Schwab <schwab@suse.de>
6170
6171 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6172
6173 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6174
6175 * gdb.texinfo (GDB/MI Target Manipulation): Add
6176 example of -target-attach.
6177
6178 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6179
6180 * observer.texi (target_resumed): New observer.
6181 * gdb.texinfo (GDB/MI Output Records): Document *running.
6182
6183 2008-06-06 Tom Tromey <tromey@redhat.com>
6184
6185 * gdb.texinfo (Completion): Add field name example.
6186
6187 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6188
6189 * gdb.texinfo (GDB/MI Program Context): Added example
6190 to -exec-arguments
6191
6192 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6193
6194 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6195 annotation.
6196
6197 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6198 Nathan Sidwell <nathan@codesourcery.com>
6199 Joseph Myers <joseph@codesourcery.com>
6200
6201 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6202 and ACX_BUGURL.
6203 * configure: Regenerate.
6204 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6205 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6206 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6207 mailing-list-specific text about bug reporting unless
6208 BUGURL_DEFAULT.
6209
6210 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6211
6212 * gdb.texinfo (-target-select): Remove reference to target async.
6213 (Maintenance Commands): Document "maint set/show remote-async".
6214
6215 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6216
6217 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6218 in -target-file-get section.
6219
6220 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6221
6222 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6223 killing the inferior when it is already debugging a process.
6224
6225 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6226
6227 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6228 abbreviation for "finish".
6229
6230 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6231
6232 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6233
6234 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6235
6236 * gdbint.texinfo (Target Conditionals): Delete entry for
6237 gdbarch_dwarf_reg_to_regnum.
6238
6239 2008-05-09 Doug Evans <dje@google.com>
6240
6241 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6242
6243 2008-05-05 Doug Evans <dje@google.com>
6244
6245 * gdb.texinfo (disassemble): Document /m modifier.
6246
6247 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6248
6249 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6250 will not report the time of commands that run the target.
6251
6252 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6253
6254 * gdb.texinfo (GDB/MI Output Records): Add
6255 missing semicolon.
6256
6257 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6258
6259 * gdb.texinfo (GDB/MI Output Records):
6260 Document =thread-create and =thread-exited.
6261
6262 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6263
6264 * gdb.texinfo (GDB/MI Development and Front Ends):
6265 Remove mention of dmi-discuss.
6266
6267 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6268
6269 * observer.texi (thread_exit): New.
6270
6271 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6272
6273 * gdb.texinfo (Debugging Output): Document "set/show debug
6274 displaced".
6275 (Maintenance Commands): Document "maint set/show
6276 can-use-displaced-stepping".
6277
6278 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6279
6280 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6281 and set/show arm force-mode.
6282
6283 2008-05-02 Andreas Schwab <schwab@suse.de>
6284
6285 * gdbint.texinfo (Algorithms): Describe
6286 target_watchpoint_addr_within_range.
6287
6288 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6289
6290 * gdbint.texinfo (Stack Frames): New chapter.
6291 (Algorithms): Move Frames text to the new chapter.
6292 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6293 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6294
6295 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6296
6297 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6298 output does not necessary include any tokens.
6299
6300 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6301
6302 * gdb.texinfo (Set SH Calling convention): New @item.
6303 (Show SH Calling convention): Ditto.
6304
6305 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6306
6307 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6308
6309 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6310
6311 * gdb.texinfo (Set Breaks): Mention that multiple location
6312 breakpoints need line number info. Add index entries.
6313
6314 2008-04-19 Craig Silverstein <csilvers@google.com>
6315
6316 * gdb.texinfo (Requirements): Add an optional requirement on
6317 zlib.
6318 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6319 Compressed DWARF 2.
6320
6321 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6322
6323 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6324 sample output for 'stopped,reason="breakpoint-hit"' message.
6325 (GDB/MI Program Execution): Likewise.
6326
6327 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6328
6329 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6330 -var-set-format. Add -f option to -var-evaluate-expression.
6331
6332 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6333
6334 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6335 new node "Ambiguous Expressions". Replace references to this
6336 node by references to "Ambiguous Expressions" throughout.
6337 (Ambiguous Expressions): New node.
6338
6339 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6340
6341 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6342
6343 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6344
6345 * gdb.texinfo (Debugging Output): Document
6346 "set/show debug lin-lwp-async".
6347 (Maintenance Commands): Document "maint set/show linux-async".
6348
6349 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6350
6351 * gdb.texinfo (Expressions): Update description of malloced arrays.
6352
6353 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6354
6355 * gdb.texinfo (Thread Commands): Document
6356 -thread-info. Remove -thread-list-all-threads.
6357
6358 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6359 Sandra Loosemore <sandra@codesourcery.com>
6360
6361 * gdb.texinfo (Library List Format): Update to mention the
6362 possibility to pass section addresses instead of segment
6363 addresses.
6364
6365 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.texinfo (Starting): Document "set exec-wrapper".
6368 (Server): Document gdbserver --wrapper.
6369
6370 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6371
6372 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6373 unreadable memory. Delete obsolete SPARClite reference.
6374
6375 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6376
6377 * gdb.texinfo (Starting): Mention always-running targets.
6378 (Target Commands): Add an anchor for load.
6379 (Connecting): Explain continue instead of run.
6380
6381 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6382
6383 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6384
6385 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6386
6387 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6388 breakpoint table.
6389
6390 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6391
6392 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6393 killing the inferior when it is already debugging a process.
6394
6395 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6396
6397 * gdbint.texinfo (Build Script): New section. Mention new build script
6398 gdb_buildall.sh.
6399
6400 2008-02-01 Jim Blandy <jimb@red-bean.com>
6401
6402 * gdb.texinfo (Help): Summarize 'info args' correctly.
6403
6404 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6405
6406 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6407 available in PowerPC architecture.
6408 (Embedded Processors): Change node name of PowerPC item in menu.
6409 (PowerPC): Rename to...
6410 (PowerPC Embedded): this.
6411 (Architectures): Add new PowerPC item in menu.
6412 (PowerPC): New node.
6413
6414 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6417 commands.
6418
6419 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6420
6421 * gdb.texinfo (Setting Catchpoints): Mention features
6422 supported on GNU/Linux.
6423
6424 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6425
6426 * gdb.texinfo (GDB/MI File Commands): Describe new output
6427 field for MI command -file-list-exec-source-file.
6428
6429 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6430
6431 * gdb.texinfo (Using the `gdbserver' Program): Add security
6432 warning. Rearrange into subsections and subsubsections. Document
6433 --multi and --debug. Correct --with-sysroot typo. Update --attach
6434 usage. Make load reference clearer. Document monitor exit.
6435 (Remote Configuration): Document set remote exec-file, attach-packet,
6436 and run-packet.
6437 (Packets): Document vAttach and vRun.
6438
6439 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6440
6441 * gdb.texinfo (Processes): Mention process command.
6442 detach-on-follow -> detach-on-fork.
6443
6444 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6445
6446 * gdbint.texinfo (Native Conditionals): Remove
6447 SHELL_COMMAND_CONCAT and SHELL_FILE.
6448
6449 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6450
6451 * gdb.texinfo (Specify Location): Improve wording.
6452
6453 2008-01-23 Chris Demetriou <cgd@google.com>
6454
6455 * gdb.texinfo (Threads): Document new "set print thread-events"
6456 and "show print thread-events" commands.
6457
6458 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6459
6460 * gdb.texinfo (Specify Location): New section.
6461 (Delete Breaks, Edit, Set Breaks): Remove description of
6462 locations. Instead, add a reference to "Specify Location".
6463 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6464 (Symbols): Refer to "Specify Location" for the valid forms of
6465 linespecs and locations.
6466
6467 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6468
6469 * gdbint.texinfo (Target Conditionals): Replace the description of
6470 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6471
6472 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6473
6474 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6475 about &&var, which is rejected by the expression parser.
6476
6477 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6478
6479 * gdb.texinfo (Output): Update documentation on using printf with DFP
6480 types.
6481
6482 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6483
6484 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6485 subsubsection.
6486 (Decimal Floating Point format): New subsubsection.
6487
6488 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6489
6490 * gdb.texinfo (File Options): Remove mention of the attempt to
6491 open a core file with the -p option. Don't list -c as a valid
6492 option to attach to a process.
6493
6494 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6495
6496 * gdbint.texinfo (Host Conditionals): Remove mention of
6497 ALIGN_STACK_ON_ENTRY.
6498
6499 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6500
6501 * gdbint.texinfo (Start of New Year Procedure): Add item
6502 describing how to update the source and documentation copyright
6503 notices.
6504
6505 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6506
6507 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6508 watchpoint explanation into the main description of the watchpoint
6509 command; update synopses of 'watch', 'rwatch', and 'awatch'
6510 commands.
6511
6512 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6515 Document 'pending-breakpoints' feature of
6516 -list-features.
6517
6518 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6519
6520 * gdb.texinfo: Add new parameter's description.
6521
6522 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6523
6524 * gdb.texinfo (Overview): Clarify run-length encoding
6525 example. Remove the restriction on "+" and "-" characters.
6526
6527 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6528
6529 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6530
6531 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6532
6533 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6534 the -f option for -break-insert, remove -r option,
6535 and clarify specification of location.
6536
6537 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6538
6539 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6540 formatting.
6541 (Remote Debugging): Add File Transfer section.
6542 (Remote Configuration): Document Host I/O packets.
6543 (GDB/MI): Add GDB/MI File Transfer Commands section.
6544 (Host I/O Packets): New section in "Remote Protocol".
6545 (Packets): Add vFile.
6546
6547 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6548
6549 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6550 breakpoints with multiple locations.
6551 (Breakpoint Menus): Improve wording.
6552 (Output): Fix last change.
6553
6554 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6555
6556 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6557
6558 2007-11-15 Doug Evans <dje@google.com>
6559
6560 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6561
6562 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6563
6564 * gdbint.texinfo (Native Conditionals): Remove
6565 mention of CLEAR_SOLIB.
6566
6567 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6568
6569 * gdb.texinfo (Print Settings): Add documentation for "set/show
6570 print frame-arguments".
6571
6572 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6573
6574 * gdb.texinfo (Output): Update printf command's description.
6575
6576 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6577
6578 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6579 powerpc soft-float".
6580
6581 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6582
6583 * gdb.texinfo (Files): Correct formatting. Mention Expat
6584 requirement.
6585 (Requirements for Building GDB): Expand the list of Expat
6586 uses.
6587 (Library List Format, Memory Map Format): Mention Expat.
6588 (Target Descriptions): Update Expat wording.
6589
6590 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6593 Document that gdbarch_convert_register_p should return zero for no-op
6594 conversions.
6595
6596 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6597
6598 * gdbint.texi (Compiler Characteristics): Move documentation
6599 of set_gdbarch_sofun_address_maybe_missing back to ...
6600 (Target Conditionals): ... here to fix build break.
6601
6602 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6603
6604 * gdbint.texi (Target Conditionals): Remove documentation of
6605 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6606 (Compiler Characteristics): ... documentation of
6607 set_gdbarch_sofun_address_maybe_missing.
6608
6609 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6610
6611 * gdbint.texinfo (Target Conditionals): Use
6612 frame_unwind_register_unsigned in examples instead of
6613 frame_unwind_unsigned_register.
6614
6615 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6616
6617 * gdb.texinfo (Predefined Target Types): Add int128
6618 and uint128.
6619 (Standard Target Features): Add PowerPC features.
6620
6621 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6622
6623 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6624
6625 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6626
6627 * gdbint.texi (Target Conditionals): Remove documentation
6628 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6629 gdbarch_extract_return_value, and gdbarch_store_return_value.
6630
6631 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6632
6633 * gdbint.texi (Target Conditionals): Remove documentation of
6634 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6635
6636 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6637
6638 * gdb.texinfo: Mention that inaccessible-by-default is on by
6639 default.
6640
6641 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6644
6645 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6646
6647 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6648 multi-threaded watchpoints.
6649 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6650 checked. Describe sticky notification. Expand description
6651 of steppable and continuable watchpoints.
6652 (Watchpoints and Threads): New subsection.
6653
6654 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6655
6656 * gdb.texinfo (Setting Breakpoints): Revise
6657 documentation for pending breakpoints. Document
6658 breakpoints with multiple locations.
6659
6660 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6661
6662 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6663 Document -list-features.
6664
6665 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6666
6667 * gdb.texinfo (Output): Spell out which features of C's printf are
6668 not supported by GDB's printf.
6669 (Separate Debug Files): More accurate wording regarding build ID
6670 and a reference to the ld manual rather than the Fedora wiki.
6671
6672 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6673 Jim Blandy <jimb@codesourcery.com>
6674
6675 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6676 (Examining Memory): Update mentions of the 's' format.
6677 (Automatic Display): Likewise.
6678
6679 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6680
6681 * gdb.texinfo: Update the FSF's Back-Cover Text.
6682
6683 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6684 Eli Zaretskii <eliz@gnu.org>
6685
6686 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6687 Fixed the ``build ID'' name. New binaries build instructions for the
6688 build ID inclusion. Explain how the commands are specific to the build
6689 ID vs. debug link.
6690
6691 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6692
6693 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6694 indexing for ``build ID'' support.
6695
6696 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6697
6698 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6699 Enlisted BUILD ID to the debug file searching example.
6700 Included a BUILD ID `.note.gnu.build-id' section description.
6701 Updated/added the debug files splitting instructions for OBJCOPY.
6702
6703 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6704
6705 * gdb.texinfo (Variable Objects): Adjust docs
6706 for -var-info-expression and document
6707 -var-info-path-expression.
6708
6709 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6710
6711 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6712 (title page): Include the dedication in the printed manual, as a
6713 separate page after the copyright notice.
6714
6715 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6716 don't break a @var across a line.
6717
6718 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6719
6720 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6721 for include files.
6722
6723 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6724
6725 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6726 in annotate.texinfo.
6727 (Command History): Link to new node.
6728
6729 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6730
6731 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6732
6733 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6734
6735 * gdbint.texinfo (Target Conditionals): Fix last change.
6736
6737 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6738
6739 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6740 routines:
6741 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6742 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6743 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6744 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6745 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6746 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6747 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6748 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6749 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6750 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6751 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6752 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6753 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6754 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6755 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6756 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6757 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6758 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6759 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6760 (SOFTWARE_SINGLE_STEP_P)
6761
6762 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6763 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6764
6765 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6766 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6767 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6768 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6769 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6770 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6771 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6772 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6773 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6774 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6775
6776 (Converting an existing Target Architecture to Multi-arch): Remove
6777 section.
6778
6779 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6780 (gdbarch_addr_bits_remove): Add code example.
6781
6782 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6783
6784 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6785
6786 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6787 Add other missing entries. Adjust the table size to fit.
6788 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6789 stop reasons including the new "library" event.
6790 (General Query Packets): Adjust table widths for qSupported. Mention
6791 qXfer:libraries:read reply to qSupported and document the new packet.
6792 (Library List Format): New section.
6793
6794 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6797
6798 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6799
6800 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6801
6802 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6803
6804 * gdbint.texinfo (Register and Memory Data): Break sections
6805 into nodes and add a menu.
6806
6807 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6808
6809 * gdb.texinfo (Examining Memory): Document the new behaviour.
6810
6811 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6812
6813 * gdb.texinfo (Standard Target Features): Document
6814 m68k features.
6815
6816 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6819
6820 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6821
6822 * gdb.texinfo (Target Description Format): Add version attribute
6823 for <target>.
6824
6825 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6826
6827 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6828
6829 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6830
6831 * gdb.texinfo (MIPS Features): New subsection.
6832
6833 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6834 Markus Deuling <deuling@de.ibm.com>
6835
6836 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6837 and qXfer:spu:write packets and mention them under qSupported.
6838
6839 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6840 Markus Deuling <deuling@de.ibm.com>
6841
6842 * gdb.texinfo (Architectures): Add new SPU section to document
6843 Cell Broadband Engine SPU architecture specific commands.
6844
6845 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6846
6847 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6848 comments.
6849
6850 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6851
6852 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6853
6854 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6855
6856 * gdb.texinfo (Overview): Doc fix.
6857
6858 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6859
6860 * gdb.texinfo (Remote Configuration): Document "set/show
6861 remoteflow".
6862
6863 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6864
6865 * gdb.texinfo (MIPS): Remove documentation for set mips
6866 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6867 stack-arg-size.
6868
6869 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6870
6871 * all-cfg.texi (GDBTUI): New.
6872 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6873 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6874 (TUI Configuration): Edit to improve clarity and fix problems of
6875 both style and content.
6876
6877 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6878
6879 * observer.texi (GDB Observers): New observer "new_objfile".
6880
6881 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6882
6883 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6884
6885 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6886
6887 * gdb.texinfo (GDB/MI Variable Objects): Document
6888 frozen variables objects.
6889
6890 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6891
6892 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6893 (Character Sets, Caching Data of Remote Targets): Likewise.
6894 (Targets): Delete Remote node. Move its text...
6895 (Debugging Remote Programs): ...to here. Delete description
6896 of the "remote" command.
6897 (Remote configuration): Delete description of "set remotedevice"
6898 and "show remotedevice".
6899 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6900
6901 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6902
6903 * gdb.texinfo (Contributors, Continuing and Stepping)
6904 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6905 (General Query Packets, File-I/O Remote Protocol Extension)
6906 (Protocol Basics, The F Reply Packet, Write)
6907 (Protocol-specific Representation of Datatypes, Memory Transfer):
6908 Fix hyphenation, punctuation and grammar problems.
6909 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6910 'section' instead of 'subsection' in the text.
6911 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6912 (i386): Remove period from section name.
6913 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6914 (Config Names, Configure Options): Use @file{configure}.
6915
6916 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6919 and tab expansion.
6920
6921 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6922
6923 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6924
6925 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6926
6927 * gdb.texinfo: Consistently capitalize all significant words in
6928 node names, chapter titles, section titles, and headings. Update
6929 cross references to match.
6930 (Starting and Stopping Trace Experiment): Make node name plural.
6931 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6932
6933 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6934
6935 * gdb.texinfo (WinCE): Delete obsolete subsection.
6936
6937 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6938
6939 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6940 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6941 references.
6942
6943 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6944
6945 * gdb.texinfo (Startup): Delete references to some alternate
6946 names for .gdbinit.
6947 (Thread): Remove LynxOS reference.
6948 (Tandem ST2000): Delete target-specific documentation.
6949 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6950 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6951 and GDB_OSABI_LYNXOS.
6952
6953 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6954
6955 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6956
6957 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6958
6959 * gdbint.texinfo (Target Conditionals): Remove mention of
6960 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6961 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6962
6963 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6964
6965 * Makefile.in: Add "pdfdir" installation
6966 directory, PDFTEX macro, support for "install-pdf" target,
6967 and rules for making a pdf version of refcard.texi.
6968 * refcard.tex: Specify paper size for PDF output.
6969
6970 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6971
6972 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6973
6974 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6975
6976 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6977 (Source Path, Character Sets, Macros, Define)
6978 (GDB/MI Result Records, GDB/MI Simple Examples)
6979 (GDB/MI Program Execution, GDB/MI File Commands)
6980 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6981 (Bug Reporting): Use @value{GCC}.
6982
6983 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6984
6985 * gdb.texinfo (Help): Fix formatting of examples.
6986 (Variables): Use @ifnotinfo instead of @iftex.
6987 (Non-debug DLL symbols): Use @ref instead of @pxref.
6988 (Sparclet File): Use @samp instead of quotes.
6989
6990 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6991
6992 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6993
6994 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6995
6996 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6997 the order of the nodes.
6998 (C Operators, C Constants, Debugging C): Remove extra menus.
6999 (Method Names in Commands): Do not specify next/prev/up nodes.
7000
7001 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7002
7003 * gdb.texinfo (File Options): Add missing parenthesis.
7004 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7005
7006 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7007
7008 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7009
7010 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * gdb.texinfo (Standard Target Features): Mention
7013 case insensitivity.
7014 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7015
7016 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7019 (Files): Add section name to argument list for pxref.
7020 (Non-debug DLL symbols): Don't use `see' for pxref.
7021 (Embedded Processors): Fix typo.
7022 (GDB/MI Breakpoint Commands): Execution commands generate
7023 *stopped not ^done.
7024
7025 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7028 values for in_scope. Mention that only root variables can be
7029 updated.
7030 (GDB/MI Development and Front Ends): Explain new values may be
7031 added to existing fields.
7032
7033 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7034
7035 * gdb.texinfo (-target-disconnect): Use @smallexample.
7036 (Requirements): Add anchor for Expat. Update description.
7037 (Target Descriptions): Mention Expat.
7038 (Target Description Format): Document new elements. Use
7039 @smallexample.
7040 (Predefined Target Types, Standard Target Features): New sections.
7041 * gdbint.texinfo (Target Descriptions): New section.
7042
7043 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7044
7045 * gdb.texinfo (Target Description Format): Add section on XInclude.
7046
7047 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7050 command -enable-timings.
7051
7052 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7053
7054 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7055 descriptions for new/deleted elements in gdb_osabi. Add missing
7056 description for function generic_elf_osabi_sniff_abi_tag_sections.
7057
7058 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7059
7060 * gdb.texinfo (Maintenance Commands): Add documentation for
7061 the new "maint print target-stack" command.
7062
7063 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7064 Eli Zaretskii <eliz@gnu.org>
7065
7066 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7067
7068 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7069
7070 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7071 Use @value{NGCC} instead of @value{GCC}.
7072
7073 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7074
7075 * agentexpr.texi: Fix typos.
7076 * annotate.texinfo: Likewise.
7077 * gdb.texinfo: Likewise.
7078 * gdbint.texinfo: Likewise.
7079 * observer.texi: Likewise.
7080 * stabs.texinfo: Likewise.
7081
7082 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7083
7084 * gdbint.texinfo (Support Libraries): Remove mmalloc
7085 entry. Describe readline library.
7086
7087 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7088
7089 * gdb.texinfo (Target Descriptions): New section.
7090 (General Query Packets): Add QPassSignals anchor. Mention
7091 qXfer:features:read under qSupported. Expand mentions of
7092 qXfer:memory-map:read and QPassSignals. Document
7093 qXfer:features:read.
7094
7095 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7096
7097 * gdb.texinfo (Commands to specify files): Describe
7098 "set sysroot" and "show sysroot".
7099 (Using the `gdbserver' program): Lowercase argument
7100 to @var. Expand description of setting up GDB on the
7101 host.
7102
7103 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7106 catch exception, catch exception unhandled, and catch assert
7107 commands.
7108
7109 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7110
7111 * gdb.texinfo (Debugging Output): Document "set debug xml"
7112 and "show debug xml".
7113
7114 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7115
7116 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7117
7118 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7119
7120 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7121
7122 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7123
7124 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7125 note in @ignore, to be removed later if nobody complains.
7126
7127 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7128
7129 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7130 of -var-delete.
7131
7132 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7133
7134 * gdb.texinfo (Setting breakpoints): Document
7135 automatic software/hardware breakpoint usage and
7136 the "set breakpoint auto-hw" command.
7137
7138 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7139
7140 * gdb.texinfo (Memory Access Checking): New.
7141
7142 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7143
7144 * gdb.texinfo (Remote configuration): Mention
7145 "pass-signals-packet".
7146 (General Query Packets): Document QPassSignals. Fix
7147 a typo.
7148
7149 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7150
7151 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7152
7153 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7154
7155 * gdb.texinfo (Remote configuration): Rewrite documentation for
7156 packet configuration commands.
7157 (OS Information): Adjust reference to qXfer:auxv:read.
7158 (General Query Packets): Remove references to read-aux-vector-packet
7159 and set remote get-thread-local-storage-address.
7160
7161 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7162
7163 * gdbint.texinfo (Target Architecture Definition): Add new
7164 Initializing a New Architecture section.
7165
7166 2006-10-31 David Taylor <dtaylor@emc.com>
7167
7168 * stabs.texinfo (Macro define and undefine): New node describing
7169 stabs for #define and #undef.
7170
7171 2006-10-27 Andreas Schwab <schwab@suse.de>
7172
7173 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7174
7175 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7176
7177 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7178 clarify on the possible meanings of ``expression'' watched by
7179 watchpoints. Add indexing.
7180 (Prompting, Errors, Invalidation, Annotations for Running)
7181 (Source Annotations): Fix index entries by adding "annotation" to
7182 them, to discriminate from index entries that point to the more
7183 general topic descriptions.
7184
7185 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7186
7187 * gdbint.texinfo (Target Vector Definition): Move most
7188 content into Existing Targets. Add a menu.
7189 (Existing Targets): New section, moved from Target Vector
7190 Definition. Use @subsection.
7191 (Managing Execution State): New section.
7192
7193 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7194
7195 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7196
7197 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7198
7199 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7200 (Command Syntax, Signals, Backtrace, Connecting)
7201 (Remote configuration, Renesas Boards, Console I/O): Fix last
7202 change: use Ctrl- instead of C-, except wrt Emacs.
7203 (File-I/O Examples): Put Ctrl-c in @kbd.
7204 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7205 (Console I/O): Use @samp with Ctrl-.
7206 (Signals, Set Breaks, Set Watchpoints): Document optional
7207 arguments to `info signals' `handle', `info breakpoints', and
7208 `info watchpoints'.
7209
7210 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7211
7212 * gdb.texinfo (Backtrace): Fix last change.
7213
7214 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7217
7218 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7219
7220 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7221 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7222 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7223
7224 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7225 Daniel Jacobowitz <dan@codesourcery.com>
7226
7227 * gdb.texinfo (Packets): Document vFlashErase,
7228 vFlashWrite and vFlashDone packets.
7229 (General Query Packets): Document qXfer:memory-map:read.
7230 Add a new feature for qXfer:memory-map:read.
7231 (Memory map format): New section.
7232 (Target Commands): Mention that gdb can write flash.
7233
7234 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7235 Daniel Jacobowitz <dan@codesourcery.com>
7236
7237 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7238 memory regions and "mem auto".
7239
7240 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7241
7242 * gdbint.texinfo (Array Containers): New section.
7243
7244 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7245
7246 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7247 -stack-list-arguments HIGH_FRAME argument can be larger then the
7248 actual number of frames.
7249
7250 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7251
7252 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7253 -stack-list-locals HIGH_FRAME argument can be larger then the
7254 actual number of frames.
7255
7256 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7257
7258 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7259 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7260
7261 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7262
7263 * gdbint.texinfo (Overall Structure): New section "Source Tree
7264 Structure".
7265
7266 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7267
7268 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7269 responses.
7270
7271 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7272
7273 * gdb.texinfo (Source Path): Add documentation for new
7274 substitute-path commands.
7275
7276 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7277
7278 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7279 (Running Configure): ...here.
7280 (Requirements): New node. Mention expat.
7281
7282 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7283
7284 * gdb.texinfo (Target Commands): Remove
7285 'set download-write-size' and 'show download-write-size'.
7286
7287 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7288
7289 * stabs.texinfo (Member Type Descriptor): Correct example for
7290 pointer to member types.
7291
7292 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7293
7294 * gdb.texinfo (Optional warnings and messages): Add
7295 'set/show trace-commands'.
7296 (Command files): Add '-v' to source command.
7297
7298 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7299
7300 * gdb.texinfo (OS Information): Update qPart reference to
7301 qXfer.
7302 (Remote configuration): Likewise.
7303 (Overview): Move @cindex to the start of a paragraph. Talk
7304 about binary data encoding.
7305 (Packets): Refer to the overview for the details of the X
7306 packet encoding.
7307 (General Query Packets): Remove qPart description. Add qXfer
7308 description. Add an anchor to qSupported. Correct feature
7309 table title. Add a new feature for qXfer:auxv:read.
7310 (Interrupts): Add a missing parenthesis.
7311
7312 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * gdb.texinfo (KOD): Remove node.
7315 (GDB/MI Kod Commands): Remove commented out node.
7316
7317 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7318
7319 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7320 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7321 (GDB/MI Thread Commands, GDB/MI Program Execution)
7322 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7323 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7324 (GDB/MI File Commands, GDB/MI Target Manipulation)
7325 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7326 since the MI prompt is hard-wired into the code.
7327
7328 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7329
7330 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7331 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7332 (GDB/MI Data Manipulation): Remove description of unimplemented
7333 display related commands as variable objects perform this function
7334 and are superior: -display-delete, -display-disable,
7335 -display-enable, -display-insert and -display-list. Move
7336 -environment-cd, -environment-directory, -environment-path
7337 and -environment-pwd to "Program Context".
7338 (GDB/MI Program Control): Rename to "Program Execution". Move
7339 -exec-arguments -exec-abort to...
7340 (GDB/MI Program Context): ...here. New node split from "Data
7341 Manipulation".
7342
7343 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7344
7345 * gdb.texinfo (Remote configuration): Document set / show
7346 remote supported-packets.
7347 (General Query Packets): Document qSupported packet.
7348
7349 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7350
7351 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7352 and font markup.
7353 (Protocol basics): Likewise.
7354 (The F request packet): Likewise.
7355 (The F reply packet): Likewise.
7356 (Memory transfer): Move this node to be a subsubsection of
7357 "Protocol specific representation of datatypes".
7358 (The Ctrl-C message): More copy editing.
7359 (Console I/O): Likewise.
7360 (The isatty call): Delete this node, and merge its content into
7361 the "isatty" node. Fixed references elsewhere.
7362 (The system call): Delete this node, and merge its content into
7363 the "system" node. Fixed references elsewhere.
7364 (open): Reformat to use @table, and add appropriate font markup.
7365 (close): Likewise.
7366 (read): Likewise.
7367 (write): Likewise.
7368 (lseek): Likewise.
7369 (rename): Likewise.
7370 (unlink): Likewise.
7371 (stat/fstat): Likewise.
7372 (gettimeofday): Likewise.
7373 (isatty): Likewise.
7374 (system): Likewise, plus minor changes to fix confusing wording.
7375 (Integral datatypes): Fix font markup.
7376 (Pointer values): Likewise.
7377 (struct stat): Fix markup to use @table, plus minor copy editing.
7378 (struct timeval): Fix font markup, plus minor copy editing.
7379 (Constants): Minor copy editing.
7380 (Errno values): Add font markup.
7381 (File-I/O Examples): Likewise.
7382
7383 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7384
7385 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7386 (GDB/MI Simple Examples): Move node up one level. Use real
7387 examples.
7388 (GDB/MI Compatibility with CLI): Update.
7389 (GDB/MI Result Records): Add "connected" and "exit" result
7390 classes.
7391 (GDB/MI Stream Records): Clarify target output.
7392 (GDB/MI Command Description Format): Modify example description.
7393 (GDB/MI Breakpoint Table Commands): Rename to...
7394 (GDB/MI Breakpoint Commands): ...this
7395 (GDB/MI Breakpoint Commands): Add optional thread field.
7396 (GDB/MI Program Control): Add an introduction. Move "Program
7397 termination" examples into exec-run description.
7398 (GDB/MI File Commands): Mention similar CLI commands.
7399 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7400 is similar to "-gdb-version".
7401
7402 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7403
7404 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7405
7406 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7407
7408 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7409 sourceware.org for mailing lists.
7410 (GDB/MI File Commands): New node split from Program Control.
7411
7412 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7413
7414 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7415
7416 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7417
7418 * gdb.texinfo (Cygwin Native): Fix last change.
7419
7420 2006-05-22 Christopher Faylor <cgf@timesys.com>
7421
7422 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7423
7424 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7425
7426 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7427 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7428
7429 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7430
7431 * gdb.texinfo (General Query Packets): Recommend not starting
7432 new packets with qC and clarify.
7433
7434 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7435
7436 * gdb.texinfo (M2 Types): New section.
7437
7438 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7439
7440 * agentexpr.texi: Add a copyright and license notice.
7441 * observer.texi: Likewise, with GPL clause for function prototypes.
7442 Remove trailing whitespace.
7443
7444 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7445
7446 * gdb.texinfo (General Query Packets): Document conventions for
7447 terminating packet names, and their violations.
7448
7449 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7450
7451 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7452 * gdb.texinfo: Likewise.
7453
7454 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7455
7456 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7457 and "show remotedebug".
7458 (Debugging Output): Add additional index entries.
7459
7460 2006-04-27 Michael Snyder <msnyder@redhat.com>
7461
7462 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7463
7464 2006-04-22 Andrew Cagney <cagney@redhat.com>
7465
7466 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7467 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7468
7469 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7470
7471 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7472 and remove breakpoint prototypes.
7473 (Watchpoints): Move description of target_insert_hw_breakpoint and
7474 target_remove_hw_breakpoint ...
7475 (Breakpoints): ... to here. Document target_insert_breakpoint and
7476 target_remove_breakpoint.
7477
7478 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7479
7480 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7481 and C packets are optional.
7482
7483 2006-04-14 Frederic Riss <frederic.riss@st.com>
7484
7485 * gdb.texinfo (Specifying source directories): Update the description
7486 of the source file search to reflect the fact that the source path
7487 always contains at least $cdir and $cwd.
7488
7489 2006-03-31 Michael Snyder <msnyder@redhat.com>
7490
7491 * gdb.texinfo: Update copyright dates.
7492
7493 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7494
7495 * gdb.texinfo (Overview): Add an index entry to "empty response".
7496
7497 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7498
7499 * gdbint.texinfo (Prologue Analysis): New section.
7500
7501 2006-03-07 Jim Blandy <jimb@red-bean.com>
7502
7503 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7504
7505 * gdb.texinfo (Target Commands): Update text describing how to
7506 specify a target. Refer to the detailed section on remote
7507 debugging, not the brief mention.
7508
7509 * gdb.texinfo (Connecting): Organize the different 'target remote'
7510 connection methods into a table. Add a 'target remote' index
7511 entry. (!!!)
7512
7513 2006-02-17 Fred Fish <fnf@specifix.com>
7514
7515 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7516 'ptype' commands to reflect the fact that the only significant
7517 difference between them is that ptype prints the complete type
7518 description instead of just the name.
7519
7520 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7521
7522 * gdbint.texinfo (Watchpoints): Delete
7523 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7524
7525 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7526
7527 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7528 times fields where needed. Fix typos. Update general form given
7529 for output of -break-insert.
7530 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7531
7532 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7533
7534 * gdbint.texinfo (Symbol Handling): Add a section
7535 on memory management.
7536
7537 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7538
7539 * gdb.texinfo (Breakpoint table commands): Document the fullname
7540 field in -break-list output.
7541
7542 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7543
7544 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7545 debugging information produced by the various "set debug..."
7546 options.
7547
7548 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7549
7550 * gdb.texinfo (Files): Remove obsolete bits from the description
7551 of "symbol-file".
7552
7553 2006-01-25 Jim Blandy <jimb@redhat.com>
7554
7555 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7556
7557 2006-01-24 Jim Blandy <jimb@redhat.com>
7558
7559 * gdbint.texinfo (Frames): Document the basics of GDB's register
7560 unwinding model, and explain the existence of the "sentinel" frame.
7561
7562 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7563
7564 * gdb.texinfo (Choosing files): Mention that -directory is used
7565 for script files.
7566 (Specifying source directories): Likewise.
7567 (Command files): Explain how script files are found.
7568
7569 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7570
7571 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7572 the threads in a multi-threaded program.
7573 (Threads): The threadno argument of "thread apply" can be a range
7574 of numbers.
7575
7576 2006-01-18 Jim Blandy <jimb@redhat.com>
7577
7578 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7579 of warning flags.
7580
7581 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7582
7583 * gdb.texinfo (Sequences): Improve menu annotations.
7584 (Define): Add index entries for arguments of user-defined
7585 commands. Move the description of flow-control commands...
7586 (Command Files): ...to here. Document loop_break and
7587 loop_continue.
7588 (Define, Command Files): Document `end' and add index entries for
7589 it.
7590
7591 2006-01-04 Michael Snyder <msnyder@redhat.com>
7592
7593 * gdb.texinfo: Add documentation for linux-fork.
7594 * gdbint.texinfo: Add internal documentation for checkpoints.
7595
7596 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7597
7598 * gdb.texinfo (Omissions from Ada): Document that there is now
7599 limited aggregate support.
7600
7601 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7602
7603 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7604 registers and the likes.
7605
7606 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7607
7608 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7609 (Symbols): Fix usage of "e.g.".
7610 (Memory Region Attributes): Fix usage of "etc."
7611
7612 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7613 (Coding): Fix usage of "e.g.".
7614
7615 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7616
7617 * stabs.texinfo:
7618 * refcard.tex:
7619 * gpl.texi:
7620 * gdbint.texinfo:
7621 * gdb.texinfo:
7622 * gdb-cfg.texi:
7623 * fdl.texi:
7624 * annotate.texinfo:
7625 * all-cfg.texi:
7626 * Makefile.in: Add (C) after Copyright. Update the FSF
7627 address.
7628
7629 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7630
7631 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7632 extend GDB with commands for external monitor.
7633
7634 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7635
7636 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7637
7638 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7639
7640 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7641
7642 2005-11-21 Jim Blandy <jimb@redhat.com>
7643
7644 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7645 placement of 'R' actions in tracepoint action packets; document
7646 dependence of 'X' and 'M' actions on a preceding 'R' action for
7647 their registers.
7648
7649 2005-11-19 Jim Blandy <jimb@redhat.com>
7650
7651 * gdb.texinfo (Tracepoint Packets): New node.
7652 (General Query Packets): Add entries for the tracepoint packets,
7653 referring to the "Tracepoint Packets" node.
7654 (Tracepoints): Add reference to "Tracepoint Packets".
7655
7656 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7657
7658 * gdb.texinfo (set remotebreak): Add anchor.
7659 (X packet): Likewise.
7660 (Remote Protocol): Add new section `Interrupts' and new index
7661 entry `interrupts (remote protocol)'.
7662
7663 2005-11-18 Jim Blandy <jimb@redhat.com>
7664
7665 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7666 entries into the General Query Packets section. Add a
7667 cross-reference to that section. Drop description of replies, as
7668 these are covered in the descriptions of each packet.
7669 (General Query Packets): Add introductory text. Explain naming
7670 conventions, and how the end of a name is recognized.
7671
7672 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7673
7674 * gdb.texinfo (Remote configuration): Fix typo in description of
7675 "set remotebreak" command.
7676
7677 2005-11-16 Jim Blandy <jimb@redhat.com>
7678
7679 * gdb.texinfo (Packets, Stop Reply Packets)
7680 (General Query Packets): Various formatting cleanups.
7681 - Use @samp for packet contents.
7682 - Drop summaries from packet @item lines; the same information appears
7683 immediately below in the description.
7684 - Delete paragraph breaks after packet @item commands, so that the
7685 description appears directly to the right of the packet prototype
7686 in the printed manual, if it fits.
7687 - Place spaces in packet prototypes between @vars and non-@var
7688 letters, and explain that they're just for formatting.
7689 - Use @dots{} instead of '...'.
7690 - Fix uses of @code where @var was needed.
7691 - Replace "deprecated" markers with English text spelling out the
7692 packet's status and the preferred alternatives.
7693 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7694 what this ever meant.
7695 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7696 this for a long time.
7697 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7698 implemented several times, and have been in use for years.
7699
7700 2005-11-15 Jim Blandy <jimb@redhat.com>
7701
7702 * gdb.texinfo (Packets): Add index entries for 'm' packet
7703 disclaimers.
7704
7705 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7706 of stub when processing an 'm' packet.
7707
7708 * gdb.texinfo (Packets): Mention that packets beginning with
7709 letters are reserved once, at the top, instead of actually listing
7710 them all and saying "reserved".
7711
7712 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7713
7714 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7715 Change @var{$arg0 to @code{$arg0.
7716
7717 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7718
7719 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7720
7721 2005-11-12 Jim Blandy <jimb@redhat.com>
7722
7723 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7724 order. Remove extraneous 'z'.
7725
7726 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7727
7728 * gdb.texinfo (Choosing files): Add --eval-command.
7729
7730 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7731
7732 * gdb.texinfo (Choosing modes): Add --return-child-result.
7733
7734
7735 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7736
7737 * gdb.texinfo (Choosing modes): Add --batch-silent.
7738
7739 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7740
7741 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7742 "The -var-update Command".
7743
7744 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7745
7746 * gdb.texinfo (Print Settings): Add documentation for set/show
7747 print array-indexes.
7748
7749 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7750
7751 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7752 6.2 and 6.3.
7753
7754 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7755
7756 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7757 since 19-Jan-2004.
7758 (Files): Likewise.
7759 (Variables, Symbols): Document the "<incomplete type>" message and
7760 its reasons.
7761
7762 2005-08-01 Fred Fish <fnf@specifix.com>
7763
7764 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7765
7766 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7767
7768 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7769 option for -var-list-children and -var-update.
7770 (GDB/MI Stack Manipulation): Simplify description of
7771 print-values option for -stack-list-locals.
7772 (GDB/MI Command Description Format): Clarify.
7773 (Mode Options): Spelling of superseded.
7774
7775 2005-07-12 Bob Rossi <bob@brasko.net>
7776
7777 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7778 corresponding GDB command comment.
7779
7780 2005-07-06 Bob Rossi <bob@brasko.net>
7781
7782 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7783 and -inferior-tty-show.
7784 (Input/Output): Document "set/show inferior-tty" and tty alias.
7785
7786 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7787
7788 * gdb.texinfo (Packets): Change description of 'D' packet to note
7789 that GDB does wait for a response.
7790
7791 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7792
7793 * gdb.texinfo (History) Rename "Command History".
7794 (Command History): Move node "Server Prefix" from section on
7795 Annotations here.
7796
7797 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7798
7799 * gdb.texinfo (GDB/MI Stack Manipulation):
7800 Re-instate -stack-info-frame with example. Say that it gets
7801 info on selected frame, not current frame.
7802
7803 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7804
7805 * gdb.texinfo (Server): Clarify that `file' should be used before
7806 connecting to the server.
7807 (Files): Add an xref to the above description.
7808 (Output Formats): More detailed description of the `c' format.
7809 (Memory): List explicitly all the formats supported by `x'.
7810 (Threads): Add an @cindex entry for "thread apply".
7811 (Files): Document the possibility of loading unlinked object
7812 files. Add more indexing for solib-absolute-prefix and
7813 --with-sysroot.
7814 (Machine Code): Document possible problems with locations in
7815 shared libraries.
7816 (Backtrace): Document that free-standing environments do not need
7817 to have a `main' function.
7818
7819 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7820
7821 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7822 -stack-info-frame.
7823
7824 2005-06-07 Andrew Cagney <cagney@gnu.org>
7825
7826 * gdb.texinfo (Contributors): Note the original multi-arch
7827 contributors.
7828
7829 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7830
7831 * gdb.texinfo (Registers): Add index entries for the standard
7832 registers.
7833 (Frames): Add cross-reference from frame pointer description to
7834 the Registers node.
7835 (Annotations Overview): Fix the reference to GDB name.
7836
7837 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7838
7839 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7840 can-use-hw-watchpoints.
7841
7842 2005-05-28 Bob Rossi <bob@brasko.net>
7843
7844 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7845 the possible reasons why an exec async record would be returned to FE.
7846
7847 2005-05-26 Andrew Cagney <cagney@gnu.org>
7848
7849 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7850 Andrew Cagney implemented the original GDB/MI.
7851
7852 2005-05-23 Orjan Friberg <orjanf@axis.com>
7853
7854 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7855 documentation. Add documentation for cris-mode.
7856
7857 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7858
7859 * gdb.texinfo (Numbers): Explain the example and make the wording
7860 more acurate.
7861
7862 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7863 Dennis Brueni <dennis@slickedit.com>
7864
7865 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7866 (GDB/MI Data Manipulation, GDB/MI Program Control)
7867 (GDB/MI Stack Manipulation): Update examples to include the fullname
7868 attribute in stack frames.
7869
7870 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7871
7872 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7873 do with other non-standard names of init files.
7874
7875 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7876
7877 * gdb.texinfo (Command Files): Move the description of the startup
7878 from here...
7879 (Startup): ...to this new subsection of the Invocation chapter.
7880 Rearrange the description of init files more logically and add a
7881 cross-reference to "Command Files". Document the special gdbinit
7882 name for CISCO 68k. Expand the description of what GDB does
7883 during startup.
7884 (History): Add index entry for HISTSIZE.
7885
7886 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7887
7888 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7889
7890 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7891
7892 * gdb.texinfo (SVR4 Process Information, The isatty call)
7893 (The system call): Don't use foo(N) notation for man pages and
7894 functions.
7895 (Compilation, DJGPP Native): Improve wording.
7896
7897 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7898
7899 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7900 were optimized away.
7901
7902 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7903
7904 * gdb.texinfo (Remote configuration): Document "set/show
7905 get-thread-local-storage-address". Add cross-reference to the
7906 description of the qGetTLSAddr packet.
7907 (General Query Packets): Mention "set remote
7908 get-thread-local-storage-address" and add a reference to its
7909 description.
7910
7911 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7912
7913 * gdb.texinfo (Backtrace): Describe 'bt full'.
7914
7915 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7916
7917 * gdb.texinfo (Mode Options): Fix typo.
7918 (GDB/MI): Describe how to invoke GDB/MI.
7919
7920 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7921
7922 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7923 references changed. Add description of "info udot".
7924 (Files): Document "set/show stop-on-solib-events".
7925 (M32R/D): Document "set/show download-path", "set/show
7926 board-address", "set/show server-address", "upload", "tload".
7927 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7928 "use_mon_code", "use_ib_break", "use_dbt_break".
7929 (Maintenance Commands): Improve indexing.
7930 (Target Commands): Document "set/show hash", "set/show debug
7931 monitor".
7932 (SVR4 Process Information): Document "info pidlist" and "info
7933 meminfo". Document "set/show procfs-tarce" and "set/show
7934 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7935 (Symbols, The Print Command with Objective-C): Improve indexing.
7936 (Objective-C): Add references to "info classes" and "info
7937 selectors".
7938 (Debugging Output): Improve wording. Document "set/show debug
7939 solib-frv". Fix "set/show debugvarobj".
7940 (Set Breaks): Add index entry for "hardware breakpoints".
7941 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7942 and "set/show usehardbreakpoints".
7943 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7944 monitor-prompt", "set/show monitor-warnings", "pmon".
7945 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7946 rdiromatzero", "set/show rdiheartbeat".
7947 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7948 "sds".
7949 (Embedded Processors): Document the "sim" command.
7950 (Remote): Document the "remote" command.
7951 (DJGPP Native): Document the "info serial" command.
7952 (Threads): Document "maint info sol-threads".
7953 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7954 (Set Breaks): Improve indexing.
7955 (Command Syntax): Add a reference to dont-repeat.
7956 (Define): Document "dont-repeat".
7957 (TUI Commands): Document "tabset".
7958 (WinCE): New subsection. Document "set/show remotedirectory",
7959 "set/show remoteupload", "set/show remoteaddhost".
7960
7961 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7962
7963 * gdb.texinfo (Hurd Native): New subsection, documents
7964 Hurd-specific commands.
7965 (Maintenance Commands): Add cross-reference to "Debugging Output".
7966 (Debugging Output): Document "set/show debug lin-lwp".
7967 (MIPS): Improve documentation of heuristic-fence-post. Document
7968 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7969 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7970 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7971 (ARM): Document ARM-specific commands.
7972 (AVR): New section. Document "info io_registers".
7973 (CRIS): New section. Document "set/show cris-version" and
7974 "set/show cris-dwarf2-cfi".
7975 (HPPA): New section. Document "set/show debug hppa" and "maint
7976 print unwind".
7977 (Neutrino): New subsection. Document "set/show debug nto-debug".
7978 (Super-H): New section. Document the "regs" command.
7979 (Debugging Output): Document "set/show debug aix-thread".
7980
7981 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7982
7983 * gdb.texinfo (Print Settings): Document "set/show print
7984 pascal_static-members", "set print repeats", "show print
7985 null-stop". Improve indexing. Fix documentation of "set print
7986 union".
7987 (Pascal): New section.
7988 (Supported languages): Rename from "Support"; all references
7989 updated. Add a menu item for Pascal.
7990 (Numbers): Document "set radix.
7991 (Screen Size): Document "set/show pagination".
7992 (MIPS Embedded): Remove "set processor" documentation.
7993 (Remote configuration): Document "set/show X/P/Z-packet",
7994 "set/show read-aux-vector-packet", "set/show remote
7995 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7996 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7997 remotedebug", "set/show remotebreak", "set/show remotedevice",
7998 "set/show remotelogfile".
7999 (Auxiliary Vector): Add reference to the description of the
8000 read-aux-vector-packet setting.
8001 (Set Watchpoints): Add a cross-reference to "set remote
8002 hardware-breakpoint-limit".
8003 (General Query Packets): Add indexing of requests and
8004 cross-references to related commands in "Remote configuration".
8005 (File-I/O Overview, The system call): Fix wording and typos.
8006 (Thread Stops): Add index entries.
8007 (Continuing and Stepping): Document "show step-mode".
8008 (i386): New node. Document "set/show struct-convention".
8009 (Files): Document "show trust-readonly-sections".
8010 (Calling): Document "set/show unwindonsignal".
8011 (Messages/Warnings): Add index entries.
8012 (Maintenance Commands): Document "set/show watchdog".
8013 (Annotations Overview): Document "show annotate".
8014 (Set Watchpoints): Add index entries.
8015 (Symbols): Fix doc of case-sensitive.
8016 (ABI): Document "show coerce-float-to-double".
8017 (Convenience Vars, Help): Improve indexing.
8018 (Machine Code): Document "show disassembly-flavor".
8019 (Debugging C plus plus): Document "show overload-resolution".
8020 (Value History, Signaling): Add index entries.
8021
8022 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8023
8024 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8025 (Processes): Fix wording.
8026 (History, List, Logging output, Define, Symbols, Print Settings):
8027 Improve indexing.
8028
8029 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8030
8031 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8032 redundant index entry for "target" command.
8033 (Backtrace): Add index entries.
8034 (Symbols, Fortran): Document the "set case-sensitive" command.
8035 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8036 (Print Settings): Add index entry for "set demangle-style".
8037 (Target Commands): Document "set download-write-size".
8038 (Debugging Output): Document "set exec-done-display".
8039
8040 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8041
8042 * gdb.texinfo (Files): Fix the name and documentation of
8043 add-shared-symbol-files. Document its alias assf. Update the
8044 list of OSs where GDB supports shared libraries. Fix markup.
8045 (Continuing and Stepping): Add reference to @var{location} in the
8046 text.
8047 (Dump/Restore Files): Fix reference to @{filename}.
8048 (Help): Fix wording.
8049 (Attach): Ditto.
8050 (Set Watchpoints): Ditto.
8051 (Backtrace): Remove redundant index entries. Improve index
8052 entries.
8053 (Delete Breaks): Fix wording.
8054 (Memory): Document the compare-sections command.
8055 (Memory Region Attributes): Improve wording.
8056 (Disabling): Improve wording.
8057 (Fortran): New subsection. Document the "info common" command.
8058 (Help): Document aliases "info copying" and "info warranty".
8059 (Caching Remote Data): New section. Document the "set/show
8060 remotecache" and "info dcache" commands.
8061 (Show): Fix wording of the documentation of the "set
8062 extension-language" command.
8063 (Signals): Add index entry for "info handle".
8064 (Memory Region Attributes): Fix punctuation.
8065 (Symbols): Change the arg name to "location" and refer to it in
8066 the text. Fix wording of "info types" doc.
8067 (Threads): Fix usage of @enumerate @item's.
8068 (Listing Tracepoints): Add index entry for "info tp".
8069 (Set Watchpoints): Add xref to "info break" description.
8070 (Macros): Add an index entry for "macro exp1". Document the
8071 "macro list" command.
8072 (Maintenance Commands): Document "flushregs", "maint agent",
8073 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8074 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8075 "maint print architecture", "maint print objfiles", "maint print
8076 statistics", "maint print type", "maint show-debug-regs", "maint
8077 space", "maint time", and "maint translate-address".
8078 (Connecting): Document the "monitor" command.
8079 (Annotations Overview): Describe the "set annotate" command.
8080
8081 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8082
8083 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8084 Rearrange index entries and improve wording about support for
8085 hardware watchpoints.
8086
8087 2005-03-10 Bob Rossi <bob@brasko.net>
8088
8089 * gdb.texinfo: Update copyright
8090
8091 2005-02-09 Theodore A. Roth <troth@openavr.org>
8092
8093 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8094 error.
8095
8096 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8097
8098 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8099
8100 2005-01-17 Michael Snyder <msnyder@redhat.com>
8101
8102 * gdb.texinfo: Fix spelling, infinte -> infinite.
8103
8104 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8105
8106 * observer.texi (GDB Observers): Document "solib_loaded".
8107
8108 2005-01-07 Andrew Cagney <cagney@gnu.org>
8109
8110 * configure.ac: Rename configure.in, require autoconf 2.59.
8111 * configure: Re-generate.
8112
8113 * configure.in: Replace configdirs with multiple references to
8114 AC_CONFIG_SUBDIRS.
8115 * configure: Re-generate.
8116
8117 2005-01-04 Andrew Cagney <cagney@gnu.org>
8118
8119 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8120 part of the version number.
8121
8122 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8123
8124 * gdbint.texinfo (Algorithms): Remove description of
8125 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8126
8127 2004-12-07 Jim Blandy <jimb@redhat.com>
8128
8129 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8130 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8131 numbers.
8132
8133 2004-12-07 Andreas Schwab <schwab@suse.de>
8134
8135 * gdb.texinfo (Mode Options): Document -l option.
8136
8137 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8138
8139 * gdbint.texinfo (Algorithms): More accurate description of
8140 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8141 is not needed unless data-read and data-access watchpoints are
8142 supported. Add a description of how GDB checks whether the
8143 inferior stopped because a watchpoint was hit.
8144
8145 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8146
8147 * gdb.texinfo (Files): Add cross-reference to description of
8148 -readnow command-line switch.
8149
8150 2004-11-10 Randolph Chung <tausq@debian.org>
8151
8152 * gdb.texinfo: Document set/show backtrace past-entry commands.
8153 Rearrange index entries for set/show backtrace past-main.
8154
8155 2004-11-10 Jon Beniston <jon@beniston.com>
8156
8157 Committed by Andrew Cagney <cagney@gnu.org>.
8158 * gdb.texinfo (Remote Serial Protocol): Further describe
8159 binary transfer escaping mechanism .
8160
8161 2004-11-08 Randolph Chung <tausq@debian.org>
8162
8163 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8164 and "show debug infrun". Add index entries.
8165
8166 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8167
8168 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8169 "info proc" that are already implemented. Add index entries.
8170 (Working Directory): Add a cross-reference to "info proc" command.
8171 (Files): Add a tip for decreasing memory used for symtabs from
8172 shared libraries.
8173 (Starting): Fix whitespace; make "elaboration" stand out where it
8174 is first used, and add an index entry for the term.
8175 (Calling): Expand and elaborate text. Add "print". Add the
8176 description of problems with weak aliases.
8177 (Core File Generation): New section.
8178
8179 2004-10-12 Andrew Cagney <cagney@gnu.org>
8180
8181 * gdbint.texinfo (Versions and Branches): New chapter.
8182 (Releasing GDB): Delete "Versions and Branches" section.
8183 (Top): Add "Versions and Branches".
8184
8185 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8186
8187 * gdb.texinfo (Editing, History): Add cross-references to the
8188 included Readline and History user documentation. Remove
8189 references to the symbol have-readline-appendices which is unused
8190 and undefined.
8191 (History): Fix indexing.
8192
8193 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8194
8195 * gdbint.texinfo (target_stopped_data_address): Update to
8196 new prototype.
8197 (i386_stopped_data_address): Update prototype and description.
8198 (i386_stopped_by_watchpoint): New function and description.
8199
8200 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8201
8202 * gdb.texinfo (Filenames): Add Ada suffixes.
8203 (Ada) New section.
8204
8205 2004-09-27 Andrew Cagney <cagney@gnu.org>
8206 Robert Picco <Robert.Picco@hp.com>
8207
8208 * gdb.texinfo (Packets): Document the "p" packet.
8209
8210 2004-09-21 Jason Molenda (jmolenda@apple.com)
8211
8212 * gdb.texinfo (Paths and Names of the Source Files): Document the
8213 meaning of values in the 'desc' field of a SO stab.
8214
8215 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8216
8217 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8218 max-cache-age" and "maint show dwarf2 max-cache-age".
8219
8220 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8221
8222 * gdb.texinfo (Set Breaks): Add index entry for setting
8223 breakpoints on overloaded C++ functions that are not members of
8224 any classes. Add an example and an index entry for setting
8225 breakpoints on all program functions.
8226 (Character Sets, Macros, Overlay Commands)
8227 (Non-debug DLL symbols, GDB/MI Output Syntax)
8228 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8229 Use "(@value{GDBP})" instead of a literal "(gdb)".
8230
8231 2004-09-12 Andrew Cagney <cagney@gnu.org>
8232
8233 * gdbint.texinfo (Native Debugging): Delete description of
8234 FILES_INFO_HOOK.
8235
8236 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8237
8238 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8239 to hex_string_custom (not historically correct, but more
8240 understandable, given the current code).
8241
8242 2004-09-03 Andrew Cagney <cagney@gnu.org>
8243
8244 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8245
8246 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8247
8248 * observer.texi (solib_unloaded): New observer.
8249
8250 2004-08-24 Andrew Cagney <cagney@gnu.org>
8251
8252 * gdbint.texinfo (Target Architecture Definition): Add missing
8253 comma.
8254
8255 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8256
8257 * (Using the Testsuite): build != host is supported,
8258 but some test scripts do not support build != host.
8259
8260 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8261
8262 * gdbint.texinfo (Host Definition): Delete description of
8263 FCLOSE_PROVIDED and GETENV_PROVIDED.
8264
8265 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8266
8267 * gdbint.texinfo (Host Definition): Delete description of
8268 NO_SYS_FILE.
8269 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8270 PTRACE_FP_BUG.
8271
8272 2004-08-05 Andrew Cagney <cagney@gnu.org>
8273
8274 * gdbint.texinfo (Target Architecture Definition): Delete
8275 reference to deprecated_read_fp.
8276
8277 2004-08-02 Andrew Cagney <cagney@gnu.org>
8278
8279 * gdbint.texinfo (Target Architecture Definition): Delete
8280 description of DEPRECATED_REGISTER_BYTES.
8281
8282 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8283
8284 * gdb.texinfo (Source Path): Document the new behavior of
8285 searching for the source files.
8286
8287 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8288
8289 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8290 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8291 (Auto Display): Improve indexing.
8292
8293 2004-07-16 Andrew Cagney <cagney@gnu.org>
8294
8295 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8296 "-noasync".
8297
8298 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8299
8300 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8301 have the same prefix have only their prefix in the index.
8302
8303 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8304
8305 * gdb.texinfo (BSD libkvm Interface): New node (section)
8306 (Native): Add it to the menu.
8307
8308 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8309
8310 * gdbint.texinfo (Target Architecture Definition): Remove
8311 PCC_SOL_BROKEN.
8312
8313 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8314
8315 * gdbint.texinfo (Target Architecture Definition): Remove
8316 SUN_FIXED_LBRAC_BUG.
8317
8318 2004-06-26 Andrew Cagney <cagney@gnu.org>
8319
8320 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8321
8322 2004-06-20 Andrew Cagney <cagney@gnu.org>
8323
8324 * gdbint.texinfo (Target Architecture Definition): Deprecate
8325 USE_STRUCT_CONVENTION.
8326
8327 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8328
8329 gdb.texinfo (Bug Reporting): Mention session recording,
8330 with the script command or Emacs.
8331
8332 2004-06-18 Andrew Cagney <cagney@gnu.org>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Deprecate
8335 FUNCTION_START_OFFSET.
8336
8337 2004-06-14 Andrew Cagney <cagney@gnu.org>
8338
8339 Based on changes from Karl Berry.
8340 * gdb.texinfo: Do not use @sc in a direntry.
8341 * stabs.texinfo: Change @dircateogry to "Software development".
8342 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8343
8344 2004-06-13 Andrew Cagney <cagney@gnu.org>
8345
8346 * gdbint.texinfo (Target Architecture Definition): Delete
8347 description of RETURN_VALUE_ON_STACK.
8348
8349 2004-06-09 Andrew Cagney <cagney@gnu.org>
8350
8351 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8352 deleted by previous patch.
8353
8354 2004-06-08 Andrew Cagney <cagney@gnu.org>
8355
8356 * gdbint.texinfo (Native Debugging): Delete documentation on
8357 ATTACH_DETACH.
8358
8359 2004-06-06 Randolph Chung <tausq@debian.org>
8360
8361 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8362
8363 2004-06-06 Randolph Chung <tausq@debian.org>
8364
8365 * gdb.texinfo (push_dummy_call): Update argument list to match
8366 the new push_dummy_call method signature. Describe the function
8367 argument.
8368
8369 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8370
8371 * gdb.texinfo (Starting): Document new start command.
8372
8373 2004-05-21 Andrew Cagney <cagney@redhat.com>
8374
8375 * observer.texi (GDB Observers): Document "inferior_created".
8376
8377 2004-05-08 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbint.texinfo (Target Architecture Definition): Delete
8380 description of DO_DEFERRED_STORES.
8381
8382 * gdbint.texinfo (Target Architecture Definition): Delete
8383 references to DEPRECATED_FIX_CALL_DUMMY.
8384
8385 * gdbint.texinfo (Target Architecture Definition): Delete
8386 description of DEPRECATED_CALL_DUMMY_WORDS,
8387 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8388
8389 * gdbint.texinfo (Target Architecture Definition): Delete
8390 description of DEPRECATED_PUSH_DUMMY_FRAME.
8391
8392 * gdbint.texinfo (Target Architecture Definition): Delete
8393 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8394
8395 2004-05-07 Andrew Cagney <cagney@redhat.com>
8396
8397 * observer.texi (GDB Observers): Add "Debugging" section. Include
8398 cross reference to "set/show debug observer".
8399 * gdb.texinfo (Debugging Output): Document "set/show debug
8400 observer".
8401
8402 2004-05-01 Andrew Cagney <cagney@redhat.com>
8403
8404 * gdbint.texinfo (Target Architecture Definition): Delete
8405 description of DEPRECATED_PC_IN_SIGTRAMP.
8406
8407 2004-04-30 Andrew Cagney <cagney@redhat.com>
8408
8409 * gdbint.texinfo (Target Architecture Definition): Delete
8410 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8411
8412 2004-04-30 Orjan Friberg <orjanf@axis.com>
8413
8414 * observer.texi (GDB Observers): Correct spelling.
8415
8416 2004-04-26 Orjan Friberg <orjanf@axis.com>
8417
8418 * observer.texi (GDB Observers): Add target_changed event.
8419
8420 2004-04-08 Andrew Cagney <cagney@redhat.com>
8421
8422 * observer.texi (GDB Observers): Rework, provide generic observer
8423 definitions and then a list of observable events.
8424
8425 2004-04-04 Andrew Cagney <cagney@redhat.com>
8426
8427 * gdbint.texinfo (Host Definition): Delete reference to
8428 NO_SIGINTERRUPT.
8429
8430 2004-04-02 Andrew Cagney <cagney@redhat.com>
8431
8432 * gdbint.texinfo (Target Architecture Definition): Delete
8433 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8434
8435 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8436
8437 * gdb.texinfo (TUI Commands): Document tui reg commands.
8438
8439 2004-03-26 Andrew Cagney <cagney@redhat.com>
8440
8441 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8442 "gdbtui".
8443 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8444 (Contributors): Mention both Text and Terminal User Interface.
8445
8446 2004-03-23 Andrew Cagney <cagney@redhat.com>
8447
8448 * gdbint.texinfo (Target Architecture Definition): Deprecate
8449 references to SIGTRAMP_START and SIGTRAMP_END.
8450
8451 2004-03-23 Andrew Cagney <cagney@redhat.com>
8452
8453 * gdbint.texinfo (Target Architecture Definition): Deprecate
8454 references to PC_IN_SIGTRAMP.
8455
8456 2004-03-19 Andrew Cagney <cagney@redhat.com>
8457
8458 * gdbint.texinfo (Target Architecture Definition): Delete
8459 reference to GDB_TARGET_IS_HPPA.
8460
8461 2004-03-18 Andrew Cagney <cagney@redhat.com>
8462
8463 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8464 describe pre_init and post_init.
8465
8466 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8467
8468 * gdb.texinfo (Debugging Output): Document values for "set debug
8469 target".
8470
8471 2004-02-28 Andrew Cagney <cagney@redhat.com>
8472
8473 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8474
8475 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8476
8477 * gdb.texinfo (breakpoints): Add information about the
8478 new "set breakpoint pending" and "show breakpoint pending"
8479 commands.
8480
8481 2004-02-26 Andrew Cagney <cagney@redhat.com>
8482
8483 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8484 in Per-architecture module data section.
8485
8486 2004-02-25 Roland McGrath <roland@redhat.com>
8487
8488 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8489
8490 2004-02-24 Andrew Cagney <cagney@redhat.com>
8491
8492 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8493 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8494 * fdl.texi: Import Version 1.2, November 2002.
8495
8496 2004-02-17 Andrew Cagney <cagney@redhat.com>
8497
8498 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8499
8500 2004-02-16 Andrew Cagney <cagney@redhat.com>
8501
8502 * gdbint.texinfo (Target Architecture Definition): Deprecate
8503 FRAMELESS_FUNCTION_INVOCATION.
8504
8505 2004-02-16 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdbint.texinfo (Coding): Mention -Wunused-function.
8508
8509 2004-02-14 Andrew Cagney <cagney@redhat.com>
8510
8511 * gdbint.texinfo (Target Architecture Definition): Delete
8512 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8513
8514 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8515
8516 * gdb.texinfo: Properly quote the name "C++".
8517 * gdbint.texinfo: Ditto.
8518 * stabs.texinfo: Ditto.
8519
8520 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8521
8522 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8523 minimal information about libiberty.
8524
8525 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8526
8527 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8528
8529 2004-02-04 Roland McGrath <roland@redhat.com>
8530
8531 * gdb.texinfo (Auxiliary Vector): New node (section).
8532 (Data): Add it to the menu.
8533
8534 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8535
8536 * gdb.texinfo (Breakpoints): Add information about pending
8537 breakpoint support.
8538
8539 2004-01-26 Andrew Cagney <cagney@redhat.com>
8540
8541 * gdb.texinfo (Overview): Delete references to the cisco protocol
8542 including the "N" response.
8543
8544 2004-01-26 Andrew Cagney <cagney@redhat.com>
8545
8546 * gdbint.texinfo (Target Architecture Definition): Rename
8547 EXTRACT_STRUCT_VALUE_ADDRESS to
8548 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8549
8550 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8551
8552 * gdb.texinfo (KOD): Document "show os". Add index entries for
8553 "set/show os" and "info cisco" commands.
8554
8555 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8556
8557 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8558
8559 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8560
8561 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8562 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8563
8564 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8565
8566 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8567 -stack-list-locals.
8568 (GDB/MI Variable Objects): Describe extension to
8569 -var-list-children.
8570
8571 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8572
8573 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8574
8575 2004-01-17 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbint.texinfo (Target Architecture Definition): Delete
8578 documentation on DEPRECATED_NPC_REGNUM.
8579
8580 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8581
8582 * gdb.texinfo: Update copyright year. Mention that set
8583 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8584 "set follow-fork-mode ask".
8585
8586 2004-01-13 Andrew Cagney <cagney@redhat.com>
8587
8588 * gdbint.texinfo: Update copyright year.
8589 (Coding): Add -Wunused-label to list of -Werror warnings.
8590
8591 2004-01-08 Jason Molenda <jmolenda@apple.com>
8592 Eli Zaretskii <eliz@gnu.org>
8593
8594 * gdb.texinfo: Update copyright.
8595 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8596 around names, as appropriate. Minor syntax cleanup of
8597 _NSPrintForDebugger explanation. Two spaces after periods.
8598 GDBN used instead of lit. "gdb". Index entries added for
8599 print-object and _NSPrintForDebugger. @noindent added in one spot.
8600
8601 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8602
8603 * stabs.texinfo: Add dircategory and direntry commands.
8604 * annotate.texinfo: Ditto.
8605
8606 2003-11-10 Andrew Cagney <cagney@redhat.com>
8607
8608 * gdbint.texinfo (Target Architecture Definition): Replace the
8609 return_value method's "inval" and "outval" parameters with
8610 "readbuf" and "writebuf".
8611
8612 2003-10-28 Jim Blandy <jimb@redhat.com>
8613
8614 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8615 from "The `F' request packet" and "The `F' reply packet", to make
8616 texi2dvi happy.
8617 (File-I/O remote protocol extension): Update menu entries, too.
8618
8619 2003-10-26 Michael Chastain <mec@shout.net>
8620
8621 * gdb.texinfo (Thread Stops): Document the issue with
8622 premature return from system calls in multi-threaded programs.
8623
8624 2003-10-24 Andrew Cagney <cagney@redhat.com>
8625
8626 * annotate.texinfo: Fix "fortunatly"[sic].
8627
8628 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8629
8630 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8631 with "Hitachi" and "Mitsubishi".
8632
8633 2003-10-20 Andrew Cagney <cagney@redhat.com>
8634
8635 * gdbint.texinfo (Target Architecture Definition): Document
8636 gdbarch_return_value. Add cross references from
8637 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8638 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8639
8640 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8641
8642 * gdbint.texinfo (Target Architecture Definition): Document
8643 regset_from_core_section.
8644
8645 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8646
8647 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8648
8649 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8650
8651 From Anthony Green <green@redhat.com>:
8652 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8653
8654 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8655
8656 * gdb.texinfo (Breakpoint related warnings): New node.
8657 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8658
8659 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8660
8661 * gdb.texinfo (Remote Protocol): Document v and vCont.
8662
8663 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8664
8665 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8666 * gdbint.texinfo: Ditto.
8667
8668 2003-10-09 Andrew Cagney <cagney@redhat.com>
8669
8670 From 2003-09-18 David Anderson <davea@sgi.com>:
8671 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8672 "command".
8673
8674 2003-10-03 Andrew Cagney <cagney@redhat.com>
8675
8676 * gdbint.texinfo (Target Architecture Definition): Deprecate
8677 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8678 just target.
8679
8680 2003-10-02 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Target Architecture Definition): Rename
8683 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8684 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8685 * gdbint.texinfo (Target Architecture Definition): Rename
8686
8687 2003-09-30 Andrew Cagney <cagney@redhat.com>
8688
8689 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8690 (Target Architecture Definition):
8691
8692 * gdbint.texinfo (Target Architecture Definition): Rename
8693 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8694
8695 2003-09-29 Andrew Cagney <cagney@redhat.com>
8696
8697 * gdbint.texinfo (Target Architecture Definition): Delete
8698 documentation for NEED_TEXT_START_END.
8699
8700 * gdbint.texinfo (Target Architecture Definition): Rename
8701 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8702 TARGET_WRITE_PC.
8703
8704 2003-09-22 Michael Chastain <mec@shout.net>
8705
8706 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8707
8708 2003-09-21 Anthony Green <green@redhat.com>
8709
8710 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8711
8712 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8713
8714 * gdbint.texinfo (Target Architecture Definition): Document
8715 stabs_argument_has_addr.
8716
8717 2003-09-18 Andrew Cagney <cagney@redhat.com>
8718
8719 * gdbint.texinfo (Target Architecture Definition): Delete
8720 documentation on REGISTER_NAMES.
8721
8722 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8723
8724 * gdbint.texinfo (Target Architecture Definition): Replace
8725 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8726
8727 2003-09-11 Andrew Cagney <cagney@redhat.com>
8728
8729 * gdbint.texinfo (Target Architecture Definition): Replace
8730 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8731
8732 2003-08-18 Andrew Cagney <cagney@redhat.com>
8733
8734 * gdbint.texinfo (Target Architecture Definition): Document
8735 "frame_red_zone_size".
8736
8737 2003-08-09 Andrew Cagney <cagney@redhat.com>
8738
8739 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8740 with "set/show backtrace past-main" and "set/show backtrace
8741 limit".
8742
8743 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8744
8745 * Makefile.in (install-info): Support DESTDIR.
8746 (install-html): Likewise.
8747
8748 2003-08-07 Andrew Cagney <cagney@redhat.com>
8749
8750 Patch from Nick Roberts.
8751 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8752 bindings. Remove description of send-gdb-command.
8753
8754 2003-08-07 Andrew Cagney <cagney@redhat.com>
8755
8756 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8757 GDB 6.0.
8758
8759 2003-08-06 Andrew Cagney <cagney@redhat.com>
8760
8761 * gdb.texinfo (Mode Options): Mention that level three is the
8762 highest available and that level 2 is deprecated.
8763 (Annotations Overview): Mention annotation levels. Cross reference
8764 to "Limitations of the Annotation Interface" in annotate.texi.
8765 (TODO, Value Annotations, Frame Annotations): Delete section.
8766 (Displays, Breakpoint Info): Delete.
8767
8768 2003-08-04 Andrew Cagney <cagney@redhat.com>
8769
8770 * agentexpr.texi: Delete @bye.
8771 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8772 (stabs.info): Add $(srcdir) to include search path.
8773 (html): Depend on "annotate_toc.html", and not "annotate.html".
8774 * stabs.texinfo: Ditto. Include "fdl.texi".
8775 * gdbint.texinfo: Update copyright statement's list of invariant
8776 sections.
8777
8778 2003-07-28 Andrew Cagney <cagney@redhat.com>
8779
8780 * Makefile.in (INFO_DEPS): Add annotate.info.
8781 (dvi, ps, html, pdf): Add annotate.
8782 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8783 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8784 (ANNOTATE_DOC_FILES): New macro.
8785 (ANNOTATE_TEX_TMPS): New macro.
8786 (annotate.info, annotate_toc.html): Specify dependencies.
8787 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8788 * annotate.texinfo: Rename annotate.texi. Get building. Add
8789 "Migrating to GDB/MI" and "Limitations of the Annotation
8790 Interface" chapters. Mention why it is not part of the user
8791 guide. Update copyright notice. Include "fdl.texi".
8792
8793 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8794
8795 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8796
8797 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8798
8799 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8800
8801 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8802
8803 * gdb.texinfo (Server): Mention pidof.
8804
8805 2003-07-22 Andrew Cagney <cagney@redhat.com>
8806
8807 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8808 list.
8809
8810 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8811
8812 * gdb.texinfo (Logging output): New chapter.
8813
8814 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8815
8816 * gdb.texinfo (Unsupported languages): New section.
8817 (Languages): Add link to new section.
8818
8819 2003-06-22 Andrew Cagney <cagney@redhat.com>
8820
8821 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8822
8823 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8824
8825 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8826
8827 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8828
8829 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8830 * agentexpr.texi: Retitle section, and change it to an appendix.
8831 Comment out texinfo initialization. Factor a @var{} into two
8832 pieces to prevent makeinfo warnings.
8833 * gdb.texinfo: Add Agent Expressions appendix.
8834
8835 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8836
8837 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8838
8839 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8842 remote target". Document the "detach" and "disconnect" commands.
8843 (Server, Netware, Debug Session): Reference "Connecting to a
8844 remote target".
8845 (GDB/MI Target Manipulation): Document "-target-disconnect".
8846
8847 2003-06-13 Andrew Cagney <cagney@redhat.com>
8848
8849 * gdbint.texinfo (Target Architecture Definition): Deprecate
8850 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8851 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8852
8853 2003-06-09 Jim Blandy <jimb@redhat.com>
8854
8855 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8856
8857 2003-06-08 Andrew Cagney <cagney@redhat.com>
8858
8859 * gdbint.texinfo (Target Architecture Definition): Delete
8860 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8861
8862 2003-06-08 Andrew Cagney <cagney@redhat.com>
8863
8864 * gdbint.texinfo (Target Architecture Definition): Document
8865 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8866
8867 2003-06-07 Adam Fedor <fedor@gnu.org>
8868
8869 * gdb.texinfo: Add Objective-C documentation.
8870
8871 2003-06-01 Andrew Cagney <cagney@redhat.com>
8872
8873 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8874 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8875
8876 2003-05-21 Andrew Cagney <cagney@redhat.com>
8877
8878 * gdbint.texinfo (Target Architecture Definition): Delete
8879 references to "extract_address" and "store_address".
8880
8881 2003-05-16 Andrew Cagney <cagney@redhat.com>
8882
8883 * gdbint.texinfo (Target Architecture Definition): Replace
8884 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8885 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8886
8887 2003-05-14 Theodore A. Roth <troth@openavr.org>
8888
8889 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8890
8891 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8892
8893 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8894 (gdb.dvi): Likewise.
8895 (gdb.pdf): Likewise.
8896 (links2roff): Likewise.
8897
8898 2003-05-08 Jim Blandy <jimb@redhat.com>
8899
8900 * gdb.texinfo (Dump/Restore Files): Update documentation for
8901 'dump', 'append', and 'restore': note that format argument is
8902 optional; simplify presentation of the command variants; and be
8903 more precise about the formats.
8904
8905 2003-05-07 Jim Blandy <jimb@redhat.com>
8906
8907 * gdb.texinfo (Symbols): Update documentation: 'maint list
8908 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8909 symtabs' and 'maint info psymtabs'.
8910
8911 2003-05-05 Andrew Cagney <cagney@redhat.com>
8912
8913 * gdbint.texinfo (Target Architecture Definition): Make
8914 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8915 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8916 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8917
8918 2003-05-04 Andrew Cagney <cagney@redhat.com>
8919
8920 * gdb.texinfo (Maintenance Commands): Document "maint print
8921 dummy-frames".
8922
8923 2003-05-04 Andrew Cagney <cagney@redhat.com>
8924
8925 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8926
8927 2003-05-03 J. Brobecker <brobecker@gnat.com>
8928
8929 Thierry Schneider <tpschneider1@yahoo.com>
8930 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8931 for new MI command.
8932
8933 2003-05-03 Andrew Cagney <cagney@redhat.com>
8934
8935 * gdbint.texinfo (Target Architecture Definition): Document
8936 push_dummy_code. Add cross references.
8937
8938 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8939
8940 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8941 set/show charsets commands.
8942
8943 2003-04-28 Andrew Cagney <cagney@redhat.com>
8944
8945 * gdbint.texinfo (Target Architecture Definition): Replace
8946 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8947 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8948
8949 2003-04-28 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdbint.texinfo (Target Architecture Definition): Rename
8952 "tm_print_insn" to "deprecated_tm_print_insn".
8953
8954 2003-04-09 Jim Blandy <jimb@redhat.com>
8955
8956 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8957 list psymtabs'.
8958
8959 2003-04-08 Andrew Cagney <cagney@redhat.com>
8960
8961 * gdbint.texinfo (Target Architecture Definition): Delete
8962 references to EXTRA_FRAME_INFO.
8963
8964 2003-04-08 Andrew Cagney <cagney@redhat.com>
8965
8966 * gdbint.texinfo (Target Architecture Definition): Delete
8967 PRINT_TYPELESS_INTEGER.
8968
8969 2003-04-02 J. Brobecker <brobecker@gnat.com>
8970
8971 * observer.texi (GDB Observers): Adjust the documentation for the
8972 normal_stop notification to better describe reality. Fix a couple
8973 of minor typos.
8974
8975 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8976
8977 * gdb.texinfo (GDB/MI Program Control): Add
8978 '-file-list-exec-source-file'
8979
8980 2003-03-31 Andrew Cagney <cagney@redhat.com>
8981
8982 * gdbint.texinfo (Target Architecture Definition): Delete
8983 references to CALL_DUMMY_P.
8984
8985 2003-03-30 Andrew Cagney <cagney@redhat.com>
8986
8987 * gdbint.texinfo (Target Architecture Definition): Remove
8988 reference to TARGET_WRITE_SP.
8989
8990 2003-03-27 Andrew Cagney <cagney@redhat.com>
8991
8992 * gdbint.texinfo (Target Architecture Definition): Remove
8993 references to write_sp.
8994
8995 2003-03-27 Andrew Cagney <cagney@redhat.com>
8996
8997 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8998 chapter body. Use @smallexample instead of @example.
8999 (Annotations): Ditto.
9000 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9001 annotate.texi.
9002
9003 2003-03-26 Andrew Cagney <cagney@redhat.com>
9004
9005 * gdbint.texinfo (Target Architecture Definition): Replace
9006 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9007 dummy_addr parameters.
9008
9009 2003-03-25 Andrew Cagney <cagney@redhat.com>
9010
9011 * gdbint.texinfo (Target Architecture Definition): Delete
9012 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9013 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9014 Add reference to PUSH_ARGUMENTS.
9015
9016 2003-03-23 Andrew Cagney <cagney@redhat.com>
9017
9018 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9019 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9020
9021 2003-03-18 J. Brobecker <brobecker@gnat.com>
9022
9023 * gdbint.texinfo (Algorithms): Add new section describing the
9024 Observer paradigm.
9025 (Top): Add menu entry to new observer appendix.
9026 * observer.texi: New file.
9027 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9028 new observer.texi file.
9029
9030 2003-03-17 Andrew Cagney <cagney@redhat.com>
9031
9032 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9033 that GNU Press update the manual version number.
9034
9035 2003-03-12 Andrew Cagney <cagney@redhat.com>
9036
9037 * gdbint.texinfo (Target Architecture Definition): Delete
9038 references to get_saved_register. Rename GET_SAVED_REGISTER to
9039 DEPRECATED_GET_SAVED_REGISTER.
9040
9041 2003-03-13 Andrew Cagney <cagney@redhat.com>
9042
9043 * gdbint.texinfo (Target Architecture Definition): Replace
9044 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9045
9046 2003-03-12 Andrew Cagney <cagney@redhat.com>
9047
9048 * gdbint.texinfo (Target Architecture Definition): Rename
9049 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9050
9051 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9052
9053 * gdb.texinfo: Add File-I/O documentation.
9054
9055 2003-03-10 Andrew Cagney <cagney@redhat.com>
9056
9057 * gdbint.texinfo (Target Architecture Definition): Cross reference
9058 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9059
9060 2003-03-07 Andrew Cagney <cagney@redhat.com>
9061
9062 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9063 frame" command.
9064
9065 2003-03-05 Andrew Cagney <cagney@redhat.com>
9066
9067 * gdbint.texinfo (Target Architecture Definition): Document
9068 unwind_dummy_id. Cross reference unwind_dummy_id and
9069 SAVE_DUMMY_FRAME_TOS.
9070
9071 2003-03-05 James Ingham <jingham@apple.com>
9072 Daniel Jacobowitz <drow@mvista.com>
9073
9074 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9075 and "show cp-abi".
9076
9077 2003-03-03 Andrew Cagney <cagney@redhat.com>
9078
9079 * gdbint.texinfo (Target Architecture Definition): Document
9080 register_type.
9081
9082 2003-03-03 Andrew Cagney <cagney@redhat.com>
9083
9084 * stabs.texinfo (Structures): Use @samp and separate @var's
9085 instead of a single @var containing a comma separated list.
9086 (Unions): Ditto.
9087
9088 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9089
9090 * Makefile.in (distclean): Remove config.log.
9091
9092 2003-03-01 Andrew Cagney <cagney@redhat.com>
9093
9094 * gdbint.texinfo (Target Architecture Definition): Rename
9095 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9096
9097 2003-03-01 Andrew Cagney <cagney@redhat.com>
9098
9099 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9100 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9101
9102 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9103
9104 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9105 (Non-debug DLL symbols): New node, describing the minimal symbols
9106 loaded from DLLs without real debugging symbols.
9107
9108 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9109
9110 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9111 hardware-breakpoint-limit".
9112 (Set Watchpoints): Add cross reference to "set remote
9113 hardware-watchpoint-limit".
9114 (Remote configuration options): New section.
9115
9116 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9117
9118 * gdbint.texinfo (Target Architecture Definition): Delete
9119 descrption of IS_TRAPPED_INTERNALVAR.
9120
9121 From Keith Seitz <keiths@redhat.com>:
9122 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9123 option "-i"/"--interpreter" to this chapter. Include index
9124 entries.
9125
9126 2003-02-04 David Carlton <carlton@math.stanford.edu>
9127
9128 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9129 (Variables): Recommend stabs+ and DWARF 2.
9130 (C plus plus expressions): Correct info about
9131 compiler versions, debug formats.
9132 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9133 PR symtab/874.
9134
9135 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9136
9137 * gdbint.texinfo (Target Architecture Definition): Delete
9138 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9139 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9140 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9141 references to nindy and i960.
9142 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9143
9144 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9145
9146 * gdbint.texinfo (Target Architecture Definition): Delete
9147 FLOAT_INFO.
9148
9149 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9150
9151 * stabs.texinfo (Member Type Descriptor): Clarify description of
9152 `@'. Suggested by Ben Hutchings.
9153
9154 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9155
9156 * gdb.texinfo (M68K): Delete reference to es1800.
9157
9158 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9159
9160 * gdb.texinfo (Maintenance Commands): Document `maint print
9161 reggroups' and `maint print register-groups'.
9162 * gdbint.texinfo (Target Architecture Definition): Document
9163 register_reggroup_p.
9164
9165 2003-01-23 Jim Blandy <jimb@redhat.com>
9166
9167 * gdb.texinfo (Separate Debug Files): New section.
9168
9169 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9170
9171 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9172 and "maint show profile".
9173
9174 2003-01-16 Michael Chastain <mec@shout.net>
9175
9176 * gdb.texinfo (Installing GDB): Warn against
9177 ".../gdb-VERSION/gdb/configure".
9178 (Separate Objdir): Likewise.
9179
9180 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9181
9182 * gdbint.texinfo (Target Architecture Definition): Delete
9183 definition of PRINT_REGISTER_HOOK.
9184
9185 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9186
9187 (OpenRISC 1000): Fix formatting of command names.
9188
9189 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9190
9191 * gdb.texinfo (Continuing and Stepping): Add new command
9192 'advance'. Clarify behavior of 'until'.
9193
9194 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9195
9196 * gdb.texinfo (Files): Document solib-absolute-prefix and
9197 solib-search-path.
9198
9199 2003-01-09 Michael Chastain <mec@shout.net>
9200
9201 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9202 (Create a Release): Add new instructions for new @file{src-release}.
9203 Document existing instructions for @file{Makefile.in} as
9204 being for @value{GDBN} 5.3.1 or earlier.
9205
9206 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9207
9208 * gdbint.texinfo (Target Architecture Definition): Mention
9209 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9210 allocate memory.
9211
9212 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9213
9214 * gdb.texinfo (Controlling GDB): Add @kindex for
9215 "show osabi".
9216 (Backtraces): Add @kindex's for backtrace-below-main.
9217
9218 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9219
9220 * gdb.texinfo (Controlling GDB): Document "set osabi".
9221
9222 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9223
9224 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9225 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9226
9227 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9228
9229 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9230 "set coerce-float-to-double".
9231 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9232
9233 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9234
9235 * stabs.texinfo: Remove obsolete text.
9236 * gdbint.texinfo: Ditto.
9237 * gdb.texinfo: Ditto.
9238
9239 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9240
9241 * gdbint.texinfo (Target Architecture Definition): Update
9242 description of gdbarch_register_osabi.
9243
9244 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9245
9246 * agentexpr.texi: Fix typos.
9247 * annotate.texi: Likewise.
9248 * fdl.texi: Likewise.
9249
9250 2002-12-10 Andrew Cagney <cagney@redhat.com>
9251
9252 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9253 DEPRECATED_INIT_FRAME_PC.
9254
9255 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9256
9257 * gdbint.texinfo (Target Architecture Definition): Delete
9258 PC_IN_CALL_DUMMY.
9259
9260 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9261
9262 * gdbint.texinfo (Host Definition): Delete documentation on
9263 USE_GENERIC_DUMMY_FRAMES.
9264
9265 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9266
9267 Fix PR gdb/723 and PR gdb/245.
9268 * Makefile.in (install-info): Run the install-info command as part
9269 of the post install steps only.
9270 (uninstall-info): New target.
9271 (uninstall): New target.
9272
9273 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9274
9275 * Makefile.in (install): Make install do some real work.
9276
9277 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9278
9279 Fix POSIX problem reported by Paul Eggert.
9280 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9281 Fix PR gdb/527.
9282
9283 2002-10-26 Andrew Cagney <cagney@redhat.com>
9284
9285 * gdbint.texinfo (Target Architecture Definition): Delete
9286 definition of DO_REGISTERS_INFO.
9287
9288 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9289
9290 * gdbint.texinfo (Address Classes): Fix problems with insertion
9291 of ``{'' and ``}'' in example.
9292
9293 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9294
9295 * gdbint.texinfo (Address Classes): New section.
9296 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9297 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9298 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9299 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9300
9301 2002-10-11 Klee Dienes <kdienes@apple.com>
9302
9303 * gdb.texinfo (Registers): Mention vector registers as well as
9304 floating registers in the documentation for 'info registers' and
9305 'info all-registers'.
9306
9307 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9308
9309 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9310
9311 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9312
9313 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9314 interface definition.
9315
9316 2002-10-03 Marko Mlinar <markom@opencores.org>
9317
9318 * gdb.texinfo (Target Commands): Add or1k target specific
9319 commands.
9320 * gdb.texinfo (Contributors): Add myself to the contributors list.
9321
9322 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9323
9324 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9325 and "mi1" instead of "mi1" and "mi0".
9326
9327 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9328
9329 * gdb.texinfo (Packets): Fix typos "alligned".
9330 Correct z3/Z3 description. Correct z4/Z4 title.
9331
9332 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9333
9334 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9335
9336 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9337
9338 * gdb.texinfo: Use GNU/Linux instead of Linux.
9339
9340 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9341
9342 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9343
9344 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9345
9346 * gdb.texinfo: Replace @example with @smallexample.
9347
9348 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9349
9350 From Eli Zaretskii <eliz@gnu.org>:
9351 * gdb.texinfo (Character Sets): Use @smallexample instead of
9352 @example. Use GNU/Linux instead of Linux.
9353
9354 2002-09-20 Jim Blandy <jimb@redhat.com>
9355
9356 * gdb.texinfo: Add character set documentation.
9357
9358 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9359
9360 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9361 (Packets): Add cross reference from `b' packet to `z' packets.
9362
9363 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9364
9365 * gdb.texinfo (Maintenance Commands): Document ``maint
9366 internal-error'' and ``maint internal-warning''.
9367
9368 * gdbint.texinfo (Target Architecture Definition): Revise
9369 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9370
9371 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9372
9373 * gdbint.texinfo (Target Conditionals): Document the new
9374 NAME_OF_MALLOC macro.
9375
9376 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9379 engineer.
9380
9381 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9382
9383 * gdb.texinfo (TUI Overview): Document status line fields.
9384
9385 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9386
9387 * gdb.texinfo (TUI Commands): Document info win command.
9388
9389 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9390
9391 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9392
9393 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9394
9395 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9396 (TUI Keys): Likewise.
9397
9398 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9399
9400 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9401 for a packet receive.
9402
9403 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9404
9405 * Makefile.in (clean): Move to end of file.
9406 (distclean, maintainer-clean, realclean): Ditto.
9407 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9408 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9409 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9410 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9411
9412 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9413
9414 * Makefile.in (GDBINT_TEX_TMPS): Define.
9415 (gdbint.dvi, gdbint.pdf): Use
9416 (GDB_TEX_TMPS): Define.
9417 (gdb.dvi, gdb.pdf): Use.
9418 (STABS_TEX_TMPS): Define.
9419 (stabs.dvi, stabs.pdf): Use.
9420 (GDB_DOC_SOURCE_INCLUDES): New macros.
9421 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9422 (GDBINT_DOC_FILES_INCLUDES): New macros.
9423 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9424 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9425 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9426 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9427 (links2roff): Replace SFILES_INCLUDED with
9428 GDB_DOC_SOURCE_INCLUDES.
9429 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9430 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9431 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9432 dependencies.
9433 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9434 dependencies.
9435 (gdbmi.texinfo): Delete rule.
9436 (inc-hist.texinfo): Delete rule.
9437 (rluser.texinfo): Delete rule.
9438
9439 2002-08-23 Andrew Cagney <cagney@redhat.com>
9440
9441 * gdbint.texinfo (Target Architecture Definition): Update
9442 STORE_RETURN_VALUE, mention regcache.
9443
9444 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9445
9446 * gdbint.texinfo (Target Architecture Definition): Document
9447 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9448
9449 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9450
9451 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9452 Fix minor typos. Add index entries.
9453
9454 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9455
9456 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9457
9458 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9459
9460 * gdbint.texinfo (Target Architecture Definition): Document
9461 PRINT_VECTOR_INFO.
9462 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9463
9464 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9465
9466 * gdb.texinfo (Maintenance Commands): Document "maint print
9467 registers", "maint print raw-registers" and "maint print
9468 cooked-registers".
9469
9470 2002-08-08 Grace Sainsbury <graces@redhat.com>
9471
9472 From Mark Salter:
9473 * gdb.texinfo (Protocol): Document T packet extension to
9474 allow watchpoint address reporting.
9475
9476 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9477
9478 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9479
9480 2002-08-01 Andrew Cagney <cagney@redhat.com>
9481
9482 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9483 to CHILL.
9484
9485 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdbint.texinfo (Coding): Revise section "Include Files".
9488
9489 2002-07-24 Andrew Cagney <cagney@redhat.com>
9490
9491 * gdbint.texinfo: Obsolete references to m88k.
9492 * gdb.texinfo: Ditto.
9493
9494 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9495
9496 * gdbint.texinfo (Create a release candiate): Add the location
9497 where the proper version of autoconf can be retrieved.
9498
9499 2002-07-09 Don Howard <dhoward@redhat.com>
9500
9501 * gdb.texinfo (Command Files): Further describe the behavior of
9502 sourced command files.
9503
9504 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9505
9506 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9507 (Coding): Clarify ISO C version that GDB assumes.
9508
9509 2002-06-26 Tom Tromey <tromey@redhat.com>
9510
9511 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9512 add_setshow_cmd_full.
9513
9514 2002-06-25 Don Howard <dhoward@redhat.com>
9515
9516 * gdb.texinfo (Memory Region Attributes): Document new behavior
9517 for 'mem' command.
9518
9519 2002-06-11 Jim Blandy <jimb@redhat.com>
9520
9521 * gdb.texinfo (Symbols): Update documentation for `info source'
9522 command.
9523
9524 * gdb.texinfo (Macros): Call the command `info macro', not
9525 `show macro'.
9526
9527 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9528
9529 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9530 data''.
9531
9532 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9533
9534 * gdbint.texinfo (Target Architecture Definition): Document
9535 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9536
9537 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9538
9539 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9540 lists.
9541
9542 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9543
9544 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9545 Branch''.
9546
9547 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdbint.texinfo (Target Architecture Definition): Add section
9550 ``Converting an existing Target Architecture to Multi-arch''.
9551
9552 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9553
9554 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9555 to ``Obsoleting code''. Revise.
9556
9557 2002-05-17 Jim Blandy <jimb@redhat.com>
9558
9559 * gdb.texinfo (C Preprocessor Macros): New chapter.
9560 Include it in the main menu.
9561 (Contributors): Credit Jim Blandy with macro support.
9562 (Compilation): Explain how to get macro information into the
9563 executable.
9564 (Expressions): Note that preprocessor macros are expanded.
9565
9566 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9567
9568 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9569 options for `target remote'.
9570
9571 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9572
9573 * gdbint.texinfo (Target Architecture Definition): Delete
9574 documentation on NNPC_REGNUM.
9575
9576 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9577
9578 * gdbint.texinfo (Target Architecture Definition): Document
9579 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9580 (Target Architecture Definition): Revise section `Using Different
9581 Register and Memory Data Representations'. Add section `Raw and
9582 Virtual Register Representations'.
9583
9584 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9585
9586 * gdbint.texinfo (Target Architecture Definition): Mention
9587 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9588 (Target Architecture Definition): Mention same. Add references to
9589 web pages.
9590
9591 2002-05-08 Michael Snyder <msnyder@redhat.com>
9592
9593 * stabs.texinfo (Attributes): Document new "vector" attribute.
9594
9595 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9596
9597 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9598
9599 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9600
9601 * gdb.texinfo: Delete obsolete references to a29k.
9602
9603 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9604
9605 * gdbint.texinfo (Target Architecture Definition): Replace
9606 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9607
9608 2002-04-24 David S. Miller <davem@redhat.com>
9609
9610 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9611
9612 2002-04-21 David S. Miller <davem@redhat.com>
9613
9614 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9615
9616 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9617
9618 * gdbint.texinfo (Target Architecture Definition): Delete
9619 definition of HAVE_REGISTER_WINDOWS.
9620
9621 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9622
9623 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9624 "Theodore A. Roth" <troth@verinet.com>.
9625
9626 2002-04-15 Don Howard <dhoward@redhat.com>
9627
9628 From Eli Zaretskii <eliz@gnu.org>
9629 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9630 Provide a better explaination of this feature.
9631
9632 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9633
9634 * gdbint.texinfo (Target Architecture Definition): Remove
9635 FRAME_CHAIN_COMBINE.
9636
9637 2002-04-12 Michael Chastain <mec@shout.net>
9638
9639 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9640 REG_STACK_SEGMENT.
9641
9642 2002-04-09 Michael Chastain <mec@shout.net>
9643
9644 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9645 PYRAMID_* macros.
9646
9647 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9648
9649 * gdb.texinfo (Bug Reporting): Document that the web is the
9650 prefered way of submitting bug reports.
9651 (Bug Reporting): Delete the s-mail address as the last resort.
9652
9653 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9654
9655 * gdbint.texinfo (Target Architecture Definition): Delete
9656 references to TARGET_WRITE_FP and write_fp.
9657
9658 2002-03-27 Michael Snyder <msnyder@redhat.com>
9659
9660 * gdb.texinfo: Document new commands dump, append, and restore.
9661
9662 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9663
9664 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9665 Branch'.
9666
9667 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9668
9669 * gdb.texinfo: Change all examples to @smallexample.
9670 * gdbint.texinfo: Ditto.
9671
9672 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9673
9674 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9675 Branches''.
9676
9677 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9678
9679 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9680 Policy''.
9681
9682 2002-03-04 Fred Fish <fnf@redhat.com>
9683
9684 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9685 expresson, suports, dependant, trhe, perhaphs, situtations,
9686 explictily, taged, oportunity, unfortunatly).
9687
9688 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9689
9690 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9691 Remove reference to 3.12.
9692
9693 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9694
9695 * gdbint.texinfo: Include fdl.texi.
9696 (Top): Add GNU Free Documentation License.
9697 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9698 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9699 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9700 (gdbint.info): Add srcdir to include path.
9701 * gdb.texinfo: Include gpl.texi.
9702 (Top): Add Copying.
9703 * gpl.texi: New file.
9704
9705 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9706
9707 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9708
9709 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9710
9711 * gdb.texinfo: Document Cygwin native specific commands.
9712
9713 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9714
9715 * gdb.texinfo: Document gdbserver ``--attach'' command.
9716
9717 2002-02-07 Michael Snyder <msnyder@redhat.com>
9718
9719 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9720 to @code(_ovly_debug_event).
9721
9722 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9723
9724 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9725
9726 2002-02-06 Michael Snyder <msnyder@redhat.com>
9727
9728 * gdb.texinfo (overlays): Mention new magic symbol
9729 '_ovly_debug_event', which allows GDB to keep better track
9730 of overlays.
9731
9732 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9733
9734 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9735 Suggested by Dmitry Sivachenko.
9736
9737 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9738
9739 2002-02-01 Michael Snyder <msnyder@redhat.com>
9740
9741 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9742
9743 2002-01-30 Michael Snyder <msnyder@redhat.com>
9744
9745 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9746 (set trust-readonly-sections): Document.
9747
9748 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9749
9750 * gdbint.texinfo (Releasing GDB): Revise and update.
9751
9752 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9753
9754 * gdbint.texinfo (Target Architecture Definition): Delete
9755 description of TARGET_BYTE_ORDER_DEFAULT.
9756
9757 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9758
9759 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9760 <mitya@cavia.pp.ru>.
9761
9762 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9763
9764 * libgdb.texinfo: Delete file.
9765
9766 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9767
9768 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9769 * gdbint.texinfo: Ditto.
9770
9771 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9772
9773 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9774
9775 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9776
9777 * Makefile.in: Update copyright.
9778 (TEXI2DVI): Define.
9779 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9780 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9781 gdb-cfg.texi.
9782 (TEXINDEX, PDFTEX): Delete makefile variables.
9783
9784 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9785
9786 * gdb.texinfo (Protocol): Move section to appendix.
9787
9788 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9789
9790 * gdb.texinfo (Remote Debugging): Create a menu.
9791 (Top): Add ``Remote Debugging'' to menu.
9792
9793 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9794
9795 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9796 serial protocol'' from here.
9797 (Remote Debugging): To here. New chapter.
9798
9799 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9800
9801 * gdbint.texinfo (Target Architecture Definition): Delete
9802 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9803
9804 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9805
9806 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9807 are no longer needed.
9808 (Porting GDB): Add maintainer note about configure.host.
9809
9810 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9811
9812 * gdbint.texinfo (Target Architecture Definition): Remove
9813 definition of IEEE_FLOAT.
9814
9815 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9816
9817 * gdb.texinfo: Beautify copyright years; fix a typo.
9818 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9819 <3diff@gnu.org>
9820
9821 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9822
9823 * gdbint.texinfo (Host Definition): Remove references to
9824 MALLOC_INCOMPATIBLE.
9825
9826 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9827
9828 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9829 and xyz-xdep.o.
9830
9831 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9832
9833 * gdb.texinfo (Maintenance Commands): Add appendix.
9834 (Set Breaks): Copy ``maint info breakpoint'' doco to
9835 ``Maintenance Commands'' appendix. Add reference.
9836
9837 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9838
9839 * fdl.texi: Remove next/prev from @node.
9840
9841 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9842
9843 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9844 for monstrous @multitable (from Brian Youmans).
9845
9846 * fdl.texi: New file.
9847
9848 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9849
9850 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9851
9852 * gdbint.texinfo (Releasing GDB): New chapter.
9853
9854 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9855
9856 * gdb.texinfo (Embedded Processors, Calling program functions):
9857 Obsolete references to a29k.
9858
9859 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9860
9861 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9862 examples. Document that a code-block should do or discard its
9863 cleanups before exit.
9864
9865 2002-01-11 Michael Snyder <msnyder@redhat.com>
9866
9867 * gdb.texinfo (Choosing files): Change @samp to @file.
9868
9869 2002-01-05 Michael Snyder <msnyder@redhat.com>
9870
9871 * gdb.texinfo (--pid): Document new command line option (attach).
9872
9873 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9874
9875 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9876 in the stub.
9877
9878 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9879
9880 * gdbint.texinfo (Target Architecture Definition): Replace
9881 BIG_ENDIAN with BFD_ENDIAN_BIG.
9882
9883 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9884
9885 * gdbint.texinfo (Target Architecture Definition): Replace
9886 value_ptr with struct value pointer.
9887
9888 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9889
9890 * gdb.texinfo (Free Software): Fix wording.
9891
9892 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9893
9894 * gdb.texinfo (Free Software): New section ``Free Software Needs
9895 Free Documentation''.
9896
9897 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9898
9899 * stabs.texinfo:
9900 * gdb.texinfo:
9901 * gdbint.texinfo:
9902 * libgdb.texinfo:
9903 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9904
9905 2001-12-29 Michael Snyder <msnyder@redhat.com>
9906
9907 * gdb.texinfo (maint info sections): Fix typo.
9908
9909 2001-12-26 Michael Snyder <msnyder@redhat.com>
9910
9911 * gdb.texinfo (maint info sections): Document.
9912
9913 * gdb.texinfo (info proc): Comment out documentation for
9914 'info proc' sub-options that are currently not implemented.
9915
9916 2001-12-20 Jim Blandy <jimb@redhat.com>
9917
9918 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9919
9920 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9921
9922 * gdbint.texinfo (Target Architecture Definition): Replace
9923 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9924
9925 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9926
9927 * gdbint.texinfo (Host Definition): Delete documentation on
9928 HOST_BYTE_ORDER.
9929
9930 2001-11-30 Jim Blandy <jimb@redhat.com>
9931
9932 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9933 overlay support. Add to top-level menu.
9934
9935 2001-11-26 Tom Tromey <tromey@redhat.com>
9936
9937 * gdb.texinfo (Command Syntax): Document C-o binding.
9938
9939 2001-07-26 Christopher Faylor <cgf@redhat.com>
9940
9941 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9942 use since it is described in the referenced section.
9943
9944 From Eli Zaretskii <eliz@gnu.org>
9945 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9946 clearer when using DJGPP.
9947
9948 2001-11-24 Christopher Faylor <cgf@redhat.com>
9949
9950 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9951 specifically refer to MS-DOS.
9952 (command files): Mention gdb.ini is only used on MS-DOS.
9953
9954 2001-11-21 Tom Tromey <tromey@redhat.com>
9955
9956 * gdb.texinfo (Invoking GDB): Document --args.
9957 (Mode Options): Likewise.
9958
9959 2001-11-21 Jim Blandy <jimb@redhat.com>
9960
9961 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9962 Delete documentation; this macro has been removed from the
9963 sources.
9964
9965 2001-11-13 Jim Blandy <jimb@redhat.com>
9966
9967 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9968
9969 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9970
9971 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9972
9973 2001-11-05 Michael Snyder <msnyder@redhat.com>
9974
9975 * gdb.texinfo (info functions): Document use of backslash to
9976 quote regexp chars in function names such as "operator*()".
9977
9978 2001-11-01 Fred Fish <fnf@redhat.com>
9979
9980 * gdbint.texinfo (SOLIB_ADD): Document additional new
9981 "readsyms" arg.
9982
9983 2001-10-30 Don Howard <dhoward@redhat.com>
9984
9985 * gdb.texinfo: (Command Files) Added documentation for the
9986 behavior of gdb with input redirected from a file.
9987
9988 2001-10-28 Fred Fish <fnf@redhat.com>
9989
9990 * gdb.texinfo (auto-solib-add): Change docs to match
9991 implementation change.
9992 (auto-solib-limit): Add docs for new variable.
9993
9994 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9995
9996 * gdbint.texinfo (Target Architecture Definition): Function
9997 value_as_pointer renamed to value_as_address.
9998
9999 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10000
10001 * gdbint.texinfo (Target Architecture Definition): Default
10002 POINTER_TO_ADDRESS functions assume unsigned addresses.
10003 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10004 posting by Jim Blandy.
10005
10006 2001-10-12 Jim Blandy <jimb@redhat.com>
10007
10008 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10009 version of texi2html (1.64) doesn't support this flag any more.
10010
10011 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10012
10013 * gdbint.texinfo (Host Definition): Remove description of
10014 MEM_FNS_DECLARED.
10015
10016 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10017
10018 * gdbint.texinfo (Host Definition): Remove description of
10019 HAVE_SIGSETMASK.
10020
10021 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10022
10023 * gdbint.texinfo (Target Architecture Definition): Add
10024 explanation of TARGET_PRINT_INSN macro.
10025
10026 2001-08-30 Jim Blandy <jimb@redhat.com>
10027
10028 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10029 Explain what it means to load relocatable files.
10030
10031 2001-08-28 Jim Blandy <jimb@redhat.com>
10032
10033 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10034 info `top' menu.
10035
10036 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10037
10038 * gdbint.texinfo: Add a cautionary note about macro use.
10039
10040 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10041
10042 * gdb.texinfo: Explain omitting the hostname in the
10043 `target remote' command.
10044
10045 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10046
10047 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10048 and END-INFO-DIR-ENTRY.
10049
10050 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10051
10052 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10053
10054 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdbint.texinfo (libgdb): Rewrite.
10057
10058 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10059
10060 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10061
10062 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10063
10064 * gdb.texinfo (TUI): New chapter, document the TUI.
10065 (Mode Options): Document the -tui option.
10066
10067 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10068
10069 * gdbint.texinfo (Host Definition): Remove description of
10070 NEED_POSIX_SETPGID.
10071
10072 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10073
10074 * gdb.tex (DJGPP Native): New node, with descriptions of
10075 DJGPP-specific commands.
10076
10077 2001-07-19 John R. Moore <jmoore@redhat.com>
10078
10079 * gdbint.texinfo: Three misspellings.
10080
10081 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10082
10083 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10084 `test` expressions on bash. Problem reported by Colin Walters.
10085
10086 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10087
10088 * gdbint.texinfo (User Interface): Update ui-out documentation to
10089 refelect recent UI/MI updates.
10090
10091 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10092
10093 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10094 interpreters.
10095
10096 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10097
10098 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10099 structure and not macros.
10100 (Host Definition): Document that much of this chapter is obsolete.
10101 (Target Architecture Definition): Update list of files that make
10102 up a target architecture.
10103 (Coding): Update.
10104
10105 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10106
10107 * gdbint.texinfo (Target Architecture Definition): Update
10108 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10109 The latter has been changed to a true predicate.
10110
10111 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10112
10113 * annotate.texi: Add @noindent where needed. From Dmitry
10114 Sivachenko <dima@Chg.RU>.
10115 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10116
10117 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10118
10119 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10120
10121 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10122
10123 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10124 returns ``OK''. Document that the ``R'' packet does not reply.
10125
10126 2001-06-13 Michael Snyder <msnyder@redhat.com>
10127
10128 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10129
10130 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10131
10132 * gdb.texinfo (Signals): Clarify the default setting of signal
10133 handling.
10134
10135 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10136
10137 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10138 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10139
10140 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10141
10142 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10143
10144 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10145
10146 * gdbint.texinfo (Clean Design and Portable Implementation):
10147 Renamed from "Clean Design".
10148 (Clean Design and Portable Implementation): Document portable
10149 methods of handling file names, and the associated macros.
10150
10151 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10152
10153 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10154 command and provide a cross-reference to its description.
10155 (Symbols): Note that "info scope" is useful for trace experiments.
10156
10157 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10158
10159 * gdb.texinfo (Symbols): Document "info scope".
10160 (Tracepoints): New chapter.
10161 (Contributors): Update for v5.1.
10162 <All nodes>: Change "C++" to "C@t{++}".
10163
10164 * gdbint.texinfo (User Interface): A new section about ui_out
10165 functions, based on text written by Fernando Nasser.
10166
10167 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10168
10169 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10170
10171 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10172
10173 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10174
10175 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10176 Replace "GDB" with "@value{GDBN}". Fix markup.
10177
10178 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10179
10180 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10181 a cross-reference to its description.
10182 (Symbols): Document "info symbol".
10183
10184 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10185
10186 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10187 subsection "x86 Watchpoints".
10188 (Target Architecture Definition): Document the macros
10189 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10190 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10191
10192 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10193
10194 * gdbint.texinfo (Target Architecture Definition): Update
10195 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10196 list.
10197
10198 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10199
10200 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10201 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10202
10203 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10204
10205 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10206
10207 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10208
10209 * gdb.texinfo (Environment): Document that `path' does not change
10210 the value of PATH in GDB's own environment (it did in the past,
10211 but that was changed on March 15, 1994). Reported by Doug Evans
10212 <dje@transmeta.com>.
10213
10214 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10215 its line. Fix markup of commands and macros. Add an Index node
10216 and index entries.
10217
10218 2001-01-23 J.T. Conklin <jtc@redback.com>
10219
10220 * gdb.texinfo (Memory region attributes): New manual section.
10221
10222 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10223
10224 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10225
10226 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10227
10228 * refcard.tex: Version and copyright fixed. From Phil Edwards
10229 <pedwards@disaster.jaj.com>.
10230
10231 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10232
10233 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10234 DWARF2_REG_TO_REGNUM): Document.
10235
10236 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10237
10238 * gdbint.texinfo (Coding): Update current value of
10239 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10240
10241 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10242
10243 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10244 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10245
10246 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10247
10248 * gdb.texinfo: Document new 'set step-mode' command.
10249
10250 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10251
10252 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10253 changes from Dmitry Sivachenko <dima@Chg.RU>.
10254
10255 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10256
10257 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10258 From Steven Johnson <sbjohnson@ozemail.com.au>.
10259
10260 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10261
10262 * gdbint.texinfo (Overall Structure): Spelling fix.
10263
10264 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10265
10266 * gdbint.texinfo (Target Architecture Definition): Document that
10267 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10268 for which REGISTER_CONVERTIBLE returns a zero value.
10269
10270 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10271
10272 * Makefile.in (install-info): Find files to install in either the
10273 build or source directories (adapted from Makefile.am).
10274
10275 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10276
10277 * stabs.texinfo: Fix spelling errors.
10278 (String Field): FILE-NUMBER starts from 0, not 1.
10279
10280 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10281
10282 * refcard.tex: Remove \centerline from the blurb. Patch from
10283 Brian Youmans.
10284
10285 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10286
10287 * Makefile.in (install-info): Support installation from outside of
10288 the source directory. Reported by Mark Harig
10289 <markh@frazier.landmark.com>.
10290
10291 2000-06-20 J.T. Conklin <jtc@redback.com>
10292
10293 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10294
10295 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10296
10297 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10298 Generate using pdftex.
10299 (PDFTEX): Define.
10300 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10301 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10302 @contents at the start.
10303
10304 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10305
10306 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10307 Youmans.
10308
10309 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10310
10311 From Brian Youmans:
10312 * gdb.texinfo: Fix ``et al.''.
10313
10314 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10315
10316 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10317 loop.
10318
10319 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10320
10321 * configure: Regenerate.
10322
10323 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10324
10325 * Makefile.in (install-info): Run install-info on installed Info
10326 files.
10327
10328 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10329
10330 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10331 Andrew Cagney.
10332
10333 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10334
10335 * gdb.texinfo: Proofreading changes from Brian Youmans.
10336
10337 2000-05-01 Nick Duffek <nsd@cygnus.com>
10338
10339 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10340 startup sequence, minor edits.
10341
10342 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10343
10344 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10345 TeX.
10346
10347 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10348 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10349 like `n' and `s' which look weird. Convert some of the @kindex to
10350 @vindex, when they refer to variables, not commands.
10351
10352 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10353
10354 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10355
10356 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10357
10358 * Makefile.in (GDBMI_DIR): New variable.
10359 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10360 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10361 (gdbmi.texinfo): New target, for texi2roff.
10362 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10363 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10364
10365 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10366 gdbmi.texinfo.
10367 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10368 comment.
10369
10370 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10371
10372 * gdb.texinfo (Files): Update description of add-symbol-file
10373 command.
10374
10375 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10376
10377 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10378 prevents the build (and is generally a Bad Idea).
10379
10380 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10381
10382 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10383 a comma inside @var.
10384 (Command Files): Index markup changes from Dmitry Sivachenko
10385 <dima@Chg.RU>.
10386
10387 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10388
10389 * Makefile.in (LN_S): Define.
10390 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10391 invoke "ln -s" unless it is known to work.
10392
10393 * configure.in (AC_PROG_LN_S): Add.
10394
10395 2000-04-14 Jim Blandy <jimb@redhat.com>
10396
10397 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10398 section.
10399 (Target Conditionals): Document ADDRESS_TO_POINTER,
10400 POINTER_TO_ADDRESS.
10401
10402 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10403
10404 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10405 gdb-cfg.texi to get the value.
10406
10407 2000-04-10 Jim Blandy <jimb@redhat.com>
10408
10409 * gdbint.texinfo (Target Architecture Definition): Fix
10410 cross-references.
10411
10412 2000-04-08 Jim Blandy <jimb@redhat.com>
10413
10414 * gdbint.texinfo (Using Different Register and Memory Data
10415 Representations): New section.
10416 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10417 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10418 REGISTER_CONVERT_TO_RAW): Document.
10419
10420 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10421
10422 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10423 for acknowledgments.
10424
10425 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10426
10427 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10428 qThreadExtraInfo.
10429
10430 2000-03-28 J.T. Conklin <jtc@redback.com>
10431
10432 * gdb.texinfo: Clarify which remote debug protocol commands are
10433 required and which are optional.
10434
10435 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10436
10437 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10438 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10439 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10440 * annotate.texi: Update.
10441
10442 2000-03-28 Stan Shebs <shebs@apple.com>
10443
10444 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10445 expectation of additional changes before release), update
10446 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10447 node links, rephrase and/or shorten lines to fix formatting
10448 problem in both regular and @smallbook formats.
10449 * annotate.texi: Shorten lines in example, use smallexample
10450 consistently everywhere.
10451 * Makefile.in: Add comment about texinfo 4.0 html generation.
10452 (SFILES_INCLUDED): Add annotate.texi.
10453
10454 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10455
10456 * gdb.texinfo (Debugging Output): Added new section, documenting
10457 the "set/show debug" commands.
10458
10459 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10460
10461 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10462 entry.
10463
10464 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10465 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10466 @chapter and @node entries.
10467
10468 * gdb.texinfo: Link all top-level nodes.
10469
10470 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10471
10472 * Makefile.in (install-info): Create $(infodir) before installing
10473 files.
10474
10475 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10476
10477 From David Whedon <dwhedon@gordian.com>
10478 * gdbint.texinfo : Added paragraphs about command deprecation.
10479
10480 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10481
10482 * gdb.texinfo: Add documentation for the apropos command.
10483
10484 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10485
10486 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10487
10488 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10489
10490 * gdb.texinfo: Add white space to prevent overprinting in
10491 two places.
10492
10493 2000-03-17 Stan Shebs <shebs@apple.com>
10494
10495 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10496 <dima@Chg.RU>, also clarification of allowed content for
10497 string constants.
10498
10499 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10500
10501 * gdb.texinfo (main menu): Add Annotations.
10502 (File Options): Add @cindex entries for each command-line option.
10503 Document --epoch, --annotate, --async, --interpreter, --write,
10504 --statistics, and --version.
10505
10506 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10507 of GDB.
10508
10509 2000-02-23 Jim Blandy <jimb@redhat.com>
10510
10511 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10512
10513 2000-02-22 Jim Blandy <jimb@redhat.com>
10514
10515 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10516
10517 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10518
10519 * Makefile.in (diststuff): New target.
10520
10521 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10522
10523 * agentexpr.texi: Fix wording regarding Intel's IA-64
10524 architecture. [From Jim Wilson.]
10525
10526 2000-01-16 Tom Tromey <tromey@cygnus.com>
10527
10528 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10529 (Delete Breaks): Mention range arguments.
10530 (Disabling): Likewise.
10531
10532 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10533
10534 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10535
10536 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10537
10538 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10539 valid functions.
10540
10541 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10542
10543 * gdb.texinfo: Clarify regular expressions used in rbreak.
10544
10545 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10546
10547 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10548 MEMORY_REMOVE_BREAKPOINT): Document.
10549
10550 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10551
10552 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10553 offset re-using the DATA offset instead.
10554
10555 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10556
10557 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10558
10559 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10560
10561 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10562 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10563 typos.
10564
10565 * gdb.texinfo: Various minor wording and formatting improvements,
10566 mentions of additional command-line options.
10567
10568 1999-09-30 Fred Fish <fnf@cygnus.com>
10569
10570 * gdb.texinfo: Document additional forms of specifying section
10571 names and addresses for the add-symbol-file command.
10572
10573 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10574
10575 * gdbint.texinfo: Fix typo, add the word "have".
10576
10577 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10578
10579 * gdbint.texinfo (Target Architecture Definition): Document the
10580 SKIP_PERMANENT_BREAKPOINT macro.
10581
10582 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10583
10584 * gdb.texinfo: Fiks speling errers.
10585
10586 * gdb.texinfo: Fix uses of @multitable.
10587
10588 From Eli Zaretskii <eliz@gnu.org>:
10589 * gdb.texinfo: Include details specific to DOS host, clarify
10590 some confusing language, fix @ref/@xref/@pxref usages, add
10591 comments about using with optimization, add more indexing,
10592 fix info about disassembly-flavor.
10593
10594 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10595
10596 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10597 SKIP_SOLIB_RESOLVER): Define.
10598
10599 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10600
10601 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10602 ``g'' packets.
10603
10604 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10605
10606 * gdb.texinfo: Create a new "Configurations" chapter with
10607 platform-specific info, inline remote.texi and move sections of it
10608 into the new chapter, move bits about info proc, heuristic search,
10609 and register stack into the new chapter.
10610 * remote.texi: Remove, now part of gdb.texinfo.
10611 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10612
10613 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10614
10615 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10616 GDB_TARGET_IS_MACH386): These kludges have gone away.
10617
10618 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10619
10620 * gdbint.texinfo (Target Architecture Definition): Mention
10621 TDEPLIBS.
10622
10623 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10624
10625 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10626 surrounding text to fit HP-UX bits into general info.
10627 (HPPA-cfg.texi): Remove, no longer useful.
10628
10629 * gdb.texinfo: Remove explicit links from @node lines, remove
10630 HP-added "Detailed Node Listing" from main menu which confuses
10631 things.
10632
10633 From Dmitry Sivachenko <dima@Chg.RU>:
10634 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10635 in description of `set environment'.
10636
10637 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10638
10639 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10640
10641 1999-08-12 Ben Elliston <bje@cygnus.com>
10642
10643 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10644
10645 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10646
10647 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10648 watch, awatch, and rwatch. Explain why the latter two cannot be
10649 set as software watchpoints. Document that watchpoints for local
10650 variables are deleted when the debuggee terminates.
10651
10652 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10653
10654 * remote.texi (Protocol): Further clarification of the "qRcmd"
10655 packet. Allow E.. response packet. "qRcmd" packet is no longer
10656 reserved.
10657
10658 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10659
10660 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10661 * gdb.texinfo: Ditto.
10662
10663 1999-08-06 Tom Tromey <tromey@cygnus.com>
10664
10665 * gdb.texinfo (KOD): New node.
10666
10667 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10668
10669 * remote.texi (Rcmd): Fix minor formatting typos.
10670
10671 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10672
10673 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10674 packets.
10675
10676 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10677
10678 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10679 fixes.
10680
10681 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10682
10683 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10684
10685 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10686
10687 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10688 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10689 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10690 packets that are not supported on all hosts. Expand examples.
10691 Spell check.
10692
10693 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10694
10695 * Makefile.in: Recognize html, install-html. Add targets
10696 to build HTML versions of documentation via texi2html.
10697
10698 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10699
10700 * gdbint.texinfo (Testsuite): New chapter, information about the
10701 testsuite.
10702
10703 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10704
10705 * remote.texi (Communication Protocol): Rewrite.
10706
10707 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10708
10709 * stabs.texinfo: Fix uses of xref.
10710
10711 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10712
10713 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10714 info about patch submission.
10715
10716 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10717
10718 From Per Bothner <bothner@cygnus.com>:
10719 * gdb.texinfo: Document Chill support.
10720
10721 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10722
10723 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10724 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10725 Document that the value should be greater-than or equal-to zero.
10726 (NO_STD_REGS): Document. Deprecate.
10727
10728 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10729
10730 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10731 Document that these are not used.
10732
10733 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10734
10735 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10736
10737 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10738
10739 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10740 numargs was dropped.
10741
10742 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10743
10744 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10745
10746 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10747
10748 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10749 Update.
10750
10751 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10752
10753 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10754 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10755
10756 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10757
10758 * gdbint.texinfo: Fix typos: $ -> @.
10759
10760 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10761
10762 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10763 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10764 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10765 BREAKPOINT_FROM_PC.
10766
10767 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10768
10769 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10770 CALL_DUMMY_STACK_ADJUST): Document.
10771
10772 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10773
10774 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10775 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10776
10777 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10778
10779 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10780 longer exists.
10781
10782 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10783
10784 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10785 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10786 they make the manual source incomprehensible.
10787 * h8-cfg.texi: Remove, hasn't been used in years.
10788
10789 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10790
10791 * gdb.texinfo: Update the credits.
10792
10793 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10794
10795 * gdb.texinfo: Fix mistakes noticed in printout of last
10796 draft, add Alpha to discussion of heuristic fence post.
10797
10798 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10799
10800 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10801 Edition, merge some HP changes into mainline, describe some
10802 previously undocumented features, describe more of the target
10803 commands available, eliminate obsolete section on renamed
10804 commands.
10805 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10806
10807 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10808
10809 * gdb.texinfo: Make many HPPA conditionals unconditional,
10810 including catchpoint description, since now on for all configs.
10811 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10812 specializations.
10813
10814 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10815
10816 * Makefile.in (GDBvn.texi): Fix match expression to work with
10817 current format of VERSION in gdb/Makefile.in.
10818 * gdb.texinfo: Fix node ref to match new readline.
10819
10820 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10821
10822 * gdb.texinfo: Changes made as part of a project to merge in
10823 changes made by HP. Documentation makes extensive use of
10824 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10825 on remote debugging. There are differences in documentation
10826 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10827 the HP manual discusses catchpoints, hardware watchpoints, and
10828 some HPUX specific limitations for shared library support.
10829
10830 There are also a number of @node changes.
10831
10832 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10833
10834 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10835 (C Usage): Same.
10836
10837 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10838
10839 The following changes were made by Edith Epstein
10840 <eepstein@cygnus.com> as part of a project to merge in changes
10841 made by HP.
10842
10843 * HPPA-cfg.texi: new file.
10844
10845 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10846
10847 * refcard.tex: change documentation about catch.
10848 removed info catch.
10849
10850 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10851
10852 * gdbint.texinfo: Expand on GDB's coding standards,
10853 specify the use of arg names with prototypes.
10854
10855 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10856
10857 * gdb.texinfo: Fix tipo.
10858
10859 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10860
10861 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10862 TARGET_BYTE_ORDER_SELECTABLE_P.
10863
10864 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10865
10866 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10867
10868 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10869
10870 * agentexpr.texi: New file.
10871
10872 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10873
10874 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10875
10876 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10877
10878 * remote.texi: Changed wording that implied that the GDB remote
10879 protocol caches register values instead of GDB itself.
10880
10881 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10882
10883 * gdbint.texinfo: Add some info about symbol readers.
10884 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10885 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10886 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10887 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10888
10889 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10890
10891 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10892
10893 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10894
10895 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10896
10897 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10898
10899 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10900 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10901
10902 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10903
10904 * gdbint.texinfo: Fix minor typos.
10905
10906 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10907
10908 * gdbint.texinfo: Complete overhaul. Group descriptions more
10909 logically, add more info on generic algorithms, remove much
10910 obsolete and/or wrong material.
10911
10912 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10913
10914 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10915
10916 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10917
10918 * refcard.tex: Copyright, address updates.
10919
10920 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10921
10922 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10923 for the edition instead of confusing GDB-version-like numbers.
10924
10925 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10926
10927 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10928
10929 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10930
10931 * LRS: Reformat a bit to keep text under 80 columns.
10932
10933 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10934
10935 * gdb.texinfo: Add some credits, mention bug monitor.
10936 * remote.texi: Mention mips monitor targets.
10937 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10938
10939 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10940
10941 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10942 files, finish sorting of host vs target vs native macros, describe
10943 some more of them.
10944
10945 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10946
10947 * gdbint.texinfo (Host Conditionals): Document change from
10948 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10949
10950 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10951
10952 * gdbint.texinfo (Host Conditionals): Document
10953 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10954
10955 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10956
10957 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10958 Document LSEEK_NOT_LINEAR.
10959
10960 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10961
10962 * stabs.texinfo (Stab Section Basics): Make it clear that only
10963 some versions of the GNU linker remove the leading N_UNDF symbol.
10964
10965 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10966
10967 * stabs.texinfo (String Field): Document type number pairs here,
10968 instead of in the Sun specific section.
10969 (Include Files): The GNU linker supports the N_BINCL
10970 optimization. Clarify the N_BINCL value, and what it is used
10971 for.
10972 (Procedures): Document N_FUN with an empty string to mark the end
10973 of a function.
10974 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10975 (Sun Differences): Remove this node, as the information is now
10976 elsewhere in the main document.
10977 (Stab Section Basics): Mention that the GNU linker may optimize
10978 stabs and remove the leading N_UNDF symbol.
10979
10980 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10981
10982 * gdb.texinfo, refcard.tex: Restore author credit
10983
10984 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10985
10986 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10987 documentation to account for START and END macros taking
10988 one arg.
10989
10990 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10991
10992 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10993 * gdb.texinfo (Frames): Fix typo.
10994
10995 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10996
10997 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10998 a target_signal as arg type, not a pid.
10999
11000 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11001
11002 * gdb.texinfo: Document `set assembly-language'.
11003
11004 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11005
11006 * remote.texi: Update list of stubs in the GDB distribution.
11007
11008 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11009
11010 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11011 Also document that some systems can use mmalloc but must define
11012 this if their C runtime allocates memory that is later freed.
11013 (MMCHECK_FORCE): Document new macro.
11014
11015 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11016
11017 * remote.texi: Add documentation for target Sparclet.
11018
11019 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11020
11021 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11022 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11023 * configure.in: Rewritten for autoconf.
11024 * configure: New.
11025
11026 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11027
11028 * Makefile.in (DVIPS): New define, set to dvips.
11029 (dvi): Add stabs.dvi.
11030 (ps): New target.
11031 (all-doc): Depend on info, dvi, and ps targets.
11032 (STAGESTUFF): Add *.ps and *.dvi files.
11033 (clean-info, clean-dvi): Remove.
11034 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11035 rules completely rewritten.
11036 (maintainer-clean): Remove clean-info and clean-dvi
11037 dependencies and put their actions in the rules.
11038 (gdb.ps): New target
11039 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11040 intermediate TeX files, whether they have 2 or 3 character
11041 extensions.
11042 (gdbint.ps): Add target and rules.
11043 (gdb-internals): Delete unused target.
11044 (Makefile): Depends upon config.status also.
11045
11046 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11047
11048 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11049 set.
11050
11051 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11052
11053 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11054 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11055
11056 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11057
11058 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11059
11060 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11061
11062 * gdb.texinfo (Print settings): Document
11063 `set/show print static-members' commands.
11064
11065 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11066
11067 * gdbint.texinfo (Native): Document name change, coredep.c to
11068 core-aout.c.
11069
11070 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11071
11072 * stabs.texinfo (Include Files): Document the values the SunOS4
11073 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11074
11075 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11076
11077 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11078 Fix typo.
11079
11080 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11081
11082 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11083 "gdb.tar.Z".
11084
11085 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11086
11087 * Makefile.in (maintainer-clean): New target, synonym for
11088 realclean.
11089
11090 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11091
11092 * Update all FSF addresses except those in COPYING* files.
11093
11094 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11095
11096 From Richard Earnshaw (rearnsha@armltd.co.uk):
11097 * gdb.texinfo (convenience variables): Document $_exitcode.
11098 (quit): Document optional expression to use as exit code.
11099
11100 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11101
11102 * gdb.texinfo, remote.texi: Brought up to date with various
11103 GDB changes.
11104
11105 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11106
11107 * gdb.texinfo: Update dates and versions, fix comments about
11108 hardware watchpoints in future releases and about the
11109 sharedlibrary command.
11110
11111 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11112
11113 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11114 C_FUN stab. Other cleanups.
11115
11116 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11119 for the sparc stub.
11120
11121 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11122
11123 * annotate.texi: Clarify which addresses have differing formats
11124 depending on the language and which do not.
11125
11126 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11127
11128 * remote.texi (NetWare): Changed example to use BOARD= instead of
11129 NODE= argument to reflect correspoding change to gdbserve.nlm.
11130
11131 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11132
11133 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11134 GDB, as well as AIX dbx, supports the size type attribute.
11135
11136 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11137
11138 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11139
11140 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11141
11142 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11143 and new 'if' and 'while' commands.
11144
11145 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11146
11147 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11148
11149 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11150
11151 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11152 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11153 NetWare targets. Mostly stolen from the Server node.
11154
11155 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11156
11157 * gdb.texinfo (Setting): Talk about the language of a source file
11158 versus the working language. The old documentation did not match
11159 what GDB did.
11160
11161 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11162
11163 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11164 of a source file.
11165
11166 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11167
11168 * gdb.texinfo (Processes): New node.
11169
11170 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11171
11172 * remote.texi: Update documentation of set/show mipsfpu.
11173
11174 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11175
11176 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11177 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11178
11179 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11180
11181 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11182 obsolete conditionals, described some others.
11183
11184 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11185
11186 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11187 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11188
11189 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11190
11191 * gdbint.texinfo: Put regex conditionals in their own table.
11192
11193 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11194
11195 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11196 described or fixed the descriptions of many others.
11197
11198 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11199
11200 * gdb.texinfo: Add some more credits.
11201 * gdbint.texinfo: Capitalize GDB consistently, describe some
11202 macros and remove some.
11203
11204 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11205
11206 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11207 obsolete conditionals, described some others.
11208
11209 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11210
11211 * gdb.texinfo (help targets): Changed to `help target', which
11212 is the correct gdb command.
11213
11214 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11215
11216 * annotate.texi (TODO): New node, for keeping track of annotations
11217 suggested but not yet implemented.
11218
11219 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11220
11221 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11222 another symbol, it is not the address itself.
11223
11224 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11225
11226 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11227 of stabs-in-coff sections.
11228
11229 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11230
11231 * annotate.texi: Change edition to 0.5 and date to May 1994.
11232 Add index.
11233 (Frames): New node, for frame annotation.
11234 (Displays): New node, for display annotation.
11235
11236 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11237 when waiting for your program to stop.
11238
11239 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11240
11241 * annotate.texi (Breakpoint Info): Document annotation of header
11242 fields and record annotation.
11243
11244 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11245
11246 * annotate.texi: New file, to document annotations.
11247
11248 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11249
11250 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11251 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11252
11253 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11254
11255 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11256 section, and say n_strx field is compilation unit relative.
11257 * stabs.texinfo: Don't use @code for a.out when it is the name of
11258 an object file format.
11259
11260 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11261
11262 * gdb.texinfo: Refer to file names, not path names, per rms
11263 convention.
11264 (Arguments): Fix typo.
11265
11266 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11267
11268 * stabs.texinfo (Global Variables): Talk about stabs in files
11269 where variables are referenced, but not defined.
11270
11271 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11272
11273 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11274 Cplusplus to new nodes Member Type Descriptor and Method Type
11275 Descriptor. Re-write stuff for #.
11276
11277 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11278
11279 * gdb.texinfo (Print Settings): Don't document "set print
11280 fast-symbolic-addr off". The bug which it worked around was fixed
11281 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11282
11283 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11284 N_ENTRY node.
11285
11286 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11287
11288 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11289
11290 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11291 references to ieee-float.c.
11292
11293 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11294
11295 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11296 match what the code actually does.
11297
11298 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11299
11300 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11301
11302 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11303
11304 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11305 i, and b.
11306
11307 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11308
11309 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11310 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11311 as "stabs in sections" rather than just saying "ELF and SOM".
11312 Also make that stuff apply to COFF.
11313
11314 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11315
11316 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11317 Ghostscript.
11318
11319 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11320
11321 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11322 versus functions without line numbers, also mention stepping into
11323 them as well as "step" when you are in them. Tell the user how to
11324 deal with the situation. Add comment about "debugging information".
11325
11326 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11327
11328 * stabs.texinfo (Enumerations): Document restriction on where
11329 enumeration types can appear and still win with GDB.
11330
11331 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11332
11333 * stabs.texinfo (Negative Type Numbers): Document format for type
11334 -16.
11335
11336 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11337
11338 * gdb.texinfo (Selection, Frame Info): Update information about
11339 arbitrary frame specficiations.
11340
11341 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11342
11343 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11344
11345 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11346
11347 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11348
11349 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11350
11351 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11352
11353 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11354
11355 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11356 Differences node to Statics node.
11357 (Statics): Discuss XCOFF use of V symbol descriptor.
11358
11359 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11360 not clean.
11361
11362 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11363
11364 * gdb.texinfo (Print Settings): Document `set print
11365 fast-symbolic-addr' and improve the doc for some other
11366 `set print's.
11367
11368 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11369
11370 * stabs.texinfo (String Field): Talk about defining several type
11371 numbers at once.
11372 Fix lint regarding changing node ELF Transformations to
11373 ELF and SOM Transformations.
11374
11375 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11376
11377 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11378
11379 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo (Cross-References): `::' is for nested types only
11382 within <>.
11383 (Structures): Document static members.
11384
11385 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11386
11387 * stabs.texinfo: Document S type attribute.
11388
11389 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11390
11391 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11392
11393 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11394
11395 * gdbint.texinfo: Fix a few typos.
11396
11397 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11398
11399 * gdb.texinfo, remote.texi: formatting improvements
11400
11401 * gdb.texinfo (New Features): mention threads.
11402 (Summary, C): fix xrefs in newly contributed text.
11403 (Threads): index entries, clarifications, example
11404 (passim): minor typos fixed, phrasing improvements
11405
11406 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11407 entries; (Server): explain use of gdbserver w/real-time systems,
11408 add example of conflicting TCP port; (MIPS Remote) break up
11409 running text into table, highlighting commands, and add example.
11410
11411 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11412
11413 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11414
11415 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11416
11417 * stabs.texinfo (Nested Symbols): New node.
11418 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11419
11420 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11421
11422 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11423 to picking which Bbss.bss symbol to use, and (because there seems to
11424 be no good way of doing it) re-write some of the text to make it
11425 sound like Bbss.bss isn't such a great idea after all (as currently
11426 designed).
11427
11428 * gdb.texinfo (C): In addition to saying people have to use g++ for
11429 good results, say they have to use stabs. Specifically say cfront
11430 doesn't work well.
11431 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11432 the gdb README. Add xrefs to places where the support for the various
11433 languages is described in detail.
11434
11435 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11436
11437 * stabs.texinfo: Clean up stuff about visibility and virtual
11438 characters.
11439
11440 * stabs.texinfo (N_M2C): Cite Sun doc.
11441
11442 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11443
11444 * gdb.texinfo: updates re threads.
11445 * remote.texinfo: avoid index entries starting with digits.
11446
11447 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11448
11449 * stabs.texinfo (Enumerations): Talk about large, negative and
11450 octal values. Clean up cross reference to type attributes.
11451 (String Field): Say that GDB 4.11 supports size attribute.
11452
11453 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11454
11455 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11456 is a mandatory step. Make the stuff about that more concise.
11457
11458 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11459
11460 * stabs.texinfo (Class Names): New node.
11461
11462 * gdb.texinfo (Command Files): Explain order of init file reading.
11463
11464 * remote.texi (Bootstrapping): Talk about getting the serial driver
11465 to deal with ^C sent by gdb to stop the remote system.
11466
11467 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11468
11469 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11470
11471 * libgdb.texinfo (Defining Commands): made the DOC arg
11472 to gdb_define_app_command a char * instead of char **
11473 per a suggestion from kingdon.
11474
11475 * libgdb.texinfo: total rewrite from a different starting
11476 premise.
11477
11478 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11481 floats passed as doubles (to improve clarity).
11482
11483 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11484
11485 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11486
11487 * a4rc.sed: update to work with Andreas Vogel papersize params
11488
11489 * refcard.tex: use Andreas Vogel simplifications of papersize
11490 params; remove useless version info; update copyright date.
11491
11492 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11493
11494 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11495
11496 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11497
11498 * gdb.texinfo (Files): Say what address the load command loads it at.
11499
11500 * stabs.texinfo (Common Blocks): Minor cleanups.
11501
11502 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11503 that Sun has backed away from the linker kludge and thus the relevant
11504 issue is changes to the SunPRO tools, not the Solaris linker.
11505
11506 * stabs.texinfo (Traditional Integer Types): Clean up description
11507 of octal bounds a little bit. Document extra leading zeroes.
11508
11509 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11510
11511 * gdb.texinfo (Signaling): Update for symbolic symbol names
11512 and add a section explaining the difference between the GDB
11513 signal command and the shell kill utility.
11514
11515 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11516
11517 * libgdb.texinfo: added `@' to braces that were unescaped.
11518
11519 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11520
11521 * libgdb.texinfo: new file. Spec for the gdb library.
11522
11523 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11524
11525 * stabs.texinfo (Include Files): Fix typo (start -> end).
11526
11527 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11528
11529 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11530 from Melissa at FSF's editing pass.
11531
11532 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11533
11534 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11535 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11536 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11537
11538 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11539
11540 * remote.texi (Bootstrapping): Discuss 386 call gates.
11541
11542 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11543
11544 * stabs.texinfo (Based Variables): New node.
11545
11546 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11547
11548 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11549 names, sizes, and formats to suggest how not to lose.
11550
11551 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11552
11553 * stabs.texinfo (Methods): Fix typo.
11554
11555 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11556
11557 * gdb.texinfo: Fix a few typos.
11558
11559 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11560
11561 * gdb.texinfo: Clarify how well it works with Fortran.
11562
11563 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11564 More on relocating stabs in ELF files.
11565
11566 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11567
11568 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11569
11570 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11571
11572 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11573 parameters on VAX.
11574
11575 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11576
11577 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11578
11579 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11580
11581 * stabs.texinfo: Make info author notice match the TeX author notice.
11582
11583 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11584
11585 * stabs.texinfo: Initial-caps all words in node names and
11586 non-trivial words in section names.
11587
11588 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11589
11590 * stabs.texinfo: Many minor cleanups.
11591
11592 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11593
11594 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11595
11596 * stabs.texinfo: Remove full description of big example.
11597 It's not really helpful; just use pieces of it where appropriate.
11598 Add more Texinfo formatting directives (@samp, etc.).
11599 Use @deffn to define stab types.
11600 Eliminate some wordiness. Break up some nodes.
11601 Add an (alphabetized) index of symbol types.
11602 Use consistent capitalization style in node and section names.
11603
11604 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11605
11606 * gdb.texinfo: Change typo "Two two" to "The two".
11607
11608 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * stabs.texinfo (XCOFF-differences): Remove references to
11611 non-existent types N_DECL and N_RPSYM.
11612
11613 * stabs.texinfo (String Field): Say that type attributes bug is
11614 fixed in GDB 4.10, since it is.
11615
11616 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11617
11618 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11619
11620 * stabs.texinfo: Formatting cleanups.
11621
11622 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11623
11624 * stabs.texinfo: When explaining the n_type of a stab, standardize
11625 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11626 no tabs, use @r).
11627 (Global Variables): Clean up.
11628
11629 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11630
11631 * stabs.texinfo (Stack Variables): Re-write.
11632
11633 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11634
11635 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11636 addresses of a source file. Also revise formatting.
11637 Change "object module" or "object file" to "source file".
11638 Various: Miscellaneous cleanups.
11639
11640 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11641
11642 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11643
11644 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11645
11646 * gdbint.texinfo: Removed many nonsensical machine-collected
11647 host and target conditionals, described some of the remainder.
11648
11649 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11650
11651 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11652
11653 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11654 paragraph which follows.
11655
11656 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11657 variables. Looks better and avoids overful hbox.
11658
11659 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11660
11661 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11662
11663 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11664
11665 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11666 retransmit-timeout
11667
11668 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11669
11670 * gdbint.texinfo: Update statement about `some ancient Unix
11671 systems, like Ultrix 4.0' to Ultrix 4.2.
11672
11673 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11674
11675 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11676
11677 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11678
11679 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11680 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11681
11682 * remote.texi: new name for former gdbinv-s.texi
11683
11684 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11685
11686 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11687
11688 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11689 variables for MIPS remote debugging protocol.
11690
11691 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11692
11693 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11694
11695 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11696
11697 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11698
11699 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11700
11701 * gdb.texinfo: repair conditional bugs in text markup
11702
11703 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11704
11705 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11706 to select Modula-2 material.
11707
11708 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11709
11710 * stabs.texinfo: Cleanups regarding statics.
11711
11712 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11713 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11714
11715 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11716
11717 * stabs.texinfo: N_MAIN is sometimes used for C.
11718
11719 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11720
11721 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11722
11723 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11724
11725 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11726 removed from the code by Kingdon.
11727
11728 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11729
11730 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11731 input when evaluating breakpoint conditions; the bug has been fixed.
11732
11733 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11734 sets the ignore count to N-1, not to N.
11735
11736 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11737
11738 * refcard.tex (\hoffset): correct longstanding error to match
11739 intended offset; avoids cutting off edge on some printers
11740
11741 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11742
11743 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11744
11745 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11746
11747 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11748
11749 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11750
11751 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11752 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11753 collect sed edits if any, apply to refcard before formatting;
11754 (refcard.ps) stop implying PS fonts if PS output requested;
11755 (lrefcard.ps) delete extra target for variant PS fonts
11756
11757 * refcard.tex: parametrize papersize dependent info, collect
11758 in easily replaced spot
11759
11760 * a4rc.sed: new file, edits to refcard for A4 paper
11761
11762 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11763
11764 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11765
11766 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11767
11768 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11769
11770 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11771
11772 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11773 politely rather than rudely.
11774
11775 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11776
11777 * stabs.texinfo: Document common blocks.
11778
11779 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11780
11781 * stabs.texinfo: Add some basic info about stabs-in-elf.
11782
11783 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11784
11785 * stabs.texinfo (Top): Minor cleanup.
11786
11787 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11788
11789 * Makefile.in (install-info): remove parentdir support
11790
11791 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11792
11793 * gdb.texinfo (Copying): delete this node and references to it;
11794 RMS says this manual need not carry GPL. (passim): Improvements
11795 from last round at FSF, largely due to Ian Taylor review, and
11796 minor formatting improvements.
11797
11798 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11799 largely due to Ian Taylor review. (Debug Session): minor edits to
11800 new text.
11801
11802 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11803
11804 * Makefile.in (realclean): Remove info and dvi files too.
11805
11806 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11807
11808 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11809 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11810 * gdb.texinfo: Change accordingly.
11811
11812 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11813 N_{L,R}BRAC,N_SLINE are relative to.
11814
11815 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11816
11817 * Makefile.in (GDBvn.texi): Update atomically.
11818
11819 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11820
11821 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11822
11823 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11824
11825 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11826 addresses together. Also motivate the set print symbol-filename
11827 command and suggest other solutions.
11828
11829 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11830
11831 * gdb.texinfo (set print elements): Note that the number of
11832 elements is set to unlimited by "set print elements 0".
11833
11834 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11835
11836 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11837 NF_LDOUBLE means.
11838 (Stab Types): Include Solaris stab types.
11839 (Procedures): Document Solaris extensions.
11840
11841 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11842
11843 * gdb.texinfo: Add `set print symbol-filename' doc.
11844
11845 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11846
11847 * stabs.texinfo (Arrays): Talk about type definition vs. type
11848 information.
11849
11850 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11851 the trailing semicolon.
11852
11853 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11854
11855 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11856 and merge in other parts of the document addressing these subjects.
11857 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11858
11859 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11860 at the end of a range type.
11861
11862 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11863 AIX extensions.
11864
11865 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11866
11867 * stabs.texinfo (Stabs Format): Misc fixes.
11868
11869 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11870
11871 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11872 (Traditional builtin types): Document convex convention for long long.
11873 (Negative builtin types): Discuss type names, and misc fixes.
11874
11875 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11876
11877 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11878 point types used with @samp{R} type descriptor.
11879 (Symbol Descriptors): Describe how to handle conflict between
11880 different meanings of @samp{P} symbol descriptor.
11881
11882 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11883
11884 * stabs.texinfo: Remove node Quick Reference and put its children
11885 directly under the main menu.
11886
11887 * stabs.texinfo: Many more changes to bring it into line with
11888 AIX documentation and reality. I think it now has all the
11889 information from the AIX documentation, except that I burned
11890 out when I got to variant records (Pascal and Modula-2) and
11891 all the COBOL types. Oh well, we can add them later when we're
11892 worrying more about those languages.
11893
11894 * stabs.texinfo (Automatic variables): Talk about what it means
11895 to omit the symbol descriptor.
11896
11897 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11898
11899 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11900 gcc2 behavior with promoted args.
11901
11902 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11903
11904 * gdb.texinfo: include readline appendices in info version of manual
11905
11906 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11907
11908 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11909 target remote.
11910
11911 * gdb.texinfo (Machine Code): more index entries for disassemble
11912
11913 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11914
11915 * Clarify the intended use of the gdb-testers and gdb-patches
11916 mailing lists, and shrink gzip comment.
11917
11918 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11919
11920 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11921 DOSHOST configuration of manual.
11922
11923 * gdb.texinfo (MIPS Stack): new node.
11924
11925 * all-config.texi (MIPS) new switch.
11926
11927 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11928 tense; (MIPS Remote) new node.
11929
11930 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11931 bug; (Environment) less passive, other small cleanups in text about
11932 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11933 (Remote) new MIPS Remote menu entry.
11934
11935 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11936
11937 * stabs.texinfo: Many changes to include information from the
11938 AIX documentation.
11939
11940 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11941
11942 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11943
11944 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11945 Move a bunch of information from ../README.
11946 (Getting Started): New node.
11947
11948 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11949
11950 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11951
11952 * gdb.texinfo: advance manual revision dates to present
11953
11954 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11955 stop using silly Roman numerals in @set variable names
11956
11957 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11958
11959 * stabs.texinfo (Parameters): Keep trying to get this right.
11960
11961 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11962
11963 * stabs.texinfo (Parameters): More on "local parameters".
11964
11965 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11966
11967 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11968
11969 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11970
11971 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11972 (Parameters): Rewrite.
11973 (xcoff-differences, Sun-differences): Minor changes.
11974
11975 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11976
11977 * stabs.texinfo: Minor cleanup.
11978
11979 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11980
11981 * gdbint.texinfo: Minor xcoff stuff.
11982
11983 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11984
11985 * gdbint.texinfo: Update for new config directory structure.
11986 Add info about internal type data structures.
11987
11988 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11989
11990 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11991 $(srcdir).
11992 (gdb-config.texi): Depend on file in $(srcdir).
11993
11994 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11995
11996 * stabs.texinfo: Fixes about N_SO.
11997
11998 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11999
12000 * gdb.texinfo: include list of nonstandard init file names
12001
12002 * *-config.texi: new switch GENERIC for text that applies *only*
12003 to (usual) multiple-target version of manual
12004
12005 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12006 h8 config
12007
12008 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12009 in menus (rather than conditionally selected multiple alternative
12010 menus).
12011
12012 * Makefile.in: define and use DOC_CONFIG var to select
12013 configuration for GDB user manual.
12014
12015 * gdb-config.texi: delete from repository, generate from Makefile.
12016
12017 * all-config.texi: normal `generic' configuration file, formerly
12018 stored as gdb-config.texi
12019
12020 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12021
12022 * Makefile.in: add dvi target to build all .dvi files
12023
12024 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12025
12026 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12027
12028 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12029
12030 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12031 host conditionals.
12032 * stabs.texinfo: More array fixes inspired by Jim's.
12033
12034 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12035
12036 * stabs.texinfo: Fixes re arrays and continuations.
12037
12038 * gdbint.texinfo: Add XCOFF node.
12039
12040 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12041
12042 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12043
12044 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12045
12046 * stabs.texinfo: Fix for array types to mention lower bounds.
12047
12048 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12049
12050 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12051
12052 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12053
12054 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12055
12056 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12057
12058 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12059 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12060
12061 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12062
12063 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12064
12065 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12066
12067 * gdb.texinfo, gdbinv-s.texi: misc updates
12068
12069 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12070
12071 * gdbint.texinfo: Brief documentation for longjmp support,
12072 from an email msg by Stu.
12073
12074 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12075
12076 * stabs.texinfo: Fix description of floating point "range"
12077 types (which really define basic types). Reported by Jim Meehan,
12078 <meehan@src.dec.com>.
12079
12080 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12081
12082 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12083
12084 * gdbint.texinfo: Slightly expand section on supporting a new
12085 object file format.
12086
12087 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12088
12089 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12090 intermediate file.
12091
12092 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12093
12094 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12095
12096 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12097
12098 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12099
12100 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12101 as well as Z8002.
12102
12103 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12104
12105 * gdbint.texinfo: Add sections on clean design and on how to send
12106 in changes.
12107
12108 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12109
12110 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12111
12112 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12113
12114 * gdb.texinfo: Fix typo, reported by Karl Berry.
12115
12116 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12117
12118 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12119
12120 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12121
12122 * gdbint.texinfo: fixed a stray email address (needs @@),
12123 added @table @code to node "Native Conditionals"
12124
12125 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12126
12127 * gdbint.texinfo: Describe coding style of GDB.
12128
12129 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12130
12131 * stabs.texinfo: Minor wording changes.
12132
12133 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12134
12135 * gdbint.texinfo: Improve release doc slightly.
12136
12137 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12138
12139 * gdbint.texinfo: Improve doc of GDB config macros.
12140
12141 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12142
12143 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12144 These will be reinserted when examined.
12145
12146 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12147
12148 * gdbint.texinfo: Make a start at documenting all the #if macros
12149 in GDB. At least list them all, and start separating them into
12150 host-specific and target-specific.
12151
12152 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12153
12154 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12155 examples (not consistent w others).
12156 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12157 for generic vn of doc
12158
12159 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12160
12161 * Makefile.in: always create installation directories.
12162
12163 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12164
12165 * gdb.texinfo: in h8 config, do not describe searching commands.
12166
12167 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12168
12169 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12170 conditionals; introduce a few generic switches that may be
12171 useful for other cross-dev or dos-hosted configs.
12172
12173 * gdb.texinfo: fix typo in "info reg" description
12174
12175 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12176
12177 * stabs.texinfo: Minor updates from running TeX over it.
12178 * Makefile.in (stabs.dvi, stabs.ps): Add.
12179
12180 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12181
12182 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12183 First pass at converting it to texinfo.
12184
12185 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12186
12187 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12188 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12189
12190 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12191
12192 * gdbint.texinfo: Add section on partial symbol tables.
12193
12194 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12195
12196 * gdb.texinfo: document `set remotedebug' and `set
12197 rstack_high_address'.
12198
12199 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12200
12201 * gdb.texinfo: slight expansion of new text on reading info files
12202 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12203 H8/300 from DOS.
12204
12205 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12206
12207 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12208
12209 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12210
12211 * gdb.texinfo: Say how to read the `info' files.
12212
12213 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12214
12215 * Makefile.in: gm4 -> m4.
12216
12217 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12218
12219 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12220 Documentation' ahead of `Installing GDB' to match README.
12221 Update shared library doc, -readnow and -mapped, and directory
12222 structure (add glob and mmalloc). Update configure doc.
12223
12224 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12225
12226 * Makefile.in: remove $(srcdir) from gdb.info rule.
12227
12228 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12229
12230 * Makefile.in: commented out gdb-all.texinfo rule. This is
12231 temporary.
12232
12233 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12234
12235 * Makefile.in, configure.in: removed traces of namesubdir,
12236 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12237 copyrights to '92, '13, changed some from Cygnus to FSF.
12238
12239 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12240
12241 * gdb.texinfo: Improve how we ask for bug reports.
12242
12243 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12244
12245 * Makefile.in: infodir belongs in datadir.
12246
12247 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12248
12249 * Makefile.in: remove spaces following hyphens, bsd make can't
12250 cope. install using INSTALL_DATA. added clean-info. added
12251 standards.text support.
12252
12253 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12254
12255 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12256 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12257 and mandir now keyed off datadir by default.
12258
12259 \f
12260 Local Variables:
12261 mode: change-log
12262 left-margin: 8
12263 fill-column: 74
12264 version-control: never
12265 coding: utf-8
12266 End: