btrace: set/show record btrace cpu
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2
3 * gdb.texinfo: Document set/show record btrace cpu.
4
5 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6
7 * gdb.texinfo (Ada Settings): New subsubsection.
8
9 2018-03-26 Tom Tromey <tom@tromey.com>
10
11 PR backtrace/15582:
12 * gdb.texinfo (Backtrace): Mention "hide" argument.
13
14 2018-03-26 Tom Tromey <tom@tromey.com>
15
16 * gdb.texinfo (Backtrace): Describe options individually.
17
18 2018-03-19 Tom Tromey <tom@tromey.com>
19
20 * observer.texi: Remove.
21
22 2018-03-04 John Baldwin <jhb@FreeBSD.org>
23
24 * gdb.texinfo (Debugging Output): Document "set/show debug
25 fbsd-nat".
26
27 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.texinfo (Machine Code): Additional information about "info
30 line" command.
31
32 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
33
34 * gdb.texinfo (gdb-add-index man): Add pindex.
35
36 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
37
38 * gdb.texinfo (set cwd): Add period.
39 (gdb-add-index man): Move anchor.
40
41 2017-01-12 Tom Tromey <tom@tromey.com>
42 Sergio Durigan Junior <sergiodj@redhat.com>
43
44 * gdb.texinfo (Index Files): Mention gdb-add-index.
45 (gdb-add-index man): New section.
46 * Makefile.in (gdb-add-index.1): New rule to generate manpage
47 from gdb.texinfo.
48
49 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
50
51 * gdb.texinfo (pwd): Fix whitespace.
52
53 2018-01-09 John Baldwin <jhb@FreeBSD.org>
54
55 * gdb.texinfo (pwd): Update cross-reference for Process Information
56 node and remove explicit /proc reference.
57 (Native): Rename subsection from SVR4 Process Information to
58 Process Information.
59 (Process Information): Reword introduction to be less /proc
60 centric. Document support for "info proc" on FreeBSD.
61
62 2018-01-03 Xavier Roirand <roirand@adacore.com>
63
64 * gdb.texinfo (Set Catchpoints): Add documentation for new
65 "catch handlers" action.
66
67 2017-12-27 Stafford Horne <shorne@gmail.com>
68
69 * gdb.texinfo (Target Description Format): Explain that arbitrary
70 strings are now allowed for register groups.
71
72 2017-12-27 Stafford Horne <shorne@gmail.com>
73
74 * gdb.texinfo (Registers): Document info reg $reggroup feature.
75
76 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
77
78 PR cli/16224
79 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
80
81 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
82
83 * python.texi (Manipulating breakpoints using Python): Document
84 qualified parameter to gdb.Breakpoint.
85
86 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
87
88 * python.texi (Manipulating breakpoints using Python): Split doc
89 of Breakpoint.__init__ in two, split text in multiple
90 paragraphs, don't nest parameter square brackets.
91
92 2017-12-12 Stafford Horne <shorne@gmail.com>
93 Stefan Wallentowitz <stefan@wallentowitz.de>
94 Franck Jullien <franck.jullien@gmail.com>
95 Jeremy Bennett <jeremy.bennett@embecosm.com>
96
97 * gdb.texinfo: Add OpenRISC documentation.
98
99 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
102
103 2017-12-07 Keith Seitz <keiths@redhat.com>
104
105 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
106 and "show print type nested-type-limit".
107
108 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
109
110 * python.texi (Breakpoints In Python): Add text relating
111 to allowed explicit locations and keywords in gdb.Breakpoints.
112
113 2017-12-04 Tom Tromey <tom@tromey.com>
114
115 * gdb.texinfo (Rust): Update trait object status
116
117 2017-12-01 Andrew Cagney <cagney@redhat.com>
118 Joel Brobecker <brobecker@adacore.com>
119 Sergio Durigan Junior <sergiodj@redhat.com>
120
121 * gdb.texinfo (File Options): Document --readnever.
122 (Commands to Specify Files): Likewise, for 'symbol-file' and
123 'add-symbol-file'.
124
125 2017-11-29 Pedro Alves <palves@redhat.com>
126
127 PR c++/19436
128 * gdb.texinfo (Debugging C Plus Plus): Document setting
129 breakpoints in functions with ABI tags.
130
131 2017-11-29 Pedro Alves <palves@redhat.com>
132
133 * gdb.texinfo (Linespec Locations): Document how "function" is
134 interpreted in C++ and Ada. Document "-qualified".
135 (Explicit Locations): Document how "-function" is interpreted in
136 C++ and Ada. Document "-qualified".
137
138 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
139
140 PR gdb/21945
141 * gdb.texinfo (Search Memory): Update description and example
142 about how to search a string without NULL terminator.
143
144 2017-11-24 Joel Brobecker <brobecker@adacore.com>
145
146 * gdb.texinfo (GDB/MI Ada Exception Information): Document
147 new "exception-message" field.
148
149 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
150
151 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
152
153 2017-11-24 Pedro Alves <palves@redhat.com>
154
155 * gdb.texinfo (Completion): Update need-quoting examples. Remove
156 false claim that GDB inserts quoting automatically.
157 (Symbols): Add anchor.
158
159 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
160
161 * gdb.texinfo (Requirements): Document use of GNU MPFR.
162
163 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
164
165 * python.texi (Basic Python): Add rbreak documentation.
166
167 2017-11-07 Xavier Roirand <roirand@adacore.com>
168 Pedro Alves <palves@redhat.com>
169
170 * gdb.texinfo (Set Breaks): Document support for breakpoint
171 location ranges in the enable/disable commands.
172
173 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
174
175 * gdb.texinfo (Starting your Program) <The working directory.>:
176 Mention remote debugging.
177 (Working Directory) <Your Program's Working Directory>:
178 Likewise.
179 (Connecting) <Remote Packet>: Add "set-working-dir"
180 and "QSetWorkingDir" to the table.
181 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
182 packet.
183
184 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
185
186 * gdb.texinfo (Starting your Program) <The working directory.>:
187 Mention new "set cwd" command.
188 (Working Directory) <Your Program's Working Directory>:
189 Rephrase to explain that "set cwd" exists and is the default
190 way to change the inferior's cwd.
191
192 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
193
194 * gdb.texinfo (S/390 and System z Features): Document the new
195 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
196
197 2017-09-21 Kevin Buettner <kevinb@redhat.com>
198
199 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
200 attribute.
201
202 2017-09-21 Kevin Buettner <kevinb@redhat.com>
203
204 * python.texi (Inferiors In Python): Add description for method
205 Inferior.thread_from_thread_handle.
206
207 2017-09-19 John Baldwin <jhb@FreeBSD.org>
208
209 * gdb.texinfo (Starting your Program): Add description of
210 starti command. Mention starti command as an alternative for
211 debugging the elaboration phase.
212
213 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
214
215 * gdb.texinfo (Maintenance Commands): Document filter parameter
216 of "maint selftest". Document "maint info selftests" command.
217
218 2017-09-11 Tom Tromey <tom@tromey.com>
219
220 * python.texi (Events In Python): Document new events.
221
222 2017-09-04 Pedro Alves <palves@redhat.com>
223
224 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
225 no-debug-info variables.
226 (Symbols) <Examining the Symbol Table>: Document inspecting
227 no-debug-info types.
228 (Calling) <Calling functions with no debug info>: New subsection,
229 documenting calling no-debug-info functions.
230 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
231
232 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
233
234 * gdb.texinfo (set environment): Add @anchor. Explain that
235 environment variables set by the user are sent to GDBserver.
236 (unset environment): Likewise, but for unsetting variables.
237 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
238 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
239 "environment-reset" and "QEnvironmentReset" to the table.
240 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
241 QEnvironmentReset>: New item, explaining the packet.
242
243 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
244
245 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
246 "Compiler search for the compile command" descriptions of set
247 compile-gcc and show compile-gcc.
248
249 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
250
251 * gdb.texinfo (Architectures): Add new Sparc64 section to document
252 ADI support.
253 * NEWS: Add "adi examine" and "adi assign" commands.
254
255 2017-08-18 Yao Qi <yao.qi@linaro.org>
256
257 * gdb.texinfo (Server): Document "--selftest".
258
259 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
260
261 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
262 Single-Key mode.
263
264 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
265
266 PR gdb/21925
267 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
268 set...").
269
270 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
271
272 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
273 conditional expression.
274
275 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
276
277 * agentexpr.texi (rot): Fix symbolic description, improve
278 textual description.
279
280 2017-07-26 Yao Qi <yao.qi@linaro.org>
281
282 * gdb.texinfo (Maintenance Commands): Document command
283 "maint check xml-descriptions".
284
285 2017-07-26 Yao Qi <yao.qi@linaro.org>
286
287 * gdb.texinfo (Maintenance Commands): Document optional
288 argument of "maint print c-tdesc".
289
290 2017-07-18 Yao Qi <yao.qi@linaro.org>
291
292 * gdb.texinfo (Maintenance Commands): Improve the doc to
293 command "maint print c-tdesc".
294
295 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
296
297 PR gdb/21606
298 * python.texi (Python representation of Symbols.): Replace
299 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
300 * guile.texi (Guile representation of Symbols.): Likewise.
301
302 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
303
304 * gdb.texinfo (Optional Messages about Internal Happenings):
305 Document {set,show} debug separate-debug-file commands.
306
307 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
308
309 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
310 (Connecting) <Remote Packet>: Add "startup-with-shell"
311 and "QStartupWithShell" to the table.
312 (Remote Protocol) <QStartupWithShell>: New item, explaining the
313 packet.
314
315 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
318
319 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
320
321 * python.texi (Recording in Python): Factor out the documentation of
322 gdb.RecordInstruction's super class.
323
324 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
325
326 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
327 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
328 prev and next.
329
330 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
331
332 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
333 gdb.RecordInstruction
334
335 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
336
337 * python.texi (Recording in Python): Add documentation for
338 gdb.RecordGap and remove documentation of special cases for
339 gdb.BtraceInstruction.
340
341 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
342
343 * python.texi (Recording in Python): Remove Record.ptid defvar.
344
345 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
346
347 * gdb.texinfo (GDB/MI Thread Information): Add missing
348 fields, re-word some things.
349 (GDB/MI Thread Commands): Describe fields found in the output of
350 -thread-info, remove description of fields in the
351 thread output tuple, replace with a cross-reference to "GDB/MI
352 Thread Information".
353
354 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
355
356 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
357 from -thread-info output.
358
359 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
360
361 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
362
363 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
364
365 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
366
367 2017-03-22 Yao Qi <yao.qi@linaro.org>
368
369 * python.texi (Inferiors In Python): Remove @code from Python.
370
371 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
372
373 * python.texi (Recordings In Python): Document return type of
374 gdb.BtraceInstruction.data.
375
376 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
377
378 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
379 command file-list-shared-libraries
380 (GDB/MI Async Records): Update documentation of library-loaded with new
381 field.
382
383 2017-03-16 Doug Evans <dje@google.com>
384
385 * guile.texi (Lazy Strings In Guile): Mention arrays.
386 * python.texi (Lazy Strings In Python): Ditto.
387
388 2017-03-08 Jiong Wang <jiong.wang@arm.com>
389
390 * gdb.texinfo (Memory Protection Extensions): Add missing escape
391 character "@".
392
393 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
394
395 * Memory Protection Extensions: Add information about inferior
396 calls.
397
398 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
401 DW_TAG_GNU_* and DW_AT_GNU_*.
402
403 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
404
405 * python.texi (Recordings In Python): New section.
406
407 2017-02-14 Tom Tromey <tom@tromey.com>
408
409 PR python/13598:
410 * python.texi (Events In Python): Document events.before_prompt.
411
412 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
413
414 * gdb.texinfo (Target Commands): Document the optional offset
415 argument for the load command.
416
417 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
418
419 PR gdb/21122
420 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
421 space-separated breakpoint lists. Also add a missing @table command
422 and @cindex for breakpoint lists.
423
424 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
425
426 PR tdep/20936
427 * gdb.texinfo: (Standard Target Features): Document SPARC features.
428 (Sparc Features): New node.
429
430 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
431
432 * gdb.texinfo (i386 Features): Add system segment registers
433 as feature.
434
435 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
436
437 * python.texi (Events In Python): Fix typo.
438
439 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
440 Luis Machado <lgustavo@codesourcery.com>
441
442 * gdb.texinfo (-target-flash-erase): New MI command description.
443 (flash-erase): New CLI command description.
444
445 2017-01-04 John Baldwin <jhb@FreeBSD.org>
446
447 * gdb.texinfo (Contributors): Add SRI International and University
448 of Cambridge for FreeBSD/mips.
449
450 2016-12-22 Doug Evans <xdje42@gmail.com>
451
452 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
453 commands.
454
455 2016-12-02 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (User-defined Commands): Limit on number of
458 arguments passed to user-defined commands removed; update.
459
460 2016-12-02 Pedro Alves <palves@redhat.com>
461
462 PR cli/20559
463 * gdb.texinfo (Define): Add example of using "eval" to process a
464 variable number of arguments.
465 (Output) <eval>: Add anchor.
466
467 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
468
469 * Makefile.in: Likewise.
470
471 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
472
473 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
474 xref.
475
476 2016-10-29 Pedro Alves <palves@redhat.com>
477
478 * gdb.texinfo (Packets) <vCont>: Remove mention of default
479 actions.
480
481 2016-10-26 Pedro Alves <palves@redhat.com>
482
483 * gdb.texinfo (Packets): Clarify vCont packets with multiple
484 actions that match a thread, and what happens when an action
485 matches a thread that is already running.
486
487 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
488
489 * gdb.texinfo (Using Trace Files): Fix typo.
490 (GDB/MI Tracepoint Commands): Likewise.
491
492 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
493
494 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
495 of -trace-save.
496
497 2016-10-06 Tom Tromey <tom@tromey.com>
498
499 * guile.texi (Types In Guile): Remove Java mentions.
500 * python.texi (Types In Python): Remove Java mentions.
501 * gdb.texinfo (Address Locations, Supported Languages)
502 (Index Section Format): Remove Java mentions.
503
504 2016-08-15 Doug Evans <dje@google.com>
505
506 * gdb.texinfo (Target Description Format): Update docs on "end"
507 field spec and field default type.
508
509 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
510 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
511
512 PR gdb/20487
513 * gdb.texinfo (Context management): Update mention of frame
514 change notifications.
515 (gdb/mi Async Records): Document frame field in
516 =thread-select event.
517 * observer.texi (GDB Observers): New user_selected_context_changed
518 observer.
519
520 2016-09-28 Tom Tromey <tom@tromey.com>
521
522 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
523 than "memory breakpoint". Further document "kind". Move
524 protocol-details link earlier.
525 <z1>: Document the cmd_list argument. Fix typo.
526 <g>: Remove incorrect sentence.
527 (Stop Reply Packets): Document "OK" response to requests when in
528 non-stop mode.
529 <swbreak>: Use "software breakpoint" rather than "memory
530 breakpoint".
531 <create>: Document that "R" is ignored.
532 <W, X, w>: Document formatting of "AA".
533 (Notification Packets): Use "%Stop", not "%%Stop".
534
535 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
536
537 * gdb.texinfo (Embedded Processors): Document ARC.
538 (Synopsys ARC): New section.
539 (Standard Target Features): Document ARC features.
540 (ARC Features): New section.
541
542 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
543
544 * .gitignore: New file.
545
546 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
547
548 * gdb.texinfo (Input/Output): Mention possibility to unset
549 inferior-tty.
550
551 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
552
553 * gdb.texinfo: Resume btrace on reconnect.
554
555 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
556
557 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
558 syscall.
559
560 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
561
562 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
563 command.
564
565 2016-07-13 Tom Tromey <tom@tromey.com>
566
567 PR python/15620, PR python/18620:
568 * python.texi (Events In Python): Document new breakpoint events.
569
570 2016-07-13 Tom Tromey <tom@tromey.com>
571
572 PR python/17698:
573 * python.texi (Breakpoints In Python): Document
574 Breakpoint.pending.
575
576 2016-07-13 Tom Tromey <tom@tromey.com>
577
578 * python.texi (Breakpoints In Python): Move table of types and
579 table of watchpoint types earlier in node.
580
581 2016-07-12 Tom Tromey <tom@tromey.com>
582
583 PR python/19293:
584 * python.texi (Frames In Python): Document
585 gdb.invalidate_cached_frames.
586
587 2016-06-21 Pedro Alves <palves@redhat.com>
588
589 * gdb.texinfo (Interpreters): Update intepreter-exec section,
590 document new-ui and explain use case.
591
592 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
593
594 * gdb.texinfo (Standard Target Features): Document NDS32 features.
595 (NDS32 Features): New Section.
596
597 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
598
599 * gdb.texinfo (Examining Memory): Document negative repeat
600 count in the 'x' command.
601
602 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
603
604 * gdb.texinfo (GDB/MI Async Records): Document method and
605 format fields in =record-started.
606 * observer.texi (record_changed): Add method and format
607 parameters.
608
609 2016-05-27 Eli Zaretskii <eliz@gnu.org>
610
611 * gdb.texinfo (General Query Packets): Move the description of the
612 response before the long list of the specific 'read' and 'write'
613 requests.
614
615 2016-05-23 Tom Tromey <tom@tromey.com>
616
617 * python.texi (Basic Python): Document gdb.breakpoints return.
618
619 2016-05-24 Tom Tromey <tom@tromey.com>
620
621 PR gdb/19194:
622 * gdb.texinfo (gdb man): Fix typo.
623
624 2016-05-17 Tom Tromey <tom@tromey.com>
625
626 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
627 (Rust): New node.
628
629 2016-05-17 Tom Tromey <tom@tromey.com>
630
631 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
632
633 2016-04-27 Yao Qi <yao.qi@linaro.org>
634
635 * gdb.texinfo (tfind): Complete doc about tfind without
636 argument.
637
638 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
639
640 * agentexpr.texi (byte): Fix zero_ext description.
641
642 2016-03-31 Pedro Alves <palves@redhat.com>
643
644 * gdb.texinfo (M32R/SDI): Delete node.
645 (MIPS Embedded): Remove references to the MIPS remote debugging
646 protocol, PMON and variants, and the associated commands.
647
648 2016-03-15 Doug Evans <dje@google.com>
649
650 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
651 (Target Description Format): Mention enum types. Update docs on
652 flags types.
653 (Predefined Target Types): Add "bool".
654 (Enum Target Types): New node.
655
656 2016-03-15 Pedro Alves <palves@redhat.com>
657
658 * gdb.texinfo (Tracepoint Actions): Fix typo.
659
660 2016-03-15 Pedro Alves <palves@redhat.com>
661 Andreas Arnez <arnez@linux.vnet.ibm.com>
662 Marcin Kościelnicki <koriakin@0x04.net>
663
664 * gdb.texinfo (Tracepoint Actions): Document possible
665 unreliability of '$_ret'.
666
667 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.texinfo (Symbols): Document new 'maint info line-table'
670 command.
671
672 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
673
674 * gdb.texinfo (Convenience Functions): Document $_as_string.
675
676 2016-02-23 Doug Evans <dje@google.com>
677
678 * gdb.texinfo (Skipping Over Functions and Files): Document new
679 options to "skip" command. Update docs of output of "info skip".
680
681 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
682
683 * gdb.texinfo (Signals): Add bound violation display hints for
684 a SIGSEGV.
685
686 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
687
688 * gdb.texinfo (Trace File Format): Add documentation for description
689 section lines.
690
691 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
692
693 * gdb.texinfo (Trace File Format): Remove misleading information
694 about register block ordering.
695
696 2016-02-01 Doug Evans <dje@google.com>
697
698 * gdb.texinfo (Value Sizes): Fix typo.
699
700 2016-02-01 Doug Evans <dje@google.com>
701
702 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
703
704 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 * gdb.texinfo (Value Sizes): New section.
707 (Data): Add the 'Value Sizes' node to the menu.
708
709 2016-01-26 John Baldwin <jhb@FreeBSD.org>
710
711 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
712
713 2016-01-19 John Baldwin <jhb@FreeBSD.org>
714
715 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
716
717 2016-01-18 Pedro Alves <palves@redhat.com>
718
719 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
720 of the thread that hit a breakpoint or received a signal.
721
722 2016-01-15 Pedro Alves <palves@redhat.com>
723
724 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
725
726 2016-01-13 Pedro Alves <palves@redhat.com>
727
728 * gdb.texinfo (Threads): Document the $_gthread convenience
729 variable.
730 (Convenience Vars): Likewise.
731
732 2016-01-13 Pedro Alves <palves@redhat.com>
733
734 * gdb.texinfo (Threads): Document "info threads -gid".
735
736 2016-01-13 Pedro Alves <palves@redhat.com>
737
738 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
739 anchor.
740 (Threads In Python): Document new InferiorThread.global_num
741 attribute.
742
743 2016-01-07 Pedro Alves <palves@redhat.com>
744
745 * gdb.texinfo (Threads): Document per-inferior thread IDs,
746 qualified thread IDs, global thread IDs and thread ID lists.
747 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
748 thread IDs.
749 (Convenience Vars): Document the $_thread convenience variable.
750 (Ada Tasks): Adjust to refer to thread IDs.
751 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
752 Commands, GDB/MI Variable Objects): Update to mention global
753 thread IDs.
754 * guile.texi (Breakpoints In Guile)
755 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
756 global thread IDs instead of thread IDs.
757 * python.texi (Threads In Python): Adjust documentation of
758 InferiorThread.num.
759 (Breakpoint.thread): Mention global thread IDs instead of thread
760 IDs.
761
762 2016-01-13 Pedro Alves <palves@redhat.com>
763
764 * python.texi (Threads In Python): Document
765 InferiorThread.inferior.
766
767 2016-01-13 Pedro Alves <palves@redhat.com>
768
769 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
770 convenience variable.
771 (Convenience Vars): Likewise.
772
773 2016-01-12 Josh Stone <jistone@redhat.com>
774 Philippe Waroquiers <philippe.waroquiers@skynet.be>
775
776 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
777 (Stop Reply Packets): List the syscall entry and return stop reasons.
778 (General Query Packets): Describe QCatchSyscalls, and add it to the
779 table and the detailed list of stub features.
780
781 2016-01-12 Pedro Alves <palves@redhat.com>
782
783 Remove use of the registered trademark symbol throughout.
784
785 2016-01-12 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.texinfo (Interrupts): Update the document on handling
788 interrupt when program is stopped.
789
790 2015-12-11 Don Breazeal <donb@codesourcery.com>
791
792 * gdb.texinfo (Forks): Correct Linux kernel version where
793 fork and exec events are supported, add notes about support
794 of these events in target remote mode.
795 (Connecting): Reorganize and clarify distinctions between
796 target remote, extended-remote, and multiprocess.
797 Reorganize related text from separate sections into new
798 sections.
799 (Server): Note effects of target extended-remote mode.
800 Delete section on Multi-Process Mode for gdbserver.
801 Move some text to "Connecting" node.
802
803 2015-12-10 Pedro Alves <palves@redhat.com>
804
805 * gdb.texinfo (Threads): Replace warning with explanation
806 about single-threaded programs.
807
808 2015-12-10 Pedro Alves <palves@redhat.com>
809
810 * gdb.texinfo (Threads): Remove mention of SGI.
811 (Forks): Remove mention of HP-UX.
812 (Breakpoints): Remove mention of HP-UX.
813 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
814 Reword in terms of architectures.
815 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
816 mention supported systems.
817 (Convenience Vars): Don't mention HP-UX.
818 (Jumping): Remove mention of HP-UX in comment.
819 (Files) <shared libraries>: Update supported shared library types
820 list. Remove mention of HP-UX.
821 (Native): Remove HP-UX subsection.
822 (SVR4 Process Information): Remove mention of HP-UX.
823
824 2015-12-10 Pedro Alves <palves@redhat.com>
825
826 * gdb.texinfo (Stack): Reorder menu.
827
828 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
829
830 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
831 -var-set-format's new zero-hexadecimal format.
832
833 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
834
835 * gdb.texinfo (Ada Mode Into): Move overloading support
836 description to its own node.
837 (Overloading support for Ada): New node.
838
839 2015-11-30 Pedro Alves <palves@redhat.com>
840
841 PR 14618
842 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
843 (Remote Configuration): Add the "set/show remote
844 no-resumed-stop-reply" to the available settings table.
845 (General Query Packets): Document the "no-resumed" qSupported
846 feature.
847
848 2015-11-30 Pedro Alves <palves@redhat.com>
849
850 * gdb.texinfo (Remote Configuration): List "set/show remote
851 thread-events" command in configuration table.
852 (Stop Reply Packets): Document "T05 create" stop
853 reason and 'w' stop reply.
854 (General Query Packets): Document QThreadEvents packet. Document
855 QThreadEvents qSupported feature.
856
857 2015-11-30 Pedro Alves <palves@redhat.com>
858
859 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
860 anchor.
861 (Packets): Document vCtrlC.
862
863 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
864
865 * gdb.texinfo (Thread List Format): Mention thread names.
866
867 2015-11-24 Pedro Alves <palves@redhat.com>
868
869 PR 17539
870 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
871 program-spaces" example to ascending order listing.
872 (Threads): Adjust "info threads" example to ascending order
873 listing.
874 (Forks): Adjust "info inferiors" example to ascending order
875 listing.
876
877 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
878
879 * gdb.texinfo (Process Record and Replay): Document "record
880 instruction-history" modifiers.
881
882 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
885 description.
886 (Frame Filter Management): Move to later in the 'Examining the
887 Stack' chapter.
888 (Selection): Add entry for 'select-frame'.
889
890 2015-09-25 Doug Evans <dje@google.com>
891
892 * gdb.texinfo (Process Record and Replay): Fix syntax of
893 "record instruction-history begin, end" and
894 "record function-call-history begin, end".
895
896 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
897
898 * gdb.texinfo (Specifying Source Directories): Fix
899 substitute-path example.
900
901 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
902
903 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
904
905 2015-09-15 Pedro Alves <palves@redhat.com>
906
907 PR remote/18965
908 * gdb.texinfo (Stop Reply Packets): Revert previous change to
909 the vforkdone description.
910
911 2015-09-15 Pedro Alves <palves@redhat.com>
912
913 PR remote/18965
914 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
915 part indicates the thread ID of the parent process.
916
917 2015-09-15 Yao Qi <yao.qi@linaro.org>
918
919 * gdb.texinfo (General Query Packets): Add vContSupported to
920 tables of 'gdbfeatures' and 'stub features' supported in the
921 qSupported packet, as well as to the list containing stub
922 feature details.
923
924 2015-09-11 Don Breazeal <donb@codesourcery.com>
925
926 * gdb.texinfo (Remote Configuration): Add exec event
927 feature to table of packet settings.
928 (Stop Reply Packets): Add exec events to the list of stop
929 reasons.
930 (General Query Packets): Add exec events to tables of
931 'gdbfeatures' and 'stub features' supported in the qSupported
932 packet, as well as to the list containing stub feature
933 details.
934
935 2015-08-24 Pedro Alves <palves@redhat.com>
936
937 * gdb.texinfo (Remote Configuration): Document the "set/show
938 remote multiprocess-extensions-packet" commands.
939
940 2015-08-24 Pedro Alves <palves@redhat.com>
941
942 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
943 <M32R>: Remove references to M32R/D.
944 <M68K>: Remove references to target dbug.
945 <MIPS Embedded>: Remove references to target r3900 and target
946 array.
947 <PowerPC Embedded>: Remove references to target dink32 and target
948 ppcbug, target sds
949 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
950
951 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
954
955 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
958
959 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.texinfo (Maintenance Commands): Move documentation of "main
962 info bfds" to...
963 (File Caching): A New section. Outline bfd caching, and add new
964 description for "main set/show bfd-sharing".
965
966 2015-08-14 Doug Evans <xdje42@gmail.com>
967
968 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
969 disassembly.
970 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
971
972 2015-08-11 Keith Seitz <keiths@redhat.com>
973
974 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
975 Use "location(s)"instead of "linespec(s)".
976 (Specifying a Location): Rewrite.
977 Add subsections describing linespec, address, and explicit locations.
978 Add node/menu for each subsection.
979 (Source and Machine Code, C Preprocessor Macros)
980 (Create and Delete Trace points)
981 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
982 (Continuing at a Different Address): Remove "linespec" examples.
983 Add reference to "Specify a Location"
984 (The -break-insert Command): Rewrite. Add anchor.
985 Add reference to appropriate manual section discussing locations.
986 (The -dprintf-insert Command): Refer to -break-insert for
987 specification of 'location'.
988
989 2015-08-07 Pedro Alves <palves@redhat.com>
990
991 * gdb.texinfo (Maintenance Commands): Document "maint set/show
992 target-non-stop".
993
994 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
995
996 * gdb.texinfo (Process Record and Replay): Document prefixing of
997 speculatively executed instructions in the "record instruction-history"
998 command.
999
1000 2015-07-20 Doug Evans <dje@google.com>
1001
1002 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1003
1004 2015-07-16 Doug Evans <dje@google.com>
1005
1006 * stabs.texinfo: @include gdb-cfg.texi.
1007
1008 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1009
1010 Revert the previous 2 commits:
1011 gdbserver build-id attribute generator
1012 Validate symbol file using build-id
1013
1014 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1015
1016 * gdb.texinfo (Files): Add 'set validate-build-id'
1017 and 'show validate-build-id'.
1018
1019 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1020 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 gdbserver build-id attribute generator.
1023 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1024 'build-id' in description, example, new attribute in dtd.
1025
1026 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.texinfo (Selection): Update documentation for 'frame'
1029 command.
1030
1031 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1032
1033 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1034 commands.
1035
1036 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1037
1038 * gdb.texinfo (Process Record and Replay): Spell out that variables
1039 and registers are not available during btrace replay.
1040 Describe the new "record btrace pt" command.
1041 Describe the new "set|show record btrace pt buffer-size" options.
1042 (General Query Packets): Describe the new Qbtrace:pt and
1043 Qbtrace-conf:pt:size packets.
1044 Expand "bts" to "Branch Trace Store".
1045 Update the branch trace DTD.
1046
1047 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1048
1049 * gdb.texinfo (Command History): Document the new option
1050 "history remove-duplicates".
1051
1052 2015-06-19 Doug Evans <dje@google.com>
1053
1054 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1055 longer supported.
1056
1057 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1058
1059 * gdb.texinfo (Command History): Mention that setting
1060 GDBHISTSIZE to the empty string disables history truncation.
1061
1062 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1063
1064 PR gdb/16999
1065 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1066 behavior.
1067
1068 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1069
1070 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1071 with GDBHISTSIZE.
1072
1073 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1074
1075 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1076 bytes and memory units for -data-{read,write}-memory-bytes.
1077 (Packets): Same for m, M and X packets.
1078 * python.texi (Inferiors In Python): Same for read_memory and
1079 write_memory.
1080
1081 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1082
1083 * gdb.texinfo (Separate Debug Files): Document that PE is also
1084 supported.
1085
1086 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1089 single table entry.
1090
1091 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1092
1093 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1094
1095
1096 2015-06-10 Gary Benson <gbenson@redhat.com>
1097
1098 * gdb.texinfo (Remote Configuration): Document the
1099 "set/show remote hostio-setfs-packet" command.
1100 (Host I/O Packets): Document the vFile:setfs packet.
1101
1102 2015-06-10 Gary Benson <gbenson@redhat.com>
1103
1104 * gdb.texinfo (Debugging Output): Document the "set/show debug
1105 linux-namespaces" command.
1106
1107 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1108 Mircea Gherzan <mircea.gherzan@intel.com>
1109
1110 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1111 and "set mpx bound".
1112
1113 2015-05-27 Doug Evans <dje@google.com>
1114
1115 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1116
1117 2015-05-26 Doug Evans <dje@google.com>
1118
1119 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1120 command renamings.
1121 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1122
1123 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1126
1127 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1130 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1131
1132 2015-05-16 Doug Evans <xdje42@gmail.com>
1133
1134 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1135 memory ports.
1136
1137 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1138
1139 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1140
1141 2015-05-12 Don Breazeal <donb@codesourcery.com>
1142
1143 * gdb.texinfo (Forks): Note that fork debugging is
1144 supported in extended mode.
1145 (Remote Configuration): Add fork event features to table
1146 of packet settings.
1147 (Stop Reply Packets): Add fork events to list of stop reasons.
1148 (General Query Packets): Add fork events to tables of
1149 'gdbfeatures' and 'stub features' supported in the qSupported
1150 packet, as well as to the list containing stub feature
1151 details.
1152
1153 2015-05-12 Gary Benson <gbenson@redhat.com>
1154
1155 * gdb.texinfo (General Query Packets): Document
1156 qXfer:exec-file:read with empty annex.
1157
1158 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1159
1160 * python.texi (Values From Inferior): Add descriptions of new
1161 methods gdb.Value.reference_value and gdb.Value.const_value.
1162
1163 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1164
1165 * gdb.texinfo (Files): Add "info dll" documentation.
1166 (Cygwin Native): Remove "info dll" documentation.
1167
1168 2015-04-29 Doug Evans <dje@google.com>
1169
1170 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1171 Document.
1172 (Writing an Xmethod): Add get_result_type to example.
1173
1174 2015-04-28 Sasha Smundak <asmundak@google.com>
1175
1176 * python.texi: New method documented.
1177
1178 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1181 format.
1182
1183 2015-04-24 Doug Evans <dje@google.com>
1184
1185 * python.texi (Xmethods In Python): Fix name of method to call the
1186 xmethod.
1187
1188 2015-04-17 Gary Benson <gbenson@redhat.com>
1189
1190 * gdb.texinfo (Connecting to a Remote Target): Mention that
1191 GDB can access program files from remote targets that support
1192 qXfer:exec-file:read and Host I/O packets.
1193
1194 2015-04-17 Gary Benson <gbenson@redhat.com>
1195
1196 * gdb.texinfo (Remote Configuration): Document the "set/show
1197 remote pid-to-exec-file-packet" command.
1198 (General Query Packets): Document the qXfer:exec-file:read
1199 qSupported features. Document the qXfer:exec-file:read packet.
1200
1201 2015-04-17 Gary Benson <gbenson@redhat.com>
1202
1203 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1204 applies to executable paths if supplied to GDB as absolute.
1205
1206 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 * gdb.texinfo (Mode Options): Remove -xdb.
1209
1210 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1211 Eli Zaretskii <eliz@gnu.org>
1212
1213 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1214 compile, show debug compile. New subsection Compilation options for
1215 the compile command. New subsection Compiler search for the compile
1216 command.
1217
1218 2015-04-09 Andy Wingo <wingo@igalia.com>
1219
1220 * guile.texi (Frames In Guile): Describe frame-read-register.
1221
1222 2015-04-02 Gary Benson <gbenson@redhat.com>
1223
1224 * gdb.texinfo (set sysroot): Document "target:".
1225
1226 2015-04-01 Sasha Smundak <asmundak@google.com>
1227
1228 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1229 section.
1230
1231 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1232
1233 PR corefiles/16092
1234 * gdb.texinfo (gcore): Mention new command 'set
1235 use-coredump-filter'.
1236 (set use-coredump-filter): Document new command.
1237
1238 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1239
1240 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1241 documentation, reorder the info os entries in alphabetical order.
1242
1243 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1244
1245 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1246 -data-write-memory-bytes.
1247
1248 2015-03-24 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1251 mention that threads may sometimes run unlocked.
1252
1253 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1254
1255 * gdb.texinfo (Remote configuration): Document "set/show
1256 serial parity" command.
1257
1258 2015-03-18 Gary Benson <gbenson@redhat.com>
1259
1260 * gdb.texinfo (General Query Packets): Remove documentation
1261 for now-removed vFile:fstat qSupported features.
1262
1263 2015-03-11 Gary Benson <gbenson@redhat.com>
1264
1265 * gdb.texinfo (Remote Configuration): Document the
1266 "set/show remote hostio-fstat-packet" command.
1267 (General Query Packets): Document the vFile:fstat
1268 qSupported features.
1269 (Host I/O Packets): Document the vFile:fstat packet.
1270
1271 2015-03-11 Andy Wingo <wingo@igalia.com>
1272
1273 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1274
1275 2015-03-04 Pedro Alves <palves@redhat.com>
1276
1277 * gdb.texinfo (Remote Configuration): Document the "set/show
1278 remote swbreak-feature-packet" and "set/show remote
1279 hwbreak-feature-packet" commands.
1280 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1281 decription.
1282 (Stop Reply Packets): Document the swbreak and hwbreak stop
1283 reasons.
1284 (General Query Packets): Document the swbreak and hwbreak
1285 qSupported features.
1286 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1287
1288 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1289
1290 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1291 under *stopped.
1292
1293 2015-03-02 Doug Evans <xdje42@gmail.com>
1294
1295 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1296
1297 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1298
1299 * gdb.texinfo (S/390 and System z Features): Describe new feature
1300 "org.gnu.gdb.s390.vx".
1301
1302 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1303
1304 PR gdb/18008
1305 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1306 demangler-warning): Fix typo ("problam").
1307
1308 2015-02-19 David Taylor <dtaylor@emc.com>
1309
1310 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1311
1312 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1313
1314 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1315 point, DTrace'.
1316 (Static Probe Points): Modified to cover DTrace probes in addition
1317 to SystemTap probes. Also modified to cover the `enable probe'
1318 and `disable probe' commands.
1319
1320 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1321
1322 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1323 `disable probe' commands.
1324
1325 2015-02-12 David Taylor <dtaylor@emc.com>
1326
1327 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1328 fields of the QTDV packet.
1329
1330 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1331
1332 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1333 (Process Record and Replay): Describe new set|show commands.
1334 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1335
1336 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1337
1338 * gdb.texinfo (Process Record and Replay): Describe the "record
1339 btrace bts" command.
1340 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1341 (Branch Trace Configuration Format): New.
1342
1343 2015-01-31 Gary Benson <gbenson@redhat.com>
1344 Doug Evans <dje@google.com>
1345
1346 * gdb.texinfo (Command Completion): Document new
1347 "set/show max-completions" option.
1348
1349 2015-01-31 Doug Evans <xdje42@gmail.com>
1350
1351 * gdb.texinfo (Symbols): Document new commands
1352 "maint print symbol-cache", "maint print symbol-cache-statistics",
1353 "maint flush-symbol-cache". Document new option
1354 "maint set symbol-cache-size".
1355
1356 2015-01-31 Doug Evans <xdje42@gmail.com>
1357
1358 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1359 distinguish script files vs inlined scripts.
1360 * python.texi (Python Auto-loading): Ditto.
1361
1362 2015-01-30 Doug Evans <dje@google.com>
1363
1364 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1365 string if present.
1366
1367 2015-01-27 Doug Evans <dje@google.com>
1368
1369 * python.texi (Objfiles In Python): Document Objfile.username.
1370
1371 2015-01-27 Doug Evans <dje@google.com>
1372
1373 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1374 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1375
1376 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1377
1378 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1379
1380 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1381
1382 * doc/gdb.texinfo (TUI Commands): Document the possible
1383 values of NAME argument to 'winheight' command. Explain the
1384 effect of 'tabset' setting better.
1385
1386 2015-01-11 Doug Evans <xdje42@gmail.com>
1387
1388 PR gdb/15830
1389 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1390 (Symbols): Ditto.
1391 (Maintenance Commands): Delete docs for "maint demangle".
1392
1393 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1394
1395 * gdb.texinfo (Files): Remove documentation of the
1396 "add-shared-symbol-files" and "assf" commands.
1397 (Cygwin Native): Remove documentation of the "dll-symbols"
1398 command.
1399
1400 2014-12-17 Doug Evans <xdje42@gmail.com>
1401
1402 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1403
1404 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1405 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * gdb.texinfo (Altering): Update.
1408 (Compiling and Injecting Code): New node.
1409
1410 2014-12-12 Doug Evans <dje@google.com>
1411
1412 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1413
1414 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1415
1416 * gdb.texinfo: Document "maint print user-registers".
1417
1418 2014-12-08 Doug Evans <dje@google.com>
1419
1420 * python.texi (Objfiles In Python): Document Objfile.owner.
1421
1422 2014-12-04 Doug Evans <dje@google.com>
1423
1424 * python.texi (Objfiles In Python): Document
1425 Objfile.add_separate_debug_file.
1426
1427 2014-12-04 Doug Evans <dje@google.com>
1428
1429 * python.texi (Objfiles In Python): Document Objfile.build_id.
1430
1431 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1432
1433 * python.texi (Events In Python): Document new events
1434 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1435 and RegisterChangedEvent.
1436
1437 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1438
1439 Add add-auto-load-scripts-directory.
1440 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1441 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1442
1443 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1444
1445 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1446 description typo.
1447
1448 2014-10-30 Doug Evans <dje@google.com>
1449
1450 * python.texi (Progspaces In Python): Document ability to add
1451 random attributes to gdb.Progspace objects.
1452 (Objfiles In Python): Document ability to add random attributes to
1453 gdb.objfile objects.
1454
1455 2014-10-27 Pedro Alves <palves@redhat.com>
1456
1457 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1458 info on stepping and signal handlers.
1459 (Signals): Explain stepping and signal handlers. Add context
1460 index entry, and cross references.
1461
1462 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1463
1464 * python.texi (Breakpoints In Python): Add parenthesis after
1465 Breakpoint.delete. Clarify Breakpoint.enabled description so
1466 that it contains "disable".
1467
1468 2014-10-17 Doug Evans <dje@google.com>
1469
1470 * python.texi (Events In Python): Document clear_objfiles event.
1471
1472 2014-10-17 Doug Evans <dje@google.com>
1473
1474 * python.texi (Objfiles In Python): Document new progspace attribute.
1475
1476 2014-10-17 Pedro Alves <palves@redhat.com>
1477
1478 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1479 (SVR4 Process Information): Delete mention of OSF/1.
1480
1481 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1482
1483 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1484 exit-code field in -list-thread-groups output.
1485
1486 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1487
1488 * gdb.texinfo (Set Breaks): Add missing "@end table".
1489
1490 2014-09-22 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1493 always-inserted off" is the default mode now. Delete
1494 documentation of "set breakpoint always-inserted auto".
1495
1496 2014-09-18 Doug Evans <dje@google.com>
1497
1498 * python.texi (Symbol Tables In Python): Document "producer"
1499 attribute of gdb.Symtab objects.
1500
1501 2014-09-16 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1504 (Embedded OS): Remove VxWorks menu entry.
1505 (VxWorks): Remove node.
1506
1507 2014-09-13 Doug Evans <xdje42@gmail.com>
1508
1509 * gdb.texinfo (Signaling): Document new queue-signal command.
1510
1511 2014-09-06 Doug Evans <xdje42@gmail.com>
1512
1513 PR 15276
1514 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1515 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1516
1517 2014-09-03 Justin Lebar <jlebar@google.com>
1518
1519 * python.texi (Types In Python): Type.template_argument(n) returns a
1520 gdb.Value or a gdb.Type and throws an exception if n is out of
1521 range.
1522
1523 2014-09-03 Sasha Smundak <asmundak@google.com>
1524
1525 * python.texi (Frames in Python): Add read_register description.
1526
1527 2014-08-04 Tom Tromey <tromey@redhat.com>
1528
1529 * gdb.texinfo (Debugging Output): Update for change to "set debug
1530 target".
1531
1532 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1533
1534 Pushed by Joel Brobecker <brobecker@adacore.com>.
1535 * Makefile.in (transform): New variable.
1536 (install-man1, install-man5): Apply $(transform) to man file names.
1537
1538 2014-07-26 Doug Evans <xdje42@gmail.com>
1539
1540 PR guile/17177
1541 * guile.texi (Guile Pretty Printing API): Fix typo.
1542 Document set-pretty-printers!, pretty-printers.
1543 (Selecting Guile Pretty-Printers): Update.
1544 Mention program-space based pretty-printers.
1545
1546 2014-07-25 Pedro Alves <palves@redhat.com>
1547 Eli Zaretskii <eliz@gnu.org>
1548
1549 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1550 with multi-threaded programs.
1551
1552 2014-06-27 Yao Qi <yao@codesourcery.com>
1553
1554 * gdb.texinfo (Maintenance Commands): Update the output of
1555 'maint print dummy-frames' command.
1556
1557 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1558
1559 * gdb.texinfo (Screen Size): Improve indexing.
1560
1561 2014-06-19 Gary Benson <gbenson@redhat.com>
1562
1563 * gdb.texinfo (Maintenance Commands): Document new
1564 "maint set/show catch-demangler-crashes" option.
1565
1566 2014-06-19 Gary Benson <gbenson@redhat.com>
1567
1568 * gdb.texinfo (Maintenance Commands): Document new
1569 "maint demangler-warning" command and new
1570 "maint set/show demangler-warning" option.
1571
1572 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1573
1574 * python.texi (Xmethod API): Add space before the opening
1575 parenthesis in function descriptions.
1576
1577 2014-06-06 Doug Evans <xdje42@gmail.com>
1578
1579 * guile.texi (Guile Configuration): Document guile-data-directory.
1580
1581 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1582
1583 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1584
1585 2014-06-04 Doug Evans <xdje42@gmail.com>
1586
1587 * guile.texi (Breakpoints In Guile): Update.
1588
1589 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1590
1591 * python.texi (Xmethod API): Fix reference to "Progspaces In
1592 Python".
1593
1594 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1595
1596 * python.texi (Xmethods In Python, XMethod API)
1597 (Writing an Xmethod): New nodes.
1598 (Python API): New menu entries "Xmethods In Python",
1599 "Xmethod API", "Writing an Xmethod".
1600
1601 2014-06-02 Doug Evans <xdje42@gmail.com>
1602
1603 * guile.texi (Guile API): Add entry for Parameters In Guile.
1604 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1605 (Parameters In Guile): New node.
1606
1607 2014-06-02 Doug Evans <xdje42@gmail.com>
1608
1609 * guile.texi (Guile API): Add entry for Commands In Guile.
1610 (Basic Guile) <parse-and-eval>: Add reference.
1611 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1612 (GDB Scheme Data Types): Mention <gdb:command> object.
1613 (Commands In Guile): New node.
1614
1615 2014-06-02 Doug Evans <xdje42@gmail.com>
1616
1617 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1618 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1619 (Progspaces In Guile): New node.
1620
1621 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1622
1623 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1624 * python.texi (Frames In Python): Mention
1625 gdb.FRAME_UNWIND_MEMORY_ERROR.
1626
1627 2014-05-29 Pedro Alves <palves@redhat.com>
1628 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1631 from example.
1632 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1633 Mention that target-async is now deprecated.
1634 (Maintenance Commands): Document maint set/show target-async.
1635
1636 2014-05-29 Pedro Alves <palves@redhat.com>
1637
1638 * observer.texi (sync_execution_done, command_error): New
1639 subjects.
1640
1641 2014-05-29 Pedro Alves <palves@redhat.com>
1642
1643 PR gdb/13860
1644 * observer.texi (signal_received, end_stepping_range)
1645 (signal_exited, exited, no_history): New observer subjects.
1646
1647 2014-05-26 Andy Wingo <wingo@igalia.com>
1648
1649 * guile.texi (GDB Scheme Data Types): Remove documentation for
1650 removed interfaces. Update spelling of gdb-object-kind.
1651
1652 2014-05-26 Andy Wingo <wingo@igalia.com>
1653
1654 * guile.texi (Basic Guile): Fix some typos.
1655
1656 2014-05-26 Andy Wingo <wingo@igalia.com>
1657
1658 * guile.texi (Writing a Guile Pretty-Printer)
1659 (Guile Types Module): Fix excess parentheses in use-modules forms.
1660
1661 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1662
1663 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1664 (Breakpoints In Guile, Guile Printing Module)
1665 (Guile Exception Handling, Values From Inferior In Guile)
1666 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1667 Don't use @var at the beginning of a sentence.
1668
1669 * gdb.texinfo (Frame Filter Management, Trace Files)
1670 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1671 (PowerPC Embedded, Define, Annotations for Running)
1672 (IPA Protocol Commands, Packets, General Query Packets)
1673 (Tracepoint Packets, Notification Packets, Environment)
1674 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1675 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1676 (Frames, Backtrace, Selection, Expressions, Registers)
1677 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1678 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1679 (Source Annotations, Using JIT Debug Info Readers, Packets)
1680 (Stop Reply Packets, Host I/O Packets)
1681 (Target Description Format): Don't use @var at the beginning of a
1682 sentence.
1683
1684 * python.texi (Basic Python, Types In Python)
1685 (Commands In Python, Frames In Python, Line Tables In Python)
1686 (Breakpoints In Python, gdb.printing, gdb.types)
1687 (Type Printing API): Don't use @var at the beginning of a
1688 sentence.
1689
1690 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1691
1692 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1693 replay-memory-access".
1694
1695 2014-05-21 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.texinfo (Starting): Document "set/show
1698 auto-connect-native-target".
1699 (Target Commands): Document "target native".
1700
1701 2014-05-20 Pedro Alves <palves@redhat.com>
1702
1703 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1704 not be remote specific. Add cross reference to the qCRC packet.
1705 (Separate Debug Files): Update cross reference to the qCRC packet.
1706 (General Query Packets) <qCRC packet>: Add anchor.
1707
1708 2014-05-17 Doug Evans <xdje42@gmail.com>
1709
1710 Copy over changes from guile.texi.
1711 * python.texi (Basic Python) <gdb.execute>: Add text.
1712 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1713 (Values From Inferior) <Python string>: Add text.
1714 (Values From Inferior) <Value.string>: Clarify string length handling.
1715 (Pretty Printing API): Add cindex.
1716 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1717 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1718 @vindex.
1719 (Commands In Python) <COMPLETE_*>: Similarly.
1720 (Symbols In Python) <SYMBOL_*>: Similarly.
1721 (Breakpoints In Python) <WP_*>: Similarly.
1722 (Breakpoints In Python) <BP_*>: Similarly.
1723
1724 2014-05-17 David Taylor <dtaylor@emc.com>
1725
1726 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1727 mentioned in the qfThreadInfo reply.
1728
1729 2014-05-16 Doug Evans <dje@google.com>
1730
1731 * gdb.texinfo (Mode Options): Add -D.
1732
1733 2014-05-09 Samuel Bronson <naesten@gmail.com>
1734
1735 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1736 "make -C".
1737
1738 2014-04-29 Tom Tromey <tromey@redhat.com>
1739
1740 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1741 "show debug varobj".
1742
1743 2014-05-01 David Taylor <dtaylor@emc.com>
1744
1745 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1746 option.
1747
1748 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1749 Walfred Tedeschi <walfred.tedeschi@intel.com>
1750
1751 * gdb.texinfo (i386 Features): Add description of AVX512
1752 registers.
1753
1754 2014-03-31 Doug Evans <dje@google.com>
1755
1756 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1757
1758 2014-03-30 Doug Evans <dje@google.com>
1759
1760 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1761 (Background Execution): Ditto.
1762
1763 2014-03-21 Pedro Alves <palves@redhat.com>
1764 Stan Shebs <stan@codesourcery.com>
1765 Hui Zhu <hui@codesourcery.com>
1766
1767 * gdb.texinfo (Packets): Add anchor to "? packet".
1768 Remove fixme and update introduction of "k packet".
1769 Add anchor to "vKill packet".
1770
1771 2014-03-12 Stan Shebs <stan@codesourcery.com>
1772
1773 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1774
1775 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1776
1777 * guile.texi (Basic Guile): Document 'history-append!'.
1778
1779 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1780
1781 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1782 and "assf" as being deprecated.
1783 (Cygwin Native): Likewise for "dll-symbols".
1784 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1785 as a way to force the loading of symbols from a DLL.
1786
1787 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1788
1789 * python.texi (Values From Inferior): Add description about the
1790 new feature.
1791
1792 2014-02-17 Doug Evans <xdje42@gmail.com>
1793
1794 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1795 * gdb.texinfo (Python): Moved to ...
1796 * python.texi: ... here. New file.
1797
1798 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1799
1800 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1801 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1802 parameter to 'str-lookup-function' procedure. Look for
1803 the "std::string<" prefix.
1804 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1805 Adjust description.
1806
1807 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1808
1809 * guile.texi (Values From Inferior In Guile): Remove stray
1810 parantheses for deffn.
1811 (Disassembly In Guile): Ditto.
1812
1813 2014-02-10 Stan Shebs <stan@codesourcery.com>
1814
1815 Add Doxygen support.
1816 * Makefile.in (doxy): New action, generates Doxygen files.
1817 (DOXYGEN): New.
1818 (doxyedit): New.
1819 * Doxyfile-base.in: New file.
1820 * Doxyfile-gdb-api.in: New file.
1821 * Doxyfile-gdb-xref.in: New file.
1822 * Doxyfile-gdbserver.in: New file.
1823 * doxy-index.in: New file.
1824 * filter-for-doxygen: New file.
1825 * filter-params.pl: New file.
1826
1827 2014-02-10 Doug Evans <xdje42@gmail.com>
1828
1829 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1830 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1831 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1832 (Guile docs): Include guile.texi.
1833 (objfile-gdbdotext file): Add objfile-gdb.scm.
1834 (dotdebug_gdb_scripts section): Mention Guile scripts.
1835 (Multiple Extension Languages): New node.
1836 * guile.texi: New file.
1837
1838 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1839
1840 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1841 ignore-descriptive-types". commands.
1842
1843 2014-01-22 Doug Evans <dje@google.com>
1844
1845 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1846 (gdbserver man): Ditto.
1847
1848 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1849
1850 * gdb.texinfo: Document limited reverse/replay support
1851 for target record-btrace.
1852
1853 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1854
1855 * gdb.texinfo (Process Record and Replay): Update documentation.
1856
1857 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1858
1859 * gdb.texinfo (Process Record and Replay): Document new /c
1860 modifier accepted by "record function-call-history".
1861 Add /i modifier to "record function-call-history" example.
1862
1863 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1864 Joel Brobecker <brobecker@adacore.com>
1865
1866 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1867 markers. Remove one that was misplaced.
1868
1869 2014-01-10 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.texinfo (Your Program's Environment) <set environment>:
1872 Mention the shell, and point at 'set exec-wrapper'.
1873
1874 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1875
1876 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1877
1878 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.texinfo (Types In Python): Clarify the documentation
1881 of attribute gdb.Field.bitpos.
1882
1883 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdb.texinfo (Types In Python): Fix the documentation of
1886 attribute "bitpos" in class gdb.Field for enum types. Add
1887 documentation for attribute "enumval" in that same class.
1888
1889 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1890
1891 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1892 @ftable.
1893
1894 2013-12-23 Doug Evans <xdje42@gmail.com>
1895
1896 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1897 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1898 corresponding section in Extending GDB.
1899 (Extending GDB): Move menu up. New menu item "Auto-loading
1900 extensions".
1901 (Sequences): New menu item "Auto-loading sequences".
1902 (Auto-loading sequences): New node.
1903 (Python): Rename section from Scripting GDB to Extending GDB.
1904 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1905 Move docs on ways to auto-load extensions to ...
1906 (Auto-loading extensions): ... here. New node.
1907
1908 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1909
1910 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1911 in menu.
1912 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1913 command, now in a new node.
1914 (GDB/MI Support Commands): New node, with its contents being
1915 extracted from the "GDB/MI Miscellaneous Commands" node.
1916 A small paragraph introducing the section is also added at
1917 the start.
1918 (GDB/MI Miscellaneous Commands): Delete the description of the
1919 -info-gdb-mi-command, -list-features and -list-target-features
1920 commands, now hosted in the "GDB/MI Support Commands" node.
1921
1922 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1923
1924 PR python/16113
1925 * gdb.texinfo (Values From Inferior): Add a note about using
1926 gdb.Field objects as subscripts on gdb.Value objects.
1927 (Types In Python): Add description about the new attribute
1928 "parent_type" of gdb.Field objects.
1929
1930 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1931
1932 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1933 entry for section docuumenting the -list-features GDB/MI command.
1934
1935 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1936
1937 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1938 "exec-run-start-option" entry in the output of the "-list-features"
1939 command.
1940
1941 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1942
1943 * gdb.texinfo (i386): Fix yesterday's commit.
1944
1945 2013-12-03 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1948 documented here.
1949
1950 2013-12-03 Tom Tromey <tromey@redhat.com>
1951
1952 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1953
1954 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1955
1956 * gdb.texinfo (i386 Features): Add MPX feature registers.
1957 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1958 a subsubsection for MPX and describes the display of the
1959 boundary registers.
1960
1961 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1962
1963 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1964 documentation of the "ada-exceptions" entry.
1965
1966 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1969 "^error" result record concerning the error message. Document
1970 the error code that may also be part of that result record.
1971 (GDB/MI Miscellaneous Commands): Document the
1972 "undefined-command-error-code" element in the output of
1973 the "-list-features" GDB/MI command.
1974
1975 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1976
1977 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1978 the new -info-gdb-mi-command GDB/MI command. Document
1979 the meaning of "-info-gdb-mi-command" in the output of
1980 -list-features.
1981
1982 2013-11-29 Pedro Alves <palves@redhat.com>
1983
1984 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1985 Update comment.
1986
1987 2013-11-24 Yao Qi <yao@codesourcery.com>
1988
1989 * gdb.texinfo (Caching Remote Data): Document new
1990 "set/show stack-cache" option.
1991
1992 2013-11-24 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1995 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1996 "off" respectively.
1997
1998 2013-11-23 Yao Qi <yao@codesourcery.com>
1999
2000 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2001 of "displayhint" to the table about child results.
2002
2003 2013-11-21 Yao Qi <yao@codesourcery.com>
2004
2005 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2006 'dynamic' for the output of command -var-list-children.
2007
2008 2013-11-21 Yao Qi <yao@codesourcery.com>
2009
2010 * gdb.texinfo (Caching Target Data): Remove "see" before
2011 @pxref.
2012
2013 2013-11-20 Yao Qi <yao@codesourcery.com>
2014
2015 * gdb.texinfo (Caching Target Data): Update doc for
2016 per-address-space dcache.
2017
2018 2013-11-20 Yao Qi <yao@codesourcery.com>
2019
2020 * gdb.texinfo (Data): Rename menu item.
2021 (Caching Remote Data): Rename to ...
2022 (Caching Target Data): ... it. Update.
2023
2024 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2025
2026 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2027 "language-option" entry in the output of the "-list-features"
2028 command.
2029
2030 2013-11-15 Tom Tromey <tromey@redhat.com>
2031
2032 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2033 Add example.
2034
2035 2013-11-14 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2038
2039 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2042 (Context management): Place current subsection text into its own
2043 subsubsection. Add new subsubsection describing the "--language"
2044 command option.
2045
2046 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2047
2048 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2049 the documentation of "info-ada-exceptions" in the output
2050 of the "-list-features" command. Add the documentation
2051 of the "ada-exception" entry instead.
2052
2053 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2054
2055
2056 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2057 word of a couple of sentences to start with a capital letter.
2058
2059 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2060
2061 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2062 (Ada Exceptions): New node.
2063 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2064 Commands" node.
2065 (GDB/MI Ada Exceptions Commands): New node.
2066 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2067 field in the output of the "-list-features" command.
2068 * NEWS: Add entry for the new "info exceptions" CLI command,
2069 and for the new "-info-ada-exceptions" GDB/MI command.
2070
2071 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2072
2073 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2074 (Line Tables In Python): New node.
2075
2076 2013-11-08 Doug Evans <dje@google.com>
2077
2078 * gdb.texinfo (Debugging Output): Update text for
2079 "set debug dwarf2-read".
2080
2081 2013-11-08 Doug Evans <dje@google.com>
2082
2083 * gdb.texinfo (Debugging Output): Update text for
2084 "set debug symtab-create".
2085
2086 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2087
2088 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2089 constant.
2090
2091 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2092
2093 * gdb.texinfo (Breakpoints In Python): Document temporary
2094 option in breakpoint constructor, and add documentation to the
2095 temporary attribute.
2096
2097 2013-11-07 Yao Qi <yao@codesourcery.com>
2098
2099 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2100 output of "-var-info-expression".
2101
2102 2013-11-06 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2105 non-interactive mode.
2106 (Environment) <shell startup files warning>: Mention
2107 non-interactive mode. Mention .zshenv for Z shell, and talk about
2108 BASH_ENV instead of .bashrc for BASH.
2109
2110 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2111
2112 * gdb.texinfo (Commands to Specify Files): Add description
2113 of the remove-symbol-file command.
2114 * observer.texi: New free_objfile event
2115
2116 2013-10-24 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2119
2120 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2121
2122 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2123 New subsection inside which the "-catch-load" and "-catch-unload"
2124 commands documentation is now placed.
2125 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2126 documenting the "-catch-assert" and "-catch-exception" new
2127 GDB/MI commands.
2128
2129 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2130
2131 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2132
2133 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2134
2135 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2136 serial baud".
2137 (Remote Configuration): Replace "set remotebaud" by "set serial
2138 baud". Replace "show remotebaud" by "show serial baud".
2139
2140 2013-10-07 Pedro Alves <palves@redhat.com>
2141
2142 PR breakpoints/11568
2143 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2144 when the thread is removed from the thread list.
2145
2146 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2147
2148 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2149 Update entry for $_exitcode.
2150
2151 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2152
2153 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2154 new "--start" option.
2155
2156 2013-10-02 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.texinfo (Registers): Expand description of saved registers
2159 in frames. Explain <not saved>.
2160
2161 2013-09-25 Doug Evans <dje@google.com>
2162
2163 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2164
2165 2013-09-16 Stan Shebs <stan@codesourcery.com>
2166
2167 Remove the internals manual gdbint.texinfo.
2168 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2169 (PDFFILES): Remove gdbint.pdf.
2170 (HTMLFILES): Remove gdbint/index.html.
2171 (HTMLFILES_INSTALL): Remove gdbint.
2172 (GDBINT_DOC_FILES): Remove.
2173 (dvi): Remove gdbint.dvi.
2174 (ps): Remove gdbint.ps.
2175 * gdbint.texinfo: Remove file.
2176 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2177
2178 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2179
2180 * gdb.texinfo (Convenience Functions): Mention new convenience
2181 function $_isvoid.
2182
2183 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2184
2185 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2186 (Standard Target Features): Add new node to menu.
2187 (S/390 and System z Features): New node.
2188
2189 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2190
2191 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2192 -list-target-features in the example.
2193
2194 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2197 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2198
2199 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 Sync documentation with gdb.base/gnu-debugdata.exp.
2202 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2203
2204 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2207
2208 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2209 Yao Qi <yao@codesourcery.com>
2210
2211 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2212 Document new --skip-unavailable option.
2213 <-stack-list-variables>: Document new --skip-unavailable option.
2214
2215 2013-08-26 Doug Evans <dje@google.com>
2216
2217 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2218 an optional regexp.
2219
2220 2013-08-13 Tom Tromey <tromey@redhat.com>
2221
2222 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2223 Document GDB_PARALLEL and GDB_INOTIFY.
2224
2225 2013-08-09 Stan Shebs <stan@codesourcery.com>
2226
2227 * LRS: Remove file, describes a long-abandoned live-range
2228 splitting extension to stabs.
2229
2230 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2231
2232 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2233
2234 2013-07-17 Doug Evans <dje@google.com>
2235
2236 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2237
2238 2013-07-02 Tom Tromey <tromey@redhat.com>
2239
2240 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2241
2242 2013-06-28 Tom Tromey <tromey@redhat.com>
2243
2244 * Makefile.in (version.subst): Use version.in, not
2245 common/version.in.
2246 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2247 Likewise.
2248
2249 2013-06-27 Pedro Alves <palves@redhat.com>
2250
2251 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2252 dynamic symbol resolution code>: New section, based on infrun.c
2253 comment.
2254
2255 2013-06-26 Tom Tromey <tromey@redhat.com>
2256
2257 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2258 Update.
2259 (Releasing GDB): Likewise.
2260
2261 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2262 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2265 -trace-frame-collected.
2266
2267 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2268
2269 * gdb.texinfo (Traceframe Info Format): Document tvar element
2270 and its attributes.
2271
2272 2013-06-25 Yao Qi <yao@codesourcery.com>
2273
2274 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2275
2276 2013-06-24 Tom Tromey <tromey@redhat.com>
2277
2278 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2279 (GDBvn.texi): Use version.subst.
2280 (version.subst): New target.
2281 (mostlyclean): Remove version.subst.
2282
2283 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2284
2285 * gdb.texinfo (GDB/MI Data Manipulation)
2286 <-data-list-register-values>: Document the --skip-unavailable
2287 option.
2288
2289 2013-06-07 Yao Qi <yao@codesourcery.com>
2290
2291 * gdb.texinfo (Symbols): Add kindex and cindex for
2292 'maint print msymbols'.
2293
2294 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2295
2296 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2297 response field name (thread-group to inferior).
2298
2299 2013-06-04 Gary Benson <gbenson@redhat.com>
2300
2301 * gdb.texinfo (General Query Packets/qSupported): Added
2302 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2303 to the table of currently defined stub features.
2304 Added a more detailed entry for "augmented-libraries-svr4-read".
2305 (General Query Packets/qXfer:libraries-svr4:read): Documented
2306 the augmented form of this packet.
2307
2308 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2309
2310 * gdb.texinfo (System-wide Configuration Scripts): Renames
2311 "Installed System-wide Configuration Scripts". Add associated
2312 @menu block.
2313
2314 2013-05-23 Yao Qi <yao@codesourcery.com>
2315 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.texinfo (Packets): Document 'vCont;r'.
2318 (Continuing and Stepping): Document target-assisted range
2319 stepping, and the 'set range-stepping' and 'show range-stepping'
2320 commands.
2321
2322 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.texinfo (Installed System-wide Configuration Scripts):
2325 Add subsection describing the scripts now available under
2326 the data-dir's system-gdbbinit subdirectory.
2327 * NEWS: Add entry announcing the availability of system-wide
2328 configuration scripts for ElinOS and Wind River Linux.
2329
2330 2013-05-21 Hui Zhu <hui@codesourcery.com>
2331
2332 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2333 "-dprintf-insert" command.
2334
2335 2013-05-17 Doug Evans <dje@google.com>
2336
2337 * gdb.texinfo (Maintenance Commands): Update doc for
2338 "maint check-psymtabs". Add doc for "maint check-symtabs",
2339 "maint expand-symtabs".
2340
2341 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2342
2343 * gdb.texinfo (Process Record and Replay): Document the
2344 "record goto" command and its sub-commands.
2345
2346 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2347
2348 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2349 (Python API): Add Frame Filters API, Frame Wrapper API,
2350 Writing a Frame Filter/Wrapper, Managing Management of Frame
2351 Filters chapter entries.
2352 (Frame Filters API): New Node.
2353 (Frame Wrapper API): New Node.
2354 (Writing a Frame Filter): New Node.
2355 (Managing Frame Filters): New Node.
2356 (Progspaces In Python): Add note about frame_filters attribute.
2357 (Objfiles in Python): Ditto.
2358 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2359 @anchors and --no-frame-filters option to -stack-list-variables,
2360 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2361 commands.
2362
2363 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2364
2365 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2366 Support" subsection documenting the XML format used to transfer
2367 shared library info on AIX.
2368
2369 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2370
2371 * gdb.texinfo (Debugging Output): Add documentation of
2372 "set debug aix-solib" and "show debug aix-solib" commands.
2373
2374 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2375
2376 * gdb.texinfo (Nios II): New section.
2377 (Nios II Features): New section.
2378
2379 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdbint.texinfo (Algorithms): Remove entries documenting
2382 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2383 SOLIB_CREATE_INFERIOR_HOOK.
2384
2385 2013-04-29 Tom Tromey <tromey@redhat.com>
2386
2387 PR python/14204:
2388 * gdb.texinfo (Python API): Fix menu entry.
2389 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2390 Define global and static block. Add example. Clarify
2391 block relationship for inline functions.
2392
2393 2013-04-29 Tom Tromey <tromey@redhat.com>
2394
2395 * gdb.texinfo (Python API): Mention Python help and keyword
2396 arguments. Move pagination text to Basic Python.
2397 (Basic Python): Put pagination text here. Document
2398 close-on-exec, SIGCHLD, and SIGINT.
2399
2400 2013-04-19 Pedro Alves <palves@redhat.com>
2401
2402 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2403 "signedness" instead of "signness".
2404
2405 2013-04-19 Pedro Alves <palves@redhat.com>
2406
2407 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2408 -Wno-pointer-sign text with text on -Wpointer-sign.
2409
2410 2013-04-16 Tom Tromey <tromey@redhat.com>
2411
2412 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2413 GCC that has the SDT probe points.
2414
2415 2013-04-15 Tom Tromey <tromey@redhat.com>
2416
2417 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2418 exception catchpoints.
2419
2420 2013-04-15 Tom Tromey <tromey@redhat.com>
2421
2422 * gdb.texinfo (Set Catchpoints): Document $_exception.
2423 (Convenience Vars): Mention $_exception.
2424
2425 2013-04-15 Tom Tromey <tromey@redhat.com>
2426
2427 * gdb.texinfo (Set Catchpoints): Reorganize exception
2428 catchpoints. Document "catch rethrow".
2429 (Debugging C Plus Plus): Mention "catch rethrow".
2430
2431 2013-04-15 Tom Tromey <tromey@redhat.com>
2432
2433 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2434
2435 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2436 Eli Zaretskii <eliz@gnu.org>
2437
2438 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2439 line below the sample output.
2440
2441 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2442
2443 * gdb.texinfo (Mode Options): Document '-configuration'.
2444 (Help): Document "show configuration".
2445 (Bug Reporting): Add requirements to include the configuration
2446 details in bug reports.
2447
2448 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2449
2450 * Makefile.in (MAN1S): Add gcore.1.
2451 Remove "Host, target, and site specific Makefile fragments" comment.
2452 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2453 (install-man1, uninstall-man1): Conditionalize gcore.1.
2454 (gcore.1): New.
2455 * gdb.texinfo (Man Pages): Add gcore man.
2456 (gcore man): New node.
2457
2458 2013-04-10 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.texinfo (Process Record and Replay): Document that "set
2461 record full insn-number-max", "set record
2462 instruction-history-size" and "set record
2463 function-call-history-size" accept "unlimited".
2464 (Backtrace): Document that "set backtrace limit" accepts
2465 "unlimited".
2466 (List): Document that "set listsize" accepts "unlimited".
2467 (Print Settings)" Document that "set print max-symbolic-offset",
2468 "set print elements" and "set print repeats" accept "unlimited".
2469 (Starting and Stopping Trace Experiments): Document that "set
2470 trace-buffer-size" accepts "unlimited".
2471 (Remote Configuration): Document that "set tcp connect-timeout"
2472 accepts "unlimited".
2473 (Command History): Document that "set history size" accepts
2474 "unlimited".
2475 (Screen Size): Document that "set height" and "set width" accepts
2476 "unlimited". Adjust "set pagination"'s description to suggest
2477 "set height unlimited" instead of "set height 0".
2478
2479 2013-04-10 Yao Qi <yao@codesourcery.com>
2480
2481 * gdb.texinfo (Trace Files): Add "target ctf".
2482
2483 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2486
2487 * Makefile.in (install-man1, install-man5, uninstall-man1)
2488 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2489
2490 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2491
2492 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2493 Eli Zaretskii <eliz@gnu.org>
2494
2495 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2496 parameters order. Remove "On some targets" for --attach. Document the
2497 --multi parameter and extended-remote command. Document all the
2498 options.
2499
2500 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2501
2502 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2503 the list of supported languages.
2504
2505 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2508 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2509 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2510 (diststuff): Add man.
2511 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2512 (uninstall-man5): New.
2513 (STAGESTUFF): Add *.1 and *.5.
2514 (GDBvn.texi): Add SYSTEM_GDBINIT.
2515 (gdb.1, gdbserver.1, gdbinit.5): New.
2516 (maintainer-clean realclean): Add $(MANS).
2517 (install): Add install-man.
2518 (uninstall): Add uninstall-man.
2519 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2520 (@copying): Wrap it by @c man begin COPYRIGHT.
2521 (Top): Add Man Pages.
2522 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2523
2524 2013-04-02 Pedro Alves <palves@redhat.com>
2525
2526 * gdb.texinfo (Debugging Output): Document "set/show debug
2527 aarch64", "set/show debug coff-pe-read" and "set/show debug
2528 mach-o".
2529
2530 2013-04-02 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2533 table>: Add entry for "trace-buffer-size".
2534
2535 2013-03-28 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2538 table>: Add entry for "trace-status".
2539
2540 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2541
2542 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2543 @bullet", which is invalid (makeinfo 5.1 barfs).
2544
2545 2013-03-28 Pedro Alves <palves@redhat.com>
2546
2547 PR gdb/15294
2548
2549 * gdb.texinfo (List) <set listsize>: Adjust to document that
2550 listsize 0 means no limit, and remove mention of -1.
2551
2552 2013-03-22 Yao Qi <yao@codesourcery.com>
2553
2554 * gdb.texinfo (Embedded Processors): Remove menu item
2555 "OpenRISC 1000".
2556 (OpenRISC 1000): Remove.
2557
2558 2013-03-21 Doug Evans <dje@google.com>
2559
2560 * gdb.texinfo (Maintenance Commands): Add docs for
2561 "mt set per-command {space,time,symtab} {on,off}".
2562
2563 2013-03-14 Hui Zhu <hui@codesourcery.com>
2564 Yao Qi <yao@codesourcery.com>
2565
2566 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2567
2568 2013-03-13 Keith Seitz <keiths@redhat.com>
2569
2570 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2571 "maint agent" reference to Dynamic printf.
2572
2573 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2574
2575 * gdb.texinfo (General Query Packets): Don't use colon in index
2576 entries visible to Info format.
2577
2578 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2579
2580 * gdb.texinfo (Process Record and Replay): Document record
2581 changes.
2582
2583 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2584
2585 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2586 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2587 qXfer:btrace:read.
2588
2589 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2590
2591 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2592 use colons in @anchor and @cindex entries.
2593
2594 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2595
2596 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2597
2598 2013-03-08 Stan Shebs <stan@codesourcery.com>
2599 Hafiz Abid Qadeer <abidh@codesourcery.com>
2600
2601 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2602 trace-buffer-size set and show commands.
2603 (Tracepoint Packets): Document QTBuffer:size.
2604 (General Query Packets): Document QTBuffer:size.
2605
2606 2013-02-21 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb.texinfo: Remove bad @syncodeindex.
2609 (Values From Inferior, Types In Python, Inferiors In Python)
2610 (Events In Python, Threads In Python, Frames In Python, Blocks In
2611 Python, Symbols In Python, Symbol Tables In Python): Remove
2612 @tables.
2613 (Packets, General Query Packets, Tracepoint Packets)
2614 (Host I/O Packets): Use @w{} for empty @item.
2615
2616 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2617
2618 * gdb.texinfo (Architectures In Python): Add description about
2619 the new method gdb.Architecture.disassemble.
2620
2621 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2622 Hafiz Abid Qadeer <abidh@codesourcery.com>
2623
2624 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2625 Document the "trace-file" field.
2626
2627 2013-02-07 Doug Evans <dje@google.com>
2628
2629 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2630 command.
2631
2632 2013-02-06 Yao Qi <yao@codesourcery.com>
2633
2634 * gdb.texinfo (GDB/MI Async Records): Document new MI
2635 notification "=tsv-modified". Update the document of MI
2636 notification "=tsv-created".
2637 * observer.texi (GDB Observers): New observer tsv_modified.
2638 Update observer tsv_created and tsv_delete.
2639
2640 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2641
2642 * gdb.texinfo (AArch64 Features): New section; document
2643 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2644 (Architectures): Add new AArch64 section to document AArch64
2645 architecture specific commands.
2646 (ABI): Add description of the new OS ABI "Newlib" and its influence
2647 on the longjmp handling.
2648
2649 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2650 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2653 variable in 'set/show backtrace' section.
2654
2655 2013-01-31 Tom Tromey <tromey@redhat.com>
2656
2657 * gdb.texinfo (Target Commands): Fix typo.
2658
2659 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2660
2661 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2662 describing the gdb.Architecture class.
2663 (Frames In Python): Add description about the new method
2664 gdb.Frame.architecture().
2665
2666 2013-01-23 Doug Evans <dje@google.com>
2667
2668 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2669
2670 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2671
2672 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2673 'thread-groups' field when printing a breakpoint in MI.
2674
2675 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2676 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2677 to reflect that jit-reader-load now supports absolute file-names.
2678
2679 2013-01-16 Tom Tromey <tromey@redhat.com>
2680
2681 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2682 (Signals): Likewise.
2683
2684 2013-01-16 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2687 "catch-type" field.
2688 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2689
2690 2013-01-07 Tom Tromey <tromey@redhat.com>
2691
2692 * gdb.texinfo (Mode Options): Don't mention -epoch.
2693 (Data, Emacs): Remove obsolete comments.
2694
2695 2013-01-02 Tom Tromey <tromey@redhat.com>
2696
2697 * gdb.texinfo (GDB/MI Output Records): Update menu.
2698 (GDB/MI Breakpoint Information): New node.
2699 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2700 <-break-insert>: Likewise.
2701
2702 2012-12-31 Yao Qi <yao@codesourcery.com>
2703
2704 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2705 (Packets): Move "vStopped" packet to ...
2706 (Notification Packets): ... here. Describe the components
2707 of notification. Add a table of supported notifications.
2708 Add an example on the process of he async notification.
2709
2710 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2713 present.
2714 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2715 fullname output always present.
2716
2717 2012-12-23 Pierre Muller <muller@sourceware.org>
2718
2719 * gdbint.texinfo (Function prototypes): Require use of "extern"
2720 modifier for function prototypes in headers.
2721
2722 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2723
2724 * refcard.tex: Update copyright notice to GPL v3 or later.
2725 Update contact info.
2726
2727 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2730
2731 2012-12-15 Yao Qi <yao@codesourcery.com>
2732
2733 * gdb.texinfo (Debugging Output): Document 'set debug
2734 notification' and 'show debug notification'.
2735
2736 2012-12-15 Yao Qi <yao@codesourcery.com>
2737
2738 * gdb.texinfo (Listing Tracepoints): New item and example about
2739 'installed on target' output.
2740 Add more in the example about 'installed on target'.
2741 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2742
2743 2012-12-14 Tom Tromey <tromey@redhat.com>
2744
2745 * gdb.texinfo (SVR4 Process Information): Mention core files.
2746
2747 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2748
2749 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2750
2751 2012-12-11 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.texinfo: Remove all mentions of Unixware throughout.
2754
2755 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2756
2757 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2758
2759 2012-11-29 Tom Tromey <tromey@redhat.com>
2760
2761 * gdb.texinfo (SVR4 Process Information): Document missing
2762 "info proc" subcommands.
2763
2764 2012-11-29 Yao Qi <yao@codesourcery.com>
2765
2766 PR gdb/1477.
2767 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2768 to 'auto' instead of 'gnu'.
2769
2770 2012-11-26 Tom Tromey <tromey@redhat.com>
2771
2772 * gdb.texinfo (MiniDebugInfo): New node.
2773 (GDB Files): Update.
2774
2775 2012-11-16 Doug Evans <dje@google.com>
2776
2777 * gdb.texinfo (System-wide configuration): If the system-wide init
2778 file lives in the data-directory, and --data-directory is provided,
2779 look for it there.
2780
2781 2012-11-15 Tom Tromey <tromey@redhat.com>
2782
2783 * gdb.texinfo (Signaling): Fix typo.
2784
2785 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2786
2787 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2788 parameter "count" of -data-write-memory-bytes, and add an example.
2789
2790 2012-11-12 Tom Tromey <tromey@redhat.com>
2791
2792 * gdb.texinfo (Symbols): Document "info type-printers",
2793 "enable type-printer" and "disable type-printer".
2794 (Python API): Add new node to menu.
2795 (Type Printing API): New node.
2796 (Progspaces In Python): Document type_printers field.
2797 (Objfiles In Python): Likewise.
2798 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2799 register_type_printer, TypePrinter>: Document.
2800
2801 2012-11-12 Tom Tromey <tromey@redhat.com>
2802
2803 * gdb.texinfo (Symbols): Document "set print type methods",
2804 "set print type typedefs", and flags to ptype and whatis.
2805
2806 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2807
2808 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2809 the example -data-disassemble output. Extend the description of
2810 the -data-disassemble results to document all fields. Document
2811 the cli disassemble command as being related to -data-disassemble.
2812
2813 2012-11-09 Yao Qi <yao@codesourcery.com>
2814
2815 PR gdb/14777.
2816 * gdb.texinfo (OS Information): Remove doc on command
2817 'info udot'.
2818
2819 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2820
2821 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2822 gdb.ini warning for Windows port.
2823
2824 2012-11-08 Yao Qi <yao@codesourcery.com>
2825
2826 * gdb.texinfo (Search): Add kindex for 'fo'.
2827
2828 2012-11-05 Tom Tromey <tromey@redhat.com>
2829
2830 PR python/14802:
2831 * gdb.texinfo (Functions In Python): Add example.
2832
2833 2012-11-03 Yao Qi <yao@codesourcery.com>
2834
2835 * observer.texi (GDB Observers): Remove observer
2836 'tracepoint_modified', 'tracepoint_created' and
2837 'tracepoint_deleted'.
2838
2839 2012-10-26 Tom Tromey <tromey@redhat.com>
2840
2841 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2842
2843 2012-10-25 Tom Tromey <tromey@redhat.com>
2844
2845 * gdb.texinfo (General Query Packets): Use @itemx.
2846
2847 2012-10-17 Yao Qi <yao@codesourcery.com>
2848
2849 * observer.texi (GDB Observers): Update observer
2850 'memory_changed'.
2851 * gdb.texinfo (GDB/MI Async Records): Document for
2852 "memory-changed" notification.
2853
2854 2012-10-15 Doug Evans <dje@google.com>
2855
2856 * gdb.texinfo (Mode Options): Document -nh.
2857 Elaborate on docs for -nx.
2858
2859 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2860
2861 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2862
2863 2012-09-21 Yao Qi <yao@codesourcery.com>
2864 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.texinfo (GDB/MI Async Records): Document notification
2867 'record-started' and 'record-stopped'.
2868 * observer.texi (GDB Observers): New observer 'record-changed'.
2869
2870 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2871
2872 * gdb.texinfo: Document the removal of SH's 'regs' command.
2873
2874 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2875
2876 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2877
2878 2012-09-18 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.texinfo (GDB/MI Async Records): Document new MI
2881 notifications '=tsv-created' and '=tsv-deleted'.
2882 * observer.texi (GDB Observers): New observer tsv_created and
2883 tsv_deleted.
2884
2885 2012-09-18 Yao Qi <yao@codesourcery.com>
2886
2887 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2888 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2889 '=traceframe-changed'.
2890
2891 2012-09-17 Yao Qi <yao@codesourcery.com>
2892
2893 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2894 'set listsize'.
2895
2896 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2897 Eli Zaretskii <eliz@gnu.org>
2898
2899 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2900 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2901 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2902
2903 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2904
2905 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2906
2907 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2908
2909 Document how to return from "python-interactive" to GDB.
2910 * gdb.texinfo (Python Commands): Update documentation.
2911
2912 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2913
2914 Add a new "python-interactive" command that starts a standard
2915 Python interactive prompt with "pi" as alias, and add "py" as
2916 an alias to "python".
2917 * gdb.texinfo (Python Commands): Document the new commands.
2918
2919 2012-08-22 Tom Tromey <tromey@redhat.com>
2920
2921 * gdbint.texinfo (Host Definition): Remove documentation for
2922 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2923
2924 2012-08-17 Keith Seitz <keiths@redhat.com>
2925
2926 PR c++/13356
2927 * gdb.texinfo (Type and Range Checking): Remove warning.
2928 Remove spurious commas.
2929 Update text and examples for re-implementation of set/show
2930 check type.
2931 (C and C++ Type and Range Checks): Likewise.
2932
2933 2012-08-16 Yao Qi <yao@codesourcery.com>
2934
2935 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2936 is deprecated.
2937
2938 2012-08-13 Doug Evans <dje@google.com>
2939
2940 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2941 to include functions.
2942
2943 2012-08-10 Doug Evans <dje@google.com>
2944
2945 * gdb.texinfo (Convenience Funs): New node.
2946 (Types In Python): Document Type.vector.
2947
2948 2012-08-09 Yao Qi <yao@codesourcery.com>
2949
2950 * observer.texi: New observer command_param_changed.
2951 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2952
2953 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 * gdbint.texinfo (Debugging GDB): In section
2956 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2957 Mention also gdb-gdb.py.
2958
2959 2012-08-07 Yao Qi <yao@codesourcery.com>
2960
2961 Revert the folloing patch:
2962 2012-08-06 Yao Qi <yao@codesourcery.com>
2963 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2964 remote hardware-watchpoint-limit' and 'set
2965 remote hardware-breakpoint-limit'.
2966
2967 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2968
2969 * gdb.texinfo (Working Directory): Added information about new
2970 default argument for 'cd' command.
2971
2972 2012-08-06 Yao Qi <yao@codesourcery.com>
2973
2974 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2975 remote hardware-watchpoint-limit' and 'set
2976 remote hardware-breakpoint-limit'.
2977
2978 2012-08-06 Yao Qi <yao@codesourcery.com>
2979
2980 Fix PR14371.
2981
2982 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2983 '=breakpoint-deleted'.
2984
2985 2012-08-02 Yao Qi <yao@codesourcery.com>
2986
2987 * gdb.texinfo (Native): Remove node Neutrino.
2988
2989 2012-07-27 Yao Qi <yao@codesourcery.com>
2990
2991 * gdb.texinfo (IPA Protocol Commands): Document new command
2992 'close'.
2993
2994 2012-07-25 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2997
2998 2012-07-20 Doug Evans <dje@google.com>
2999
3000 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3001 (Index Files): Document how to control the use of deprecated index
3002 sections.
3003 (Index Section Format): Replace --use-deprecated-index-sections with
3004 "set use-deprecated-index-sections on".
3005
3006 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3007
3008 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3009 indices into a single node "Index". Instead, join function and
3010 variable indices into a single index, separate from the concept
3011 index. Requested in
3012 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3013 (Top): Update the top-level menu: instead of one "Index" there are
3014 now separate entries "Concept Index" and "Function and Variable
3015 Index".
3016 (Concept Index, Function and Variable Index): New nodes.
3017 (Index): Node deleted.
3018
3019 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3020
3021 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3022 and "maint agent-eval".
3023
3024 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3025
3026 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3027 avoid file-name clashes between Index.html and index.html on
3028 case-insensitive filesystems. See the discussion starting in
3029 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3030 details of the problem.
3031 (Top): Update the master menu for the above.
3032 (Concept Index, Command and Variable Index): New nodes, instead of
3033 the old "Index" node that was deleted. All cross-references
3034 updated.
3035
3036 2012-07-02 Stan Shebs <stan@codesourcery.com>
3037
3038 * gdb.texinfo (Dynamic Printf): Mention agent style and
3039 disconnected dprintf.
3040 (Maintenance Commands): Describe maint agent-printf.
3041 (General Query Packets): Mention BreakpointCommands feature.
3042 (Packets): Document commands extension to Z0 packet.
3043 * agentexpr.texi (Bytecode Descriptions): Document printf
3044 bytecode.
3045
3046 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3047
3048 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3049 only after gdbinit files.
3050 (Startup): Move -iex and -iex commands down after gdbinit files.
3051
3052 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3055 possibility.
3056
3057 2012-06-29 Tom Tromey <tromey@redhat.com>
3058
3059 * gdb.texinfo (Index Section Format): Update for version 7.
3060
3061 2012-06-28 Stan Shebs <stan@codesourcery.com>
3062
3063 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3064 example, add note about title column.
3065
3066 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3067
3068 * gdb.texinfo (Symbol Tables In Python): Add description about
3069 the new 'last' attribute of gdb.Symtab_and line.
3070
3071 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3072
3073 * gdb.texinfo (Symbol Tables In Python): Correct the description
3074 of the 'pc' attribute of gdb.Symtab_and_line.
3075
3076 2012-06-26 Doug Evans <dje@google.com>
3077
3078 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3079 and symtab-create.
3080
3081 2012-06-25 Keith Seitz <keiths@redhat.com>
3082
3083 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3084 from example. Remove "rbreak" from list of corresponding
3085 gdb commands.
3086
3087 2012-06-23 Doug Evans <dje@google.com>
3088
3089 * gdb.texinfo (Index Section Format): Document version 7 format.
3090
3091 2012-06-22 Yao Qi <yao@codesourcery.com>
3092
3093 * gdb.texinfo: Add missing cindex for some packets.
3094
3095 2012-06-20 Keith Seitz <keiths@redhat.com>
3096
3097 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3098 for -break-insert and document -p.
3099
3100 2012-06-20 Yao Qi <yao@codesourcery.com>
3101
3102 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3103 and "gdb.write_memory" with "Inferior.read_memory" and
3104 "Inferior.write_memory".
3105
3106 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3107
3108 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3109 (Free Documentation): Add @node line.
3110 (Continuing and Stepping) <advance location>: Use @item instead of
3111 @itemx.
3112 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3113 @itemx.
3114 (Embedded Processors): Put the link to "PA" to its correct place,
3115 according to document structure.
3116 (Python API): Put the link to "Lazy Strings In Python" to its
3117 correct place.
3118 (Index): Use @@ in @tex block to get a literal @.
3119
3120 * gdbint.texinfo: Fix the @subtitle line.
3121
3122 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3123 correct place.
3124
3125 2012-06-08 Yao Qi <yao@codesourcery.com>
3126
3127 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3128 Protocol'.
3129 (In-Process Agent Protocol, IPA Protocol Objects)
3130 (IPA Protocol Commands): New nodes.
3131 (Tracepoint Packets): Add anchors.
3132
3133 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3134
3135 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3136
3137 2012-06-06 Yao Qi <yao@codesourcery.com>
3138
3139 * gdb.texinfo: Update copyright year.
3140
3141 2012-05-23 Stan Shebs <stan@codesourcery.com>
3142 Kwok Cheung Yeung <kcy@codesourcery.com>
3143
3144 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3145
3146 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3147
3148 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3149 Mention also --with-separate-debug-dir.
3150 (Auto-loading): Prepend $debugdir in the sample output.
3151 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3152 auto-load safe-path variable.
3153 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3154 Mention also $debugdir for 'set auto-load scripts-directory'.
3155
3156 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3157
3158 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3159 (MIPS Embedded, MIPS, MIPS Register packet Format)
3160 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3161 appropriate.
3162
3163 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3164 Maciej W. Rozycki <macro@codesourcery.com>
3165
3166 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3167 mips compression".
3168 (MIPS Breakpoint Kinds): New subsubsection.
3169
3170 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3171
3172 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3173 nodes for subsections. Add @acronym mark-ups and adjust
3174 formatting.
3175
3176 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3177
3178 Rename $ddir to $datadir.
3179 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3180 (objfile-gdb.py file): Rename $ddir to $datadir.
3181
3182 2012-05-18 Tom Tromey <tromey@redhat.com>
3183
3184 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3185
3186 2012-05-14 Stan Shebs <stan@codesourcery.com>
3187
3188 * gdb.texinfo (Dynamic Printf): New subsection.
3189
3190 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3191
3192 * gdb.texinfo (Basic Python): Add description about the function
3193 gdb.find_pc_line
3194
3195 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3196 Eli Zaretskii <eliz@gnu.org>
3197
3198 * gdb.texinfo (Separate Debug Files): Use plural form for global
3199 debugging information directory.
3200
3201 2012-05-11 Stan Shebs <stan@codesourcery.com>
3202 Kwok Cheung Yeung <kcy@codesourcery.com>
3203
3204 * gdb.texinfo (Operating System Auxiliary Information): Document new
3205 'info os' subcommands.
3206
3207 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3210 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3211 (dotdebug_gdb_scripts section): Add reference
3212 to 'Auto-loading safe path'.
3213
3214 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3215
3216 Implement multi-component --with-auto-load-dir.
3217 * gdb.texinfo (Auto-loading): New references
3218 for 'set auto-load scripts-directory'
3219 and 'show auto-load scripts-directory'.
3220 (Auto-loading safe path): Describe the new default. Move $ddir
3221 substituation reference to 'objfile-gdb.py file'.
3222 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3223 script-name. Describe new 'set auto-load scripts-directory'
3224 and 'show auto-load scripts-directory'.
3225
3226 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3227
3228 Provide $ddir substitution for --with-auto-load-safe-path.
3229 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3230 (Auto-loading safe path): Likewise. Mention the default value,
3231 $ddir substitution, --with-auto-load-safe-path and
3232 --without-auto-load-safe-path.
3233 * observer.texi (gdb_datadir_changed): New.
3234
3235 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3236
3237 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3238 Twice.
3239
3240 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3241 directory separator by path separator.
3242
3243 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3246 for 'set auto-load safe-path' optional. Mention if it is omitted.
3247 Change disabling security protection condition to "/", twice.
3248
3249 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3250
3251 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3252 the new methods global_block and static_block on gdb.Symtab
3253 objects.
3254
3255 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3256
3257 * gdb.texinfo (Blocks In Python): Add a note saying that future
3258 improvements to GDB and its infrastructure can move symbols
3259 across blocks within a symbol table.
3260
3261 2012-04-29 Yao Qi <yao@codesourcery.com>
3262
3263 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3264 (A29K): Remove.
3265
3266 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3267 Tom Tromey <tromey@redhat.com>
3268
3269 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3270 and generic static probe support on GDB.
3271
3272 2012-04-25 Doug Evans <dje@google.com>
3273
3274 * gdb.texinfo (Go): Fix thinko.
3275
3276 * gdb.texinfo (Supported Languages): Add Go.
3277 (Go): New node.
3278
3279 2012-04-25 Yao Qi <yao@codesourcery.com>
3280
3281 * gdbint.texinfo (Testsuite): New section `Board settings'.
3282
3283 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3284
3285 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3286 Three times.
3287
3288 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3289 Three times.
3290
3291 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3294 by @table @asis. Fix formatting of one item.
3295
3296 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3299
3300 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3301
3302 New option "set debug auto-load".
3303 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3304 (auto-load verbose mode): New node.
3305
3306 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 New option "set auto-load safe-path".
3309 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3310 and "info auto-load" examples for safe-path. Put there also references
3311 for "set auto-load safe-path" and "show auto-load safe-path".
3312 New menu item for Auto-loading safe path.
3313 (Auto-loading safe path): New node.
3314 (Python Auto-loading): Update the expected output from "Missing"
3315 to "No".
3316
3317 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 auto-load: Implementation.
3320 * gdb.texinfo (Mode Options): New anchor for -nx.
3321 (Startup): New anchors for Option -init-eval-command,
3322 Home Directory Init File
3323 and Init File in the Current Directory during Startup.
3324 Mention set auto-load local-gdbinit with a reference.
3325 Change the sample code to "set auto-load python-scripts".
3326 (Threads): New anchor set libthread-db-search-path.
3327 Provide references to libthread_db.so.1 file.
3328 (Controlling GDB): New menu item for Auto-loading.
3329 (Auto-loading, Init File in the Current Directory)
3330 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3331 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3332 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3333 reference.
3334 (Auto-loading): Rename to ...
3335 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3336 "set auto-load python-scripts", new anchor for it. Change
3337 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3338 for it. Change "info auto-load-scripts"
3339 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3340 to "Python scripts".
3341
3342 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3343
3344 PR mi/13393
3345 * gdb.texinfo (Print Settings): Extend the description for "set print
3346 object".
3347 (GDB/MI Variable Objects): Extend the description for -var-create and
3348 -var-list-children.
3349
3350 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3351
3352 * gdb.texinfo (Examining Data): Document the 'explore' command.
3353
3354 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3355
3356 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3357 to the children of a varobj and its update range when -var-update
3358 returns that the varobj's type changed.
3359
3360 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3361
3362 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3363 Create two new links fir 'objfile-gdb.py file'
3364 and 'dotdebug_gdb_scripts section'.
3365
3366 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3367
3368 * gdb.texinfo (Auto-loading): Rename node reference
3369 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3370 Twice.
3371 (.debug_gdb_scripts section): Rename the node ...
3372 (dotdebug_gdb_scripts section): ... here.
3373 (Maintenance Commands): Also rename this node reference.
3374
3375 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3376
3377 * gdb.texinfo (Python API/Values From Inferior): Add description
3378 about the new method Value.referenced_value. Add description on
3379 how Value.dereference is different (and similar) to
3380 Value.referenced_value.
3381
3382 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3383
3384 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3385 --init-eval-command=COMMAND, -iex.
3386 (Startup): Describe -iex and -ix. Simplify the example
3387 for "set auto-load-scripts off".
3388
3389 2012-03-16 Gary Benson <gbenson@redhat.com>
3390
3391 PR breakpoints/10738
3392 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3393 stating that GDB cannot set breakpoints on inlined functions.
3394 (Mode Options): Document --use-deprecated-index-sections.
3395 (Index Section Format): Document new index section version format.
3396
3397 2012-03-15 Tom Tromey <tromey@redhat.com>
3398
3399 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3400
3401 2012-03-13 Doug Evans <dje@google.com>
3402
3403 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3404 of "reload".
3405 (Symbols): Delete docs for set/show symbol-reloading.
3406 * gdbint.texinfo (Defining Other Architecture Features): Delete
3407 SYMBOL_RELOADING_DEFAULT.
3408 * refcard.tex: Delete reference to symbol-reloading.
3409
3410 2012-03-07 Pedro Alves <palves@redhat.com>
3411
3412 * gdb.texinfo (General Query Packets): Document new
3413 QProgramSignals packet.
3414 * gdb.texinfo (Remote configuration): Mention
3415 "program-signals-packet".
3416
3417 2012-03-05 Tristan Gingold <gingold@adacore.com>
3418
3419 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3420
3421 2012-03-03 Yao Qi <yao@codesourcery.com>
3422
3423 * gdb.texinfo (In-Process Agent): New node.
3424 Document new commands.
3425 (General Query Packets): Add packet `QAgent'.
3426
3427 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3428
3429 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3430
3431 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3432
3433 * gdb.texinfo (Commands In Python): Put example python macro in
3434 COMMAND_USER category rather than COMMAND_OBSCURE.
3435 Document gdb.COMMAND_USER.
3436 (User-defined Commands): Update documentation to clarify
3437 "set/show max-user-call-depth" and "show user" don't apply to python
3438 commands. Update documentation to clarify "help user-defined" may
3439 also include python commands defined as COMMAND_USER.
3440
3441 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3442
3443 * gdb.texinfo (Startup): Add option -ex description to the option -x
3444 description.
3445
3446 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3447
3448 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3449 condition-evaluation breakpoint parameter.
3450 Mention condition-evaluation mode being shown in "info break".
3451 (Break Conditions): Add description for target-side
3452 conditional breakpoints.
3453 (Remote Configuration): Mention conditional-breakpoints-packet.
3454 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3455 cond-expr.
3456 (General Query Packets): Mention new ConditionalBreakpoint feature.
3457
3458 2012-02-22 Tom Tromey <tromey@redhat.com>
3459
3460 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3461
3462 2012-02-17 Tom Tromey <tromey@redhat.com>
3463
3464 PR python/10753:
3465 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3466 directory.
3467
3468 2012-02-14 Stan Shebs <stan@codesourcery.com>
3469
3470 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3471
3472 2012-02-13 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3475 mips-idt-ecoff.
3476
3477 2012-02-09 Yao Qi <yao@codesourcery.com>
3478
3479 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3480
3481 2012-02-07 Tom Tromey <tromey@redhat.com>
3482
3483 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3484 Symbol.value.
3485
3486 2012-02-07 Tom Tromey <tromey@redhat.com>
3487
3488 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3489
3490 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3491
3492 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3493
3494 2012-01-24 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3497 unload".
3498 (Files): Mention new catch commands.
3499 (GDB/MI Async Records): Likewise.
3500
3501 2012-01-24 Gary Benson <gbenson@redhat.com>
3502
3503 Delete #if 0'd out code.
3504 * gdb.texinfo (Frame Info): Remove "info catch".
3505
3506 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3507
3508 * gdb.texinfo (Remote Configuration): Document
3509 "set remote hostio-readlink-packet" command.
3510 (General Query Packets): Document vFile:readlink packet.
3511
3512 2012-01-16 Tom Tromey <tromey@redhat.com>
3513
3514 * gdb.texinfo (Specify Location): Document relative file name
3515 handling.
3516
3517 2012-01-16 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3520
3521 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3522 Eli Zaretskii <eliz@gnu.org>
3523
3524 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3525 code.
3526
3527 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3528
3529 * gdb.texinfo (Variables): Document use of :: for non-static
3530 variables.
3531
3532 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdbint.texinfo (Start of New Year Procedure): Update
3535 to replace use of copyright.sh by use of copyright.py.
3536
3537 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3538
3539 Remove the gdbtui binary.
3540 * all-cfg.texi (GDBTUI): Remove.
3541 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3542 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3543 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3544
3545 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3546
3547 Introduce gdb.FinishBreakpoint in Python.
3548 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3549 (Python API): Add menu entry for Finish Breakpoints.
3550
3551 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3554 tests.
3555
3556 2011-12-16 Doug Evans <dje@google.com>
3557
3558 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3559
3560 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3561
3562 * gdb.texinfo (Python Commands): Remove "maint set/show print
3563 stack". Add documentation for "set/show python print-stack".
3564
3565 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3566
3567 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3568 should transfer control to the stub in the startup code instead of
3569 in main. Mention the need to get past the initial breakpoint.
3570
3571 2011-12-06 Tom Tromey <tromey@redhat.com>
3572
3573 * gdb.texinfo (Set Breaks): Update for new behavior.
3574
3575 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3578 List Format for SVR4 Targets'.
3579 (General Query Packets): New item qXfer:libraries-svr4:read.
3580 (Library List Format for SVR4 Targets): New node.
3581
3582 2011-12-01 Tom Tromey <tromey@redhat.com>
3583
3584 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3585 add.
3586
3587 2011-11-22 Tom Tromey <tromey@redhat.com>
3588
3589 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3590 reasons.
3591
3592 2011-11-20 Stan Shebs <stan@codesourcery.com>
3593
3594 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3595 note-related options and variables.
3596 (Tracepoint Packets): Document packet changes.
3597
3598 2011-11-20 Sanjoy Das <sdas@igalia.com>
3599
3600 * gdb.texinfo (JIT Interface): Add documentation on writing and
3601 usind JIT debug info readers.
3602 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3603 Debug Info Readers): New nodes.
3604
3605 2011-11-18 Yao Qi <yao@codesourcery.com>
3606
3607 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3608 tracepoint.
3609
3610 2011-11-15 Doug Evans <dje@google.com>
3611
3612 * gdb.texinfo (Files): Document basenames-may-differ.
3613
3614 2011-11-14 Doug Evans <dje@google.com>
3615
3616 * gdb.texinfo (Shell Commands): Document "!".
3617
3618 2011-11-14 Stan Shebs <stan@codesourcery.com>
3619 Kwok Cheung Yeung <kcy@codesourcery.com>
3620
3621 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3622 needed to get shorter fast tracepoints.
3623 (Tracepoint Packets): Document new qTMinFTPILen packet.
3624
3625 2011-11-14 Yao Qi <yao@codesourcery.com>
3626
3627 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3628 behavior of tracepoint.
3629 (General Query Packets): New feature InstallInTrace.
3630 (Remote Configuration): Document "set remote
3631 install-in-trace-packet".
3632
3633 2011-11-12 Matt Rice <ratmice@gmail.com>
3634
3635 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3636 Add arguments to info macro.
3637
3638 2011-11-10 Tom Tromey <tromey@redhat.com>
3639
3640 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3641 manual.
3642 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3643 (Macros): Add a footnote.
3644 (C): Remove paragraph about compiler options.
3645 (C Constants): Mention wide character and string constants.
3646 (C Plus Plus Expressions): Update compiler option advice. Mention
3647 using declarations. Mention ADL. Remove old HP compiler
3648 information.
3649
3650 2011-11-10 Tom Tromey <tromey@redhat.com>
3651
3652 PR c++/9257:
3653 * gdb.texinfo (Print Settings): Add an extra note about the need
3654 for a vtable.
3655
3656 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3657
3658 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3659 "set mips abi" documentation.
3660
3661 2011-11-04 Doug Evans <dje@google.com>
3662
3663 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3664
3665 2011-11-03 Tom Tromey <tromey@redhat.com>
3666
3667 * gdb.texinfo (Stopping): Add menu entry.
3668 (Continuing and Stepping): Restore @node. Use @section, not
3669 @subsection.
3670
3671 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3672
3673 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3674 designation. Fix "Specify Location" cross-reference.
3675
3676 2011-11-02 Stan Shebs <stan@codesourcery.com>
3677
3678 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3679 (General Query Packets): Describe tracenz feature.
3680 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3681
3682 2011-10-28 Paul Koning <paul_koning@dell.com>
3683
3684 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3685
3686 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3687
3688 * gdb.texinfo ((Frames In Python): Document
3689 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3690
3691 2011-10-26 Paul Koning <paul_koning@dell.com>
3692
3693 * gdb.texinfo (gdb.types): Document new deepitems function.
3694
3695 2011-10-25 Paul Koning <paul_koning@dell.com>
3696
3697 PR python/13327
3698
3699 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3700 fetch_lazy method.
3701
3702 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3703
3704 PR python/12656
3705
3706 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3707 global_block, static_block function.
3708
3709 2011-10-19 Tom Tromey <tromey@redhat.com>
3710
3711 * gdb.texinfo (Commands In Python): Add missing "@"s.
3712
3713 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3714
3715 PR python/13285 Document named constants for frame unwind stop reasons
3716 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3717 constants.
3718
3719 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3720
3721 Fix compatibility with texinfo versions older than 4.12.
3722 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3723 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3724 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3725 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3726 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3727 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3728 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3729
3730 2011-10-09 Doug Evans <dje@google.com>
3731
3732 * gdb.texinfo (Extending GDB): Document alias command.
3733
3734 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3735
3736 Support @entry in input expressions.
3737 * gdb.texinfo (Variables): Describe @entry names suffix.
3738 (Print Settings): Add anchor for `set print entry-values'.
3739
3740 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3741 Eli Zaretskii <eliz@gnu.org>
3742
3743 Display @entry parameter values (without references).
3744 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3745 example.
3746 (Print Settings): New description of set print entry-values and show
3747 print entry-values.
3748
3749 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3750 Eli Zaretskii <eliz@gnu.org>
3751
3752 Recognize virtual tail call frames.
3753 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3754 (Tail Call Frames): New node.
3755 (Frames In Python): Add gdb.TAILCALL_FRAME.
3756
3757 2011-10-07 Doug Evans <dje@google.com>
3758
3759 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3760 register_pretty_printer.
3761
3762 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3763
3764 PR python/12930
3765 PR python/12802
3766
3767 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3768 stop method.
3769
3770 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3771
3772 * gdb.texinfo (Starting your Program): "set disable-randomization"
3773 is no longer Linux-specific.
3774 (Remote Configuration): Document "set remote
3775 disable-randomization-packet".
3776 (General Query Packets): Document "QDisableRandomization" packet
3777 and add it to "qSupported" list.
3778
3779 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3780
3781 Allow Python notification of new object-file loadings.
3782 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3783 event type.
3784
3785 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3786
3787 PR python/12691: Add the inferior to Python exited event
3788 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3789
3790 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3791
3792 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3793 rephasing.
3794
3795 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3796
3797 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3798 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3799 as possible feature returned by the `-list-features'
3800 command.
3801
3802 2011-09-28 Paul Koning <paul_koning@dell.com>
3803
3804 * gdb.texinfo (gdb.Type): Document field access by dictionary
3805 key syntax.
3806
3807 2011-09-28 Yao Qi <yao@codesourcery.com>
3808
3809 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3810 Add one space after option `-s'. Remove @r{} markup.
3811
3812 2011-09-27 Stan Shebs <stan@codesourcery.com>
3813
3814 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3815
3816 2011-09-16 Hui Zhu <teawater@gmail.com>
3817
3818 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3819 to *(unsigned char *)$esp@300.
3820
3821 2011-09-15 Paul Koning <paul_koning@dell.com>
3822
3823 * gdb.texinfo: Make style of Python functions and methods match
3824 the syntax of Python. Also put class and module names explicitly
3825 on function, member, and variable names, matching Python
3826 documentation conventions.
3827
3828 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3829
3830 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3831 * gdb.texinfo (Inferiors In Python): Describe new
3832 gdb.selected_inferior() function.
3833
3834 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3835
3836 Handle multiple breakpoint hits in Python interface:
3837 * gdb.texinfo (Events In Python): New function documentation:
3838 gdb.BreakpointEvent.breakpoints. Indicate that
3839 gdb.BreakpointEvent.breakpoint is now deprecated.
3840
3841 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3842
3843 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3844
3845 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3846
3847 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3848
3849 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3850
3851 * gdb.texinfo (Prompt): Add set/show extended-prompt
3852 documentation
3853 (Basic Python): Add prompt_hook anchor.
3854 (Python modules): Reword module text to reflect multiple modules.
3855 (gdb.prompt): Document gdb.prompt module.
3856
3857 2011-08-14 Yao Qi <yao@codesourcery.com>
3858
3859 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3860
3861 2011-08-14 Yao Qi <yao@codesourcery.com>
3862
3863 * gdb.texinfo (Standard Target Features): Document C6x features.
3864 (TIC6x Features): New node.
3865
3866 2011-08-12 Doug Evans <dje@google.com>
3867
3868 * gdb.texinfo (Symbols In Python): Document symbol.type.
3869
3870 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3871
3872 * gdb.texinfo (Python): Document command and function
3873 auto-loading.
3874
3875 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3876 Eli Zaretskii <eliz@gnu.org>
3877
3878 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3879 typedefs unrolling. Extend the sample code by an inner typedef and
3880 outer typedefs unrolling.
3881
3882 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3883
3884 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3885 size and line-size.
3886
3887 2011-07-21 Matt Rice <ratmice@gmail.com>
3888
3889 PR macros/12999
3890 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3891 Update text and cindex entries for info macro command.
3892
3893 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3894
3895 * observer.texi (GDB Observers): Add before_prompt observer.
3896 * gdb.texinfo (Basic Python): Add documentation for prompt
3897 substitution.
3898
3899 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3900
3901 PR python/12438
3902 * gdb.texinfo (Python Commands): Add deprecate note to maint
3903 set/show python print-stack. Document set/show python
3904 print-backtrace.
3905
3906 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3907
3908 * gdb.texinfo: Fix typos.
3909
3910 2011-07-01 Tom Tromey <tromey@redhat.com>
3911
3912 * gdb.texinfo (Debugging Output): Document set debug
3913 check-physname.
3914
3915 2011-06-29 Tom Tromey <tromey@redhat.com>
3916
3917 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3918 breakpoint-notifications feature.
3919
3920 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3921
3922 * gdb.texinfo (Target Description): Remove warning about
3923 possibly unstable format.
3924
3925 2011-06-03 Tom Tromey <tromey@redhat.com>
3926
3927 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3928 (Events In Python): Note that exit_code is optional.
3929
3930 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3931
3932 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3933 required for multi-threading support.
3934 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3935 Hc are deprecated for multi-threading debugging. Point readers at
3936 the vCont packet.
3937
3938 2011-05-15 Doug Evans <dje@google.com>
3939
3940 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3941
3942 2011-05-13 Doug Evans <dje@google.com>
3943
3944 * gdb.texinfo (Threads): Document $sdir,$pdir.
3945 (Server): Document $pdir exception.
3946
3947 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3948
3949 * gdb.texinfo (Threads): Clarify default value for
3950 libthread-db-search-path.
3951
3952 * gdb.texinfo (Completion): Update example.
3953 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3954
3955 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3956
3957 * gdb.texinfo: Document change in the behaviour of the enable and
3958 disable GDB commands when applied to tracepoints.
3959 Document the EnableDisableTracepoints remote stub feature.
3960 Document QTEnable and QTDisable in the list of tracepoint packets.
3961
3962 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3965 hsuser.texi.
3966 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3967 comment to hsuser.texi. Change rluser.texi name in the comment.
3968
3969 2011-05-10 Doug Evans <dje@google.com>
3970
3971 * gdb.texinfo (Threads): If an empty path is provided for
3972 libthread-db-search-path it is reset to its default value.
3973 (Server): Ditto.
3974
3975 2011-05-09 Doug Evans <dje@google.com>
3976
3977 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3978
3979 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3980 Thiago Jung Bauermann <bauerman@br.ibm.com>
3981
3982 Implement support for PowerPC BookE masked watchpoints.
3983 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3984 (PowerPC Embedded): Mention support of masked watchpoints.
3985
3986 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3987
3988 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3989 `@value{GDBN}'.
3990
3991 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3992
3993 * gdb.texinfo (titlepage): Remove dedication.
3994 (In Memoriam): New appendix.
3995
3996 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3997 Eli Zaretskii <eliz@gnu.org>
3998
3999 * gdb.texinfo (Index Section Format): Change the version to 5.
4000 Describe the different formula.
4001
4002 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4003 Eli Zaretskii <eliz@gnu.org>
4004
4005 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4006 for disconnected tracing.
4007 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4008 extended-remote relationship. Mention --once.
4009 (TCP port allocation lifecycle of @code{gdbserver}): New.
4010
4011 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4012
4013 * gdb.texinfo (Server): Improve indexing. Index all optional
4014 switches to gdbserver.
4015
4016 2011-04-20 Tom Tromey <tromey@redhat.com>
4017
4018 * gdb.texinfo (Index Section Format): New node.
4019 (Top): Add new node to menu.
4020
4021 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4022
4023 * gdb.texinfo (Maintenance Commands): Document `maint print
4024 remote-registers'.
4025
4026 2011-04-20 Tom Tromey <tromey@redhat.com>
4027
4028 * gdb.texinfo (Trace File Format): Move node later.
4029
4030 2011-04-19 Tom Tromey <tromey@redhat.com>
4031
4032 * gdbint.texinfo (Register Information Functions): Remove
4033 duplicate "the".
4034 * gdb.texinfo (Emacs): Remove duplicate "to".
4035 (GDB/MI Variable Objects): Remove duplicate "the".
4036 (General Query Packets): Likewise.
4037
4038 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4039
4040 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4041 "GDB/MI Ada Exception Information" node.
4042
4043 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4044
4045 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4046 the "exception-name" field in the *stopped async record.
4047
4048 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4049 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4050
4051 Implement support for PowerPC BookE ranged breakpoints.
4052 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4053
4054 2011-03-28 Tom Tromey <tromey@redhat.com>
4055
4056 * gdb.texinfo (Set Tracepoints): Fix typo.
4057
4058 2011-03-24 Tom Tromey <tromey@redhat.com>
4059
4060 * gdb.texinfo (Specify Location): Document `function:label'
4061 linespec.
4062
4063 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4064
4065 PR python/12149
4066
4067 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4068
4069 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4070
4071 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4072 (Inferiors In Python): Likewise.
4073 (Threads In Python): Likewise.
4074 (Symbols In Python): Likewise.
4075 (Objfiles In Python): Likewise.
4076 (Symbol Tables In Python): Likewise.
4077
4078 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4079
4080 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4081 display>: Explain that the commands accept number ranges.
4082
4083 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4084
4085 * gdb.texinfo (Breakpoints In Python): Add description and example
4086 of Python stop function operation.
4087
4088 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4089
4090 * gdb.texinfo (Parameters In Python): Document get_set_string and
4091 get_show_string methods.
4092
4093 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4096
4097 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4098 circular-trace-buffer name.
4099
4100 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4103 in the previous change.
4104
4105 2011-02-27 Michael Snyder <msnyder@vmware.com>
4106
4107 * gdb.texinfo (Inferiors and Programs): Update commands to show
4108 that they can accept multiple arguments.
4109
4110 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4111
4112 Revert the following patch (code patch was not approved):
4113 2011-02-21 Hui Zhu <teawater@gmail.com>
4114 * agentexpr.texi (bytecode descriptions): add printf.
4115 * gdb.texinfo (tracepoint action lists): add printf.
4116
4117 2011-02-23 Doug Evans <dje@google.com>
4118
4119 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4120
4121 2011-02-23 Michael Snyder <msnyder@vmware.com>
4122
4123 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4124 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4125 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4126
4127 2011-02-22 Doug Evans <dje@google.com>
4128
4129 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4130 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4131 add description of result, fix @defun formatting.
4132
4133 2011-02-21 Hui Zhu <teawater@gmail.com>
4134
4135 * agentexpr.texi (Bytecode Descriptions): Add printf.
4136 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4137
4138 2011-02-18 Tom Tromey <tromey@redhat.com>
4139
4140 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4141
4142 2011-02-14 Michael Snyder <msnyder@vmware.com>
4143
4144 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4145 Document new command "thread find".
4146
4147 2011-02-14 Michael Snyder <msnyder@vmware.com>
4148
4149 * gdb.texinfo (Threads): Update example of new thread message.
4150
4151 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4152
4153 * gdb.texinfo (Remote Configuration): Mention set/show remote
4154 traceframe-info.
4155 (Tools/Packages Optional for Building GDB): Mention that expat is
4156 used for traceframe info.
4157 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4158 (General Query Packets) <qSupported>: Describe the
4159 qXfer:traceframe-info:read feature.
4160 (qXfer::read): Describe qXfer:traceframe-info:read.
4161 (Traceframe Info Format): New section.
4162
4163 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4164
4165 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4166 for casts and unary operators.
4167
4168 2011-02-04 Tom Tromey <tromey@redhat.com>
4169
4170 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4171 is not useful.
4172
4173 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4174
4175 * gdb.texinfo: s/value optimized out/optimized out/g
4176
4177 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4178
4179 * gdb.texinfo (Other Misc Settings): Rework part of the
4180 documentation of the "set interactive mode" command.
4181
4182 2011-01-19 Tom Tromey <tromey@redhat.com>
4183
4184 * gdb.texinfo (Threads): Document thread name output and `thread
4185 name' command.
4186 (Threads In Python): Document Thread.name attribute.
4187 (GDB/MI Thread Commands): Document thread attributes.
4188
4189 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4190
4191 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4192 changes in mi/mi-cmd-disas.c
4193
4194 2011-01-12 Tom Tromey <tromey@redhat.com>
4195
4196 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4197 Fix "thread apply" text.
4198
4199 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4200 Thiago Jung Bauermann <bauerman@br.ibm.com>
4201
4202 Implement support for PowerPC BookE ranged watchpoints.
4203 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4204 the "set powerpc exact-watchpoints" flag.
4205
4206 2011-01-07 Tom Tromey <tromey@redhat.com>
4207
4208 * gdb.texinfo (Python API): Add descriptions to @menu items.
4209
4210 2011-01-06 Tom Tromey <tromey@redhat.com>
4211
4212 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4213
4214 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4215
4216 * gdb.texinfo (Debugging Output): Document "set debug jit".
4217
4218 2011-01-06 Tom Tromey <tromey@redhat.com>
4219
4220 PR python/12133:
4221 * gdb.texinfo (Frames In Python): Document various frame
4222 constants.
4223
4224 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4225
4226 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4227 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4228 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4229
4230 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4231
4232 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4233 (clean): Add GDBvn.texi.
4234
4235 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4236
4237 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4238 occasional case where the debugger prints an array address
4239 instead of the array itself.
4240
4241 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4242
4243 * gdb.texinfo (Packets) <read registers packet>: Document support
4244 for registers that were not collected.
4245
4246 2010-12-15 Doug Evans <dje@google.com>
4247
4248 * gdb.texinfo (Startup): Document auto-loading of scripts during
4249 startup.
4250 (Auto-loading): Delete "maint set python auto-load on|off".
4251 Add "set auto-load-scripts on|off".
4252
4253 2010-12-07 Doug Evans <dje@google.com>
4254
4255 * gdb.texinfo (Mode Options): Document -data-directory.
4256 (Data Files): Add reference to -data-directory.
4257
4258 2010-11-29 Doug Evans <dje@google.com>
4259
4260 * gdb.texinfo (Pretty-Printer Introduction): Change
4261 printer-name:subprinter-name to printer-name;subprinter-name.
4262
4263 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4264
4265 PR python/12199
4266
4267 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4268
4269 2010-11-23 Tom Tromey <tromey@redhat.com>
4270
4271 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4272 (Editing): Likewise.
4273 (Command History): Likewise.
4274 (TUI Keys): Likewise.
4275 (Bug Reporting): Conditionally include rluser.texi and
4276 inc-history.texinfo.
4277 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4278 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4279 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4280 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4281 (gdb.pdf): Likewise.
4282 (gdb.info): Likewise.
4283 (gdb/index.html): Likewise.
4284
4285 2010-11-23 Tom Tromey <tromey@redhat.com>
4286
4287 * Makefile.in (Makefile): Run ../config.status.
4288 (distclean): Update.
4289 * configure: Remove.
4290 * configure.ac: Remove.
4291
4292 2010-11-12 Tom Tromey <tromey@redhat.com>
4293
4294 * gdb.texinfo (Basic Python): Update. Add xref.
4295 (Exception Handling): Document new exception classes.
4296 (Types In Python): Update.
4297 (Frames In Python): Update.
4298
4299 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4300
4301 * gdb.texinfo (Breakpoints In Python): Document "internal"
4302 parameter, and visible attribute.
4303
4304 2010-11-05 Doug Evans <dje@google.com>
4305
4306 * gdb.texinfo (Source Path): Document "set directories".
4307
4308 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4309
4310 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4311 (OpenCL C): New node.
4312
4313 2010-11-02 Doug Evans <dje@google.com>
4314
4315 * gdb.texinfo (Pretty Printing): Expand into three sections,
4316 introduction, example, and commands.
4317 (Python API): Delete section Disabling Pretty-Printers, merge into
4318 Selecting Pretty-Printers.
4319 (Writing a Pretty-Printer): New section. Move the pretty-printer
4320 example here, and reformat to match python coding style. Add a second
4321 example using the gdb.printing module.
4322 (Python modules): Add gdb.printing.
4323
4324 2010-10-29 Doug Evans <dje@google.com>
4325
4326 * gdb.texinfo (Python): Fix long line.
4327
4328 2010-10-20 Doug Evans <dje@google.com>
4329
4330 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4331 All references updated. Correct sections marked as subsections.
4332 (Coding Standards): New chapter. Move the coding standard related
4333 subsections here. Add section on Python coding standards.
4334
4335 2010-10-13 Doug Evans <dje@google.com>
4336
4337 * gdb.texinfo (Python): Add "Python modules".
4338 (Types in Python): Add reference to gdb.types section.
4339 (Python modules): New node.
4340
4341 2010-10-11 Doug Evans <dje@google.com>
4342
4343 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4344 Python" from gdb.Value.type description.
4345
4346 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4347
4348 * gdb.texinfo (Ravenscar Profile): New node.
4349
4350 2010-09-22 Tom Tromey <tromey@redhat.com>
4351
4352 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4353
4354 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4355
4356 * gdb.texinfo (Values From Inferior): Clarify that
4357 value.dynamic_type works only in C++ programs with RTTI.
4358
4359 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4360
4361 * gdb.texinfo (Character Sets): Correctly reference host-charset
4362 in example.
4363
4364 2010-09-13 Tom Tromey <tromey@redhat.com>
4365
4366 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4367 Document "fullname" and "from".
4368
4369 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4370
4371 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4372 feature `reverse' output by -list-target-features.
4373
4374 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4375
4376 * gdb.texinfo (i386 Features): Remove an extra "@item".
4377
4378 2010-08-30 Tom Tromey <tromey@redhat.com>
4379
4380 PR python/11792:
4381 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4382
4383 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4384
4385 * gdb.texinfo (ARM Features): Document
4386 org.gnu.gdb.arm.m-profile.
4387
4388 2010-08-23 Tom Tromey <tromey@redhat.com>
4389
4390 PR python/11145:
4391 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4392 reinterpret_cast methods.
4393
4394 2010-08-23 Tom Tromey <tromey@redhat.com>
4395
4396 PR python/11915:
4397 * gdb.texinfo (Types In Python): Document array method.
4398
4399 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4400
4401 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4402
4403 2010-08-16 Tom Tromey <tromey@redhat.com>
4404
4405 * gdb.texinfo (Set Watchpoints): Document -location option.
4406
4407 2010-08-13 Doug Evans <dje@google.com>
4408
4409 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4410
4411 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4412
4413 * gdb.texinfo (GDB/MI Data Manipulation): Document
4414 -data-read-memory-raw and -data-write-memory-raw.
4415
4416 2010-08-11 Tom Tromey <tromey@redhat.com>
4417 Phil Muldoon <pmuldoon@redhat.com>
4418
4419 * gdb.texinfo (Basic Python): Describe post_event API.
4420
4421 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4422
4423 * gdb.texinfo (Basic Python): Describe solib_address and
4424 decode_line Python APIs
4425
4426 2010-08-10 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.texinfo (Pretty Printing API): Document
4429 gdb.default_visualizer.
4430
4431 2010-08-10 Tom Tromey <tromey@redhat.com>
4432
4433 Revert gdb-add-index addition:
4434 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4435
4436 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4437 Eli Zaretskii <eliz@gnu.org>
4438
4439 * gdb.texinfo (Mode Options) <-batch>
4440 (Basic Python) <gdb.execute>: Describe setting width and height.
4441
4442 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4443
4444 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4445
4446 2010-07-30 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.texinfo (Index Files): Mention gdb-add-index.
4449
4450 2010-07-30 Hui Zhu <teawater@gmail.com>
4451
4452 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4453 "detach inferior" and "kill inferior".
4454
4455 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4456
4457 * gdb.texinfo (Machine Code): Update description of two forms of
4458 arguments, and add new example to demonstrate the new form.
4459
4460 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4461
4462 * gdb.texinfo (Values From Inferior): Add value inferior function
4463 call description.
4464
4465 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4468
4469 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4470 Eli Zaretskii <eliz@gnu.org>
4471
4472 Make core files the process_stratum.
4473 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4474 record_stratum example.
4475
4476 2010-07-13 Tom Tromey <tromey@redhat.com>
4477
4478 * gdb.texinfo (Index Files): New node.
4479
4480 2010-07-13 Tom Tromey <tromey@redhat.com>
4481
4482 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4483
4484 2010-07-13 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.texinfo (Specify Location): Document labels.
4487
4488 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4489
4490 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4491 entries for fast tracepoints and static tracepoints.
4492
4493 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4494
4495 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4496 qsThreadInfo>: Spell out `l' as ell.
4497
4498 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4499
4500 * gdb.texinfo (Convenience Variables): Document $_sdata.
4501 (Commands to Set Tracepoints): Describe static tracepoints. Add
4502 `Listing Static Tracepoint Markers' menu entry. Document
4503 "strace".
4504 (Tracepoint Action Lists): Document collecting $_sdata.
4505 (Listing Static Tracepoint Markers): New subsection.
4506 (Tracepoints support in gdbserver): Mention static tracepoints.
4507 (remote packets, enabling and disabling): Mention
4508 read-sdata-object.
4509 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4510 and StaticTracepoint.
4511 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4512 Document qXfer:sdata:read.
4513 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4514
4515 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4516
4517 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4518
4519 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4520 Tom Tromey <tromey@redhat.com>
4521 Thiago Jung Bauermann <bauerman@br.ibm.com>
4522
4523 * gdb.texinfo (Inferiors In Python): New node.
4524 * gdb.texinfo (Threads In Python): New node.
4525
4526 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4527
4528 * gdb.texinfo (Python): Document what the python directory is
4529 and what its location is.
4530 (Basic Python): Document the gdb.PYTHONDIR constant.
4531
4532 2010-06-25 Tom Tromey <tromey@redhat.com>
4533
4534 PR python/10808:
4535 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4536
4537 2010-06-24 Hui Zhu <teawater@gmail.com>
4538
4539 * gdb.texinfo: (Commands for Controlled Output): Add
4540 documentation for command "eval".
4541
4542 2010-06-21 Stan Shebs <stan@codesourcery.com>
4543
4544 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4545 * annotate.texinfo: Ditto.
4546 * gdbint.texinfo: Ditto.
4547 * stabs.texinfo: Ditto.
4548
4549 2010-06-22 Hui Zhu <teawater@gmail.com>
4550
4551 * gdb.texinfo: (Process Record and Replay): Add documentation
4552 for command "set record memory-query".
4553
4554 2010-06-21 Stan Shebs <stan@codesourcery.com>
4555
4556 * gdb.texinfo: Relicense under GFDL version 1.3.
4557 * annotate.texinfo: Relicense under GFDL version 1.3.
4558 * gdbint.texinfo: Relicense under GFDL version 1.3.
4559 * stabs.texinfo: Relicense under GFDL version 1.3.
4560 * fdl.texi: Update to version 1.3.
4561
4562 2010-06-18 Stan Shebs <stan@codesourcery.com>
4563
4564 * gdb.texinfo (Operating System Auxiliary Information): Describe
4565 "info os" when no arguments given.
4566
4567 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4568 $_thread.
4569
4570 2010-06-18 Hui Zhu <teawater@gmail.com>
4571
4572 * gdb.texinfo: (Process Record and Replay): Add documentation
4573 for commands "record save" and "record restore".
4574
4575 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 * gdb.texinfo: Include information about the correct use
4578 of addresses in the `watch' command.
4579
4580 2010-06-11 Stan Shebs <stan@codesourcery.com>
4581
4582 * gdb.texinfo (Observer Mode): New section.
4583 (General Query Packets): Document QAllow.
4584
4585 2010-06-04 Doug Evans <dje@google.com>
4586
4587 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4588
4589 2010-06-03 Doug Evans <dje@google.com>
4590
4591 * gdbint.texinfo (Coding): Add subsection on command names.
4592
4593 2010-06-02 Tom Tromey <tromey@redhat.com>
4594
4595 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4596 always-disassemble.
4597
4598 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4599
4600 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4601 gdbserver, and add cross reference.
4602 (Tracepoints support in gdbserver): New subsection.
4603
4604 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4605
4606 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4607 `qRelocInsn' feature.
4608 (Relocate instruction reply packet): New subsection
4609 of `Tracepoint Packets'.
4610 (Tracepoint Packets): Mention that packets QTDP and QTStart
4611 support the qRelocInsn request, and add cross reference to new
4612 subsection.
4613
4614 2010-05-25 Doug Evans <dje@google.com>
4615
4616 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4617 (Commands In Python): Document gdb.string_to_argv.
4618
4619 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4620
4621 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4622 ATTR_NORETURN.
4623
4624 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4625 Tom Tromey <tromey@redhat.com>
4626 Thiago Jung Bauermann <bauerman@br.ibm.com>
4627
4628 * gdb.texinfo (Parameters In Python): New Node.
4629
4630 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4631
4632 * gdb.texinfo: (Summary) Add mention about D language support.
4633 (Filenames): Add D suffixes.
4634 (D): New node.
4635
4636 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4637
4638 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4639 of macro deleted from GDB code.
4640
4641 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4642
4643 * gdb.texinfo (Commands to specify files): Describe what how GDB
4644 looks up DOS-based filesystem paths on the system root. Document
4645 the new `set/show target-file-system-kind' commands.
4646
4647 2010-04-23 Doug Evans <dje@google.com>
4648
4649 * gdb.texinfo (Python): Move Auto-loading section here ...
4650 (Python API): from here.
4651 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4652 (Maintenance Commands): Add docs for "maint print section-scripts".
4653
4654 2010-04-20 Chris Moller <cmoller@redhat.com>
4655
4656 * gdb.texinfo (Setting Breakpoints): Added description of
4657 filename-qualified rbreak.
4658 * refcard.tex (Breakpoints and Watchpoints): Added brief
4659 description of filename-qualified rbreak.
4660
4661 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4662
4663 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4664 (Python API): Change the reference to Pretty Printing API.
4665 (Pretty Printing): Move the user part under the Data node. Reformat
4666 the sample output to 72 columns. Create a new reference to Pretty
4667 Printing API. Rename the API part ...
4668 (Pretty Printing API): To a new node name.
4669 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4670 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4671
4672 2010-04-21 Stan Shebs <stan@codesourcery.com>
4673
4674 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4675 and commands.
4676 (Listing Tracepoints): Update to reflect current behavior.
4677
4678 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4679
4680 * gdb.texinfo (Examining memory): Update for change in string
4681 display with explicit size.
4682
4683 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4684
4685 PR breakpoints/8554.
4686
4687 * gdb.texinfo (Save Breakpoints): New node.
4688 (save-tracepoints): Rename to ...
4689 (save tracepoints): ... this. Mention that `save-tracepoints' is
4690 a deprecated alias to `save tracepoints'.
4691
4692 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4693
4694 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4695 (info w32 thread-information-block): Document new command.
4696 (qGetTIBAddress): Document new gdbserver query.
4697 (maint set/show show-all-tib): Document new command.
4698
4699 2010-04-15 Doug Evans <dje@google.com>
4700
4701 * gdb.texinfo (Python API): Add progspaces section.
4702 (Selecting Pretty-Printers): Progspace pretty-printers are
4703 searched too.
4704 (Progspaces In Python): New section.
4705
4706 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4707
4708 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4709
4710 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4711 returns None.
4712
4713 2010-04-09 Stan Shebs <stan@codesourcery.com>
4714
4715 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4716 Describe the `frames-created' field, tweak grammar.
4717
4718 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4719
4720 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4721 Describe the `circular' and `disconnected' fields.
4722
4723 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4724
4725 * gdb.texinfo (maint print registers): Mention unavailable and
4726 invisible registers.
4727
4728 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4729 Thiago Jung Bauermann <bauerman@br.ibm.com>
4730 Tom Tromey <tromey@redhat.com>
4731
4732 * gdb.texinfo (Breakpoints In Python): New Node.
4733
4734 2010-04-08 Stan Shebs <stan@codesourcery.com>
4735
4736 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4737 trace status fields.
4738
4739 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4740
4741 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4742 optional. Make org.gnu.gdb.i386.avx requires
4743 org.gnu.gdb.i386.avx.
4744
4745 2010-04-08 Doug Evans <dje@google.com>
4746
4747 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4748 search path, and document that gdb only scans the search path if
4749 the script's path doesn't specify a directory.
4750
4751 2010-04-05 Doug Evans <dje@google.com>
4752
4753 * gdb.texinfo (maint show python auto-load): Fix typo.
4754
4755 2010-04-04 Stan Shebs <stan@codesourcery.com>
4756
4757 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4758 (Setting Watchpoints): Update description of "info watch".
4759 (Disabling Breakpoints): Only "info break" lists all.
4760
4761 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4762 (tdump): Explain how tdump works.
4763
4764 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4765
4766 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4767 add cross reference.
4768
4769 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4770
4771 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4772 commands error out.
4773
4774 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4775
4776 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4777
4778 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4779
4780 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4781
4782 2010-03-29 Stan Shebs <stan@codesourcery.com>
4783 Nathan Sidwell <nathan@codesourcery.com>
4784
4785 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4786 GDBN equivalent.
4787 (Set Tracepoints): Remove mention that conditional tracepoints
4788 don't exist.
4789 (Tracepoint Actions): Clarify when while-stepping collection
4790 happens, note that while-stepping does not automatically collect
4791 $pc.
4792
4793 2010-03-29 Stan Shebs <stan@codesourcery.com>
4794
4795 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4796 (General Query Packets): Describe TracepointSource.
4797
4798 2010-03-27 Matt Rice <ratmice@gmail.com>
4799
4800 * gdb.texinfo (ARM): Document arguments to "target sim".
4801 (Set Catchpoints): Use @dots{} instead of @r{...}.
4802
4803 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4804
4805 * gdb.texinfo (Tracepoint Packets): Remove mention that
4806 terror:string may be plain text, and drop mention of X prefix.
4807
4808 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4809
4810 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4811
4812 2010-03-24 Stan Shebs <stan@codesourcery.com>
4813
4814 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4815
4816 2010-03-24 Tom Tromey <tromey@redhat.com>
4817
4818 PR breakpoints/9352:
4819 * gdb.texinfo (Break Commands): Update.
4820
4821 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4822
4823 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4824 commands.
4825
4826 2010-03-16 Stan Shebs <stan@codesourcery.com>
4827
4828 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4829 circular-trace-buffer.
4830 (Tracepoint Packets): Describe QTBuffer, and details of the
4831 qTStatus reply.
4832
4833 2010-03-12 Stan Shebs <stan@codesourcery.com>
4834 Nathan Sidwell <nathan@codesourcery.com>
4835
4836 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4837 doing instruction stepping.
4838 (Tracepoint Restrictions): New node.
4839
4840 2010-03-10 Tom Tromey <tromey@redhat.com>
4841
4842 * gdbint.texinfo (Symbol Handling): Update.
4843
4844 2010-03-08 Tom Tromey <tromey@redhat.com>
4845
4846 PR cli/9591:
4847 * gdb.texinfo (Mode Options): Mention lack of pagination and
4848 confirmation with --batch.
4849 (Screen Size): Mention --batch.
4850 (Messages/Warnings): Likewise.
4851
4852 2010-03-05 Tom Tromey <tromey@redhat.com>
4853
4854 * gdb.texinfo (Basic Python): Document target_charset and
4855 target_wide_charset.
4856
4857 2010-03-05 Tom Tromey <tromey@redhat.com>
4858
4859 * gdb.texinfo (Data): Link to pretty-printing.
4860 (Output Formats): Likewise. Correct text.
4861
4862 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4863
4864 * gdb.texinfo (Types): Describe <struct> and <flags>.
4865
4866 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4867
4868 * gdb.texinfo (Frames In Python): Add block parameter and
4869 description to read_var text.
4870
4871 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4872 Tom Tromey <tromey@redhat.com>
4873
4874 * gdb.texinfo (Types In Python): Describe block argument in
4875 template_argument and gdb.lookup_type.
4876
4877 2010-02-24 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Cygwin Native): Fix typo.
4880
4881 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4882
4883 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4884 and select method descriptions.
4885 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4886 Tables in Python to menu.
4887 (Blocks In Python): New node.
4888 (Symbols In Python): New node.
4889 (Symbol Tables in Python): New node.
4890
4891 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4892
4893 Multiexec MI
4894
4895 gdb/
4896 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4897
4898 gdb/doc/
4899 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4900 changes.
4901 (GDB/MI Program Execution): Document current behaviour of
4902 --all and --thread-group.
4903 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4904 -remove-inferior.
4905 * observer.texi (inferior_added, inferior_removed): New
4906 observers.
4907
4908 2010-02-19 Tom Tromey <tromey@redhat.com>
4909
4910 * gdbint.texinfo (Getting Started): Fix @node.
4911 (Debugging GDB): Likewise.
4912
4913 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4914
4915 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4916 documenting the gdb_test_timeout variable.
4917
4918 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4919
4920 * gdb.texinfo (MI commands): Added documentation of --reverse
4921 option to a set of MI commands. Restructured documentation of MI
4922 commands --exec-continue to reflect the complexity of reverse
4923 execution.
4924
4925 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4926
4927 * gdb.texinfo (Using the Collected Data): Specify that the address
4928 range of `tfind outsize' is exclusive, and that the address range
4929 of `tfind range' is inclusive.
4930 (Tracepoint Packets): Specify that the address range of
4931 `QTFrame:range' is inclusive, and that the address range of
4932 `QTFrame:outside' is exclusive
4933
4934 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4935
4936 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4937
4938 2010-02-10 Tom Tromey <tromey@redhat.com>
4939
4940 * gdb.texinfo (Debugging Output): Document set debug parser and
4941 show debug parser.
4942
4943 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4944
4945 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4946 i386_eflags and i386_mxcsr.
4947
4948 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4949
4950 * gdb.texinfo: Document i386 target features.
4951
4952 2010-02-05 Doug Evans <dje@google.com>
4953
4954 * gdbint.texinfo (Testsuite): Add a new section to document the
4955 various DejaGnu variables that may be overridden.
4956 Document INTERNAL_GDBFLAGS.
4957
4958 2010-02-04 Tom Tromey <tromey@redhat.com>
4959
4960 PR cli/8830:
4961 * gdb.texinfo (Files): -readnow comes before the filename for file
4962 and symbol-file.
4963
4964 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4965
4966 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4967 Document ARM breakpoint types.
4968 (Register Packet Format): Move into the new section.
4969 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4970
4971 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4972
4973 * gdb.texinfo (File Options): Adjust the documentation of this
4974 switch to refer to the "source" command rather than partially
4975 duplicating some of the relevant information.
4976 (Extending GDB): Introduce and document the set/show script-extension
4977 setting.
4978 (Command Files): Add note explaining that the "source" command
4979 is also used to evalute scripts written in other languages.
4980 Remove the short slightly incorrect reference to sourcing Python
4981 scripts.
4982 (Python Commands): Document how to execute a Python script from GDB.
4983
4984 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4985
4986 * gdb.texinfo (Command Files): Fix typo.
4987
4988 2010-01-18 Tom Tromey <tromey@redhat.com>
4989
4990 * gdb.texinfo (File Options): Document -x on .py files.
4991 (Command Files): Document handling of Python scripts.
4992
4993 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4994
4995 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4996
4997 2010-01-15 Stan Shebs <stan@codesourcery.com>
4998
4999 * gdb.texinfo (Trace Files): New section.
5000 (Tracepoint Packets): Document QTSave and qTBuffer.
5001 (Trace File Format): New appendix.
5002
5003 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5004
5005 * gdb.texinfo (Values From Inferior): Document lazy_string value
5006 method.
5007 (Python API): Add Lazy strings menu item.
5008 (Lazy Strings In Python): New node.
5009
5010 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5011
5012 * gdb.texinfo (GDB/MI Thread Information): New.
5013 (GDB/MI Async Records): Document the core field in *stopped.
5014 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5015 documentation
5016 (Process list): Document that osdata document may contain
5017 threads.
5018 (Remote Serial Protocol): Document qXfer:threads.
5019
5020 2010-01-06 Stan Shebs <stan@codesourcery.com>
5021
5022 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5023 disconnected tracing.
5024 (Tracepoint Packets): Document new protocol.
5025
5026 2010-01-05 Stan Shebs <stan@codesourcery.com>
5027
5028 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5029 tracepoints.
5030 (Tracepoint Packets): Describe remote protocol for fast
5031 tracepoints.
5032
5033 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5034
5035 Update the "Start of New Year Procedure".
5036 * gdbint.texinfo: Add the list of files that need to be updated
5037 manually. Minor reformatting.
5038
5039 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5040
5041 * refcard.tex: Update copyright year in header and text.
5042
5043 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5044
5045 * agentexpr.texi: Add 2010 to the list of copyright years.
5046 * annotate.texinfo: Likewise.
5047 * gdb.texinfo: Likewise.
5048 * gdbint.texinfo: Likewise.
5049 * observer.texi: Likewise.
5050 * stabs.texinfo: Likewise.
5051
5052 2009-12-31 Stan Shebs <stan@codesourcery.com>
5053
5054 * gdb.texinfo (Tracepoint Actions): Describe teval.
5055
5056 2009-12-29 Stan Shebs <stan@codesourcery.com>
5057
5058 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5059
5060 2009-12-28 Stan Shebs <stan@codesourcery.com>
5061
5062 * gdb.texinfo (Trace State Variables): New section.
5063 (Tracepoint Packets): Describe trace state variable packets.
5064 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5065 variable bytecodes.
5066
5067 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5068
5069 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5070 declarations.
5071
5072 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5073
5074 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5075 -gdb-exit behaviour.
5076
5077 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5078
5079 * gpl.texi: Update to version 3 of the GPL.
5080
5081 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5082
5083 * Makefile.in: Update copyright header.
5084 * observer.texi: Fix the copyright header of the generated files.
5085
5086 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5087
5088 * gdb.texinfo (Types In Python): Describe range function.
5089
5090 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5091
5092 * gdb.texinfo (Types In Python): Describe "is_base_class".
5093
5094 2009-12-03 Tom Tromey <tromey@redhat.com>
5095
5096 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5097
5098 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5099
5100 * observer.texi: New memory_changed observer.
5101
5102 2009-12-01 Tom Tromey <tromey@redhat.com>
5103
5104 * gdb.texinfo (Reverse Execution): Fix typo.
5105
5106 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5107
5108 PR gdb/8704
5109
5110 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5111 are allowed after the breakpoint condition.
5112
5113 2009-11-23 Tom Tromey <tromey@redhat.com>
5114
5115 PR python/10782:
5116 * gdb.texinfo (Types In Python): Document Type.pointer.
5117
5118 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5119
5120 * gdb.texinfo (Machine Code): Adjust.
5121
5122 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5123
5124 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5125 (Using Agent Expressions): Delete cross reference.
5126
5127 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5128
5129 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5130 and @settitle directives up to help makeinfo find them.
5131
5132 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5133
5134 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5135 (Auto-loading): Use plural and note one can use multiple components now.
5136
5137 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5138
5139 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5140 -stack-list-arguments have the same documentation for parameter
5141 as -stack-list-locals. Add comas.
5142
5143 2009-10-27 Tom Tromey <tromey@redhat.com>
5144 Eli Zaretskii <eliz@gnu.org>
5145
5146 PR python/10781
5147
5148 * gdb.texinfo (Values From Inferior): Document cast method.
5149
5150 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5151
5152 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5153 and adjust example.
5154
5155 2009-10-22 Michael Snyder <msnyder@vmware.com>
5156
5157 * gdb.texinfo (Process Record and Replay): Document new form of
5158 info record command. Also document the new save and restore
5159 commands.
5160
5161 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5162
5163 * gdb.texinfo (Machine Code): Mention current pc marker.
5164 (Memory): Likewise.
5165
5166 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5167 Stan Shebs <stan@codesourcery.com>
5168
5169 * observer.texi (new_inferior): Rename to...
5170 (inferior_appeared): ... this.
5171
5172 * gdb.texinfo (Inferiors): Rename node to ...
5173 (Inferiors and Programs): ... this. Mention running multiple
5174 programs in the same debug session.
5175 <info inferiors>: Mention the new 'Executable' column if "info
5176 inferiors". Update examples. Document the "add-inferior",
5177 "clone-inferior", "remove-inferior" and "maint info
5178 program-spaces" commands.
5179 (Process): Rename node to...
5180 (Forks): ... this. Document "set|show follow-exec-mode".
5181
5182 2009-10-11 Michael Snyder <msnyder@vmware.com>
5183
5184 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5185 (ReverseContinue): Ditto.
5186
5187 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5188
5189 * gdb.texinfo (Server): Document libthread-db-search-path.
5190
5191 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5194
5195 2009-10-06 Michael Eager <eager@eagercon.com>
5196
5197 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5198 (Embedded Processors): Add MicroBlaze.
5199 (MicroBlaze): New. Describe Xilinx MicroBlaze
5200
5201 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5202
5203 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5204
5205 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5206
5207 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5208
5209 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5210
5211 * observer.texi (solib_unloaded): Document explicitly the fact that
5212 this observer is called before the associated symbols are unloaded.
5213
5214 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5215
5216 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5217 -stack-list-variables.
5218
5219 2009-09-18 Tom Tromey <tromey@redhat.com>
5220
5221 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5222 is experimental.
5223
5224 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5225
5226 * gdb.texinfo (convenince variables): Mention
5227 $_siginfo could be empty.
5228
5229 2009-09-15 Tom Tromey <tromey@redhat.com>
5230
5231 * gdb.texinfo (GDB/MI Variable Objects): Document
5232 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5233 Expand -var-update documentation.
5234
5235 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5236
5237 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5238 feature.
5239
5240 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5241
5242 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5243
5244 2009-09-10 Michael Snyder <msnyder@vmware.com>
5245
5246 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5247 ReverseStep replies to the qSupported query.
5248
5249 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5250
5251 Add documentation for set/show interactive-mode.
5252 * gdb.texinfo (Other Misc Settings): New node.
5253
5254 2009-09-01 Doug Evans <dje@google.com>
5255
5256 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5257 non-stop mode's affect on remote caching.
5258
5259 2009-08-31 Jacob Potter <jdpotter@google.com>
5260 Doug Evans <dje@google.com>
5261
5262 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5263 Mark `set/show remotecache' options as obsolete.
5264 Document new `set/show stack-cache' option.
5265 Update text for `info dcache'.
5266
5267 2009-08-27 Doug Evans <dje@google.com>
5268
5269 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5270 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5271
5272 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5273
5274 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5275 about autoconf.
5276
5277 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5278
5279 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5280 small example, and describe its columns. Replace "inferior-id" by
5281 "infno" throughout.
5282
5283 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5284
5285 * gdbint.texinfo (Releasing GDB): Point to
5286 README-maintainer-mode file for required autoconf version.
5287 * configure.ac: Do not substitute datarootdir, htmldir,
5288 pdfdir, docdir. Do not process --with-datarootdir,
5289 --with-htmldir, --with-pdfdir, --with-docdir.
5290 * configure: Regenerate.
5291
5292 * configure: Regenerate.
5293
5294 2009-08-20 Reid Kleckner <reid@kleckner.net>
5295
5296 * gdb.texinfo: Add chapter on JIT interface.
5297
5298 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5299
5300 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5301 confirmation request.
5302
5303 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5304
5305 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5306 CRC definitions.
5307
5308 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5309
5310 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5311 -break-commands.
5312
5313 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5314
5315 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5316 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5317
5318 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5319
5320 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5321 "set spu stop-on-load" and "show spu stop-on-load" commands.
5322
5323 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5324
5325 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5326
5327 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5328
5329 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5330 org.gnu.gdb.arm.neon.
5331
5332 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5333
5334 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5335 optional element.
5336 (subsection OS ABI): New subsection.
5337
5338 2009-07-14 Stan Shebs <stan@codesourcery.com>
5339
5340 * gdb.texinfo (Tracepoint Conditions): New section.
5341 (General Query Packets): Describe ConditionalTracepoints.
5342 (Tracepoint Packets): Describe condition field.
5343 (Maintenance Commands): Describe maint agent-eval.
5344 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5345
5346 2009-07-11 Hui Zhu <teawater@gmail.com>
5347
5348 * gdb.texinfo (disassemble): Add a new modifier /r
5349 to "disassemble" command to make it print the raw instructions
5350 in hex as well as in symbolic form.
5351
5352 2009-07-09 Tom Tromey <tromey@redhat.com>
5353
5354 * gdbint.texinfo (Testsuite): Document parallel make check.
5355
5356 2009-07-09 Tom Tromey <tromey@redhat.com>
5357
5358 * gdbint.texinfo (Testsuite): Document test transcripts.
5359
5360 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5361
5362 * gdb.texinfo (Values From Inferior): Add length parameter
5363 description.
5364
5365 2009-07-04 Chris Genly <chris@genly.us>
5366
5367 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5368 in -var-list-children. Fix example according to what the code
5369 does.
5370
5371 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5372
5373 * gdb.texinfo (Debugging multiple inferiors): Document the
5374 "inferior", "detach inferior" and "kill inferior" commands.
5375 (Debugging Programs with Multiple Processes): Adjust to mention
5376 generic "inferior" commands. Delete mention of "detach fork" and
5377 "delete fork". Cross reference to "Debugging multiple inferiors"
5378 section.
5379
5380 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5381
5382 * gdbint.texinfo (Item Output Functions): Update signature
5383 for ui_out_field_core_addr.
5384
5385 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5386
5387 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5388 Update example code extrated from breakpoint.c.
5389
5390 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5391
5392 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5393 MI commands.
5394 (GDB/MI Symbol Query): Likewise.
5395 (GDB/MI File Commands): Likewise.
5396 (GDB/MI File Transfer Commands): Likewise.
5397 (GDB/MI Target Manipulation): Likewise.
5398 (GDB/MI Miscellaneous Commands): Likewise.
5399
5400 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5401
5402 * gdb.texinfo (Debugging Optimized Code): New chapter.
5403 (Compiling for Debugging): Reference it. Move some
5404 text to the new section.
5405
5406 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5407
5408 * doc/gdb.texinfo (Calling): Document
5409 set-unwind-on-terminating-exception usage.
5410
5411 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5412
5413 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5414 command.
5415
5416 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5417
5418 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5419 references.
5420
5421 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5422
5423 * gdbint.texinfo: Rename formal parameters to gdbarch function
5424 protoypes from "current_gdbarch" to "gdbarch".
5425
5426 2009-05-28 Tom Tromey <tromey@redhat.com>
5427
5428 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5429
5430 2009-05-27 Tom Tromey <tromey@redhat.com>
5431
5432 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5433 feature.
5434 (GDB/MI Variable Objects): Document -var-set-visualizer.
5435
5436 2009-04-02 Tom Tromey <tromey@redhat.com>
5437
5438 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5439 feature.
5440 (GDB/MI Variable Objects): Document -var-set-visualizer.
5441
5442 2009-05-27 Tom Tromey <tromey@redhat.com>
5443 Thiago Jung Bauermann <bauerman@br.ibm.com>
5444 Phil Muldoon <pmuldoon@redhat.com>
5445
5446 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5447 (Pretty Printing): New node.
5448 (Selecting Pretty-Printers): Likewise.
5449 (Python API): Update.
5450 (Output Formats): Document /r format.
5451
5452 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5453 Tom Tromey <tromey@redhat.com>
5454
5455 * gdb.texinfo (Types In Python): New node.
5456 (Values From Inferior): "type" is now an attribute.
5457 (Python API): Update.
5458
5459 2009-05-27 Tom Tromey <tromey@redhat.com>
5460 Thiago Jung Bauermann <bauerman@br.ibm.com>
5461 Phil Muldoon <pmuldoon@redhat.com>
5462
5463 * gdb.texinfo: Add @syncodeindex for `tp'.
5464 (Python API): Update.
5465 (Auto-loading): New node.
5466 (Objfiles In Python): New node.
5467
5468 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5469
5470 * gdb.texinfo (Threads): Document libthread-db-search-path.
5471
5472 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5473
5474 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5475
5476 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5477
5478 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5479 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5480 show show-debug-regs' docs.
5481
5482 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5483
5484 * gdb.texinfo (Process Record and Replay): Add description of
5485 reverse execution.
5486
5487 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdbint.texinfo (Adding support for debugging core files): New node.
5490 (Native Debugging): Remove the ``Native core file Support'' section.
5491
5492 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5493
5494 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5495 Add index entries.
5496
5497 2009-04-30 Hui Zhu <teawater@gmail.com>
5498 Michael Snyder <msnyder@vmware.com>
5499
5500 * gdb.texinfo: (Process Record and Replay): Add documentation for
5501 process record and replay.
5502
5503 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5506 a new part on command-line defined macros.
5507
5508 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5509
5510 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5511 clarify the wording.
5512
5513 2009-04-23 Tom Tromey <tromey@redhat.com>
5514
5515 * gdb.texinfo (Data Files): New node.
5516 (GDB Files): Update menu.
5517
5518 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5519
5520 * gdbint.texinfo (Defining Other Architecture Features): Remove
5521 entry for PROCESS_LINENUMBER_HOOK.
5522
5523 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5524
5525 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5526
5527 2009-04-22 Hui Zhu <teawater@gmail.com>
5528
5529 * gdb.texinfo (disassemble-next-line): Set the default of
5530 disassemble-next-line to off.
5531
5532 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5533
5534 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5535 --with-htmldir): New.
5536 * configure: Regenerate.
5537 * Makefile.in (datarootdir, docdir): Define.
5538 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5539 instead of $(SET_TEXINPUTS).
5540 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5541 gdbint.info instead of $(SET_TEXINPUTS).
5542 (gdbint/index.html): Use same -I options as for building
5543 gdbint.info.
5544 (stabs.dvi, stabs.pdf): Use same -I options as for building
5545 stabs.info instead of $(SET_TEXINPUTS).
5546 (stabs/index.html): Use same -I options as for building
5547 stabs.info.
5548 (annotate.dvi, annotate.pdf): Use same -I options as for building
5549 annotate.info instead of $(SET_TEXINPUTS).
5550 (annotate/index.html): Use same -I options as for building
5551 annotate.info.
5552
5553 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5554
5555 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5556
5557 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5558
5559 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5560
5561 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5562 Joseph Myers <joseph@codesourcery.com>
5563
5564 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5565 (MAKEHTMLFLAGS): Set to empty.
5566 (html__strip_dir): Define.
5567 (HTMLFILES): Define.
5568 (HTMLFILES_INSTALL): Define.
5569 (install-html): Copy new automake rule.
5570 (html): Depend on $(HTMLFILES).
5571 (gdb_toc.html): Rename to gdb/index.html.
5572 (gdbint_toc.html): Rename to gdbint/index.html.
5573 (stabs_toc.html): Rename to stabs/index.html.
5574 (annotate_toc.html): Rename to annotate/index.html.
5575
5576 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5577
5578 * Makefile.in: Set pdfdir and htmldir from configure
5579 substitutions.
5580 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5581 * configure: Regenerate.
5582
5583 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5584
5585 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5586 This macro is no longer used.
5587
5588 2009-04-15 Tom Tromey <tromey@redhat.com>
5589
5590 * gdb.texinfo (Character Sets): Document default character set.
5591
5592 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5593
5594 * gdbint.texinfo: Change server name from sources.redhat.com to
5595 sourceware.org throughout.
5596
5597 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5598
5599 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5600 about a missing dot or coma after @xref.
5601
5602 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5603
5604 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5605 example, and add a small explanation about it.
5606 (Print Settings): Change the documentation of the "set print
5607 frame-arguments" to reflect the fact that the default is now "scalars".
5608
5609 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.texinfo (Print Settings): Add kindex for command "set
5612 print frame-arguments".
5613
5614 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5617 breakpoints.
5618 (Set Breaks): Add reference to thread-specific and task-specific
5619 breakpoints.
5620
5621 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5622
5623 * gdb.texinfo (Ada Tasks): Remove the documentation about
5624 the "Running" state, as this state has been eliminated.
5625 Now all runnable tasks are shown as "Runnable".
5626
5627 2009-03-30 Stan Shebs <stan@codesourcery.com>
5628
5629 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5630 special case of breakpoints.
5631 (Enable and Disable Tracepoints): Mention deprecation.
5632 (Listing Tracepoints): Update description and example.
5633
5634 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5635
5636 * gdb.texinfo (Frames in Python): New node.
5637 (Python API): Update.
5638
5639 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5640
5641 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5642 from a method to an attribute.
5643
5644 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5645
5646 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5647 attribute.
5648
5649 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5650
5651 * observer.texi (thread_exit): Add "silent" parameter.
5652
5653 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5654
5655 * observer.texi (about_to_proceed): New.
5656
5657 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5658
5659 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5660 field throughout to handle types with spaces in them. Fix typos
5661 found by aspell.
5662 (Summary, Requirements, Contributors): New first chapter,
5663 "Summary" added, old Requirements section moved there, and new
5664 section, "Contributors" added.
5665 (Initializing a New Architecture, Register Representation)
5666 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5667 (Porting gdb): These sections extended and updated.
5668 (Compiler Characteristics): This section (empty) deleted.
5669 (Defining Other Architecture Features): This section renamed and
5670 duplicate material removed from (formerly "Target Conditionals").
5671 Use braces {} in @deftypeXX type field throughout to handle types
5672 with spaces in them. Typos found by aspell fixed.
5673
5674 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5675 * stack_frame.pdf: Version of image for PDF output.
5676 * stack_frame.png: Version of image for HTML output and for Emacs.
5677 * stack_frame.txt: Version of image for Info output.
5678 * stack_frame.eps: Version of image for TeX DVI output.
5679
5680 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5681
5682 * gdb.texinfo (Character Sets): Fix last change.
5683
5684 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5685
5686 * gdb.texinfo (Values From Inferior): Fix optional arguments
5687 markup.
5688 (Commands In Python): Adjust argument names of gdb.Command.__init__
5689 to what the function accepts as keywords.
5690
5691 2008-03-20 Tom Tromey <tromey@redhat.com>
5692
5693 * gdb.texinfo (Convenience Vars): Document convenience functions.
5694 (Functions In Python): New node.
5695 (Python API): Update.
5696
5697 2009-03-20 Tom Tromey <tromey@redhat.com>
5698
5699 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5700 set target-wide-charset.
5701 (Requirements): Mention iconv.
5702
5703 2009-03-17 Hui Zhu <teawater@gmail.com>
5704
5705 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5706
5707 2009-03-17 Hui Zhu <teawater@gmail.com>
5708
5709 * gdb.texinfo: Add documentation for disassemble-next-line.
5710
5711 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5712
5713 * gdb.texinfo (Commands In Python): Remove tindex entries.
5714
5715 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5716
5717 * gdb.texinfo (Returning): New description for missing debug info.
5718
5719 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5720
5721 * gdb.texinfo (Remote Configuration): Document query-attached.
5722 (General Query Packets): Document qAttached.
5723
5724 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5725
5726 * gdb.texinfo (Background Execution): Better describe the set
5727 target-async command.
5728 (Maintenance Commands): Delete description of the `maint set/show
5729 linux-async' and `maint set/show remote-async' commands.
5730
5731 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5732
5733 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5734 between sentences.
5735
5736 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5737
5738 * gdb.texinfo (GDB/MI Async Records): Document the
5739 =library-loaded and =library-unloaded notifications.
5740
5741 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5742
5743 * observer.texi (test_notification): New observer.
5744
5745 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5746
5747 * observer.texi: Add parameter 'print_frame' to normal_stop
5748 observer.
5749
5750 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5751
5752 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5753 (Commands In Python): Fix COMMAND_* constants in last change. Use
5754 @kbd for interactive input. Add cross-references and index
5755 entries.
5756
5757 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5758
5759 * gdb.texinfo (Signals): Document $_siginfo.
5760 (Convenience Variables): Mention $_siginfo.
5761 (Remote Configuration): Document qXfer:siginfo:read,
5762 qXfer:siginfo:write packets, and the read-siginfo-object,
5763 write-siginfo-object commands.
5764
5765 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5766
5767 * gdbint.texinfo (Values): New chapter.
5768
5769 2009-02-06 Tom Tromey <tromey@redhat.com>
5770
5771 * gdb.texinfo (Python API): Add entry for Commands In Python.
5772 (Commands In Python): New node.
5773
5774 2009-02-05 Tom Tromey <tromey@redhat.com>
5775
5776 * gdb.texinfo (Values From Inferior): Document Value.string.
5777
5778 2009-02-05 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.texinfo (Basic Python): Document execute's from_tty
5781 argument.
5782
5783 2009-02-04 Tom Tromey <tromey@redhat.com>
5784
5785 * gdb.texinfo (Basic Python): Document gdb.history.
5786
5787 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5788
5789 * gdb.texinfo (GDB/MI Thread Commands): Document the
5790 'current-thread-id' field. Remove the example with zero threads,
5791 since current GDB won't ever report that if there's inferior.
5792
5793 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5794
5795 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5796 option to -break-insert.
5797
5798 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5799 Jerome Guitton <guitton@adacore.com>
5800
5801 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5802 (System-wide configuration): New section.
5803
5804 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5805
5806 PR gdb/7580:
5807 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5808 internal-error|internal-warning quit|corefile ask|yes|no".
5809
5810 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5811
5812 * gdb.texinfo (Using the `gdbserver' Program): Document
5813 --remote-debug.
5814
5815 2009-01-23 Doug Evans <dje@google.com>
5816
5817 * gdb.texinfo: Add nexti to list of commands that support
5818 background execution.
5819
5820 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdb.texinfo (Define, Hooks): Document prefix command support.
5823
5824 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5825 Carlos O'Donell <carlos@codesourcery.com>
5826
5827 Fixes for makeinfo --html.
5828
5829 * annotate.texinfo: Use @copying and @insertcopying. Use
5830 @ifnottex in place of @ifinfo.
5831 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5832 place of @ifinfo. Use @ifnotinfo for one index entry.
5833 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5834 in place of @ifinfo.
5835 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5836 in place of @ifinfo. Include contents at start unconditionally.
5837
5838 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5839
5840 * gdb.texinfo (General Query Packets): Remove @var{} around the
5841 "spu" literal string.
5842
5843 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5844
5845 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5846 program may be running in another process" errors.
5847 * gdbint.texinfo (Native Conditionals): Delete
5848 ONE_PROCESS_WRITETEXT description.
5849
5850 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5851
5852 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5853 emacs local variable to be placed at the end of the ChangeLog.
5854 Add server.c and gdbreplay.c to the list of files where the
5855 copyright year needs to be updated.
5856
5857 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5858
5859 * gdb.texinfo (Remote Configuration): Document new
5860 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5861 commands.
5862
5863 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5864
5865 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5866 FETCH_INFERIOR_REGISTERS.
5867 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5868 FETCH_INFERIOR_REGISTERS descriptions. Remove
5869 gdbarch_get_longjmp_target descrition, since already described in
5870 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5871 (Target Conditionals): ... here.
5872
5873 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5874
5875 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5876 examples.
5877 (Additions to Ada): Likewise. Add the missing opening and closing
5878 parenthesis of the GDB prompt in one of the examples.
5879
5880 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5881
5882 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5883 about the result of 'Address not being of type System.Address.
5884 This problem has been fixed a while ago.
5885
5886 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5887
5888 MI non-stop and multiprocess docs.
5889
5890 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5891 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5892 Adjust documentation for *stopped, document =thread-created,
5893 =thread-exited, =thread-group-created and =thread-group-exited.
5894 (GDB/MI Thread Commands): Document the 'state' field in
5895 -thread-info output.
5896 (GDB/MI Program Execution): Mention --all and --thread-group
5897 options.
5898 (GDB/MI Variable Objects): Describe floating and fixed variable
5899 objects.
5900 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5901
5902 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5903
5904 * gdb.texinfo (Operating System Information): New appendix.
5905 (Operating System Auxiliary Information): Document 'info os processes'
5906 (Remote Configuration): Document 'osdata'
5907 (General Query Packets): Document qXfer:osdata:read.
5908
5909 2008-11-27 Tristan Gingold <gingold@adacore.com>
5910
5911 * gdb.texinfo (Darwin): Document Darwin specific features.
5912
5913 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5914
5915 * gdbint.texinfo (Target Conditionals): Extend the
5916 gdbarch_breakpoint_from_pc description.
5917
5918 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5919
5920 * gdb.texinfo (M68K Features): Fix typo.
5921
5922 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5923
5924 * gdb.texinfo (Symbols): Mention printing containing
5925 image name in "info symbol".
5926 (Maint translate-address): Likewise.
5927
5928 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5929
5930 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5931 commands "catch load" and "catch unload".
5932
5933 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5934
5935 * gdb.texinfo (GDB/MI Async Records): Document
5936 =thread-selected.
5937
5938 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5939
5940 * observer.texi (new_inferior, inferior_exit): New observers.
5941
5942 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5943
5944 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5945 .mt files, TM_CLIBS or TM_CDEPS.
5946 (x86 Watchpoints): Don't mention TDEPFILES.
5947
5948 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5949
5950 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5951 (Overview): Mention notifications and non-stop mode behavior.
5952 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5953 with non-stop mode behavior. Add vStopped description.
5954 (Stop Reply Packets): Update list of packets that return
5955 stop replies. Mention non-stop behavior.
5956 (General Query Packets): Document QNonStop packet and associated
5957 qSupported query response.
5958 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5959 behavior.
5960 (Notification Packets): New section.
5961 (Remote Non-Stop): New section.
5962 (File-I/O Overview): Mention non-stop behavior.
5963
5964 2008-10-24 Hui Zhu <teawater@gmail.com>
5965 Pedro Alves <pedro@codesourcery.com>
5966
5967 * gdb.texinfo (displaced-stepping): Describe the auto mode
5968 setting, and say it's the default. This is now a mainstream
5969 setting instead of a maintenance setting.
5970
5971 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5972
5973 * observer.texi (thread_stop_requested): New.
5974
5975 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5978 (Patching): Replace incorrect usage of @samp by @kbd.
5979
5980 2008-10-17 Michael Snyder <msnyder@vmware.com>
5981
5982 * gdb.texinfo: Add documentation for reverse execution.
5983
5984 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5985 Eli Zaretskii <eliz@gnu.org>
5986
5987 * gdb.texinfo. (Values From Inferior): New subsubsection.
5988
5989 2008-10-06 Doug Evans <dje@google.com>
5990
5991 * gdb.texinfo (set debug dwarf2-die): Document it.
5992
5993 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5994
5995 * gdb.texinfo (catch) [exception]: Document how to insert
5996 a breakpoint on user-defined exceptions when the exception
5997 name is identical to one of the language-defined ones.
5998
5999 2008-09-27 Tom Tromey <tromey@redhat.com>
6000
6001 * gdb.texinfo (Macros): Remove text about stringification,
6002 varargs, and splicing.
6003
6004 2008-09-27 Tom Tromey <tromey@redhat.com>
6005
6006 * gdbint.texinfo (Language Support): Remove text about omitting
6007 support for a language.
6008
6009 2008-09-23 Doug Evans <dje@google.com>
6010
6011 * gdb.texinfo (info dcache): Update.
6012
6013 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6014
6015 * gdb.texinfo (Packets): Add info on thread-id syntax and
6016 multiprocess extensions.
6017 <D>: Document multiprocess form of packet.
6018 <H>: Use thread-id syntax.
6019 <T>: Likewise.
6020 <vCont>: Likewise. Note this is required for multiprocess.
6021 <vKill>: New packet.
6022 (Stop Reply Packets) <T>: Use thread-id syntax.
6023 <W>: Document multiprocess form of reply.
6024 <X>: Likewise.
6025 (General Query Packets) <qC>: Use thread-id syntax.
6026 <qfThreadInfo>: Likewise.
6027 <qGetTLSAddr>: Likewise.
6028 <qP>: Likewise.
6029 <qSupported>: Add "multiprocess" feature.
6030 <qThreadExtraInfo>: Use thread-id syntax.
6031
6032 2008-09-22 Stan Shebs <stan@codesourcery.com>
6033
6034 * gdb.texinfo (Inferiors): New section.
6035
6036 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6037
6038 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6039
6040 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6041
6042 * gdbint.texinfo (Target Conditionals): Remove documentation
6043 for gdbarch_name_of_malloc.
6044
6045 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6046
6047 * gdb.texinfo (Interrupts): Mention TCP interface for
6048 sending BREAK.
6049
6050 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6051
6052 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6053 argument prefix to "set sysroot".
6054
6055 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6056
6057 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6058 and False.
6059
6060 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6061
6062 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6063 for possible features of -list-features.
6064
6065 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6066
6067 * gdb.texinfo (Background execution): Adjust example
6068 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6069
6070 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6071
6072 * doc/gdb.texinfo (PowerPC): Fix typo.
6073 (PowerPC features): Fix typo.
6074
6075 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6076
6077 * observer.texi (thread_ptid_changed): New.
6078
6079 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6080
6081 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6082 (PowerPC features): Mention feature set for VSX registers.
6083
6084 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6085
6086 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6087 the direct visibility of all names in user-written packages.
6088
6089 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6090
6091 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6092 setting, and make it the default.
6093 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6094 non-stop script example.
6095
6096 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6097
6098 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6099 reference to the "Using Different Register and Memory Data
6100 Representation" section.
6101
6102 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6103
6104 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6105 (Remote Protocol): Add Packet Acknowledgment to menu.
6106 (Overview): Mention +/- can be disabled, and point to new section
6107 where this is discussed in detail.
6108 (General Query Packets): Document QStartNoAckMode packet, and
6109 corresponding qSupported reply.
6110 (Packet Acknowledgment): New section.
6111
6112 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6113 Pedro Alves <pedro@codesourcery.com>
6114
6115 * gdb.texinfo (Threads): Move paragraph about automatic thread
6116 selection to All-Stop Mode subsection.
6117 (Thread Stops): Reorganize existing material into subsections.
6118 Add introductory blurb and menu.
6119 (Non-Stop Mode): New subsection.
6120 (Background Execution): New subsection.
6121 (Maintenance Commands): Add cross-references from async mode
6122 commands to the new Background Execution section.
6123
6124 2008-08-06 Tom Tromey <tromey@redhat.com>
6125
6126 * gdb.texinfo (Extending GDB): New chapter.
6127 (Sequences): Demoted chapter, now a section under the new
6128 Extending GDB chapter.
6129 (Python): New section.
6130
6131 2008-07-31 Stan Shebs <stan@codesourcery.com>
6132
6133 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6134
6135 2008-07-29 Stan Shebs <stan@codesourcery.com>
6136
6137 * gdbint.texinfo: General round of cleanup and minor
6138 clarifications.
6139 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6140 (Longjmp Support): Update description to reflect how it is done
6141 for targets without using native header.
6142 (Symbol Handling): Add a little more general explanation.
6143 (COFF, ELF): Mention stabs encapsulation.
6144 (DWARF 3): New section.
6145 (Adding a New Host): Scrub out some obsolete bits.
6146 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6147 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6148 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6149 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6150 SEEK_SET, STOP_SIGNAL, USG.
6151 (Raw and Virtual Register Representations): Ditto for
6152 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6153 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6154 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6155 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6156 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6157 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6158 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6159 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6160 DEPRECATED_USE_STRUCT_CONVENTION.
6161 Describe gdbarch_deprecated_fp_regnum.
6162 Update description of gdbarch_print_insn.
6163 (Adding a New Target): Scrub out obsolete bits.
6164 (Obsolete Conditionals): Remove entire section.
6165
6166 2008-07-25 Tom Tromey <tromey@redhat.com>
6167
6168 * observer.texi (GDB Observers): Document new observers:
6169 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6170 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6171 architecture_changed.
6172
6173 2008-07-21 Stan Shebs <stan@codesourcery.com>
6174
6175 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6176 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6177
6178 2008-07-21 Tom Tromey <tromey@redhat.com>
6179
6180 * observer.texi (GDB Observers): Remove obsolete comment.
6181 <executable_changed>: Remove argument.
6182
6183 2008-07-18 Tom Tromey <tromey@redhat.com>
6184
6185 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6186
6187 2008-07-10 Doug Evans <dje@google.com>
6188
6189 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6190
6191 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6192
6193 * gdb.texinfo (Starting): Document "set disable-randomization".
6194
6195 2008-07-07 Andreas Schwab <schwab@suse.de>
6196
6197 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6198
6199 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6200
6201 * gdb.texinfo (GDB/MI Target Manipulation): Add
6202 example of -target-attach.
6203
6204 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6205
6206 * observer.texi (target_resumed): New observer.
6207 * gdb.texinfo (GDB/MI Output Records): Document *running.
6208
6209 2008-06-06 Tom Tromey <tromey@redhat.com>
6210
6211 * gdb.texinfo (Completion): Add field name example.
6212
6213 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6214
6215 * gdb.texinfo (GDB/MI Program Context): Added example
6216 to -exec-arguments
6217
6218 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6219
6220 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6221 annotation.
6222
6223 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6224 Nathan Sidwell <nathan@codesourcery.com>
6225 Joseph Myers <joseph@codesourcery.com>
6226
6227 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6228 and ACX_BUGURL.
6229 * configure: Regenerate.
6230 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6231 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6232 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6233 mailing-list-specific text about bug reporting unless
6234 BUGURL_DEFAULT.
6235
6236 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6237
6238 * gdb.texinfo (-target-select): Remove reference to target async.
6239 (Maintenance Commands): Document "maint set/show remote-async".
6240
6241 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6242
6243 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6244 in -target-file-get section.
6245
6246 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6247
6248 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6249 killing the inferior when it is already debugging a process.
6250
6251 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6254 abbreviation for "finish".
6255
6256 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6257
6258 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6259
6260 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6261
6262 * gdbint.texinfo (Target Conditionals): Delete entry for
6263 gdbarch_dwarf_reg_to_regnum.
6264
6265 2008-05-09 Doug Evans <dje@google.com>
6266
6267 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6268
6269 2008-05-05 Doug Evans <dje@google.com>
6270
6271 * gdb.texinfo (disassemble): Document /m modifier.
6272
6273 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6274
6275 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6276 will not report the time of commands that run the target.
6277
6278 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6279
6280 * gdb.texinfo (GDB/MI Output Records): Add
6281 missing semicolon.
6282
6283 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6284
6285 * gdb.texinfo (GDB/MI Output Records):
6286 Document =thread-create and =thread-exited.
6287
6288 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6289
6290 * gdb.texinfo (GDB/MI Development and Front Ends):
6291 Remove mention of dmi-discuss.
6292
6293 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6294
6295 * observer.texi (thread_exit): New.
6296
6297 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6298
6299 * gdb.texinfo (Debugging Output): Document "set/show debug
6300 displaced".
6301 (Maintenance Commands): Document "maint set/show
6302 can-use-displaced-stepping".
6303
6304 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6305
6306 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6307 and set/show arm force-mode.
6308
6309 2008-05-02 Andreas Schwab <schwab@suse.de>
6310
6311 * gdbint.texinfo (Algorithms): Describe
6312 target_watchpoint_addr_within_range.
6313
6314 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6315
6316 * gdbint.texinfo (Stack Frames): New chapter.
6317 (Algorithms): Move Frames text to the new chapter.
6318 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6319 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6320
6321 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6322
6323 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6324 output does not necessary include any tokens.
6325
6326 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6327
6328 * gdb.texinfo (Set SH Calling convention): New @item.
6329 (Show SH Calling convention): Ditto.
6330
6331 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6332
6333 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6334
6335 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6336
6337 * gdb.texinfo (Set Breaks): Mention that multiple location
6338 breakpoints need line number info. Add index entries.
6339
6340 2008-04-19 Craig Silverstein <csilvers@google.com>
6341
6342 * gdb.texinfo (Requirements): Add an optional requirement on
6343 zlib.
6344 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6345 Compressed DWARF 2.
6346
6347 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6348
6349 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6350 sample output for 'stopped,reason="breakpoint-hit"' message.
6351 (GDB/MI Program Execution): Likewise.
6352
6353 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6354
6355 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6356 -var-set-format. Add -f option to -var-evaluate-expression.
6357
6358 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6359
6360 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6361 new node "Ambiguous Expressions". Replace references to this
6362 node by references to "Ambiguous Expressions" throughout.
6363 (Ambiguous Expressions): New node.
6364
6365 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6368
6369 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6370
6371 * gdb.texinfo (Debugging Output): Document
6372 "set/show debug lin-lwp-async".
6373 (Maintenance Commands): Document "maint set/show linux-async".
6374
6375 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6376
6377 * gdb.texinfo (Expressions): Update description of malloced arrays.
6378
6379 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6380
6381 * gdb.texinfo (Thread Commands): Document
6382 -thread-info. Remove -thread-list-all-threads.
6383
6384 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6385 Sandra Loosemore <sandra@codesourcery.com>
6386
6387 * gdb.texinfo (Library List Format): Update to mention the
6388 possibility to pass section addresses instead of segment
6389 addresses.
6390
6391 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6392
6393 * gdb.texinfo (Starting): Document "set exec-wrapper".
6394 (Server): Document gdbserver --wrapper.
6395
6396 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6397
6398 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6399 unreadable memory. Delete obsolete SPARClite reference.
6400
6401 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6402
6403 * gdb.texinfo (Starting): Mention always-running targets.
6404 (Target Commands): Add an anchor for load.
6405 (Connecting): Explain continue instead of run.
6406
6407 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6408
6409 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6410
6411 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6412
6413 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6414 breakpoint table.
6415
6416 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6417
6418 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6419 killing the inferior when it is already debugging a process.
6420
6421 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6422
6423 * gdbint.texinfo (Build Script): New section. Mention new build script
6424 gdb_buildall.sh.
6425
6426 2008-02-01 Jim Blandy <jimb@red-bean.com>
6427
6428 * gdb.texinfo (Help): Summarize 'info args' correctly.
6429
6430 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6431
6432 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6433 available in PowerPC architecture.
6434 (Embedded Processors): Change node name of PowerPC item in menu.
6435 (PowerPC): Rename to...
6436 (PowerPC Embedded): this.
6437 (Architectures): Add new PowerPC item in menu.
6438 (PowerPC): New node.
6439
6440 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6441
6442 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6443 commands.
6444
6445 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6446
6447 * gdb.texinfo (Setting Catchpoints): Mention features
6448 supported on GNU/Linux.
6449
6450 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6451
6452 * gdb.texinfo (GDB/MI File Commands): Describe new output
6453 field for MI command -file-list-exec-source-file.
6454
6455 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * gdb.texinfo (Using the `gdbserver' Program): Add security
6458 warning. Rearrange into subsections and subsubsections. Document
6459 --multi and --debug. Correct --with-sysroot typo. Update --attach
6460 usage. Make load reference clearer. Document monitor exit.
6461 (Remote Configuration): Document set remote exec-file, attach-packet,
6462 and run-packet.
6463 (Packets): Document vAttach and vRun.
6464
6465 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6466
6467 * gdb.texinfo (Processes): Mention process command.
6468 detach-on-follow -> detach-on-fork.
6469
6470 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6471
6472 * gdbint.texinfo (Native Conditionals): Remove
6473 SHELL_COMMAND_CONCAT and SHELL_FILE.
6474
6475 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6476
6477 * gdb.texinfo (Specify Location): Improve wording.
6478
6479 2008-01-23 Chris Demetriou <cgd@google.com>
6480
6481 * gdb.texinfo (Threads): Document new "set print thread-events"
6482 and "show print thread-events" commands.
6483
6484 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6485
6486 * gdb.texinfo (Specify Location): New section.
6487 (Delete Breaks, Edit, Set Breaks): Remove description of
6488 locations. Instead, add a reference to "Specify Location".
6489 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6490 (Symbols): Refer to "Specify Location" for the valid forms of
6491 linespecs and locations.
6492
6493 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6494
6495 * gdbint.texinfo (Target Conditionals): Replace the description of
6496 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6497
6498 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6499
6500 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6501 about &&var, which is rejected by the expression parser.
6502
6503 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6504
6505 * gdb.texinfo (Output): Update documentation on using printf with DFP
6506 types.
6507
6508 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6509
6510 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6511 subsubsection.
6512 (Decimal Floating Point format): New subsubsection.
6513
6514 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6515
6516 * gdb.texinfo (File Options): Remove mention of the attempt to
6517 open a core file with the -p option. Don't list -c as a valid
6518 option to attach to a process.
6519
6520 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6521
6522 * gdbint.texinfo (Host Conditionals): Remove mention of
6523 ALIGN_STACK_ON_ENTRY.
6524
6525 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6526
6527 * gdbint.texinfo (Start of New Year Procedure): Add item
6528 describing how to update the source and documentation copyright
6529 notices.
6530
6531 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6532
6533 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6534 watchpoint explanation into the main description of the watchpoint
6535 command; update synopses of 'watch', 'rwatch', and 'awatch'
6536 commands.
6537
6538 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6539
6540 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6541 Document 'pending-breakpoints' feature of
6542 -list-features.
6543
6544 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6545
6546 * gdb.texinfo: Add new parameter's description.
6547
6548 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6549
6550 * gdb.texinfo (Overview): Clarify run-length encoding
6551 example. Remove the restriction on "+" and "-" characters.
6552
6553 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6554
6555 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6556
6557 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6558
6559 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6560 the -f option for -break-insert, remove -r option,
6561 and clarify specification of location.
6562
6563 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6564
6565 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6566 formatting.
6567 (Remote Debugging): Add File Transfer section.
6568 (Remote Configuration): Document Host I/O packets.
6569 (GDB/MI): Add GDB/MI File Transfer Commands section.
6570 (Host I/O Packets): New section in "Remote Protocol".
6571 (Packets): Add vFile.
6572
6573 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6574
6575 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6576 breakpoints with multiple locations.
6577 (Breakpoint Menus): Improve wording.
6578 (Output): Fix last change.
6579
6580 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6581
6582 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6583
6584 2007-11-15 Doug Evans <dje@google.com>
6585
6586 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6587
6588 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6589
6590 * gdbint.texinfo (Native Conditionals): Remove
6591 mention of CLEAR_SOLIB.
6592
6593 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6594
6595 * gdb.texinfo (Print Settings): Add documentation for "set/show
6596 print frame-arguments".
6597
6598 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6599
6600 * gdb.texinfo (Output): Update printf command's description.
6601
6602 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6603
6604 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6605 powerpc soft-float".
6606
6607 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6608
6609 * gdb.texinfo (Files): Correct formatting. Mention Expat
6610 requirement.
6611 (Requirements for Building GDB): Expand the list of Expat
6612 uses.
6613 (Library List Format, Memory Map Format): Mention Expat.
6614 (Target Descriptions): Update Expat wording.
6615
6616 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6617
6618 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6619 Document that gdbarch_convert_register_p should return zero for no-op
6620 conversions.
6621
6622 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6623
6624 * gdbint.texi (Compiler Characteristics): Move documentation
6625 of set_gdbarch_sofun_address_maybe_missing back to ...
6626 (Target Conditionals): ... here to fix build break.
6627
6628 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6629
6630 * gdbint.texi (Target Conditionals): Remove documentation of
6631 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6632 (Compiler Characteristics): ... documentation of
6633 set_gdbarch_sofun_address_maybe_missing.
6634
6635 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6636
6637 * gdbint.texinfo (Target Conditionals): Use
6638 frame_unwind_register_unsigned in examples instead of
6639 frame_unwind_unsigned_register.
6640
6641 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdb.texinfo (Predefined Target Types): Add int128
6644 and uint128.
6645 (Standard Target Features): Add PowerPC features.
6646
6647 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6648
6649 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6650
6651 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6652
6653 * gdbint.texi (Target Conditionals): Remove documentation
6654 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6655 gdbarch_extract_return_value, and gdbarch_store_return_value.
6656
6657 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6658
6659 * gdbint.texi (Target Conditionals): Remove documentation of
6660 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6661
6662 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6663
6664 * gdb.texinfo: Mention that inaccessible-by-default is on by
6665 default.
6666
6667 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6668
6669 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6670
6671 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6672
6673 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6674 multi-threaded watchpoints.
6675 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6676 checked. Describe sticky notification. Expand description
6677 of steppable and continuable watchpoints.
6678 (Watchpoints and Threads): New subsection.
6679
6680 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6681
6682 * gdb.texinfo (Setting Breakpoints): Revise
6683 documentation for pending breakpoints. Document
6684 breakpoints with multiple locations.
6685
6686 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6687
6688 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6689 Document -list-features.
6690
6691 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6692
6693 * gdb.texinfo (Output): Spell out which features of C's printf are
6694 not supported by GDB's printf.
6695 (Separate Debug Files): More accurate wording regarding build ID
6696 and a reference to the ld manual rather than the Fedora wiki.
6697
6698 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6699 Jim Blandy <jimb@codesourcery.com>
6700
6701 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6702 (Examining Memory): Update mentions of the 's' format.
6703 (Automatic Display): Likewise.
6704
6705 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6706
6707 * gdb.texinfo: Update the FSF's Back-Cover Text.
6708
6709 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6710 Eli Zaretskii <eliz@gnu.org>
6711
6712 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6713 Fixed the ``build ID'' name. New binaries build instructions for the
6714 build ID inclusion. Explain how the commands are specific to the build
6715 ID vs. debug link.
6716
6717 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6718
6719 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6720 indexing for ``build ID'' support.
6721
6722 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6725 Enlisted BUILD ID to the debug file searching example.
6726 Included a BUILD ID `.note.gnu.build-id' section description.
6727 Updated/added the debug files splitting instructions for OBJCOPY.
6728
6729 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6730
6731 * gdb.texinfo (Variable Objects): Adjust docs
6732 for -var-info-expression and document
6733 -var-info-path-expression.
6734
6735 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6736
6737 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6738 (title page): Include the dedication in the printed manual, as a
6739 separate page after the copyright notice.
6740
6741 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6742 don't break a @var across a line.
6743
6744 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6745
6746 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6747 for include files.
6748
6749 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6750
6751 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6752 in annotate.texinfo.
6753 (Command History): Link to new node.
6754
6755 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6756
6757 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6758
6759 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6760
6761 * gdbint.texinfo (Target Conditionals): Fix last change.
6762
6763 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6764
6765 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6766 routines:
6767 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6768 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6769 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6770 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6771 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6772 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6773 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6774 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6775 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6776 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6777 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6778 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6779 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6780 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6781 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6782 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6783 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6784 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6785 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6786 (SOFTWARE_SINGLE_STEP_P)
6787
6788 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6789 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6790
6791 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6792 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6793 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6794 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6795 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6796 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6797 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6798 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6799 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6800 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6801
6802 (Converting an existing Target Architecture to Multi-arch): Remove
6803 section.
6804
6805 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6806 (gdbarch_addr_bits_remove): Add code example.
6807
6808 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6809
6810 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6811
6812 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6813 Add other missing entries. Adjust the table size to fit.
6814 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6815 stop reasons including the new "library" event.
6816 (General Query Packets): Adjust table widths for qSupported. Mention
6817 qXfer:libraries:read reply to qSupported and document the new packet.
6818 (Library List Format): New section.
6819
6820 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6821
6822 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6823
6824 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6825
6826 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6827
6828 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6829
6830 * gdbint.texinfo (Register and Memory Data): Break sections
6831 into nodes and add a menu.
6832
6833 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6834
6835 * gdb.texinfo (Examining Memory): Document the new behaviour.
6836
6837 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6838
6839 * gdb.texinfo (Standard Target Features): Document
6840 m68k features.
6841
6842 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6843
6844 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6845
6846 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6847
6848 * gdb.texinfo (Target Description Format): Add version attribute
6849 for <target>.
6850
6851 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6852
6853 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6854
6855 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6856
6857 * gdb.texinfo (MIPS Features): New subsection.
6858
6859 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6860 Markus Deuling <deuling@de.ibm.com>
6861
6862 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6863 and qXfer:spu:write packets and mention them under qSupported.
6864
6865 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6866 Markus Deuling <deuling@de.ibm.com>
6867
6868 * gdb.texinfo (Architectures): Add new SPU section to document
6869 Cell Broadband Engine SPU architecture specific commands.
6870
6871 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6872
6873 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6874 comments.
6875
6876 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6877
6878 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6879
6880 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6881
6882 * gdb.texinfo (Overview): Doc fix.
6883
6884 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6885
6886 * gdb.texinfo (Remote Configuration): Document "set/show
6887 remoteflow".
6888
6889 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6890
6891 * gdb.texinfo (MIPS): Remove documentation for set mips
6892 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6893 stack-arg-size.
6894
6895 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6896
6897 * all-cfg.texi (GDBTUI): New.
6898 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6899 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6900 (TUI Configuration): Edit to improve clarity and fix problems of
6901 both style and content.
6902
6903 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6904
6905 * observer.texi (GDB Observers): New observer "new_objfile".
6906
6907 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6908
6909 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6910
6911 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6912
6913 * gdb.texinfo (GDB/MI Variable Objects): Document
6914 frozen variables objects.
6915
6916 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6919 (Character Sets, Caching Data of Remote Targets): Likewise.
6920 (Targets): Delete Remote node. Move its text...
6921 (Debugging Remote Programs): ...to here. Delete description
6922 of the "remote" command.
6923 (Remote configuration): Delete description of "set remotedevice"
6924 and "show remotedevice".
6925 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6926
6927 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6928
6929 * gdb.texinfo (Contributors, Continuing and Stepping)
6930 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6931 (General Query Packets, File-I/O Remote Protocol Extension)
6932 (Protocol Basics, The F Reply Packet, Write)
6933 (Protocol-specific Representation of Datatypes, Memory Transfer):
6934 Fix hyphenation, punctuation and grammar problems.
6935 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6936 'section' instead of 'subsection' in the text.
6937 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6938 (i386): Remove period from section name.
6939 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6940 (Config Names, Configure Options): Use @file{configure}.
6941
6942 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6943
6944 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6945 and tab expansion.
6946
6947 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6948
6949 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6950
6951 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6952
6953 * gdb.texinfo: Consistently capitalize all significant words in
6954 node names, chapter titles, section titles, and headings. Update
6955 cross references to match.
6956 (Starting and Stopping Trace Experiment): Make node name plural.
6957 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6958
6959 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6960
6961 * gdb.texinfo (WinCE): Delete obsolete subsection.
6962
6963 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6964
6965 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6966 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6967 references.
6968
6969 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6970
6971 * gdb.texinfo (Startup): Delete references to some alternate
6972 names for .gdbinit.
6973 (Thread): Remove LynxOS reference.
6974 (Tandem ST2000): Delete target-specific documentation.
6975 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6976 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6977 and GDB_OSABI_LYNXOS.
6978
6979 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6980
6981 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6982
6983 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6984
6985 * gdbint.texinfo (Target Conditionals): Remove mention of
6986 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6987 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6988
6989 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6990
6991 * Makefile.in: Add "pdfdir" installation
6992 directory, PDFTEX macro, support for "install-pdf" target,
6993 and rules for making a pdf version of refcard.texi.
6994 * refcard.tex: Specify paper size for PDF output.
6995
6996 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6997
6998 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6999
7000 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7001
7002 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7003 (Source Path, Character Sets, Macros, Define)
7004 (GDB/MI Result Records, GDB/MI Simple Examples)
7005 (GDB/MI Program Execution, GDB/MI File Commands)
7006 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7007 (Bug Reporting): Use @value{GCC}.
7008
7009 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7010
7011 * gdb.texinfo (Help): Fix formatting of examples.
7012 (Variables): Use @ifnotinfo instead of @iftex.
7013 (Non-debug DLL symbols): Use @ref instead of @pxref.
7014 (Sparclet File): Use @samp instead of quotes.
7015
7016 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7017
7018 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7019
7020 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7021
7022 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7023 the order of the nodes.
7024 (C Operators, C Constants, Debugging C): Remove extra menus.
7025 (Method Names in Commands): Do not specify next/prev/up nodes.
7026
7027 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7028
7029 * gdb.texinfo (File Options): Add missing parenthesis.
7030 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7031
7032 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7033
7034 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7035
7036 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7037
7038 * gdb.texinfo (Standard Target Features): Mention
7039 case insensitivity.
7040 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7041
7042 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7043
7044 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7045 (Files): Add section name to argument list for pxref.
7046 (Non-debug DLL symbols): Don't use `see' for pxref.
7047 (Embedded Processors): Fix typo.
7048 (GDB/MI Breakpoint Commands): Execution commands generate
7049 *stopped not ^done.
7050
7051 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7054 values for in_scope. Mention that only root variables can be
7055 updated.
7056 (GDB/MI Development and Front Ends): Explain new values may be
7057 added to existing fields.
7058
7059 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7060
7061 * gdb.texinfo (-target-disconnect): Use @smallexample.
7062 (Requirements): Add anchor for Expat. Update description.
7063 (Target Descriptions): Mention Expat.
7064 (Target Description Format): Document new elements. Use
7065 @smallexample.
7066 (Predefined Target Types, Standard Target Features): New sections.
7067 * gdbint.texinfo (Target Descriptions): New section.
7068
7069 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7070
7071 * gdb.texinfo (Target Description Format): Add section on XInclude.
7072
7073 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7074
7075 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7076 command -enable-timings.
7077
7078 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7079
7080 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7081 descriptions for new/deleted elements in gdb_osabi. Add missing
7082 description for function generic_elf_osabi_sniff_abi_tag_sections.
7083
7084 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7085
7086 * gdb.texinfo (Maintenance Commands): Add documentation for
7087 the new "maint print target-stack" command.
7088
7089 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7090 Eli Zaretskii <eliz@gnu.org>
7091
7092 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7093
7094 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7095
7096 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7097 Use @value{NGCC} instead of @value{GCC}.
7098
7099 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7100
7101 * agentexpr.texi: Fix typos.
7102 * annotate.texinfo: Likewise.
7103 * gdb.texinfo: Likewise.
7104 * gdbint.texinfo: Likewise.
7105 * observer.texi: Likewise.
7106 * stabs.texinfo: Likewise.
7107
7108 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7109
7110 * gdbint.texinfo (Support Libraries): Remove mmalloc
7111 entry. Describe readline library.
7112
7113 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7114
7115 * gdb.texinfo (Target Descriptions): New section.
7116 (General Query Packets): Add QPassSignals anchor. Mention
7117 qXfer:features:read under qSupported. Expand mentions of
7118 qXfer:memory-map:read and QPassSignals. Document
7119 qXfer:features:read.
7120
7121 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7122
7123 * gdb.texinfo (Commands to specify files): Describe
7124 "set sysroot" and "show sysroot".
7125 (Using the `gdbserver' program): Lowercase argument
7126 to @var. Expand description of setting up GDB on the
7127 host.
7128
7129 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7130
7131 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7132 catch exception, catch exception unhandled, and catch assert
7133 commands.
7134
7135 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7136
7137 * gdb.texinfo (Debugging Output): Document "set debug xml"
7138 and "show debug xml".
7139
7140 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7141
7142 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7143
7144 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7145
7146 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7147
7148 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7149
7150 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7151 note in @ignore, to be removed later if nobody complains.
7152
7153 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7154
7155 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7156 of -var-delete.
7157
7158 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7159
7160 * gdb.texinfo (Setting breakpoints): Document
7161 automatic software/hardware breakpoint usage and
7162 the "set breakpoint auto-hw" command.
7163
7164 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7165
7166 * gdb.texinfo (Memory Access Checking): New.
7167
7168 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7169
7170 * gdb.texinfo (Remote configuration): Mention
7171 "pass-signals-packet".
7172 (General Query Packets): Document QPassSignals. Fix
7173 a typo.
7174
7175 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7176
7177 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7178
7179 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7180
7181 * gdb.texinfo (Remote configuration): Rewrite documentation for
7182 packet configuration commands.
7183 (OS Information): Adjust reference to qXfer:auxv:read.
7184 (General Query Packets): Remove references to read-aux-vector-packet
7185 and set remote get-thread-local-storage-address.
7186
7187 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7188
7189 * gdbint.texinfo (Target Architecture Definition): Add new
7190 Initializing a New Architecture section.
7191
7192 2006-10-31 David Taylor <dtaylor@emc.com>
7193
7194 * stabs.texinfo (Macro define and undefine): New node describing
7195 stabs for #define and #undef.
7196
7197 2006-10-27 Andreas Schwab <schwab@suse.de>
7198
7199 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7200
7201 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7202
7203 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7204 clarify on the possible meanings of ``expression'' watched by
7205 watchpoints. Add indexing.
7206 (Prompting, Errors, Invalidation, Annotations for Running)
7207 (Source Annotations): Fix index entries by adding "annotation" to
7208 them, to discriminate from index entries that point to the more
7209 general topic descriptions.
7210
7211 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7212
7213 * gdbint.texinfo (Target Vector Definition): Move most
7214 content into Existing Targets. Add a menu.
7215 (Existing Targets): New section, moved from Target Vector
7216 Definition. Use @subsection.
7217 (Managing Execution State): New section.
7218
7219 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7220
7221 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7222
7223 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7224
7225 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7226 (Command Syntax, Signals, Backtrace, Connecting)
7227 (Remote configuration, Renesas Boards, Console I/O): Fix last
7228 change: use Ctrl- instead of C-, except wrt Emacs.
7229 (File-I/O Examples): Put Ctrl-c in @kbd.
7230 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7231 (Console I/O): Use @samp with Ctrl-.
7232 (Signals, Set Breaks, Set Watchpoints): Document optional
7233 arguments to `info signals' `handle', `info breakpoints', and
7234 `info watchpoints'.
7235
7236 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7237
7238 * gdb.texinfo (Backtrace): Fix last change.
7239
7240 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7241
7242 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7243
7244 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7245
7246 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7247 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7248 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7249
7250 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7251 Daniel Jacobowitz <dan@codesourcery.com>
7252
7253 * gdb.texinfo (Packets): Document vFlashErase,
7254 vFlashWrite and vFlashDone packets.
7255 (General Query Packets): Document qXfer:memory-map:read.
7256 Add a new feature for qXfer:memory-map:read.
7257 (Memory map format): New section.
7258 (Target Commands): Mention that gdb can write flash.
7259
7260 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7261 Daniel Jacobowitz <dan@codesourcery.com>
7262
7263 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7264 memory regions and "mem auto".
7265
7266 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7267
7268 * gdbint.texinfo (Array Containers): New section.
7269
7270 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7271
7272 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7273 -stack-list-arguments HIGH_FRAME argument can be larger then the
7274 actual number of frames.
7275
7276 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7277
7278 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7279 -stack-list-locals HIGH_FRAME argument can be larger then the
7280 actual number of frames.
7281
7282 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7283
7284 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7285 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7286
7287 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7288
7289 * gdbint.texinfo (Overall Structure): New section "Source Tree
7290 Structure".
7291
7292 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7293
7294 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7295 responses.
7296
7297 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7298
7299 * gdb.texinfo (Source Path): Add documentation for new
7300 substitute-path commands.
7301
7302 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7303
7304 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7305 (Running Configure): ...here.
7306 (Requirements): New node. Mention expat.
7307
7308 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7309
7310 * gdb.texinfo (Target Commands): Remove
7311 'set download-write-size' and 'show download-write-size'.
7312
7313 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7314
7315 * stabs.texinfo (Member Type Descriptor): Correct example for
7316 pointer to member types.
7317
7318 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7319
7320 * gdb.texinfo (Optional warnings and messages): Add
7321 'set/show trace-commands'.
7322 (Command files): Add '-v' to source command.
7323
7324 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7325
7326 * gdb.texinfo (OS Information): Update qPart reference to
7327 qXfer.
7328 (Remote configuration): Likewise.
7329 (Overview): Move @cindex to the start of a paragraph. Talk
7330 about binary data encoding.
7331 (Packets): Refer to the overview for the details of the X
7332 packet encoding.
7333 (General Query Packets): Remove qPart description. Add qXfer
7334 description. Add an anchor to qSupported. Correct feature
7335 table title. Add a new feature for qXfer:auxv:read.
7336 (Interrupts): Add a missing parenthesis.
7337
7338 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7339
7340 * gdb.texinfo (KOD): Remove node.
7341 (GDB/MI Kod Commands): Remove commented out node.
7342
7343 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7344
7345 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7346 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7347 (GDB/MI Thread Commands, GDB/MI Program Execution)
7348 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7349 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7350 (GDB/MI File Commands, GDB/MI Target Manipulation)
7351 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7352 since the MI prompt is hard-wired into the code.
7353
7354 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7355
7356 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7357 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7358 (GDB/MI Data Manipulation): Remove description of unimplemented
7359 display related commands as variable objects perform this function
7360 and are superior: -display-delete, -display-disable,
7361 -display-enable, -display-insert and -display-list. Move
7362 -environment-cd, -environment-directory, -environment-path
7363 and -environment-pwd to "Program Context".
7364 (GDB/MI Program Control): Rename to "Program Execution". Move
7365 -exec-arguments -exec-abort to...
7366 (GDB/MI Program Context): ...here. New node split from "Data
7367 Manipulation".
7368
7369 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7370
7371 * gdb.texinfo (Remote configuration): Document set / show
7372 remote supported-packets.
7373 (General Query Packets): Document qSupported packet.
7374
7375 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7376
7377 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7378 and font markup.
7379 (Protocol basics): Likewise.
7380 (The F request packet): Likewise.
7381 (The F reply packet): Likewise.
7382 (Memory transfer): Move this node to be a subsubsection of
7383 "Protocol specific representation of datatypes".
7384 (The Ctrl-C message): More copy editing.
7385 (Console I/O): Likewise.
7386 (The isatty call): Delete this node, and merge its content into
7387 the "isatty" node. Fixed references elsewhere.
7388 (The system call): Delete this node, and merge its content into
7389 the "system" node. Fixed references elsewhere.
7390 (open): Reformat to use @table, and add appropriate font markup.
7391 (close): Likewise.
7392 (read): Likewise.
7393 (write): Likewise.
7394 (lseek): Likewise.
7395 (rename): Likewise.
7396 (unlink): Likewise.
7397 (stat/fstat): Likewise.
7398 (gettimeofday): Likewise.
7399 (isatty): Likewise.
7400 (system): Likewise, plus minor changes to fix confusing wording.
7401 (Integral datatypes): Fix font markup.
7402 (Pointer values): Likewise.
7403 (struct stat): Fix markup to use @table, plus minor copy editing.
7404 (struct timeval): Fix font markup, plus minor copy editing.
7405 (Constants): Minor copy editing.
7406 (Errno values): Add font markup.
7407 (File-I/O Examples): Likewise.
7408
7409 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7412 (GDB/MI Simple Examples): Move node up one level. Use real
7413 examples.
7414 (GDB/MI Compatibility with CLI): Update.
7415 (GDB/MI Result Records): Add "connected" and "exit" result
7416 classes.
7417 (GDB/MI Stream Records): Clarify target output.
7418 (GDB/MI Command Description Format): Modify example description.
7419 (GDB/MI Breakpoint Table Commands): Rename to...
7420 (GDB/MI Breakpoint Commands): ...this
7421 (GDB/MI Breakpoint Commands): Add optional thread field.
7422 (GDB/MI Program Control): Add an introduction. Move "Program
7423 termination" examples into exec-run description.
7424 (GDB/MI File Commands): Mention similar CLI commands.
7425 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7426 is similar to "-gdb-version".
7427
7428 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7429
7430 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7431
7432 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7433
7434 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7435 sourceware.org for mailing lists.
7436 (GDB/MI File Commands): New node split from Program Control.
7437
7438 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7441
7442 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7443
7444 * gdb.texinfo (Cygwin Native): Fix last change.
7445
7446 2006-05-22 Christopher Faylor <cgf@timesys.com>
7447
7448 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7449
7450 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7451
7452 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7453 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7454
7455 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdb.texinfo (General Query Packets): Recommend not starting
7458 new packets with qC and clarify.
7459
7460 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7461
7462 * gdb.texinfo (M2 Types): New section.
7463
7464 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * agentexpr.texi: Add a copyright and license notice.
7467 * observer.texi: Likewise, with GPL clause for function prototypes.
7468 Remove trailing whitespace.
7469
7470 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7471
7472 * gdb.texinfo (General Query Packets): Document conventions for
7473 terminating packet names, and their violations.
7474
7475 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7476
7477 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7478 * gdb.texinfo: Likewise.
7479
7480 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7483 and "show remotedebug".
7484 (Debugging Output): Add additional index entries.
7485
7486 2006-04-27 Michael Snyder <msnyder@redhat.com>
7487
7488 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7489
7490 2006-04-22 Andrew Cagney <cagney@redhat.com>
7491
7492 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7493 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7494
7495 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7496
7497 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7498 and remove breakpoint prototypes.
7499 (Watchpoints): Move description of target_insert_hw_breakpoint and
7500 target_remove_hw_breakpoint ...
7501 (Breakpoints): ... to here. Document target_insert_breakpoint and
7502 target_remove_breakpoint.
7503
7504 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7505
7506 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7507 and C packets are optional.
7508
7509 2006-04-14 Frederic Riss <frederic.riss@st.com>
7510
7511 * gdb.texinfo (Specifying source directories): Update the description
7512 of the source file search to reflect the fact that the source path
7513 always contains at least $cdir and $cwd.
7514
7515 2006-03-31 Michael Snyder <msnyder@redhat.com>
7516
7517 * gdb.texinfo: Update copyright dates.
7518
7519 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7520
7521 * gdb.texinfo (Overview): Add an index entry to "empty response".
7522
7523 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7524
7525 * gdbint.texinfo (Prologue Analysis): New section.
7526
7527 2006-03-07 Jim Blandy <jimb@red-bean.com>
7528
7529 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7530
7531 * gdb.texinfo (Target Commands): Update text describing how to
7532 specify a target. Refer to the detailed section on remote
7533 debugging, not the brief mention.
7534
7535 * gdb.texinfo (Connecting): Organize the different 'target remote'
7536 connection methods into a table. Add a 'target remote' index
7537 entry. (!!!)
7538
7539 2006-02-17 Fred Fish <fnf@specifix.com>
7540
7541 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7542 'ptype' commands to reflect the fact that the only significant
7543 difference between them is that ptype prints the complete type
7544 description instead of just the name.
7545
7546 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7547
7548 * gdbint.texinfo (Watchpoints): Delete
7549 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7550
7551 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7552
7553 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7554 times fields where needed. Fix typos. Update general form given
7555 for output of -break-insert.
7556 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7557
7558 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7559
7560 * gdbint.texinfo (Symbol Handling): Add a section
7561 on memory management.
7562
7563 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7564
7565 * gdb.texinfo (Breakpoint table commands): Document the fullname
7566 field in -break-list output.
7567
7568 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7569
7570 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7571 debugging information produced by the various "set debug..."
7572 options.
7573
7574 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7575
7576 * gdb.texinfo (Files): Remove obsolete bits from the description
7577 of "symbol-file".
7578
7579 2006-01-25 Jim Blandy <jimb@redhat.com>
7580
7581 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7582
7583 2006-01-24 Jim Blandy <jimb@redhat.com>
7584
7585 * gdbint.texinfo (Frames): Document the basics of GDB's register
7586 unwinding model, and explain the existence of the "sentinel" frame.
7587
7588 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7589
7590 * gdb.texinfo (Choosing files): Mention that -directory is used
7591 for script files.
7592 (Specifying source directories): Likewise.
7593 (Command files): Explain how script files are found.
7594
7595 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7596
7597 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7598 the threads in a multi-threaded program.
7599 (Threads): The threadno argument of "thread apply" can be a range
7600 of numbers.
7601
7602 2006-01-18 Jim Blandy <jimb@redhat.com>
7603
7604 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7605 of warning flags.
7606
7607 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7608
7609 * gdb.texinfo (Sequences): Improve menu annotations.
7610 (Define): Add index entries for arguments of user-defined
7611 commands. Move the description of flow-control commands...
7612 (Command Files): ...to here. Document loop_break and
7613 loop_continue.
7614 (Define, Command Files): Document `end' and add index entries for
7615 it.
7616
7617 2006-01-04 Michael Snyder <msnyder@redhat.com>
7618
7619 * gdb.texinfo: Add documentation for linux-fork.
7620 * gdbint.texinfo: Add internal documentation for checkpoints.
7621
7622 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7623
7624 * gdb.texinfo (Omissions from Ada): Document that there is now
7625 limited aggregate support.
7626
7627 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7628
7629 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7630 registers and the likes.
7631
7632 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7633
7634 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7635 (Symbols): Fix usage of "e.g.".
7636 (Memory Region Attributes): Fix usage of "etc."
7637
7638 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7639 (Coding): Fix usage of "e.g.".
7640
7641 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7642
7643 * stabs.texinfo:
7644 * refcard.tex:
7645 * gpl.texi:
7646 * gdbint.texinfo:
7647 * gdb.texinfo:
7648 * gdb-cfg.texi:
7649 * fdl.texi:
7650 * annotate.texinfo:
7651 * all-cfg.texi:
7652 * Makefile.in: Add (C) after Copyright. Update the FSF
7653 address.
7654
7655 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7656
7657 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7658 extend GDB with commands for external monitor.
7659
7660 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7661
7662 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7663
7664 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7665
7666 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7667
7668 2005-11-21 Jim Blandy <jimb@redhat.com>
7669
7670 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7671 placement of 'R' actions in tracepoint action packets; document
7672 dependence of 'X' and 'M' actions on a preceding 'R' action for
7673 their registers.
7674
7675 2005-11-19 Jim Blandy <jimb@redhat.com>
7676
7677 * gdb.texinfo (Tracepoint Packets): New node.
7678 (General Query Packets): Add entries for the tracepoint packets,
7679 referring to the "Tracepoint Packets" node.
7680 (Tracepoints): Add reference to "Tracepoint Packets".
7681
7682 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7683
7684 * gdb.texinfo (set remotebreak): Add anchor.
7685 (X packet): Likewise.
7686 (Remote Protocol): Add new section `Interrupts' and new index
7687 entry `interrupts (remote protocol)'.
7688
7689 2005-11-18 Jim Blandy <jimb@redhat.com>
7690
7691 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7692 entries into the General Query Packets section. Add a
7693 cross-reference to that section. Drop description of replies, as
7694 these are covered in the descriptions of each packet.
7695 (General Query Packets): Add introductory text. Explain naming
7696 conventions, and how the end of a name is recognized.
7697
7698 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7699
7700 * gdb.texinfo (Remote configuration): Fix typo in description of
7701 "set remotebreak" command.
7702
7703 2005-11-16 Jim Blandy <jimb@redhat.com>
7704
7705 * gdb.texinfo (Packets, Stop Reply Packets)
7706 (General Query Packets): Various formatting cleanups.
7707 - Use @samp for packet contents.
7708 - Drop summaries from packet @item lines; the same information appears
7709 immediately below in the description.
7710 - Delete paragraph breaks after packet @item commands, so that the
7711 description appears directly to the right of the packet prototype
7712 in the printed manual, if it fits.
7713 - Place spaces in packet prototypes between @vars and non-@var
7714 letters, and explain that they're just for formatting.
7715 - Use @dots{} instead of '...'.
7716 - Fix uses of @code where @var was needed.
7717 - Replace "deprecated" markers with English text spelling out the
7718 packet's status and the preferred alternatives.
7719 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7720 what this ever meant.
7721 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7722 this for a long time.
7723 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7724 implemented several times, and have been in use for years.
7725
7726 2005-11-15 Jim Blandy <jimb@redhat.com>
7727
7728 * gdb.texinfo (Packets): Add index entries for 'm' packet
7729 disclaimers.
7730
7731 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7732 of stub when processing an 'm' packet.
7733
7734 * gdb.texinfo (Packets): Mention that packets beginning with
7735 letters are reserved once, at the top, instead of actually listing
7736 them all and saying "reserved".
7737
7738 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7739
7740 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7741 Change @var{$arg0 to @code{$arg0.
7742
7743 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7744
7745 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7746
7747 2005-11-12 Jim Blandy <jimb@redhat.com>
7748
7749 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7750 order. Remove extraneous 'z'.
7751
7752 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7753
7754 * gdb.texinfo (Choosing files): Add --eval-command.
7755
7756 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7757
7758 * gdb.texinfo (Choosing modes): Add --return-child-result.
7759
7760
7761 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7762
7763 * gdb.texinfo (Choosing modes): Add --batch-silent.
7764
7765 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7766
7767 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7768 "The -var-update Command".
7769
7770 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.texinfo (Print Settings): Add documentation for set/show
7773 print array-indexes.
7774
7775 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7778 6.2 and 6.3.
7779
7780 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7781
7782 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7783 since 19-Jan-2004.
7784 (Files): Likewise.
7785 (Variables, Symbols): Document the "<incomplete type>" message and
7786 its reasons.
7787
7788 2005-08-01 Fred Fish <fnf@specifix.com>
7789
7790 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7791
7792 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7793
7794 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7795 option for -var-list-children and -var-update.
7796 (GDB/MI Stack Manipulation): Simplify description of
7797 print-values option for -stack-list-locals.
7798 (GDB/MI Command Description Format): Clarify.
7799 (Mode Options): Spelling of superseded.
7800
7801 2005-07-12 Bob Rossi <bob@brasko.net>
7802
7803 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7804 corresponding GDB command comment.
7805
7806 2005-07-06 Bob Rossi <bob@brasko.net>
7807
7808 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7809 and -inferior-tty-show.
7810 (Input/Output): Document "set/show inferior-tty" and tty alias.
7811
7812 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7813
7814 * gdb.texinfo (Packets): Change description of 'D' packet to note
7815 that GDB does wait for a response.
7816
7817 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * gdb.texinfo (History) Rename "Command History".
7820 (Command History): Move node "Server Prefix" from section on
7821 Annotations here.
7822
7823 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7824
7825 * gdb.texinfo (GDB/MI Stack Manipulation):
7826 Re-instate -stack-info-frame with example. Say that it gets
7827 info on selected frame, not current frame.
7828
7829 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7830
7831 * gdb.texinfo (Server): Clarify that `file' should be used before
7832 connecting to the server.
7833 (Files): Add an xref to the above description.
7834 (Output Formats): More detailed description of the `c' format.
7835 (Memory): List explicitly all the formats supported by `x'.
7836 (Threads): Add an @cindex entry for "thread apply".
7837 (Files): Document the possibility of loading unlinked object
7838 files. Add more indexing for solib-absolute-prefix and
7839 --with-sysroot.
7840 (Machine Code): Document possible problems with locations in
7841 shared libraries.
7842 (Backtrace): Document that free-standing environments do not need
7843 to have a `main' function.
7844
7845 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7848 -stack-info-frame.
7849
7850 2005-06-07 Andrew Cagney <cagney@gnu.org>
7851
7852 * gdb.texinfo (Contributors): Note the original multi-arch
7853 contributors.
7854
7855 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7856
7857 * gdb.texinfo (Registers): Add index entries for the standard
7858 registers.
7859 (Frames): Add cross-reference from frame pointer description to
7860 the Registers node.
7861 (Annotations Overview): Fix the reference to GDB name.
7862
7863 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7864
7865 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7866 can-use-hw-watchpoints.
7867
7868 2005-05-28 Bob Rossi <bob@brasko.net>
7869
7870 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7871 the possible reasons why an exec async record would be returned to FE.
7872
7873 2005-05-26 Andrew Cagney <cagney@gnu.org>
7874
7875 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7876 Andrew Cagney implemented the original GDB/MI.
7877
7878 2005-05-23 Orjan Friberg <orjanf@axis.com>
7879
7880 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7881 documentation. Add documentation for cris-mode.
7882
7883 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7884
7885 * gdb.texinfo (Numbers): Explain the example and make the wording
7886 more acurate.
7887
7888 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7889 Dennis Brueni <dennis@slickedit.com>
7890
7891 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7892 (GDB/MI Data Manipulation, GDB/MI Program Control)
7893 (GDB/MI Stack Manipulation): Update examples to include the fullname
7894 attribute in stack frames.
7895
7896 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7897
7898 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7899 do with other non-standard names of init files.
7900
7901 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7902
7903 * gdb.texinfo (Command Files): Move the description of the startup
7904 from here...
7905 (Startup): ...to this new subsection of the Invocation chapter.
7906 Rearrange the description of init files more logically and add a
7907 cross-reference to "Command Files". Document the special gdbinit
7908 name for CISCO 68k. Expand the description of what GDB does
7909 during startup.
7910 (History): Add index entry for HISTSIZE.
7911
7912 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7913
7914 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7915
7916 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7917
7918 * gdb.texinfo (SVR4 Process Information, The isatty call)
7919 (The system call): Don't use foo(N) notation for man pages and
7920 functions.
7921 (Compilation, DJGPP Native): Improve wording.
7922
7923 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7924
7925 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7926 were optimized away.
7927
7928 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7929
7930 * gdb.texinfo (Remote configuration): Document "set/show
7931 get-thread-local-storage-address". Add cross-reference to the
7932 description of the qGetTLSAddr packet.
7933 (General Query Packets): Mention "set remote
7934 get-thread-local-storage-address" and add a reference to its
7935 description.
7936
7937 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7938
7939 * gdb.texinfo (Backtrace): Describe 'bt full'.
7940
7941 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7942
7943 * gdb.texinfo (Mode Options): Fix typo.
7944 (GDB/MI): Describe how to invoke GDB/MI.
7945
7946 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7947
7948 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7949 references changed. Add description of "info udot".
7950 (Files): Document "set/show stop-on-solib-events".
7951 (M32R/D): Document "set/show download-path", "set/show
7952 board-address", "set/show server-address", "upload", "tload".
7953 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7954 "use_mon_code", "use_ib_break", "use_dbt_break".
7955 (Maintenance Commands): Improve indexing.
7956 (Target Commands): Document "set/show hash", "set/show debug
7957 monitor".
7958 (SVR4 Process Information): Document "info pidlist" and "info
7959 meminfo". Document "set/show procfs-tarce" and "set/show
7960 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7961 (Symbols, The Print Command with Objective-C): Improve indexing.
7962 (Objective-C): Add references to "info classes" and "info
7963 selectors".
7964 (Debugging Output): Improve wording. Document "set/show debug
7965 solib-frv". Fix "set/show debugvarobj".
7966 (Set Breaks): Add index entry for "hardware breakpoints".
7967 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7968 and "set/show usehardbreakpoints".
7969 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7970 monitor-prompt", "set/show monitor-warnings", "pmon".
7971 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7972 rdiromatzero", "set/show rdiheartbeat".
7973 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7974 "sds".
7975 (Embedded Processors): Document the "sim" command.
7976 (Remote): Document the "remote" command.
7977 (DJGPP Native): Document the "info serial" command.
7978 (Threads): Document "maint info sol-threads".
7979 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7980 (Set Breaks): Improve indexing.
7981 (Command Syntax): Add a reference to dont-repeat.
7982 (Define): Document "dont-repeat".
7983 (TUI Commands): Document "tabset".
7984 (WinCE): New subsection. Document "set/show remotedirectory",
7985 "set/show remoteupload", "set/show remoteaddhost".
7986
7987 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7988
7989 * gdb.texinfo (Hurd Native): New subsection, documents
7990 Hurd-specific commands.
7991 (Maintenance Commands): Add cross-reference to "Debugging Output".
7992 (Debugging Output): Document "set/show debug lin-lwp".
7993 (MIPS): Improve documentation of heuristic-fence-post. Document
7994 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7995 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7996 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7997 (ARM): Document ARM-specific commands.
7998 (AVR): New section. Document "info io_registers".
7999 (CRIS): New section. Document "set/show cris-version" and
8000 "set/show cris-dwarf2-cfi".
8001 (HPPA): New section. Document "set/show debug hppa" and "maint
8002 print unwind".
8003 (Neutrino): New subsection. Document "set/show debug nto-debug".
8004 (Super-H): New section. Document the "regs" command.
8005 (Debugging Output): Document "set/show debug aix-thread".
8006
8007 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8008
8009 * gdb.texinfo (Print Settings): Document "set/show print
8010 pascal_static-members", "set print repeats", "show print
8011 null-stop". Improve indexing. Fix documentation of "set print
8012 union".
8013 (Pascal): New section.
8014 (Supported languages): Rename from "Support"; all references
8015 updated. Add a menu item for Pascal.
8016 (Numbers): Document "set radix.
8017 (Screen Size): Document "set/show pagination".
8018 (MIPS Embedded): Remove "set processor" documentation.
8019 (Remote configuration): Document "set/show X/P/Z-packet",
8020 "set/show read-aux-vector-packet", "set/show remote
8021 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8022 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8023 remotedebug", "set/show remotebreak", "set/show remotedevice",
8024 "set/show remotelogfile".
8025 (Auxiliary Vector): Add reference to the description of the
8026 read-aux-vector-packet setting.
8027 (Set Watchpoints): Add a cross-reference to "set remote
8028 hardware-breakpoint-limit".
8029 (General Query Packets): Add indexing of requests and
8030 cross-references to related commands in "Remote configuration".
8031 (File-I/O Overview, The system call): Fix wording and typos.
8032 (Thread Stops): Add index entries.
8033 (Continuing and Stepping): Document "show step-mode".
8034 (i386): New node. Document "set/show struct-convention".
8035 (Files): Document "show trust-readonly-sections".
8036 (Calling): Document "set/show unwindonsignal".
8037 (Messages/Warnings): Add index entries.
8038 (Maintenance Commands): Document "set/show watchdog".
8039 (Annotations Overview): Document "show annotate".
8040 (Set Watchpoints): Add index entries.
8041 (Symbols): Fix doc of case-sensitive.
8042 (ABI): Document "show coerce-float-to-double".
8043 (Convenience Vars, Help): Improve indexing.
8044 (Machine Code): Document "show disassembly-flavor".
8045 (Debugging C plus plus): Document "show overload-resolution".
8046 (Value History, Signaling): Add index entries.
8047
8048 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8049
8050 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8051 (Processes): Fix wording.
8052 (History, List, Logging output, Define, Symbols, Print Settings):
8053 Improve indexing.
8054
8055 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8056
8057 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8058 redundant index entry for "target" command.
8059 (Backtrace): Add index entries.
8060 (Symbols, Fortran): Document the "set case-sensitive" command.
8061 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8062 (Print Settings): Add index entry for "set demangle-style".
8063 (Target Commands): Document "set download-write-size".
8064 (Debugging Output): Document "set exec-done-display".
8065
8066 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8067
8068 * gdb.texinfo (Files): Fix the name and documentation of
8069 add-shared-symbol-files. Document its alias assf. Update the
8070 list of OSs where GDB supports shared libraries. Fix markup.
8071 (Continuing and Stepping): Add reference to @var{location} in the
8072 text.
8073 (Dump/Restore Files): Fix reference to @{filename}.
8074 (Help): Fix wording.
8075 (Attach): Ditto.
8076 (Set Watchpoints): Ditto.
8077 (Backtrace): Remove redundant index entries. Improve index
8078 entries.
8079 (Delete Breaks): Fix wording.
8080 (Memory): Document the compare-sections command.
8081 (Memory Region Attributes): Improve wording.
8082 (Disabling): Improve wording.
8083 (Fortran): New subsection. Document the "info common" command.
8084 (Help): Document aliases "info copying" and "info warranty".
8085 (Caching Remote Data): New section. Document the "set/show
8086 remotecache" and "info dcache" commands.
8087 (Show): Fix wording of the documentation of the "set
8088 extension-language" command.
8089 (Signals): Add index entry for "info handle".
8090 (Memory Region Attributes): Fix punctuation.
8091 (Symbols): Change the arg name to "location" and refer to it in
8092 the text. Fix wording of "info types" doc.
8093 (Threads): Fix usage of @enumerate @item's.
8094 (Listing Tracepoints): Add index entry for "info tp".
8095 (Set Watchpoints): Add xref to "info break" description.
8096 (Macros): Add an index entry for "macro exp1". Document the
8097 "macro list" command.
8098 (Maintenance Commands): Document "flushregs", "maint agent",
8099 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8100 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8101 "maint print architecture", "maint print objfiles", "maint print
8102 statistics", "maint print type", "maint show-debug-regs", "maint
8103 space", "maint time", and "maint translate-address".
8104 (Connecting): Document the "monitor" command.
8105 (Annotations Overview): Describe the "set annotate" command.
8106
8107 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8110 Rearrange index entries and improve wording about support for
8111 hardware watchpoints.
8112
8113 2005-03-10 Bob Rossi <bob@brasko.net>
8114
8115 * gdb.texinfo: Update copyright
8116
8117 2005-02-09 Theodore A. Roth <troth@openavr.org>
8118
8119 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8120 error.
8121
8122 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8123
8124 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8125
8126 2005-01-17 Michael Snyder <msnyder@redhat.com>
8127
8128 * gdb.texinfo: Fix spelling, infinte -> infinite.
8129
8130 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8131
8132 * observer.texi (GDB Observers): Document "solib_loaded".
8133
8134 2005-01-07 Andrew Cagney <cagney@gnu.org>
8135
8136 * configure.ac: Rename configure.in, require autoconf 2.59.
8137 * configure: Re-generate.
8138
8139 * configure.in: Replace configdirs with multiple references to
8140 AC_CONFIG_SUBDIRS.
8141 * configure: Re-generate.
8142
8143 2005-01-04 Andrew Cagney <cagney@gnu.org>
8144
8145 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8146 part of the version number.
8147
8148 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8149
8150 * gdbint.texinfo (Algorithms): Remove description of
8151 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8152
8153 2004-12-07 Jim Blandy <jimb@redhat.com>
8154
8155 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8156 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8157 numbers.
8158
8159 2004-12-07 Andreas Schwab <schwab@suse.de>
8160
8161 * gdb.texinfo (Mode Options): Document -l option.
8162
8163 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8164
8165 * gdbint.texinfo (Algorithms): More accurate description of
8166 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8167 is not needed unless data-read and data-access watchpoints are
8168 supported. Add a description of how GDB checks whether the
8169 inferior stopped because a watchpoint was hit.
8170
8171 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8172
8173 * gdb.texinfo (Files): Add cross-reference to description of
8174 -readnow command-line switch.
8175
8176 2004-11-10 Randolph Chung <tausq@debian.org>
8177
8178 * gdb.texinfo: Document set/show backtrace past-entry commands.
8179 Rearrange index entries for set/show backtrace past-main.
8180
8181 2004-11-10 Jon Beniston <jon@beniston.com>
8182
8183 Committed by Andrew Cagney <cagney@gnu.org>.
8184 * gdb.texinfo (Remote Serial Protocol): Further describe
8185 binary transfer escaping mechanism .
8186
8187 2004-11-08 Randolph Chung <tausq@debian.org>
8188
8189 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8190 and "show debug infrun". Add index entries.
8191
8192 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8193
8194 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8195 "info proc" that are already implemented. Add index entries.
8196 (Working Directory): Add a cross-reference to "info proc" command.
8197 (Files): Add a tip for decreasing memory used for symtabs from
8198 shared libraries.
8199 (Starting): Fix whitespace; make "elaboration" stand out where it
8200 is first used, and add an index entry for the term.
8201 (Calling): Expand and elaborate text. Add "print". Add the
8202 description of problems with weak aliases.
8203 (Core File Generation): New section.
8204
8205 2004-10-12 Andrew Cagney <cagney@gnu.org>
8206
8207 * gdbint.texinfo (Versions and Branches): New chapter.
8208 (Releasing GDB): Delete "Versions and Branches" section.
8209 (Top): Add "Versions and Branches".
8210
8211 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8212
8213 * gdb.texinfo (Editing, History): Add cross-references to the
8214 included Readline and History user documentation. Remove
8215 references to the symbol have-readline-appendices which is unused
8216 and undefined.
8217 (History): Fix indexing.
8218
8219 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8220
8221 * gdbint.texinfo (target_stopped_data_address): Update to
8222 new prototype.
8223 (i386_stopped_data_address): Update prototype and description.
8224 (i386_stopped_by_watchpoint): New function and description.
8225
8226 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8227
8228 * gdb.texinfo (Filenames): Add Ada suffixes.
8229 (Ada) New section.
8230
8231 2004-09-27 Andrew Cagney <cagney@gnu.org>
8232 Robert Picco <Robert.Picco@hp.com>
8233
8234 * gdb.texinfo (Packets): Document the "p" packet.
8235
8236 2004-09-21 Jason Molenda (jmolenda@apple.com)
8237
8238 * gdb.texinfo (Paths and Names of the Source Files): Document the
8239 meaning of values in the 'desc' field of a SO stab.
8240
8241 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8242
8243 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8244 max-cache-age" and "maint show dwarf2 max-cache-age".
8245
8246 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8247
8248 * gdb.texinfo (Set Breaks): Add index entry for setting
8249 breakpoints on overloaded C++ functions that are not members of
8250 any classes. Add an example and an index entry for setting
8251 breakpoints on all program functions.
8252 (Character Sets, Macros, Overlay Commands)
8253 (Non-debug DLL symbols, GDB/MI Output Syntax)
8254 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8255 Use "(@value{GDBP})" instead of a literal "(gdb)".
8256
8257 2004-09-12 Andrew Cagney <cagney@gnu.org>
8258
8259 * gdbint.texinfo (Native Debugging): Delete description of
8260 FILES_INFO_HOOK.
8261
8262 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8263
8264 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8265 to hex_string_custom (not historically correct, but more
8266 understandable, given the current code).
8267
8268 2004-09-03 Andrew Cagney <cagney@gnu.org>
8269
8270 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8271
8272 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8273
8274 * observer.texi (solib_unloaded): New observer.
8275
8276 2004-08-24 Andrew Cagney <cagney@gnu.org>
8277
8278 * gdbint.texinfo (Target Architecture Definition): Add missing
8279 comma.
8280
8281 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8282
8283 * (Using the Testsuite): build != host is supported,
8284 but some test scripts do not support build != host.
8285
8286 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8287
8288 * gdbint.texinfo (Host Definition): Delete description of
8289 FCLOSE_PROVIDED and GETENV_PROVIDED.
8290
8291 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8292
8293 * gdbint.texinfo (Host Definition): Delete description of
8294 NO_SYS_FILE.
8295 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8296 PTRACE_FP_BUG.
8297
8298 2004-08-05 Andrew Cagney <cagney@gnu.org>
8299
8300 * gdbint.texinfo (Target Architecture Definition): Delete
8301 reference to deprecated_read_fp.
8302
8303 2004-08-02 Andrew Cagney <cagney@gnu.org>
8304
8305 * gdbint.texinfo (Target Architecture Definition): Delete
8306 description of DEPRECATED_REGISTER_BYTES.
8307
8308 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8309
8310 * gdb.texinfo (Source Path): Document the new behavior of
8311 searching for the source files.
8312
8313 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8314
8315 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8316 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8317 (Auto Display): Improve indexing.
8318
8319 2004-07-16 Andrew Cagney <cagney@gnu.org>
8320
8321 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8322 "-noasync".
8323
8324 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8325
8326 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8327 have the same prefix have only their prefix in the index.
8328
8329 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8330
8331 * gdb.texinfo (BSD libkvm Interface): New node (section)
8332 (Native): Add it to the menu.
8333
8334 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8335
8336 * gdbint.texinfo (Target Architecture Definition): Remove
8337 PCC_SOL_BROKEN.
8338
8339 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8340
8341 * gdbint.texinfo (Target Architecture Definition): Remove
8342 SUN_FIXED_LBRAC_BUG.
8343
8344 2004-06-26 Andrew Cagney <cagney@gnu.org>
8345
8346 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8347
8348 2004-06-20 Andrew Cagney <cagney@gnu.org>
8349
8350 * gdbint.texinfo (Target Architecture Definition): Deprecate
8351 USE_STRUCT_CONVENTION.
8352
8353 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8354
8355 gdb.texinfo (Bug Reporting): Mention session recording,
8356 with the script command or Emacs.
8357
8358 2004-06-18 Andrew Cagney <cagney@gnu.org>
8359
8360 * gdbint.texinfo (Target Architecture Definition): Deprecate
8361 FUNCTION_START_OFFSET.
8362
8363 2004-06-14 Andrew Cagney <cagney@gnu.org>
8364
8365 Based on changes from Karl Berry.
8366 * gdb.texinfo: Do not use @sc in a direntry.
8367 * stabs.texinfo: Change @dircateogry to "Software development".
8368 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8369
8370 2004-06-13 Andrew Cagney <cagney@gnu.org>
8371
8372 * gdbint.texinfo (Target Architecture Definition): Delete
8373 description of RETURN_VALUE_ON_STACK.
8374
8375 2004-06-09 Andrew Cagney <cagney@gnu.org>
8376
8377 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8378 deleted by previous patch.
8379
8380 2004-06-08 Andrew Cagney <cagney@gnu.org>
8381
8382 * gdbint.texinfo (Native Debugging): Delete documentation on
8383 ATTACH_DETACH.
8384
8385 2004-06-06 Randolph Chung <tausq@debian.org>
8386
8387 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8388
8389 2004-06-06 Randolph Chung <tausq@debian.org>
8390
8391 * gdb.texinfo (push_dummy_call): Update argument list to match
8392 the new push_dummy_call method signature. Describe the function
8393 argument.
8394
8395 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8396
8397 * gdb.texinfo (Starting): Document new start command.
8398
8399 2004-05-21 Andrew Cagney <cagney@redhat.com>
8400
8401 * observer.texi (GDB Observers): Document "inferior_created".
8402
8403 2004-05-08 Andrew Cagney <cagney@redhat.com>
8404
8405 * gdbint.texinfo (Target Architecture Definition): Delete
8406 description of DO_DEFERRED_STORES.
8407
8408 * gdbint.texinfo (Target Architecture Definition): Delete
8409 references to DEPRECATED_FIX_CALL_DUMMY.
8410
8411 * gdbint.texinfo (Target Architecture Definition): Delete
8412 description of DEPRECATED_CALL_DUMMY_WORDS,
8413 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8414
8415 * gdbint.texinfo (Target Architecture Definition): Delete
8416 description of DEPRECATED_PUSH_DUMMY_FRAME.
8417
8418 * gdbint.texinfo (Target Architecture Definition): Delete
8419 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8420
8421 2004-05-07 Andrew Cagney <cagney@redhat.com>
8422
8423 * observer.texi (GDB Observers): Add "Debugging" section. Include
8424 cross reference to "set/show debug observer".
8425 * gdb.texinfo (Debugging Output): Document "set/show debug
8426 observer".
8427
8428 2004-05-01 Andrew Cagney <cagney@redhat.com>
8429
8430 * gdbint.texinfo (Target Architecture Definition): Delete
8431 description of DEPRECATED_PC_IN_SIGTRAMP.
8432
8433 2004-04-30 Andrew Cagney <cagney@redhat.com>
8434
8435 * gdbint.texinfo (Target Architecture Definition): Delete
8436 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8437
8438 2004-04-30 Orjan Friberg <orjanf@axis.com>
8439
8440 * observer.texi (GDB Observers): Correct spelling.
8441
8442 2004-04-26 Orjan Friberg <orjanf@axis.com>
8443
8444 * observer.texi (GDB Observers): Add target_changed event.
8445
8446 2004-04-08 Andrew Cagney <cagney@redhat.com>
8447
8448 * observer.texi (GDB Observers): Rework, provide generic observer
8449 definitions and then a list of observable events.
8450
8451 2004-04-04 Andrew Cagney <cagney@redhat.com>
8452
8453 * gdbint.texinfo (Host Definition): Delete reference to
8454 NO_SIGINTERRUPT.
8455
8456 2004-04-02 Andrew Cagney <cagney@redhat.com>
8457
8458 * gdbint.texinfo (Target Architecture Definition): Delete
8459 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8460
8461 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8462
8463 * gdb.texinfo (TUI Commands): Document tui reg commands.
8464
8465 2004-03-26 Andrew Cagney <cagney@redhat.com>
8466
8467 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8468 "gdbtui".
8469 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8470 (Contributors): Mention both Text and Terminal User Interface.
8471
8472 2004-03-23 Andrew Cagney <cagney@redhat.com>
8473
8474 * gdbint.texinfo (Target Architecture Definition): Deprecate
8475 references to SIGTRAMP_START and SIGTRAMP_END.
8476
8477 2004-03-23 Andrew Cagney <cagney@redhat.com>
8478
8479 * gdbint.texinfo (Target Architecture Definition): Deprecate
8480 references to PC_IN_SIGTRAMP.
8481
8482 2004-03-19 Andrew Cagney <cagney@redhat.com>
8483
8484 * gdbint.texinfo (Target Architecture Definition): Delete
8485 reference to GDB_TARGET_IS_HPPA.
8486
8487 2004-03-18 Andrew Cagney <cagney@redhat.com>
8488
8489 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8490 describe pre_init and post_init.
8491
8492 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8493
8494 * gdb.texinfo (Debugging Output): Document values for "set debug
8495 target".
8496
8497 2004-02-28 Andrew Cagney <cagney@redhat.com>
8498
8499 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8500
8501 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8502
8503 * gdb.texinfo (breakpoints): Add information about the
8504 new "set breakpoint pending" and "show breakpoint pending"
8505 commands.
8506
8507 2004-02-26 Andrew Cagney <cagney@redhat.com>
8508
8509 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8510 in Per-architecture module data section.
8511
8512 2004-02-25 Roland McGrath <roland@redhat.com>
8513
8514 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8515
8516 2004-02-24 Andrew Cagney <cagney@redhat.com>
8517
8518 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8519 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8520 * fdl.texi: Import Version 1.2, November 2002.
8521
8522 2004-02-17 Andrew Cagney <cagney@redhat.com>
8523
8524 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8525
8526 2004-02-16 Andrew Cagney <cagney@redhat.com>
8527
8528 * gdbint.texinfo (Target Architecture Definition): Deprecate
8529 FRAMELESS_FUNCTION_INVOCATION.
8530
8531 2004-02-16 Andrew Cagney <cagney@redhat.com>
8532
8533 * gdbint.texinfo (Coding): Mention -Wunused-function.
8534
8535 2004-02-14 Andrew Cagney <cagney@redhat.com>
8536
8537 * gdbint.texinfo (Target Architecture Definition): Delete
8538 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8539
8540 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8541
8542 * gdb.texinfo: Properly quote the name "C++".
8543 * gdbint.texinfo: Ditto.
8544 * stabs.texinfo: Ditto.
8545
8546 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8547
8548 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8549 minimal information about libiberty.
8550
8551 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8552
8553 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8554
8555 2004-02-04 Roland McGrath <roland@redhat.com>
8556
8557 * gdb.texinfo (Auxiliary Vector): New node (section).
8558 (Data): Add it to the menu.
8559
8560 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8561
8562 * gdb.texinfo (Breakpoints): Add information about pending
8563 breakpoint support.
8564
8565 2004-01-26 Andrew Cagney <cagney@redhat.com>
8566
8567 * gdb.texinfo (Overview): Delete references to the cisco protocol
8568 including the "N" response.
8569
8570 2004-01-26 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdbint.texinfo (Target Architecture Definition): Rename
8573 EXTRACT_STRUCT_VALUE_ADDRESS to
8574 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8575
8576 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8577
8578 * gdb.texinfo (KOD): Document "show os". Add index entries for
8579 "set/show os" and "info cisco" commands.
8580
8581 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8582
8583 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8584
8585 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8586
8587 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8588 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8589
8590 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8591
8592 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8593 -stack-list-locals.
8594 (GDB/MI Variable Objects): Describe extension to
8595 -var-list-children.
8596
8597 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8598
8599 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8600
8601 2004-01-17 Andrew Cagney <cagney@redhat.com>
8602
8603 * gdbint.texinfo (Target Architecture Definition): Delete
8604 documentation on DEPRECATED_NPC_REGNUM.
8605
8606 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8607
8608 * gdb.texinfo: Update copyright year. Mention that set
8609 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8610 "set follow-fork-mode ask".
8611
8612 2004-01-13 Andrew Cagney <cagney@redhat.com>
8613
8614 * gdbint.texinfo: Update copyright year.
8615 (Coding): Add -Wunused-label to list of -Werror warnings.
8616
8617 2004-01-08 Jason Molenda <jmolenda@apple.com>
8618 Eli Zaretskii <eliz@gnu.org>
8619
8620 * gdb.texinfo: Update copyright.
8621 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8622 around names, as appropriate. Minor syntax cleanup of
8623 _NSPrintForDebugger explanation. Two spaces after periods.
8624 GDBN used instead of lit. "gdb". Index entries added for
8625 print-object and _NSPrintForDebugger. @noindent added in one spot.
8626
8627 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8628
8629 * stabs.texinfo: Add dircategory and direntry commands.
8630 * annotate.texinfo: Ditto.
8631
8632 2003-11-10 Andrew Cagney <cagney@redhat.com>
8633
8634 * gdbint.texinfo (Target Architecture Definition): Replace the
8635 return_value method's "inval" and "outval" parameters with
8636 "readbuf" and "writebuf".
8637
8638 2003-10-28 Jim Blandy <jimb@redhat.com>
8639
8640 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8641 from "The `F' request packet" and "The `F' reply packet", to make
8642 texi2dvi happy.
8643 (File-I/O remote protocol extension): Update menu entries, too.
8644
8645 2003-10-26 Michael Chastain <mec@shout.net>
8646
8647 * gdb.texinfo (Thread Stops): Document the issue with
8648 premature return from system calls in multi-threaded programs.
8649
8650 2003-10-24 Andrew Cagney <cagney@redhat.com>
8651
8652 * annotate.texinfo: Fix "fortunatly"[sic].
8653
8654 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8655
8656 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8657 with "Hitachi" and "Mitsubishi".
8658
8659 2003-10-20 Andrew Cagney <cagney@redhat.com>
8660
8661 * gdbint.texinfo (Target Architecture Definition): Document
8662 gdbarch_return_value. Add cross references from
8663 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8664 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8665
8666 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Document
8669 regset_from_core_section.
8670
8671 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8672
8673 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8674
8675 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8676
8677 From Anthony Green <green@redhat.com>:
8678 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8679
8680 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8681
8682 * gdb.texinfo (Breakpoint related warnings): New node.
8683 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8684
8685 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8686
8687 * gdb.texinfo (Remote Protocol): Document v and vCont.
8688
8689 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8690
8691 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8692 * gdbint.texinfo: Ditto.
8693
8694 2003-10-09 Andrew Cagney <cagney@redhat.com>
8695
8696 From 2003-09-18 David Anderson <davea@sgi.com>:
8697 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8698 "command".
8699
8700 2003-10-03 Andrew Cagney <cagney@redhat.com>
8701
8702 * gdbint.texinfo (Target Architecture Definition): Deprecate
8703 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8704 just target.
8705
8706 2003-10-02 Andrew Cagney <cagney@redhat.com>
8707
8708 * gdbint.texinfo (Target Architecture Definition): Rename
8709 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8710 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8711 * gdbint.texinfo (Target Architecture Definition): Rename
8712
8713 2003-09-30 Andrew Cagney <cagney@redhat.com>
8714
8715 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8716 (Target Architecture Definition):
8717
8718 * gdbint.texinfo (Target Architecture Definition): Rename
8719 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8720
8721 2003-09-29 Andrew Cagney <cagney@redhat.com>
8722
8723 * gdbint.texinfo (Target Architecture Definition): Delete
8724 documentation for NEED_TEXT_START_END.
8725
8726 * gdbint.texinfo (Target Architecture Definition): Rename
8727 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8728 TARGET_WRITE_PC.
8729
8730 2003-09-22 Michael Chastain <mec@shout.net>
8731
8732 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8733
8734 2003-09-21 Anthony Green <green@redhat.com>
8735
8736 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8737
8738 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8739
8740 * gdbint.texinfo (Target Architecture Definition): Document
8741 stabs_argument_has_addr.
8742
8743 2003-09-18 Andrew Cagney <cagney@redhat.com>
8744
8745 * gdbint.texinfo (Target Architecture Definition): Delete
8746 documentation on REGISTER_NAMES.
8747
8748 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Replace
8751 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8752
8753 2003-09-11 Andrew Cagney <cagney@redhat.com>
8754
8755 * gdbint.texinfo (Target Architecture Definition): Replace
8756 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8757
8758 2003-08-18 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdbint.texinfo (Target Architecture Definition): Document
8761 "frame_red_zone_size".
8762
8763 2003-08-09 Andrew Cagney <cagney@redhat.com>
8764
8765 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8766 with "set/show backtrace past-main" and "set/show backtrace
8767 limit".
8768
8769 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8770
8771 * Makefile.in (install-info): Support DESTDIR.
8772 (install-html): Likewise.
8773
8774 2003-08-07 Andrew Cagney <cagney@redhat.com>
8775
8776 Patch from Nick Roberts.
8777 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8778 bindings. Remove description of send-gdb-command.
8779
8780 2003-08-07 Andrew Cagney <cagney@redhat.com>
8781
8782 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8783 GDB 6.0.
8784
8785 2003-08-06 Andrew Cagney <cagney@redhat.com>
8786
8787 * gdb.texinfo (Mode Options): Mention that level three is the
8788 highest available and that level 2 is deprecated.
8789 (Annotations Overview): Mention annotation levels. Cross reference
8790 to "Limitations of the Annotation Interface" in annotate.texi.
8791 (TODO, Value Annotations, Frame Annotations): Delete section.
8792 (Displays, Breakpoint Info): Delete.
8793
8794 2003-08-04 Andrew Cagney <cagney@redhat.com>
8795
8796 * agentexpr.texi: Delete @bye.
8797 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8798 (stabs.info): Add $(srcdir) to include search path.
8799 (html): Depend on "annotate_toc.html", and not "annotate.html".
8800 * stabs.texinfo: Ditto. Include "fdl.texi".
8801 * gdbint.texinfo: Update copyright statement's list of invariant
8802 sections.
8803
8804 2003-07-28 Andrew Cagney <cagney@redhat.com>
8805
8806 * Makefile.in (INFO_DEPS): Add annotate.info.
8807 (dvi, ps, html, pdf): Add annotate.
8808 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8809 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8810 (ANNOTATE_DOC_FILES): New macro.
8811 (ANNOTATE_TEX_TMPS): New macro.
8812 (annotate.info, annotate_toc.html): Specify dependencies.
8813 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8814 * annotate.texinfo: Rename annotate.texi. Get building. Add
8815 "Migrating to GDB/MI" and "Limitations of the Annotation
8816 Interface" chapters. Mention why it is not part of the user
8817 guide. Update copyright notice. Include "fdl.texi".
8818
8819 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8820
8821 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8822
8823 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8824
8825 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8826
8827 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8828
8829 * gdb.texinfo (Server): Mention pidof.
8830
8831 2003-07-22 Andrew Cagney <cagney@redhat.com>
8832
8833 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8834 list.
8835
8836 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8837
8838 * gdb.texinfo (Logging output): New chapter.
8839
8840 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8841
8842 * gdb.texinfo (Unsupported languages): New section.
8843 (Languages): Add link to new section.
8844
8845 2003-06-22 Andrew Cagney <cagney@redhat.com>
8846
8847 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8848
8849 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8850
8851 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8852
8853 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8854
8855 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8856 * agentexpr.texi: Retitle section, and change it to an appendix.
8857 Comment out texinfo initialization. Factor a @var{} into two
8858 pieces to prevent makeinfo warnings.
8859 * gdb.texinfo: Add Agent Expressions appendix.
8860
8861 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8862
8863 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8864
8865 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8866
8867 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8868 remote target". Document the "detach" and "disconnect" commands.
8869 (Server, Netware, Debug Session): Reference "Connecting to a
8870 remote target".
8871 (GDB/MI Target Manipulation): Document "-target-disconnect".
8872
8873 2003-06-13 Andrew Cagney <cagney@redhat.com>
8874
8875 * gdbint.texinfo (Target Architecture Definition): Deprecate
8876 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8877 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8878
8879 2003-06-09 Jim Blandy <jimb@redhat.com>
8880
8881 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8882
8883 2003-06-08 Andrew Cagney <cagney@redhat.com>
8884
8885 * gdbint.texinfo (Target Architecture Definition): Delete
8886 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8887
8888 2003-06-08 Andrew Cagney <cagney@redhat.com>
8889
8890 * gdbint.texinfo (Target Architecture Definition): Document
8891 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8892
8893 2003-06-07 Adam Fedor <fedor@gnu.org>
8894
8895 * gdb.texinfo: Add Objective-C documentation.
8896
8897 2003-06-01 Andrew Cagney <cagney@redhat.com>
8898
8899 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8900 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8901
8902 2003-05-21 Andrew Cagney <cagney@redhat.com>
8903
8904 * gdbint.texinfo (Target Architecture Definition): Delete
8905 references to "extract_address" and "store_address".
8906
8907 2003-05-16 Andrew Cagney <cagney@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Replace
8910 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8911 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8912
8913 2003-05-14 Theodore A. Roth <troth@openavr.org>
8914
8915 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8916
8917 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8918
8919 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8920 (gdb.dvi): Likewise.
8921 (gdb.pdf): Likewise.
8922 (links2roff): Likewise.
8923
8924 2003-05-08 Jim Blandy <jimb@redhat.com>
8925
8926 * gdb.texinfo (Dump/Restore Files): Update documentation for
8927 'dump', 'append', and 'restore': note that format argument is
8928 optional; simplify presentation of the command variants; and be
8929 more precise about the formats.
8930
8931 2003-05-07 Jim Blandy <jimb@redhat.com>
8932
8933 * gdb.texinfo (Symbols): Update documentation: 'maint list
8934 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8935 symtabs' and 'maint info psymtabs'.
8936
8937 2003-05-05 Andrew Cagney <cagney@redhat.com>
8938
8939 * gdbint.texinfo (Target Architecture Definition): Make
8940 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8941 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8942 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8943
8944 2003-05-04 Andrew Cagney <cagney@redhat.com>
8945
8946 * gdb.texinfo (Maintenance Commands): Document "maint print
8947 dummy-frames".
8948
8949 2003-05-04 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8952
8953 2003-05-03 J. Brobecker <brobecker@gnat.com>
8954
8955 Thierry Schneider <tpschneider1@yahoo.com>
8956 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8957 for new MI command.
8958
8959 2003-05-03 Andrew Cagney <cagney@redhat.com>
8960
8961 * gdbint.texinfo (Target Architecture Definition): Document
8962 push_dummy_code. Add cross references.
8963
8964 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8965
8966 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8967 set/show charsets commands.
8968
8969 2003-04-28 Andrew Cagney <cagney@redhat.com>
8970
8971 * gdbint.texinfo (Target Architecture Definition): Replace
8972 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8973 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8974
8975 2003-04-28 Andrew Cagney <cagney@redhat.com>
8976
8977 * gdbint.texinfo (Target Architecture Definition): Rename
8978 "tm_print_insn" to "deprecated_tm_print_insn".
8979
8980 2003-04-09 Jim Blandy <jimb@redhat.com>
8981
8982 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8983 list psymtabs'.
8984
8985 2003-04-08 Andrew Cagney <cagney@redhat.com>
8986
8987 * gdbint.texinfo (Target Architecture Definition): Delete
8988 references to EXTRA_FRAME_INFO.
8989
8990 2003-04-08 Andrew Cagney <cagney@redhat.com>
8991
8992 * gdbint.texinfo (Target Architecture Definition): Delete
8993 PRINT_TYPELESS_INTEGER.
8994
8995 2003-04-02 J. Brobecker <brobecker@gnat.com>
8996
8997 * observer.texi (GDB Observers): Adjust the documentation for the
8998 normal_stop notification to better describe reality. Fix a couple
8999 of minor typos.
9000
9001 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9002
9003 * gdb.texinfo (GDB/MI Program Control): Add
9004 '-file-list-exec-source-file'
9005
9006 2003-03-31 Andrew Cagney <cagney@redhat.com>
9007
9008 * gdbint.texinfo (Target Architecture Definition): Delete
9009 references to CALL_DUMMY_P.
9010
9011 2003-03-30 Andrew Cagney <cagney@redhat.com>
9012
9013 * gdbint.texinfo (Target Architecture Definition): Remove
9014 reference to TARGET_WRITE_SP.
9015
9016 2003-03-27 Andrew Cagney <cagney@redhat.com>
9017
9018 * gdbint.texinfo (Target Architecture Definition): Remove
9019 references to write_sp.
9020
9021 2003-03-27 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9024 chapter body. Use @smallexample instead of @example.
9025 (Annotations): Ditto.
9026 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9027 annotate.texi.
9028
9029 2003-03-26 Andrew Cagney <cagney@redhat.com>
9030
9031 * gdbint.texinfo (Target Architecture Definition): Replace
9032 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9033 dummy_addr parameters.
9034
9035 2003-03-25 Andrew Cagney <cagney@redhat.com>
9036
9037 * gdbint.texinfo (Target Architecture Definition): Delete
9038 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9039 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9040 Add reference to PUSH_ARGUMENTS.
9041
9042 2003-03-23 Andrew Cagney <cagney@redhat.com>
9043
9044 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9045 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9046
9047 2003-03-18 J. Brobecker <brobecker@gnat.com>
9048
9049 * gdbint.texinfo (Algorithms): Add new section describing the
9050 Observer paradigm.
9051 (Top): Add menu entry to new observer appendix.
9052 * observer.texi: New file.
9053 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9054 new observer.texi file.
9055
9056 2003-03-17 Andrew Cagney <cagney@redhat.com>
9057
9058 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9059 that GNU Press update the manual version number.
9060
9061 2003-03-12 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdbint.texinfo (Target Architecture Definition): Delete
9064 references to get_saved_register. Rename GET_SAVED_REGISTER to
9065 DEPRECATED_GET_SAVED_REGISTER.
9066
9067 2003-03-13 Andrew Cagney <cagney@redhat.com>
9068
9069 * gdbint.texinfo (Target Architecture Definition): Replace
9070 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9071
9072 2003-03-12 Andrew Cagney <cagney@redhat.com>
9073
9074 * gdbint.texinfo (Target Architecture Definition): Rename
9075 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9076
9077 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9078
9079 * gdb.texinfo: Add File-I/O documentation.
9080
9081 2003-03-10 Andrew Cagney <cagney@redhat.com>
9082
9083 * gdbint.texinfo (Target Architecture Definition): Cross reference
9084 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9085
9086 2003-03-07 Andrew Cagney <cagney@redhat.com>
9087
9088 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9089 frame" command.
9090
9091 2003-03-05 Andrew Cagney <cagney@redhat.com>
9092
9093 * gdbint.texinfo (Target Architecture Definition): Document
9094 unwind_dummy_id. Cross reference unwind_dummy_id and
9095 SAVE_DUMMY_FRAME_TOS.
9096
9097 2003-03-05 James Ingham <jingham@apple.com>
9098 Daniel Jacobowitz <drow@mvista.com>
9099
9100 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9101 and "show cp-abi".
9102
9103 2003-03-03 Andrew Cagney <cagney@redhat.com>
9104
9105 * gdbint.texinfo (Target Architecture Definition): Document
9106 register_type.
9107
9108 2003-03-03 Andrew Cagney <cagney@redhat.com>
9109
9110 * stabs.texinfo (Structures): Use @samp and separate @var's
9111 instead of a single @var containing a comma separated list.
9112 (Unions): Ditto.
9113
9114 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9115
9116 * Makefile.in (distclean): Remove config.log.
9117
9118 2003-03-01 Andrew Cagney <cagney@redhat.com>
9119
9120 * gdbint.texinfo (Target Architecture Definition): Rename
9121 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9122
9123 2003-03-01 Andrew Cagney <cagney@redhat.com>
9124
9125 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9126 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9127
9128 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9129
9130 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9131 (Non-debug DLL symbols): New node, describing the minimal symbols
9132 loaded from DLLs without real debugging symbols.
9133
9134 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9135
9136 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9137 hardware-breakpoint-limit".
9138 (Set Watchpoints): Add cross reference to "set remote
9139 hardware-watchpoint-limit".
9140 (Remote configuration options): New section.
9141
9142 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9143
9144 * gdbint.texinfo (Target Architecture Definition): Delete
9145 descrption of IS_TRAPPED_INTERNALVAR.
9146
9147 From Keith Seitz <keiths@redhat.com>:
9148 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9149 option "-i"/"--interpreter" to this chapter. Include index
9150 entries.
9151
9152 2003-02-04 David Carlton <carlton@math.stanford.edu>
9153
9154 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9155 (Variables): Recommend stabs+ and DWARF 2.
9156 (C plus plus expressions): Correct info about
9157 compiler versions, debug formats.
9158 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9159 PR symtab/874.
9160
9161 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9162
9163 * gdbint.texinfo (Target Architecture Definition): Delete
9164 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9165 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9166 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9167 references to nindy and i960.
9168 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9169
9170 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9171
9172 * gdbint.texinfo (Target Architecture Definition): Delete
9173 FLOAT_INFO.
9174
9175 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9176
9177 * stabs.texinfo (Member Type Descriptor): Clarify description of
9178 `@'. Suggested by Ben Hutchings.
9179
9180 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9181
9182 * gdb.texinfo (M68K): Delete reference to es1800.
9183
9184 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9185
9186 * gdb.texinfo (Maintenance Commands): Document `maint print
9187 reggroups' and `maint print register-groups'.
9188 * gdbint.texinfo (Target Architecture Definition): Document
9189 register_reggroup_p.
9190
9191 2003-01-23 Jim Blandy <jimb@redhat.com>
9192
9193 * gdb.texinfo (Separate Debug Files): New section.
9194
9195 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9196
9197 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9198 and "maint show profile".
9199
9200 2003-01-16 Michael Chastain <mec@shout.net>
9201
9202 * gdb.texinfo (Installing GDB): Warn against
9203 ".../gdb-VERSION/gdb/configure".
9204 (Separate Objdir): Likewise.
9205
9206 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9207
9208 * gdbint.texinfo (Target Architecture Definition): Delete
9209 definition of PRINT_REGISTER_HOOK.
9210
9211 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9212
9213 (OpenRISC 1000): Fix formatting of command names.
9214
9215 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9216
9217 * gdb.texinfo (Continuing and Stepping): Add new command
9218 'advance'. Clarify behavior of 'until'.
9219
9220 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9221
9222 * gdb.texinfo (Files): Document solib-absolute-prefix and
9223 solib-search-path.
9224
9225 2003-01-09 Michael Chastain <mec@shout.net>
9226
9227 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9228 (Create a Release): Add new instructions for new @file{src-release}.
9229 Document existing instructions for @file{Makefile.in} as
9230 being for @value{GDBN} 5.3.1 or earlier.
9231
9232 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9233
9234 * gdbint.texinfo (Target Architecture Definition): Mention
9235 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9236 allocate memory.
9237
9238 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9239
9240 * gdb.texinfo (Controlling GDB): Add @kindex for
9241 "show osabi".
9242 (Backtraces): Add @kindex's for backtrace-below-main.
9243
9244 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9245
9246 * gdb.texinfo (Controlling GDB): Document "set osabi".
9247
9248 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9249
9250 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9251 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9252
9253 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9254
9255 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9256 "set coerce-float-to-double".
9257 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9258
9259 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9260
9261 * stabs.texinfo: Remove obsolete text.
9262 * gdbint.texinfo: Ditto.
9263 * gdb.texinfo: Ditto.
9264
9265 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9266
9267 * gdbint.texinfo (Target Architecture Definition): Update
9268 description of gdbarch_register_osabi.
9269
9270 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9271
9272 * agentexpr.texi: Fix typos.
9273 * annotate.texi: Likewise.
9274 * fdl.texi: Likewise.
9275
9276 2002-12-10 Andrew Cagney <cagney@redhat.com>
9277
9278 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9279 DEPRECATED_INIT_FRAME_PC.
9280
9281 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9282
9283 * gdbint.texinfo (Target Architecture Definition): Delete
9284 PC_IN_CALL_DUMMY.
9285
9286 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9287
9288 * gdbint.texinfo (Host Definition): Delete documentation on
9289 USE_GENERIC_DUMMY_FRAMES.
9290
9291 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9292
9293 Fix PR gdb/723 and PR gdb/245.
9294 * Makefile.in (install-info): Run the install-info command as part
9295 of the post install steps only.
9296 (uninstall-info): New target.
9297 (uninstall): New target.
9298
9299 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9300
9301 * Makefile.in (install): Make install do some real work.
9302
9303 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9304
9305 Fix POSIX problem reported by Paul Eggert.
9306 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9307 Fix PR gdb/527.
9308
9309 2002-10-26 Andrew Cagney <cagney@redhat.com>
9310
9311 * gdbint.texinfo (Target Architecture Definition): Delete
9312 definition of DO_REGISTERS_INFO.
9313
9314 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9315
9316 * gdbint.texinfo (Address Classes): Fix problems with insertion
9317 of ``{'' and ``}'' in example.
9318
9319 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9320
9321 * gdbint.texinfo (Address Classes): New section.
9322 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9323 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9324 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9325 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9326
9327 2002-10-11 Klee Dienes <kdienes@apple.com>
9328
9329 * gdb.texinfo (Registers): Mention vector registers as well as
9330 floating registers in the documentation for 'info registers' and
9331 'info all-registers'.
9332
9333 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9334
9335 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9336
9337 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9338
9339 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9340 interface definition.
9341
9342 2002-10-03 Marko Mlinar <markom@opencores.org>
9343
9344 * gdb.texinfo (Target Commands): Add or1k target specific
9345 commands.
9346 * gdb.texinfo (Contributors): Add myself to the contributors list.
9347
9348 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9349
9350 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9351 and "mi1" instead of "mi1" and "mi0".
9352
9353 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9354
9355 * gdb.texinfo (Packets): Fix typos "alligned".
9356 Correct z3/Z3 description. Correct z4/Z4 title.
9357
9358 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9359
9360 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9361
9362 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9363
9364 * gdb.texinfo: Use GNU/Linux instead of Linux.
9365
9366 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9367
9368 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9369
9370 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9371
9372 * gdb.texinfo: Replace @example with @smallexample.
9373
9374 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9375
9376 From Eli Zaretskii <eliz@gnu.org>:
9377 * gdb.texinfo (Character Sets): Use @smallexample instead of
9378 @example. Use GNU/Linux instead of Linux.
9379
9380 2002-09-20 Jim Blandy <jimb@redhat.com>
9381
9382 * gdb.texinfo: Add character set documentation.
9383
9384 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9385
9386 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9387 (Packets): Add cross reference from `b' packet to `z' packets.
9388
9389 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9390
9391 * gdb.texinfo (Maintenance Commands): Document ``maint
9392 internal-error'' and ``maint internal-warning''.
9393
9394 * gdbint.texinfo (Target Architecture Definition): Revise
9395 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9396
9397 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9398
9399 * gdbint.texinfo (Target Conditionals): Document the new
9400 NAME_OF_MALLOC macro.
9401
9402 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9403
9404 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9405 engineer.
9406
9407 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9408
9409 * gdb.texinfo (TUI Overview): Document status line fields.
9410
9411 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9412
9413 * gdb.texinfo (TUI Commands): Document info win command.
9414
9415 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9416
9417 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9418
9419 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9420
9421 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9422 (TUI Keys): Likewise.
9423
9424 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9425
9426 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9427 for a packet receive.
9428
9429 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9430
9431 * Makefile.in (clean): Move to end of file.
9432 (distclean, maintainer-clean, realclean): Ditto.
9433 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9434 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9435 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9436 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9437
9438 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9439
9440 * Makefile.in (GDBINT_TEX_TMPS): Define.
9441 (gdbint.dvi, gdbint.pdf): Use
9442 (GDB_TEX_TMPS): Define.
9443 (gdb.dvi, gdb.pdf): Use.
9444 (STABS_TEX_TMPS): Define.
9445 (stabs.dvi, stabs.pdf): Use.
9446 (GDB_DOC_SOURCE_INCLUDES): New macros.
9447 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9448 (GDBINT_DOC_FILES_INCLUDES): New macros.
9449 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9450 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9451 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9452 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9453 (links2roff): Replace SFILES_INCLUDED with
9454 GDB_DOC_SOURCE_INCLUDES.
9455 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9456 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9457 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9458 dependencies.
9459 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9460 dependencies.
9461 (gdbmi.texinfo): Delete rule.
9462 (inc-hist.texinfo): Delete rule.
9463 (rluser.texinfo): Delete rule.
9464
9465 2002-08-23 Andrew Cagney <cagney@redhat.com>
9466
9467 * gdbint.texinfo (Target Architecture Definition): Update
9468 STORE_RETURN_VALUE, mention regcache.
9469
9470 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9471
9472 * gdbint.texinfo (Target Architecture Definition): Document
9473 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9474
9475 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9476
9477 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9478 Fix minor typos. Add index entries.
9479
9480 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9481
9482 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9483
9484 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9485
9486 * gdbint.texinfo (Target Architecture Definition): Document
9487 PRINT_VECTOR_INFO.
9488 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9489
9490 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9491
9492 * gdb.texinfo (Maintenance Commands): Document "maint print
9493 registers", "maint print raw-registers" and "maint print
9494 cooked-registers".
9495
9496 2002-08-08 Grace Sainsbury <graces@redhat.com>
9497
9498 From Mark Salter:
9499 * gdb.texinfo (Protocol): Document T packet extension to
9500 allow watchpoint address reporting.
9501
9502 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9505
9506 2002-08-01 Andrew Cagney <cagney@redhat.com>
9507
9508 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9509 to CHILL.
9510
9511 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9512
9513 * gdbint.texinfo (Coding): Revise section "Include Files".
9514
9515 2002-07-24 Andrew Cagney <cagney@redhat.com>
9516
9517 * gdbint.texinfo: Obsolete references to m88k.
9518 * gdb.texinfo: Ditto.
9519
9520 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9521
9522 * gdbint.texinfo (Create a release candiate): Add the location
9523 where the proper version of autoconf can be retrieved.
9524
9525 2002-07-09 Don Howard <dhoward@redhat.com>
9526
9527 * gdb.texinfo (Command Files): Further describe the behavior of
9528 sourced command files.
9529
9530 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9531
9532 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9533 (Coding): Clarify ISO C version that GDB assumes.
9534
9535 2002-06-26 Tom Tromey <tromey@redhat.com>
9536
9537 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9538 add_setshow_cmd_full.
9539
9540 2002-06-25 Don Howard <dhoward@redhat.com>
9541
9542 * gdb.texinfo (Memory Region Attributes): Document new behavior
9543 for 'mem' command.
9544
9545 2002-06-11 Jim Blandy <jimb@redhat.com>
9546
9547 * gdb.texinfo (Symbols): Update documentation for `info source'
9548 command.
9549
9550 * gdb.texinfo (Macros): Call the command `info macro', not
9551 `show macro'.
9552
9553 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9554
9555 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9556 data''.
9557
9558 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9559
9560 * gdbint.texinfo (Target Architecture Definition): Document
9561 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9562
9563 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9564
9565 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9566 lists.
9567
9568 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9569
9570 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9571 Branch''.
9572
9573 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9574
9575 * gdbint.texinfo (Target Architecture Definition): Add section
9576 ``Converting an existing Target Architecture to Multi-arch''.
9577
9578 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9579
9580 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9581 to ``Obsoleting code''. Revise.
9582
9583 2002-05-17 Jim Blandy <jimb@redhat.com>
9584
9585 * gdb.texinfo (C Preprocessor Macros): New chapter.
9586 Include it in the main menu.
9587 (Contributors): Credit Jim Blandy with macro support.
9588 (Compilation): Explain how to get macro information into the
9589 executable.
9590 (Expressions): Note that preprocessor macros are expanded.
9591
9592 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9593
9594 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9595 options for `target remote'.
9596
9597 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9598
9599 * gdbint.texinfo (Target Architecture Definition): Delete
9600 documentation on NNPC_REGNUM.
9601
9602 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9603
9604 * gdbint.texinfo (Target Architecture Definition): Document
9605 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9606 (Target Architecture Definition): Revise section `Using Different
9607 Register and Memory Data Representations'. Add section `Raw and
9608 Virtual Register Representations'.
9609
9610 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9611
9612 * gdbint.texinfo (Target Architecture Definition): Mention
9613 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9614 (Target Architecture Definition): Mention same. Add references to
9615 web pages.
9616
9617 2002-05-08 Michael Snyder <msnyder@redhat.com>
9618
9619 * stabs.texinfo (Attributes): Document new "vector" attribute.
9620
9621 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9622
9623 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9624
9625 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9626
9627 * gdb.texinfo: Delete obsolete references to a29k.
9628
9629 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9630
9631 * gdbint.texinfo (Target Architecture Definition): Replace
9632 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9633
9634 2002-04-24 David S. Miller <davem@redhat.com>
9635
9636 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9637
9638 2002-04-21 David S. Miller <davem@redhat.com>
9639
9640 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9641
9642 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): Delete
9645 definition of HAVE_REGISTER_WINDOWS.
9646
9647 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9648
9649 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9650 "Theodore A. Roth" <troth@verinet.com>.
9651
9652 2002-04-15 Don Howard <dhoward@redhat.com>
9653
9654 From Eli Zaretskii <eliz@gnu.org>
9655 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9656 Provide a better explaination of this feature.
9657
9658 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9659
9660 * gdbint.texinfo (Target Architecture Definition): Remove
9661 FRAME_CHAIN_COMBINE.
9662
9663 2002-04-12 Michael Chastain <mec@shout.net>
9664
9665 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9666 REG_STACK_SEGMENT.
9667
9668 2002-04-09 Michael Chastain <mec@shout.net>
9669
9670 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9671 PYRAMID_* macros.
9672
9673 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9674
9675 * gdb.texinfo (Bug Reporting): Document that the web is the
9676 prefered way of submitting bug reports.
9677 (Bug Reporting): Delete the s-mail address as the last resort.
9678
9679 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9680
9681 * gdbint.texinfo (Target Architecture Definition): Delete
9682 references to TARGET_WRITE_FP and write_fp.
9683
9684 2002-03-27 Michael Snyder <msnyder@redhat.com>
9685
9686 * gdb.texinfo: Document new commands dump, append, and restore.
9687
9688 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9689
9690 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9691 Branch'.
9692
9693 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9694
9695 * gdb.texinfo: Change all examples to @smallexample.
9696 * gdbint.texinfo: Ditto.
9697
9698 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9699
9700 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9701 Branches''.
9702
9703 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9704
9705 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9706 Policy''.
9707
9708 2002-03-04 Fred Fish <fnf@redhat.com>
9709
9710 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9711 expresson, suports, dependant, trhe, perhaphs, situtations,
9712 explictily, taged, oportunity, unfortunatly).
9713
9714 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9715
9716 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9717 Remove reference to 3.12.
9718
9719 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9720
9721 * gdbint.texinfo: Include fdl.texi.
9722 (Top): Add GNU Free Documentation License.
9723 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9724 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9725 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9726 (gdbint.info): Add srcdir to include path.
9727 * gdb.texinfo: Include gpl.texi.
9728 (Top): Add Copying.
9729 * gpl.texi: New file.
9730
9731 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9732
9733 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9734
9735 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9736
9737 * gdb.texinfo: Document Cygwin native specific commands.
9738
9739 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9740
9741 * gdb.texinfo: Document gdbserver ``--attach'' command.
9742
9743 2002-02-07 Michael Snyder <msnyder@redhat.com>
9744
9745 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9746 to @code(_ovly_debug_event).
9747
9748 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9749
9750 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9751
9752 2002-02-06 Michael Snyder <msnyder@redhat.com>
9753
9754 * gdb.texinfo (overlays): Mention new magic symbol
9755 '_ovly_debug_event', which allows GDB to keep better track
9756 of overlays.
9757
9758 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9759
9760 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9761 Suggested by Dmitry Sivachenko.
9762
9763 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9764
9765 2002-02-01 Michael Snyder <msnyder@redhat.com>
9766
9767 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9768
9769 2002-01-30 Michael Snyder <msnyder@redhat.com>
9770
9771 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9772 (set trust-readonly-sections): Document.
9773
9774 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9775
9776 * gdbint.texinfo (Releasing GDB): Revise and update.
9777
9778 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9779
9780 * gdbint.texinfo (Target Architecture Definition): Delete
9781 description of TARGET_BYTE_ORDER_DEFAULT.
9782
9783 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9784
9785 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9786 <mitya@cavia.pp.ru>.
9787
9788 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9789
9790 * libgdb.texinfo: Delete file.
9791
9792 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9793
9794 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9795 * gdbint.texinfo: Ditto.
9796
9797 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9798
9799 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9800
9801 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9802
9803 * Makefile.in: Update copyright.
9804 (TEXI2DVI): Define.
9805 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9806 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9807 gdb-cfg.texi.
9808 (TEXINDEX, PDFTEX): Delete makefile variables.
9809
9810 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9811
9812 * gdb.texinfo (Protocol): Move section to appendix.
9813
9814 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9815
9816 * gdb.texinfo (Remote Debugging): Create a menu.
9817 (Top): Add ``Remote Debugging'' to menu.
9818
9819 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9820
9821 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9822 serial protocol'' from here.
9823 (Remote Debugging): To here. New chapter.
9824
9825 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9826
9827 * gdbint.texinfo (Target Architecture Definition): Delete
9828 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9829
9830 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9831
9832 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9833 are no longer needed.
9834 (Porting GDB): Add maintainer note about configure.host.
9835
9836 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9837
9838 * gdbint.texinfo (Target Architecture Definition): Remove
9839 definition of IEEE_FLOAT.
9840
9841 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9842
9843 * gdb.texinfo: Beautify copyright years; fix a typo.
9844 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9845 <3diff@gnu.org>
9846
9847 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9848
9849 * gdbint.texinfo (Host Definition): Remove references to
9850 MALLOC_INCOMPATIBLE.
9851
9852 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9853
9854 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9855 and xyz-xdep.o.
9856
9857 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9858
9859 * gdb.texinfo (Maintenance Commands): Add appendix.
9860 (Set Breaks): Copy ``maint info breakpoint'' doco to
9861 ``Maintenance Commands'' appendix. Add reference.
9862
9863 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9864
9865 * fdl.texi: Remove next/prev from @node.
9866
9867 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9868
9869 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9870 for monstrous @multitable (from Brian Youmans).
9871
9872 * fdl.texi: New file.
9873
9874 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9875
9876 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9877
9878 * gdbint.texinfo (Releasing GDB): New chapter.
9879
9880 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9881
9882 * gdb.texinfo (Embedded Processors, Calling program functions):
9883 Obsolete references to a29k.
9884
9885 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9886
9887 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9888 examples. Document that a code-block should do or discard its
9889 cleanups before exit.
9890
9891 2002-01-11 Michael Snyder <msnyder@redhat.com>
9892
9893 * gdb.texinfo (Choosing files): Change @samp to @file.
9894
9895 2002-01-05 Michael Snyder <msnyder@redhat.com>
9896
9897 * gdb.texinfo (--pid): Document new command line option (attach).
9898
9899 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9900
9901 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9902 in the stub.
9903
9904 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9905
9906 * gdbint.texinfo (Target Architecture Definition): Replace
9907 BIG_ENDIAN with BFD_ENDIAN_BIG.
9908
9909 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Replace
9912 value_ptr with struct value pointer.
9913
9914 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9915
9916 * gdb.texinfo (Free Software): Fix wording.
9917
9918 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9919
9920 * gdb.texinfo (Free Software): New section ``Free Software Needs
9921 Free Documentation''.
9922
9923 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9924
9925 * stabs.texinfo:
9926 * gdb.texinfo:
9927 * gdbint.texinfo:
9928 * libgdb.texinfo:
9929 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9930
9931 2001-12-29 Michael Snyder <msnyder@redhat.com>
9932
9933 * gdb.texinfo (maint info sections): Fix typo.
9934
9935 2001-12-26 Michael Snyder <msnyder@redhat.com>
9936
9937 * gdb.texinfo (maint info sections): Document.
9938
9939 * gdb.texinfo (info proc): Comment out documentation for
9940 'info proc' sub-options that are currently not implemented.
9941
9942 2001-12-20 Jim Blandy <jimb@redhat.com>
9943
9944 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9945
9946 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9947
9948 * gdbint.texinfo (Target Architecture Definition): Replace
9949 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9950
9951 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9952
9953 * gdbint.texinfo (Host Definition): Delete documentation on
9954 HOST_BYTE_ORDER.
9955
9956 2001-11-30 Jim Blandy <jimb@redhat.com>
9957
9958 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9959 overlay support. Add to top-level menu.
9960
9961 2001-11-26 Tom Tromey <tromey@redhat.com>
9962
9963 * gdb.texinfo (Command Syntax): Document C-o binding.
9964
9965 2001-07-26 Christopher Faylor <cgf@redhat.com>
9966
9967 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9968 use since it is described in the referenced section.
9969
9970 From Eli Zaretskii <eliz@gnu.org>
9971 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9972 clearer when using DJGPP.
9973
9974 2001-11-24 Christopher Faylor <cgf@redhat.com>
9975
9976 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9977 specifically refer to MS-DOS.
9978 (command files): Mention gdb.ini is only used on MS-DOS.
9979
9980 2001-11-21 Tom Tromey <tromey@redhat.com>
9981
9982 * gdb.texinfo (Invoking GDB): Document --args.
9983 (Mode Options): Likewise.
9984
9985 2001-11-21 Jim Blandy <jimb@redhat.com>
9986
9987 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9988 Delete documentation; this macro has been removed from the
9989 sources.
9990
9991 2001-11-13 Jim Blandy <jimb@redhat.com>
9992
9993 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9994
9995 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9996
9997 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9998
9999 2001-11-05 Michael Snyder <msnyder@redhat.com>
10000
10001 * gdb.texinfo (info functions): Document use of backslash to
10002 quote regexp chars in function names such as "operator*()".
10003
10004 2001-11-01 Fred Fish <fnf@redhat.com>
10005
10006 * gdbint.texinfo (SOLIB_ADD): Document additional new
10007 "readsyms" arg.
10008
10009 2001-10-30 Don Howard <dhoward@redhat.com>
10010
10011 * gdb.texinfo: (Command Files) Added documentation for the
10012 behavior of gdb with input redirected from a file.
10013
10014 2001-10-28 Fred Fish <fnf@redhat.com>
10015
10016 * gdb.texinfo (auto-solib-add): Change docs to match
10017 implementation change.
10018 (auto-solib-limit): Add docs for new variable.
10019
10020 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10021
10022 * gdbint.texinfo (Target Architecture Definition): Function
10023 value_as_pointer renamed to value_as_address.
10024
10025 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdbint.texinfo (Target Architecture Definition): Default
10028 POINTER_TO_ADDRESS functions assume unsigned addresses.
10029 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10030 posting by Jim Blandy.
10031
10032 2001-10-12 Jim Blandy <jimb@redhat.com>
10033
10034 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10035 version of texi2html (1.64) doesn't support this flag any more.
10036
10037 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10038
10039 * gdbint.texinfo (Host Definition): Remove description of
10040 MEM_FNS_DECLARED.
10041
10042 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10043
10044 * gdbint.texinfo (Host Definition): Remove description of
10045 HAVE_SIGSETMASK.
10046
10047 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10048
10049 * gdbint.texinfo (Target Architecture Definition): Add
10050 explanation of TARGET_PRINT_INSN macro.
10051
10052 2001-08-30 Jim Blandy <jimb@redhat.com>
10053
10054 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10055 Explain what it means to load relocatable files.
10056
10057 2001-08-28 Jim Blandy <jimb@redhat.com>
10058
10059 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10060 info `top' menu.
10061
10062 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10063
10064 * gdbint.texinfo: Add a cautionary note about macro use.
10065
10066 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10067
10068 * gdb.texinfo: Explain omitting the hostname in the
10069 `target remote' command.
10070
10071 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10074 and END-INFO-DIR-ENTRY.
10075
10076 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10077
10078 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10079
10080 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10081
10082 * gdbint.texinfo (libgdb): Rewrite.
10083
10084 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10085
10086 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10087
10088 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10089
10090 * gdb.texinfo (TUI): New chapter, document the TUI.
10091 (Mode Options): Document the -tui option.
10092
10093 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10094
10095 * gdbint.texinfo (Host Definition): Remove description of
10096 NEED_POSIX_SETPGID.
10097
10098 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10099
10100 * gdb.tex (DJGPP Native): New node, with descriptions of
10101 DJGPP-specific commands.
10102
10103 2001-07-19 John R. Moore <jmoore@redhat.com>
10104
10105 * gdbint.texinfo: Three misspellings.
10106
10107 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10108
10109 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10110 `test` expressions on bash. Problem reported by Colin Walters.
10111
10112 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10113
10114 * gdbint.texinfo (User Interface): Update ui-out documentation to
10115 refelect recent UI/MI updates.
10116
10117 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10118
10119 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10120 interpreters.
10121
10122 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10123
10124 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10125 structure and not macros.
10126 (Host Definition): Document that much of this chapter is obsolete.
10127 (Target Architecture Definition): Update list of files that make
10128 up a target architecture.
10129 (Coding): Update.
10130
10131 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10132
10133 * gdbint.texinfo (Target Architecture Definition): Update
10134 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10135 The latter has been changed to a true predicate.
10136
10137 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10138
10139 * annotate.texi: Add @noindent where needed. From Dmitry
10140 Sivachenko <dima@Chg.RU>.
10141 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10142
10143 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10144
10145 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10146
10147 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10148
10149 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10150 returns ``OK''. Document that the ``R'' packet does not reply.
10151
10152 2001-06-13 Michael Snyder <msnyder@redhat.com>
10153
10154 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10155
10156 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10157
10158 * gdb.texinfo (Signals): Clarify the default setting of signal
10159 handling.
10160
10161 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10162
10163 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10164 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10165
10166 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10167
10168 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10169
10170 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10171
10172 * gdbint.texinfo (Clean Design and Portable Implementation):
10173 Renamed from "Clean Design".
10174 (Clean Design and Portable Implementation): Document portable
10175 methods of handling file names, and the associated macros.
10176
10177 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10178
10179 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10180 command and provide a cross-reference to its description.
10181 (Symbols): Note that "info scope" is useful for trace experiments.
10182
10183 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10184
10185 * gdb.texinfo (Symbols): Document "info scope".
10186 (Tracepoints): New chapter.
10187 (Contributors): Update for v5.1.
10188 <All nodes>: Change "C++" to "C@t{++}".
10189
10190 * gdbint.texinfo (User Interface): A new section about ui_out
10191 functions, based on text written by Fernando Nasser.
10192
10193 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10194
10195 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10196
10197 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10198
10199 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10200
10201 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10202 Replace "GDB" with "@value{GDBN}". Fix markup.
10203
10204 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10205
10206 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10207 a cross-reference to its description.
10208 (Symbols): Document "info symbol".
10209
10210 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10211
10212 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10213 subsection "x86 Watchpoints".
10214 (Target Architecture Definition): Document the macros
10215 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10216 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10217
10218 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10219
10220 * gdbint.texinfo (Target Architecture Definition): Update
10221 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10222 list.
10223
10224 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10225
10226 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10227 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10228
10229 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10230
10231 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10232
10233 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10234
10235 * gdb.texinfo (Environment): Document that `path' does not change
10236 the value of PATH in GDB's own environment (it did in the past,
10237 but that was changed on March 15, 1994). Reported by Doug Evans
10238 <dje@transmeta.com>.
10239
10240 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10241 its line. Fix markup of commands and macros. Add an Index node
10242 and index entries.
10243
10244 2001-01-23 J.T. Conklin <jtc@redback.com>
10245
10246 * gdb.texinfo (Memory region attributes): New manual section.
10247
10248 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10249
10250 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10251
10252 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10253
10254 * refcard.tex: Version and copyright fixed. From Phil Edwards
10255 <pedwards@disaster.jaj.com>.
10256
10257 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10258
10259 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10260 DWARF2_REG_TO_REGNUM): Document.
10261
10262 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10263
10264 * gdbint.texinfo (Coding): Update current value of
10265 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10266
10267 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10268
10269 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10270 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10271
10272 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10273
10274 * gdb.texinfo: Document new 'set step-mode' command.
10275
10276 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10277
10278 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10279 changes from Dmitry Sivachenko <dima@Chg.RU>.
10280
10281 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10282
10283 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10284 From Steven Johnson <sbjohnson@ozemail.com.au>.
10285
10286 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10287
10288 * gdbint.texinfo (Overall Structure): Spelling fix.
10289
10290 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10291
10292 * gdbint.texinfo (Target Architecture Definition): Document that
10293 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10294 for which REGISTER_CONVERTIBLE returns a zero value.
10295
10296 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10297
10298 * Makefile.in (install-info): Find files to install in either the
10299 build or source directories (adapted from Makefile.am).
10300
10301 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10302
10303 * stabs.texinfo: Fix spelling errors.
10304 (String Field): FILE-NUMBER starts from 0, not 1.
10305
10306 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10307
10308 * refcard.tex: Remove \centerline from the blurb. Patch from
10309 Brian Youmans.
10310
10311 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10312
10313 * Makefile.in (install-info): Support installation from outside of
10314 the source directory. Reported by Mark Harig
10315 <markh@frazier.landmark.com>.
10316
10317 2000-06-20 J.T. Conklin <jtc@redback.com>
10318
10319 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10320
10321 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10322
10323 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10324 Generate using pdftex.
10325 (PDFTEX): Define.
10326 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10327 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10328 @contents at the start.
10329
10330 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10331
10332 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10333 Youmans.
10334
10335 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10336
10337 From Brian Youmans:
10338 * gdb.texinfo: Fix ``et al.''.
10339
10340 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10341
10342 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10343 loop.
10344
10345 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10346
10347 * configure: Regenerate.
10348
10349 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10350
10351 * Makefile.in (install-info): Run install-info on installed Info
10352 files.
10353
10354 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10355
10356 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10357 Andrew Cagney.
10358
10359 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10360
10361 * gdb.texinfo: Proofreading changes from Brian Youmans.
10362
10363 2000-05-01 Nick Duffek <nsd@cygnus.com>
10364
10365 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10366 startup sequence, minor edits.
10367
10368 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10369
10370 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10371 TeX.
10372
10373 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10374 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10375 like `n' and `s' which look weird. Convert some of the @kindex to
10376 @vindex, when they refer to variables, not commands.
10377
10378 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10379
10380 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10381
10382 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10383
10384 * Makefile.in (GDBMI_DIR): New variable.
10385 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10386 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10387 (gdbmi.texinfo): New target, for texi2roff.
10388 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10389 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10390
10391 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10392 gdbmi.texinfo.
10393 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10394 comment.
10395
10396 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10397
10398 * gdb.texinfo (Files): Update description of add-symbol-file
10399 command.
10400
10401 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10402
10403 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10404 prevents the build (and is generally a Bad Idea).
10405
10406 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10407
10408 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10409 a comma inside @var.
10410 (Command Files): Index markup changes from Dmitry Sivachenko
10411 <dima@Chg.RU>.
10412
10413 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10414
10415 * Makefile.in (LN_S): Define.
10416 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10417 invoke "ln -s" unless it is known to work.
10418
10419 * configure.in (AC_PROG_LN_S): Add.
10420
10421 2000-04-14 Jim Blandy <jimb@redhat.com>
10422
10423 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10424 section.
10425 (Target Conditionals): Document ADDRESS_TO_POINTER,
10426 POINTER_TO_ADDRESS.
10427
10428 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10429
10430 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10431 gdb-cfg.texi to get the value.
10432
10433 2000-04-10 Jim Blandy <jimb@redhat.com>
10434
10435 * gdbint.texinfo (Target Architecture Definition): Fix
10436 cross-references.
10437
10438 2000-04-08 Jim Blandy <jimb@redhat.com>
10439
10440 * gdbint.texinfo (Using Different Register and Memory Data
10441 Representations): New section.
10442 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10443 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10444 REGISTER_CONVERT_TO_RAW): Document.
10445
10446 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10447
10448 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10449 for acknowledgments.
10450
10451 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10452
10453 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10454 qThreadExtraInfo.
10455
10456 2000-03-28 J.T. Conklin <jtc@redback.com>
10457
10458 * gdb.texinfo: Clarify which remote debug protocol commands are
10459 required and which are optional.
10460
10461 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10462
10463 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10464 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10465 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10466 * annotate.texi: Update.
10467
10468 2000-03-28 Stan Shebs <shebs@apple.com>
10469
10470 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10471 expectation of additional changes before release), update
10472 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10473 node links, rephrase and/or shorten lines to fix formatting
10474 problem in both regular and @smallbook formats.
10475 * annotate.texi: Shorten lines in example, use smallexample
10476 consistently everywhere.
10477 * Makefile.in: Add comment about texinfo 4.0 html generation.
10478 (SFILES_INCLUDED): Add annotate.texi.
10479
10480 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10481
10482 * gdb.texinfo (Debugging Output): Added new section, documenting
10483 the "set/show debug" commands.
10484
10485 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10486
10487 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10488 entry.
10489
10490 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10491 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10492 @chapter and @node entries.
10493
10494 * gdb.texinfo: Link all top-level nodes.
10495
10496 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10497
10498 * Makefile.in (install-info): Create $(infodir) before installing
10499 files.
10500
10501 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10502
10503 From David Whedon <dwhedon@gordian.com>
10504 * gdbint.texinfo : Added paragraphs about command deprecation.
10505
10506 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10507
10508 * gdb.texinfo: Add documentation for the apropos command.
10509
10510 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10511
10512 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10513
10514 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10515
10516 * gdb.texinfo: Add white space to prevent overprinting in
10517 two places.
10518
10519 2000-03-17 Stan Shebs <shebs@apple.com>
10520
10521 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10522 <dima@Chg.RU>, also clarification of allowed content for
10523 string constants.
10524
10525 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10526
10527 * gdb.texinfo (main menu): Add Annotations.
10528 (File Options): Add @cindex entries for each command-line option.
10529 Document --epoch, --annotate, --async, --interpreter, --write,
10530 --statistics, and --version.
10531
10532 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10533 of GDB.
10534
10535 2000-02-23 Jim Blandy <jimb@redhat.com>
10536
10537 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10538
10539 2000-02-22 Jim Blandy <jimb@redhat.com>
10540
10541 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10542
10543 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10544
10545 * Makefile.in (diststuff): New target.
10546
10547 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10548
10549 * agentexpr.texi: Fix wording regarding Intel's IA-64
10550 architecture. [From Jim Wilson.]
10551
10552 2000-01-16 Tom Tromey <tromey@cygnus.com>
10553
10554 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10555 (Delete Breaks): Mention range arguments.
10556 (Disabling): Likewise.
10557
10558 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10559
10560 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10561
10562 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10563
10564 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10565 valid functions.
10566
10567 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10568
10569 * gdb.texinfo: Clarify regular expressions used in rbreak.
10570
10571 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10572
10573 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10574 MEMORY_REMOVE_BREAKPOINT): Document.
10575
10576 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10577
10578 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10579 offset re-using the DATA offset instead.
10580
10581 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10582
10583 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10584
10585 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10586
10587 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10588 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10589 typos.
10590
10591 * gdb.texinfo: Various minor wording and formatting improvements,
10592 mentions of additional command-line options.
10593
10594 1999-09-30 Fred Fish <fnf@cygnus.com>
10595
10596 * gdb.texinfo: Document additional forms of specifying section
10597 names and addresses for the add-symbol-file command.
10598
10599 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10600
10601 * gdbint.texinfo: Fix typo, add the word "have".
10602
10603 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10604
10605 * gdbint.texinfo (Target Architecture Definition): Document the
10606 SKIP_PERMANENT_BREAKPOINT macro.
10607
10608 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10609
10610 * gdb.texinfo: Fiks speling errers.
10611
10612 * gdb.texinfo: Fix uses of @multitable.
10613
10614 From Eli Zaretskii <eliz@gnu.org>:
10615 * gdb.texinfo: Include details specific to DOS host, clarify
10616 some confusing language, fix @ref/@xref/@pxref usages, add
10617 comments about using with optimization, add more indexing,
10618 fix info about disassembly-flavor.
10619
10620 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10621
10622 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10623 SKIP_SOLIB_RESOLVER): Define.
10624
10625 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10626
10627 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10628 ``g'' packets.
10629
10630 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10631
10632 * gdb.texinfo: Create a new "Configurations" chapter with
10633 platform-specific info, inline remote.texi and move sections of it
10634 into the new chapter, move bits about info proc, heuristic search,
10635 and register stack into the new chapter.
10636 * remote.texi: Remove, now part of gdb.texinfo.
10637 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10638
10639 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10640
10641 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10642 GDB_TARGET_IS_MACH386): These kludges have gone away.
10643
10644 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10645
10646 * gdbint.texinfo (Target Architecture Definition): Mention
10647 TDEPLIBS.
10648
10649 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10650
10651 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10652 surrounding text to fit HP-UX bits into general info.
10653 (HPPA-cfg.texi): Remove, no longer useful.
10654
10655 * gdb.texinfo: Remove explicit links from @node lines, remove
10656 HP-added "Detailed Node Listing" from main menu which confuses
10657 things.
10658
10659 From Dmitry Sivachenko <dima@Chg.RU>:
10660 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10661 in description of `set environment'.
10662
10663 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10664
10665 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10666
10667 1999-08-12 Ben Elliston <bje@cygnus.com>
10668
10669 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10670
10671 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10672
10673 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10674 watch, awatch, and rwatch. Explain why the latter two cannot be
10675 set as software watchpoints. Document that watchpoints for local
10676 variables are deleted when the debuggee terminates.
10677
10678 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10679
10680 * remote.texi (Protocol): Further clarification of the "qRcmd"
10681 packet. Allow E.. response packet. "qRcmd" packet is no longer
10682 reserved.
10683
10684 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10685
10686 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10687 * gdb.texinfo: Ditto.
10688
10689 1999-08-06 Tom Tromey <tromey@cygnus.com>
10690
10691 * gdb.texinfo (KOD): New node.
10692
10693 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10694
10695 * remote.texi (Rcmd): Fix minor formatting typos.
10696
10697 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10698
10699 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10700 packets.
10701
10702 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10703
10704 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10705 fixes.
10706
10707 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10708
10709 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10710
10711 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10712
10713 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10714 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10715 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10716 packets that are not supported on all hosts. Expand examples.
10717 Spell check.
10718
10719 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10720
10721 * Makefile.in: Recognize html, install-html. Add targets
10722 to build HTML versions of documentation via texi2html.
10723
10724 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10725
10726 * gdbint.texinfo (Testsuite): New chapter, information about the
10727 testsuite.
10728
10729 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10730
10731 * remote.texi (Communication Protocol): Rewrite.
10732
10733 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10734
10735 * stabs.texinfo: Fix uses of xref.
10736
10737 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10738
10739 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10740 info about patch submission.
10741
10742 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10743
10744 From Per Bothner <bothner@cygnus.com>:
10745 * gdb.texinfo: Document Chill support.
10746
10747 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10748
10749 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10750 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10751 Document that the value should be greater-than or equal-to zero.
10752 (NO_STD_REGS): Document. Deprecate.
10753
10754 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10755
10756 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10757 Document that these are not used.
10758
10759 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10760
10761 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10762
10763 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10764
10765 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10766 numargs was dropped.
10767
10768 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10769
10770 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10771
10772 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10773
10774 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10775 Update.
10776
10777 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10778
10779 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10780 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10781
10782 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10783
10784 * gdbint.texinfo: Fix typos: $ -> @.
10785
10786 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10787
10788 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10789 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10790 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10791 BREAKPOINT_FROM_PC.
10792
10793 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10794
10795 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10796 CALL_DUMMY_STACK_ADJUST): Document.
10797
10798 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10799
10800 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10801 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10802
10803 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10804
10805 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10806 longer exists.
10807
10808 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10809
10810 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10811 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10812 they make the manual source incomprehensible.
10813 * h8-cfg.texi: Remove, hasn't been used in years.
10814
10815 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10816
10817 * gdb.texinfo: Update the credits.
10818
10819 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10820
10821 * gdb.texinfo: Fix mistakes noticed in printout of last
10822 draft, add Alpha to discussion of heuristic fence post.
10823
10824 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10825
10826 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10827 Edition, merge some HP changes into mainline, describe some
10828 previously undocumented features, describe more of the target
10829 commands available, eliminate obsolete section on renamed
10830 commands.
10831 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10832
10833 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10834
10835 * gdb.texinfo: Make many HPPA conditionals unconditional,
10836 including catchpoint description, since now on for all configs.
10837 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10838 specializations.
10839
10840 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10841
10842 * Makefile.in (GDBvn.texi): Fix match expression to work with
10843 current format of VERSION in gdb/Makefile.in.
10844 * gdb.texinfo: Fix node ref to match new readline.
10845
10846 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10847
10848 * gdb.texinfo: Changes made as part of a project to merge in
10849 changes made by HP. Documentation makes extensive use of
10850 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10851 on remote debugging. There are differences in documentation
10852 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10853 the HP manual discusses catchpoints, hardware watchpoints, and
10854 some HPUX specific limitations for shared library support.
10855
10856 There are also a number of @node changes.
10857
10858 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10859
10860 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10861 (C Usage): Same.
10862
10863 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10864
10865 The following changes were made by Edith Epstein
10866 <eepstein@cygnus.com> as part of a project to merge in changes
10867 made by HP.
10868
10869 * HPPA-cfg.texi: new file.
10870
10871 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10872
10873 * refcard.tex: change documentation about catch.
10874 removed info catch.
10875
10876 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10877
10878 * gdbint.texinfo: Expand on GDB's coding standards,
10879 specify the use of arg names with prototypes.
10880
10881 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10882
10883 * gdb.texinfo: Fix tipo.
10884
10885 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10886
10887 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10888 TARGET_BYTE_ORDER_SELECTABLE_P.
10889
10890 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10891
10892 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10893
10894 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10895
10896 * agentexpr.texi: New file.
10897
10898 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10899
10900 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10901
10902 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10903
10904 * remote.texi: Changed wording that implied that the GDB remote
10905 protocol caches register values instead of GDB itself.
10906
10907 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10908
10909 * gdbint.texinfo: Add some info about symbol readers.
10910 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10911 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10912 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10913 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10914
10915 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10916
10917 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10918
10919 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10920
10921 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10922
10923 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10924
10925 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10926 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10927
10928 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10929
10930 * gdbint.texinfo: Fix minor typos.
10931
10932 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10933
10934 * gdbint.texinfo: Complete overhaul. Group descriptions more
10935 logically, add more info on generic algorithms, remove much
10936 obsolete and/or wrong material.
10937
10938 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10939
10940 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10941
10942 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10943
10944 * refcard.tex: Copyright, address updates.
10945
10946 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10947
10948 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10949 for the edition instead of confusing GDB-version-like numbers.
10950
10951 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10952
10953 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10954
10955 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10956
10957 * LRS: Reformat a bit to keep text under 80 columns.
10958
10959 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10960
10961 * gdb.texinfo: Add some credits, mention bug monitor.
10962 * remote.texi: Mention mips monitor targets.
10963 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10964
10965 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10966
10967 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10968 files, finish sorting of host vs target vs native macros, describe
10969 some more of them.
10970
10971 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10972
10973 * gdbint.texinfo (Host Conditionals): Document change from
10974 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10975
10976 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10977
10978 * gdbint.texinfo (Host Conditionals): Document
10979 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10980
10981 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10982
10983 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10984 Document LSEEK_NOT_LINEAR.
10985
10986 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * stabs.texinfo (Stab Section Basics): Make it clear that only
10989 some versions of the GNU linker remove the leading N_UNDF symbol.
10990
10991 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10992
10993 * stabs.texinfo (String Field): Document type number pairs here,
10994 instead of in the Sun specific section.
10995 (Include Files): The GNU linker supports the N_BINCL
10996 optimization. Clarify the N_BINCL value, and what it is used
10997 for.
10998 (Procedures): Document N_FUN with an empty string to mark the end
10999 of a function.
11000 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11001 (Sun Differences): Remove this node, as the information is now
11002 elsewhere in the main document.
11003 (Stab Section Basics): Mention that the GNU linker may optimize
11004 stabs and remove the leading N_UNDF symbol.
11005
11006 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11007
11008 * gdb.texinfo, refcard.tex: Restore author credit
11009
11010 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11011
11012 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11013 documentation to account for START and END macros taking
11014 one arg.
11015
11016 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11017
11018 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11019 * gdb.texinfo (Frames): Fix typo.
11020
11021 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11022
11023 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11024 a target_signal as arg type, not a pid.
11025
11026 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11027
11028 * gdb.texinfo: Document `set assembly-language'.
11029
11030 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11031
11032 * remote.texi: Update list of stubs in the GDB distribution.
11033
11034 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11035
11036 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11037 Also document that some systems can use mmalloc but must define
11038 this if their C runtime allocates memory that is later freed.
11039 (MMCHECK_FORCE): Document new macro.
11040
11041 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11042
11043 * remote.texi: Add documentation for target Sparclet.
11044
11045 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11046
11047 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11048 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11049 * configure.in: Rewritten for autoconf.
11050 * configure: New.
11051
11052 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11053
11054 * Makefile.in (DVIPS): New define, set to dvips.
11055 (dvi): Add stabs.dvi.
11056 (ps): New target.
11057 (all-doc): Depend on info, dvi, and ps targets.
11058 (STAGESTUFF): Add *.ps and *.dvi files.
11059 (clean-info, clean-dvi): Remove.
11060 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11061 rules completely rewritten.
11062 (maintainer-clean): Remove clean-info and clean-dvi
11063 dependencies and put their actions in the rules.
11064 (gdb.ps): New target
11065 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11066 intermediate TeX files, whether they have 2 or 3 character
11067 extensions.
11068 (gdbint.ps): Add target and rules.
11069 (gdb-internals): Delete unused target.
11070 (Makefile): Depends upon config.status also.
11071
11072 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11073
11074 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11075 set.
11076
11077 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11078
11079 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11080 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11081
11082 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11083
11084 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11085
11086 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11087
11088 * gdb.texinfo (Print settings): Document
11089 `set/show print static-members' commands.
11090
11091 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11092
11093 * gdbint.texinfo (Native): Document name change, coredep.c to
11094 core-aout.c.
11095
11096 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11097
11098 * stabs.texinfo (Include Files): Document the values the SunOS4
11099 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11100
11101 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11102
11103 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11104 Fix typo.
11105
11106 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11107
11108 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11109 "gdb.tar.Z".
11110
11111 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11112
11113 * Makefile.in (maintainer-clean): New target, synonym for
11114 realclean.
11115
11116 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11117
11118 * Update all FSF addresses except those in COPYING* files.
11119
11120 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11121
11122 From Richard Earnshaw (rearnsha@armltd.co.uk):
11123 * gdb.texinfo (convenience variables): Document $_exitcode.
11124 (quit): Document optional expression to use as exit code.
11125
11126 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11127
11128 * gdb.texinfo, remote.texi: Brought up to date with various
11129 GDB changes.
11130
11131 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11132
11133 * gdb.texinfo: Update dates and versions, fix comments about
11134 hardware watchpoints in future releases and about the
11135 sharedlibrary command.
11136
11137 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11138
11139 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11140 C_FUN stab. Other cleanups.
11141
11142 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11145 for the sparc stub.
11146
11147 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11148
11149 * annotate.texi: Clarify which addresses have differing formats
11150 depending on the language and which do not.
11151
11152 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11153
11154 * remote.texi (NetWare): Changed example to use BOARD= instead of
11155 NODE= argument to reflect correspoding change to gdbserve.nlm.
11156
11157 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11158
11159 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11160 GDB, as well as AIX dbx, supports the size type attribute.
11161
11162 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11165
11166 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11167
11168 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11169 and new 'if' and 'while' commands.
11170
11171 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11172
11173 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11174
11175 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11176
11177 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11178 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11179 NetWare targets. Mostly stolen from the Server node.
11180
11181 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11182
11183 * gdb.texinfo (Setting): Talk about the language of a source file
11184 versus the working language. The old documentation did not match
11185 what GDB did.
11186
11187 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11188
11189 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11190 of a source file.
11191
11192 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11193
11194 * gdb.texinfo (Processes): New node.
11195
11196 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11197
11198 * remote.texi: Update documentation of set/show mipsfpu.
11199
11200 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11201
11202 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11203 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11204
11205 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11206
11207 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11208 obsolete conditionals, described some others.
11209
11210 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11211
11212 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11213 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11214
11215 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11216
11217 * gdbint.texinfo: Put regex conditionals in their own table.
11218
11219 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11220
11221 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11222 described or fixed the descriptions of many others.
11223
11224 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11225
11226 * gdb.texinfo: Add some more credits.
11227 * gdbint.texinfo: Capitalize GDB consistently, describe some
11228 macros and remove some.
11229
11230 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11231
11232 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11233 obsolete conditionals, described some others.
11234
11235 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11236
11237 * gdb.texinfo (help targets): Changed to `help target', which
11238 is the correct gdb command.
11239
11240 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11241
11242 * annotate.texi (TODO): New node, for keeping track of annotations
11243 suggested but not yet implemented.
11244
11245 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11248 another symbol, it is not the address itself.
11249
11250 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11251
11252 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11253 of stabs-in-coff sections.
11254
11255 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11256
11257 * annotate.texi: Change edition to 0.5 and date to May 1994.
11258 Add index.
11259 (Frames): New node, for frame annotation.
11260 (Displays): New node, for display annotation.
11261
11262 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11263 when waiting for your program to stop.
11264
11265 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11266
11267 * annotate.texi (Breakpoint Info): Document annotation of header
11268 fields and record annotation.
11269
11270 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11271
11272 * annotate.texi: New file, to document annotations.
11273
11274 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11275
11276 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11277 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11278
11279 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11280
11281 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11282 section, and say n_strx field is compilation unit relative.
11283 * stabs.texinfo: Don't use @code for a.out when it is the name of
11284 an object file format.
11285
11286 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11287
11288 * gdb.texinfo: Refer to file names, not path names, per rms
11289 convention.
11290 (Arguments): Fix typo.
11291
11292 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11293
11294 * stabs.texinfo (Global Variables): Talk about stabs in files
11295 where variables are referenced, but not defined.
11296
11297 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11298
11299 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11300 Cplusplus to new nodes Member Type Descriptor and Method Type
11301 Descriptor. Re-write stuff for #.
11302
11303 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11304
11305 * gdb.texinfo (Print Settings): Don't document "set print
11306 fast-symbolic-addr off". The bug which it worked around was fixed
11307 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11308
11309 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11310 N_ENTRY node.
11311
11312 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11313
11314 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11315
11316 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11317 references to ieee-float.c.
11318
11319 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11320
11321 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11322 match what the code actually does.
11323
11324 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11325
11326 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11327
11328 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11329
11330 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11331 i, and b.
11332
11333 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11334
11335 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11336 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11337 as "stabs in sections" rather than just saying "ELF and SOM".
11338 Also make that stuff apply to COFF.
11339
11340 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11341
11342 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11343 Ghostscript.
11344
11345 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11346
11347 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11348 versus functions without line numbers, also mention stepping into
11349 them as well as "step" when you are in them. Tell the user how to
11350 deal with the situation. Add comment about "debugging information".
11351
11352 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11353
11354 * stabs.texinfo (Enumerations): Document restriction on where
11355 enumeration types can appear and still win with GDB.
11356
11357 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11358
11359 * stabs.texinfo (Negative Type Numbers): Document format for type
11360 -16.
11361
11362 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11363
11364 * gdb.texinfo (Selection, Frame Info): Update information about
11365 arbitrary frame specficiations.
11366
11367 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11368
11369 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11370
11371 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11374
11375 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11376
11377 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11378
11379 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11382 Differences node to Statics node.
11383 (Statics): Discuss XCOFF use of V symbol descriptor.
11384
11385 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11386 not clean.
11387
11388 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11389
11390 * gdb.texinfo (Print Settings): Document `set print
11391 fast-symbolic-addr' and improve the doc for some other
11392 `set print's.
11393
11394 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11395
11396 * stabs.texinfo (String Field): Talk about defining several type
11397 numbers at once.
11398 Fix lint regarding changing node ELF Transformations to
11399 ELF and SOM Transformations.
11400
11401 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11402
11403 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11404
11405 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11406
11407 * stabs.texinfo (Cross-References): `::' is for nested types only
11408 within <>.
11409 (Structures): Document static members.
11410
11411 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11412
11413 * stabs.texinfo: Document S type attribute.
11414
11415 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11416
11417 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11418
11419 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11420
11421 * gdbint.texinfo: Fix a few typos.
11422
11423 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11424
11425 * gdb.texinfo, remote.texi: formatting improvements
11426
11427 * gdb.texinfo (New Features): mention threads.
11428 (Summary, C): fix xrefs in newly contributed text.
11429 (Threads): index entries, clarifications, example
11430 (passim): minor typos fixed, phrasing improvements
11431
11432 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11433 entries; (Server): explain use of gdbserver w/real-time systems,
11434 add example of conflicting TCP port; (MIPS Remote) break up
11435 running text into table, highlighting commands, and add example.
11436
11437 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11438
11439 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11440
11441 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11442
11443 * stabs.texinfo (Nested Symbols): New node.
11444 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11445
11446 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11447
11448 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11449 to picking which Bbss.bss symbol to use, and (because there seems to
11450 be no good way of doing it) re-write some of the text to make it
11451 sound like Bbss.bss isn't such a great idea after all (as currently
11452 designed).
11453
11454 * gdb.texinfo (C): In addition to saying people have to use g++ for
11455 good results, say they have to use stabs. Specifically say cfront
11456 doesn't work well.
11457 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11458 the gdb README. Add xrefs to places where the support for the various
11459 languages is described in detail.
11460
11461 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11462
11463 * stabs.texinfo: Clean up stuff about visibility and virtual
11464 characters.
11465
11466 * stabs.texinfo (N_M2C): Cite Sun doc.
11467
11468 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11469
11470 * gdb.texinfo: updates re threads.
11471 * remote.texinfo: avoid index entries starting with digits.
11472
11473 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11474
11475 * stabs.texinfo (Enumerations): Talk about large, negative and
11476 octal values. Clean up cross reference to type attributes.
11477 (String Field): Say that GDB 4.11 supports size attribute.
11478
11479 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11480
11481 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11482 is a mandatory step. Make the stuff about that more concise.
11483
11484 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11485
11486 * stabs.texinfo (Class Names): New node.
11487
11488 * gdb.texinfo (Command Files): Explain order of init file reading.
11489
11490 * remote.texi (Bootstrapping): Talk about getting the serial driver
11491 to deal with ^C sent by gdb to stop the remote system.
11492
11493 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11494
11495 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11496
11497 * libgdb.texinfo (Defining Commands): made the DOC arg
11498 to gdb_define_app_command a char * instead of char **
11499 per a suggestion from kingdon.
11500
11501 * libgdb.texinfo: total rewrite from a different starting
11502 premise.
11503
11504 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11505
11506 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11507 floats passed as doubles (to improve clarity).
11508
11509 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11510
11511 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11512
11513 * a4rc.sed: update to work with Andreas Vogel papersize params
11514
11515 * refcard.tex: use Andreas Vogel simplifications of papersize
11516 params; remove useless version info; update copyright date.
11517
11518 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11519
11520 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11521
11522 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11523
11524 * gdb.texinfo (Files): Say what address the load command loads it at.
11525
11526 * stabs.texinfo (Common Blocks): Minor cleanups.
11527
11528 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11529 that Sun has backed away from the linker kludge and thus the relevant
11530 issue is changes to the SunPRO tools, not the Solaris linker.
11531
11532 * stabs.texinfo (Traditional Integer Types): Clean up description
11533 of octal bounds a little bit. Document extra leading zeroes.
11534
11535 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11536
11537 * gdb.texinfo (Signaling): Update for symbolic symbol names
11538 and add a section explaining the difference between the GDB
11539 signal command and the shell kill utility.
11540
11541 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11542
11543 * libgdb.texinfo: added `@' to braces that were unescaped.
11544
11545 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11546
11547 * libgdb.texinfo: new file. Spec for the gdb library.
11548
11549 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11550
11551 * stabs.texinfo (Include Files): Fix typo (start -> end).
11552
11553 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11554
11555 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11556 from Melissa at FSF's editing pass.
11557
11558 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11559
11560 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11561 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11562 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11563
11564 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11565
11566 * remote.texi (Bootstrapping): Discuss 386 call gates.
11567
11568 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11569
11570 * stabs.texinfo (Based Variables): New node.
11571
11572 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11573
11574 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11575 names, sizes, and formats to suggest how not to lose.
11576
11577 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11578
11579 * stabs.texinfo (Methods): Fix typo.
11580
11581 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11582
11583 * gdb.texinfo: Fix a few typos.
11584
11585 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11586
11587 * gdb.texinfo: Clarify how well it works with Fortran.
11588
11589 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11590 More on relocating stabs in ELF files.
11591
11592 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11593
11594 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11595
11596 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11597
11598 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11599 parameters on VAX.
11600
11601 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11602
11603 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11604
11605 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11606
11607 * stabs.texinfo: Make info author notice match the TeX author notice.
11608
11609 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11610
11611 * stabs.texinfo: Initial-caps all words in node names and
11612 non-trivial words in section names.
11613
11614 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11615
11616 * stabs.texinfo: Many minor cleanups.
11617
11618 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11619
11620 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11621
11622 * stabs.texinfo: Remove full description of big example.
11623 It's not really helpful; just use pieces of it where appropriate.
11624 Add more Texinfo formatting directives (@samp, etc.).
11625 Use @deffn to define stab types.
11626 Eliminate some wordiness. Break up some nodes.
11627 Add an (alphabetized) index of symbol types.
11628 Use consistent capitalization style in node and section names.
11629
11630 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11631
11632 * gdb.texinfo: Change typo "Two two" to "The two".
11633
11634 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11635
11636 * stabs.texinfo (XCOFF-differences): Remove references to
11637 non-existent types N_DECL and N_RPSYM.
11638
11639 * stabs.texinfo (String Field): Say that type attributes bug is
11640 fixed in GDB 4.10, since it is.
11641
11642 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11643
11644 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11645
11646 * stabs.texinfo: Formatting cleanups.
11647
11648 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11649
11650 * stabs.texinfo: When explaining the n_type of a stab, standardize
11651 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11652 no tabs, use @r).
11653 (Global Variables): Clean up.
11654
11655 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11656
11657 * stabs.texinfo (Stack Variables): Re-write.
11658
11659 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11660
11661 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11662 addresses of a source file. Also revise formatting.
11663 Change "object module" or "object file" to "source file".
11664 Various: Miscellaneous cleanups.
11665
11666 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11667
11668 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11669
11670 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11671
11672 * gdbint.texinfo: Removed many nonsensical machine-collected
11673 host and target conditionals, described some of the remainder.
11674
11675 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11676
11677 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11678
11679 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11680 paragraph which follows.
11681
11682 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11683 variables. Looks better and avoids overful hbox.
11684
11685 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11686
11687 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11688
11689 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11690
11691 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11692 retransmit-timeout
11693
11694 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * gdbint.texinfo: Update statement about `some ancient Unix
11697 systems, like Ultrix 4.0' to Ultrix 4.2.
11698
11699 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11700
11701 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11702
11703 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11704
11705 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11706 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11707
11708 * remote.texi: new name for former gdbinv-s.texi
11709
11710 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11711
11712 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11713
11714 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11715 variables for MIPS remote debugging protocol.
11716
11717 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11718
11719 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11720
11721 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11722
11723 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11724
11725 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11726
11727 * gdb.texinfo: repair conditional bugs in text markup
11728
11729 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11730
11731 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11732 to select Modula-2 material.
11733
11734 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11735
11736 * stabs.texinfo: Cleanups regarding statics.
11737
11738 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11739 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11740
11741 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11742
11743 * stabs.texinfo: N_MAIN is sometimes used for C.
11744
11745 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11746
11747 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11748
11749 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11750
11751 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11752 removed from the code by Kingdon.
11753
11754 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11755
11756 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11757 input when evaluating breakpoint conditions; the bug has been fixed.
11758
11759 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11760 sets the ignore count to N-1, not to N.
11761
11762 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11763
11764 * refcard.tex (\hoffset): correct longstanding error to match
11765 intended offset; avoids cutting off edge on some printers
11766
11767 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11768
11769 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11770
11771 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11772
11773 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11774
11775 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11776
11777 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11778 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11779 collect sed edits if any, apply to refcard before formatting;
11780 (refcard.ps) stop implying PS fonts if PS output requested;
11781 (lrefcard.ps) delete extra target for variant PS fonts
11782
11783 * refcard.tex: parametrize papersize dependent info, collect
11784 in easily replaced spot
11785
11786 * a4rc.sed: new file, edits to refcard for A4 paper
11787
11788 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11789
11790 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11791
11792 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11793
11794 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11795
11796 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11797
11798 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11799 politely rather than rudely.
11800
11801 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11802
11803 * stabs.texinfo: Document common blocks.
11804
11805 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11806
11807 * stabs.texinfo: Add some basic info about stabs-in-elf.
11808
11809 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11810
11811 * stabs.texinfo (Top): Minor cleanup.
11812
11813 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11814
11815 * Makefile.in (install-info): remove parentdir support
11816
11817 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11818
11819 * gdb.texinfo (Copying): delete this node and references to it;
11820 RMS says this manual need not carry GPL. (passim): Improvements
11821 from last round at FSF, largely due to Ian Taylor review, and
11822 minor formatting improvements.
11823
11824 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11825 largely due to Ian Taylor review. (Debug Session): minor edits to
11826 new text.
11827
11828 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11829
11830 * Makefile.in (realclean): Remove info and dvi files too.
11831
11832 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11833
11834 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11835 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11836 * gdb.texinfo: Change accordingly.
11837
11838 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11839 N_{L,R}BRAC,N_SLINE are relative to.
11840
11841 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11842
11843 * Makefile.in (GDBvn.texi): Update atomically.
11844
11845 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11846
11847 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11848
11849 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11850
11851 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11852 addresses together. Also motivate the set print symbol-filename
11853 command and suggest other solutions.
11854
11855 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11856
11857 * gdb.texinfo (set print elements): Note that the number of
11858 elements is set to unlimited by "set print elements 0".
11859
11860 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11861
11862 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11863 NF_LDOUBLE means.
11864 (Stab Types): Include Solaris stab types.
11865 (Procedures): Document Solaris extensions.
11866
11867 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11868
11869 * gdb.texinfo: Add `set print symbol-filename' doc.
11870
11871 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11872
11873 * stabs.texinfo (Arrays): Talk about type definition vs. type
11874 information.
11875
11876 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11877 the trailing semicolon.
11878
11879 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11880
11881 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11882 and merge in other parts of the document addressing these subjects.
11883 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11884
11885 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11886 at the end of a range type.
11887
11888 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11889 AIX extensions.
11890
11891 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11892
11893 * stabs.texinfo (Stabs Format): Misc fixes.
11894
11895 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11896
11897 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11898 (Traditional builtin types): Document convex convention for long long.
11899 (Negative builtin types): Discuss type names, and misc fixes.
11900
11901 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11902
11903 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11904 point types used with @samp{R} type descriptor.
11905 (Symbol Descriptors): Describe how to handle conflict between
11906 different meanings of @samp{P} symbol descriptor.
11907
11908 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11909
11910 * stabs.texinfo: Remove node Quick Reference and put its children
11911 directly under the main menu.
11912
11913 * stabs.texinfo: Many more changes to bring it into line with
11914 AIX documentation and reality. I think it now has all the
11915 information from the AIX documentation, except that I burned
11916 out when I got to variant records (Pascal and Modula-2) and
11917 all the COBOL types. Oh well, we can add them later when we're
11918 worrying more about those languages.
11919
11920 * stabs.texinfo (Automatic variables): Talk about what it means
11921 to omit the symbol descriptor.
11922
11923 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11924
11925 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11926 gcc2 behavior with promoted args.
11927
11928 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11929
11930 * gdb.texinfo: include readline appendices in info version of manual
11931
11932 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11933
11934 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11935 target remote.
11936
11937 * gdb.texinfo (Machine Code): more index entries for disassemble
11938
11939 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11940
11941 * Clarify the intended use of the gdb-testers and gdb-patches
11942 mailing lists, and shrink gzip comment.
11943
11944 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11945
11946 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11947 DOSHOST configuration of manual.
11948
11949 * gdb.texinfo (MIPS Stack): new node.
11950
11951 * all-config.texi (MIPS) new switch.
11952
11953 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11954 tense; (MIPS Remote) new node.
11955
11956 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11957 bug; (Environment) less passive, other small cleanups in text about
11958 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11959 (Remote) new MIPS Remote menu entry.
11960
11961 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11962
11963 * stabs.texinfo: Many changes to include information from the
11964 AIX documentation.
11965
11966 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11967
11968 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11969
11970 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11971 Move a bunch of information from ../README.
11972 (Getting Started): New node.
11973
11974 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11975
11976 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11977
11978 * gdb.texinfo: advance manual revision dates to present
11979
11980 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11981 stop using silly Roman numerals in @set variable names
11982
11983 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11984
11985 * stabs.texinfo (Parameters): Keep trying to get this right.
11986
11987 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11988
11989 * stabs.texinfo (Parameters): More on "local parameters".
11990
11991 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11992
11993 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11994
11995 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11996
11997 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11998 (Parameters): Rewrite.
11999 (xcoff-differences, Sun-differences): Minor changes.
12000
12001 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12002
12003 * stabs.texinfo: Minor cleanup.
12004
12005 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12006
12007 * gdbint.texinfo: Minor xcoff stuff.
12008
12009 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12010
12011 * gdbint.texinfo: Update for new config directory structure.
12012 Add info about internal type data structures.
12013
12014 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12015
12016 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12017 $(srcdir).
12018 (gdb-config.texi): Depend on file in $(srcdir).
12019
12020 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12021
12022 * stabs.texinfo: Fixes about N_SO.
12023
12024 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12025
12026 * gdb.texinfo: include list of nonstandard init file names
12027
12028 * *-config.texi: new switch GENERIC for text that applies *only*
12029 to (usual) multiple-target version of manual
12030
12031 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12032 h8 config
12033
12034 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12035 in menus (rather than conditionally selected multiple alternative
12036 menus).
12037
12038 * Makefile.in: define and use DOC_CONFIG var to select
12039 configuration for GDB user manual.
12040
12041 * gdb-config.texi: delete from repository, generate from Makefile.
12042
12043 * all-config.texi: normal `generic' configuration file, formerly
12044 stored as gdb-config.texi
12045
12046 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12047
12048 * Makefile.in: add dvi target to build all .dvi files
12049
12050 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12051
12052 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12053
12054 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12055
12056 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12057 host conditionals.
12058 * stabs.texinfo: More array fixes inspired by Jim's.
12059
12060 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12061
12062 * stabs.texinfo: Fixes re arrays and continuations.
12063
12064 * gdbint.texinfo: Add XCOFF node.
12065
12066 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12067
12068 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12069
12070 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12071
12072 * stabs.texinfo: Fix for array types to mention lower bounds.
12073
12074 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12075
12076 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12077
12078 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12079
12080 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12081
12082 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12083
12084 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12085 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12086
12087 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12088
12089 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12090
12091 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12092
12093 * gdb.texinfo, gdbinv-s.texi: misc updates
12094
12095 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12096
12097 * gdbint.texinfo: Brief documentation for longjmp support,
12098 from an email msg by Stu.
12099
12100 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12101
12102 * stabs.texinfo: Fix description of floating point "range"
12103 types (which really define basic types). Reported by Jim Meehan,
12104 <meehan@src.dec.com>.
12105
12106 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12107
12108 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12109
12110 * gdbint.texinfo: Slightly expand section on supporting a new
12111 object file format.
12112
12113 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12114
12115 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12116 intermediate file.
12117
12118 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12119
12120 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12121
12122 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12123
12124 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12125
12126 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12127 as well as Z8002.
12128
12129 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12130
12131 * gdbint.texinfo: Add sections on clean design and on how to send
12132 in changes.
12133
12134 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12135
12136 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12137
12138 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12139
12140 * gdb.texinfo: Fix typo, reported by Karl Berry.
12141
12142 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12143
12144 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12145
12146 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12147
12148 * gdbint.texinfo: fixed a stray email address (needs @@),
12149 added @table @code to node "Native Conditionals"
12150
12151 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12152
12153 * gdbint.texinfo: Describe coding style of GDB.
12154
12155 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12156
12157 * stabs.texinfo: Minor wording changes.
12158
12159 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12160
12161 * gdbint.texinfo: Improve release doc slightly.
12162
12163 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12164
12165 * gdbint.texinfo: Improve doc of GDB config macros.
12166
12167 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12168
12169 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12170 These will be reinserted when examined.
12171
12172 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12173
12174 * gdbint.texinfo: Make a start at documenting all the #if macros
12175 in GDB. At least list them all, and start separating them into
12176 host-specific and target-specific.
12177
12178 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12179
12180 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12181 examples (not consistent w others).
12182 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12183 for generic vn of doc
12184
12185 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12186
12187 * Makefile.in: always create installation directories.
12188
12189 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12190
12191 * gdb.texinfo: in h8 config, do not describe searching commands.
12192
12193 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12194
12195 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12196 conditionals; introduce a few generic switches that may be
12197 useful for other cross-dev or dos-hosted configs.
12198
12199 * gdb.texinfo: fix typo in "info reg" description
12200
12201 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12202
12203 * stabs.texinfo: Minor updates from running TeX over it.
12204 * Makefile.in (stabs.dvi, stabs.ps): Add.
12205
12206 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12207
12208 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12209 First pass at converting it to texinfo.
12210
12211 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12212
12213 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12214 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12215
12216 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12217
12218 * gdbint.texinfo: Add section on partial symbol tables.
12219
12220 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12221
12222 * gdb.texinfo: document `set remotedebug' and `set
12223 rstack_high_address'.
12224
12225 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12226
12227 * gdb.texinfo: slight expansion of new text on reading info files
12228 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12229 H8/300 from DOS.
12230
12231 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12232
12233 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12234
12235 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12236
12237 * gdb.texinfo: Say how to read the `info' files.
12238
12239 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12240
12241 * Makefile.in: gm4 -> m4.
12242
12243 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12244
12245 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12246 Documentation' ahead of `Installing GDB' to match README.
12247 Update shared library doc, -readnow and -mapped, and directory
12248 structure (add glob and mmalloc). Update configure doc.
12249
12250 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12251
12252 * Makefile.in: remove $(srcdir) from gdb.info rule.
12253
12254 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12255
12256 * Makefile.in: commented out gdb-all.texinfo rule. This is
12257 temporary.
12258
12259 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12260
12261 * Makefile.in, configure.in: removed traces of namesubdir,
12262 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12263 copyrights to '92, '13, changed some from Cygnus to FSF.
12264
12265 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12266
12267 * gdb.texinfo: Improve how we ask for bug reports.
12268
12269 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12270
12271 * Makefile.in: infodir belongs in datadir.
12272
12273 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12274
12275 * Makefile.in: remove spaces following hyphens, bsd make can't
12276 cope. install using INSTALL_DATA. added clean-info. added
12277 standards.text support.
12278
12279 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12280
12281 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12282 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12283 and mandir now keyed off datadir by default.
12284
12285 \f
12286 Local Variables:
12287 mode: change-log
12288 left-margin: 8
12289 fill-column: 74
12290 version-control: never
12291 coding: utf-8
12292 End:
This page took 0.519849 seconds and 4 git commands to generate.