Don't print symbol declaration's line number in rbreak output
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2
3 * gdb.texinfo (Symbols): Mention the fact that "info
4 variables/functions/types" show source files and line numbers.
5
6 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7
8 * gdb.texinfo: Document set/show record btrace cpu.
9
10 2018-03-27 Joel Brobecker <brobecker@adacore.com>
11
12 * gdb.texinfo (Ada Settings): New subsubsection.
13
14 2018-03-26 Tom Tromey <tom@tromey.com>
15
16 PR backtrace/15582:
17 * gdb.texinfo (Backtrace): Mention "hide" argument.
18
19 2018-03-26 Tom Tromey <tom@tromey.com>
20
21 * gdb.texinfo (Backtrace): Describe options individually.
22
23 2018-03-19 Tom Tromey <tom@tromey.com>
24
25 * observer.texi: Remove.
26
27 2018-03-04 John Baldwin <jhb@FreeBSD.org>
28
29 * gdb.texinfo (Debugging Output): Document "set/show debug
30 fbsd-nat".
31
32 2018-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.texinfo (Machine Code): Additional information about "info
35 line" command.
36
37 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
38
39 * gdb.texinfo (gdb-add-index man): Add pindex.
40
41 2018-01-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
42
43 * gdb.texinfo (set cwd): Add period.
44 (gdb-add-index man): Move anchor.
45
46 2017-01-12 Tom Tromey <tom@tromey.com>
47 Sergio Durigan Junior <sergiodj@redhat.com>
48
49 * gdb.texinfo (Index Files): Mention gdb-add-index.
50 (gdb-add-index man): New section.
51 * Makefile.in (gdb-add-index.1): New rule to generate manpage
52 from gdb.texinfo.
53
54 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
55
56 * gdb.texinfo (pwd): Fix whitespace.
57
58 2018-01-09 John Baldwin <jhb@FreeBSD.org>
59
60 * gdb.texinfo (pwd): Update cross-reference for Process Information
61 node and remove explicit /proc reference.
62 (Native): Rename subsection from SVR4 Process Information to
63 Process Information.
64 (Process Information): Reword introduction to be less /proc
65 centric. Document support for "info proc" on FreeBSD.
66
67 2018-01-03 Xavier Roirand <roirand@adacore.com>
68
69 * gdb.texinfo (Set Catchpoints): Add documentation for new
70 "catch handlers" action.
71
72 2017-12-27 Stafford Horne <shorne@gmail.com>
73
74 * gdb.texinfo (Target Description Format): Explain that arbitrary
75 strings are now allowed for register groups.
76
77 2017-12-27 Stafford Horne <shorne@gmail.com>
78
79 * gdb.texinfo (Registers): Document info reg $reggroup feature.
80
81 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
82
83 PR cli/16224
84 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
85
86 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
87
88 * python.texi (Manipulating breakpoints using Python): Document
89 qualified parameter to gdb.Breakpoint.
90
91 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
92
93 * python.texi (Manipulating breakpoints using Python): Split doc
94 of Breakpoint.__init__ in two, split text in multiple
95 paragraphs, don't nest parameter square brackets.
96
97 2017-12-12 Stafford Horne <shorne@gmail.com>
98 Stefan Wallentowitz <stefan@wallentowitz.de>
99 Franck Jullien <franck.jullien@gmail.com>
100 Jeremy Bennett <jeremy.bennett@embecosm.com>
101
102 * gdb.texinfo: Add OpenRISC documentation.
103
104 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
105
106 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
107
108 2017-12-07 Keith Seitz <keiths@redhat.com>
109
110 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
111 and "show print type nested-type-limit".
112
113 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
114
115 * python.texi (Breakpoints In Python): Add text relating
116 to allowed explicit locations and keywords in gdb.Breakpoints.
117
118 2017-12-04 Tom Tromey <tom@tromey.com>
119
120 * gdb.texinfo (Rust): Update trait object status
121
122 2017-12-01 Andrew Cagney <cagney@redhat.com>
123 Joel Brobecker <brobecker@adacore.com>
124 Sergio Durigan Junior <sergiodj@redhat.com>
125
126 * gdb.texinfo (File Options): Document --readnever.
127 (Commands to Specify Files): Likewise, for 'symbol-file' and
128 'add-symbol-file'.
129
130 2017-11-29 Pedro Alves <palves@redhat.com>
131
132 PR c++/19436
133 * gdb.texinfo (Debugging C Plus Plus): Document setting
134 breakpoints in functions with ABI tags.
135
136 2017-11-29 Pedro Alves <palves@redhat.com>
137
138 * gdb.texinfo (Linespec Locations): Document how "function" is
139 interpreted in C++ and Ada. Document "-qualified".
140 (Explicit Locations): Document how "-function" is interpreted in
141 C++ and Ada. Document "-qualified".
142
143 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
144
145 PR gdb/21945
146 * gdb.texinfo (Search Memory): Update description and example
147 about how to search a string without NULL terminator.
148
149 2017-11-24 Joel Brobecker <brobecker@adacore.com>
150
151 * gdb.texinfo (GDB/MI Ada Exception Information): Document
152 new "exception-message" field.
153
154 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
155
156 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
157
158 2017-11-24 Pedro Alves <palves@redhat.com>
159
160 * gdb.texinfo (Completion): Update need-quoting examples. Remove
161 false claim that GDB inserts quoting automatically.
162 (Symbols): Add anchor.
163
164 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
165
166 * gdb.texinfo (Requirements): Document use of GNU MPFR.
167
168 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
169
170 * python.texi (Basic Python): Add rbreak documentation.
171
172 2017-11-07 Xavier Roirand <roirand@adacore.com>
173 Pedro Alves <palves@redhat.com>
174
175 * gdb.texinfo (Set Breaks): Document support for breakpoint
176 location ranges in the enable/disable commands.
177
178 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
179
180 * gdb.texinfo (Starting your Program) <The working directory.>:
181 Mention remote debugging.
182 (Working Directory) <Your Program's Working Directory>:
183 Likewise.
184 (Connecting) <Remote Packet>: Add "set-working-dir"
185 and "QSetWorkingDir" to the table.
186 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
187 packet.
188
189 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
190
191 * gdb.texinfo (Starting your Program) <The working directory.>:
192 Mention new "set cwd" command.
193 (Working Directory) <Your Program's Working Directory>:
194 Rephrase to explain that "set cwd" exists and is the default
195 way to change the inferior's cwd.
196
197 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
198
199 * gdb.texinfo (S/390 and System z Features): Document the new
200 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
201
202 2017-09-21 Kevin Buettner <kevinb@redhat.com>
203
204 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
205 attribute.
206
207 2017-09-21 Kevin Buettner <kevinb@redhat.com>
208
209 * python.texi (Inferiors In Python): Add description for method
210 Inferior.thread_from_thread_handle.
211
212 2017-09-19 John Baldwin <jhb@FreeBSD.org>
213
214 * gdb.texinfo (Starting your Program): Add description of
215 starti command. Mention starti command as an alternative for
216 debugging the elaboration phase.
217
218 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
219
220 * gdb.texinfo (Maintenance Commands): Document filter parameter
221 of "maint selftest". Document "maint info selftests" command.
222
223 2017-09-11 Tom Tromey <tom@tromey.com>
224
225 * python.texi (Events In Python): Document new events.
226
227 2017-09-04 Pedro Alves <palves@redhat.com>
228
229 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
230 no-debug-info variables.
231 (Symbols) <Examining the Symbol Table>: Document inspecting
232 no-debug-info types.
233 (Calling) <Calling functions with no debug info>: New subsection,
234 documenting calling no-debug-info functions.
235 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
236
237 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
238
239 * gdb.texinfo (set environment): Add @anchor. Explain that
240 environment variables set by the user are sent to GDBserver.
241 (unset environment): Likewise, but for unsetting variables.
242 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
243 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
244 "environment-reset" and "QEnvironmentReset" to the table.
245 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
246 QEnvironmentReset>: New item, explaining the packet.
247
248 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
251 "Compiler search for the compile command" descriptions of set
252 compile-gcc and show compile-gcc.
253
254 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
255
256 * gdb.texinfo (Architectures): Add new Sparc64 section to document
257 ADI support.
258 * NEWS: Add "adi examine" and "adi assign" commands.
259
260 2017-08-18 Yao Qi <yao.qi@linaro.org>
261
262 * gdb.texinfo (Server): Document "--selftest".
263
264 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
265
266 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
267 Single-Key mode.
268
269 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
270
271 PR gdb/21925
272 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
273 set...").
274
275 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
276
277 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
278 conditional expression.
279
280 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
281
282 * agentexpr.texi (rot): Fix symbolic description, improve
283 textual description.
284
285 2017-07-26 Yao Qi <yao.qi@linaro.org>
286
287 * gdb.texinfo (Maintenance Commands): Document command
288 "maint check xml-descriptions".
289
290 2017-07-26 Yao Qi <yao.qi@linaro.org>
291
292 * gdb.texinfo (Maintenance Commands): Document optional
293 argument of "maint print c-tdesc".
294
295 2017-07-18 Yao Qi <yao.qi@linaro.org>
296
297 * gdb.texinfo (Maintenance Commands): Improve the doc to
298 command "maint print c-tdesc".
299
300 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
301
302 PR gdb/21606
303 * python.texi (Python representation of Symbols.): Replace
304 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
305 * guile.texi (Guile representation of Symbols.): Likewise.
306
307 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
308
309 * gdb.texinfo (Optional Messages about Internal Happenings):
310 Document {set,show} debug separate-debug-file commands.
311
312 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
313
314 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
315 (Connecting) <Remote Packet>: Add "startup-with-shell"
316 and "QStartupWithShell" to the table.
317 (Remote Protocol) <QStartupWithShell>: New item, explaining the
318 packet.
319
320 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
323
324 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
325
326 * python.texi (Recording in Python): Factor out the documentation of
327 gdb.RecordInstruction's super class.
328
329 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
330
331 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
332 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
333 prev and next.
334
335 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
336
337 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
338 gdb.RecordInstruction
339
340 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
341
342 * python.texi (Recording in Python): Add documentation for
343 gdb.RecordGap and remove documentation of special cases for
344 gdb.BtraceInstruction.
345
346 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
347
348 * python.texi (Recording in Python): Remove Record.ptid defvar.
349
350 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
351
352 * gdb.texinfo (GDB/MI Thread Information): Add missing
353 fields, re-word some things.
354 (GDB/MI Thread Commands): Describe fields found in the output of
355 -thread-info, remove description of fields in the
356 thread output tuple, replace with a cross-reference to "GDB/MI
357 Thread Information".
358
359 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
360
361 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
362 from -thread-info output.
363
364 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
365
366 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
367
368 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
369
370 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
371
372 2017-03-22 Yao Qi <yao.qi@linaro.org>
373
374 * python.texi (Inferiors In Python): Remove @code from Python.
375
376 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
377
378 * python.texi (Recordings In Python): Document return type of
379 gdb.BtraceInstruction.data.
380
381 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
382
383 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
384 command file-list-shared-libraries
385 (GDB/MI Async Records): Update documentation of library-loaded with new
386 field.
387
388 2017-03-16 Doug Evans <dje@google.com>
389
390 * guile.texi (Lazy Strings In Guile): Mention arrays.
391 * python.texi (Lazy Strings In Python): Ditto.
392
393 2017-03-08 Jiong Wang <jiong.wang@arm.com>
394
395 * gdb.texinfo (Memory Protection Extensions): Add missing escape
396 character "@".
397
398 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
399
400 * Memory Protection Extensions: Add information about inferior
401 calls.
402
403 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
406 DW_TAG_GNU_* and DW_AT_GNU_*.
407
408 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
409
410 * python.texi (Recordings In Python): New section.
411
412 2017-02-14 Tom Tromey <tom@tromey.com>
413
414 PR python/13598:
415 * python.texi (Events In Python): Document events.before_prompt.
416
417 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
418
419 * gdb.texinfo (Target Commands): Document the optional offset
420 argument for the load command.
421
422 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
423
424 PR gdb/21122
425 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
426 space-separated breakpoint lists. Also add a missing @table command
427 and @cindex for breakpoint lists.
428
429 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
430
431 PR tdep/20936
432 * gdb.texinfo: (Standard Target Features): Document SPARC features.
433 (Sparc Features): New node.
434
435 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
436
437 * gdb.texinfo (i386 Features): Add system segment registers
438 as feature.
439
440 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
441
442 * python.texi (Events In Python): Fix typo.
443
444 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
445 Luis Machado <lgustavo@codesourcery.com>
446
447 * gdb.texinfo (-target-flash-erase): New MI command description.
448 (flash-erase): New CLI command description.
449
450 2017-01-04 John Baldwin <jhb@FreeBSD.org>
451
452 * gdb.texinfo (Contributors): Add SRI International and University
453 of Cambridge for FreeBSD/mips.
454
455 2016-12-22 Doug Evans <xdje42@gmail.com>
456
457 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
458 commands.
459
460 2016-12-02 Pedro Alves <palves@redhat.com>
461
462 * gdb.texinfo (User-defined Commands): Limit on number of
463 arguments passed to user-defined commands removed; update.
464
465 2016-12-02 Pedro Alves <palves@redhat.com>
466
467 PR cli/20559
468 * gdb.texinfo (Define): Add example of using "eval" to process a
469 variable number of arguments.
470 (Output) <eval>: Add anchor.
471
472 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
473
474 * Makefile.in: Likewise.
475
476 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
477
478 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
479 xref.
480
481 2016-10-29 Pedro Alves <palves@redhat.com>
482
483 * gdb.texinfo (Packets) <vCont>: Remove mention of default
484 actions.
485
486 2016-10-26 Pedro Alves <palves@redhat.com>
487
488 * gdb.texinfo (Packets): Clarify vCont packets with multiple
489 actions that match a thread, and what happens when an action
490 matches a thread that is already running.
491
492 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
493
494 * gdb.texinfo (Using Trace Files): Fix typo.
495 (GDB/MI Tracepoint Commands): Likewise.
496
497 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
498
499 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
500 of -trace-save.
501
502 2016-10-06 Tom Tromey <tom@tromey.com>
503
504 * guile.texi (Types In Guile): Remove Java mentions.
505 * python.texi (Types In Python): Remove Java mentions.
506 * gdb.texinfo (Address Locations, Supported Languages)
507 (Index Section Format): Remove Java mentions.
508
509 2016-08-15 Doug Evans <dje@google.com>
510
511 * gdb.texinfo (Target Description Format): Update docs on "end"
512 field spec and field default type.
513
514 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
515 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
516
517 PR gdb/20487
518 * gdb.texinfo (Context management): Update mention of frame
519 change notifications.
520 (gdb/mi Async Records): Document frame field in
521 =thread-select event.
522 * observer.texi (GDB Observers): New user_selected_context_changed
523 observer.
524
525 2016-09-28 Tom Tromey <tom@tromey.com>
526
527 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
528 than "memory breakpoint". Further document "kind". Move
529 protocol-details link earlier.
530 <z1>: Document the cmd_list argument. Fix typo.
531 <g>: Remove incorrect sentence.
532 (Stop Reply Packets): Document "OK" response to requests when in
533 non-stop mode.
534 <swbreak>: Use "software breakpoint" rather than "memory
535 breakpoint".
536 <create>: Document that "R" is ignored.
537 <W, X, w>: Document formatting of "AA".
538 (Notification Packets): Use "%Stop", not "%%Stop".
539
540 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
541
542 * gdb.texinfo (Embedded Processors): Document ARC.
543 (Synopsys ARC): New section.
544 (Standard Target Features): Document ARC features.
545 (ARC Features): New section.
546
547 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
548
549 * .gitignore: New file.
550
551 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
552
553 * gdb.texinfo (Input/Output): Mention possibility to unset
554 inferior-tty.
555
556 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
557
558 * gdb.texinfo: Resume btrace on reconnect.
559
560 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
561
562 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
563 syscall.
564
565 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
566
567 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
568 command.
569
570 2016-07-13 Tom Tromey <tom@tromey.com>
571
572 PR python/15620, PR python/18620:
573 * python.texi (Events In Python): Document new breakpoint events.
574
575 2016-07-13 Tom Tromey <tom@tromey.com>
576
577 PR python/17698:
578 * python.texi (Breakpoints In Python): Document
579 Breakpoint.pending.
580
581 2016-07-13 Tom Tromey <tom@tromey.com>
582
583 * python.texi (Breakpoints In Python): Move table of types and
584 table of watchpoint types earlier in node.
585
586 2016-07-12 Tom Tromey <tom@tromey.com>
587
588 PR python/19293:
589 * python.texi (Frames In Python): Document
590 gdb.invalidate_cached_frames.
591
592 2016-06-21 Pedro Alves <palves@redhat.com>
593
594 * gdb.texinfo (Interpreters): Update intepreter-exec section,
595 document new-ui and explain use case.
596
597 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
598
599 * gdb.texinfo (Standard Target Features): Document NDS32 features.
600 (NDS32 Features): New Section.
601
602 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
603
604 * gdb.texinfo (Examining Memory): Document negative repeat
605 count in the 'x' command.
606
607 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
608
609 * gdb.texinfo (GDB/MI Async Records): Document method and
610 format fields in =record-started.
611 * observer.texi (record_changed): Add method and format
612 parameters.
613
614 2016-05-27 Eli Zaretskii <eliz@gnu.org>
615
616 * gdb.texinfo (General Query Packets): Move the description of the
617 response before the long list of the specific 'read' and 'write'
618 requests.
619
620 2016-05-23 Tom Tromey <tom@tromey.com>
621
622 * python.texi (Basic Python): Document gdb.breakpoints return.
623
624 2016-05-24 Tom Tromey <tom@tromey.com>
625
626 PR gdb/19194:
627 * gdb.texinfo (gdb man): Fix typo.
628
629 2016-05-17 Tom Tromey <tom@tromey.com>
630
631 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
632 (Rust): New node.
633
634 2016-05-17 Tom Tromey <tom@tromey.com>
635
636 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
637
638 2016-04-27 Yao Qi <yao.qi@linaro.org>
639
640 * gdb.texinfo (tfind): Complete doc about tfind without
641 argument.
642
643 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
644
645 * agentexpr.texi (byte): Fix zero_ext description.
646
647 2016-03-31 Pedro Alves <palves@redhat.com>
648
649 * gdb.texinfo (M32R/SDI): Delete node.
650 (MIPS Embedded): Remove references to the MIPS remote debugging
651 protocol, PMON and variants, and the associated commands.
652
653 2016-03-15 Doug Evans <dje@google.com>
654
655 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
656 (Target Description Format): Mention enum types. Update docs on
657 flags types.
658 (Predefined Target Types): Add "bool".
659 (Enum Target Types): New node.
660
661 2016-03-15 Pedro Alves <palves@redhat.com>
662
663 * gdb.texinfo (Tracepoint Actions): Fix typo.
664
665 2016-03-15 Pedro Alves <palves@redhat.com>
666 Andreas Arnez <arnez@linux.vnet.ibm.com>
667 Marcin Kościelnicki <koriakin@0x04.net>
668
669 * gdb.texinfo (Tracepoint Actions): Document possible
670 unreliability of '$_ret'.
671
672 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.texinfo (Symbols): Document new 'maint info line-table'
675 command.
676
677 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
678
679 * gdb.texinfo (Convenience Functions): Document $_as_string.
680
681 2016-02-23 Doug Evans <dje@google.com>
682
683 * gdb.texinfo (Skipping Over Functions and Files): Document new
684 options to "skip" command. Update docs of output of "info skip".
685
686 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
687
688 * gdb.texinfo (Signals): Add bound violation display hints for
689 a SIGSEGV.
690
691 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
692
693 * gdb.texinfo (Trace File Format): Add documentation for description
694 section lines.
695
696 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
697
698 * gdb.texinfo (Trace File Format): Remove misleading information
699 about register block ordering.
700
701 2016-02-01 Doug Evans <dje@google.com>
702
703 * gdb.texinfo (Value Sizes): Fix typo.
704
705 2016-02-01 Doug Evans <dje@google.com>
706
707 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
708
709 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
710
711 * gdb.texinfo (Value Sizes): New section.
712 (Data): Add the 'Value Sizes' node to the menu.
713
714 2016-01-26 John Baldwin <jhb@FreeBSD.org>
715
716 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
717
718 2016-01-19 John Baldwin <jhb@FreeBSD.org>
719
720 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
721
722 2016-01-18 Pedro Alves <palves@redhat.com>
723
724 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
725 of the thread that hit a breakpoint or received a signal.
726
727 2016-01-15 Pedro Alves <palves@redhat.com>
728
729 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
730
731 2016-01-13 Pedro Alves <palves@redhat.com>
732
733 * gdb.texinfo (Threads): Document the $_gthread convenience
734 variable.
735 (Convenience Vars): Likewise.
736
737 2016-01-13 Pedro Alves <palves@redhat.com>
738
739 * gdb.texinfo (Threads): Document "info threads -gid".
740
741 2016-01-13 Pedro Alves <palves@redhat.com>
742
743 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
744 anchor.
745 (Threads In Python): Document new InferiorThread.global_num
746 attribute.
747
748 2016-01-07 Pedro Alves <palves@redhat.com>
749
750 * gdb.texinfo (Threads): Document per-inferior thread IDs,
751 qualified thread IDs, global thread IDs and thread ID lists.
752 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
753 thread IDs.
754 (Convenience Vars): Document the $_thread convenience variable.
755 (Ada Tasks): Adjust to refer to thread IDs.
756 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
757 Commands, GDB/MI Variable Objects): Update to mention global
758 thread IDs.
759 * guile.texi (Breakpoints In Guile)
760 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
761 global thread IDs instead of thread IDs.
762 * python.texi (Threads In Python): Adjust documentation of
763 InferiorThread.num.
764 (Breakpoint.thread): Mention global thread IDs instead of thread
765 IDs.
766
767 2016-01-13 Pedro Alves <palves@redhat.com>
768
769 * python.texi (Threads In Python): Document
770 InferiorThread.inferior.
771
772 2016-01-13 Pedro Alves <palves@redhat.com>
773
774 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
775 convenience variable.
776 (Convenience Vars): Likewise.
777
778 2016-01-12 Josh Stone <jistone@redhat.com>
779 Philippe Waroquiers <philippe.waroquiers@skynet.be>
780
781 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
782 (Stop Reply Packets): List the syscall entry and return stop reasons.
783 (General Query Packets): Describe QCatchSyscalls, and add it to the
784 table and the detailed list of stub features.
785
786 2016-01-12 Pedro Alves <palves@redhat.com>
787
788 Remove use of the registered trademark symbol throughout.
789
790 2016-01-12 Yao Qi <yao.qi@linaro.org>
791
792 * gdb.texinfo (Interrupts): Update the document on handling
793 interrupt when program is stopped.
794
795 2015-12-11 Don Breazeal <donb@codesourcery.com>
796
797 * gdb.texinfo (Forks): Correct Linux kernel version where
798 fork and exec events are supported, add notes about support
799 of these events in target remote mode.
800 (Connecting): Reorganize and clarify distinctions between
801 target remote, extended-remote, and multiprocess.
802 Reorganize related text from separate sections into new
803 sections.
804 (Server): Note effects of target extended-remote mode.
805 Delete section on Multi-Process Mode for gdbserver.
806 Move some text to "Connecting" node.
807
808 2015-12-10 Pedro Alves <palves@redhat.com>
809
810 * gdb.texinfo (Threads): Replace warning with explanation
811 about single-threaded programs.
812
813 2015-12-10 Pedro Alves <palves@redhat.com>
814
815 * gdb.texinfo (Threads): Remove mention of SGI.
816 (Forks): Remove mention of HP-UX.
817 (Breakpoints): Remove mention of HP-UX.
818 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
819 Reword in terms of architectures.
820 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
821 mention supported systems.
822 (Convenience Vars): Don't mention HP-UX.
823 (Jumping): Remove mention of HP-UX in comment.
824 (Files) <shared libraries>: Update supported shared library types
825 list. Remove mention of HP-UX.
826 (Native): Remove HP-UX subsection.
827 (SVR4 Process Information): Remove mention of HP-UX.
828
829 2015-12-10 Pedro Alves <palves@redhat.com>
830
831 * gdb.texinfo (Stack): Reorder menu.
832
833 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
834
835 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
836 -var-set-format's new zero-hexadecimal format.
837
838 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
839
840 * gdb.texinfo (Ada Mode Into): Move overloading support
841 description to its own node.
842 (Overloading support for Ada): New node.
843
844 2015-11-30 Pedro Alves <palves@redhat.com>
845
846 PR 14618
847 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
848 (Remote Configuration): Add the "set/show remote
849 no-resumed-stop-reply" to the available settings table.
850 (General Query Packets): Document the "no-resumed" qSupported
851 feature.
852
853 2015-11-30 Pedro Alves <palves@redhat.com>
854
855 * gdb.texinfo (Remote Configuration): List "set/show remote
856 thread-events" command in configuration table.
857 (Stop Reply Packets): Document "T05 create" stop
858 reason and 'w' stop reply.
859 (General Query Packets): Document QThreadEvents packet. Document
860 QThreadEvents qSupported feature.
861
862 2015-11-30 Pedro Alves <palves@redhat.com>
863
864 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
865 anchor.
866 (Packets): Document vCtrlC.
867
868 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
869
870 * gdb.texinfo (Thread List Format): Mention thread names.
871
872 2015-11-24 Pedro Alves <palves@redhat.com>
873
874 PR 17539
875 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
876 program-spaces" example to ascending order listing.
877 (Threads): Adjust "info threads" example to ascending order
878 listing.
879 (Forks): Adjust "info inferiors" example to ascending order
880 listing.
881
882 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
883
884 * gdb.texinfo (Process Record and Replay): Document "record
885 instruction-history" modifiers.
886
887 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
890 description.
891 (Frame Filter Management): Move to later in the 'Examining the
892 Stack' chapter.
893 (Selection): Add entry for 'select-frame'.
894
895 2015-09-25 Doug Evans <dje@google.com>
896
897 * gdb.texinfo (Process Record and Replay): Fix syntax of
898 "record instruction-history begin, end" and
899 "record function-call-history begin, end".
900
901 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
902
903 * gdb.texinfo (Specifying Source Directories): Fix
904 substitute-path example.
905
906 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
907
908 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
909
910 2015-09-15 Pedro Alves <palves@redhat.com>
911
912 PR remote/18965
913 * gdb.texinfo (Stop Reply Packets): Revert previous change to
914 the vforkdone description.
915
916 2015-09-15 Pedro Alves <palves@redhat.com>
917
918 PR remote/18965
919 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
920 part indicates the thread ID of the parent process.
921
922 2015-09-15 Yao Qi <yao.qi@linaro.org>
923
924 * gdb.texinfo (General Query Packets): Add vContSupported to
925 tables of 'gdbfeatures' and 'stub features' supported in the
926 qSupported packet, as well as to the list containing stub
927 feature details.
928
929 2015-09-11 Don Breazeal <donb@codesourcery.com>
930
931 * gdb.texinfo (Remote Configuration): Add exec event
932 feature to table of packet settings.
933 (Stop Reply Packets): Add exec events to the list of stop
934 reasons.
935 (General Query Packets): Add exec events to tables of
936 'gdbfeatures' and 'stub features' supported in the qSupported
937 packet, as well as to the list containing stub feature
938 details.
939
940 2015-08-24 Pedro Alves <palves@redhat.com>
941
942 * gdb.texinfo (Remote Configuration): Document the "set/show
943 remote multiprocess-extensions-packet" commands.
944
945 2015-08-24 Pedro Alves <palves@redhat.com>
946
947 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
948 <M32R>: Remove references to M32R/D.
949 <M68K>: Remove references to target dbug.
950 <MIPS Embedded>: Remove references to target r3900 and target
951 array.
952 <PowerPC Embedded>: Remove references to target dink32 and target
953 ppcbug, target sds
954 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
955
956 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
959
960 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
963
964 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.texinfo (Maintenance Commands): Move documentation of "main
967 info bfds" to...
968 (File Caching): A New section. Outline bfd caching, and add new
969 description for "main set/show bfd-sharing".
970
971 2015-08-14 Doug Evans <xdje42@gmail.com>
972
973 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
974 disassembly.
975 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
976
977 2015-08-11 Keith Seitz <keiths@redhat.com>
978
979 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
980 Use "location(s)"instead of "linespec(s)".
981 (Specifying a Location): Rewrite.
982 Add subsections describing linespec, address, and explicit locations.
983 Add node/menu for each subsection.
984 (Source and Machine Code, C Preprocessor Macros)
985 (Create and Delete Trace points)
986 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
987 (Continuing at a Different Address): Remove "linespec" examples.
988 Add reference to "Specify a Location"
989 (The -break-insert Command): Rewrite. Add anchor.
990 Add reference to appropriate manual section discussing locations.
991 (The -dprintf-insert Command): Refer to -break-insert for
992 specification of 'location'.
993
994 2015-08-07 Pedro Alves <palves@redhat.com>
995
996 * gdb.texinfo (Maintenance Commands): Document "maint set/show
997 target-non-stop".
998
999 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1000
1001 * gdb.texinfo (Process Record and Replay): Document prefixing of
1002 speculatively executed instructions in the "record instruction-history"
1003 command.
1004
1005 2015-07-20 Doug Evans <dje@google.com>
1006
1007 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1008
1009 2015-07-16 Doug Evans <dje@google.com>
1010
1011 * stabs.texinfo: @include gdb-cfg.texi.
1012
1013 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1014
1015 Revert the previous 2 commits:
1016 gdbserver build-id attribute generator
1017 Validate symbol file using build-id
1018
1019 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 * gdb.texinfo (Files): Add 'set validate-build-id'
1022 and 'show validate-build-id'.
1023
1024 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1025 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 gdbserver build-id attribute generator.
1028 * gdb.texinfo (Library List Format for SVR4 Targets): Add
1029 'build-id' in description, example, new attribute in dtd.
1030
1031 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.texinfo (Selection): Update documentation for 'frame'
1034 command.
1035
1036 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1037
1038 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1039 commands.
1040
1041 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1042
1043 * gdb.texinfo (Process Record and Replay): Spell out that variables
1044 and registers are not available during btrace replay.
1045 Describe the new "record btrace pt" command.
1046 Describe the new "set|show record btrace pt buffer-size" options.
1047 (General Query Packets): Describe the new Qbtrace:pt and
1048 Qbtrace-conf:pt:size packets.
1049 Expand "bts" to "Branch Trace Store".
1050 Update the branch trace DTD.
1051
1052 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1053
1054 * gdb.texinfo (Command History): Document the new option
1055 "history remove-duplicates".
1056
1057 2015-06-19 Doug Evans <dje@google.com>
1058
1059 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1060 longer supported.
1061
1062 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1063
1064 * gdb.texinfo (Command History): Mention that setting
1065 GDBHISTSIZE to the empty string disables history truncation.
1066
1067 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1068
1069 PR gdb/16999
1070 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1071 behavior.
1072
1073 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1074
1075 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1076 with GDBHISTSIZE.
1077
1078 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1079
1080 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1081 bytes and memory units for -data-{read,write}-memory-bytes.
1082 (Packets): Same for m, M and X packets.
1083 * python.texi (Inferiors In Python): Same for read_memory and
1084 write_memory.
1085
1086 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1087
1088 * gdb.texinfo (Separate Debug Files): Document that PE is also
1089 supported.
1090
1091 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1094 single table entry.
1095
1096 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1097
1098 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1099
1100
1101 2015-06-10 Gary Benson <gbenson@redhat.com>
1102
1103 * gdb.texinfo (Remote Configuration): Document the
1104 "set/show remote hostio-setfs-packet" command.
1105 (Host I/O Packets): Document the vFile:setfs packet.
1106
1107 2015-06-10 Gary Benson <gbenson@redhat.com>
1108
1109 * gdb.texinfo (Debugging Output): Document the "set/show debug
1110 linux-namespaces" command.
1111
1112 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1113 Mircea Gherzan <mircea.gherzan@intel.com>
1114
1115 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1116 and "set mpx bound".
1117
1118 2015-05-27 Doug Evans <dje@google.com>
1119
1120 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1121
1122 2015-05-26 Doug Evans <dje@google.com>
1123
1124 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1125 command renamings.
1126 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1127
1128 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1131
1132 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1135 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1136
1137 2015-05-16 Doug Evans <xdje42@gmail.com>
1138
1139 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1140 memory ports.
1141
1142 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1143
1144 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1145
1146 2015-05-12 Don Breazeal <donb@codesourcery.com>
1147
1148 * gdb.texinfo (Forks): Note that fork debugging is
1149 supported in extended mode.
1150 (Remote Configuration): Add fork event features to table
1151 of packet settings.
1152 (Stop Reply Packets): Add fork events to list of stop reasons.
1153 (General Query Packets): Add fork events to tables of
1154 'gdbfeatures' and 'stub features' supported in the qSupported
1155 packet, as well as to the list containing stub feature
1156 details.
1157
1158 2015-05-12 Gary Benson <gbenson@redhat.com>
1159
1160 * gdb.texinfo (General Query Packets): Document
1161 qXfer:exec-file:read with empty annex.
1162
1163 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1164
1165 * python.texi (Values From Inferior): Add descriptions of new
1166 methods gdb.Value.reference_value and gdb.Value.const_value.
1167
1168 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1169
1170 * gdb.texinfo (Files): Add "info dll" documentation.
1171 (Cygwin Native): Remove "info dll" documentation.
1172
1173 2015-04-29 Doug Evans <dje@google.com>
1174
1175 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1176 Document.
1177 (Writing an Xmethod): Add get_result_type to example.
1178
1179 2015-04-28 Sasha Smundak <asmundak@google.com>
1180
1181 * python.texi: New method documented.
1182
1183 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1186 format.
1187
1188 2015-04-24 Doug Evans <dje@google.com>
1189
1190 * python.texi (Xmethods In Python): Fix name of method to call the
1191 xmethod.
1192
1193 2015-04-17 Gary Benson <gbenson@redhat.com>
1194
1195 * gdb.texinfo (Connecting to a Remote Target): Mention that
1196 GDB can access program files from remote targets that support
1197 qXfer:exec-file:read and Host I/O packets.
1198
1199 2015-04-17 Gary Benson <gbenson@redhat.com>
1200
1201 * gdb.texinfo (Remote Configuration): Document the "set/show
1202 remote pid-to-exec-file-packet" command.
1203 (General Query Packets): Document the qXfer:exec-file:read
1204 qSupported features. Document the qXfer:exec-file:read packet.
1205
1206 2015-04-17 Gary Benson <gbenson@redhat.com>
1207
1208 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1209 applies to executable paths if supplied to GDB as absolute.
1210
1211 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 * gdb.texinfo (Mode Options): Remove -xdb.
1214
1215 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1216 Eli Zaretskii <eliz@gnu.org>
1217
1218 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1219 compile, show debug compile. New subsection Compilation options for
1220 the compile command. New subsection Compiler search for the compile
1221 command.
1222
1223 2015-04-09 Andy Wingo <wingo@igalia.com>
1224
1225 * guile.texi (Frames In Guile): Describe frame-read-register.
1226
1227 2015-04-02 Gary Benson <gbenson@redhat.com>
1228
1229 * gdb.texinfo (set sysroot): Document "target:".
1230
1231 2015-04-01 Sasha Smundak <asmundak@google.com>
1232
1233 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1234 section.
1235
1236 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1237
1238 PR corefiles/16092
1239 * gdb.texinfo (gcore): Mention new command 'set
1240 use-coredump-filter'.
1241 (set use-coredump-filter): Document new command.
1242
1243 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1244
1245 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1246 documentation, reorder the info os entries in alphabetical order.
1247
1248 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1249
1250 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1251 -data-write-memory-bytes.
1252
1253 2015-03-24 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1256 mention that threads may sometimes run unlocked.
1257
1258 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1259
1260 * gdb.texinfo (Remote configuration): Document "set/show
1261 serial parity" command.
1262
1263 2015-03-18 Gary Benson <gbenson@redhat.com>
1264
1265 * gdb.texinfo (General Query Packets): Remove documentation
1266 for now-removed vFile:fstat qSupported features.
1267
1268 2015-03-11 Gary Benson <gbenson@redhat.com>
1269
1270 * gdb.texinfo (Remote Configuration): Document the
1271 "set/show remote hostio-fstat-packet" command.
1272 (General Query Packets): Document the vFile:fstat
1273 qSupported features.
1274 (Host I/O Packets): Document the vFile:fstat packet.
1275
1276 2015-03-11 Andy Wingo <wingo@igalia.com>
1277
1278 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1279
1280 2015-03-04 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.texinfo (Remote Configuration): Document the "set/show
1283 remote swbreak-feature-packet" and "set/show remote
1284 hwbreak-feature-packet" commands.
1285 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1286 decription.
1287 (Stop Reply Packets): Document the swbreak and hwbreak stop
1288 reasons.
1289 (General Query Packets): Document the swbreak and hwbreak
1290 qSupported features.
1291 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1292
1293 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1294
1295 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1296 under *stopped.
1297
1298 2015-03-02 Doug Evans <xdje42@gmail.com>
1299
1300 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1301
1302 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1303
1304 * gdb.texinfo (S/390 and System z Features): Describe new feature
1305 "org.gnu.gdb.s390.vx".
1306
1307 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1308
1309 PR gdb/18008
1310 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1311 demangler-warning): Fix typo ("problam").
1312
1313 2015-02-19 David Taylor <dtaylor@emc.com>
1314
1315 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1316
1317 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1318
1319 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1320 point, DTrace'.
1321 (Static Probe Points): Modified to cover DTrace probes in addition
1322 to SystemTap probes. Also modified to cover the `enable probe'
1323 and `disable probe' commands.
1324
1325 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1326
1327 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1328 `disable probe' commands.
1329
1330 2015-02-12 David Taylor <dtaylor@emc.com>
1331
1332 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1333 fields of the QTDV packet.
1334
1335 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1336
1337 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1338 (Process Record and Replay): Describe new set|show commands.
1339 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1340
1341 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1342
1343 * gdb.texinfo (Process Record and Replay): Describe the "record
1344 btrace bts" command.
1345 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1346 (Branch Trace Configuration Format): New.
1347
1348 2015-01-31 Gary Benson <gbenson@redhat.com>
1349 Doug Evans <dje@google.com>
1350
1351 * gdb.texinfo (Command Completion): Document new
1352 "set/show max-completions" option.
1353
1354 2015-01-31 Doug Evans <xdje42@gmail.com>
1355
1356 * gdb.texinfo (Symbols): Document new commands
1357 "maint print symbol-cache", "maint print symbol-cache-statistics",
1358 "maint flush-symbol-cache". Document new option
1359 "maint set symbol-cache-size".
1360
1361 2015-01-31 Doug Evans <xdje42@gmail.com>
1362
1363 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1364 distinguish script files vs inlined scripts.
1365 * python.texi (Python Auto-loading): Ditto.
1366
1367 2015-01-30 Doug Evans <dje@google.com>
1368
1369 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1370 string if present.
1371
1372 2015-01-27 Doug Evans <dje@google.com>
1373
1374 * python.texi (Objfiles In Python): Document Objfile.username.
1375
1376 2015-01-27 Doug Evans <dje@google.com>
1377
1378 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1379 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1380
1381 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1382
1383 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1384
1385 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1386
1387 * doc/gdb.texinfo (TUI Commands): Document the possible
1388 values of NAME argument to 'winheight' command. Explain the
1389 effect of 'tabset' setting better.
1390
1391 2015-01-11 Doug Evans <xdje42@gmail.com>
1392
1393 PR gdb/15830
1394 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1395 (Symbols): Ditto.
1396 (Maintenance Commands): Delete docs for "maint demangle".
1397
1398 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.texinfo (Files): Remove documentation of the
1401 "add-shared-symbol-files" and "assf" commands.
1402 (Cygwin Native): Remove documentation of the "dll-symbols"
1403 command.
1404
1405 2014-12-17 Doug Evans <xdje42@gmail.com>
1406
1407 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1408
1409 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1410 Jan Kratochvil <jan.kratochvil@redhat.com>
1411
1412 * gdb.texinfo (Altering): Update.
1413 (Compiling and Injecting Code): New node.
1414
1415 2014-12-12 Doug Evans <dje@google.com>
1416
1417 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1418
1419 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1420
1421 * gdb.texinfo: Document "maint print user-registers".
1422
1423 2014-12-08 Doug Evans <dje@google.com>
1424
1425 * python.texi (Objfiles In Python): Document Objfile.owner.
1426
1427 2014-12-04 Doug Evans <dje@google.com>
1428
1429 * python.texi (Objfiles In Python): Document
1430 Objfile.add_separate_debug_file.
1431
1432 2014-12-04 Doug Evans <dje@google.com>
1433
1434 * python.texi (Objfiles In Python): Document Objfile.build_id.
1435
1436 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1437
1438 * python.texi (Events In Python): Document new events
1439 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1440 and RegisterChangedEvent.
1441
1442 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1443
1444 Add add-auto-load-scripts-directory.
1445 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1446 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1447
1448 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1449
1450 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1451 description typo.
1452
1453 2014-10-30 Doug Evans <dje@google.com>
1454
1455 * python.texi (Progspaces In Python): Document ability to add
1456 random attributes to gdb.Progspace objects.
1457 (Objfiles In Python): Document ability to add random attributes to
1458 gdb.objfile objects.
1459
1460 2014-10-27 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1463 info on stepping and signal handlers.
1464 (Signals): Explain stepping and signal handlers. Add context
1465 index entry, and cross references.
1466
1467 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1468
1469 * python.texi (Breakpoints In Python): Add parenthesis after
1470 Breakpoint.delete. Clarify Breakpoint.enabled description so
1471 that it contains "disable".
1472
1473 2014-10-17 Doug Evans <dje@google.com>
1474
1475 * python.texi (Events In Python): Document clear_objfiles event.
1476
1477 2014-10-17 Doug Evans <dje@google.com>
1478
1479 * python.texi (Objfiles In Python): Document new progspace attribute.
1480
1481 2014-10-17 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1484 (SVR4 Process Information): Delete mention of OSF/1.
1485
1486 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1487
1488 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1489 exit-code field in -list-thread-groups output.
1490
1491 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1492
1493 * gdb.texinfo (Set Breaks): Add missing "@end table".
1494
1495 2014-09-22 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1498 always-inserted off" is the default mode now. Delete
1499 documentation of "set breakpoint always-inserted auto".
1500
1501 2014-09-18 Doug Evans <dje@google.com>
1502
1503 * python.texi (Symbol Tables In Python): Document "producer"
1504 attribute of gdb.Symtab objects.
1505
1506 2014-09-16 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1509 (Embedded OS): Remove VxWorks menu entry.
1510 (VxWorks): Remove node.
1511
1512 2014-09-13 Doug Evans <xdje42@gmail.com>
1513
1514 * gdb.texinfo (Signaling): Document new queue-signal command.
1515
1516 2014-09-06 Doug Evans <xdje42@gmail.com>
1517
1518 PR 15276
1519 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1520 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1521
1522 2014-09-03 Justin Lebar <jlebar@google.com>
1523
1524 * python.texi (Types In Python): Type.template_argument(n) returns a
1525 gdb.Value or a gdb.Type and throws an exception if n is out of
1526 range.
1527
1528 2014-09-03 Sasha Smundak <asmundak@google.com>
1529
1530 * python.texi (Frames in Python): Add read_register description.
1531
1532 2014-08-04 Tom Tromey <tromey@redhat.com>
1533
1534 * gdb.texinfo (Debugging Output): Update for change to "set debug
1535 target".
1536
1537 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1538
1539 Pushed by Joel Brobecker <brobecker@adacore.com>.
1540 * Makefile.in (transform): New variable.
1541 (install-man1, install-man5): Apply $(transform) to man file names.
1542
1543 2014-07-26 Doug Evans <xdje42@gmail.com>
1544
1545 PR guile/17177
1546 * guile.texi (Guile Pretty Printing API): Fix typo.
1547 Document set-pretty-printers!, pretty-printers.
1548 (Selecting Guile Pretty-Printers): Update.
1549 Mention program-space based pretty-printers.
1550
1551 2014-07-25 Pedro Alves <palves@redhat.com>
1552 Eli Zaretskii <eliz@gnu.org>
1553
1554 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1555 with multi-threaded programs.
1556
1557 2014-06-27 Yao Qi <yao@codesourcery.com>
1558
1559 * gdb.texinfo (Maintenance Commands): Update the output of
1560 'maint print dummy-frames' command.
1561
1562 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1563
1564 * gdb.texinfo (Screen Size): Improve indexing.
1565
1566 2014-06-19 Gary Benson <gbenson@redhat.com>
1567
1568 * gdb.texinfo (Maintenance Commands): Document new
1569 "maint set/show catch-demangler-crashes" option.
1570
1571 2014-06-19 Gary Benson <gbenson@redhat.com>
1572
1573 * gdb.texinfo (Maintenance Commands): Document new
1574 "maint demangler-warning" command and new
1575 "maint set/show demangler-warning" option.
1576
1577 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1578
1579 * python.texi (Xmethod API): Add space before the opening
1580 parenthesis in function descriptions.
1581
1582 2014-06-06 Doug Evans <xdje42@gmail.com>
1583
1584 * guile.texi (Guile Configuration): Document guile-data-directory.
1585
1586 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1587
1588 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1589
1590 2014-06-04 Doug Evans <xdje42@gmail.com>
1591
1592 * guile.texi (Breakpoints In Guile): Update.
1593
1594 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1595
1596 * python.texi (Xmethod API): Fix reference to "Progspaces In
1597 Python".
1598
1599 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1600
1601 * python.texi (Xmethods In Python, XMethod API)
1602 (Writing an Xmethod): New nodes.
1603 (Python API): New menu entries "Xmethods In Python",
1604 "Xmethod API", "Writing an Xmethod".
1605
1606 2014-06-02 Doug Evans <xdje42@gmail.com>
1607
1608 * guile.texi (Guile API): Add entry for Parameters In Guile.
1609 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1610 (Parameters In Guile): New node.
1611
1612 2014-06-02 Doug Evans <xdje42@gmail.com>
1613
1614 * guile.texi (Guile API): Add entry for Commands In Guile.
1615 (Basic Guile) <parse-and-eval>: Add reference.
1616 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1617 (GDB Scheme Data Types): Mention <gdb:command> object.
1618 (Commands In Guile): New node.
1619
1620 2014-06-02 Doug Evans <xdje42@gmail.com>
1621
1622 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1623 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1624 (Progspaces In Guile): New node.
1625
1626 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1627
1628 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1629 * python.texi (Frames In Python): Mention
1630 gdb.FRAME_UNWIND_MEMORY_ERROR.
1631
1632 2014-05-29 Pedro Alves <palves@redhat.com>
1633 Tom Tromey <tromey@redhat.com>
1634
1635 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1636 from example.
1637 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1638 Mention that target-async is now deprecated.
1639 (Maintenance Commands): Document maint set/show target-async.
1640
1641 2014-05-29 Pedro Alves <palves@redhat.com>
1642
1643 * observer.texi (sync_execution_done, command_error): New
1644 subjects.
1645
1646 2014-05-29 Pedro Alves <palves@redhat.com>
1647
1648 PR gdb/13860
1649 * observer.texi (signal_received, end_stepping_range)
1650 (signal_exited, exited, no_history): New observer subjects.
1651
1652 2014-05-26 Andy Wingo <wingo@igalia.com>
1653
1654 * guile.texi (GDB Scheme Data Types): Remove documentation for
1655 removed interfaces. Update spelling of gdb-object-kind.
1656
1657 2014-05-26 Andy Wingo <wingo@igalia.com>
1658
1659 * guile.texi (Basic Guile): Fix some typos.
1660
1661 2014-05-26 Andy Wingo <wingo@igalia.com>
1662
1663 * guile.texi (Writing a Guile Pretty-Printer)
1664 (Guile Types Module): Fix excess parentheses in use-modules forms.
1665
1666 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1667
1668 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1669 (Breakpoints In Guile, Guile Printing Module)
1670 (Guile Exception Handling, Values From Inferior In Guile)
1671 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1672 Don't use @var at the beginning of a sentence.
1673
1674 * gdb.texinfo (Frame Filter Management, Trace Files)
1675 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1676 (PowerPC Embedded, Define, Annotations for Running)
1677 (IPA Protocol Commands, Packets, General Query Packets)
1678 (Tracepoint Packets, Notification Packets, Environment)
1679 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1680 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1681 (Frames, Backtrace, Selection, Expressions, Registers)
1682 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1683 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1684 (Source Annotations, Using JIT Debug Info Readers, Packets)
1685 (Stop Reply Packets, Host I/O Packets)
1686 (Target Description Format): Don't use @var at the beginning of a
1687 sentence.
1688
1689 * python.texi (Basic Python, Types In Python)
1690 (Commands In Python, Frames In Python, Line Tables In Python)
1691 (Breakpoints In Python, gdb.printing, gdb.types)
1692 (Type Printing API): Don't use @var at the beginning of a
1693 sentence.
1694
1695 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1696
1697 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1698 replay-memory-access".
1699
1700 2014-05-21 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.texinfo (Starting): Document "set/show
1703 auto-connect-native-target".
1704 (Target Commands): Document "target native".
1705
1706 2014-05-20 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1709 not be remote specific. Add cross reference to the qCRC packet.
1710 (Separate Debug Files): Update cross reference to the qCRC packet.
1711 (General Query Packets) <qCRC packet>: Add anchor.
1712
1713 2014-05-17 Doug Evans <xdje42@gmail.com>
1714
1715 Copy over changes from guile.texi.
1716 * python.texi (Basic Python) <gdb.execute>: Add text.
1717 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1718 (Values From Inferior) <Python string>: Add text.
1719 (Values From Inferior) <Value.string>: Clarify string length handling.
1720 (Pretty Printing API): Add cindex.
1721 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1722 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1723 @vindex.
1724 (Commands In Python) <COMPLETE_*>: Similarly.
1725 (Symbols In Python) <SYMBOL_*>: Similarly.
1726 (Breakpoints In Python) <WP_*>: Similarly.
1727 (Breakpoints In Python) <BP_*>: Similarly.
1728
1729 2014-05-17 David Taylor <dtaylor@emc.com>
1730
1731 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1732 mentioned in the qfThreadInfo reply.
1733
1734 2014-05-16 Doug Evans <dje@google.com>
1735
1736 * gdb.texinfo (Mode Options): Add -D.
1737
1738 2014-05-09 Samuel Bronson <naesten@gmail.com>
1739
1740 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1741 "make -C".
1742
1743 2014-04-29 Tom Tromey <tromey@redhat.com>
1744
1745 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1746 "show debug varobj".
1747
1748 2014-05-01 David Taylor <dtaylor@emc.com>
1749
1750 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1751 option.
1752
1753 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1754 Walfred Tedeschi <walfred.tedeschi@intel.com>
1755
1756 * gdb.texinfo (i386 Features): Add description of AVX512
1757 registers.
1758
1759 2014-03-31 Doug Evans <dje@google.com>
1760
1761 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1762
1763 2014-03-30 Doug Evans <dje@google.com>
1764
1765 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1766 (Background Execution): Ditto.
1767
1768 2014-03-21 Pedro Alves <palves@redhat.com>
1769 Stan Shebs <stan@codesourcery.com>
1770 Hui Zhu <hui@codesourcery.com>
1771
1772 * gdb.texinfo (Packets): Add anchor to "? packet".
1773 Remove fixme and update introduction of "k packet".
1774 Add anchor to "vKill packet".
1775
1776 2014-03-12 Stan Shebs <stan@codesourcery.com>
1777
1778 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1779
1780 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1781
1782 * guile.texi (Basic Guile): Document 'history-append!'.
1783
1784 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1785
1786 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1787 and "assf" as being deprecated.
1788 (Cygwin Native): Likewise for "dll-symbols".
1789 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1790 as a way to force the loading of symbols from a DLL.
1791
1792 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1793
1794 * python.texi (Values From Inferior): Add description about the
1795 new feature.
1796
1797 2014-02-17 Doug Evans <xdje42@gmail.com>
1798
1799 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1800 * gdb.texinfo (Python): Moved to ...
1801 * python.texi: ... here. New file.
1802
1803 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1804
1805 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1806 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1807 parameter to 'str-lookup-function' procedure. Look for
1808 the "std::string<" prefix.
1809 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1810 Adjust description.
1811
1812 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1813
1814 * guile.texi (Values From Inferior In Guile): Remove stray
1815 parantheses for deffn.
1816 (Disassembly In Guile): Ditto.
1817
1818 2014-02-10 Stan Shebs <stan@codesourcery.com>
1819
1820 Add Doxygen support.
1821 * Makefile.in (doxy): New action, generates Doxygen files.
1822 (DOXYGEN): New.
1823 (doxyedit): New.
1824 * Doxyfile-base.in: New file.
1825 * Doxyfile-gdb-api.in: New file.
1826 * Doxyfile-gdb-xref.in: New file.
1827 * Doxyfile-gdbserver.in: New file.
1828 * doxy-index.in: New file.
1829 * filter-for-doxygen: New file.
1830 * filter-params.pl: New file.
1831
1832 2014-02-10 Doug Evans <xdje42@gmail.com>
1833
1834 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1835 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1836 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1837 (Guile docs): Include guile.texi.
1838 (objfile-gdbdotext file): Add objfile-gdb.scm.
1839 (dotdebug_gdb_scripts section): Mention Guile scripts.
1840 (Multiple Extension Languages): New node.
1841 * guile.texi: New file.
1842
1843 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1846 ignore-descriptive-types". commands.
1847
1848 2014-01-22 Doug Evans <dje@google.com>
1849
1850 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1851 (gdbserver man): Ditto.
1852
1853 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1854
1855 * gdb.texinfo: Document limited reverse/replay support
1856 for target record-btrace.
1857
1858 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1859
1860 * gdb.texinfo (Process Record and Replay): Update documentation.
1861
1862 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1863
1864 * gdb.texinfo (Process Record and Replay): Document new /c
1865 modifier accepted by "record function-call-history".
1866 Add /i modifier to "record function-call-history" example.
1867
1868 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1869 Joel Brobecker <brobecker@adacore.com>
1870
1871 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1872 markers. Remove one that was misplaced.
1873
1874 2014-01-10 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.texinfo (Your Program's Environment) <set environment>:
1877 Mention the shell, and point at 'set exec-wrapper'.
1878
1879 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1880
1881 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1882
1883 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdb.texinfo (Types In Python): Clarify the documentation
1886 of attribute gdb.Field.bitpos.
1887
1888 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.texinfo (Types In Python): Fix the documentation of
1891 attribute "bitpos" in class gdb.Field for enum types. Add
1892 documentation for attribute "enumval" in that same class.
1893
1894 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1895
1896 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1897 @ftable.
1898
1899 2013-12-23 Doug Evans <xdje42@gmail.com>
1900
1901 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1902 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1903 corresponding section in Extending GDB.
1904 (Extending GDB): Move menu up. New menu item "Auto-loading
1905 extensions".
1906 (Sequences): New menu item "Auto-loading sequences".
1907 (Auto-loading sequences): New node.
1908 (Python): Rename section from Scripting GDB to Extending GDB.
1909 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1910 Move docs on ways to auto-load extensions to ...
1911 (Auto-loading extensions): ... here. New node.
1912
1913 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1914
1915 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1916 in menu.
1917 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1918 command, now in a new node.
1919 (GDB/MI Support Commands): New node, with its contents being
1920 extracted from the "GDB/MI Miscellaneous Commands" node.
1921 A small paragraph introducing the section is also added at
1922 the start.
1923 (GDB/MI Miscellaneous Commands): Delete the description of the
1924 -info-gdb-mi-command, -list-features and -list-target-features
1925 commands, now hosted in the "GDB/MI Support Commands" node.
1926
1927 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1928
1929 PR python/16113
1930 * gdb.texinfo (Values From Inferior): Add a note about using
1931 gdb.Field objects as subscripts on gdb.Value objects.
1932 (Types In Python): Add description about the new attribute
1933 "parent_type" of gdb.Field objects.
1934
1935 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1936
1937 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1938 entry for section docuumenting the -list-features GDB/MI command.
1939
1940 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1941
1942 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1943 "exec-run-start-option" entry in the output of the "-list-features"
1944 command.
1945
1946 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1947
1948 * gdb.texinfo (i386): Fix yesterday's commit.
1949
1950 2013-12-03 Tom Tromey <tromey@redhat.com>
1951
1952 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1953 documented here.
1954
1955 2013-12-03 Tom Tromey <tromey@redhat.com>
1956
1957 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1958
1959 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1960
1961 * gdb.texinfo (i386 Features): Add MPX feature registers.
1962 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1963 a subsubsection for MPX and describes the display of the
1964 boundary registers.
1965
1966 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1969 documentation of the "ada-exceptions" entry.
1970
1971 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1972
1973 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1974 "^error" result record concerning the error message. Document
1975 the error code that may also be part of that result record.
1976 (GDB/MI Miscellaneous Commands): Document the
1977 "undefined-command-error-code" element in the output of
1978 the "-list-features" GDB/MI command.
1979
1980 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1983 the new -info-gdb-mi-command GDB/MI command. Document
1984 the meaning of "-info-gdb-mi-command" in the output of
1985 -list-features.
1986
1987 2013-11-29 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1990 Update comment.
1991
1992 2013-11-24 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.texinfo (Caching Remote Data): Document new
1995 "set/show stack-cache" option.
1996
1997 2013-11-24 Yao Qi <yao@codesourcery.com>
1998
1999 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2000 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2001 "off" respectively.
2002
2003 2013-11-23 Yao Qi <yao@codesourcery.com>
2004
2005 * gdb.texinfo (GDB/MI Variable Objects): Add the description
2006 of "displayhint" to the table about child results.
2007
2008 2013-11-21 Yao Qi <yao@codesourcery.com>
2009
2010 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2011 'dynamic' for the output of command -var-list-children.
2012
2013 2013-11-21 Yao Qi <yao@codesourcery.com>
2014
2015 * gdb.texinfo (Caching Target Data): Remove "see" before
2016 @pxref.
2017
2018 2013-11-20 Yao Qi <yao@codesourcery.com>
2019
2020 * gdb.texinfo (Caching Target Data): Update doc for
2021 per-address-space dcache.
2022
2023 2013-11-20 Yao Qi <yao@codesourcery.com>
2024
2025 * gdb.texinfo (Data): Rename menu item.
2026 (Caching Remote Data): Rename to ...
2027 (Caching Target Data): ... it. Update.
2028
2029 2013-11-18 Joel Brobecker <brobecker@adacore.com>
2030
2031 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2032 "language-option" entry in the output of the "-list-features"
2033 command.
2034
2035 2013-11-15 Tom Tromey <tromey@redhat.com>
2036
2037 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2038 Add example.
2039
2040 2013-11-14 Tom Tromey <tromey@redhat.com>
2041
2042 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2043
2044 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2045
2046 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2047 (Context management): Place current subsection text into its own
2048 subsubsection. Add new subsubsection describing the "--language"
2049 command option.
2050
2051 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2052
2053 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2054 the documentation of "info-ada-exceptions" in the output
2055 of the "-list-features" command. Add the documentation
2056 of the "ada-exception" entry instead.
2057
2058 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2059
2060
2061 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2062 word of a couple of sentences to start with a capital letter.
2063
2064 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2065
2066 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2067 (Ada Exceptions): New node.
2068 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2069 Commands" node.
2070 (GDB/MI Ada Exceptions Commands): New node.
2071 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2072 field in the output of the "-list-features" command.
2073 * NEWS: Add entry for the new "info exceptions" CLI command,
2074 and for the new "-info-ada-exceptions" GDB/MI command.
2075
2076 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2077
2078 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2079 (Line Tables In Python): New node.
2080
2081 2013-11-08 Doug Evans <dje@google.com>
2082
2083 * gdb.texinfo (Debugging Output): Update text for
2084 "set debug dwarf2-read".
2085
2086 2013-11-08 Doug Evans <dje@google.com>
2087
2088 * gdb.texinfo (Debugging Output): Update text for
2089 "set debug symtab-create".
2090
2091 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2092
2093 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2094 constant.
2095
2096 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2097
2098 * gdb.texinfo (Breakpoints In Python): Document temporary
2099 option in breakpoint constructor, and add documentation to the
2100 temporary attribute.
2101
2102 2013-11-07 Yao Qi <yao@codesourcery.com>
2103
2104 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2105 output of "-var-info-expression".
2106
2107 2013-11-06 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2110 non-interactive mode.
2111 (Environment) <shell startup files warning>: Mention
2112 non-interactive mode. Mention .zshenv for Z shell, and talk about
2113 BASH_ENV instead of .bashrc for BASH.
2114
2115 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2116
2117 * gdb.texinfo (Commands to Specify Files): Add description
2118 of the remove-symbol-file command.
2119 * observer.texi: New free_objfile event
2120
2121 2013-10-24 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2124
2125 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2126
2127 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2128 New subsection inside which the "-catch-load" and "-catch-unload"
2129 commands documentation is now placed.
2130 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2131 documenting the "-catch-assert" and "-catch-exception" new
2132 GDB/MI commands.
2133
2134 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2137
2138 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2139
2140 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2141 serial baud".
2142 (Remote Configuration): Replace "set remotebaud" by "set serial
2143 baud". Replace "show remotebaud" by "show serial baud".
2144
2145 2013-10-07 Pedro Alves <palves@redhat.com>
2146
2147 PR breakpoints/11568
2148 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2149 when the thread is removed from the thread list.
2150
2151 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2152
2153 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2154 Update entry for $_exitcode.
2155
2156 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2157
2158 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2159 new "--start" option.
2160
2161 2013-10-02 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.texinfo (Registers): Expand description of saved registers
2164 in frames. Explain <not saved>.
2165
2166 2013-09-25 Doug Evans <dje@google.com>
2167
2168 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2169
2170 2013-09-16 Stan Shebs <stan@codesourcery.com>
2171
2172 Remove the internals manual gdbint.texinfo.
2173 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2174 (PDFFILES): Remove gdbint.pdf.
2175 (HTMLFILES): Remove gdbint/index.html.
2176 (HTMLFILES_INSTALL): Remove gdbint.
2177 (GDBINT_DOC_FILES): Remove.
2178 (dvi): Remove gdbint.dvi.
2179 (ps): Remove gdbint.ps.
2180 * gdbint.texinfo: Remove file.
2181 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2182
2183 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2184
2185 * gdb.texinfo (Convenience Functions): Mention new convenience
2186 function $_isvoid.
2187
2188 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2189
2190 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2191 (Standard Target Features): Add new node to menu.
2192 (S/390 and System z Features): New node.
2193
2194 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2195
2196 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2197 -list-target-features in the example.
2198
2199 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2202 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2203
2204 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 Sync documentation with gdb.base/gnu-debugdata.exp.
2207 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2208
2209 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2212
2213 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2214 Yao Qi <yao@codesourcery.com>
2215
2216 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2217 Document new --skip-unavailable option.
2218 <-stack-list-variables>: Document new --skip-unavailable option.
2219
2220 2013-08-26 Doug Evans <dje@google.com>
2221
2222 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2223 an optional regexp.
2224
2225 2013-08-13 Tom Tromey <tromey@redhat.com>
2226
2227 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2228 Document GDB_PARALLEL and GDB_INOTIFY.
2229
2230 2013-08-09 Stan Shebs <stan@codesourcery.com>
2231
2232 * LRS: Remove file, describes a long-abandoned live-range
2233 splitting extension to stabs.
2234
2235 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2236
2237 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2238
2239 2013-07-17 Doug Evans <dje@google.com>
2240
2241 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2242
2243 2013-07-02 Tom Tromey <tromey@redhat.com>
2244
2245 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2246
2247 2013-06-28 Tom Tromey <tromey@redhat.com>
2248
2249 * Makefile.in (version.subst): Use version.in, not
2250 common/version.in.
2251 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2252 Likewise.
2253
2254 2013-06-27 Pedro Alves <palves@redhat.com>
2255
2256 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2257 dynamic symbol resolution code>: New section, based on infrun.c
2258 comment.
2259
2260 2013-06-26 Tom Tromey <tromey@redhat.com>
2261
2262 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2263 Update.
2264 (Releasing GDB): Likewise.
2265
2266 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2267 Yao Qi <yao@codesourcery.com>
2268
2269 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2270 -trace-frame-collected.
2271
2272 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2273
2274 * gdb.texinfo (Traceframe Info Format): Document tvar element
2275 and its attributes.
2276
2277 2013-06-25 Yao Qi <yao@codesourcery.com>
2278
2279 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2280
2281 2013-06-24 Tom Tromey <tromey@redhat.com>
2282
2283 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2284 (GDBvn.texi): Use version.subst.
2285 (version.subst): New target.
2286 (mostlyclean): Remove version.subst.
2287
2288 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2289
2290 * gdb.texinfo (GDB/MI Data Manipulation)
2291 <-data-list-register-values>: Document the --skip-unavailable
2292 option.
2293
2294 2013-06-07 Yao Qi <yao@codesourcery.com>
2295
2296 * gdb.texinfo (Symbols): Add kindex and cindex for
2297 'maint print msymbols'.
2298
2299 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2300
2301 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2302 response field name (thread-group to inferior).
2303
2304 2013-06-04 Gary Benson <gbenson@redhat.com>
2305
2306 * gdb.texinfo (General Query Packets/qSupported): Added
2307 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2308 to the table of currently defined stub features.
2309 Added a more detailed entry for "augmented-libraries-svr4-read".
2310 (General Query Packets/qXfer:libraries-svr4:read): Documented
2311 the augmented form of this packet.
2312
2313 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.texinfo (System-wide Configuration Scripts): Renames
2316 "Installed System-wide Configuration Scripts". Add associated
2317 @menu block.
2318
2319 2013-05-23 Yao Qi <yao@codesourcery.com>
2320 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.texinfo (Packets): Document 'vCont;r'.
2323 (Continuing and Stepping): Document target-assisted range
2324 stepping, and the 'set range-stepping' and 'show range-stepping'
2325 commands.
2326
2327 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2328
2329 * gdb.texinfo (Installed System-wide Configuration Scripts):
2330 Add subsection describing the scripts now available under
2331 the data-dir's system-gdbbinit subdirectory.
2332 * NEWS: Add entry announcing the availability of system-wide
2333 configuration scripts for ElinOS and Wind River Linux.
2334
2335 2013-05-21 Hui Zhu <hui@codesourcery.com>
2336
2337 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2338 "-dprintf-insert" command.
2339
2340 2013-05-17 Doug Evans <dje@google.com>
2341
2342 * gdb.texinfo (Maintenance Commands): Update doc for
2343 "maint check-psymtabs". Add doc for "maint check-symtabs",
2344 "maint expand-symtabs".
2345
2346 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2347
2348 * gdb.texinfo (Process Record and Replay): Document the
2349 "record goto" command and its sub-commands.
2350
2351 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2352
2353 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2354 (Python API): Add Frame Filters API, Frame Wrapper API,
2355 Writing a Frame Filter/Wrapper, Managing Management of Frame
2356 Filters chapter entries.
2357 (Frame Filters API): New Node.
2358 (Frame Wrapper API): New Node.
2359 (Writing a Frame Filter): New Node.
2360 (Managing Frame Filters): New Node.
2361 (Progspaces In Python): Add note about frame_filters attribute.
2362 (Objfiles in Python): Ditto.
2363 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2364 @anchors and --no-frame-filters option to -stack-list-variables,
2365 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2366 commands.
2367
2368 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2369
2370 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2371 Support" subsection documenting the XML format used to transfer
2372 shared library info on AIX.
2373
2374 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2375
2376 * gdb.texinfo (Debugging Output): Add documentation of
2377 "set debug aix-solib" and "show debug aix-solib" commands.
2378
2379 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2380
2381 * gdb.texinfo (Nios II): New section.
2382 (Nios II Features): New section.
2383
2384 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2385
2386 * gdbint.texinfo (Algorithms): Remove entries documenting
2387 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2388 SOLIB_CREATE_INFERIOR_HOOK.
2389
2390 2013-04-29 Tom Tromey <tromey@redhat.com>
2391
2392 PR python/14204:
2393 * gdb.texinfo (Python API): Fix menu entry.
2394 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2395 Define global and static block. Add example. Clarify
2396 block relationship for inline functions.
2397
2398 2013-04-29 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.texinfo (Python API): Mention Python help and keyword
2401 arguments. Move pagination text to Basic Python.
2402 (Basic Python): Put pagination text here. Document
2403 close-on-exec, SIGCHLD, and SIGINT.
2404
2405 2013-04-19 Pedro Alves <palves@redhat.com>
2406
2407 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2408 "signedness" instead of "signness".
2409
2410 2013-04-19 Pedro Alves <palves@redhat.com>
2411
2412 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2413 -Wno-pointer-sign text with text on -Wpointer-sign.
2414
2415 2013-04-16 Tom Tromey <tromey@redhat.com>
2416
2417 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2418 GCC that has the SDT probe points.
2419
2420 2013-04-15 Tom Tromey <tromey@redhat.com>
2421
2422 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2423 exception catchpoints.
2424
2425 2013-04-15 Tom Tromey <tromey@redhat.com>
2426
2427 * gdb.texinfo (Set Catchpoints): Document $_exception.
2428 (Convenience Vars): Mention $_exception.
2429
2430 2013-04-15 Tom Tromey <tromey@redhat.com>
2431
2432 * gdb.texinfo (Set Catchpoints): Reorganize exception
2433 catchpoints. Document "catch rethrow".
2434 (Debugging C Plus Plus): Mention "catch rethrow".
2435
2436 2013-04-15 Tom Tromey <tromey@redhat.com>
2437
2438 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2439
2440 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2441 Eli Zaretskii <eliz@gnu.org>
2442
2443 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2444 line below the sample output.
2445
2446 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2447
2448 * gdb.texinfo (Mode Options): Document '-configuration'.
2449 (Help): Document "show configuration".
2450 (Bug Reporting): Add requirements to include the configuration
2451 details in bug reports.
2452
2453 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2454
2455 * Makefile.in (MAN1S): Add gcore.1.
2456 Remove "Host, target, and site specific Makefile fragments" comment.
2457 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2458 (install-man1, uninstall-man1): Conditionalize gcore.1.
2459 (gcore.1): New.
2460 * gdb.texinfo (Man Pages): Add gcore man.
2461 (gcore man): New node.
2462
2463 2013-04-10 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.texinfo (Process Record and Replay): Document that "set
2466 record full insn-number-max", "set record
2467 instruction-history-size" and "set record
2468 function-call-history-size" accept "unlimited".
2469 (Backtrace): Document that "set backtrace limit" accepts
2470 "unlimited".
2471 (List): Document that "set listsize" accepts "unlimited".
2472 (Print Settings)" Document that "set print max-symbolic-offset",
2473 "set print elements" and "set print repeats" accept "unlimited".
2474 (Starting and Stopping Trace Experiments): Document that "set
2475 trace-buffer-size" accepts "unlimited".
2476 (Remote Configuration): Document that "set tcp connect-timeout"
2477 accepts "unlimited".
2478 (Command History): Document that "set history size" accepts
2479 "unlimited".
2480 (Screen Size): Document that "set height" and "set width" accepts
2481 "unlimited". Adjust "set pagination"'s description to suggest
2482 "set height unlimited" instead of "set height 0".
2483
2484 2013-04-10 Yao Qi <yao@codesourcery.com>
2485
2486 * gdb.texinfo (Trace Files): Add "target ctf".
2487
2488 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2489
2490 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2491
2492 * Makefile.in (install-man1, install-man5, uninstall-man1)
2493 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2494
2495 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2496
2497 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2498 Eli Zaretskii <eliz@gnu.org>
2499
2500 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2501 parameters order. Remove "On some targets" for --attach. Document the
2502 --multi parameter and extended-remote command. Document all the
2503 options.
2504
2505 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2508 the list of supported languages.
2509
2510 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2513 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2514 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2515 (diststuff): Add man.
2516 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2517 (uninstall-man5): New.
2518 (STAGESTUFF): Add *.1 and *.5.
2519 (GDBvn.texi): Add SYSTEM_GDBINIT.
2520 (gdb.1, gdbserver.1, gdbinit.5): New.
2521 (maintainer-clean realclean): Add $(MANS).
2522 (install): Add install-man.
2523 (uninstall): Add uninstall-man.
2524 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2525 (@copying): Wrap it by @c man begin COPYRIGHT.
2526 (Top): Add Man Pages.
2527 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2528
2529 2013-04-02 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.texinfo (Debugging Output): Document "set/show debug
2532 aarch64", "set/show debug coff-pe-read" and "set/show debug
2533 mach-o".
2534
2535 2013-04-02 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2538 table>: Add entry for "trace-buffer-size".
2539
2540 2013-03-28 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2543 table>: Add entry for "trace-status".
2544
2545 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2546
2547 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2548 @bullet", which is invalid (makeinfo 5.1 barfs).
2549
2550 2013-03-28 Pedro Alves <palves@redhat.com>
2551
2552 PR gdb/15294
2553
2554 * gdb.texinfo (List) <set listsize>: Adjust to document that
2555 listsize 0 means no limit, and remove mention of -1.
2556
2557 2013-03-22 Yao Qi <yao@codesourcery.com>
2558
2559 * gdb.texinfo (Embedded Processors): Remove menu item
2560 "OpenRISC 1000".
2561 (OpenRISC 1000): Remove.
2562
2563 2013-03-21 Doug Evans <dje@google.com>
2564
2565 * gdb.texinfo (Maintenance Commands): Add docs for
2566 "mt set per-command {space,time,symtab} {on,off}".
2567
2568 2013-03-14 Hui Zhu <hui@codesourcery.com>
2569 Yao Qi <yao@codesourcery.com>
2570
2571 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2572
2573 2013-03-13 Keith Seitz <keiths@redhat.com>
2574
2575 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2576 "maint agent" reference to Dynamic printf.
2577
2578 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2579
2580 * gdb.texinfo (General Query Packets): Don't use colon in index
2581 entries visible to Info format.
2582
2583 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2584
2585 * gdb.texinfo (Process Record and Replay): Document record
2586 changes.
2587
2588 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2589
2590 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2591 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2592 qXfer:btrace:read.
2593
2594 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2595
2596 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2597 use colons in @anchor and @cindex entries.
2598
2599 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2600
2601 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2602
2603 2013-03-08 Stan Shebs <stan@codesourcery.com>
2604 Hafiz Abid Qadeer <abidh@codesourcery.com>
2605
2606 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2607 trace-buffer-size set and show commands.
2608 (Tracepoint Packets): Document QTBuffer:size.
2609 (General Query Packets): Document QTBuffer:size.
2610
2611 2013-02-21 Tom Tromey <tromey@redhat.com>
2612
2613 * gdb.texinfo: Remove bad @syncodeindex.
2614 (Values From Inferior, Types In Python, Inferiors In Python)
2615 (Events In Python, Threads In Python, Frames In Python, Blocks In
2616 Python, Symbols In Python, Symbol Tables In Python): Remove
2617 @tables.
2618 (Packets, General Query Packets, Tracepoint Packets)
2619 (Host I/O Packets): Use @w{} for empty @item.
2620
2621 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2622
2623 * gdb.texinfo (Architectures In Python): Add description about
2624 the new method gdb.Architecture.disassemble.
2625
2626 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2627 Hafiz Abid Qadeer <abidh@codesourcery.com>
2628
2629 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2630 Document the "trace-file" field.
2631
2632 2013-02-07 Doug Evans <dje@google.com>
2633
2634 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2635 command.
2636
2637 2013-02-06 Yao Qi <yao@codesourcery.com>
2638
2639 * gdb.texinfo (GDB/MI Async Records): Document new MI
2640 notification "=tsv-modified". Update the document of MI
2641 notification "=tsv-created".
2642 * observer.texi (GDB Observers): New observer tsv_modified.
2643 Update observer tsv_created and tsv_delete.
2644
2645 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2646
2647 * gdb.texinfo (AArch64 Features): New section; document
2648 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2649 (Architectures): Add new AArch64 section to document AArch64
2650 architecture specific commands.
2651 (ABI): Add description of the new OS ABI "Newlib" and its influence
2652 on the longjmp handling.
2653
2654 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2655 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2658 variable in 'set/show backtrace' section.
2659
2660 2013-01-31 Tom Tromey <tromey@redhat.com>
2661
2662 * gdb.texinfo (Target Commands): Fix typo.
2663
2664 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2665
2666 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2667 describing the gdb.Architecture class.
2668 (Frames In Python): Add description about the new method
2669 gdb.Frame.architecture().
2670
2671 2013-01-23 Doug Evans <dje@google.com>
2672
2673 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2674
2675 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2676
2677 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2678 'thread-groups' field when printing a breakpoint in MI.
2679
2680 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2681 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2682 to reflect that jit-reader-load now supports absolute file-names.
2683
2684 2013-01-16 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2687 (Signals): Likewise.
2688
2689 2013-01-16 Tom Tromey <tromey@redhat.com>
2690
2691 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2692 "catch-type" field.
2693 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2694
2695 2013-01-07 Tom Tromey <tromey@redhat.com>
2696
2697 * gdb.texinfo (Mode Options): Don't mention -epoch.
2698 (Data, Emacs): Remove obsolete comments.
2699
2700 2013-01-02 Tom Tromey <tromey@redhat.com>
2701
2702 * gdb.texinfo (GDB/MI Output Records): Update menu.
2703 (GDB/MI Breakpoint Information): New node.
2704 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2705 <-break-insert>: Likewise.
2706
2707 2012-12-31 Yao Qi <yao@codesourcery.com>
2708
2709 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2710 (Packets): Move "vStopped" packet to ...
2711 (Notification Packets): ... here. Describe the components
2712 of notification. Add a table of supported notifications.
2713 Add an example on the process of he async notification.
2714
2715 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2718 present.
2719 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2720 fullname output always present.
2721
2722 2012-12-23 Pierre Muller <muller@sourceware.org>
2723
2724 * gdbint.texinfo (Function prototypes): Require use of "extern"
2725 modifier for function prototypes in headers.
2726
2727 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2728
2729 * refcard.tex: Update copyright notice to GPL v3 or later.
2730 Update contact info.
2731
2732 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2733
2734 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2735
2736 2012-12-15 Yao Qi <yao@codesourcery.com>
2737
2738 * gdb.texinfo (Debugging Output): Document 'set debug
2739 notification' and 'show debug notification'.
2740
2741 2012-12-15 Yao Qi <yao@codesourcery.com>
2742
2743 * gdb.texinfo (Listing Tracepoints): New item and example about
2744 'installed on target' output.
2745 Add more in the example about 'installed on target'.
2746 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2747
2748 2012-12-14 Tom Tromey <tromey@redhat.com>
2749
2750 * gdb.texinfo (SVR4 Process Information): Mention core files.
2751
2752 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2753
2754 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2755
2756 2012-12-11 Pedro Alves <palves@redhat.com>
2757
2758 * gdb.texinfo: Remove all mentions of Unixware throughout.
2759
2760 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2761
2762 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2763
2764 2012-11-29 Tom Tromey <tromey@redhat.com>
2765
2766 * gdb.texinfo (SVR4 Process Information): Document missing
2767 "info proc" subcommands.
2768
2769 2012-11-29 Yao Qi <yao@codesourcery.com>
2770
2771 PR gdb/1477.
2772 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2773 to 'auto' instead of 'gnu'.
2774
2775 2012-11-26 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.texinfo (MiniDebugInfo): New node.
2778 (GDB Files): Update.
2779
2780 2012-11-16 Doug Evans <dje@google.com>
2781
2782 * gdb.texinfo (System-wide configuration): If the system-wide init
2783 file lives in the data-directory, and --data-directory is provided,
2784 look for it there.
2785
2786 2012-11-15 Tom Tromey <tromey@redhat.com>
2787
2788 * gdb.texinfo (Signaling): Fix typo.
2789
2790 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2791
2792 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2793 parameter "count" of -data-write-memory-bytes, and add an example.
2794
2795 2012-11-12 Tom Tromey <tromey@redhat.com>
2796
2797 * gdb.texinfo (Symbols): Document "info type-printers",
2798 "enable type-printer" and "disable type-printer".
2799 (Python API): Add new node to menu.
2800 (Type Printing API): New node.
2801 (Progspaces In Python): Document type_printers field.
2802 (Objfiles In Python): Likewise.
2803 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2804 register_type_printer, TypePrinter>: Document.
2805
2806 2012-11-12 Tom Tromey <tromey@redhat.com>
2807
2808 * gdb.texinfo (Symbols): Document "set print type methods",
2809 "set print type typedefs", and flags to ptype and whatis.
2810
2811 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2812
2813 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2814 the example -data-disassemble output. Extend the description of
2815 the -data-disassemble results to document all fields. Document
2816 the cli disassemble command as being related to -data-disassemble.
2817
2818 2012-11-09 Yao Qi <yao@codesourcery.com>
2819
2820 PR gdb/14777.
2821 * gdb.texinfo (OS Information): Remove doc on command
2822 'info udot'.
2823
2824 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2825
2826 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2827 gdb.ini warning for Windows port.
2828
2829 2012-11-08 Yao Qi <yao@codesourcery.com>
2830
2831 * gdb.texinfo (Search): Add kindex for 'fo'.
2832
2833 2012-11-05 Tom Tromey <tromey@redhat.com>
2834
2835 PR python/14802:
2836 * gdb.texinfo (Functions In Python): Add example.
2837
2838 2012-11-03 Yao Qi <yao@codesourcery.com>
2839
2840 * observer.texi (GDB Observers): Remove observer
2841 'tracepoint_modified', 'tracepoint_created' and
2842 'tracepoint_deleted'.
2843
2844 2012-10-26 Tom Tromey <tromey@redhat.com>
2845
2846 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2847
2848 2012-10-25 Tom Tromey <tromey@redhat.com>
2849
2850 * gdb.texinfo (General Query Packets): Use @itemx.
2851
2852 2012-10-17 Yao Qi <yao@codesourcery.com>
2853
2854 * observer.texi (GDB Observers): Update observer
2855 'memory_changed'.
2856 * gdb.texinfo (GDB/MI Async Records): Document for
2857 "memory-changed" notification.
2858
2859 2012-10-15 Doug Evans <dje@google.com>
2860
2861 * gdb.texinfo (Mode Options): Document -nh.
2862 Elaborate on docs for -nx.
2863
2864 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2865
2866 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2867
2868 2012-09-21 Yao Qi <yao@codesourcery.com>
2869 Pedro Alves <palves@redhat.com>
2870
2871 * gdb.texinfo (GDB/MI Async Records): Document notification
2872 'record-started' and 'record-stopped'.
2873 * observer.texi (GDB Observers): New observer 'record-changed'.
2874
2875 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2876
2877 * gdb.texinfo: Document the removal of SH's 'regs' command.
2878
2879 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2880
2881 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2882
2883 2012-09-18 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.texinfo (GDB/MI Async Records): Document new MI
2886 notifications '=tsv-created' and '=tsv-deleted'.
2887 * observer.texi (GDB Observers): New observer tsv_created and
2888 tsv_deleted.
2889
2890 2012-09-18 Yao Qi <yao@codesourcery.com>
2891
2892 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2893 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2894 '=traceframe-changed'.
2895
2896 2012-09-17 Yao Qi <yao@codesourcery.com>
2897
2898 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2899 'set listsize'.
2900
2901 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2902 Eli Zaretskii <eliz@gnu.org>
2903
2904 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2905 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2906 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2907
2908 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2911
2912 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2913
2914 Document how to return from "python-interactive" to GDB.
2915 * gdb.texinfo (Python Commands): Update documentation.
2916
2917 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2918
2919 Add a new "python-interactive" command that starts a standard
2920 Python interactive prompt with "pi" as alias, and add "py" as
2921 an alias to "python".
2922 * gdb.texinfo (Python Commands): Document the new commands.
2923
2924 2012-08-22 Tom Tromey <tromey@redhat.com>
2925
2926 * gdbint.texinfo (Host Definition): Remove documentation for
2927 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2928
2929 2012-08-17 Keith Seitz <keiths@redhat.com>
2930
2931 PR c++/13356
2932 * gdb.texinfo (Type and Range Checking): Remove warning.
2933 Remove spurious commas.
2934 Update text and examples for re-implementation of set/show
2935 check type.
2936 (C and C++ Type and Range Checks): Likewise.
2937
2938 2012-08-16 Yao Qi <yao@codesourcery.com>
2939
2940 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2941 is deprecated.
2942
2943 2012-08-13 Doug Evans <dje@google.com>
2944
2945 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2946 to include functions.
2947
2948 2012-08-10 Doug Evans <dje@google.com>
2949
2950 * gdb.texinfo (Convenience Funs): New node.
2951 (Types In Python): Document Type.vector.
2952
2953 2012-08-09 Yao Qi <yao@codesourcery.com>
2954
2955 * observer.texi: New observer command_param_changed.
2956 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2957
2958 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2959
2960 * gdbint.texinfo (Debugging GDB): In section
2961 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2962 Mention also gdb-gdb.py.
2963
2964 2012-08-07 Yao Qi <yao@codesourcery.com>
2965
2966 Revert the folloing patch:
2967 2012-08-06 Yao Qi <yao@codesourcery.com>
2968 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2969 remote hardware-watchpoint-limit' and 'set
2970 remote hardware-breakpoint-limit'.
2971
2972 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2973
2974 * gdb.texinfo (Working Directory): Added information about new
2975 default argument for 'cd' command.
2976
2977 2012-08-06 Yao Qi <yao@codesourcery.com>
2978
2979 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2980 remote hardware-watchpoint-limit' and 'set
2981 remote hardware-breakpoint-limit'.
2982
2983 2012-08-06 Yao Qi <yao@codesourcery.com>
2984
2985 Fix PR14371.
2986
2987 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2988 '=breakpoint-deleted'.
2989
2990 2012-08-02 Yao Qi <yao@codesourcery.com>
2991
2992 * gdb.texinfo (Native): Remove node Neutrino.
2993
2994 2012-07-27 Yao Qi <yao@codesourcery.com>
2995
2996 * gdb.texinfo (IPA Protocol Commands): Document new command
2997 'close'.
2998
2999 2012-07-25 Tom Tromey <tromey@redhat.com>
3000
3001 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3002
3003 2012-07-20 Doug Evans <dje@google.com>
3004
3005 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3006 (Index Files): Document how to control the use of deprecated index
3007 sections.
3008 (Index Section Format): Replace --use-deprecated-index-sections with
3009 "set use-deprecated-index-sections on".
3010
3011 2012-07-12 Eli Zaretskii <eliz@gnu.org>
3012
3013 * gdbint.texinfo: Remove @syncodeindex directives that put all the
3014 indices into a single node "Index". Instead, join function and
3015 variable indices into a single index, separate from the concept
3016 index. Requested in
3017 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3018 (Top): Update the top-level menu: instead of one "Index" there are
3019 now separate entries "Concept Index" and "Function and Variable
3020 Index".
3021 (Concept Index, Function and Variable Index): New nodes.
3022 (Index): Node deleted.
3023
3024 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3025
3026 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3027 and "maint agent-eval".
3028
3029 2012-07-03 Eli Zaretskii <eliz@gnu.org>
3030
3031 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3032 avoid file-name clashes between Index.html and index.html on
3033 case-insensitive filesystems. See the discussion starting in
3034 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3035 details of the problem.
3036 (Top): Update the master menu for the above.
3037 (Concept Index, Command and Variable Index): New nodes, instead of
3038 the old "Index" node that was deleted. All cross-references
3039 updated.
3040
3041 2012-07-02 Stan Shebs <stan@codesourcery.com>
3042
3043 * gdb.texinfo (Dynamic Printf): Mention agent style and
3044 disconnected dprintf.
3045 (Maintenance Commands): Describe maint agent-printf.
3046 (General Query Packets): Mention BreakpointCommands feature.
3047 (Packets): Document commands extension to Z0 packet.
3048 * agentexpr.texi (Bytecode Descriptions): Document printf
3049 bytecode.
3050
3051 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3054 only after gdbinit files.
3055 (Startup): Move -iex and -iex commands down after gdbinit files.
3056
3057 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3058
3059 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3060 possibility.
3061
3062 2012-06-29 Tom Tromey <tromey@redhat.com>
3063
3064 * gdb.texinfo (Index Section Format): Update for version 7.
3065
3066 2012-06-28 Stan Shebs <stan@codesourcery.com>
3067
3068 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3069 example, add note about title column.
3070
3071 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3072
3073 * gdb.texinfo (Symbol Tables In Python): Add description about
3074 the new 'last' attribute of gdb.Symtab_and line.
3075
3076 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3077
3078 * gdb.texinfo (Symbol Tables In Python): Correct the description
3079 of the 'pc' attribute of gdb.Symtab_and_line.
3080
3081 2012-06-26 Doug Evans <dje@google.com>
3082
3083 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3084 and symtab-create.
3085
3086 2012-06-25 Keith Seitz <keiths@redhat.com>
3087
3088 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3089 from example. Remove "rbreak" from list of corresponding
3090 gdb commands.
3091
3092 2012-06-23 Doug Evans <dje@google.com>
3093
3094 * gdb.texinfo (Index Section Format): Document version 7 format.
3095
3096 2012-06-22 Yao Qi <yao@codesourcery.com>
3097
3098 * gdb.texinfo: Add missing cindex for some packets.
3099
3100 2012-06-20 Keith Seitz <keiths@redhat.com>
3101
3102 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3103 for -break-insert and document -p.
3104
3105 2012-06-20 Yao Qi <yao@codesourcery.com>
3106
3107 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3108 and "gdb.write_memory" with "Inferior.read_memory" and
3109 "Inferior.write_memory".
3110
3111 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3112
3113 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3114 (Free Documentation): Add @node line.
3115 (Continuing and Stepping) <advance location>: Use @item instead of
3116 @itemx.
3117 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3118 @itemx.
3119 (Embedded Processors): Put the link to "PA" to its correct place,
3120 according to document structure.
3121 (Python API): Put the link to "Lazy Strings In Python" to its
3122 correct place.
3123 (Index): Use @@ in @tex block to get a literal @.
3124
3125 * gdbint.texinfo: Fix the @subtitle line.
3126
3127 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3128 correct place.
3129
3130 2012-06-08 Yao Qi <yao@codesourcery.com>
3131
3132 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3133 Protocol'.
3134 (In-Process Agent Protocol, IPA Protocol Objects)
3135 (IPA Protocol Commands): New nodes.
3136 (Tracepoint Packets): Add anchors.
3137
3138 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3139
3140 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3141
3142 2012-06-06 Yao Qi <yao@codesourcery.com>
3143
3144 * gdb.texinfo: Update copyright year.
3145
3146 2012-05-23 Stan Shebs <stan@codesourcery.com>
3147 Kwok Cheung Yeung <kcy@codesourcery.com>
3148
3149 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3150
3151 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3154 Mention also --with-separate-debug-dir.
3155 (Auto-loading): Prepend $debugdir in the sample output.
3156 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3157 auto-load safe-path variable.
3158 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3159 Mention also $debugdir for 'set auto-load scripts-directory'.
3160
3161 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3162
3163 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3164 (MIPS Embedded, MIPS, MIPS Register packet Format)
3165 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3166 appropriate.
3167
3168 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3169 Maciej W. Rozycki <macro@codesourcery.com>
3170
3171 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3172 mips compression".
3173 (MIPS Breakpoint Kinds): New subsubsection.
3174
3175 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3176
3177 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3178 nodes for subsections. Add @acronym mark-ups and adjust
3179 formatting.
3180
3181 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3182
3183 Rename $ddir to $datadir.
3184 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3185 (objfile-gdb.py file): Rename $ddir to $datadir.
3186
3187 2012-05-18 Tom Tromey <tromey@redhat.com>
3188
3189 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3190
3191 2012-05-14 Stan Shebs <stan@codesourcery.com>
3192
3193 * gdb.texinfo (Dynamic Printf): New subsection.
3194
3195 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3196
3197 * gdb.texinfo (Basic Python): Add description about the function
3198 gdb.find_pc_line
3199
3200 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3201 Eli Zaretskii <eliz@gnu.org>
3202
3203 * gdb.texinfo (Separate Debug Files): Use plural form for global
3204 debugging information directory.
3205
3206 2012-05-11 Stan Shebs <stan@codesourcery.com>
3207 Kwok Cheung Yeung <kcy@codesourcery.com>
3208
3209 * gdb.texinfo (Operating System Auxiliary Information): Document new
3210 'info os' subcommands.
3211
3212 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3213
3214 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3215 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3216 (dotdebug_gdb_scripts section): Add reference
3217 to 'Auto-loading safe path'.
3218
3219 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3220
3221 Implement multi-component --with-auto-load-dir.
3222 * gdb.texinfo (Auto-loading): New references
3223 for 'set auto-load scripts-directory'
3224 and 'show auto-load scripts-directory'.
3225 (Auto-loading safe path): Describe the new default. Move $ddir
3226 substituation reference to 'objfile-gdb.py file'.
3227 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3228 script-name. Describe new 'set auto-load scripts-directory'
3229 and 'show auto-load scripts-directory'.
3230
3231 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 Provide $ddir substitution for --with-auto-load-safe-path.
3234 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3235 (Auto-loading safe path): Likewise. Mention the default value,
3236 $ddir substitution, --with-auto-load-safe-path and
3237 --without-auto-load-safe-path.
3238 * observer.texi (gdb_datadir_changed): New.
3239
3240 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3241
3242 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3243 Twice.
3244
3245 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3246 directory separator by path separator.
3247
3248 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3251 for 'set auto-load safe-path' optional. Mention if it is omitted.
3252 Change disabling security protection condition to "/", twice.
3253
3254 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3255
3256 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3257 the new methods global_block and static_block on gdb.Symtab
3258 objects.
3259
3260 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3261
3262 * gdb.texinfo (Blocks In Python): Add a note saying that future
3263 improvements to GDB and its infrastructure can move symbols
3264 across blocks within a symbol table.
3265
3266 2012-04-29 Yao Qi <yao@codesourcery.com>
3267
3268 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3269 (A29K): Remove.
3270
3271 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3272 Tom Tromey <tromey@redhat.com>
3273
3274 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3275 and generic static probe support on GDB.
3276
3277 2012-04-25 Doug Evans <dje@google.com>
3278
3279 * gdb.texinfo (Go): Fix thinko.
3280
3281 * gdb.texinfo (Supported Languages): Add Go.
3282 (Go): New node.
3283
3284 2012-04-25 Yao Qi <yao@codesourcery.com>
3285
3286 * gdbint.texinfo (Testsuite): New section `Board settings'.
3287
3288 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3289
3290 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3291 Three times.
3292
3293 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3294 Three times.
3295
3296 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3299 by @table @asis. Fix formatting of one item.
3300
3301 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3302
3303 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3304
3305 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3306
3307 New option "set debug auto-load".
3308 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3309 (auto-load verbose mode): New node.
3310
3311 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 New option "set auto-load safe-path".
3314 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3315 and "info auto-load" examples for safe-path. Put there also references
3316 for "set auto-load safe-path" and "show auto-load safe-path".
3317 New menu item for Auto-loading safe path.
3318 (Auto-loading safe path): New node.
3319 (Python Auto-loading): Update the expected output from "Missing"
3320 to "No".
3321
3322 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 auto-load: Implementation.
3325 * gdb.texinfo (Mode Options): New anchor for -nx.
3326 (Startup): New anchors for Option -init-eval-command,
3327 Home Directory Init File
3328 and Init File in the Current Directory during Startup.
3329 Mention set auto-load local-gdbinit with a reference.
3330 Change the sample code to "set auto-load python-scripts".
3331 (Threads): New anchor set libthread-db-search-path.
3332 Provide references to libthread_db.so.1 file.
3333 (Controlling GDB): New menu item for Auto-loading.
3334 (Auto-loading, Init File in the Current Directory)
3335 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3336 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3337 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3338 reference.
3339 (Auto-loading): Rename to ...
3340 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3341 "set auto-load python-scripts", new anchor for it. Change
3342 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3343 for it. Change "info auto-load-scripts"
3344 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3345 to "Python scripts".
3346
3347 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3348
3349 PR mi/13393
3350 * gdb.texinfo (Print Settings): Extend the description for "set print
3351 object".
3352 (GDB/MI Variable Objects): Extend the description for -var-create and
3353 -var-list-children.
3354
3355 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3356
3357 * gdb.texinfo (Examining Data): Document the 'explore' command.
3358
3359 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3360
3361 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3362 to the children of a varobj and its update range when -var-update
3363 returns that the varobj's type changed.
3364
3365 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3366
3367 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3368 Create two new links fir 'objfile-gdb.py file'
3369 and 'dotdebug_gdb_scripts section'.
3370
3371 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 * gdb.texinfo (Auto-loading): Rename node reference
3374 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3375 Twice.
3376 (.debug_gdb_scripts section): Rename the node ...
3377 (dotdebug_gdb_scripts section): ... here.
3378 (Maintenance Commands): Also rename this node reference.
3379
3380 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3381
3382 * gdb.texinfo (Python API/Values From Inferior): Add description
3383 about the new method Value.referenced_value. Add description on
3384 how Value.dereference is different (and similar) to
3385 Value.referenced_value.
3386
3387 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3388
3389 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3390 --init-eval-command=COMMAND, -iex.
3391 (Startup): Describe -iex and -ix. Simplify the example
3392 for "set auto-load-scripts off".
3393
3394 2012-03-16 Gary Benson <gbenson@redhat.com>
3395
3396 PR breakpoints/10738
3397 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3398 stating that GDB cannot set breakpoints on inlined functions.
3399 (Mode Options): Document --use-deprecated-index-sections.
3400 (Index Section Format): Document new index section version format.
3401
3402 2012-03-15 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3405
3406 2012-03-13 Doug Evans <dje@google.com>
3407
3408 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3409 of "reload".
3410 (Symbols): Delete docs for set/show symbol-reloading.
3411 * gdbint.texinfo (Defining Other Architecture Features): Delete
3412 SYMBOL_RELOADING_DEFAULT.
3413 * refcard.tex: Delete reference to symbol-reloading.
3414
3415 2012-03-07 Pedro Alves <palves@redhat.com>
3416
3417 * gdb.texinfo (General Query Packets): Document new
3418 QProgramSignals packet.
3419 * gdb.texinfo (Remote configuration): Mention
3420 "program-signals-packet".
3421
3422 2012-03-05 Tristan Gingold <gingold@adacore.com>
3423
3424 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3425
3426 2012-03-03 Yao Qi <yao@codesourcery.com>
3427
3428 * gdb.texinfo (In-Process Agent): New node.
3429 Document new commands.
3430 (General Query Packets): Add packet `QAgent'.
3431
3432 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3433
3434 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3435
3436 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3437
3438 * gdb.texinfo (Commands In Python): Put example python macro in
3439 COMMAND_USER category rather than COMMAND_OBSCURE.
3440 Document gdb.COMMAND_USER.
3441 (User-defined Commands): Update documentation to clarify
3442 "set/show max-user-call-depth" and "show user" don't apply to python
3443 commands. Update documentation to clarify "help user-defined" may
3444 also include python commands defined as COMMAND_USER.
3445
3446 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3447
3448 * gdb.texinfo (Startup): Add option -ex description to the option -x
3449 description.
3450
3451 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3452
3453 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3454 condition-evaluation breakpoint parameter.
3455 Mention condition-evaluation mode being shown in "info break".
3456 (Break Conditions): Add description for target-side
3457 conditional breakpoints.
3458 (Remote Configuration): Mention conditional-breakpoints-packet.
3459 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3460 cond-expr.
3461 (General Query Packets): Mention new ConditionalBreakpoint feature.
3462
3463 2012-02-22 Tom Tromey <tromey@redhat.com>
3464
3465 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3466
3467 2012-02-17 Tom Tromey <tromey@redhat.com>
3468
3469 PR python/10753:
3470 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3471 directory.
3472
3473 2012-02-14 Stan Shebs <stan@codesourcery.com>
3474
3475 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3476
3477 2012-02-13 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3480 mips-idt-ecoff.
3481
3482 2012-02-09 Yao Qi <yao@codesourcery.com>
3483
3484 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3485
3486 2012-02-07 Tom Tromey <tromey@redhat.com>
3487
3488 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3489 Symbol.value.
3490
3491 2012-02-07 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3494
3495 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3496
3497 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3498
3499 2012-01-24 Tom Tromey <tromey@redhat.com>
3500
3501 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3502 unload".
3503 (Files): Mention new catch commands.
3504 (GDB/MI Async Records): Likewise.
3505
3506 2012-01-24 Gary Benson <gbenson@redhat.com>
3507
3508 Delete #if 0'd out code.
3509 * gdb.texinfo (Frame Info): Remove "info catch".
3510
3511 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3512
3513 * gdb.texinfo (Remote Configuration): Document
3514 "set remote hostio-readlink-packet" command.
3515 (General Query Packets): Document vFile:readlink packet.
3516
3517 2012-01-16 Tom Tromey <tromey@redhat.com>
3518
3519 * gdb.texinfo (Specify Location): Document relative file name
3520 handling.
3521
3522 2012-01-16 Tom Tromey <tromey@redhat.com>
3523
3524 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3525
3526 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3527 Eli Zaretskii <eliz@gnu.org>
3528
3529 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3530 code.
3531
3532 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3533
3534 * gdb.texinfo (Variables): Document use of :: for non-static
3535 variables.
3536
3537 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3538
3539 * gdbint.texinfo (Start of New Year Procedure): Update
3540 to replace use of copyright.sh by use of copyright.py.
3541
3542 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 Remove the gdbtui binary.
3545 * all-cfg.texi (GDBTUI): Remove.
3546 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3547 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3548 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3549
3550 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3551
3552 Introduce gdb.FinishBreakpoint in Python.
3553 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3554 (Python API): Add menu entry for Finish Breakpoints.
3555
3556 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3557
3558 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3559 tests.
3560
3561 2011-12-16 Doug Evans <dje@google.com>
3562
3563 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3564
3565 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3566
3567 * gdb.texinfo (Python Commands): Remove "maint set/show print
3568 stack". Add documentation for "set/show python print-stack".
3569
3570 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3571
3572 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3573 should transfer control to the stub in the startup code instead of
3574 in main. Mention the need to get past the initial breakpoint.
3575
3576 2011-12-06 Tom Tromey <tromey@redhat.com>
3577
3578 * gdb.texinfo (Set Breaks): Update for new behavior.
3579
3580 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3581
3582 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3583 List Format for SVR4 Targets'.
3584 (General Query Packets): New item qXfer:libraries-svr4:read.
3585 (Library List Format for SVR4 Targets): New node.
3586
3587 2011-12-01 Tom Tromey <tromey@redhat.com>
3588
3589 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3590 add.
3591
3592 2011-11-22 Tom Tromey <tromey@redhat.com>
3593
3594 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3595 reasons.
3596
3597 2011-11-20 Stan Shebs <stan@codesourcery.com>
3598
3599 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3600 note-related options and variables.
3601 (Tracepoint Packets): Document packet changes.
3602
3603 2011-11-20 Sanjoy Das <sdas@igalia.com>
3604
3605 * gdb.texinfo (JIT Interface): Add documentation on writing and
3606 usind JIT debug info readers.
3607 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3608 Debug Info Readers): New nodes.
3609
3610 2011-11-18 Yao Qi <yao@codesourcery.com>
3611
3612 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3613 tracepoint.
3614
3615 2011-11-15 Doug Evans <dje@google.com>
3616
3617 * gdb.texinfo (Files): Document basenames-may-differ.
3618
3619 2011-11-14 Doug Evans <dje@google.com>
3620
3621 * gdb.texinfo (Shell Commands): Document "!".
3622
3623 2011-11-14 Stan Shebs <stan@codesourcery.com>
3624 Kwok Cheung Yeung <kcy@codesourcery.com>
3625
3626 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3627 needed to get shorter fast tracepoints.
3628 (Tracepoint Packets): Document new qTMinFTPILen packet.
3629
3630 2011-11-14 Yao Qi <yao@codesourcery.com>
3631
3632 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3633 behavior of tracepoint.
3634 (General Query Packets): New feature InstallInTrace.
3635 (Remote Configuration): Document "set remote
3636 install-in-trace-packet".
3637
3638 2011-11-12 Matt Rice <ratmice@gmail.com>
3639
3640 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3641 Add arguments to info macro.
3642
3643 2011-11-10 Tom Tromey <tromey@redhat.com>
3644
3645 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3646 manual.
3647 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3648 (Macros): Add a footnote.
3649 (C): Remove paragraph about compiler options.
3650 (C Constants): Mention wide character and string constants.
3651 (C Plus Plus Expressions): Update compiler option advice. Mention
3652 using declarations. Mention ADL. Remove old HP compiler
3653 information.
3654
3655 2011-11-10 Tom Tromey <tromey@redhat.com>
3656
3657 PR c++/9257:
3658 * gdb.texinfo (Print Settings): Add an extra note about the need
3659 for a vtable.
3660
3661 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3662
3663 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3664 "set mips abi" documentation.
3665
3666 2011-11-04 Doug Evans <dje@google.com>
3667
3668 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3669
3670 2011-11-03 Tom Tromey <tromey@redhat.com>
3671
3672 * gdb.texinfo (Stopping): Add menu entry.
3673 (Continuing and Stepping): Restore @node. Use @section, not
3674 @subsection.
3675
3676 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3677
3678 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3679 designation. Fix "Specify Location" cross-reference.
3680
3681 2011-11-02 Stan Shebs <stan@codesourcery.com>
3682
3683 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3684 (General Query Packets): Describe tracenz feature.
3685 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3686
3687 2011-10-28 Paul Koning <paul_koning@dell.com>
3688
3689 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3690
3691 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3692
3693 * gdb.texinfo ((Frames In Python): Document
3694 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3695
3696 2011-10-26 Paul Koning <paul_koning@dell.com>
3697
3698 * gdb.texinfo (gdb.types): Document new deepitems function.
3699
3700 2011-10-25 Paul Koning <paul_koning@dell.com>
3701
3702 PR python/13327
3703
3704 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3705 fetch_lazy method.
3706
3707 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3708
3709 PR python/12656
3710
3711 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3712 global_block, static_block function.
3713
3714 2011-10-19 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (Commands In Python): Add missing "@"s.
3717
3718 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3719
3720 PR python/13285 Document named constants for frame unwind stop reasons
3721 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3722 constants.
3723
3724 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 Fix compatibility with texinfo versions older than 4.12.
3727 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3728 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3729 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3730 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3731 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3732 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3733 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3734
3735 2011-10-09 Doug Evans <dje@google.com>
3736
3737 * gdb.texinfo (Extending GDB): Document alias command.
3738
3739 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Support @entry in input expressions.
3742 * gdb.texinfo (Variables): Describe @entry names suffix.
3743 (Print Settings): Add anchor for `set print entry-values'.
3744
3745 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3746 Eli Zaretskii <eliz@gnu.org>
3747
3748 Display @entry parameter values (without references).
3749 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3750 example.
3751 (Print Settings): New description of set print entry-values and show
3752 print entry-values.
3753
3754 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3755 Eli Zaretskii <eliz@gnu.org>
3756
3757 Recognize virtual tail call frames.
3758 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3759 (Tail Call Frames): New node.
3760 (Frames In Python): Add gdb.TAILCALL_FRAME.
3761
3762 2011-10-07 Doug Evans <dje@google.com>
3763
3764 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3765 register_pretty_printer.
3766
3767 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3768
3769 PR python/12930
3770 PR python/12802
3771
3772 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3773 stop method.
3774
3775 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3776
3777 * gdb.texinfo (Starting your Program): "set disable-randomization"
3778 is no longer Linux-specific.
3779 (Remote Configuration): Document "set remote
3780 disable-randomization-packet".
3781 (General Query Packets): Document "QDisableRandomization" packet
3782 and add it to "qSupported" list.
3783
3784 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3785
3786 Allow Python notification of new object-file loadings.
3787 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3788 event type.
3789
3790 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3791
3792 PR python/12691: Add the inferior to Python exited event
3793 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3794
3795 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3796
3797 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3798 rephasing.
3799
3800 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3803 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3804 as possible feature returned by the `-list-features'
3805 command.
3806
3807 2011-09-28 Paul Koning <paul_koning@dell.com>
3808
3809 * gdb.texinfo (gdb.Type): Document field access by dictionary
3810 key syntax.
3811
3812 2011-09-28 Yao Qi <yao@codesourcery.com>
3813
3814 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3815 Add one space after option `-s'. Remove @r{} markup.
3816
3817 2011-09-27 Stan Shebs <stan@codesourcery.com>
3818
3819 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3820
3821 2011-09-16 Hui Zhu <teawater@gmail.com>
3822
3823 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3824 to *(unsigned char *)$esp@300.
3825
3826 2011-09-15 Paul Koning <paul_koning@dell.com>
3827
3828 * gdb.texinfo: Make style of Python functions and methods match
3829 the syntax of Python. Also put class and module names explicitly
3830 on function, member, and variable names, matching Python
3831 documentation conventions.
3832
3833 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3834
3835 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3836 * gdb.texinfo (Inferiors In Python): Describe new
3837 gdb.selected_inferior() function.
3838
3839 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3840
3841 Handle multiple breakpoint hits in Python interface:
3842 * gdb.texinfo (Events In Python): New function documentation:
3843 gdb.BreakpointEvent.breakpoints. Indicate that
3844 gdb.BreakpointEvent.breakpoint is now deprecated.
3845
3846 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3847
3848 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3849
3850 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3851
3852 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3853
3854 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3855
3856 * gdb.texinfo (Prompt): Add set/show extended-prompt
3857 documentation
3858 (Basic Python): Add prompt_hook anchor.
3859 (Python modules): Reword module text to reflect multiple modules.
3860 (gdb.prompt): Document gdb.prompt module.
3861
3862 2011-08-14 Yao Qi <yao@codesourcery.com>
3863
3864 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3865
3866 2011-08-14 Yao Qi <yao@codesourcery.com>
3867
3868 * gdb.texinfo (Standard Target Features): Document C6x features.
3869 (TIC6x Features): New node.
3870
3871 2011-08-12 Doug Evans <dje@google.com>
3872
3873 * gdb.texinfo (Symbols In Python): Document symbol.type.
3874
3875 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3876
3877 * gdb.texinfo (Python): Document command and function
3878 auto-loading.
3879
3880 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3881 Eli Zaretskii <eliz@gnu.org>
3882
3883 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3884 typedefs unrolling. Extend the sample code by an inner typedef and
3885 outer typedefs unrolling.
3886
3887 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3888
3889 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3890 size and line-size.
3891
3892 2011-07-21 Matt Rice <ratmice@gmail.com>
3893
3894 PR macros/12999
3895 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3896 Update text and cindex entries for info macro command.
3897
3898 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3899
3900 * observer.texi (GDB Observers): Add before_prompt observer.
3901 * gdb.texinfo (Basic Python): Add documentation for prompt
3902 substitution.
3903
3904 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3905
3906 PR python/12438
3907 * gdb.texinfo (Python Commands): Add deprecate note to maint
3908 set/show python print-stack. Document set/show python
3909 print-backtrace.
3910
3911 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3912
3913 * gdb.texinfo: Fix typos.
3914
3915 2011-07-01 Tom Tromey <tromey@redhat.com>
3916
3917 * gdb.texinfo (Debugging Output): Document set debug
3918 check-physname.
3919
3920 2011-06-29 Tom Tromey <tromey@redhat.com>
3921
3922 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3923 breakpoint-notifications feature.
3924
3925 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3926
3927 * gdb.texinfo (Target Description): Remove warning about
3928 possibly unstable format.
3929
3930 2011-06-03 Tom Tromey <tromey@redhat.com>
3931
3932 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3933 (Events In Python): Note that exit_code is optional.
3934
3935 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3936
3937 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3938 required for multi-threading support.
3939 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3940 Hc are deprecated for multi-threading debugging. Point readers at
3941 the vCont packet.
3942
3943 2011-05-15 Doug Evans <dje@google.com>
3944
3945 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3946
3947 2011-05-13 Doug Evans <dje@google.com>
3948
3949 * gdb.texinfo (Threads): Document $sdir,$pdir.
3950 (Server): Document $pdir exception.
3951
3952 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3953
3954 * gdb.texinfo (Threads): Clarify default value for
3955 libthread-db-search-path.
3956
3957 * gdb.texinfo (Completion): Update example.
3958 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3959
3960 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3961
3962 * gdb.texinfo: Document change in the behaviour of the enable and
3963 disable GDB commands when applied to tracepoints.
3964 Document the EnableDisableTracepoints remote stub feature.
3965 Document QTEnable and QTDisable in the list of tracepoint packets.
3966
3967 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3970 hsuser.texi.
3971 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3972 comment to hsuser.texi. Change rluser.texi name in the comment.
3973
3974 2011-05-10 Doug Evans <dje@google.com>
3975
3976 * gdb.texinfo (Threads): If an empty path is provided for
3977 libthread-db-search-path it is reset to its default value.
3978 (Server): Ditto.
3979
3980 2011-05-09 Doug Evans <dje@google.com>
3981
3982 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3983
3984 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3985 Thiago Jung Bauermann <bauerman@br.ibm.com>
3986
3987 Implement support for PowerPC BookE masked watchpoints.
3988 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3989 (PowerPC Embedded): Mention support of masked watchpoints.
3990
3991 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3992
3993 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3994 `@value{GDBN}'.
3995
3996 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdb.texinfo (titlepage): Remove dedication.
3999 (In Memoriam): New appendix.
4000
4001 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4002 Eli Zaretskii <eliz@gnu.org>
4003
4004 * gdb.texinfo (Index Section Format): Change the version to 5.
4005 Describe the different formula.
4006
4007 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4008 Eli Zaretskii <eliz@gnu.org>
4009
4010 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4011 for disconnected tracing.
4012 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4013 extended-remote relationship. Mention --once.
4014 (TCP port allocation lifecycle of @code{gdbserver}): New.
4015
4016 2011-04-23 Eli Zaretskii <eliz@gnu.org>
4017
4018 * gdb.texinfo (Server): Improve indexing. Index all optional
4019 switches to gdbserver.
4020
4021 2011-04-20 Tom Tromey <tromey@redhat.com>
4022
4023 * gdb.texinfo (Index Section Format): New node.
4024 (Top): Add new node to menu.
4025
4026 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4027
4028 * gdb.texinfo (Maintenance Commands): Document `maint print
4029 remote-registers'.
4030
4031 2011-04-20 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.texinfo (Trace File Format): Move node later.
4034
4035 2011-04-19 Tom Tromey <tromey@redhat.com>
4036
4037 * gdbint.texinfo (Register Information Functions): Remove
4038 duplicate "the".
4039 * gdb.texinfo (Emacs): Remove duplicate "to".
4040 (GDB/MI Variable Objects): Remove duplicate "the".
4041 (General Query Packets): Likewise.
4042
4043 2011-04-02 Joel Brobecker <brobecker@adacore.com>
4044
4045 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4046 "GDB/MI Ada Exception Information" node.
4047
4048 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4051 the "exception-name" field in the *stopped async record.
4052
4053 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4054 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4055
4056 Implement support for PowerPC BookE ranged breakpoints.
4057 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4058
4059 2011-03-28 Tom Tromey <tromey@redhat.com>
4060
4061 * gdb.texinfo (Set Tracepoints): Fix typo.
4062
4063 2011-03-24 Tom Tromey <tromey@redhat.com>
4064
4065 * gdb.texinfo (Specify Location): Document `function:label'
4066 linespec.
4067
4068 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4069
4070 PR python/12149
4071
4072 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4073
4074 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4075
4076 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4077 (Inferiors In Python): Likewise.
4078 (Threads In Python): Likewise.
4079 (Symbols In Python): Likewise.
4080 (Objfiles In Python): Likewise.
4081 (Symbol Tables In Python): Likewise.
4082
4083 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4084
4085 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4086 display>: Explain that the commands accept number ranges.
4087
4088 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4089
4090 * gdb.texinfo (Breakpoints In Python): Add description and example
4091 of Python stop function operation.
4092
4093 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4094
4095 * gdb.texinfo (Parameters In Python): Document get_set_string and
4096 get_show_string methods.
4097
4098 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4099
4100 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4101
4102 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4103 circular-trace-buffer name.
4104
4105 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4106
4107 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4108 in the previous change.
4109
4110 2011-02-27 Michael Snyder <msnyder@vmware.com>
4111
4112 * gdb.texinfo (Inferiors and Programs): Update commands to show
4113 that they can accept multiple arguments.
4114
4115 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4116
4117 Revert the following patch (code patch was not approved):
4118 2011-02-21 Hui Zhu <teawater@gmail.com>
4119 * agentexpr.texi (bytecode descriptions): add printf.
4120 * gdb.texinfo (tracepoint action lists): add printf.
4121
4122 2011-02-23 Doug Evans <dje@google.com>
4123
4124 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4125
4126 2011-02-23 Michael Snyder <msnyder@vmware.com>
4127
4128 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4129 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4130 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4131
4132 2011-02-22 Doug Evans <dje@google.com>
4133
4134 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4135 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4136 add description of result, fix @defun formatting.
4137
4138 2011-02-21 Hui Zhu <teawater@gmail.com>
4139
4140 * agentexpr.texi (Bytecode Descriptions): Add printf.
4141 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4142
4143 2011-02-18 Tom Tromey <tromey@redhat.com>
4144
4145 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4146
4147 2011-02-14 Michael Snyder <msnyder@vmware.com>
4148
4149 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4150 Document new command "thread find".
4151
4152 2011-02-14 Michael Snyder <msnyder@vmware.com>
4153
4154 * gdb.texinfo (Threads): Update example of new thread message.
4155
4156 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4157
4158 * gdb.texinfo (Remote Configuration): Mention set/show remote
4159 traceframe-info.
4160 (Tools/Packages Optional for Building GDB): Mention that expat is
4161 used for traceframe info.
4162 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4163 (General Query Packets) <qSupported>: Describe the
4164 qXfer:traceframe-info:read feature.
4165 (qXfer::read): Describe qXfer:traceframe-info:read.
4166 (Traceframe Info Format): New section.
4167
4168 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4169
4170 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4171 for casts and unary operators.
4172
4173 2011-02-04 Tom Tromey <tromey@redhat.com>
4174
4175 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4176 is not useful.
4177
4178 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4179
4180 * gdb.texinfo: s/value optimized out/optimized out/g
4181
4182 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4183
4184 * gdb.texinfo (Other Misc Settings): Rework part of the
4185 documentation of the "set interactive mode" command.
4186
4187 2011-01-19 Tom Tromey <tromey@redhat.com>
4188
4189 * gdb.texinfo (Threads): Document thread name output and `thread
4190 name' command.
4191 (Threads In Python): Document Thread.name attribute.
4192 (GDB/MI Thread Commands): Document thread attributes.
4193
4194 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4195
4196 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4197 changes in mi/mi-cmd-disas.c
4198
4199 2011-01-12 Tom Tromey <tromey@redhat.com>
4200
4201 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4202 Fix "thread apply" text.
4203
4204 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4205 Thiago Jung Bauermann <bauerman@br.ibm.com>
4206
4207 Implement support for PowerPC BookE ranged watchpoints.
4208 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4209 the "set powerpc exact-watchpoints" flag.
4210
4211 2011-01-07 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.texinfo (Python API): Add descriptions to @menu items.
4214
4215 2011-01-06 Tom Tromey <tromey@redhat.com>
4216
4217 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4218
4219 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4220
4221 * gdb.texinfo (Debugging Output): Document "set debug jit".
4222
4223 2011-01-06 Tom Tromey <tromey@redhat.com>
4224
4225 PR python/12133:
4226 * gdb.texinfo (Frames In Python): Document various frame
4227 constants.
4228
4229 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4230
4231 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4232 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4233 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4234
4235 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4236
4237 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4238 (clean): Add GDBvn.texi.
4239
4240 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4241
4242 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4243 occasional case where the debugger prints an array address
4244 instead of the array itself.
4245
4246 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4247
4248 * gdb.texinfo (Packets) <read registers packet>: Document support
4249 for registers that were not collected.
4250
4251 2010-12-15 Doug Evans <dje@google.com>
4252
4253 * gdb.texinfo (Startup): Document auto-loading of scripts during
4254 startup.
4255 (Auto-loading): Delete "maint set python auto-load on|off".
4256 Add "set auto-load-scripts on|off".
4257
4258 2010-12-07 Doug Evans <dje@google.com>
4259
4260 * gdb.texinfo (Mode Options): Document -data-directory.
4261 (Data Files): Add reference to -data-directory.
4262
4263 2010-11-29 Doug Evans <dje@google.com>
4264
4265 * gdb.texinfo (Pretty-Printer Introduction): Change
4266 printer-name:subprinter-name to printer-name;subprinter-name.
4267
4268 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4269
4270 PR python/12199
4271
4272 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4273
4274 2010-11-23 Tom Tromey <tromey@redhat.com>
4275
4276 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4277 (Editing): Likewise.
4278 (Command History): Likewise.
4279 (TUI Keys): Likewise.
4280 (Bug Reporting): Conditionally include rluser.texi and
4281 inc-history.texinfo.
4282 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4283 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4284 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4285 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4286 (gdb.pdf): Likewise.
4287 (gdb.info): Likewise.
4288 (gdb/index.html): Likewise.
4289
4290 2010-11-23 Tom Tromey <tromey@redhat.com>
4291
4292 * Makefile.in (Makefile): Run ../config.status.
4293 (distclean): Update.
4294 * configure: Remove.
4295 * configure.ac: Remove.
4296
4297 2010-11-12 Tom Tromey <tromey@redhat.com>
4298
4299 * gdb.texinfo (Basic Python): Update. Add xref.
4300 (Exception Handling): Document new exception classes.
4301 (Types In Python): Update.
4302 (Frames In Python): Update.
4303
4304 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4305
4306 * gdb.texinfo (Breakpoints In Python): Document "internal"
4307 parameter, and visible attribute.
4308
4309 2010-11-05 Doug Evans <dje@google.com>
4310
4311 * gdb.texinfo (Source Path): Document "set directories".
4312
4313 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4314
4315 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4316 (OpenCL C): New node.
4317
4318 2010-11-02 Doug Evans <dje@google.com>
4319
4320 * gdb.texinfo (Pretty Printing): Expand into three sections,
4321 introduction, example, and commands.
4322 (Python API): Delete section Disabling Pretty-Printers, merge into
4323 Selecting Pretty-Printers.
4324 (Writing a Pretty-Printer): New section. Move the pretty-printer
4325 example here, and reformat to match python coding style. Add a second
4326 example using the gdb.printing module.
4327 (Python modules): Add gdb.printing.
4328
4329 2010-10-29 Doug Evans <dje@google.com>
4330
4331 * gdb.texinfo (Python): Fix long line.
4332
4333 2010-10-20 Doug Evans <dje@google.com>
4334
4335 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4336 All references updated. Correct sections marked as subsections.
4337 (Coding Standards): New chapter. Move the coding standard related
4338 subsections here. Add section on Python coding standards.
4339
4340 2010-10-13 Doug Evans <dje@google.com>
4341
4342 * gdb.texinfo (Python): Add "Python modules".
4343 (Types in Python): Add reference to gdb.types section.
4344 (Python modules): New node.
4345
4346 2010-10-11 Doug Evans <dje@google.com>
4347
4348 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4349 Python" from gdb.Value.type description.
4350
4351 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4352
4353 * gdb.texinfo (Ravenscar Profile): New node.
4354
4355 2010-09-22 Tom Tromey <tromey@redhat.com>
4356
4357 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4358
4359 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4360
4361 * gdb.texinfo (Values From Inferior): Clarify that
4362 value.dynamic_type works only in C++ programs with RTTI.
4363
4364 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4365
4366 * gdb.texinfo (Character Sets): Correctly reference host-charset
4367 in example.
4368
4369 2010-09-13 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4372 Document "fullname" and "from".
4373
4374 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4375
4376 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4377 feature `reverse' output by -list-target-features.
4378
4379 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4380
4381 * gdb.texinfo (i386 Features): Remove an extra "@item".
4382
4383 2010-08-30 Tom Tromey <tromey@redhat.com>
4384
4385 PR python/11792:
4386 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4387
4388 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4389
4390 * gdb.texinfo (ARM Features): Document
4391 org.gnu.gdb.arm.m-profile.
4392
4393 2010-08-23 Tom Tromey <tromey@redhat.com>
4394
4395 PR python/11145:
4396 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4397 reinterpret_cast methods.
4398
4399 2010-08-23 Tom Tromey <tromey@redhat.com>
4400
4401 PR python/11915:
4402 * gdb.texinfo (Types In Python): Document array method.
4403
4404 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4405
4406 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4407
4408 2010-08-16 Tom Tromey <tromey@redhat.com>
4409
4410 * gdb.texinfo (Set Watchpoints): Document -location option.
4411
4412 2010-08-13 Doug Evans <dje@google.com>
4413
4414 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4415
4416 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4417
4418 * gdb.texinfo (GDB/MI Data Manipulation): Document
4419 -data-read-memory-raw and -data-write-memory-raw.
4420
4421 2010-08-11 Tom Tromey <tromey@redhat.com>
4422 Phil Muldoon <pmuldoon@redhat.com>
4423
4424 * gdb.texinfo (Basic Python): Describe post_event API.
4425
4426 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4427
4428 * gdb.texinfo (Basic Python): Describe solib_address and
4429 decode_line Python APIs
4430
4431 2010-08-10 Tom Tromey <tromey@redhat.com>
4432
4433 * gdb.texinfo (Pretty Printing API): Document
4434 gdb.default_visualizer.
4435
4436 2010-08-10 Tom Tromey <tromey@redhat.com>
4437
4438 Revert gdb-add-index addition:
4439 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4440
4441 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4442 Eli Zaretskii <eliz@gnu.org>
4443
4444 * gdb.texinfo (Mode Options) <-batch>
4445 (Basic Python) <gdb.execute>: Describe setting width and height.
4446
4447 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4448
4449 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4450
4451 2010-07-30 Tom Tromey <tromey@redhat.com>
4452
4453 * gdb.texinfo (Index Files): Mention gdb-add-index.
4454
4455 2010-07-30 Hui Zhu <teawater@gmail.com>
4456
4457 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4458 "detach inferior" and "kill inferior".
4459
4460 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4461
4462 * gdb.texinfo (Machine Code): Update description of two forms of
4463 arguments, and add new example to demonstrate the new form.
4464
4465 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4466
4467 * gdb.texinfo (Values From Inferior): Add value inferior function
4468 call description.
4469
4470 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4473
4474 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4475 Eli Zaretskii <eliz@gnu.org>
4476
4477 Make core files the process_stratum.
4478 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4479 record_stratum example.
4480
4481 2010-07-13 Tom Tromey <tromey@redhat.com>
4482
4483 * gdb.texinfo (Index Files): New node.
4484
4485 2010-07-13 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4488
4489 2010-07-13 Tom Tromey <tromey@redhat.com>
4490
4491 * gdb.texinfo (Specify Location): Document labels.
4492
4493 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4494
4495 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4496 entries for fast tracepoints and static tracepoints.
4497
4498 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4499
4500 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4501 qsThreadInfo>: Spell out `l' as ell.
4502
4503 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4504
4505 * gdb.texinfo (Convenience Variables): Document $_sdata.
4506 (Commands to Set Tracepoints): Describe static tracepoints. Add
4507 `Listing Static Tracepoint Markers' menu entry. Document
4508 "strace".
4509 (Tracepoint Action Lists): Document collecting $_sdata.
4510 (Listing Static Tracepoint Markers): New subsection.
4511 (Tracepoints support in gdbserver): Mention static tracepoints.
4512 (remote packets, enabling and disabling): Mention
4513 read-sdata-object.
4514 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4515 and StaticTracepoint.
4516 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4517 Document qXfer:sdata:read.
4518 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4519
4520 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4521
4522 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4523
4524 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4525 Tom Tromey <tromey@redhat.com>
4526 Thiago Jung Bauermann <bauerman@br.ibm.com>
4527
4528 * gdb.texinfo (Inferiors In Python): New node.
4529 * gdb.texinfo (Threads In Python): New node.
4530
4531 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4532
4533 * gdb.texinfo (Python): Document what the python directory is
4534 and what its location is.
4535 (Basic Python): Document the gdb.PYTHONDIR constant.
4536
4537 2010-06-25 Tom Tromey <tromey@redhat.com>
4538
4539 PR python/10808:
4540 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4541
4542 2010-06-24 Hui Zhu <teawater@gmail.com>
4543
4544 * gdb.texinfo: (Commands for Controlled Output): Add
4545 documentation for command "eval".
4546
4547 2010-06-21 Stan Shebs <stan@codesourcery.com>
4548
4549 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4550 * annotate.texinfo: Ditto.
4551 * gdbint.texinfo: Ditto.
4552 * stabs.texinfo: Ditto.
4553
4554 2010-06-22 Hui Zhu <teawater@gmail.com>
4555
4556 * gdb.texinfo: (Process Record and Replay): Add documentation
4557 for command "set record memory-query".
4558
4559 2010-06-21 Stan Shebs <stan@codesourcery.com>
4560
4561 * gdb.texinfo: Relicense under GFDL version 1.3.
4562 * annotate.texinfo: Relicense under GFDL version 1.3.
4563 * gdbint.texinfo: Relicense under GFDL version 1.3.
4564 * stabs.texinfo: Relicense under GFDL version 1.3.
4565 * fdl.texi: Update to version 1.3.
4566
4567 2010-06-18 Stan Shebs <stan@codesourcery.com>
4568
4569 * gdb.texinfo (Operating System Auxiliary Information): Describe
4570 "info os" when no arguments given.
4571
4572 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4573 $_thread.
4574
4575 2010-06-18 Hui Zhu <teawater@gmail.com>
4576
4577 * gdb.texinfo: (Process Record and Replay): Add documentation
4578 for commands "record save" and "record restore".
4579
4580 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 * gdb.texinfo: Include information about the correct use
4583 of addresses in the `watch' command.
4584
4585 2010-06-11 Stan Shebs <stan@codesourcery.com>
4586
4587 * gdb.texinfo (Observer Mode): New section.
4588 (General Query Packets): Document QAllow.
4589
4590 2010-06-04 Doug Evans <dje@google.com>
4591
4592 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4593
4594 2010-06-03 Doug Evans <dje@google.com>
4595
4596 * gdbint.texinfo (Coding): Add subsection on command names.
4597
4598 2010-06-02 Tom Tromey <tromey@redhat.com>
4599
4600 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4601 always-disassemble.
4602
4603 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4604
4605 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4606 gdbserver, and add cross reference.
4607 (Tracepoints support in gdbserver): New subsection.
4608
4609 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4610
4611 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4612 `qRelocInsn' feature.
4613 (Relocate instruction reply packet): New subsection
4614 of `Tracepoint Packets'.
4615 (Tracepoint Packets): Mention that packets QTDP and QTStart
4616 support the qRelocInsn request, and add cross reference to new
4617 subsection.
4618
4619 2010-05-25 Doug Evans <dje@google.com>
4620
4621 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4622 (Commands In Python): Document gdb.string_to_argv.
4623
4624 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4627 ATTR_NORETURN.
4628
4629 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4630 Tom Tromey <tromey@redhat.com>
4631 Thiago Jung Bauermann <bauerman@br.ibm.com>
4632
4633 * gdb.texinfo (Parameters In Python): New Node.
4634
4635 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4636
4637 * gdb.texinfo: (Summary) Add mention about D language support.
4638 (Filenames): Add D suffixes.
4639 (D): New node.
4640
4641 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4642
4643 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4644 of macro deleted from GDB code.
4645
4646 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4647
4648 * gdb.texinfo (Commands to specify files): Describe what how GDB
4649 looks up DOS-based filesystem paths on the system root. Document
4650 the new `set/show target-file-system-kind' commands.
4651
4652 2010-04-23 Doug Evans <dje@google.com>
4653
4654 * gdb.texinfo (Python): Move Auto-loading section here ...
4655 (Python API): from here.
4656 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4657 (Maintenance Commands): Add docs for "maint print section-scripts".
4658
4659 2010-04-20 Chris Moller <cmoller@redhat.com>
4660
4661 * gdb.texinfo (Setting Breakpoints): Added description of
4662 filename-qualified rbreak.
4663 * refcard.tex (Breakpoints and Watchpoints): Added brief
4664 description of filename-qualified rbreak.
4665
4666 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4667
4668 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4669 (Python API): Change the reference to Pretty Printing API.
4670 (Pretty Printing): Move the user part under the Data node. Reformat
4671 the sample output to 72 columns. Create a new reference to Pretty
4672 Printing API. Rename the API part ...
4673 (Pretty Printing API): To a new node name.
4674 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4675 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4676
4677 2010-04-21 Stan Shebs <stan@codesourcery.com>
4678
4679 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4680 and commands.
4681 (Listing Tracepoints): Update to reflect current behavior.
4682
4683 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4684
4685 * gdb.texinfo (Examining memory): Update for change in string
4686 display with explicit size.
4687
4688 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4689
4690 PR breakpoints/8554.
4691
4692 * gdb.texinfo (Save Breakpoints): New node.
4693 (save-tracepoints): Rename to ...
4694 (save tracepoints): ... this. Mention that `save-tracepoints' is
4695 a deprecated alias to `save tracepoints'.
4696
4697 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4698
4699 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4700 (info w32 thread-information-block): Document new command.
4701 (qGetTIBAddress): Document new gdbserver query.
4702 (maint set/show show-all-tib): Document new command.
4703
4704 2010-04-15 Doug Evans <dje@google.com>
4705
4706 * gdb.texinfo (Python API): Add progspaces section.
4707 (Selecting Pretty-Printers): Progspace pretty-printers are
4708 searched too.
4709 (Progspaces In Python): New section.
4710
4711 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4712
4713 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4714
4715 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4716 returns None.
4717
4718 2010-04-09 Stan Shebs <stan@codesourcery.com>
4719
4720 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4721 Describe the `frames-created' field, tweak grammar.
4722
4723 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4724
4725 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4726 Describe the `circular' and `disconnected' fields.
4727
4728 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4729
4730 * gdb.texinfo (maint print registers): Mention unavailable and
4731 invisible registers.
4732
4733 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4734 Thiago Jung Bauermann <bauerman@br.ibm.com>
4735 Tom Tromey <tromey@redhat.com>
4736
4737 * gdb.texinfo (Breakpoints In Python): New Node.
4738
4739 2010-04-08 Stan Shebs <stan@codesourcery.com>
4740
4741 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4742 trace status fields.
4743
4744 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4745
4746 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4747 optional. Make org.gnu.gdb.i386.avx requires
4748 org.gnu.gdb.i386.avx.
4749
4750 2010-04-08 Doug Evans <dje@google.com>
4751
4752 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4753 search path, and document that gdb only scans the search path if
4754 the script's path doesn't specify a directory.
4755
4756 2010-04-05 Doug Evans <dje@google.com>
4757
4758 * gdb.texinfo (maint show python auto-load): Fix typo.
4759
4760 2010-04-04 Stan Shebs <stan@codesourcery.com>
4761
4762 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4763 (Setting Watchpoints): Update description of "info watch".
4764 (Disabling Breakpoints): Only "info break" lists all.
4765
4766 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4767 (tdump): Explain how tdump works.
4768
4769 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4770
4771 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4772 add cross reference.
4773
4774 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4775
4776 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4777 commands error out.
4778
4779 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4780
4781 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4782
4783 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4784
4785 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4786
4787 2010-03-29 Stan Shebs <stan@codesourcery.com>
4788 Nathan Sidwell <nathan@codesourcery.com>
4789
4790 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4791 GDBN equivalent.
4792 (Set Tracepoints): Remove mention that conditional tracepoints
4793 don't exist.
4794 (Tracepoint Actions): Clarify when while-stepping collection
4795 happens, note that while-stepping does not automatically collect
4796 $pc.
4797
4798 2010-03-29 Stan Shebs <stan@codesourcery.com>
4799
4800 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4801 (General Query Packets): Describe TracepointSource.
4802
4803 2010-03-27 Matt Rice <ratmice@gmail.com>
4804
4805 * gdb.texinfo (ARM): Document arguments to "target sim".
4806 (Set Catchpoints): Use @dots{} instead of @r{...}.
4807
4808 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4809
4810 * gdb.texinfo (Tracepoint Packets): Remove mention that
4811 terror:string may be plain text, and drop mention of X prefix.
4812
4813 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4814
4815 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4816
4817 2010-03-24 Stan Shebs <stan@codesourcery.com>
4818
4819 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4820
4821 2010-03-24 Tom Tromey <tromey@redhat.com>
4822
4823 PR breakpoints/9352:
4824 * gdb.texinfo (Break Commands): Update.
4825
4826 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4827
4828 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4829 commands.
4830
4831 2010-03-16 Stan Shebs <stan@codesourcery.com>
4832
4833 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4834 circular-trace-buffer.
4835 (Tracepoint Packets): Describe QTBuffer, and details of the
4836 qTStatus reply.
4837
4838 2010-03-12 Stan Shebs <stan@codesourcery.com>
4839 Nathan Sidwell <nathan@codesourcery.com>
4840
4841 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4842 doing instruction stepping.
4843 (Tracepoint Restrictions): New node.
4844
4845 2010-03-10 Tom Tromey <tromey@redhat.com>
4846
4847 * gdbint.texinfo (Symbol Handling): Update.
4848
4849 2010-03-08 Tom Tromey <tromey@redhat.com>
4850
4851 PR cli/9591:
4852 * gdb.texinfo (Mode Options): Mention lack of pagination and
4853 confirmation with --batch.
4854 (Screen Size): Mention --batch.
4855 (Messages/Warnings): Likewise.
4856
4857 2010-03-05 Tom Tromey <tromey@redhat.com>
4858
4859 * gdb.texinfo (Basic Python): Document target_charset and
4860 target_wide_charset.
4861
4862 2010-03-05 Tom Tromey <tromey@redhat.com>
4863
4864 * gdb.texinfo (Data): Link to pretty-printing.
4865 (Output Formats): Likewise. Correct text.
4866
4867 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4868
4869 * gdb.texinfo (Types): Describe <struct> and <flags>.
4870
4871 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4872
4873 * gdb.texinfo (Frames In Python): Add block parameter and
4874 description to read_var text.
4875
4876 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4877 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Types In Python): Describe block argument in
4880 template_argument and gdb.lookup_type.
4881
4882 2010-02-24 Tom Tromey <tromey@redhat.com>
4883
4884 * gdb.texinfo (Cygwin Native): Fix typo.
4885
4886 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4887
4888 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4889 and select method descriptions.
4890 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4891 Tables in Python to menu.
4892 (Blocks In Python): New node.
4893 (Symbols In Python): New node.
4894 (Symbol Tables in Python): New node.
4895
4896 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4897
4898 Multiexec MI
4899
4900 gdb/
4901 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4902
4903 gdb/doc/
4904 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4905 changes.
4906 (GDB/MI Program Execution): Document current behaviour of
4907 --all and --thread-group.
4908 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4909 -remove-inferior.
4910 * observer.texi (inferior_added, inferior_removed): New
4911 observers.
4912
4913 2010-02-19 Tom Tromey <tromey@redhat.com>
4914
4915 * gdbint.texinfo (Getting Started): Fix @node.
4916 (Debugging GDB): Likewise.
4917
4918 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4919
4920 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4921 documenting the gdb_test_timeout variable.
4922
4923 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4924
4925 * gdb.texinfo (MI commands): Added documentation of --reverse
4926 option to a set of MI commands. Restructured documentation of MI
4927 commands --exec-continue to reflect the complexity of reverse
4928 execution.
4929
4930 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4931
4932 * gdb.texinfo (Using the Collected Data): Specify that the address
4933 range of `tfind outsize' is exclusive, and that the address range
4934 of `tfind range' is inclusive.
4935 (Tracepoint Packets): Specify that the address range of
4936 `QTFrame:range' is inclusive, and that the address range of
4937 `QTFrame:outside' is exclusive
4938
4939 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4940
4941 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4942
4943 2010-02-10 Tom Tromey <tromey@redhat.com>
4944
4945 * gdb.texinfo (Debugging Output): Document set debug parser and
4946 show debug parser.
4947
4948 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4949
4950 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4951 i386_eflags and i386_mxcsr.
4952
4953 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4954
4955 * gdb.texinfo: Document i386 target features.
4956
4957 2010-02-05 Doug Evans <dje@google.com>
4958
4959 * gdbint.texinfo (Testsuite): Add a new section to document the
4960 various DejaGnu variables that may be overridden.
4961 Document INTERNAL_GDBFLAGS.
4962
4963 2010-02-04 Tom Tromey <tromey@redhat.com>
4964
4965 PR cli/8830:
4966 * gdb.texinfo (Files): -readnow comes before the filename for file
4967 and symbol-file.
4968
4969 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4970
4971 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4972 Document ARM breakpoint types.
4973 (Register Packet Format): Move into the new section.
4974 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4975
4976 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4977
4978 * gdb.texinfo (File Options): Adjust the documentation of this
4979 switch to refer to the "source" command rather than partially
4980 duplicating some of the relevant information.
4981 (Extending GDB): Introduce and document the set/show script-extension
4982 setting.
4983 (Command Files): Add note explaining that the "source" command
4984 is also used to evalute scripts written in other languages.
4985 Remove the short slightly incorrect reference to sourcing Python
4986 scripts.
4987 (Python Commands): Document how to execute a Python script from GDB.
4988
4989 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4990
4991 * gdb.texinfo (Command Files): Fix typo.
4992
4993 2010-01-18 Tom Tromey <tromey@redhat.com>
4994
4995 * gdb.texinfo (File Options): Document -x on .py files.
4996 (Command Files): Document handling of Python scripts.
4997
4998 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4999
5000 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5001
5002 2010-01-15 Stan Shebs <stan@codesourcery.com>
5003
5004 * gdb.texinfo (Trace Files): New section.
5005 (Tracepoint Packets): Document QTSave and qTBuffer.
5006 (Trace File Format): New appendix.
5007
5008 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5009
5010 * gdb.texinfo (Values From Inferior): Document lazy_string value
5011 method.
5012 (Python API): Add Lazy strings menu item.
5013 (Lazy Strings In Python): New node.
5014
5015 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5016
5017 * gdb.texinfo (GDB/MI Thread Information): New.
5018 (GDB/MI Async Records): Document the core field in *stopped.
5019 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5020 documentation
5021 (Process list): Document that osdata document may contain
5022 threads.
5023 (Remote Serial Protocol): Document qXfer:threads.
5024
5025 2010-01-06 Stan Shebs <stan@codesourcery.com>
5026
5027 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5028 disconnected tracing.
5029 (Tracepoint Packets): Document new protocol.
5030
5031 2010-01-05 Stan Shebs <stan@codesourcery.com>
5032
5033 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5034 tracepoints.
5035 (Tracepoint Packets): Describe remote protocol for fast
5036 tracepoints.
5037
5038 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5039
5040 Update the "Start of New Year Procedure".
5041 * gdbint.texinfo: Add the list of files that need to be updated
5042 manually. Minor reformatting.
5043
5044 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5045
5046 * refcard.tex: Update copyright year in header and text.
5047
5048 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5049
5050 * agentexpr.texi: Add 2010 to the list of copyright years.
5051 * annotate.texinfo: Likewise.
5052 * gdb.texinfo: Likewise.
5053 * gdbint.texinfo: Likewise.
5054 * observer.texi: Likewise.
5055 * stabs.texinfo: Likewise.
5056
5057 2009-12-31 Stan Shebs <stan@codesourcery.com>
5058
5059 * gdb.texinfo (Tracepoint Actions): Describe teval.
5060
5061 2009-12-29 Stan Shebs <stan@codesourcery.com>
5062
5063 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5064
5065 2009-12-28 Stan Shebs <stan@codesourcery.com>
5066
5067 * gdb.texinfo (Trace State Variables): New section.
5068 (Tracepoint Packets): Describe trace state variable packets.
5069 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5070 variable bytecodes.
5071
5072 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5073
5074 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5075 declarations.
5076
5077 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5078
5079 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5080 -gdb-exit behaviour.
5081
5082 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5083
5084 * gpl.texi: Update to version 3 of the GPL.
5085
5086 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5087
5088 * Makefile.in: Update copyright header.
5089 * observer.texi: Fix the copyright header of the generated files.
5090
5091 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5092
5093 * gdb.texinfo (Types In Python): Describe range function.
5094
5095 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5096
5097 * gdb.texinfo (Types In Python): Describe "is_base_class".
5098
5099 2009-12-03 Tom Tromey <tromey@redhat.com>
5100
5101 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5102
5103 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5104
5105 * observer.texi: New memory_changed observer.
5106
5107 2009-12-01 Tom Tromey <tromey@redhat.com>
5108
5109 * gdb.texinfo (Reverse Execution): Fix typo.
5110
5111 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5112
5113 PR gdb/8704
5114
5115 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5116 are allowed after the breakpoint condition.
5117
5118 2009-11-23 Tom Tromey <tromey@redhat.com>
5119
5120 PR python/10782:
5121 * gdb.texinfo (Types In Python): Document Type.pointer.
5122
5123 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5124
5125 * gdb.texinfo (Machine Code): Adjust.
5126
5127 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5128
5129 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5130 (Using Agent Expressions): Delete cross reference.
5131
5132 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5133
5134 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5135 and @settitle directives up to help makeinfo find them.
5136
5137 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5140 (Auto-loading): Use plural and note one can use multiple components now.
5141
5142 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5143
5144 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5145 -stack-list-arguments have the same documentation for parameter
5146 as -stack-list-locals. Add comas.
5147
5148 2009-10-27 Tom Tromey <tromey@redhat.com>
5149 Eli Zaretskii <eliz@gnu.org>
5150
5151 PR python/10781
5152
5153 * gdb.texinfo (Values From Inferior): Document cast method.
5154
5155 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5156
5157 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5158 and adjust example.
5159
5160 2009-10-22 Michael Snyder <msnyder@vmware.com>
5161
5162 * gdb.texinfo (Process Record and Replay): Document new form of
5163 info record command. Also document the new save and restore
5164 commands.
5165
5166 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5167
5168 * gdb.texinfo (Machine Code): Mention current pc marker.
5169 (Memory): Likewise.
5170
5171 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5172 Stan Shebs <stan@codesourcery.com>
5173
5174 * observer.texi (new_inferior): Rename to...
5175 (inferior_appeared): ... this.
5176
5177 * gdb.texinfo (Inferiors): Rename node to ...
5178 (Inferiors and Programs): ... this. Mention running multiple
5179 programs in the same debug session.
5180 <info inferiors>: Mention the new 'Executable' column if "info
5181 inferiors". Update examples. Document the "add-inferior",
5182 "clone-inferior", "remove-inferior" and "maint info
5183 program-spaces" commands.
5184 (Process): Rename node to...
5185 (Forks): ... this. Document "set|show follow-exec-mode".
5186
5187 2009-10-11 Michael Snyder <msnyder@vmware.com>
5188
5189 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5190 (ReverseContinue): Ditto.
5191
5192 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5193
5194 * gdb.texinfo (Server): Document libthread-db-search-path.
5195
5196 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5199
5200 2009-10-06 Michael Eager <eager@eagercon.com>
5201
5202 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5203 (Embedded Processors): Add MicroBlaze.
5204 (MicroBlaze): New. Describe Xilinx MicroBlaze
5205
5206 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5207
5208 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5209
5210 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5211
5212 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5213
5214 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5215
5216 * observer.texi (solib_unloaded): Document explicitly the fact that
5217 this observer is called before the associated symbols are unloaded.
5218
5219 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5220
5221 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5222 -stack-list-variables.
5223
5224 2009-09-18 Tom Tromey <tromey@redhat.com>
5225
5226 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5227 is experimental.
5228
5229 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5230
5231 * gdb.texinfo (convenince variables): Mention
5232 $_siginfo could be empty.
5233
5234 2009-09-15 Tom Tromey <tromey@redhat.com>
5235
5236 * gdb.texinfo (GDB/MI Variable Objects): Document
5237 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5238 Expand -var-update documentation.
5239
5240 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5241
5242 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5243 feature.
5244
5245 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5246
5247 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5248
5249 2009-09-10 Michael Snyder <msnyder@vmware.com>
5250
5251 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5252 ReverseStep replies to the qSupported query.
5253
5254 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5255
5256 Add documentation for set/show interactive-mode.
5257 * gdb.texinfo (Other Misc Settings): New node.
5258
5259 2009-09-01 Doug Evans <dje@google.com>
5260
5261 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5262 non-stop mode's affect on remote caching.
5263
5264 2009-08-31 Jacob Potter <jdpotter@google.com>
5265 Doug Evans <dje@google.com>
5266
5267 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5268 Mark `set/show remotecache' options as obsolete.
5269 Document new `set/show stack-cache' option.
5270 Update text for `info dcache'.
5271
5272 2009-08-27 Doug Evans <dje@google.com>
5273
5274 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5275 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5276
5277 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5278
5279 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5280 about autoconf.
5281
5282 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5283
5284 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5285 small example, and describe its columns. Replace "inferior-id" by
5286 "infno" throughout.
5287
5288 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5289
5290 * gdbint.texinfo (Releasing GDB): Point to
5291 README-maintainer-mode file for required autoconf version.
5292 * configure.ac: Do not substitute datarootdir, htmldir,
5293 pdfdir, docdir. Do not process --with-datarootdir,
5294 --with-htmldir, --with-pdfdir, --with-docdir.
5295 * configure: Regenerate.
5296
5297 * configure: Regenerate.
5298
5299 2009-08-20 Reid Kleckner <reid@kleckner.net>
5300
5301 * gdb.texinfo: Add chapter on JIT interface.
5302
5303 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5304
5305 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5306 confirmation request.
5307
5308 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5309
5310 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5311 CRC definitions.
5312
5313 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5314
5315 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5316 -break-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 auto-flush-cache" and "show spu auto-flush-cache" commands.
5322
5323 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5324
5325 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5326 "set spu stop-on-load" and "show spu stop-on-load" commands.
5327
5328 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5329
5330 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5331
5332 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5333
5334 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5335 org.gnu.gdb.arm.neon.
5336
5337 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5338
5339 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5340 optional element.
5341 (subsection OS ABI): New subsection.
5342
5343 2009-07-14 Stan Shebs <stan@codesourcery.com>
5344
5345 * gdb.texinfo (Tracepoint Conditions): New section.
5346 (General Query Packets): Describe ConditionalTracepoints.
5347 (Tracepoint Packets): Describe condition field.
5348 (Maintenance Commands): Describe maint agent-eval.
5349 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5350
5351 2009-07-11 Hui Zhu <teawater@gmail.com>
5352
5353 * gdb.texinfo (disassemble): Add a new modifier /r
5354 to "disassemble" command to make it print the raw instructions
5355 in hex as well as in symbolic form.
5356
5357 2009-07-09 Tom Tromey <tromey@redhat.com>
5358
5359 * gdbint.texinfo (Testsuite): Document parallel make check.
5360
5361 2009-07-09 Tom Tromey <tromey@redhat.com>
5362
5363 * gdbint.texinfo (Testsuite): Document test transcripts.
5364
5365 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5366
5367 * gdb.texinfo (Values From Inferior): Add length parameter
5368 description.
5369
5370 2009-07-04 Chris Genly <chris@genly.us>
5371
5372 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5373 in -var-list-children. Fix example according to what the code
5374 does.
5375
5376 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5377
5378 * gdb.texinfo (Debugging multiple inferiors): Document the
5379 "inferior", "detach inferior" and "kill inferior" commands.
5380 (Debugging Programs with Multiple Processes): Adjust to mention
5381 generic "inferior" commands. Delete mention of "detach fork" and
5382 "delete fork". Cross reference to "Debugging multiple inferiors"
5383 section.
5384
5385 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5386
5387 * gdbint.texinfo (Item Output Functions): Update signature
5388 for ui_out_field_core_addr.
5389
5390 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5391
5392 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5393 Update example code extrated from breakpoint.c.
5394
5395 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5396
5397 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5398 MI commands.
5399 (GDB/MI Symbol Query): Likewise.
5400 (GDB/MI File Commands): Likewise.
5401 (GDB/MI File Transfer Commands): Likewise.
5402 (GDB/MI Target Manipulation): Likewise.
5403 (GDB/MI Miscellaneous Commands): Likewise.
5404
5405 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5406
5407 * gdb.texinfo (Debugging Optimized Code): New chapter.
5408 (Compiling for Debugging): Reference it. Move some
5409 text to the new section.
5410
5411 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5412
5413 * doc/gdb.texinfo (Calling): Document
5414 set-unwind-on-terminating-exception usage.
5415
5416 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5417
5418 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5419 command.
5420
5421 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5422
5423 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5424 references.
5425
5426 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5427
5428 * gdbint.texinfo: Rename formal parameters to gdbarch function
5429 protoypes from "current_gdbarch" to "gdbarch".
5430
5431 2009-05-28 Tom Tromey <tromey@redhat.com>
5432
5433 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5434
5435 2009-05-27 Tom Tromey <tromey@redhat.com>
5436
5437 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5438 feature.
5439 (GDB/MI Variable Objects): Document -var-set-visualizer.
5440
5441 2009-04-02 Tom Tromey <tromey@redhat.com>
5442
5443 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5444 feature.
5445 (GDB/MI Variable Objects): Document -var-set-visualizer.
5446
5447 2009-05-27 Tom Tromey <tromey@redhat.com>
5448 Thiago Jung Bauermann <bauerman@br.ibm.com>
5449 Phil Muldoon <pmuldoon@redhat.com>
5450
5451 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5452 (Pretty Printing): New node.
5453 (Selecting Pretty-Printers): Likewise.
5454 (Python API): Update.
5455 (Output Formats): Document /r format.
5456
5457 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5458 Tom Tromey <tromey@redhat.com>
5459
5460 * gdb.texinfo (Types In Python): New node.
5461 (Values From Inferior): "type" is now an attribute.
5462 (Python API): Update.
5463
5464 2009-05-27 Tom Tromey <tromey@redhat.com>
5465 Thiago Jung Bauermann <bauerman@br.ibm.com>
5466 Phil Muldoon <pmuldoon@redhat.com>
5467
5468 * gdb.texinfo: Add @syncodeindex for `tp'.
5469 (Python API): Update.
5470 (Auto-loading): New node.
5471 (Objfiles In Python): New node.
5472
5473 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5474
5475 * gdb.texinfo (Threads): Document libthread-db-search-path.
5476
5477 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5478
5479 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5480
5481 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5482
5483 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5484 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5485 show show-debug-regs' docs.
5486
5487 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5488
5489 * gdb.texinfo (Process Record and Replay): Add description of
5490 reverse execution.
5491
5492 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdbint.texinfo (Adding support for debugging core files): New node.
5495 (Native Debugging): Remove the ``Native core file Support'' section.
5496
5497 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5498
5499 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5500 Add index entries.
5501
5502 2009-04-30 Hui Zhu <teawater@gmail.com>
5503 Michael Snyder <msnyder@vmware.com>
5504
5505 * gdb.texinfo: (Process Record and Replay): Add documentation for
5506 process record and replay.
5507
5508 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5509
5510 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5511 a new part on command-line defined macros.
5512
5513 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5514
5515 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5516 clarify the wording.
5517
5518 2009-04-23 Tom Tromey <tromey@redhat.com>
5519
5520 * gdb.texinfo (Data Files): New node.
5521 (GDB Files): Update menu.
5522
5523 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5524
5525 * gdbint.texinfo (Defining Other Architecture Features): Remove
5526 entry for PROCESS_LINENUMBER_HOOK.
5527
5528 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5529
5530 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5531
5532 2009-04-22 Hui Zhu <teawater@gmail.com>
5533
5534 * gdb.texinfo (disassemble-next-line): Set the default of
5535 disassemble-next-line to off.
5536
5537 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5538
5539 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5540 --with-htmldir): New.
5541 * configure: Regenerate.
5542 * Makefile.in (datarootdir, docdir): Define.
5543 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5544 instead of $(SET_TEXINPUTS).
5545 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5546 gdbint.info instead of $(SET_TEXINPUTS).
5547 (gdbint/index.html): Use same -I options as for building
5548 gdbint.info.
5549 (stabs.dvi, stabs.pdf): Use same -I options as for building
5550 stabs.info instead of $(SET_TEXINPUTS).
5551 (stabs/index.html): Use same -I options as for building
5552 stabs.info.
5553 (annotate.dvi, annotate.pdf): Use same -I options as for building
5554 annotate.info instead of $(SET_TEXINPUTS).
5555 (annotate/index.html): Use same -I options as for building
5556 annotate.info.
5557
5558 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5559
5560 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5561
5562 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5563
5564 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5565
5566 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5567 Joseph Myers <joseph@codesourcery.com>
5568
5569 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5570 (MAKEHTMLFLAGS): Set to empty.
5571 (html__strip_dir): Define.
5572 (HTMLFILES): Define.
5573 (HTMLFILES_INSTALL): Define.
5574 (install-html): Copy new automake rule.
5575 (html): Depend on $(HTMLFILES).
5576 (gdb_toc.html): Rename to gdb/index.html.
5577 (gdbint_toc.html): Rename to gdbint/index.html.
5578 (stabs_toc.html): Rename to stabs/index.html.
5579 (annotate_toc.html): Rename to annotate/index.html.
5580
5581 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5582
5583 * Makefile.in: Set pdfdir and htmldir from configure
5584 substitutions.
5585 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5586 * configure: Regenerate.
5587
5588 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5589
5590 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5591 This macro is no longer used.
5592
5593 2009-04-15 Tom Tromey <tromey@redhat.com>
5594
5595 * gdb.texinfo (Character Sets): Document default character set.
5596
5597 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5598
5599 * gdbint.texinfo: Change server name from sources.redhat.com to
5600 sourceware.org throughout.
5601
5602 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5603
5604 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5605 about a missing dot or coma after @xref.
5606
5607 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5608
5609 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5610 example, and add a small explanation about it.
5611 (Print Settings): Change the documentation of the "set print
5612 frame-arguments" to reflect the fact that the default is now "scalars".
5613
5614 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.texinfo (Print Settings): Add kindex for command "set
5617 print frame-arguments".
5618
5619 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5622 breakpoints.
5623 (Set Breaks): Add reference to thread-specific and task-specific
5624 breakpoints.
5625
5626 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5627
5628 * gdb.texinfo (Ada Tasks): Remove the documentation about
5629 the "Running" state, as this state has been eliminated.
5630 Now all runnable tasks are shown as "Runnable".
5631
5632 2009-03-30 Stan Shebs <stan@codesourcery.com>
5633
5634 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5635 special case of breakpoints.
5636 (Enable and Disable Tracepoints): Mention deprecation.
5637 (Listing Tracepoints): Update description and example.
5638
5639 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5640
5641 * gdb.texinfo (Frames in Python): New node.
5642 (Python API): Update.
5643
5644 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5645
5646 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5647 from a method to an attribute.
5648
5649 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5650
5651 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5652 attribute.
5653
5654 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5655
5656 * observer.texi (thread_exit): Add "silent" parameter.
5657
5658 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5659
5660 * observer.texi (about_to_proceed): New.
5661
5662 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5663
5664 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5665 field throughout to handle types with spaces in them. Fix typos
5666 found by aspell.
5667 (Summary, Requirements, Contributors): New first chapter,
5668 "Summary" added, old Requirements section moved there, and new
5669 section, "Contributors" added.
5670 (Initializing a New Architecture, Register Representation)
5671 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5672 (Porting gdb): These sections extended and updated.
5673 (Compiler Characteristics): This section (empty) deleted.
5674 (Defining Other Architecture Features): This section renamed and
5675 duplicate material removed from (formerly "Target Conditionals").
5676 Use braces {} in @deftypeXX type field throughout to handle types
5677 with spaces in them. Typos found by aspell fixed.
5678
5679 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5680 * stack_frame.pdf: Version of image for PDF output.
5681 * stack_frame.png: Version of image for HTML output and for Emacs.
5682 * stack_frame.txt: Version of image for Info output.
5683 * stack_frame.eps: Version of image for TeX DVI output.
5684
5685 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5686
5687 * gdb.texinfo (Character Sets): Fix last change.
5688
5689 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5690
5691 * gdb.texinfo (Values From Inferior): Fix optional arguments
5692 markup.
5693 (Commands In Python): Adjust argument names of gdb.Command.__init__
5694 to what the function accepts as keywords.
5695
5696 2008-03-20 Tom Tromey <tromey@redhat.com>
5697
5698 * gdb.texinfo (Convenience Vars): Document convenience functions.
5699 (Functions In Python): New node.
5700 (Python API): Update.
5701
5702 2009-03-20 Tom Tromey <tromey@redhat.com>
5703
5704 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5705 set target-wide-charset.
5706 (Requirements): Mention iconv.
5707
5708 2009-03-17 Hui Zhu <teawater@gmail.com>
5709
5710 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5711
5712 2009-03-17 Hui Zhu <teawater@gmail.com>
5713
5714 * gdb.texinfo: Add documentation for disassemble-next-line.
5715
5716 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5717
5718 * gdb.texinfo (Commands In Python): Remove tindex entries.
5719
5720 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5721
5722 * gdb.texinfo (Returning): New description for missing debug info.
5723
5724 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5725
5726 * gdb.texinfo (Remote Configuration): Document query-attached.
5727 (General Query Packets): Document qAttached.
5728
5729 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5730
5731 * gdb.texinfo (Background Execution): Better describe the set
5732 target-async command.
5733 (Maintenance Commands): Delete description of the `maint set/show
5734 linux-async' and `maint set/show remote-async' commands.
5735
5736 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5737
5738 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5739 between sentences.
5740
5741 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5742
5743 * gdb.texinfo (GDB/MI Async Records): Document the
5744 =library-loaded and =library-unloaded notifications.
5745
5746 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5747
5748 * observer.texi (test_notification): New observer.
5749
5750 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5751
5752 * observer.texi: Add parameter 'print_frame' to normal_stop
5753 observer.
5754
5755 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5756
5757 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5758 (Commands In Python): Fix COMMAND_* constants in last change. Use
5759 @kbd for interactive input. Add cross-references and index
5760 entries.
5761
5762 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5763
5764 * gdb.texinfo (Signals): Document $_siginfo.
5765 (Convenience Variables): Mention $_siginfo.
5766 (Remote Configuration): Document qXfer:siginfo:read,
5767 qXfer:siginfo:write packets, and the read-siginfo-object,
5768 write-siginfo-object commands.
5769
5770 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5771
5772 * gdbint.texinfo (Values): New chapter.
5773
5774 2009-02-06 Tom Tromey <tromey@redhat.com>
5775
5776 * gdb.texinfo (Python API): Add entry for Commands In Python.
5777 (Commands In Python): New node.
5778
5779 2009-02-05 Tom Tromey <tromey@redhat.com>
5780
5781 * gdb.texinfo (Values From Inferior): Document Value.string.
5782
5783 2009-02-05 Tom Tromey <tromey@redhat.com>
5784
5785 * gdb.texinfo (Basic Python): Document execute's from_tty
5786 argument.
5787
5788 2009-02-04 Tom Tromey <tromey@redhat.com>
5789
5790 * gdb.texinfo (Basic Python): Document gdb.history.
5791
5792 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5793
5794 * gdb.texinfo (GDB/MI Thread Commands): Document the
5795 'current-thread-id' field. Remove the example with zero threads,
5796 since current GDB won't ever report that if there's inferior.
5797
5798 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5799
5800 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5801 option to -break-insert.
5802
5803 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5804 Jerome Guitton <guitton@adacore.com>
5805
5806 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5807 (System-wide configuration): New section.
5808
5809 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5810
5811 PR gdb/7580:
5812 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5813 internal-error|internal-warning quit|corefile ask|yes|no".
5814
5815 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5816
5817 * gdb.texinfo (Using the `gdbserver' Program): Document
5818 --remote-debug.
5819
5820 2009-01-23 Doug Evans <dje@google.com>
5821
5822 * gdb.texinfo: Add nexti to list of commands that support
5823 background execution.
5824
5825 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5826
5827 * gdb.texinfo (Define, Hooks): Document prefix command support.
5828
5829 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5830 Carlos O'Donell <carlos@codesourcery.com>
5831
5832 Fixes for makeinfo --html.
5833
5834 * annotate.texinfo: Use @copying and @insertcopying. Use
5835 @ifnottex in place of @ifinfo.
5836 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5837 place of @ifinfo. Use @ifnotinfo for one index entry.
5838 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5839 in place of @ifinfo.
5840 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5841 in place of @ifinfo. Include contents at start unconditionally.
5842
5843 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5844
5845 * gdb.texinfo (General Query Packets): Remove @var{} around the
5846 "spu" literal string.
5847
5848 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5849
5850 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5851 program may be running in another process" errors.
5852 * gdbint.texinfo (Native Conditionals): Delete
5853 ONE_PROCESS_WRITETEXT description.
5854
5855 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5856
5857 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5858 emacs local variable to be placed at the end of the ChangeLog.
5859 Add server.c and gdbreplay.c to the list of files where the
5860 copyright year needs to be updated.
5861
5862 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5863
5864 * gdb.texinfo (Remote Configuration): Document new
5865 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5866 commands.
5867
5868 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5869
5870 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5871 FETCH_INFERIOR_REGISTERS.
5872 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5873 FETCH_INFERIOR_REGISTERS descriptions. Remove
5874 gdbarch_get_longjmp_target descrition, since already described in
5875 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5876 (Target Conditionals): ... here.
5877
5878 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5879
5880 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5881 examples.
5882 (Additions to Ada): Likewise. Add the missing opening and closing
5883 parenthesis of the GDB prompt in one of the examples.
5884
5885 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5888 about the result of 'Address not being of type System.Address.
5889 This problem has been fixed a while ago.
5890
5891 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5892
5893 MI non-stop and multiprocess docs.
5894
5895 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5896 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5897 Adjust documentation for *stopped, document =thread-created,
5898 =thread-exited, =thread-group-created and =thread-group-exited.
5899 (GDB/MI Thread Commands): Document the 'state' field in
5900 -thread-info output.
5901 (GDB/MI Program Execution): Mention --all and --thread-group
5902 options.
5903 (GDB/MI Variable Objects): Describe floating and fixed variable
5904 objects.
5905 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5906
5907 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5908
5909 * gdb.texinfo (Operating System Information): New appendix.
5910 (Operating System Auxiliary Information): Document 'info os processes'
5911 (Remote Configuration): Document 'osdata'
5912 (General Query Packets): Document qXfer:osdata:read.
5913
5914 2008-11-27 Tristan Gingold <gingold@adacore.com>
5915
5916 * gdb.texinfo (Darwin): Document Darwin specific features.
5917
5918 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5919
5920 * gdbint.texinfo (Target Conditionals): Extend the
5921 gdbarch_breakpoint_from_pc description.
5922
5923 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5924
5925 * gdb.texinfo (M68K Features): Fix typo.
5926
5927 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5928
5929 * gdb.texinfo (Symbols): Mention printing containing
5930 image name in "info symbol".
5931 (Maint translate-address): Likewise.
5932
5933 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5934
5935 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5936 commands "catch load" and "catch unload".
5937
5938 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5939
5940 * gdb.texinfo (GDB/MI Async Records): Document
5941 =thread-selected.
5942
5943 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5944
5945 * observer.texi (new_inferior, inferior_exit): New observers.
5946
5947 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5948
5949 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5950 .mt files, TM_CLIBS or TM_CDEPS.
5951 (x86 Watchpoints): Don't mention TDEPFILES.
5952
5953 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5954
5955 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5956 (Overview): Mention notifications and non-stop mode behavior.
5957 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5958 with non-stop mode behavior. Add vStopped description.
5959 (Stop Reply Packets): Update list of packets that return
5960 stop replies. Mention non-stop behavior.
5961 (General Query Packets): Document QNonStop packet and associated
5962 qSupported query response.
5963 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5964 behavior.
5965 (Notification Packets): New section.
5966 (Remote Non-Stop): New section.
5967 (File-I/O Overview): Mention non-stop behavior.
5968
5969 2008-10-24 Hui Zhu <teawater@gmail.com>
5970 Pedro Alves <pedro@codesourcery.com>
5971
5972 * gdb.texinfo (displaced-stepping): Describe the auto mode
5973 setting, and say it's the default. This is now a mainstream
5974 setting instead of a maintenance setting.
5975
5976 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5977
5978 * observer.texi (thread_stop_requested): New.
5979
5980 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5981
5982 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5983 (Patching): Replace incorrect usage of @samp by @kbd.
5984
5985 2008-10-17 Michael Snyder <msnyder@vmware.com>
5986
5987 * gdb.texinfo: Add documentation for reverse execution.
5988
5989 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5990 Eli Zaretskii <eliz@gnu.org>
5991
5992 * gdb.texinfo. (Values From Inferior): New subsubsection.
5993
5994 2008-10-06 Doug Evans <dje@google.com>
5995
5996 * gdb.texinfo (set debug dwarf2-die): Document it.
5997
5998 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5999
6000 * gdb.texinfo (catch) [exception]: Document how to insert
6001 a breakpoint on user-defined exceptions when the exception
6002 name is identical to one of the language-defined ones.
6003
6004 2008-09-27 Tom Tromey <tromey@redhat.com>
6005
6006 * gdb.texinfo (Macros): Remove text about stringification,
6007 varargs, and splicing.
6008
6009 2008-09-27 Tom Tromey <tromey@redhat.com>
6010
6011 * gdbint.texinfo (Language Support): Remove text about omitting
6012 support for a language.
6013
6014 2008-09-23 Doug Evans <dje@google.com>
6015
6016 * gdb.texinfo (info dcache): Update.
6017
6018 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
6019
6020 * gdb.texinfo (Packets): Add info on thread-id syntax and
6021 multiprocess extensions.
6022 <D>: Document multiprocess form of packet.
6023 <H>: Use thread-id syntax.
6024 <T>: Likewise.
6025 <vCont>: Likewise. Note this is required for multiprocess.
6026 <vKill>: New packet.
6027 (Stop Reply Packets) <T>: Use thread-id syntax.
6028 <W>: Document multiprocess form of reply.
6029 <X>: Likewise.
6030 (General Query Packets) <qC>: Use thread-id syntax.
6031 <qfThreadInfo>: Likewise.
6032 <qGetTLSAddr>: Likewise.
6033 <qP>: Likewise.
6034 <qSupported>: Add "multiprocess" feature.
6035 <qThreadExtraInfo>: Use thread-id syntax.
6036
6037 2008-09-22 Stan Shebs <stan@codesourcery.com>
6038
6039 * gdb.texinfo (Inferiors): New section.
6040
6041 2008-09-12 Pedro Alves <pedro@codesourcery.com>
6042
6043 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6044
6045 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6046
6047 * gdbint.texinfo (Target Conditionals): Remove documentation
6048 for gdbarch_name_of_malloc.
6049
6050 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6051
6052 * gdb.texinfo (Interrupts): Mention TCP interface for
6053 sending BREAK.
6054
6055 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6056
6057 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6058 argument prefix to "set sysroot".
6059
6060 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6061
6062 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6063 and False.
6064
6065 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6066
6067 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6068 for possible features of -list-features.
6069
6070 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6071
6072 * gdb.texinfo (Background execution): Adjust example
6073 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6074
6075 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6076
6077 * doc/gdb.texinfo (PowerPC): Fix typo.
6078 (PowerPC features): Fix typo.
6079
6080 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6081
6082 * observer.texi (thread_ptid_changed): New.
6083
6084 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6085
6086 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6087 (PowerPC features): Mention feature set for VSX registers.
6088
6089 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6090
6091 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6092 the direct visibility of all names in user-written packages.
6093
6094 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6095
6096 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6097 setting, and make it the default.
6098 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6099 non-stop script example.
6100
6101 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6102
6103 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6104 reference to the "Using Different Register and Memory Data
6105 Representation" section.
6106
6107 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6108
6109 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6110 (Remote Protocol): Add Packet Acknowledgment to menu.
6111 (Overview): Mention +/- can be disabled, and point to new section
6112 where this is discussed in detail.
6113 (General Query Packets): Document QStartNoAckMode packet, and
6114 corresponding qSupported reply.
6115 (Packet Acknowledgment): New section.
6116
6117 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6118 Pedro Alves <pedro@codesourcery.com>
6119
6120 * gdb.texinfo (Threads): Move paragraph about automatic thread
6121 selection to All-Stop Mode subsection.
6122 (Thread Stops): Reorganize existing material into subsections.
6123 Add introductory blurb and menu.
6124 (Non-Stop Mode): New subsection.
6125 (Background Execution): New subsection.
6126 (Maintenance Commands): Add cross-references from async mode
6127 commands to the new Background Execution section.
6128
6129 2008-08-06 Tom Tromey <tromey@redhat.com>
6130
6131 * gdb.texinfo (Extending GDB): New chapter.
6132 (Sequences): Demoted chapter, now a section under the new
6133 Extending GDB chapter.
6134 (Python): New section.
6135
6136 2008-07-31 Stan Shebs <stan@codesourcery.com>
6137
6138 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6139
6140 2008-07-29 Stan Shebs <stan@codesourcery.com>
6141
6142 * gdbint.texinfo: General round of cleanup and minor
6143 clarifications.
6144 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6145 (Longjmp Support): Update description to reflect how it is done
6146 for targets without using native header.
6147 (Symbol Handling): Add a little more general explanation.
6148 (COFF, ELF): Mention stabs encapsulation.
6149 (DWARF 3): New section.
6150 (Adding a New Host): Scrub out some obsolete bits.
6151 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6152 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6153 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6154 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6155 SEEK_SET, STOP_SIGNAL, USG.
6156 (Raw and Virtual Register Representations): Ditto for
6157 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6158 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6159 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6160 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6161 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6162 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6163 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6164 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6165 DEPRECATED_USE_STRUCT_CONVENTION.
6166 Describe gdbarch_deprecated_fp_regnum.
6167 Update description of gdbarch_print_insn.
6168 (Adding a New Target): Scrub out obsolete bits.
6169 (Obsolete Conditionals): Remove entire section.
6170
6171 2008-07-25 Tom Tromey <tromey@redhat.com>
6172
6173 * observer.texi (GDB Observers): Document new observers:
6174 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6175 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6176 architecture_changed.
6177
6178 2008-07-21 Stan Shebs <stan@codesourcery.com>
6179
6180 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6181 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6182
6183 2008-07-21 Tom Tromey <tromey@redhat.com>
6184
6185 * observer.texi (GDB Observers): Remove obsolete comment.
6186 <executable_changed>: Remove argument.
6187
6188 2008-07-18 Tom Tromey <tromey@redhat.com>
6189
6190 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6191
6192 2008-07-10 Doug Evans <dje@google.com>
6193
6194 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6195
6196 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * gdb.texinfo (Starting): Document "set disable-randomization".
6199
6200 2008-07-07 Andreas Schwab <schwab@suse.de>
6201
6202 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6203
6204 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6205
6206 * gdb.texinfo (GDB/MI Target Manipulation): Add
6207 example of -target-attach.
6208
6209 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6210
6211 * observer.texi (target_resumed): New observer.
6212 * gdb.texinfo (GDB/MI Output Records): Document *running.
6213
6214 2008-06-06 Tom Tromey <tromey@redhat.com>
6215
6216 * gdb.texinfo (Completion): Add field name example.
6217
6218 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6219
6220 * gdb.texinfo (GDB/MI Program Context): Added example
6221 to -exec-arguments
6222
6223 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6224
6225 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6226 annotation.
6227
6228 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6229 Nathan Sidwell <nathan@codesourcery.com>
6230 Joseph Myers <joseph@codesourcery.com>
6231
6232 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6233 and ACX_BUGURL.
6234 * configure: Regenerate.
6235 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6236 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6237 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6238 mailing-list-specific text about bug reporting unless
6239 BUGURL_DEFAULT.
6240
6241 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6242
6243 * gdb.texinfo (-target-select): Remove reference to target async.
6244 (Maintenance Commands): Document "maint set/show remote-async".
6245
6246 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6247
6248 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6249 in -target-file-get section.
6250
6251 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6252
6253 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6254 killing the inferior when it is already debugging a process.
6255
6256 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6259 abbreviation for "finish".
6260
6261 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6262
6263 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6264
6265 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6266
6267 * gdbint.texinfo (Target Conditionals): Delete entry for
6268 gdbarch_dwarf_reg_to_regnum.
6269
6270 2008-05-09 Doug Evans <dje@google.com>
6271
6272 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6273
6274 2008-05-05 Doug Evans <dje@google.com>
6275
6276 * gdb.texinfo (disassemble): Document /m modifier.
6277
6278 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6279
6280 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6281 will not report the time of commands that run the target.
6282
6283 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6284
6285 * gdb.texinfo (GDB/MI Output Records): Add
6286 missing semicolon.
6287
6288 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6289
6290 * gdb.texinfo (GDB/MI Output Records):
6291 Document =thread-create and =thread-exited.
6292
6293 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6294
6295 * gdb.texinfo (GDB/MI Development and Front Ends):
6296 Remove mention of dmi-discuss.
6297
6298 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6299
6300 * observer.texi (thread_exit): New.
6301
6302 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6303
6304 * gdb.texinfo (Debugging Output): Document "set/show debug
6305 displaced".
6306 (Maintenance Commands): Document "maint set/show
6307 can-use-displaced-stepping".
6308
6309 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6310
6311 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6312 and set/show arm force-mode.
6313
6314 2008-05-02 Andreas Schwab <schwab@suse.de>
6315
6316 * gdbint.texinfo (Algorithms): Describe
6317 target_watchpoint_addr_within_range.
6318
6319 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6320
6321 * gdbint.texinfo (Stack Frames): New chapter.
6322 (Algorithms): Move Frames text to the new chapter.
6323 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6324 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6325
6326 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6327
6328 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6329 output does not necessary include any tokens.
6330
6331 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6332
6333 * gdb.texinfo (Set SH Calling convention): New @item.
6334 (Show SH Calling convention): Ditto.
6335
6336 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6337
6338 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6339
6340 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6341
6342 * gdb.texinfo (Set Breaks): Mention that multiple location
6343 breakpoints need line number info. Add index entries.
6344
6345 2008-04-19 Craig Silverstein <csilvers@google.com>
6346
6347 * gdb.texinfo (Requirements): Add an optional requirement on
6348 zlib.
6349 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6350 Compressed DWARF 2.
6351
6352 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6353
6354 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6355 sample output for 'stopped,reason="breakpoint-hit"' message.
6356 (GDB/MI Program Execution): Likewise.
6357
6358 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6359
6360 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6361 -var-set-format. Add -f option to -var-evaluate-expression.
6362
6363 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6364
6365 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6366 new node "Ambiguous Expressions". Replace references to this
6367 node by references to "Ambiguous Expressions" throughout.
6368 (Ambiguous Expressions): New node.
6369
6370 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6371
6372 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6373
6374 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6375
6376 * gdb.texinfo (Debugging Output): Document
6377 "set/show debug lin-lwp-async".
6378 (Maintenance Commands): Document "maint set/show linux-async".
6379
6380 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6381
6382 * gdb.texinfo (Expressions): Update description of malloced arrays.
6383
6384 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6385
6386 * gdb.texinfo (Thread Commands): Document
6387 -thread-info. Remove -thread-list-all-threads.
6388
6389 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6390 Sandra Loosemore <sandra@codesourcery.com>
6391
6392 * gdb.texinfo (Library List Format): Update to mention the
6393 possibility to pass section addresses instead of segment
6394 addresses.
6395
6396 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6397
6398 * gdb.texinfo (Starting): Document "set exec-wrapper".
6399 (Server): Document gdbserver --wrapper.
6400
6401 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6402
6403 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6404 unreadable memory. Delete obsolete SPARClite reference.
6405
6406 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6407
6408 * gdb.texinfo (Starting): Mention always-running targets.
6409 (Target Commands): Add an anchor for load.
6410 (Connecting): Explain continue instead of run.
6411
6412 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6413
6414 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6415
6416 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6417
6418 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6419 breakpoint table.
6420
6421 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6422
6423 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6424 killing the inferior when it is already debugging a process.
6425
6426 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6427
6428 * gdbint.texinfo (Build Script): New section. Mention new build script
6429 gdb_buildall.sh.
6430
6431 2008-02-01 Jim Blandy <jimb@red-bean.com>
6432
6433 * gdb.texinfo (Help): Summarize 'info args' correctly.
6434
6435 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6436
6437 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6438 available in PowerPC architecture.
6439 (Embedded Processors): Change node name of PowerPC item in menu.
6440 (PowerPC): Rename to...
6441 (PowerPC Embedded): this.
6442 (Architectures): Add new PowerPC item in menu.
6443 (PowerPC): New node.
6444
6445 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6446
6447 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6448 commands.
6449
6450 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdb.texinfo (Setting Catchpoints): Mention features
6453 supported on GNU/Linux.
6454
6455 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6456
6457 * gdb.texinfo (GDB/MI File Commands): Describe new output
6458 field for MI command -file-list-exec-source-file.
6459
6460 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6461
6462 * gdb.texinfo (Using the `gdbserver' Program): Add security
6463 warning. Rearrange into subsections and subsubsections. Document
6464 --multi and --debug. Correct --with-sysroot typo. Update --attach
6465 usage. Make load reference clearer. Document monitor exit.
6466 (Remote Configuration): Document set remote exec-file, attach-packet,
6467 and run-packet.
6468 (Packets): Document vAttach and vRun.
6469
6470 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6471
6472 * gdb.texinfo (Processes): Mention process command.
6473 detach-on-follow -> detach-on-fork.
6474
6475 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6476
6477 * gdbint.texinfo (Native Conditionals): Remove
6478 SHELL_COMMAND_CONCAT and SHELL_FILE.
6479
6480 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6481
6482 * gdb.texinfo (Specify Location): Improve wording.
6483
6484 2008-01-23 Chris Demetriou <cgd@google.com>
6485
6486 * gdb.texinfo (Threads): Document new "set print thread-events"
6487 and "show print thread-events" commands.
6488
6489 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6490
6491 * gdb.texinfo (Specify Location): New section.
6492 (Delete Breaks, Edit, Set Breaks): Remove description of
6493 locations. Instead, add a reference to "Specify Location".
6494 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6495 (Symbols): Refer to "Specify Location" for the valid forms of
6496 linespecs and locations.
6497
6498 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6499
6500 * gdbint.texinfo (Target Conditionals): Replace the description of
6501 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6502
6503 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6504
6505 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6506 about &&var, which is rejected by the expression parser.
6507
6508 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6509
6510 * gdb.texinfo (Output): Update documentation on using printf with DFP
6511 types.
6512
6513 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6514
6515 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6516 subsubsection.
6517 (Decimal Floating Point format): New subsubsection.
6518
6519 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6520
6521 * gdb.texinfo (File Options): Remove mention of the attempt to
6522 open a core file with the -p option. Don't list -c as a valid
6523 option to attach to a process.
6524
6525 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6526
6527 * gdbint.texinfo (Host Conditionals): Remove mention of
6528 ALIGN_STACK_ON_ENTRY.
6529
6530 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6531
6532 * gdbint.texinfo (Start of New Year Procedure): Add item
6533 describing how to update the source and documentation copyright
6534 notices.
6535
6536 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6537
6538 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6539 watchpoint explanation into the main description of the watchpoint
6540 command; update synopses of 'watch', 'rwatch', and 'awatch'
6541 commands.
6542
6543 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6544
6545 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6546 Document 'pending-breakpoints' feature of
6547 -list-features.
6548
6549 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6550
6551 * gdb.texinfo: Add new parameter's description.
6552
6553 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6554
6555 * gdb.texinfo (Overview): Clarify run-length encoding
6556 example. Remove the restriction on "+" and "-" characters.
6557
6558 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6559
6560 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6561
6562 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6563
6564 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6565 the -f option for -break-insert, remove -r option,
6566 and clarify specification of location.
6567
6568 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6571 formatting.
6572 (Remote Debugging): Add File Transfer section.
6573 (Remote Configuration): Document Host I/O packets.
6574 (GDB/MI): Add GDB/MI File Transfer Commands section.
6575 (Host I/O Packets): New section in "Remote Protocol".
6576 (Packets): Add vFile.
6577
6578 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6579
6580 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6581 breakpoints with multiple locations.
6582 (Breakpoint Menus): Improve wording.
6583 (Output): Fix last change.
6584
6585 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6586
6587 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6588
6589 2007-11-15 Doug Evans <dje@google.com>
6590
6591 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6592
6593 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6594
6595 * gdbint.texinfo (Native Conditionals): Remove
6596 mention of CLEAR_SOLIB.
6597
6598 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6599
6600 * gdb.texinfo (Print Settings): Add documentation for "set/show
6601 print frame-arguments".
6602
6603 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6604
6605 * gdb.texinfo (Output): Update printf command's description.
6606
6607 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6608
6609 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6610 powerpc soft-float".
6611
6612 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6613
6614 * gdb.texinfo (Files): Correct formatting. Mention Expat
6615 requirement.
6616 (Requirements for Building GDB): Expand the list of Expat
6617 uses.
6618 (Library List Format, Memory Map Format): Mention Expat.
6619 (Target Descriptions): Update Expat wording.
6620
6621 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6622
6623 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6624 Document that gdbarch_convert_register_p should return zero for no-op
6625 conversions.
6626
6627 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6628
6629 * gdbint.texi (Compiler Characteristics): Move documentation
6630 of set_gdbarch_sofun_address_maybe_missing back to ...
6631 (Target Conditionals): ... here to fix build break.
6632
6633 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6634
6635 * gdbint.texi (Target Conditionals): Remove documentation of
6636 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6637 (Compiler Characteristics): ... documentation of
6638 set_gdbarch_sofun_address_maybe_missing.
6639
6640 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6641
6642 * gdbint.texinfo (Target Conditionals): Use
6643 frame_unwind_register_unsigned in examples instead of
6644 frame_unwind_unsigned_register.
6645
6646 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6647
6648 * gdb.texinfo (Predefined Target Types): Add int128
6649 and uint128.
6650 (Standard Target Features): Add PowerPC features.
6651
6652 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6653
6654 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6655
6656 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6657
6658 * gdbint.texi (Target Conditionals): Remove documentation
6659 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6660 gdbarch_extract_return_value, and gdbarch_store_return_value.
6661
6662 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6663
6664 * gdbint.texi (Target Conditionals): Remove documentation of
6665 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6666
6667 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6668
6669 * gdb.texinfo: Mention that inaccessible-by-default is on by
6670 default.
6671
6672 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6675
6676 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6677
6678 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6679 multi-threaded watchpoints.
6680 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6681 checked. Describe sticky notification. Expand description
6682 of steppable and continuable watchpoints.
6683 (Watchpoints and Threads): New subsection.
6684
6685 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6686
6687 * gdb.texinfo (Setting Breakpoints): Revise
6688 documentation for pending breakpoints. Document
6689 breakpoints with multiple locations.
6690
6691 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6692
6693 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6694 Document -list-features.
6695
6696 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6697
6698 * gdb.texinfo (Output): Spell out which features of C's printf are
6699 not supported by GDB's printf.
6700 (Separate Debug Files): More accurate wording regarding build ID
6701 and a reference to the ld manual rather than the Fedora wiki.
6702
6703 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6704 Jim Blandy <jimb@codesourcery.com>
6705
6706 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6707 (Examining Memory): Update mentions of the 's' format.
6708 (Automatic Display): Likewise.
6709
6710 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6711
6712 * gdb.texinfo: Update the FSF's Back-Cover Text.
6713
6714 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6715 Eli Zaretskii <eliz@gnu.org>
6716
6717 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6718 Fixed the ``build ID'' name. New binaries build instructions for the
6719 build ID inclusion. Explain how the commands are specific to the build
6720 ID vs. debug link.
6721
6722 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6723
6724 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6725 indexing for ``build ID'' support.
6726
6727 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6728
6729 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6730 Enlisted BUILD ID to the debug file searching example.
6731 Included a BUILD ID `.note.gnu.build-id' section description.
6732 Updated/added the debug files splitting instructions for OBJCOPY.
6733
6734 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6735
6736 * gdb.texinfo (Variable Objects): Adjust docs
6737 for -var-info-expression and document
6738 -var-info-path-expression.
6739
6740 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6741
6742 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6743 (title page): Include the dedication in the printed manual, as a
6744 separate page after the copyright notice.
6745
6746 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6747 don't break a @var across a line.
6748
6749 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6750
6751 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6752 for include files.
6753
6754 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6755
6756 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6757 in annotate.texinfo.
6758 (Command History): Link to new node.
6759
6760 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6761
6762 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6763
6764 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6765
6766 * gdbint.texinfo (Target Conditionals): Fix last change.
6767
6768 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6769
6770 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6771 routines:
6772 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6773 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6774 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6775 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6776 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6777 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6778 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6779 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6780 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6781 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6782 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6783 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6784 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6785 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6786 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6787 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6788 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6789 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6790 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6791 (SOFTWARE_SINGLE_STEP_P)
6792
6793 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6794 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6795
6796 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6797 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6798 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6799 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6800 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6801 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6802 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6803 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6804 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6805 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6806
6807 (Converting an existing Target Architecture to Multi-arch): Remove
6808 section.
6809
6810 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6811 (gdbarch_addr_bits_remove): Add code example.
6812
6813 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6814
6815 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6816
6817 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6818 Add other missing entries. Adjust the table size to fit.
6819 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6820 stop reasons including the new "library" event.
6821 (General Query Packets): Adjust table widths for qSupported. Mention
6822 qXfer:libraries:read reply to qSupported and document the new packet.
6823 (Library List Format): New section.
6824
6825 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6826
6827 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6828
6829 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6830
6831 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6832
6833 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6834
6835 * gdbint.texinfo (Register and Memory Data): Break sections
6836 into nodes and add a menu.
6837
6838 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6839
6840 * gdb.texinfo (Examining Memory): Document the new behaviour.
6841
6842 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6843
6844 * gdb.texinfo (Standard Target Features): Document
6845 m68k features.
6846
6847 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6848
6849 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6850
6851 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6852
6853 * gdb.texinfo (Target Description Format): Add version attribute
6854 for <target>.
6855
6856 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6857
6858 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6859
6860 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdb.texinfo (MIPS Features): New subsection.
6863
6864 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6865 Markus Deuling <deuling@de.ibm.com>
6866
6867 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6868 and qXfer:spu:write packets and mention them under qSupported.
6869
6870 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6871 Markus Deuling <deuling@de.ibm.com>
6872
6873 * gdb.texinfo (Architectures): Add new SPU section to document
6874 Cell Broadband Engine SPU architecture specific commands.
6875
6876 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6877
6878 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6879 comments.
6880
6881 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6882
6883 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6884
6885 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6886
6887 * gdb.texinfo (Overview): Doc fix.
6888
6889 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6890
6891 * gdb.texinfo (Remote Configuration): Document "set/show
6892 remoteflow".
6893
6894 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6895
6896 * gdb.texinfo (MIPS): Remove documentation for set mips
6897 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6898 stack-arg-size.
6899
6900 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6901
6902 * all-cfg.texi (GDBTUI): New.
6903 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6904 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6905 (TUI Configuration): Edit to improve clarity and fix problems of
6906 both style and content.
6907
6908 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6909
6910 * observer.texi (GDB Observers): New observer "new_objfile".
6911
6912 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6913
6914 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6915
6916 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6917
6918 * gdb.texinfo (GDB/MI Variable Objects): Document
6919 frozen variables objects.
6920
6921 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6922
6923 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6924 (Character Sets, Caching Data of Remote Targets): Likewise.
6925 (Targets): Delete Remote node. Move its text...
6926 (Debugging Remote Programs): ...to here. Delete description
6927 of the "remote" command.
6928 (Remote configuration): Delete description of "set remotedevice"
6929 and "show remotedevice".
6930 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6931
6932 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6933
6934 * gdb.texinfo (Contributors, Continuing and Stepping)
6935 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6936 (General Query Packets, File-I/O Remote Protocol Extension)
6937 (Protocol Basics, The F Reply Packet, Write)
6938 (Protocol-specific Representation of Datatypes, Memory Transfer):
6939 Fix hyphenation, punctuation and grammar problems.
6940 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6941 'section' instead of 'subsection' in the text.
6942 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6943 (i386): Remove period from section name.
6944 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6945 (Config Names, Configure Options): Use @file{configure}.
6946
6947 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6948
6949 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6950 and tab expansion.
6951
6952 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6953
6954 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6955
6956 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6957
6958 * gdb.texinfo: Consistently capitalize all significant words in
6959 node names, chapter titles, section titles, and headings. Update
6960 cross references to match.
6961 (Starting and Stopping Trace Experiment): Make node name plural.
6962 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6963
6964 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6965
6966 * gdb.texinfo (WinCE): Delete obsolete subsection.
6967
6968 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6969
6970 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6971 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6972 references.
6973
6974 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6975
6976 * gdb.texinfo (Startup): Delete references to some alternate
6977 names for .gdbinit.
6978 (Thread): Remove LynxOS reference.
6979 (Tandem ST2000): Delete target-specific documentation.
6980 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6981 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6982 and GDB_OSABI_LYNXOS.
6983
6984 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6985
6986 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6987
6988 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6989
6990 * gdbint.texinfo (Target Conditionals): Remove mention of
6991 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6992 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6993
6994 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6995
6996 * Makefile.in: Add "pdfdir" installation
6997 directory, PDFTEX macro, support for "install-pdf" target,
6998 and rules for making a pdf version of refcard.texi.
6999 * refcard.tex: Specify paper size for PDF output.
7000
7001 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7002
7003 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7004
7005 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7006
7007 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7008 (Source Path, Character Sets, Macros, Define)
7009 (GDB/MI Result Records, GDB/MI Simple Examples)
7010 (GDB/MI Program Execution, GDB/MI File Commands)
7011 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7012 (Bug Reporting): Use @value{GCC}.
7013
7014 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7015
7016 * gdb.texinfo (Help): Fix formatting of examples.
7017 (Variables): Use @ifnotinfo instead of @iftex.
7018 (Non-debug DLL symbols): Use @ref instead of @pxref.
7019 (Sparclet File): Use @samp instead of quotes.
7020
7021 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7022
7023 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7024
7025 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7026
7027 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7028 the order of the nodes.
7029 (C Operators, C Constants, Debugging C): Remove extra menus.
7030 (Method Names in Commands): Do not specify next/prev/up nodes.
7031
7032 2007-03-26 Bob Wilson <bob.wilson@acm.org>
7033
7034 * gdb.texinfo (File Options): Add missing parenthesis.
7035 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7036
7037 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7038
7039 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7040
7041 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7042
7043 * gdb.texinfo (Standard Target Features): Mention
7044 case insensitivity.
7045 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7046
7047 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7050 (Files): Add section name to argument list for pxref.
7051 (Non-debug DLL symbols): Don't use `see' for pxref.
7052 (Embedded Processors): Fix typo.
7053 (GDB/MI Breakpoint Commands): Execution commands generate
7054 *stopped not ^done.
7055
7056 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7057
7058 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7059 values for in_scope. Mention that only root variables can be
7060 updated.
7061 (GDB/MI Development and Front Ends): Explain new values may be
7062 added to existing fields.
7063
7064 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7065
7066 * gdb.texinfo (-target-disconnect): Use @smallexample.
7067 (Requirements): Add anchor for Expat. Update description.
7068 (Target Descriptions): Mention Expat.
7069 (Target Description Format): Document new elements. Use
7070 @smallexample.
7071 (Predefined Target Types, Standard Target Features): New sections.
7072 * gdbint.texinfo (Target Descriptions): New section.
7073
7074 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7075
7076 * gdb.texinfo (Target Description Format): Add section on XInclude.
7077
7078 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7079
7080 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7081 command -enable-timings.
7082
7083 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7084
7085 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7086 descriptions for new/deleted elements in gdb_osabi. Add missing
7087 description for function generic_elf_osabi_sniff_abi_tag_sections.
7088
7089 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.texinfo (Maintenance Commands): Add documentation for
7092 the new "maint print target-stack" command.
7093
7094 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7095 Eli Zaretskii <eliz@gnu.org>
7096
7097 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7098
7099 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7100
7101 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7102 Use @value{NGCC} instead of @value{GCC}.
7103
7104 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7105
7106 * agentexpr.texi: Fix typos.
7107 * annotate.texinfo: Likewise.
7108 * gdb.texinfo: Likewise.
7109 * gdbint.texinfo: Likewise.
7110 * observer.texi: Likewise.
7111 * stabs.texinfo: Likewise.
7112
7113 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7114
7115 * gdbint.texinfo (Support Libraries): Remove mmalloc
7116 entry. Describe readline library.
7117
7118 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7119
7120 * gdb.texinfo (Target Descriptions): New section.
7121 (General Query Packets): Add QPassSignals anchor. Mention
7122 qXfer:features:read under qSupported. Expand mentions of
7123 qXfer:memory-map:read and QPassSignals. Document
7124 qXfer:features:read.
7125
7126 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7127
7128 * gdb.texinfo (Commands to specify files): Describe
7129 "set sysroot" and "show sysroot".
7130 (Using the `gdbserver' program): Lowercase argument
7131 to @var. Expand description of setting up GDB on the
7132 host.
7133
7134 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7135
7136 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7137 catch exception, catch exception unhandled, and catch assert
7138 commands.
7139
7140 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7141
7142 * gdb.texinfo (Debugging Output): Document "set debug xml"
7143 and "show debug xml".
7144
7145 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7146
7147 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7148
7149 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7150
7151 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7152
7153 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7154
7155 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7156 note in @ignore, to be removed later if nobody complains.
7157
7158 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7159
7160 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7161 of -var-delete.
7162
7163 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7164
7165 * gdb.texinfo (Setting breakpoints): Document
7166 automatic software/hardware breakpoint usage and
7167 the "set breakpoint auto-hw" command.
7168
7169 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7170
7171 * gdb.texinfo (Memory Access Checking): New.
7172
7173 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7174
7175 * gdb.texinfo (Remote configuration): Mention
7176 "pass-signals-packet".
7177 (General Query Packets): Document QPassSignals. Fix
7178 a typo.
7179
7180 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7181
7182 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7183
7184 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7185
7186 * gdb.texinfo (Remote configuration): Rewrite documentation for
7187 packet configuration commands.
7188 (OS Information): Adjust reference to qXfer:auxv:read.
7189 (General Query Packets): Remove references to read-aux-vector-packet
7190 and set remote get-thread-local-storage-address.
7191
7192 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7193
7194 * gdbint.texinfo (Target Architecture Definition): Add new
7195 Initializing a New Architecture section.
7196
7197 2006-10-31 David Taylor <dtaylor@emc.com>
7198
7199 * stabs.texinfo (Macro define and undefine): New node describing
7200 stabs for #define and #undef.
7201
7202 2006-10-27 Andreas Schwab <schwab@suse.de>
7203
7204 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7205
7206 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7207
7208 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7209 clarify on the possible meanings of ``expression'' watched by
7210 watchpoints. Add indexing.
7211 (Prompting, Errors, Invalidation, Annotations for Running)
7212 (Source Annotations): Fix index entries by adding "annotation" to
7213 them, to discriminate from index entries that point to the more
7214 general topic descriptions.
7215
7216 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7217
7218 * gdbint.texinfo (Target Vector Definition): Move most
7219 content into Existing Targets. Add a menu.
7220 (Existing Targets): New section, moved from Target Vector
7221 Definition. Use @subsection.
7222 (Managing Execution State): New section.
7223
7224 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7225
7226 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7227
7228 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7229
7230 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7231 (Command Syntax, Signals, Backtrace, Connecting)
7232 (Remote configuration, Renesas Boards, Console I/O): Fix last
7233 change: use Ctrl- instead of C-, except wrt Emacs.
7234 (File-I/O Examples): Put Ctrl-c in @kbd.
7235 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7236 (Console I/O): Use @samp with Ctrl-.
7237 (Signals, Set Breaks, Set Watchpoints): Document optional
7238 arguments to `info signals' `handle', `info breakpoints', and
7239 `info watchpoints'.
7240
7241 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7242
7243 * gdb.texinfo (Backtrace): Fix last change.
7244
7245 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7248
7249 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7250
7251 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7252 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7253 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7254
7255 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7256 Daniel Jacobowitz <dan@codesourcery.com>
7257
7258 * gdb.texinfo (Packets): Document vFlashErase,
7259 vFlashWrite and vFlashDone packets.
7260 (General Query Packets): Document qXfer:memory-map:read.
7261 Add a new feature for qXfer:memory-map:read.
7262 (Memory map format): New section.
7263 (Target Commands): Mention that gdb can write flash.
7264
7265 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7266 Daniel Jacobowitz <dan@codesourcery.com>
7267
7268 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7269 memory regions and "mem auto".
7270
7271 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7272
7273 * gdbint.texinfo (Array Containers): New section.
7274
7275 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7276
7277 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7278 -stack-list-arguments HIGH_FRAME argument can be larger then the
7279 actual number of frames.
7280
7281 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7282
7283 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7284 -stack-list-locals HIGH_FRAME argument can be larger then the
7285 actual number of frames.
7286
7287 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7288
7289 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7290 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7291
7292 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7293
7294 * gdbint.texinfo (Overall Structure): New section "Source Tree
7295 Structure".
7296
7297 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7298
7299 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7300 responses.
7301
7302 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7303
7304 * gdb.texinfo (Source Path): Add documentation for new
7305 substitute-path commands.
7306
7307 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7308
7309 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7310 (Running Configure): ...here.
7311 (Requirements): New node. Mention expat.
7312
7313 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7314
7315 * gdb.texinfo (Target Commands): Remove
7316 'set download-write-size' and 'show download-write-size'.
7317
7318 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7319
7320 * stabs.texinfo (Member Type Descriptor): Correct example for
7321 pointer to member types.
7322
7323 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7324
7325 * gdb.texinfo (Optional warnings and messages): Add
7326 'set/show trace-commands'.
7327 (Command files): Add '-v' to source command.
7328
7329 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7330
7331 * gdb.texinfo (OS Information): Update qPart reference to
7332 qXfer.
7333 (Remote configuration): Likewise.
7334 (Overview): Move @cindex to the start of a paragraph. Talk
7335 about binary data encoding.
7336 (Packets): Refer to the overview for the details of the X
7337 packet encoding.
7338 (General Query Packets): Remove qPart description. Add qXfer
7339 description. Add an anchor to qSupported. Correct feature
7340 table title. Add a new feature for qXfer:auxv:read.
7341 (Interrupts): Add a missing parenthesis.
7342
7343 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7344
7345 * gdb.texinfo (KOD): Remove node.
7346 (GDB/MI Kod Commands): Remove commented out node.
7347
7348 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7349
7350 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7351 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7352 (GDB/MI Thread Commands, GDB/MI Program Execution)
7353 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7354 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7355 (GDB/MI File Commands, GDB/MI Target Manipulation)
7356 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7357 since the MI prompt is hard-wired into the code.
7358
7359 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7362 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7363 (GDB/MI Data Manipulation): Remove description of unimplemented
7364 display related commands as variable objects perform this function
7365 and are superior: -display-delete, -display-disable,
7366 -display-enable, -display-insert and -display-list. Move
7367 -environment-cd, -environment-directory, -environment-path
7368 and -environment-pwd to "Program Context".
7369 (GDB/MI Program Control): Rename to "Program Execution". Move
7370 -exec-arguments -exec-abort to...
7371 (GDB/MI Program Context): ...here. New node split from "Data
7372 Manipulation".
7373
7374 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7375
7376 * gdb.texinfo (Remote configuration): Document set / show
7377 remote supported-packets.
7378 (General Query Packets): Document qSupported packet.
7379
7380 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7381
7382 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7383 and font markup.
7384 (Protocol basics): Likewise.
7385 (The F request packet): Likewise.
7386 (The F reply packet): Likewise.
7387 (Memory transfer): Move this node to be a subsubsection of
7388 "Protocol specific representation of datatypes".
7389 (The Ctrl-C message): More copy editing.
7390 (Console I/O): Likewise.
7391 (The isatty call): Delete this node, and merge its content into
7392 the "isatty" node. Fixed references elsewhere.
7393 (The system call): Delete this node, and merge its content into
7394 the "system" node. Fixed references elsewhere.
7395 (open): Reformat to use @table, and add appropriate font markup.
7396 (close): Likewise.
7397 (read): Likewise.
7398 (write): Likewise.
7399 (lseek): Likewise.
7400 (rename): Likewise.
7401 (unlink): Likewise.
7402 (stat/fstat): Likewise.
7403 (gettimeofday): Likewise.
7404 (isatty): Likewise.
7405 (system): Likewise, plus minor changes to fix confusing wording.
7406 (Integral datatypes): Fix font markup.
7407 (Pointer values): Likewise.
7408 (struct stat): Fix markup to use @table, plus minor copy editing.
7409 (struct timeval): Fix font markup, plus minor copy editing.
7410 (Constants): Minor copy editing.
7411 (Errno values): Add font markup.
7412 (File-I/O Examples): Likewise.
7413
7414 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7417 (GDB/MI Simple Examples): Move node up one level. Use real
7418 examples.
7419 (GDB/MI Compatibility with CLI): Update.
7420 (GDB/MI Result Records): Add "connected" and "exit" result
7421 classes.
7422 (GDB/MI Stream Records): Clarify target output.
7423 (GDB/MI Command Description Format): Modify example description.
7424 (GDB/MI Breakpoint Table Commands): Rename to...
7425 (GDB/MI Breakpoint Commands): ...this
7426 (GDB/MI Breakpoint Commands): Add optional thread field.
7427 (GDB/MI Program Control): Add an introduction. Move "Program
7428 termination" examples into exec-run description.
7429 (GDB/MI File Commands): Mention similar CLI commands.
7430 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7431 is similar to "-gdb-version".
7432
7433 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7434
7435 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7436
7437 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7438
7439 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7440 sourceware.org for mailing lists.
7441 (GDB/MI File Commands): New node split from Program Control.
7442
7443 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7444
7445 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7446
7447 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7448
7449 * gdb.texinfo (Cygwin Native): Fix last change.
7450
7451 2006-05-22 Christopher Faylor <cgf@timesys.com>
7452
7453 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7454
7455 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7456
7457 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7458 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7459
7460 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7461
7462 * gdb.texinfo (General Query Packets): Recommend not starting
7463 new packets with qC and clarify.
7464
7465 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7466
7467 * gdb.texinfo (M2 Types): New section.
7468
7469 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7470
7471 * agentexpr.texi: Add a copyright and license notice.
7472 * observer.texi: Likewise, with GPL clause for function prototypes.
7473 Remove trailing whitespace.
7474
7475 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7476
7477 * gdb.texinfo (General Query Packets): Document conventions for
7478 terminating packet names, and their violations.
7479
7480 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7481
7482 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7483 * gdb.texinfo: Likewise.
7484
7485 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7486
7487 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7488 and "show remotedebug".
7489 (Debugging Output): Add additional index entries.
7490
7491 2006-04-27 Michael Snyder <msnyder@redhat.com>
7492
7493 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7494
7495 2006-04-22 Andrew Cagney <cagney@redhat.com>
7496
7497 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7498 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7499
7500 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7501
7502 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7503 and remove breakpoint prototypes.
7504 (Watchpoints): Move description of target_insert_hw_breakpoint and
7505 target_remove_hw_breakpoint ...
7506 (Breakpoints): ... to here. Document target_insert_breakpoint and
7507 target_remove_breakpoint.
7508
7509 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7510
7511 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7512 and C packets are optional.
7513
7514 2006-04-14 Frederic Riss <frederic.riss@st.com>
7515
7516 * gdb.texinfo (Specifying source directories): Update the description
7517 of the source file search to reflect the fact that the source path
7518 always contains at least $cdir and $cwd.
7519
7520 2006-03-31 Michael Snyder <msnyder@redhat.com>
7521
7522 * gdb.texinfo: Update copyright dates.
7523
7524 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7525
7526 * gdb.texinfo (Overview): Add an index entry to "empty response".
7527
7528 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7529
7530 * gdbint.texinfo (Prologue Analysis): New section.
7531
7532 2006-03-07 Jim Blandy <jimb@red-bean.com>
7533
7534 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7535
7536 * gdb.texinfo (Target Commands): Update text describing how to
7537 specify a target. Refer to the detailed section on remote
7538 debugging, not the brief mention.
7539
7540 * gdb.texinfo (Connecting): Organize the different 'target remote'
7541 connection methods into a table. Add a 'target remote' index
7542 entry. (!!!)
7543
7544 2006-02-17 Fred Fish <fnf@specifix.com>
7545
7546 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7547 'ptype' commands to reflect the fact that the only significant
7548 difference between them is that ptype prints the complete type
7549 description instead of just the name.
7550
7551 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7552
7553 * gdbint.texinfo (Watchpoints): Delete
7554 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7555
7556 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7559 times fields where needed. Fix typos. Update general form given
7560 for output of -break-insert.
7561 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7562
7563 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7564
7565 * gdbint.texinfo (Symbol Handling): Add a section
7566 on memory management.
7567
7568 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7569
7570 * gdb.texinfo (Breakpoint table commands): Document the fullname
7571 field in -break-list output.
7572
7573 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7574
7575 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7576 debugging information produced by the various "set debug..."
7577 options.
7578
7579 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7580
7581 * gdb.texinfo (Files): Remove obsolete bits from the description
7582 of "symbol-file".
7583
7584 2006-01-25 Jim Blandy <jimb@redhat.com>
7585
7586 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7587
7588 2006-01-24 Jim Blandy <jimb@redhat.com>
7589
7590 * gdbint.texinfo (Frames): Document the basics of GDB's register
7591 unwinding model, and explain the existence of the "sentinel" frame.
7592
7593 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7594
7595 * gdb.texinfo (Choosing files): Mention that -directory is used
7596 for script files.
7597 (Specifying source directories): Likewise.
7598 (Command files): Explain how script files are found.
7599
7600 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7601
7602 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7603 the threads in a multi-threaded program.
7604 (Threads): The threadno argument of "thread apply" can be a range
7605 of numbers.
7606
7607 2006-01-18 Jim Blandy <jimb@redhat.com>
7608
7609 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7610 of warning flags.
7611
7612 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7613
7614 * gdb.texinfo (Sequences): Improve menu annotations.
7615 (Define): Add index entries for arguments of user-defined
7616 commands. Move the description of flow-control commands...
7617 (Command Files): ...to here. Document loop_break and
7618 loop_continue.
7619 (Define, Command Files): Document `end' and add index entries for
7620 it.
7621
7622 2006-01-04 Michael Snyder <msnyder@redhat.com>
7623
7624 * gdb.texinfo: Add documentation for linux-fork.
7625 * gdbint.texinfo: Add internal documentation for checkpoints.
7626
7627 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7628
7629 * gdb.texinfo (Omissions from Ada): Document that there is now
7630 limited aggregate support.
7631
7632 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7633
7634 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7635 registers and the likes.
7636
7637 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7638
7639 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7640 (Symbols): Fix usage of "e.g.".
7641 (Memory Region Attributes): Fix usage of "etc."
7642
7643 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7644 (Coding): Fix usage of "e.g.".
7645
7646 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7647
7648 * stabs.texinfo:
7649 * refcard.tex:
7650 * gpl.texi:
7651 * gdbint.texinfo:
7652 * gdb.texinfo:
7653 * gdb-cfg.texi:
7654 * fdl.texi:
7655 * annotate.texinfo:
7656 * all-cfg.texi:
7657 * Makefile.in: Add (C) after Copyright. Update the FSF
7658 address.
7659
7660 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7661
7662 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7663 extend GDB with commands for external monitor.
7664
7665 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7666
7667 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7668
7669 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7670
7671 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7672
7673 2005-11-21 Jim Blandy <jimb@redhat.com>
7674
7675 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7676 placement of 'R' actions in tracepoint action packets; document
7677 dependence of 'X' and 'M' actions on a preceding 'R' action for
7678 their registers.
7679
7680 2005-11-19 Jim Blandy <jimb@redhat.com>
7681
7682 * gdb.texinfo (Tracepoint Packets): New node.
7683 (General Query Packets): Add entries for the tracepoint packets,
7684 referring to the "Tracepoint Packets" node.
7685 (Tracepoints): Add reference to "Tracepoint Packets".
7686
7687 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7688
7689 * gdb.texinfo (set remotebreak): Add anchor.
7690 (X packet): Likewise.
7691 (Remote Protocol): Add new section `Interrupts' and new index
7692 entry `interrupts (remote protocol)'.
7693
7694 2005-11-18 Jim Blandy <jimb@redhat.com>
7695
7696 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7697 entries into the General Query Packets section. Add a
7698 cross-reference to that section. Drop description of replies, as
7699 these are covered in the descriptions of each packet.
7700 (General Query Packets): Add introductory text. Explain naming
7701 conventions, and how the end of a name is recognized.
7702
7703 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7704
7705 * gdb.texinfo (Remote configuration): Fix typo in description of
7706 "set remotebreak" command.
7707
7708 2005-11-16 Jim Blandy <jimb@redhat.com>
7709
7710 * gdb.texinfo (Packets, Stop Reply Packets)
7711 (General Query Packets): Various formatting cleanups.
7712 - Use @samp for packet contents.
7713 - Drop summaries from packet @item lines; the same information appears
7714 immediately below in the description.
7715 - Delete paragraph breaks after packet @item commands, so that the
7716 description appears directly to the right of the packet prototype
7717 in the printed manual, if it fits.
7718 - Place spaces in packet prototypes between @vars and non-@var
7719 letters, and explain that they're just for formatting.
7720 - Use @dots{} instead of '...'.
7721 - Fix uses of @code where @var was needed.
7722 - Replace "deprecated" markers with English text spelling out the
7723 packet's status and the preferred alternatives.
7724 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7725 what this ever meant.
7726 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7727 this for a long time.
7728 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7729 implemented several times, and have been in use for years.
7730
7731 2005-11-15 Jim Blandy <jimb@redhat.com>
7732
7733 * gdb.texinfo (Packets): Add index entries for 'm' packet
7734 disclaimers.
7735
7736 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7737 of stub when processing an 'm' packet.
7738
7739 * gdb.texinfo (Packets): Mention that packets beginning with
7740 letters are reserved once, at the top, instead of actually listing
7741 them all and saying "reserved".
7742
7743 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7744
7745 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7746 Change @var{$arg0 to @code{$arg0.
7747
7748 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7749
7750 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7751
7752 2005-11-12 Jim Blandy <jimb@redhat.com>
7753
7754 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7755 order. Remove extraneous 'z'.
7756
7757 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7758
7759 * gdb.texinfo (Choosing files): Add --eval-command.
7760
7761 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7762
7763 * gdb.texinfo (Choosing modes): Add --return-child-result.
7764
7765
7766 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7767
7768 * gdb.texinfo (Choosing modes): Add --batch-silent.
7769
7770 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7771
7772 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7773 "The -var-update Command".
7774
7775 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7776
7777 * gdb.texinfo (Print Settings): Add documentation for set/show
7778 print array-indexes.
7779
7780 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7781
7782 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7783 6.2 and 6.3.
7784
7785 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7786
7787 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7788 since 19-Jan-2004.
7789 (Files): Likewise.
7790 (Variables, Symbols): Document the "<incomplete type>" message and
7791 its reasons.
7792
7793 2005-08-01 Fred Fish <fnf@specifix.com>
7794
7795 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7796
7797 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7798
7799 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7800 option for -var-list-children and -var-update.
7801 (GDB/MI Stack Manipulation): Simplify description of
7802 print-values option for -stack-list-locals.
7803 (GDB/MI Command Description Format): Clarify.
7804 (Mode Options): Spelling of superseded.
7805
7806 2005-07-12 Bob Rossi <bob@brasko.net>
7807
7808 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7809 corresponding GDB command comment.
7810
7811 2005-07-06 Bob Rossi <bob@brasko.net>
7812
7813 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7814 and -inferior-tty-show.
7815 (Input/Output): Document "set/show inferior-tty" and tty alias.
7816
7817 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7818
7819 * gdb.texinfo (Packets): Change description of 'D' packet to note
7820 that GDB does wait for a response.
7821
7822 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7823
7824 * gdb.texinfo (History) Rename "Command History".
7825 (Command History): Move node "Server Prefix" from section on
7826 Annotations here.
7827
7828 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7829
7830 * gdb.texinfo (GDB/MI Stack Manipulation):
7831 Re-instate -stack-info-frame with example. Say that it gets
7832 info on selected frame, not current frame.
7833
7834 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7835
7836 * gdb.texinfo (Server): Clarify that `file' should be used before
7837 connecting to the server.
7838 (Files): Add an xref to the above description.
7839 (Output Formats): More detailed description of the `c' format.
7840 (Memory): List explicitly all the formats supported by `x'.
7841 (Threads): Add an @cindex entry for "thread apply".
7842 (Files): Document the possibility of loading unlinked object
7843 files. Add more indexing for solib-absolute-prefix and
7844 --with-sysroot.
7845 (Machine Code): Document possible problems with locations in
7846 shared libraries.
7847 (Backtrace): Document that free-standing environments do not need
7848 to have a `main' function.
7849
7850 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7851
7852 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7853 -stack-info-frame.
7854
7855 2005-06-07 Andrew Cagney <cagney@gnu.org>
7856
7857 * gdb.texinfo (Contributors): Note the original multi-arch
7858 contributors.
7859
7860 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7861
7862 * gdb.texinfo (Registers): Add index entries for the standard
7863 registers.
7864 (Frames): Add cross-reference from frame pointer description to
7865 the Registers node.
7866 (Annotations Overview): Fix the reference to GDB name.
7867
7868 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7869
7870 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7871 can-use-hw-watchpoints.
7872
7873 2005-05-28 Bob Rossi <bob@brasko.net>
7874
7875 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7876 the possible reasons why an exec async record would be returned to FE.
7877
7878 2005-05-26 Andrew Cagney <cagney@gnu.org>
7879
7880 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7881 Andrew Cagney implemented the original GDB/MI.
7882
7883 2005-05-23 Orjan Friberg <orjanf@axis.com>
7884
7885 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7886 documentation. Add documentation for cris-mode.
7887
7888 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7889
7890 * gdb.texinfo (Numbers): Explain the example and make the wording
7891 more acurate.
7892
7893 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7894 Dennis Brueni <dennis@slickedit.com>
7895
7896 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7897 (GDB/MI Data Manipulation, GDB/MI Program Control)
7898 (GDB/MI Stack Manipulation): Update examples to include the fullname
7899 attribute in stack frames.
7900
7901 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7902
7903 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7904 do with other non-standard names of init files.
7905
7906 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7907
7908 * gdb.texinfo (Command Files): Move the description of the startup
7909 from here...
7910 (Startup): ...to this new subsection of the Invocation chapter.
7911 Rearrange the description of init files more logically and add a
7912 cross-reference to "Command Files". Document the special gdbinit
7913 name for CISCO 68k. Expand the description of what GDB does
7914 during startup.
7915 (History): Add index entry for HISTSIZE.
7916
7917 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7918
7919 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7920
7921 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7922
7923 * gdb.texinfo (SVR4 Process Information, The isatty call)
7924 (The system call): Don't use foo(N) notation for man pages and
7925 functions.
7926 (Compilation, DJGPP Native): Improve wording.
7927
7928 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7929
7930 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7931 were optimized away.
7932
7933 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7934
7935 * gdb.texinfo (Remote configuration): Document "set/show
7936 get-thread-local-storage-address". Add cross-reference to the
7937 description of the qGetTLSAddr packet.
7938 (General Query Packets): Mention "set remote
7939 get-thread-local-storage-address" and add a reference to its
7940 description.
7941
7942 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7943
7944 * gdb.texinfo (Backtrace): Describe 'bt full'.
7945
7946 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7947
7948 * gdb.texinfo (Mode Options): Fix typo.
7949 (GDB/MI): Describe how to invoke GDB/MI.
7950
7951 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7952
7953 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7954 references changed. Add description of "info udot".
7955 (Files): Document "set/show stop-on-solib-events".
7956 (M32R/D): Document "set/show download-path", "set/show
7957 board-address", "set/show server-address", "upload", "tload".
7958 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7959 "use_mon_code", "use_ib_break", "use_dbt_break".
7960 (Maintenance Commands): Improve indexing.
7961 (Target Commands): Document "set/show hash", "set/show debug
7962 monitor".
7963 (SVR4 Process Information): Document "info pidlist" and "info
7964 meminfo". Document "set/show procfs-tarce" and "set/show
7965 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7966 (Symbols, The Print Command with Objective-C): Improve indexing.
7967 (Objective-C): Add references to "info classes" and "info
7968 selectors".
7969 (Debugging Output): Improve wording. Document "set/show debug
7970 solib-frv". Fix "set/show debugvarobj".
7971 (Set Breaks): Add index entry for "hardware breakpoints".
7972 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7973 and "set/show usehardbreakpoints".
7974 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7975 monitor-prompt", "set/show monitor-warnings", "pmon".
7976 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7977 rdiromatzero", "set/show rdiheartbeat".
7978 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7979 "sds".
7980 (Embedded Processors): Document the "sim" command.
7981 (Remote): Document the "remote" command.
7982 (DJGPP Native): Document the "info serial" command.
7983 (Threads): Document "maint info sol-threads".
7984 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7985 (Set Breaks): Improve indexing.
7986 (Command Syntax): Add a reference to dont-repeat.
7987 (Define): Document "dont-repeat".
7988 (TUI Commands): Document "tabset".
7989 (WinCE): New subsection. Document "set/show remotedirectory",
7990 "set/show remoteupload", "set/show remoteaddhost".
7991
7992 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7993
7994 * gdb.texinfo (Hurd Native): New subsection, documents
7995 Hurd-specific commands.
7996 (Maintenance Commands): Add cross-reference to "Debugging Output".
7997 (Debugging Output): Document "set/show debug lin-lwp".
7998 (MIPS): Improve documentation of heuristic-fence-post. Document
7999 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8000 mips stack-arg-size", "set/show mips mask-address", "set/show mips
8001 remote-mips64-transfers-32bit-regs", "set/show debug mips".
8002 (ARM): Document ARM-specific commands.
8003 (AVR): New section. Document "info io_registers".
8004 (CRIS): New section. Document "set/show cris-version" and
8005 "set/show cris-dwarf2-cfi".
8006 (HPPA): New section. Document "set/show debug hppa" and "maint
8007 print unwind".
8008 (Neutrino): New subsection. Document "set/show debug nto-debug".
8009 (Super-H): New section. Document the "regs" command.
8010 (Debugging Output): Document "set/show debug aix-thread".
8011
8012 2005-04-09 Eli Zaretskii <eliz@gnu.org>
8013
8014 * gdb.texinfo (Print Settings): Document "set/show print
8015 pascal_static-members", "set print repeats", "show print
8016 null-stop". Improve indexing. Fix documentation of "set print
8017 union".
8018 (Pascal): New section.
8019 (Supported languages): Rename from "Support"; all references
8020 updated. Add a menu item for Pascal.
8021 (Numbers): Document "set radix.
8022 (Screen Size): Document "set/show pagination".
8023 (MIPS Embedded): Remove "set processor" documentation.
8024 (Remote configuration): Document "set/show X/P/Z-packet",
8025 "set/show read-aux-vector-packet", "set/show remote
8026 symbol-lookup-packet", "set/show remote verbose-resume-packet",
8027 "set/show remoteaddresssize", "set/show remotebaud", "set/show
8028 remotedebug", "set/show remotebreak", "set/show remotedevice",
8029 "set/show remotelogfile".
8030 (Auxiliary Vector): Add reference to the description of the
8031 read-aux-vector-packet setting.
8032 (Set Watchpoints): Add a cross-reference to "set remote
8033 hardware-breakpoint-limit".
8034 (General Query Packets): Add indexing of requests and
8035 cross-references to related commands in "Remote configuration".
8036 (File-I/O Overview, The system call): Fix wording and typos.
8037 (Thread Stops): Add index entries.
8038 (Continuing and Stepping): Document "show step-mode".
8039 (i386): New node. Document "set/show struct-convention".
8040 (Files): Document "show trust-readonly-sections".
8041 (Calling): Document "set/show unwindonsignal".
8042 (Messages/Warnings): Add index entries.
8043 (Maintenance Commands): Document "set/show watchdog".
8044 (Annotations Overview): Document "show annotate".
8045 (Set Watchpoints): Add index entries.
8046 (Symbols): Fix doc of case-sensitive.
8047 (ABI): Document "show coerce-float-to-double".
8048 (Convenience Vars, Help): Improve indexing.
8049 (Machine Code): Document "show disassembly-flavor".
8050 (Debugging C plus plus): Document "show overload-resolution".
8051 (Value History, Signaling): Add index entries.
8052
8053 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8054
8055 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8056 (Processes): Fix wording.
8057 (History, List, Logging output, Define, Symbols, Print Settings):
8058 Improve indexing.
8059
8060 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8061
8062 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8063 redundant index entry for "target" command.
8064 (Backtrace): Add index entries.
8065 (Symbols, Fortran): Document the "set case-sensitive" command.
8066 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8067 (Print Settings): Add index entry for "set demangle-style".
8068 (Target Commands): Document "set download-write-size".
8069 (Debugging Output): Document "set exec-done-display".
8070
8071 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8072
8073 * gdb.texinfo (Files): Fix the name and documentation of
8074 add-shared-symbol-files. Document its alias assf. Update the
8075 list of OSs where GDB supports shared libraries. Fix markup.
8076 (Continuing and Stepping): Add reference to @var{location} in the
8077 text.
8078 (Dump/Restore Files): Fix reference to @{filename}.
8079 (Help): Fix wording.
8080 (Attach): Ditto.
8081 (Set Watchpoints): Ditto.
8082 (Backtrace): Remove redundant index entries. Improve index
8083 entries.
8084 (Delete Breaks): Fix wording.
8085 (Memory): Document the compare-sections command.
8086 (Memory Region Attributes): Improve wording.
8087 (Disabling): Improve wording.
8088 (Fortran): New subsection. Document the "info common" command.
8089 (Help): Document aliases "info copying" and "info warranty".
8090 (Caching Remote Data): New section. Document the "set/show
8091 remotecache" and "info dcache" commands.
8092 (Show): Fix wording of the documentation of the "set
8093 extension-language" command.
8094 (Signals): Add index entry for "info handle".
8095 (Memory Region Attributes): Fix punctuation.
8096 (Symbols): Change the arg name to "location" and refer to it in
8097 the text. Fix wording of "info types" doc.
8098 (Threads): Fix usage of @enumerate @item's.
8099 (Listing Tracepoints): Add index entry for "info tp".
8100 (Set Watchpoints): Add xref to "info break" description.
8101 (Macros): Add an index entry for "macro exp1". Document the
8102 "macro list" command.
8103 (Maintenance Commands): Document "flushregs", "maint agent",
8104 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8105 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8106 "maint print architecture", "maint print objfiles", "maint print
8107 statistics", "maint print type", "maint show-debug-regs", "maint
8108 space", "maint time", and "maint translate-address".
8109 (Connecting): Document the "monitor" command.
8110 (Annotations Overview): Describe the "set annotate" command.
8111
8112 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8113
8114 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8115 Rearrange index entries and improve wording about support for
8116 hardware watchpoints.
8117
8118 2005-03-10 Bob Rossi <bob@brasko.net>
8119
8120 * gdb.texinfo: Update copyright
8121
8122 2005-02-09 Theodore A. Roth <troth@openavr.org>
8123
8124 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8125 error.
8126
8127 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8128
8129 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8130
8131 2005-01-17 Michael Snyder <msnyder@redhat.com>
8132
8133 * gdb.texinfo: Fix spelling, infinte -> infinite.
8134
8135 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8136
8137 * observer.texi (GDB Observers): Document "solib_loaded".
8138
8139 2005-01-07 Andrew Cagney <cagney@gnu.org>
8140
8141 * configure.ac: Rename configure.in, require autoconf 2.59.
8142 * configure: Re-generate.
8143
8144 * configure.in: Replace configdirs with multiple references to
8145 AC_CONFIG_SUBDIRS.
8146 * configure: Re-generate.
8147
8148 2005-01-04 Andrew Cagney <cagney@gnu.org>
8149
8150 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8151 part of the version number.
8152
8153 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8154
8155 * gdbint.texinfo (Algorithms): Remove description of
8156 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8157
8158 2004-12-07 Jim Blandy <jimb@redhat.com>
8159
8160 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8161 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8162 numbers.
8163
8164 2004-12-07 Andreas Schwab <schwab@suse.de>
8165
8166 * gdb.texinfo (Mode Options): Document -l option.
8167
8168 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8169
8170 * gdbint.texinfo (Algorithms): More accurate description of
8171 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8172 is not needed unless data-read and data-access watchpoints are
8173 supported. Add a description of how GDB checks whether the
8174 inferior stopped because a watchpoint was hit.
8175
8176 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8177
8178 * gdb.texinfo (Files): Add cross-reference to description of
8179 -readnow command-line switch.
8180
8181 2004-11-10 Randolph Chung <tausq@debian.org>
8182
8183 * gdb.texinfo: Document set/show backtrace past-entry commands.
8184 Rearrange index entries for set/show backtrace past-main.
8185
8186 2004-11-10 Jon Beniston <jon@beniston.com>
8187
8188 Committed by Andrew Cagney <cagney@gnu.org>.
8189 * gdb.texinfo (Remote Serial Protocol): Further describe
8190 binary transfer escaping mechanism .
8191
8192 2004-11-08 Randolph Chung <tausq@debian.org>
8193
8194 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8195 and "show debug infrun". Add index entries.
8196
8197 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8198
8199 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8200 "info proc" that are already implemented. Add index entries.
8201 (Working Directory): Add a cross-reference to "info proc" command.
8202 (Files): Add a tip for decreasing memory used for symtabs from
8203 shared libraries.
8204 (Starting): Fix whitespace; make "elaboration" stand out where it
8205 is first used, and add an index entry for the term.
8206 (Calling): Expand and elaborate text. Add "print". Add the
8207 description of problems with weak aliases.
8208 (Core File Generation): New section.
8209
8210 2004-10-12 Andrew Cagney <cagney@gnu.org>
8211
8212 * gdbint.texinfo (Versions and Branches): New chapter.
8213 (Releasing GDB): Delete "Versions and Branches" section.
8214 (Top): Add "Versions and Branches".
8215
8216 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8217
8218 * gdb.texinfo (Editing, History): Add cross-references to the
8219 included Readline and History user documentation. Remove
8220 references to the symbol have-readline-appendices which is unused
8221 and undefined.
8222 (History): Fix indexing.
8223
8224 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8225
8226 * gdbint.texinfo (target_stopped_data_address): Update to
8227 new prototype.
8228 (i386_stopped_data_address): Update prototype and description.
8229 (i386_stopped_by_watchpoint): New function and description.
8230
8231 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8232
8233 * gdb.texinfo (Filenames): Add Ada suffixes.
8234 (Ada) New section.
8235
8236 2004-09-27 Andrew Cagney <cagney@gnu.org>
8237 Robert Picco <Robert.Picco@hp.com>
8238
8239 * gdb.texinfo (Packets): Document the "p" packet.
8240
8241 2004-09-21 Jason Molenda (jmolenda@apple.com)
8242
8243 * gdb.texinfo (Paths and Names of the Source Files): Document the
8244 meaning of values in the 'desc' field of a SO stab.
8245
8246 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8247
8248 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8249 max-cache-age" and "maint show dwarf2 max-cache-age".
8250
8251 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8252
8253 * gdb.texinfo (Set Breaks): Add index entry for setting
8254 breakpoints on overloaded C++ functions that are not members of
8255 any classes. Add an example and an index entry for setting
8256 breakpoints on all program functions.
8257 (Character Sets, Macros, Overlay Commands)
8258 (Non-debug DLL symbols, GDB/MI Output Syntax)
8259 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8260 Use "(@value{GDBP})" instead of a literal "(gdb)".
8261
8262 2004-09-12 Andrew Cagney <cagney@gnu.org>
8263
8264 * gdbint.texinfo (Native Debugging): Delete description of
8265 FILES_INFO_HOOK.
8266
8267 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8268
8269 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8270 to hex_string_custom (not historically correct, but more
8271 understandable, given the current code).
8272
8273 2004-09-03 Andrew Cagney <cagney@gnu.org>
8274
8275 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8276
8277 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8278
8279 * observer.texi (solib_unloaded): New observer.
8280
8281 2004-08-24 Andrew Cagney <cagney@gnu.org>
8282
8283 * gdbint.texinfo (Target Architecture Definition): Add missing
8284 comma.
8285
8286 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8287
8288 * (Using the Testsuite): build != host is supported,
8289 but some test scripts do not support build != host.
8290
8291 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8292
8293 * gdbint.texinfo (Host Definition): Delete description of
8294 FCLOSE_PROVIDED and GETENV_PROVIDED.
8295
8296 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8297
8298 * gdbint.texinfo (Host Definition): Delete description of
8299 NO_SYS_FILE.
8300 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8301 PTRACE_FP_BUG.
8302
8303 2004-08-05 Andrew Cagney <cagney@gnu.org>
8304
8305 * gdbint.texinfo (Target Architecture Definition): Delete
8306 reference to deprecated_read_fp.
8307
8308 2004-08-02 Andrew Cagney <cagney@gnu.org>
8309
8310 * gdbint.texinfo (Target Architecture Definition): Delete
8311 description of DEPRECATED_REGISTER_BYTES.
8312
8313 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8314
8315 * gdb.texinfo (Source Path): Document the new behavior of
8316 searching for the source files.
8317
8318 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8319
8320 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8321 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8322 (Auto Display): Improve indexing.
8323
8324 2004-07-16 Andrew Cagney <cagney@gnu.org>
8325
8326 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8327 "-noasync".
8328
8329 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8330
8331 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8332 have the same prefix have only their prefix in the index.
8333
8334 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8335
8336 * gdb.texinfo (BSD libkvm Interface): New node (section)
8337 (Native): Add it to the menu.
8338
8339 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8340
8341 * gdbint.texinfo (Target Architecture Definition): Remove
8342 PCC_SOL_BROKEN.
8343
8344 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8345
8346 * gdbint.texinfo (Target Architecture Definition): Remove
8347 SUN_FIXED_LBRAC_BUG.
8348
8349 2004-06-26 Andrew Cagney <cagney@gnu.org>
8350
8351 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8352
8353 2004-06-20 Andrew Cagney <cagney@gnu.org>
8354
8355 * gdbint.texinfo (Target Architecture Definition): Deprecate
8356 USE_STRUCT_CONVENTION.
8357
8358 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8359
8360 gdb.texinfo (Bug Reporting): Mention session recording,
8361 with the script command or Emacs.
8362
8363 2004-06-18 Andrew Cagney <cagney@gnu.org>
8364
8365 * gdbint.texinfo (Target Architecture Definition): Deprecate
8366 FUNCTION_START_OFFSET.
8367
8368 2004-06-14 Andrew Cagney <cagney@gnu.org>
8369
8370 Based on changes from Karl Berry.
8371 * gdb.texinfo: Do not use @sc in a direntry.
8372 * stabs.texinfo: Change @dircateogry to "Software development".
8373 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8374
8375 2004-06-13 Andrew Cagney <cagney@gnu.org>
8376
8377 * gdbint.texinfo (Target Architecture Definition): Delete
8378 description of RETURN_VALUE_ON_STACK.
8379
8380 2004-06-09 Andrew Cagney <cagney@gnu.org>
8381
8382 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8383 deleted by previous patch.
8384
8385 2004-06-08 Andrew Cagney <cagney@gnu.org>
8386
8387 * gdbint.texinfo (Native Debugging): Delete documentation on
8388 ATTACH_DETACH.
8389
8390 2004-06-06 Randolph Chung <tausq@debian.org>
8391
8392 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8393
8394 2004-06-06 Randolph Chung <tausq@debian.org>
8395
8396 * gdb.texinfo (push_dummy_call): Update argument list to match
8397 the new push_dummy_call method signature. Describe the function
8398 argument.
8399
8400 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8401
8402 * gdb.texinfo (Starting): Document new start command.
8403
8404 2004-05-21 Andrew Cagney <cagney@redhat.com>
8405
8406 * observer.texi (GDB Observers): Document "inferior_created".
8407
8408 2004-05-08 Andrew Cagney <cagney@redhat.com>
8409
8410 * gdbint.texinfo (Target Architecture Definition): Delete
8411 description of DO_DEFERRED_STORES.
8412
8413 * gdbint.texinfo (Target Architecture Definition): Delete
8414 references to DEPRECATED_FIX_CALL_DUMMY.
8415
8416 * gdbint.texinfo (Target Architecture Definition): Delete
8417 description of DEPRECATED_CALL_DUMMY_WORDS,
8418 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8419
8420 * gdbint.texinfo (Target Architecture Definition): Delete
8421 description of DEPRECATED_PUSH_DUMMY_FRAME.
8422
8423 * gdbint.texinfo (Target Architecture Definition): Delete
8424 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8425
8426 2004-05-07 Andrew Cagney <cagney@redhat.com>
8427
8428 * observer.texi (GDB Observers): Add "Debugging" section. Include
8429 cross reference to "set/show debug observer".
8430 * gdb.texinfo (Debugging Output): Document "set/show debug
8431 observer".
8432
8433 2004-05-01 Andrew Cagney <cagney@redhat.com>
8434
8435 * gdbint.texinfo (Target Architecture Definition): Delete
8436 description of DEPRECATED_PC_IN_SIGTRAMP.
8437
8438 2004-04-30 Andrew Cagney <cagney@redhat.com>
8439
8440 * gdbint.texinfo (Target Architecture Definition): Delete
8441 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8442
8443 2004-04-30 Orjan Friberg <orjanf@axis.com>
8444
8445 * observer.texi (GDB Observers): Correct spelling.
8446
8447 2004-04-26 Orjan Friberg <orjanf@axis.com>
8448
8449 * observer.texi (GDB Observers): Add target_changed event.
8450
8451 2004-04-08 Andrew Cagney <cagney@redhat.com>
8452
8453 * observer.texi (GDB Observers): Rework, provide generic observer
8454 definitions and then a list of observable events.
8455
8456 2004-04-04 Andrew Cagney <cagney@redhat.com>
8457
8458 * gdbint.texinfo (Host Definition): Delete reference to
8459 NO_SIGINTERRUPT.
8460
8461 2004-04-02 Andrew Cagney <cagney@redhat.com>
8462
8463 * gdbint.texinfo (Target Architecture Definition): Delete
8464 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8465
8466 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8467
8468 * gdb.texinfo (TUI Commands): Document tui reg commands.
8469
8470 2004-03-26 Andrew Cagney <cagney@redhat.com>
8471
8472 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8473 "gdbtui".
8474 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8475 (Contributors): Mention both Text and Terminal User Interface.
8476
8477 2004-03-23 Andrew Cagney <cagney@redhat.com>
8478
8479 * gdbint.texinfo (Target Architecture Definition): Deprecate
8480 references to SIGTRAMP_START and SIGTRAMP_END.
8481
8482 2004-03-23 Andrew Cagney <cagney@redhat.com>
8483
8484 * gdbint.texinfo (Target Architecture Definition): Deprecate
8485 references to PC_IN_SIGTRAMP.
8486
8487 2004-03-19 Andrew Cagney <cagney@redhat.com>
8488
8489 * gdbint.texinfo (Target Architecture Definition): Delete
8490 reference to GDB_TARGET_IS_HPPA.
8491
8492 2004-03-18 Andrew Cagney <cagney@redhat.com>
8493
8494 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8495 describe pre_init and post_init.
8496
8497 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8498
8499 * gdb.texinfo (Debugging Output): Document values for "set debug
8500 target".
8501
8502 2004-02-28 Andrew Cagney <cagney@redhat.com>
8503
8504 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8505
8506 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8507
8508 * gdb.texinfo (breakpoints): Add information about the
8509 new "set breakpoint pending" and "show breakpoint pending"
8510 commands.
8511
8512 2004-02-26 Andrew Cagney <cagney@redhat.com>
8513
8514 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8515 in Per-architecture module data section.
8516
8517 2004-02-25 Roland McGrath <roland@redhat.com>
8518
8519 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8520
8521 2004-02-24 Andrew Cagney <cagney@redhat.com>
8522
8523 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8524 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8525 * fdl.texi: Import Version 1.2, November 2002.
8526
8527 2004-02-17 Andrew Cagney <cagney@redhat.com>
8528
8529 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8530
8531 2004-02-16 Andrew Cagney <cagney@redhat.com>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Deprecate
8534 FRAMELESS_FUNCTION_INVOCATION.
8535
8536 2004-02-16 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbint.texinfo (Coding): Mention -Wunused-function.
8539
8540 2004-02-14 Andrew Cagney <cagney@redhat.com>
8541
8542 * gdbint.texinfo (Target Architecture Definition): Delete
8543 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8544
8545 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8546
8547 * gdb.texinfo: Properly quote the name "C++".
8548 * gdbint.texinfo: Ditto.
8549 * stabs.texinfo: Ditto.
8550
8551 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8552
8553 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8554 minimal information about libiberty.
8555
8556 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8557
8558 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8559
8560 2004-02-04 Roland McGrath <roland@redhat.com>
8561
8562 * gdb.texinfo (Auxiliary Vector): New node (section).
8563 (Data): Add it to the menu.
8564
8565 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8566
8567 * gdb.texinfo (Breakpoints): Add information about pending
8568 breakpoint support.
8569
8570 2004-01-26 Andrew Cagney <cagney@redhat.com>
8571
8572 * gdb.texinfo (Overview): Delete references to the cisco protocol
8573 including the "N" response.
8574
8575 2004-01-26 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbint.texinfo (Target Architecture Definition): Rename
8578 EXTRACT_STRUCT_VALUE_ADDRESS to
8579 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8580
8581 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8582
8583 * gdb.texinfo (KOD): Document "show os". Add index entries for
8584 "set/show os" and "info cisco" commands.
8585
8586 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8587
8588 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8589
8590 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8591
8592 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8593 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8594
8595 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8596
8597 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8598 -stack-list-locals.
8599 (GDB/MI Variable Objects): Describe extension to
8600 -var-list-children.
8601
8602 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8603
8604 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8605
8606 2004-01-17 Andrew Cagney <cagney@redhat.com>
8607
8608 * gdbint.texinfo (Target Architecture Definition): Delete
8609 documentation on DEPRECATED_NPC_REGNUM.
8610
8611 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8612
8613 * gdb.texinfo: Update copyright year. Mention that set
8614 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8615 "set follow-fork-mode ask".
8616
8617 2004-01-13 Andrew Cagney <cagney@redhat.com>
8618
8619 * gdbint.texinfo: Update copyright year.
8620 (Coding): Add -Wunused-label to list of -Werror warnings.
8621
8622 2004-01-08 Jason Molenda <jmolenda@apple.com>
8623 Eli Zaretskii <eliz@gnu.org>
8624
8625 * gdb.texinfo: Update copyright.
8626 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8627 around names, as appropriate. Minor syntax cleanup of
8628 _NSPrintForDebugger explanation. Two spaces after periods.
8629 GDBN used instead of lit. "gdb". Index entries added for
8630 print-object and _NSPrintForDebugger. @noindent added in one spot.
8631
8632 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8633
8634 * stabs.texinfo: Add dircategory and direntry commands.
8635 * annotate.texinfo: Ditto.
8636
8637 2003-11-10 Andrew Cagney <cagney@redhat.com>
8638
8639 * gdbint.texinfo (Target Architecture Definition): Replace the
8640 return_value method's "inval" and "outval" parameters with
8641 "readbuf" and "writebuf".
8642
8643 2003-10-28 Jim Blandy <jimb@redhat.com>
8644
8645 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8646 from "The `F' request packet" and "The `F' reply packet", to make
8647 texi2dvi happy.
8648 (File-I/O remote protocol extension): Update menu entries, too.
8649
8650 2003-10-26 Michael Chastain <mec@shout.net>
8651
8652 * gdb.texinfo (Thread Stops): Document the issue with
8653 premature return from system calls in multi-threaded programs.
8654
8655 2003-10-24 Andrew Cagney <cagney@redhat.com>
8656
8657 * annotate.texinfo: Fix "fortunatly"[sic].
8658
8659 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8660
8661 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8662 with "Hitachi" and "Mitsubishi".
8663
8664 2003-10-20 Andrew Cagney <cagney@redhat.com>
8665
8666 * gdbint.texinfo (Target Architecture Definition): Document
8667 gdbarch_return_value. Add cross references from
8668 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8669 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8670
8671 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8672
8673 * gdbint.texinfo (Target Architecture Definition): Document
8674 regset_from_core_section.
8675
8676 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8677
8678 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8679
8680 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8681
8682 From Anthony Green <green@redhat.com>:
8683 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8684
8685 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8686
8687 * gdb.texinfo (Breakpoint related warnings): New node.
8688 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8689
8690 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8691
8692 * gdb.texinfo (Remote Protocol): Document v and vCont.
8693
8694 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8695
8696 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8697 * gdbint.texinfo: Ditto.
8698
8699 2003-10-09 Andrew Cagney <cagney@redhat.com>
8700
8701 From 2003-09-18 David Anderson <davea@sgi.com>:
8702 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8703 "command".
8704
8705 2003-10-03 Andrew Cagney <cagney@redhat.com>
8706
8707 * gdbint.texinfo (Target Architecture Definition): Deprecate
8708 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8709 just target.
8710
8711 2003-10-02 Andrew Cagney <cagney@redhat.com>
8712
8713 * gdbint.texinfo (Target Architecture Definition): Rename
8714 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8715 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8716 * gdbint.texinfo (Target Architecture Definition): Rename
8717
8718 2003-09-30 Andrew Cagney <cagney@redhat.com>
8719
8720 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8721 (Target Architecture Definition):
8722
8723 * gdbint.texinfo (Target Architecture Definition): Rename
8724 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8725
8726 2003-09-29 Andrew Cagney <cagney@redhat.com>
8727
8728 * gdbint.texinfo (Target Architecture Definition): Delete
8729 documentation for NEED_TEXT_START_END.
8730
8731 * gdbint.texinfo (Target Architecture Definition): Rename
8732 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8733 TARGET_WRITE_PC.
8734
8735 2003-09-22 Michael Chastain <mec@shout.net>
8736
8737 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8738
8739 2003-09-21 Anthony Green <green@redhat.com>
8740
8741 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8742
8743 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8744
8745 * gdbint.texinfo (Target Architecture Definition): Document
8746 stabs_argument_has_addr.
8747
8748 2003-09-18 Andrew Cagney <cagney@redhat.com>
8749
8750 * gdbint.texinfo (Target Architecture Definition): Delete
8751 documentation on REGISTER_NAMES.
8752
8753 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8754
8755 * gdbint.texinfo (Target Architecture Definition): Replace
8756 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8757
8758 2003-09-11 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdbint.texinfo (Target Architecture Definition): Replace
8761 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8762
8763 2003-08-18 Andrew Cagney <cagney@redhat.com>
8764
8765 * gdbint.texinfo (Target Architecture Definition): Document
8766 "frame_red_zone_size".
8767
8768 2003-08-09 Andrew Cagney <cagney@redhat.com>
8769
8770 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8771 with "set/show backtrace past-main" and "set/show backtrace
8772 limit".
8773
8774 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8775
8776 * Makefile.in (install-info): Support DESTDIR.
8777 (install-html): Likewise.
8778
8779 2003-08-07 Andrew Cagney <cagney@redhat.com>
8780
8781 Patch from Nick Roberts.
8782 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8783 bindings. Remove description of send-gdb-command.
8784
8785 2003-08-07 Andrew Cagney <cagney@redhat.com>
8786
8787 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8788 GDB 6.0.
8789
8790 2003-08-06 Andrew Cagney <cagney@redhat.com>
8791
8792 * gdb.texinfo (Mode Options): Mention that level three is the
8793 highest available and that level 2 is deprecated.
8794 (Annotations Overview): Mention annotation levels. Cross reference
8795 to "Limitations of the Annotation Interface" in annotate.texi.
8796 (TODO, Value Annotations, Frame Annotations): Delete section.
8797 (Displays, Breakpoint Info): Delete.
8798
8799 2003-08-04 Andrew Cagney <cagney@redhat.com>
8800
8801 * agentexpr.texi: Delete @bye.
8802 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8803 (stabs.info): Add $(srcdir) to include search path.
8804 (html): Depend on "annotate_toc.html", and not "annotate.html".
8805 * stabs.texinfo: Ditto. Include "fdl.texi".
8806 * gdbint.texinfo: Update copyright statement's list of invariant
8807 sections.
8808
8809 2003-07-28 Andrew Cagney <cagney@redhat.com>
8810
8811 * Makefile.in (INFO_DEPS): Add annotate.info.
8812 (dvi, ps, html, pdf): Add annotate.
8813 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8814 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8815 (ANNOTATE_DOC_FILES): New macro.
8816 (ANNOTATE_TEX_TMPS): New macro.
8817 (annotate.info, annotate_toc.html): Specify dependencies.
8818 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8819 * annotate.texinfo: Rename annotate.texi. Get building. Add
8820 "Migrating to GDB/MI" and "Limitations of the Annotation
8821 Interface" chapters. Mention why it is not part of the user
8822 guide. Update copyright notice. Include "fdl.texi".
8823
8824 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8825
8826 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8827
8828 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8829
8830 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8831
8832 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8833
8834 * gdb.texinfo (Server): Mention pidof.
8835
8836 2003-07-22 Andrew Cagney <cagney@redhat.com>
8837
8838 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8839 list.
8840
8841 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8842
8843 * gdb.texinfo (Logging output): New chapter.
8844
8845 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8846
8847 * gdb.texinfo (Unsupported languages): New section.
8848 (Languages): Add link to new section.
8849
8850 2003-06-22 Andrew Cagney <cagney@redhat.com>
8851
8852 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8853
8854 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8855
8856 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8857
8858 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8859
8860 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8861 * agentexpr.texi: Retitle section, and change it to an appendix.
8862 Comment out texinfo initialization. Factor a @var{} into two
8863 pieces to prevent makeinfo warnings.
8864 * gdb.texinfo: Add Agent Expressions appendix.
8865
8866 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8867
8868 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8869
8870 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8871
8872 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8873 remote target". Document the "detach" and "disconnect" commands.
8874 (Server, Netware, Debug Session): Reference "Connecting to a
8875 remote target".
8876 (GDB/MI Target Manipulation): Document "-target-disconnect".
8877
8878 2003-06-13 Andrew Cagney <cagney@redhat.com>
8879
8880 * gdbint.texinfo (Target Architecture Definition): Deprecate
8881 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8882 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8883
8884 2003-06-09 Jim Blandy <jimb@redhat.com>
8885
8886 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8887
8888 2003-06-08 Andrew Cagney <cagney@redhat.com>
8889
8890 * gdbint.texinfo (Target Architecture Definition): Delete
8891 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8892
8893 2003-06-08 Andrew Cagney <cagney@redhat.com>
8894
8895 * gdbint.texinfo (Target Architecture Definition): Document
8896 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8897
8898 2003-06-07 Adam Fedor <fedor@gnu.org>
8899
8900 * gdb.texinfo: Add Objective-C documentation.
8901
8902 2003-06-01 Andrew Cagney <cagney@redhat.com>
8903
8904 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8905 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8906
8907 2003-05-21 Andrew Cagney <cagney@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Delete
8910 references to "extract_address" and "store_address".
8911
8912 2003-05-16 Andrew Cagney <cagney@redhat.com>
8913
8914 * gdbint.texinfo (Target Architecture Definition): Replace
8915 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8916 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8917
8918 2003-05-14 Theodore A. Roth <troth@openavr.org>
8919
8920 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8921
8922 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8923
8924 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8925 (gdb.dvi): Likewise.
8926 (gdb.pdf): Likewise.
8927 (links2roff): Likewise.
8928
8929 2003-05-08 Jim Blandy <jimb@redhat.com>
8930
8931 * gdb.texinfo (Dump/Restore Files): Update documentation for
8932 'dump', 'append', and 'restore': note that format argument is
8933 optional; simplify presentation of the command variants; and be
8934 more precise about the formats.
8935
8936 2003-05-07 Jim Blandy <jimb@redhat.com>
8937
8938 * gdb.texinfo (Symbols): Update documentation: 'maint list
8939 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8940 symtabs' and 'maint info psymtabs'.
8941
8942 2003-05-05 Andrew Cagney <cagney@redhat.com>
8943
8944 * gdbint.texinfo (Target Architecture Definition): Make
8945 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8946 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8947 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8948
8949 2003-05-04 Andrew Cagney <cagney@redhat.com>
8950
8951 * gdb.texinfo (Maintenance Commands): Document "maint print
8952 dummy-frames".
8953
8954 2003-05-04 Andrew Cagney <cagney@redhat.com>
8955
8956 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8957
8958 2003-05-03 J. Brobecker <brobecker@gnat.com>
8959
8960 Thierry Schneider <tpschneider1@yahoo.com>
8961 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8962 for new MI command.
8963
8964 2003-05-03 Andrew Cagney <cagney@redhat.com>
8965
8966 * gdbint.texinfo (Target Architecture Definition): Document
8967 push_dummy_code. Add cross references.
8968
8969 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8970
8971 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8972 set/show charsets commands.
8973
8974 2003-04-28 Andrew Cagney <cagney@redhat.com>
8975
8976 * gdbint.texinfo (Target Architecture Definition): Replace
8977 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8978 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8979
8980 2003-04-28 Andrew Cagney <cagney@redhat.com>
8981
8982 * gdbint.texinfo (Target Architecture Definition): Rename
8983 "tm_print_insn" to "deprecated_tm_print_insn".
8984
8985 2003-04-09 Jim Blandy <jimb@redhat.com>
8986
8987 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8988 list psymtabs'.
8989
8990 2003-04-08 Andrew Cagney <cagney@redhat.com>
8991
8992 * gdbint.texinfo (Target Architecture Definition): Delete
8993 references to EXTRA_FRAME_INFO.
8994
8995 2003-04-08 Andrew Cagney <cagney@redhat.com>
8996
8997 * gdbint.texinfo (Target Architecture Definition): Delete
8998 PRINT_TYPELESS_INTEGER.
8999
9000 2003-04-02 J. Brobecker <brobecker@gnat.com>
9001
9002 * observer.texi (GDB Observers): Adjust the documentation for the
9003 normal_stop notification to better describe reality. Fix a couple
9004 of minor typos.
9005
9006 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9007
9008 * gdb.texinfo (GDB/MI Program Control): Add
9009 '-file-list-exec-source-file'
9010
9011 2003-03-31 Andrew Cagney <cagney@redhat.com>
9012
9013 * gdbint.texinfo (Target Architecture Definition): Delete
9014 references to CALL_DUMMY_P.
9015
9016 2003-03-30 Andrew Cagney <cagney@redhat.com>
9017
9018 * gdbint.texinfo (Target Architecture Definition): Remove
9019 reference to TARGET_WRITE_SP.
9020
9021 2003-03-27 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdbint.texinfo (Target Architecture Definition): Remove
9024 references to write_sp.
9025
9026 2003-03-27 Andrew Cagney <cagney@redhat.com>
9027
9028 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9029 chapter body. Use @smallexample instead of @example.
9030 (Annotations): Ditto.
9031 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9032 annotate.texi.
9033
9034 2003-03-26 Andrew Cagney <cagney@redhat.com>
9035
9036 * gdbint.texinfo (Target Architecture Definition): Replace
9037 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9038 dummy_addr parameters.
9039
9040 2003-03-25 Andrew Cagney <cagney@redhat.com>
9041
9042 * gdbint.texinfo (Target Architecture Definition): Delete
9043 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
9044 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9045 Add reference to PUSH_ARGUMENTS.
9046
9047 2003-03-23 Andrew Cagney <cagney@redhat.com>
9048
9049 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9050 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9051
9052 2003-03-18 J. Brobecker <brobecker@gnat.com>
9053
9054 * gdbint.texinfo (Algorithms): Add new section describing the
9055 Observer paradigm.
9056 (Top): Add menu entry to new observer appendix.
9057 * observer.texi: New file.
9058 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9059 new observer.texi file.
9060
9061 2003-03-17 Andrew Cagney <cagney@redhat.com>
9062
9063 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9064 that GNU Press update the manual version number.
9065
9066 2003-03-12 Andrew Cagney <cagney@redhat.com>
9067
9068 * gdbint.texinfo (Target Architecture Definition): Delete
9069 references to get_saved_register. Rename GET_SAVED_REGISTER to
9070 DEPRECATED_GET_SAVED_REGISTER.
9071
9072 2003-03-13 Andrew Cagney <cagney@redhat.com>
9073
9074 * gdbint.texinfo (Target Architecture Definition): Replace
9075 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9076
9077 2003-03-12 Andrew Cagney <cagney@redhat.com>
9078
9079 * gdbint.texinfo (Target Architecture Definition): Rename
9080 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9081
9082 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9083
9084 * gdb.texinfo: Add File-I/O documentation.
9085
9086 2003-03-10 Andrew Cagney <cagney@redhat.com>
9087
9088 * gdbint.texinfo (Target Architecture Definition): Cross reference
9089 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9090
9091 2003-03-07 Andrew Cagney <cagney@redhat.com>
9092
9093 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9094 frame" command.
9095
9096 2003-03-05 Andrew Cagney <cagney@redhat.com>
9097
9098 * gdbint.texinfo (Target Architecture Definition): Document
9099 unwind_dummy_id. Cross reference unwind_dummy_id and
9100 SAVE_DUMMY_FRAME_TOS.
9101
9102 2003-03-05 James Ingham <jingham@apple.com>
9103 Daniel Jacobowitz <drow@mvista.com>
9104
9105 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9106 and "show cp-abi".
9107
9108 2003-03-03 Andrew Cagney <cagney@redhat.com>
9109
9110 * gdbint.texinfo (Target Architecture Definition): Document
9111 register_type.
9112
9113 2003-03-03 Andrew Cagney <cagney@redhat.com>
9114
9115 * stabs.texinfo (Structures): Use @samp and separate @var's
9116 instead of a single @var containing a comma separated list.
9117 (Unions): Ditto.
9118
9119 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9120
9121 * Makefile.in (distclean): Remove config.log.
9122
9123 2003-03-01 Andrew Cagney <cagney@redhat.com>
9124
9125 * gdbint.texinfo (Target Architecture Definition): Rename
9126 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9127
9128 2003-03-01 Andrew Cagney <cagney@redhat.com>
9129
9130 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9131 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9132
9133 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9134
9135 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9136 (Non-debug DLL symbols): New node, describing the minimal symbols
9137 loaded from DLLs without real debugging symbols.
9138
9139 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9140
9141 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9142 hardware-breakpoint-limit".
9143 (Set Watchpoints): Add cross reference to "set remote
9144 hardware-watchpoint-limit".
9145 (Remote configuration options): New section.
9146
9147 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9148
9149 * gdbint.texinfo (Target Architecture Definition): Delete
9150 descrption of IS_TRAPPED_INTERNALVAR.
9151
9152 From Keith Seitz <keiths@redhat.com>:
9153 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9154 option "-i"/"--interpreter" to this chapter. Include index
9155 entries.
9156
9157 2003-02-04 David Carlton <carlton@math.stanford.edu>
9158
9159 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9160 (Variables): Recommend stabs+ and DWARF 2.
9161 (C plus plus expressions): Correct info about
9162 compiler versions, debug formats.
9163 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9164 PR symtab/874.
9165
9166 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Delete
9169 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9170 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9171 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9172 references to nindy and i960.
9173 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9174
9175 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9176
9177 * gdbint.texinfo (Target Architecture Definition): Delete
9178 FLOAT_INFO.
9179
9180 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9181
9182 * stabs.texinfo (Member Type Descriptor): Clarify description of
9183 `@'. Suggested by Ben Hutchings.
9184
9185 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9186
9187 * gdb.texinfo (M68K): Delete reference to es1800.
9188
9189 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9190
9191 * gdb.texinfo (Maintenance Commands): Document `maint print
9192 reggroups' and `maint print register-groups'.
9193 * gdbint.texinfo (Target Architecture Definition): Document
9194 register_reggroup_p.
9195
9196 2003-01-23 Jim Blandy <jimb@redhat.com>
9197
9198 * gdb.texinfo (Separate Debug Files): New section.
9199
9200 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9201
9202 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9203 and "maint show profile".
9204
9205 2003-01-16 Michael Chastain <mec@shout.net>
9206
9207 * gdb.texinfo (Installing GDB): Warn against
9208 ".../gdb-VERSION/gdb/configure".
9209 (Separate Objdir): Likewise.
9210
9211 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9212
9213 * gdbint.texinfo (Target Architecture Definition): Delete
9214 definition of PRINT_REGISTER_HOOK.
9215
9216 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9217
9218 (OpenRISC 1000): Fix formatting of command names.
9219
9220 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9221
9222 * gdb.texinfo (Continuing and Stepping): Add new command
9223 'advance'. Clarify behavior of 'until'.
9224
9225 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9226
9227 * gdb.texinfo (Files): Document solib-absolute-prefix and
9228 solib-search-path.
9229
9230 2003-01-09 Michael Chastain <mec@shout.net>
9231
9232 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9233 (Create a Release): Add new instructions for new @file{src-release}.
9234 Document existing instructions for @file{Makefile.in} as
9235 being for @value{GDBN} 5.3.1 or earlier.
9236
9237 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9238
9239 * gdbint.texinfo (Target Architecture Definition): Mention
9240 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9241 allocate memory.
9242
9243 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9244
9245 * gdb.texinfo (Controlling GDB): Add @kindex for
9246 "show osabi".
9247 (Backtraces): Add @kindex's for backtrace-below-main.
9248
9249 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9250
9251 * gdb.texinfo (Controlling GDB): Document "set osabi".
9252
9253 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9254
9255 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9256 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9257
9258 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9259
9260 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9261 "set coerce-float-to-double".
9262 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9263
9264 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9265
9266 * stabs.texinfo: Remove obsolete text.
9267 * gdbint.texinfo: Ditto.
9268 * gdb.texinfo: Ditto.
9269
9270 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9271
9272 * gdbint.texinfo (Target Architecture Definition): Update
9273 description of gdbarch_register_osabi.
9274
9275 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9276
9277 * agentexpr.texi: Fix typos.
9278 * annotate.texi: Likewise.
9279 * fdl.texi: Likewise.
9280
9281 2002-12-10 Andrew Cagney <cagney@redhat.com>
9282
9283 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9284 DEPRECATED_INIT_FRAME_PC.
9285
9286 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9287
9288 * gdbint.texinfo (Target Architecture Definition): Delete
9289 PC_IN_CALL_DUMMY.
9290
9291 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9292
9293 * gdbint.texinfo (Host Definition): Delete documentation on
9294 USE_GENERIC_DUMMY_FRAMES.
9295
9296 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9297
9298 Fix PR gdb/723 and PR gdb/245.
9299 * Makefile.in (install-info): Run the install-info command as part
9300 of the post install steps only.
9301 (uninstall-info): New target.
9302 (uninstall): New target.
9303
9304 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9305
9306 * Makefile.in (install): Make install do some real work.
9307
9308 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9309
9310 Fix POSIX problem reported by Paul Eggert.
9311 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9312 Fix PR gdb/527.
9313
9314 2002-10-26 Andrew Cagney <cagney@redhat.com>
9315
9316 * gdbint.texinfo (Target Architecture Definition): Delete
9317 definition of DO_REGISTERS_INFO.
9318
9319 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9320
9321 * gdbint.texinfo (Address Classes): Fix problems with insertion
9322 of ``{'' and ``}'' in example.
9323
9324 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9325
9326 * gdbint.texinfo (Address Classes): New section.
9327 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9328 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9329 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9330 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9331
9332 2002-10-11 Klee Dienes <kdienes@apple.com>
9333
9334 * gdb.texinfo (Registers): Mention vector registers as well as
9335 floating registers in the documentation for 'info registers' and
9336 'info all-registers'.
9337
9338 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9339
9340 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9341
9342 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9343
9344 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9345 interface definition.
9346
9347 2002-10-03 Marko Mlinar <markom@opencores.org>
9348
9349 * gdb.texinfo (Target Commands): Add or1k target specific
9350 commands.
9351 * gdb.texinfo (Contributors): Add myself to the contributors list.
9352
9353 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9354
9355 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9356 and "mi1" instead of "mi1" and "mi0".
9357
9358 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9359
9360 * gdb.texinfo (Packets): Fix typos "alligned".
9361 Correct z3/Z3 description. Correct z4/Z4 title.
9362
9363 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9364
9365 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9366
9367 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9368
9369 * gdb.texinfo: Use GNU/Linux instead of Linux.
9370
9371 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9372
9373 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9374
9375 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9376
9377 * gdb.texinfo: Replace @example with @smallexample.
9378
9379 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9380
9381 From Eli Zaretskii <eliz@gnu.org>:
9382 * gdb.texinfo (Character Sets): Use @smallexample instead of
9383 @example. Use GNU/Linux instead of Linux.
9384
9385 2002-09-20 Jim Blandy <jimb@redhat.com>
9386
9387 * gdb.texinfo: Add character set documentation.
9388
9389 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9390
9391 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9392 (Packets): Add cross reference from `b' packet to `z' packets.
9393
9394 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9395
9396 * gdb.texinfo (Maintenance Commands): Document ``maint
9397 internal-error'' and ``maint internal-warning''.
9398
9399 * gdbint.texinfo (Target Architecture Definition): Revise
9400 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9401
9402 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9403
9404 * gdbint.texinfo (Target Conditionals): Document the new
9405 NAME_OF_MALLOC macro.
9406
9407 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9408
9409 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9410 engineer.
9411
9412 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9413
9414 * gdb.texinfo (TUI Overview): Document status line fields.
9415
9416 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9417
9418 * gdb.texinfo (TUI Commands): Document info win command.
9419
9420 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9421
9422 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9423
9424 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9425
9426 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9427 (TUI Keys): Likewise.
9428
9429 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9430
9431 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9432 for a packet receive.
9433
9434 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9435
9436 * Makefile.in (clean): Move to end of file.
9437 (distclean, maintainer-clean, realclean): Ditto.
9438 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9439 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9440 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9441 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9442
9443 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9444
9445 * Makefile.in (GDBINT_TEX_TMPS): Define.
9446 (gdbint.dvi, gdbint.pdf): Use
9447 (GDB_TEX_TMPS): Define.
9448 (gdb.dvi, gdb.pdf): Use.
9449 (STABS_TEX_TMPS): Define.
9450 (stabs.dvi, stabs.pdf): Use.
9451 (GDB_DOC_SOURCE_INCLUDES): New macros.
9452 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9453 (GDBINT_DOC_FILES_INCLUDES): New macros.
9454 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9455 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9456 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9457 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9458 (links2roff): Replace SFILES_INCLUDED with
9459 GDB_DOC_SOURCE_INCLUDES.
9460 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9461 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9462 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9463 dependencies.
9464 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9465 dependencies.
9466 (gdbmi.texinfo): Delete rule.
9467 (inc-hist.texinfo): Delete rule.
9468 (rluser.texinfo): Delete rule.
9469
9470 2002-08-23 Andrew Cagney <cagney@redhat.com>
9471
9472 * gdbint.texinfo (Target Architecture Definition): Update
9473 STORE_RETURN_VALUE, mention regcache.
9474
9475 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9476
9477 * gdbint.texinfo (Target Architecture Definition): Document
9478 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9479
9480 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9481
9482 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9483 Fix minor typos. Add index entries.
9484
9485 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9486
9487 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9488
9489 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9490
9491 * gdbint.texinfo (Target Architecture Definition): Document
9492 PRINT_VECTOR_INFO.
9493 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9494
9495 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9496
9497 * gdb.texinfo (Maintenance Commands): Document "maint print
9498 registers", "maint print raw-registers" and "maint print
9499 cooked-registers".
9500
9501 2002-08-08 Grace Sainsbury <graces@redhat.com>
9502
9503 From Mark Salter:
9504 * gdb.texinfo (Protocol): Document T packet extension to
9505 allow watchpoint address reporting.
9506
9507 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9508
9509 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9510
9511 2002-08-01 Andrew Cagney <cagney@redhat.com>
9512
9513 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9514 to CHILL.
9515
9516 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9517
9518 * gdbint.texinfo (Coding): Revise section "Include Files".
9519
9520 2002-07-24 Andrew Cagney <cagney@redhat.com>
9521
9522 * gdbint.texinfo: Obsolete references to m88k.
9523 * gdb.texinfo: Ditto.
9524
9525 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9526
9527 * gdbint.texinfo (Create a release candiate): Add the location
9528 where the proper version of autoconf can be retrieved.
9529
9530 2002-07-09 Don Howard <dhoward@redhat.com>
9531
9532 * gdb.texinfo (Command Files): Further describe the behavior of
9533 sourced command files.
9534
9535 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9536
9537 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9538 (Coding): Clarify ISO C version that GDB assumes.
9539
9540 2002-06-26 Tom Tromey <tromey@redhat.com>
9541
9542 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9543 add_setshow_cmd_full.
9544
9545 2002-06-25 Don Howard <dhoward@redhat.com>
9546
9547 * gdb.texinfo (Memory Region Attributes): Document new behavior
9548 for 'mem' command.
9549
9550 2002-06-11 Jim Blandy <jimb@redhat.com>
9551
9552 * gdb.texinfo (Symbols): Update documentation for `info source'
9553 command.
9554
9555 * gdb.texinfo (Macros): Call the command `info macro', not
9556 `show macro'.
9557
9558 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9559
9560 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9561 data''.
9562
9563 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9564
9565 * gdbint.texinfo (Target Architecture Definition): Document
9566 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9567
9568 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9569
9570 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9571 lists.
9572
9573 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9574
9575 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9576 Branch''.
9577
9578 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9579
9580 * gdbint.texinfo (Target Architecture Definition): Add section
9581 ``Converting an existing Target Architecture to Multi-arch''.
9582
9583 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9584
9585 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9586 to ``Obsoleting code''. Revise.
9587
9588 2002-05-17 Jim Blandy <jimb@redhat.com>
9589
9590 * gdb.texinfo (C Preprocessor Macros): New chapter.
9591 Include it in the main menu.
9592 (Contributors): Credit Jim Blandy with macro support.
9593 (Compilation): Explain how to get macro information into the
9594 executable.
9595 (Expressions): Note that preprocessor macros are expanded.
9596
9597 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9598
9599 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9600 options for `target remote'.
9601
9602 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9603
9604 * gdbint.texinfo (Target Architecture Definition): Delete
9605 documentation on NNPC_REGNUM.
9606
9607 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9608
9609 * gdbint.texinfo (Target Architecture Definition): Document
9610 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9611 (Target Architecture Definition): Revise section `Using Different
9612 Register and Memory Data Representations'. Add section `Raw and
9613 Virtual Register Representations'.
9614
9615 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9616
9617 * gdbint.texinfo (Target Architecture Definition): Mention
9618 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9619 (Target Architecture Definition): Mention same. Add references to
9620 web pages.
9621
9622 2002-05-08 Michael Snyder <msnyder@redhat.com>
9623
9624 * stabs.texinfo (Attributes): Document new "vector" attribute.
9625
9626 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9627
9628 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9629
9630 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9631
9632 * gdb.texinfo: Delete obsolete references to a29k.
9633
9634 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9635
9636 * gdbint.texinfo (Target Architecture Definition): Replace
9637 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9638
9639 2002-04-24 David S. Miller <davem@redhat.com>
9640
9641 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9642
9643 2002-04-21 David S. Miller <davem@redhat.com>
9644
9645 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9646
9647 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9648
9649 * gdbint.texinfo (Target Architecture Definition): Delete
9650 definition of HAVE_REGISTER_WINDOWS.
9651
9652 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9653
9654 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9655 "Theodore A. Roth" <troth@verinet.com>.
9656
9657 2002-04-15 Don Howard <dhoward@redhat.com>
9658
9659 From Eli Zaretskii <eliz@gnu.org>
9660 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9661 Provide a better explaination of this feature.
9662
9663 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdbint.texinfo (Target Architecture Definition): Remove
9666 FRAME_CHAIN_COMBINE.
9667
9668 2002-04-12 Michael Chastain <mec@shout.net>
9669
9670 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9671 REG_STACK_SEGMENT.
9672
9673 2002-04-09 Michael Chastain <mec@shout.net>
9674
9675 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9676 PYRAMID_* macros.
9677
9678 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9679
9680 * gdb.texinfo (Bug Reporting): Document that the web is the
9681 prefered way of submitting bug reports.
9682 (Bug Reporting): Delete the s-mail address as the last resort.
9683
9684 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9685
9686 * gdbint.texinfo (Target Architecture Definition): Delete
9687 references to TARGET_WRITE_FP and write_fp.
9688
9689 2002-03-27 Michael Snyder <msnyder@redhat.com>
9690
9691 * gdb.texinfo: Document new commands dump, append, and restore.
9692
9693 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9694
9695 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9696 Branch'.
9697
9698 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9699
9700 * gdb.texinfo: Change all examples to @smallexample.
9701 * gdbint.texinfo: Ditto.
9702
9703 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9704
9705 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9706 Branches''.
9707
9708 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9709
9710 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9711 Policy''.
9712
9713 2002-03-04 Fred Fish <fnf@redhat.com>
9714
9715 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9716 expresson, suports, dependant, trhe, perhaphs, situtations,
9717 explictily, taged, oportunity, unfortunatly).
9718
9719 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9720
9721 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9722 Remove reference to 3.12.
9723
9724 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9725
9726 * gdbint.texinfo: Include fdl.texi.
9727 (Top): Add GNU Free Documentation License.
9728 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9729 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9730 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9731 (gdbint.info): Add srcdir to include path.
9732 * gdb.texinfo: Include gpl.texi.
9733 (Top): Add Copying.
9734 * gpl.texi: New file.
9735
9736 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9737
9738 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9739
9740 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9741
9742 * gdb.texinfo: Document Cygwin native specific commands.
9743
9744 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9745
9746 * gdb.texinfo: Document gdbserver ``--attach'' command.
9747
9748 2002-02-07 Michael Snyder <msnyder@redhat.com>
9749
9750 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9751 to @code(_ovly_debug_event).
9752
9753 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9754
9755 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9756
9757 2002-02-06 Michael Snyder <msnyder@redhat.com>
9758
9759 * gdb.texinfo (overlays): Mention new magic symbol
9760 '_ovly_debug_event', which allows GDB to keep better track
9761 of overlays.
9762
9763 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9764
9765 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9766 Suggested by Dmitry Sivachenko.
9767
9768 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9769
9770 2002-02-01 Michael Snyder <msnyder@redhat.com>
9771
9772 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9773
9774 2002-01-30 Michael Snyder <msnyder@redhat.com>
9775
9776 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9777 (set trust-readonly-sections): Document.
9778
9779 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9780
9781 * gdbint.texinfo (Releasing GDB): Revise and update.
9782
9783 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9784
9785 * gdbint.texinfo (Target Architecture Definition): Delete
9786 description of TARGET_BYTE_ORDER_DEFAULT.
9787
9788 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9789
9790 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9791 <mitya@cavia.pp.ru>.
9792
9793 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9794
9795 * libgdb.texinfo: Delete file.
9796
9797 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9798
9799 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9800 * gdbint.texinfo: Ditto.
9801
9802 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9803
9804 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9805
9806 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9807
9808 * Makefile.in: Update copyright.
9809 (TEXI2DVI): Define.
9810 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9811 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9812 gdb-cfg.texi.
9813 (TEXINDEX, PDFTEX): Delete makefile variables.
9814
9815 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9816
9817 * gdb.texinfo (Protocol): Move section to appendix.
9818
9819 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9820
9821 * gdb.texinfo (Remote Debugging): Create a menu.
9822 (Top): Add ``Remote Debugging'' to menu.
9823
9824 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9825
9826 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9827 serial protocol'' from here.
9828 (Remote Debugging): To here. New chapter.
9829
9830 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Delete
9833 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9834
9835 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9836
9837 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9838 are no longer needed.
9839 (Porting GDB): Add maintainer note about configure.host.
9840
9841 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9842
9843 * gdbint.texinfo (Target Architecture Definition): Remove
9844 definition of IEEE_FLOAT.
9845
9846 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9847
9848 * gdb.texinfo: Beautify copyright years; fix a typo.
9849 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9850 <3diff@gnu.org>
9851
9852 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9853
9854 * gdbint.texinfo (Host Definition): Remove references to
9855 MALLOC_INCOMPATIBLE.
9856
9857 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9858
9859 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9860 and xyz-xdep.o.
9861
9862 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9863
9864 * gdb.texinfo (Maintenance Commands): Add appendix.
9865 (Set Breaks): Copy ``maint info breakpoint'' doco to
9866 ``Maintenance Commands'' appendix. Add reference.
9867
9868 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9869
9870 * fdl.texi: Remove next/prev from @node.
9871
9872 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9873
9874 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9875 for monstrous @multitable (from Brian Youmans).
9876
9877 * fdl.texi: New file.
9878
9879 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9880
9881 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9882
9883 * gdbint.texinfo (Releasing GDB): New chapter.
9884
9885 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9886
9887 * gdb.texinfo (Embedded Processors, Calling program functions):
9888 Obsolete references to a29k.
9889
9890 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9891
9892 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9893 examples. Document that a code-block should do or discard its
9894 cleanups before exit.
9895
9896 2002-01-11 Michael Snyder <msnyder@redhat.com>
9897
9898 * gdb.texinfo (Choosing files): Change @samp to @file.
9899
9900 2002-01-05 Michael Snyder <msnyder@redhat.com>
9901
9902 * gdb.texinfo (--pid): Document new command line option (attach).
9903
9904 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9905
9906 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9907 in the stub.
9908
9909 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9910
9911 * gdbint.texinfo (Target Architecture Definition): Replace
9912 BIG_ENDIAN with BFD_ENDIAN_BIG.
9913
9914 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9915
9916 * gdbint.texinfo (Target Architecture Definition): Replace
9917 value_ptr with struct value pointer.
9918
9919 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9920
9921 * gdb.texinfo (Free Software): Fix wording.
9922
9923 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9924
9925 * gdb.texinfo (Free Software): New section ``Free Software Needs
9926 Free Documentation''.
9927
9928 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9929
9930 * stabs.texinfo:
9931 * gdb.texinfo:
9932 * gdbint.texinfo:
9933 * libgdb.texinfo:
9934 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9935
9936 2001-12-29 Michael Snyder <msnyder@redhat.com>
9937
9938 * gdb.texinfo (maint info sections): Fix typo.
9939
9940 2001-12-26 Michael Snyder <msnyder@redhat.com>
9941
9942 * gdb.texinfo (maint info sections): Document.
9943
9944 * gdb.texinfo (info proc): Comment out documentation for
9945 'info proc' sub-options that are currently not implemented.
9946
9947 2001-12-20 Jim Blandy <jimb@redhat.com>
9948
9949 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9950
9951 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9952
9953 * gdbint.texinfo (Target Architecture Definition): Replace
9954 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9955
9956 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9957
9958 * gdbint.texinfo (Host Definition): Delete documentation on
9959 HOST_BYTE_ORDER.
9960
9961 2001-11-30 Jim Blandy <jimb@redhat.com>
9962
9963 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9964 overlay support. Add to top-level menu.
9965
9966 2001-11-26 Tom Tromey <tromey@redhat.com>
9967
9968 * gdb.texinfo (Command Syntax): Document C-o binding.
9969
9970 2001-07-26 Christopher Faylor <cgf@redhat.com>
9971
9972 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9973 use since it is described in the referenced section.
9974
9975 From Eli Zaretskii <eliz@gnu.org>
9976 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9977 clearer when using DJGPP.
9978
9979 2001-11-24 Christopher Faylor <cgf@redhat.com>
9980
9981 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9982 specifically refer to MS-DOS.
9983 (command files): Mention gdb.ini is only used on MS-DOS.
9984
9985 2001-11-21 Tom Tromey <tromey@redhat.com>
9986
9987 * gdb.texinfo (Invoking GDB): Document --args.
9988 (Mode Options): Likewise.
9989
9990 2001-11-21 Jim Blandy <jimb@redhat.com>
9991
9992 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9993 Delete documentation; this macro has been removed from the
9994 sources.
9995
9996 2001-11-13 Jim Blandy <jimb@redhat.com>
9997
9998 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9999
10000 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
10001
10002 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10003
10004 2001-11-05 Michael Snyder <msnyder@redhat.com>
10005
10006 * gdb.texinfo (info functions): Document use of backslash to
10007 quote regexp chars in function names such as "operator*()".
10008
10009 2001-11-01 Fred Fish <fnf@redhat.com>
10010
10011 * gdbint.texinfo (SOLIB_ADD): Document additional new
10012 "readsyms" arg.
10013
10014 2001-10-30 Don Howard <dhoward@redhat.com>
10015
10016 * gdb.texinfo: (Command Files) Added documentation for the
10017 behavior of gdb with input redirected from a file.
10018
10019 2001-10-28 Fred Fish <fnf@redhat.com>
10020
10021 * gdb.texinfo (auto-solib-add): Change docs to match
10022 implementation change.
10023 (auto-solib-limit): Add docs for new variable.
10024
10025 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10026
10027 * gdbint.texinfo (Target Architecture Definition): Function
10028 value_as_pointer renamed to value_as_address.
10029
10030 2001-10-15 Andrew Cagney <ac131313@redhat.com>
10031
10032 * gdbint.texinfo (Target Architecture Definition): Default
10033 POINTER_TO_ADDRESS functions assume unsigned addresses.
10034 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
10035 posting by Jim Blandy.
10036
10037 2001-10-12 Jim Blandy <jimb@redhat.com>
10038
10039 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10040 version of texi2html (1.64) doesn't support this flag any more.
10041
10042 2001-09-08 Mark Kettenis <kettenis@gnu.org>
10043
10044 * gdbint.texinfo (Host Definition): Remove description of
10045 MEM_FNS_DECLARED.
10046
10047 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10048
10049 * gdbint.texinfo (Host Definition): Remove description of
10050 HAVE_SIGSETMASK.
10051
10052 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10053
10054 * gdbint.texinfo (Target Architecture Definition): Add
10055 explanation of TARGET_PRINT_INSN macro.
10056
10057 2001-08-30 Jim Blandy <jimb@redhat.com>
10058
10059 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10060 Explain what it means to load relocatable files.
10061
10062 2001-08-28 Jim Blandy <jimb@redhat.com>
10063
10064 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10065 info `top' menu.
10066
10067 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10068
10069 * gdbint.texinfo: Add a cautionary note about macro use.
10070
10071 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10072
10073 * gdb.texinfo: Explain omitting the hostname in the
10074 `target remote' command.
10075
10076 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10077
10078 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10079 and END-INFO-DIR-ENTRY.
10080
10081 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10082
10083 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10084
10085 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10086
10087 * gdbint.texinfo (libgdb): Rewrite.
10088
10089 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10090
10091 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10092
10093 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10094
10095 * gdb.texinfo (TUI): New chapter, document the TUI.
10096 (Mode Options): Document the -tui option.
10097
10098 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10099
10100 * gdbint.texinfo (Host Definition): Remove description of
10101 NEED_POSIX_SETPGID.
10102
10103 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10104
10105 * gdb.tex (DJGPP Native): New node, with descriptions of
10106 DJGPP-specific commands.
10107
10108 2001-07-19 John R. Moore <jmoore@redhat.com>
10109
10110 * gdbint.texinfo: Three misspellings.
10111
10112 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10113
10114 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10115 `test` expressions on bash. Problem reported by Colin Walters.
10116
10117 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10118
10119 * gdbint.texinfo (User Interface): Update ui-out documentation to
10120 refelect recent UI/MI updates.
10121
10122 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10123
10124 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10125 interpreters.
10126
10127 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10128
10129 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10130 structure and not macros.
10131 (Host Definition): Document that much of this chapter is obsolete.
10132 (Target Architecture Definition): Update list of files that make
10133 up a target architecture.
10134 (Coding): Update.
10135
10136 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10137
10138 * gdbint.texinfo (Target Architecture Definition): Update
10139 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10140 The latter has been changed to a true predicate.
10141
10142 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10143
10144 * annotate.texi: Add @noindent where needed. From Dmitry
10145 Sivachenko <dima@Chg.RU>.
10146 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10147
10148 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10149
10150 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10151
10152 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10153
10154 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10155 returns ``OK''. Document that the ``R'' packet does not reply.
10156
10157 2001-06-13 Michael Snyder <msnyder@redhat.com>
10158
10159 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10160
10161 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10162
10163 * gdb.texinfo (Signals): Clarify the default setting of signal
10164 handling.
10165
10166 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10167
10168 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10169 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10170
10171 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10172
10173 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10174
10175 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10176
10177 * gdbint.texinfo (Clean Design and Portable Implementation):
10178 Renamed from "Clean Design".
10179 (Clean Design and Portable Implementation): Document portable
10180 methods of handling file names, and the associated macros.
10181
10182 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10183
10184 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10185 command and provide a cross-reference to its description.
10186 (Symbols): Note that "info scope" is useful for trace experiments.
10187
10188 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10189
10190 * gdb.texinfo (Symbols): Document "info scope".
10191 (Tracepoints): New chapter.
10192 (Contributors): Update for v5.1.
10193 <All nodes>: Change "C++" to "C@t{++}".
10194
10195 * gdbint.texinfo (User Interface): A new section about ui_out
10196 functions, based on text written by Fernando Nasser.
10197
10198 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10199
10200 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10201
10202 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10203
10204 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10205
10206 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10207 Replace "GDB" with "@value{GDBN}". Fix markup.
10208
10209 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10210
10211 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10212 a cross-reference to its description.
10213 (Symbols): Document "info symbol".
10214
10215 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10216
10217 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10218 subsection "x86 Watchpoints".
10219 (Target Architecture Definition): Document the macros
10220 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10221 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10222
10223 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10224
10225 * gdbint.texinfo (Target Architecture Definition): Update
10226 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10227 list.
10228
10229 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10230
10231 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10232 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10233
10234 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10235
10236 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10237
10238 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10239
10240 * gdb.texinfo (Environment): Document that `path' does not change
10241 the value of PATH in GDB's own environment (it did in the past,
10242 but that was changed on March 15, 1994). Reported by Doug Evans
10243 <dje@transmeta.com>.
10244
10245 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10246 its line. Fix markup of commands and macros. Add an Index node
10247 and index entries.
10248
10249 2001-01-23 J.T. Conklin <jtc@redback.com>
10250
10251 * gdb.texinfo (Memory region attributes): New manual section.
10252
10253 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10254
10255 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10256
10257 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10258
10259 * refcard.tex: Version and copyright fixed. From Phil Edwards
10260 <pedwards@disaster.jaj.com>.
10261
10262 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10263
10264 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10265 DWARF2_REG_TO_REGNUM): Document.
10266
10267 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10268
10269 * gdbint.texinfo (Coding): Update current value of
10270 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10271
10272 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10273
10274 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10275 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10276
10277 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10278
10279 * gdb.texinfo: Document new 'set step-mode' command.
10280
10281 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10282
10283 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10284 changes from Dmitry Sivachenko <dima@Chg.RU>.
10285
10286 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10287
10288 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10289 From Steven Johnson <sbjohnson@ozemail.com.au>.
10290
10291 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10292
10293 * gdbint.texinfo (Overall Structure): Spelling fix.
10294
10295 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10296
10297 * gdbint.texinfo (Target Architecture Definition): Document that
10298 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10299 for which REGISTER_CONVERTIBLE returns a zero value.
10300
10301 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10302
10303 * Makefile.in (install-info): Find files to install in either the
10304 build or source directories (adapted from Makefile.am).
10305
10306 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10307
10308 * stabs.texinfo: Fix spelling errors.
10309 (String Field): FILE-NUMBER starts from 0, not 1.
10310
10311 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10312
10313 * refcard.tex: Remove \centerline from the blurb. Patch from
10314 Brian Youmans.
10315
10316 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10317
10318 * Makefile.in (install-info): Support installation from outside of
10319 the source directory. Reported by Mark Harig
10320 <markh@frazier.landmark.com>.
10321
10322 2000-06-20 J.T. Conklin <jtc@redback.com>
10323
10324 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10325
10326 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10327
10328 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10329 Generate using pdftex.
10330 (PDFTEX): Define.
10331 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10332 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10333 @contents at the start.
10334
10335 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10336
10337 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10338 Youmans.
10339
10340 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10341
10342 From Brian Youmans:
10343 * gdb.texinfo: Fix ``et al.''.
10344
10345 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10346
10347 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10348 loop.
10349
10350 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10351
10352 * configure: Regenerate.
10353
10354 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10355
10356 * Makefile.in (install-info): Run install-info on installed Info
10357 files.
10358
10359 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10360
10361 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10362 Andrew Cagney.
10363
10364 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10365
10366 * gdb.texinfo: Proofreading changes from Brian Youmans.
10367
10368 2000-05-01 Nick Duffek <nsd@cygnus.com>
10369
10370 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10371 startup sequence, minor edits.
10372
10373 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10374
10375 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10376 TeX.
10377
10378 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10379 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10380 like `n' and `s' which look weird. Convert some of the @kindex to
10381 @vindex, when they refer to variables, not commands.
10382
10383 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10384
10385 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10386
10387 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10388
10389 * Makefile.in (GDBMI_DIR): New variable.
10390 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10391 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10392 (gdbmi.texinfo): New target, for texi2roff.
10393 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10394 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10395
10396 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10397 gdbmi.texinfo.
10398 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10399 comment.
10400
10401 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10402
10403 * gdb.texinfo (Files): Update description of add-symbol-file
10404 command.
10405
10406 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10407
10408 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10409 prevents the build (and is generally a Bad Idea).
10410
10411 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10412
10413 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10414 a comma inside @var.
10415 (Command Files): Index markup changes from Dmitry Sivachenko
10416 <dima@Chg.RU>.
10417
10418 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10419
10420 * Makefile.in (LN_S): Define.
10421 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10422 invoke "ln -s" unless it is known to work.
10423
10424 * configure.in (AC_PROG_LN_S): Add.
10425
10426 2000-04-14 Jim Blandy <jimb@redhat.com>
10427
10428 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10429 section.
10430 (Target Conditionals): Document ADDRESS_TO_POINTER,
10431 POINTER_TO_ADDRESS.
10432
10433 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10434
10435 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10436 gdb-cfg.texi to get the value.
10437
10438 2000-04-10 Jim Blandy <jimb@redhat.com>
10439
10440 * gdbint.texinfo (Target Architecture Definition): Fix
10441 cross-references.
10442
10443 2000-04-08 Jim Blandy <jimb@redhat.com>
10444
10445 * gdbint.texinfo (Using Different Register and Memory Data
10446 Representations): New section.
10447 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10448 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10449 REGISTER_CONVERT_TO_RAW): Document.
10450
10451 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10452
10453 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10454 for acknowledgments.
10455
10456 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10457
10458 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10459 qThreadExtraInfo.
10460
10461 2000-03-28 J.T. Conklin <jtc@redback.com>
10462
10463 * gdb.texinfo: Clarify which remote debug protocol commands are
10464 required and which are optional.
10465
10466 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10467
10468 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10469 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10470 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10471 * annotate.texi: Update.
10472
10473 2000-03-28 Stan Shebs <shebs@apple.com>
10474
10475 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10476 expectation of additional changes before release), update
10477 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10478 node links, rephrase and/or shorten lines to fix formatting
10479 problem in both regular and @smallbook formats.
10480 * annotate.texi: Shorten lines in example, use smallexample
10481 consistently everywhere.
10482 * Makefile.in: Add comment about texinfo 4.0 html generation.
10483 (SFILES_INCLUDED): Add annotate.texi.
10484
10485 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10486
10487 * gdb.texinfo (Debugging Output): Added new section, documenting
10488 the "set/show debug" commands.
10489
10490 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10493 entry.
10494
10495 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10496 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10497 @chapter and @node entries.
10498
10499 * gdb.texinfo: Link all top-level nodes.
10500
10501 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10502
10503 * Makefile.in (install-info): Create $(infodir) before installing
10504 files.
10505
10506 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10507
10508 From David Whedon <dwhedon@gordian.com>
10509 * gdbint.texinfo : Added paragraphs about command deprecation.
10510
10511 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10512
10513 * gdb.texinfo: Add documentation for the apropos command.
10514
10515 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10516
10517 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10518
10519 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10520
10521 * gdb.texinfo: Add white space to prevent overprinting in
10522 two places.
10523
10524 2000-03-17 Stan Shebs <shebs@apple.com>
10525
10526 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10527 <dima@Chg.RU>, also clarification of allowed content for
10528 string constants.
10529
10530 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10531
10532 * gdb.texinfo (main menu): Add Annotations.
10533 (File Options): Add @cindex entries for each command-line option.
10534 Document --epoch, --annotate, --async, --interpreter, --write,
10535 --statistics, and --version.
10536
10537 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10538 of GDB.
10539
10540 2000-02-23 Jim Blandy <jimb@redhat.com>
10541
10542 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10543
10544 2000-02-22 Jim Blandy <jimb@redhat.com>
10545
10546 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10547
10548 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10549
10550 * Makefile.in (diststuff): New target.
10551
10552 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10553
10554 * agentexpr.texi: Fix wording regarding Intel's IA-64
10555 architecture. [From Jim Wilson.]
10556
10557 2000-01-16 Tom Tromey <tromey@cygnus.com>
10558
10559 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10560 (Delete Breaks): Mention range arguments.
10561 (Disabling): Likewise.
10562
10563 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10564
10565 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10566
10567 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10568
10569 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10570 valid functions.
10571
10572 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10573
10574 * gdb.texinfo: Clarify regular expressions used in rbreak.
10575
10576 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10577
10578 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10579 MEMORY_REMOVE_BREAKPOINT): Document.
10580
10581 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10582
10583 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10584 offset re-using the DATA offset instead.
10585
10586 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10587
10588 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10589
10590 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10591
10592 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10593 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10594 typos.
10595
10596 * gdb.texinfo: Various minor wording and formatting improvements,
10597 mentions of additional command-line options.
10598
10599 1999-09-30 Fred Fish <fnf@cygnus.com>
10600
10601 * gdb.texinfo: Document additional forms of specifying section
10602 names and addresses for the add-symbol-file command.
10603
10604 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10605
10606 * gdbint.texinfo: Fix typo, add the word "have".
10607
10608 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10609
10610 * gdbint.texinfo (Target Architecture Definition): Document the
10611 SKIP_PERMANENT_BREAKPOINT macro.
10612
10613 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * gdb.texinfo: Fiks speling errers.
10616
10617 * gdb.texinfo: Fix uses of @multitable.
10618
10619 From Eli Zaretskii <eliz@gnu.org>:
10620 * gdb.texinfo: Include details specific to DOS host, clarify
10621 some confusing language, fix @ref/@xref/@pxref usages, add
10622 comments about using with optimization, add more indexing,
10623 fix info about disassembly-flavor.
10624
10625 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10626
10627 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10628 SKIP_SOLIB_RESOLVER): Define.
10629
10630 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10631
10632 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10633 ``g'' packets.
10634
10635 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10636
10637 * gdb.texinfo: Create a new "Configurations" chapter with
10638 platform-specific info, inline remote.texi and move sections of it
10639 into the new chapter, move bits about info proc, heuristic search,
10640 and register stack into the new chapter.
10641 * remote.texi: Remove, now part of gdb.texinfo.
10642 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10643
10644 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10645
10646 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10647 GDB_TARGET_IS_MACH386): These kludges have gone away.
10648
10649 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10650
10651 * gdbint.texinfo (Target Architecture Definition): Mention
10652 TDEPLIBS.
10653
10654 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10655
10656 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10657 surrounding text to fit HP-UX bits into general info.
10658 (HPPA-cfg.texi): Remove, no longer useful.
10659
10660 * gdb.texinfo: Remove explicit links from @node lines, remove
10661 HP-added "Detailed Node Listing" from main menu which confuses
10662 things.
10663
10664 From Dmitry Sivachenko <dima@Chg.RU>:
10665 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10666 in description of `set environment'.
10667
10668 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10669
10670 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10671
10672 1999-08-12 Ben Elliston <bje@cygnus.com>
10673
10674 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10675
10676 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10677
10678 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10679 watch, awatch, and rwatch. Explain why the latter two cannot be
10680 set as software watchpoints. Document that watchpoints for local
10681 variables are deleted when the debuggee terminates.
10682
10683 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10684
10685 * remote.texi (Protocol): Further clarification of the "qRcmd"
10686 packet. Allow E.. response packet. "qRcmd" packet is no longer
10687 reserved.
10688
10689 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10690
10691 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10692 * gdb.texinfo: Ditto.
10693
10694 1999-08-06 Tom Tromey <tromey@cygnus.com>
10695
10696 * gdb.texinfo (KOD): New node.
10697
10698 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10699
10700 * remote.texi (Rcmd): Fix minor formatting typos.
10701
10702 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10703
10704 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10705 packets.
10706
10707 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10708
10709 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10710 fixes.
10711
10712 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10713
10714 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10715
10716 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10717
10718 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10719 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10720 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10721 packets that are not supported on all hosts. Expand examples.
10722 Spell check.
10723
10724 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10725
10726 * Makefile.in: Recognize html, install-html. Add targets
10727 to build HTML versions of documentation via texi2html.
10728
10729 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10730
10731 * gdbint.texinfo (Testsuite): New chapter, information about the
10732 testsuite.
10733
10734 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10735
10736 * remote.texi (Communication Protocol): Rewrite.
10737
10738 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10739
10740 * stabs.texinfo: Fix uses of xref.
10741
10742 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10743
10744 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10745 info about patch submission.
10746
10747 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10748
10749 From Per Bothner <bothner@cygnus.com>:
10750 * gdb.texinfo: Document Chill support.
10751
10752 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10753
10754 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10755 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10756 Document that the value should be greater-than or equal-to zero.
10757 (NO_STD_REGS): Document. Deprecate.
10758
10759 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10760
10761 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10762 Document that these are not used.
10763
10764 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10765
10766 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10767
10768 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10769
10770 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10771 numargs was dropped.
10772
10773 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10774
10775 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10776
10777 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10778
10779 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10780 Update.
10781
10782 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10783
10784 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10785 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10786
10787 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10788
10789 * gdbint.texinfo: Fix typos: $ -> @.
10790
10791 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10792
10793 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10794 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10795 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10796 BREAKPOINT_FROM_PC.
10797
10798 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10799
10800 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10801 CALL_DUMMY_STACK_ADJUST): Document.
10802
10803 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10804
10805 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10806 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10807
10808 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10809
10810 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10811 longer exists.
10812
10813 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10814
10815 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10816 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10817 they make the manual source incomprehensible.
10818 * h8-cfg.texi: Remove, hasn't been used in years.
10819
10820 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10821
10822 * gdb.texinfo: Update the credits.
10823
10824 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10825
10826 * gdb.texinfo: Fix mistakes noticed in printout of last
10827 draft, add Alpha to discussion of heuristic fence post.
10828
10829 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10830
10831 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10832 Edition, merge some HP changes into mainline, describe some
10833 previously undocumented features, describe more of the target
10834 commands available, eliminate obsolete section on renamed
10835 commands.
10836 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10837
10838 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10839
10840 * gdb.texinfo: Make many HPPA conditionals unconditional,
10841 including catchpoint description, since now on for all configs.
10842 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10843 specializations.
10844
10845 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10846
10847 * Makefile.in (GDBvn.texi): Fix match expression to work with
10848 current format of VERSION in gdb/Makefile.in.
10849 * gdb.texinfo: Fix node ref to match new readline.
10850
10851 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10852
10853 * gdb.texinfo: Changes made as part of a project to merge in
10854 changes made by HP. Documentation makes extensive use of
10855 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10856 on remote debugging. There are differences in documentation
10857 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10858 the HP manual discusses catchpoints, hardware watchpoints, and
10859 some HPUX specific limitations for shared library support.
10860
10861 There are also a number of @node changes.
10862
10863 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10864
10865 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10866 (C Usage): Same.
10867
10868 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10869
10870 The following changes were made by Edith Epstein
10871 <eepstein@cygnus.com> as part of a project to merge in changes
10872 made by HP.
10873
10874 * HPPA-cfg.texi: new file.
10875
10876 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10877
10878 * refcard.tex: change documentation about catch.
10879 removed info catch.
10880
10881 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10882
10883 * gdbint.texinfo: Expand on GDB's coding standards,
10884 specify the use of arg names with prototypes.
10885
10886 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10887
10888 * gdb.texinfo: Fix tipo.
10889
10890 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10891
10892 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10893 TARGET_BYTE_ORDER_SELECTABLE_P.
10894
10895 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10896
10897 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10898
10899 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10900
10901 * agentexpr.texi: New file.
10902
10903 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10904
10905 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10906
10907 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10908
10909 * remote.texi: Changed wording that implied that the GDB remote
10910 protocol caches register values instead of GDB itself.
10911
10912 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10913
10914 * gdbint.texinfo: Add some info about symbol readers.
10915 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10916 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10917 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10918 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10919
10920 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10921
10922 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10923
10924 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10925
10926 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10927
10928 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10929
10930 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10931 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10932
10933 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10934
10935 * gdbint.texinfo: Fix minor typos.
10936
10937 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10938
10939 * gdbint.texinfo: Complete overhaul. Group descriptions more
10940 logically, add more info on generic algorithms, remove much
10941 obsolete and/or wrong material.
10942
10943 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10944
10945 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10946
10947 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10948
10949 * refcard.tex: Copyright, address updates.
10950
10951 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10952
10953 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10954 for the edition instead of confusing GDB-version-like numbers.
10955
10956 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10957
10958 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10959
10960 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10961
10962 * LRS: Reformat a bit to keep text under 80 columns.
10963
10964 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10965
10966 * gdb.texinfo: Add some credits, mention bug monitor.
10967 * remote.texi: Mention mips monitor targets.
10968 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10969
10970 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10971
10972 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10973 files, finish sorting of host vs target vs native macros, describe
10974 some more of them.
10975
10976 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10977
10978 * gdbint.texinfo (Host Conditionals): Document change from
10979 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10980
10981 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10982
10983 * gdbint.texinfo (Host Conditionals): Document
10984 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10985
10986 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10989 Document LSEEK_NOT_LINEAR.
10990
10991 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10992
10993 * stabs.texinfo (Stab Section Basics): Make it clear that only
10994 some versions of the GNU linker remove the leading N_UNDF symbol.
10995
10996 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10997
10998 * stabs.texinfo (String Field): Document type number pairs here,
10999 instead of in the Sun specific section.
11000 (Include Files): The GNU linker supports the N_BINCL
11001 optimization. Clarify the N_BINCL value, and what it is used
11002 for.
11003 (Procedures): Document N_FUN with an empty string to mark the end
11004 of a function.
11005 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11006 (Sun Differences): Remove this node, as the information is now
11007 elsewhere in the main document.
11008 (Stab Section Basics): Mention that the GNU linker may optimize
11009 stabs and remove the leading N_UNDF symbol.
11010
11011 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
11012
11013 * gdb.texinfo, refcard.tex: Restore author credit
11014
11015 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
11016
11017 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11018 documentation to account for START and END macros taking
11019 one arg.
11020
11021 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
11022
11023 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11024 * gdb.texinfo (Frames): Fix typo.
11025
11026 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
11027
11028 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11029 a target_signal as arg type, not a pid.
11030
11031 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
11032
11033 * gdb.texinfo: Document `set assembly-language'.
11034
11035 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
11036
11037 * remote.texi: Update list of stubs in the GDB distribution.
11038
11039 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
11040
11041 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11042 Also document that some systems can use mmalloc but must define
11043 this if their C runtime allocates memory that is later freed.
11044 (MMCHECK_FORCE): Document new macro.
11045
11046 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11047
11048 * remote.texi: Add documentation for target Sparclet.
11049
11050 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11051
11052 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11053 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11054 * configure.in: Rewritten for autoconf.
11055 * configure: New.
11056
11057 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11058
11059 * Makefile.in (DVIPS): New define, set to dvips.
11060 (dvi): Add stabs.dvi.
11061 (ps): New target.
11062 (all-doc): Depend on info, dvi, and ps targets.
11063 (STAGESTUFF): Add *.ps and *.dvi files.
11064 (clean-info, clean-dvi): Remove.
11065 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11066 rules completely rewritten.
11067 (maintainer-clean): Remove clean-info and clean-dvi
11068 dependencies and put their actions in the rules.
11069 (gdb.ps): New target
11070 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11071 intermediate TeX files, whether they have 2 or 3 character
11072 extensions.
11073 (gdbint.ps): Add target and rules.
11074 (gdb-internals): Delete unused target.
11075 (Makefile): Depends upon config.status also.
11076
11077 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11078
11079 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11080 set.
11081
11082 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11083
11084 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11085 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11086
11087 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11088
11089 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11090
11091 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11092
11093 * gdb.texinfo (Print settings): Document
11094 `set/show print static-members' commands.
11095
11096 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11097
11098 * gdbint.texinfo (Native): Document name change, coredep.c to
11099 core-aout.c.
11100
11101 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11102
11103 * stabs.texinfo (Include Files): Document the values the SunOS4
11104 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11105
11106 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11107
11108 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11109 Fix typo.
11110
11111 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11112
11113 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11114 "gdb.tar.Z".
11115
11116 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11117
11118 * Makefile.in (maintainer-clean): New target, synonym for
11119 realclean.
11120
11121 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11122
11123 * Update all FSF addresses except those in COPYING* files.
11124
11125 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11126
11127 From Richard Earnshaw (rearnsha@armltd.co.uk):
11128 * gdb.texinfo (convenience variables): Document $_exitcode.
11129 (quit): Document optional expression to use as exit code.
11130
11131 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11132
11133 * gdb.texinfo, remote.texi: Brought up to date with various
11134 GDB changes.
11135
11136 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11137
11138 * gdb.texinfo: Update dates and versions, fix comments about
11139 hardware watchpoints in future releases and about the
11140 sharedlibrary command.
11141
11142 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11145 C_FUN stab. Other cleanups.
11146
11147 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11148
11149 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11150 for the sparc stub.
11151
11152 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11153
11154 * annotate.texi: Clarify which addresses have differing formats
11155 depending on the language and which do not.
11156
11157 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11158
11159 * remote.texi (NetWare): Changed example to use BOARD= instead of
11160 NODE= argument to reflect correspoding change to gdbserve.nlm.
11161
11162 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11165 GDB, as well as AIX dbx, supports the size type attribute.
11166
11167 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11168
11169 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11170
11171 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11172
11173 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11174 and new 'if' and 'while' commands.
11175
11176 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11177
11178 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11179
11180 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11181
11182 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11183 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11184 NetWare targets. Mostly stolen from the Server node.
11185
11186 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11187
11188 * gdb.texinfo (Setting): Talk about the language of a source file
11189 versus the working language. The old documentation did not match
11190 what GDB did.
11191
11192 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11193
11194 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11195 of a source file.
11196
11197 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11198
11199 * gdb.texinfo (Processes): New node.
11200
11201 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11202
11203 * remote.texi: Update documentation of set/show mipsfpu.
11204
11205 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11206
11207 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11208 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11209
11210 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11211
11212 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11213 obsolete conditionals, described some others.
11214
11215 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11216
11217 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11218 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11219
11220 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11221
11222 * gdbint.texinfo: Put regex conditionals in their own table.
11223
11224 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11225
11226 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11227 described or fixed the descriptions of many others.
11228
11229 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11230
11231 * gdb.texinfo: Add some more credits.
11232 * gdbint.texinfo: Capitalize GDB consistently, describe some
11233 macros and remove some.
11234
11235 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11236
11237 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11238 obsolete conditionals, described some others.
11239
11240 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11241
11242 * gdb.texinfo (help targets): Changed to `help target', which
11243 is the correct gdb command.
11244
11245 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11246
11247 * annotate.texi (TODO): New node, for keeping track of annotations
11248 suggested but not yet implemented.
11249
11250 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11251
11252 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11253 another symbol, it is not the address itself.
11254
11255 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11256
11257 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11258 of stabs-in-coff sections.
11259
11260 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11261
11262 * annotate.texi: Change edition to 0.5 and date to May 1994.
11263 Add index.
11264 (Frames): New node, for frame annotation.
11265 (Displays): New node, for display annotation.
11266
11267 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11268 when waiting for your program to stop.
11269
11270 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11271
11272 * annotate.texi (Breakpoint Info): Document annotation of header
11273 fields and record annotation.
11274
11275 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11276
11277 * annotate.texi: New file, to document annotations.
11278
11279 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11280
11281 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11282 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11283
11284 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11285
11286 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11287 section, and say n_strx field is compilation unit relative.
11288 * stabs.texinfo: Don't use @code for a.out when it is the name of
11289 an object file format.
11290
11291 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11292
11293 * gdb.texinfo: Refer to file names, not path names, per rms
11294 convention.
11295 (Arguments): Fix typo.
11296
11297 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11298
11299 * stabs.texinfo (Global Variables): Talk about stabs in files
11300 where variables are referenced, but not defined.
11301
11302 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11303
11304 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11305 Cplusplus to new nodes Member Type Descriptor and Method Type
11306 Descriptor. Re-write stuff for #.
11307
11308 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11309
11310 * gdb.texinfo (Print Settings): Don't document "set print
11311 fast-symbolic-addr off". The bug which it worked around was fixed
11312 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11313
11314 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11315 N_ENTRY node.
11316
11317 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11318
11319 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11320
11321 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11322 references to ieee-float.c.
11323
11324 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11325
11326 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11327 match what the code actually does.
11328
11329 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11330
11331 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11332
11333 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11334
11335 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11336 i, and b.
11337
11338 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11339
11340 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11341 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11342 as "stabs in sections" rather than just saying "ELF and SOM".
11343 Also make that stuff apply to COFF.
11344
11345 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11346
11347 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11348 Ghostscript.
11349
11350 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11351
11352 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11353 versus functions without line numbers, also mention stepping into
11354 them as well as "step" when you are in them. Tell the user how to
11355 deal with the situation. Add comment about "debugging information".
11356
11357 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11358
11359 * stabs.texinfo (Enumerations): Document restriction on where
11360 enumeration types can appear and still win with GDB.
11361
11362 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11363
11364 * stabs.texinfo (Negative Type Numbers): Document format for type
11365 -16.
11366
11367 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11368
11369 * gdb.texinfo (Selection, Frame Info): Update information about
11370 arbitrary frame specficiations.
11371
11372 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11373
11374 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11375
11376 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11377
11378 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11379
11380 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11381
11382 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11383
11384 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11385
11386 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11387 Differences node to Statics node.
11388 (Statics): Discuss XCOFF use of V symbol descriptor.
11389
11390 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11391 not clean.
11392
11393 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11394
11395 * gdb.texinfo (Print Settings): Document `set print
11396 fast-symbolic-addr' and improve the doc for some other
11397 `set print's.
11398
11399 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11400
11401 * stabs.texinfo (String Field): Talk about defining several type
11402 numbers at once.
11403 Fix lint regarding changing node ELF Transformations to
11404 ELF and SOM Transformations.
11405
11406 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11407
11408 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11409
11410 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11411
11412 * stabs.texinfo (Cross-References): `::' is for nested types only
11413 within <>.
11414 (Structures): Document static members.
11415
11416 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11417
11418 * stabs.texinfo: Document S type attribute.
11419
11420 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11421
11422 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11423
11424 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11425
11426 * gdbint.texinfo: Fix a few typos.
11427
11428 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11429
11430 * gdb.texinfo, remote.texi: formatting improvements
11431
11432 * gdb.texinfo (New Features): mention threads.
11433 (Summary, C): fix xrefs in newly contributed text.
11434 (Threads): index entries, clarifications, example
11435 (passim): minor typos fixed, phrasing improvements
11436
11437 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11438 entries; (Server): explain use of gdbserver w/real-time systems,
11439 add example of conflicting TCP port; (MIPS Remote) break up
11440 running text into table, highlighting commands, and add example.
11441
11442 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11443
11444 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11445
11446 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11447
11448 * stabs.texinfo (Nested Symbols): New node.
11449 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11450
11451 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11452
11453 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11454 to picking which Bbss.bss symbol to use, and (because there seems to
11455 be no good way of doing it) re-write some of the text to make it
11456 sound like Bbss.bss isn't such a great idea after all (as currently
11457 designed).
11458
11459 * gdb.texinfo (C): In addition to saying people have to use g++ for
11460 good results, say they have to use stabs. Specifically say cfront
11461 doesn't work well.
11462 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11463 the gdb README. Add xrefs to places where the support for the various
11464 languages is described in detail.
11465
11466 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11467
11468 * stabs.texinfo: Clean up stuff about visibility and virtual
11469 characters.
11470
11471 * stabs.texinfo (N_M2C): Cite Sun doc.
11472
11473 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11474
11475 * gdb.texinfo: updates re threads.
11476 * remote.texinfo: avoid index entries starting with digits.
11477
11478 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * stabs.texinfo (Enumerations): Talk about large, negative and
11481 octal values. Clean up cross reference to type attributes.
11482 (String Field): Say that GDB 4.11 supports size attribute.
11483
11484 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11485
11486 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11487 is a mandatory step. Make the stuff about that more concise.
11488
11489 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11490
11491 * stabs.texinfo (Class Names): New node.
11492
11493 * gdb.texinfo (Command Files): Explain order of init file reading.
11494
11495 * remote.texi (Bootstrapping): Talk about getting the serial driver
11496 to deal with ^C sent by gdb to stop the remote system.
11497
11498 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11499
11500 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11501
11502 * libgdb.texinfo (Defining Commands): made the DOC arg
11503 to gdb_define_app_command a char * instead of char **
11504 per a suggestion from kingdon.
11505
11506 * libgdb.texinfo: total rewrite from a different starting
11507 premise.
11508
11509 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11510
11511 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11512 floats passed as doubles (to improve clarity).
11513
11514 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11515
11516 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11517
11518 * a4rc.sed: update to work with Andreas Vogel papersize params
11519
11520 * refcard.tex: use Andreas Vogel simplifications of papersize
11521 params; remove useless version info; update copyright date.
11522
11523 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11524
11525 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11526
11527 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11528
11529 * gdb.texinfo (Files): Say what address the load command loads it at.
11530
11531 * stabs.texinfo (Common Blocks): Minor cleanups.
11532
11533 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11534 that Sun has backed away from the linker kludge and thus the relevant
11535 issue is changes to the SunPRO tools, not the Solaris linker.
11536
11537 * stabs.texinfo (Traditional Integer Types): Clean up description
11538 of octal bounds a little bit. Document extra leading zeroes.
11539
11540 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11541
11542 * gdb.texinfo (Signaling): Update for symbolic symbol names
11543 and add a section explaining the difference between the GDB
11544 signal command and the shell kill utility.
11545
11546 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11547
11548 * libgdb.texinfo: added `@' to braces that were unescaped.
11549
11550 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11551
11552 * libgdb.texinfo: new file. Spec for the gdb library.
11553
11554 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11555
11556 * stabs.texinfo (Include Files): Fix typo (start -> end).
11557
11558 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11559
11560 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11561 from Melissa at FSF's editing pass.
11562
11563 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11564
11565 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11566 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11567 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11568
11569 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11570
11571 * remote.texi (Bootstrapping): Discuss 386 call gates.
11572
11573 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11574
11575 * stabs.texinfo (Based Variables): New node.
11576
11577 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11578
11579 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11580 names, sizes, and formats to suggest how not to lose.
11581
11582 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11583
11584 * stabs.texinfo (Methods): Fix typo.
11585
11586 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11587
11588 * gdb.texinfo: Fix a few typos.
11589
11590 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11591
11592 * gdb.texinfo: Clarify how well it works with Fortran.
11593
11594 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11595 More on relocating stabs in ELF files.
11596
11597 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11598
11599 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11600
11601 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11602
11603 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11604 parameters on VAX.
11605
11606 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11607
11608 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11609
11610 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11611
11612 * stabs.texinfo: Make info author notice match the TeX author notice.
11613
11614 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11615
11616 * stabs.texinfo: Initial-caps all words in node names and
11617 non-trivial words in section names.
11618
11619 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11620
11621 * stabs.texinfo: Many minor cleanups.
11622
11623 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11624
11625 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11626
11627 * stabs.texinfo: Remove full description of big example.
11628 It's not really helpful; just use pieces of it where appropriate.
11629 Add more Texinfo formatting directives (@samp, etc.).
11630 Use @deffn to define stab types.
11631 Eliminate some wordiness. Break up some nodes.
11632 Add an (alphabetized) index of symbol types.
11633 Use consistent capitalization style in node and section names.
11634
11635 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11636
11637 * gdb.texinfo: Change typo "Two two" to "The two".
11638
11639 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11640
11641 * stabs.texinfo (XCOFF-differences): Remove references to
11642 non-existent types N_DECL and N_RPSYM.
11643
11644 * stabs.texinfo (String Field): Say that type attributes bug is
11645 fixed in GDB 4.10, since it is.
11646
11647 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11648
11649 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11650
11651 * stabs.texinfo: Formatting cleanups.
11652
11653 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11654
11655 * stabs.texinfo: When explaining the n_type of a stab, standardize
11656 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11657 no tabs, use @r).
11658 (Global Variables): Clean up.
11659
11660 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11661
11662 * stabs.texinfo (Stack Variables): Re-write.
11663
11664 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11665
11666 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11667 addresses of a source file. Also revise formatting.
11668 Change "object module" or "object file" to "source file".
11669 Various: Miscellaneous cleanups.
11670
11671 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11672
11673 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11674
11675 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11676
11677 * gdbint.texinfo: Removed many nonsensical machine-collected
11678 host and target conditionals, described some of the remainder.
11679
11680 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11681
11682 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11683
11684 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11685 paragraph which follows.
11686
11687 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11688 variables. Looks better and avoids overful hbox.
11689
11690 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11691
11692 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11693
11694 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11695
11696 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11697 retransmit-timeout
11698
11699 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11700
11701 * gdbint.texinfo: Update statement about `some ancient Unix
11702 systems, like Ultrix 4.0' to Ultrix 4.2.
11703
11704 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11705
11706 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11707
11708 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11709
11710 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11711 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11712
11713 * remote.texi: new name for former gdbinv-s.texi
11714
11715 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11716
11717 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11718
11719 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11720 variables for MIPS remote debugging protocol.
11721
11722 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11723
11724 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11725
11726 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11727
11728 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11729
11730 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11731
11732 * gdb.texinfo: repair conditional bugs in text markup
11733
11734 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11735
11736 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11737 to select Modula-2 material.
11738
11739 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11740
11741 * stabs.texinfo: Cleanups regarding statics.
11742
11743 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11744 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11745
11746 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11747
11748 * stabs.texinfo: N_MAIN is sometimes used for C.
11749
11750 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11751
11752 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11753
11754 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11755
11756 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11757 removed from the code by Kingdon.
11758
11759 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11760
11761 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11762 input when evaluating breakpoint conditions; the bug has been fixed.
11763
11764 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11765 sets the ignore count to N-1, not to N.
11766
11767 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11768
11769 * refcard.tex (\hoffset): correct longstanding error to match
11770 intended offset; avoids cutting off edge on some printers
11771
11772 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11773
11774 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11775
11776 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11777
11778 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11779
11780 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11781
11782 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11783 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11784 collect sed edits if any, apply to refcard before formatting;
11785 (refcard.ps) stop implying PS fonts if PS output requested;
11786 (lrefcard.ps) delete extra target for variant PS fonts
11787
11788 * refcard.tex: parametrize papersize dependent info, collect
11789 in easily replaced spot
11790
11791 * a4rc.sed: new file, edits to refcard for A4 paper
11792
11793 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11794
11795 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11796
11797 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11798
11799 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11800
11801 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11802
11803 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11804 politely rather than rudely.
11805
11806 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11807
11808 * stabs.texinfo: Document common blocks.
11809
11810 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11811
11812 * stabs.texinfo: Add some basic info about stabs-in-elf.
11813
11814 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11815
11816 * stabs.texinfo (Top): Minor cleanup.
11817
11818 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11819
11820 * Makefile.in (install-info): remove parentdir support
11821
11822 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11823
11824 * gdb.texinfo (Copying): delete this node and references to it;
11825 RMS says this manual need not carry GPL. (passim): Improvements
11826 from last round at FSF, largely due to Ian Taylor review, and
11827 minor formatting improvements.
11828
11829 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11830 largely due to Ian Taylor review. (Debug Session): minor edits to
11831 new text.
11832
11833 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11834
11835 * Makefile.in (realclean): Remove info and dvi files too.
11836
11837 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11838
11839 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11840 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11841 * gdb.texinfo: Change accordingly.
11842
11843 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11844 N_{L,R}BRAC,N_SLINE are relative to.
11845
11846 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11847
11848 * Makefile.in (GDBvn.texi): Update atomically.
11849
11850 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11851
11852 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11853
11854 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11855
11856 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11857 addresses together. Also motivate the set print symbol-filename
11858 command and suggest other solutions.
11859
11860 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11861
11862 * gdb.texinfo (set print elements): Note that the number of
11863 elements is set to unlimited by "set print elements 0".
11864
11865 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11866
11867 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11868 NF_LDOUBLE means.
11869 (Stab Types): Include Solaris stab types.
11870 (Procedures): Document Solaris extensions.
11871
11872 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11873
11874 * gdb.texinfo: Add `set print symbol-filename' doc.
11875
11876 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11877
11878 * stabs.texinfo (Arrays): Talk about type definition vs. type
11879 information.
11880
11881 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11882 the trailing semicolon.
11883
11884 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11885
11886 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11887 and merge in other parts of the document addressing these subjects.
11888 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11889
11890 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11891 at the end of a range type.
11892
11893 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11894 AIX extensions.
11895
11896 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11897
11898 * stabs.texinfo (Stabs Format): Misc fixes.
11899
11900 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11901
11902 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11903 (Traditional builtin types): Document convex convention for long long.
11904 (Negative builtin types): Discuss type names, and misc fixes.
11905
11906 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11907
11908 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11909 point types used with @samp{R} type descriptor.
11910 (Symbol Descriptors): Describe how to handle conflict between
11911 different meanings of @samp{P} symbol descriptor.
11912
11913 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11914
11915 * stabs.texinfo: Remove node Quick Reference and put its children
11916 directly under the main menu.
11917
11918 * stabs.texinfo: Many more changes to bring it into line with
11919 AIX documentation and reality. I think it now has all the
11920 information from the AIX documentation, except that I burned
11921 out when I got to variant records (Pascal and Modula-2) and
11922 all the COBOL types. Oh well, we can add them later when we're
11923 worrying more about those languages.
11924
11925 * stabs.texinfo (Automatic variables): Talk about what it means
11926 to omit the symbol descriptor.
11927
11928 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11929
11930 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11931 gcc2 behavior with promoted args.
11932
11933 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11934
11935 * gdb.texinfo: include readline appendices in info version of manual
11936
11937 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11938
11939 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11940 target remote.
11941
11942 * gdb.texinfo (Machine Code): more index entries for disassemble
11943
11944 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11945
11946 * Clarify the intended use of the gdb-testers and gdb-patches
11947 mailing lists, and shrink gzip comment.
11948
11949 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11950
11951 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11952 DOSHOST configuration of manual.
11953
11954 * gdb.texinfo (MIPS Stack): new node.
11955
11956 * all-config.texi (MIPS) new switch.
11957
11958 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11959 tense; (MIPS Remote) new node.
11960
11961 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11962 bug; (Environment) less passive, other small cleanups in text about
11963 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11964 (Remote) new MIPS Remote menu entry.
11965
11966 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11967
11968 * stabs.texinfo: Many changes to include information from the
11969 AIX documentation.
11970
11971 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11972
11973 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11974
11975 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11976 Move a bunch of information from ../README.
11977 (Getting Started): New node.
11978
11979 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11980
11981 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11982
11983 * gdb.texinfo: advance manual revision dates to present
11984
11985 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11986 stop using silly Roman numerals in @set variable names
11987
11988 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11989
11990 * stabs.texinfo (Parameters): Keep trying to get this right.
11991
11992 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11993
11994 * stabs.texinfo (Parameters): More on "local parameters".
11995
11996 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11997
11998 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11999
12000 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
12001
12002 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12003 (Parameters): Rewrite.
12004 (xcoff-differences, Sun-differences): Minor changes.
12005
12006 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
12007
12008 * stabs.texinfo: Minor cleanup.
12009
12010 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
12011
12012 * gdbint.texinfo: Minor xcoff stuff.
12013
12014 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
12015
12016 * gdbint.texinfo: Update for new config directory structure.
12017 Add info about internal type data structures.
12018
12019 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
12020
12021 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12022 $(srcdir).
12023 (gdb-config.texi): Depend on file in $(srcdir).
12024
12025 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
12026
12027 * stabs.texinfo: Fixes about N_SO.
12028
12029 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12030
12031 * gdb.texinfo: include list of nonstandard init file names
12032
12033 * *-config.texi: new switch GENERIC for text that applies *only*
12034 to (usual) multiple-target version of manual
12035
12036 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12037 h8 config
12038
12039 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12040 in menus (rather than conditionally selected multiple alternative
12041 menus).
12042
12043 * Makefile.in: define and use DOC_CONFIG var to select
12044 configuration for GDB user manual.
12045
12046 * gdb-config.texi: delete from repository, generate from Makefile.
12047
12048 * all-config.texi: normal `generic' configuration file, formerly
12049 stored as gdb-config.texi
12050
12051 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12052
12053 * Makefile.in: add dvi target to build all .dvi files
12054
12055 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12056
12057 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12058
12059 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12060
12061 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12062 host conditionals.
12063 * stabs.texinfo: More array fixes inspired by Jim's.
12064
12065 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12066
12067 * stabs.texinfo: Fixes re arrays and continuations.
12068
12069 * gdbint.texinfo: Add XCOFF node.
12070
12071 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12072
12073 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12074
12075 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12076
12077 * stabs.texinfo: Fix for array types to mention lower bounds.
12078
12079 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12080
12081 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12082
12083 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12084
12085 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12086
12087 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12088
12089 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12090 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12091
12092 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12093
12094 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12095
12096 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12097
12098 * gdb.texinfo, gdbinv-s.texi: misc updates
12099
12100 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12101
12102 * gdbint.texinfo: Brief documentation for longjmp support,
12103 from an email msg by Stu.
12104
12105 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12106
12107 * stabs.texinfo: Fix description of floating point "range"
12108 types (which really define basic types). Reported by Jim Meehan,
12109 <meehan@src.dec.com>.
12110
12111 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12112
12113 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12114
12115 * gdbint.texinfo: Slightly expand section on supporting a new
12116 object file format.
12117
12118 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12119
12120 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12121 intermediate file.
12122
12123 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12124
12125 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12126
12127 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12128
12129 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12130
12131 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12132 as well as Z8002.
12133
12134 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12135
12136 * gdbint.texinfo: Add sections on clean design and on how to send
12137 in changes.
12138
12139 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12140
12141 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12142
12143 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12144
12145 * gdb.texinfo: Fix typo, reported by Karl Berry.
12146
12147 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12148
12149 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12150
12151 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12152
12153 * gdbint.texinfo: fixed a stray email address (needs @@),
12154 added @table @code to node "Native Conditionals"
12155
12156 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12157
12158 * gdbint.texinfo: Describe coding style of GDB.
12159
12160 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12161
12162 * stabs.texinfo: Minor wording changes.
12163
12164 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12165
12166 * gdbint.texinfo: Improve release doc slightly.
12167
12168 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12169
12170 * gdbint.texinfo: Improve doc of GDB config macros.
12171
12172 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12173
12174 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12175 These will be reinserted when examined.
12176
12177 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12178
12179 * gdbint.texinfo: Make a start at documenting all the #if macros
12180 in GDB. At least list them all, and start separating them into
12181 host-specific and target-specific.
12182
12183 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12184
12185 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12186 examples (not consistent w others).
12187 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12188 for generic vn of doc
12189
12190 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12191
12192 * Makefile.in: always create installation directories.
12193
12194 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12195
12196 * gdb.texinfo: in h8 config, do not describe searching commands.
12197
12198 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12199
12200 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12201 conditionals; introduce a few generic switches that may be
12202 useful for other cross-dev or dos-hosted configs.
12203
12204 * gdb.texinfo: fix typo in "info reg" description
12205
12206 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12207
12208 * stabs.texinfo: Minor updates from running TeX over it.
12209 * Makefile.in (stabs.dvi, stabs.ps): Add.
12210
12211 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12212
12213 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12214 First pass at converting it to texinfo.
12215
12216 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12217
12218 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12219 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12220
12221 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12222
12223 * gdbint.texinfo: Add section on partial symbol tables.
12224
12225 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12226
12227 * gdb.texinfo: document `set remotedebug' and `set
12228 rstack_high_address'.
12229
12230 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12231
12232 * gdb.texinfo: slight expansion of new text on reading info files
12233 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12234 H8/300 from DOS.
12235
12236 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12237
12238 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12239
12240 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12241
12242 * gdb.texinfo: Say how to read the `info' files.
12243
12244 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12245
12246 * Makefile.in: gm4 -> m4.
12247
12248 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12249
12250 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12251 Documentation' ahead of `Installing GDB' to match README.
12252 Update shared library doc, -readnow and -mapped, and directory
12253 structure (add glob and mmalloc). Update configure doc.
12254
12255 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12256
12257 * Makefile.in: remove $(srcdir) from gdb.info rule.
12258
12259 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12260
12261 * Makefile.in: commented out gdb-all.texinfo rule. This is
12262 temporary.
12263
12264 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12265
12266 * Makefile.in, configure.in: removed traces of namesubdir,
12267 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12268 copyrights to '92, '13, changed some from Cygnus to FSF.
12269
12270 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12271
12272 * gdb.texinfo: Improve how we ask for bug reports.
12273
12274 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12275
12276 * Makefile.in: infodir belongs in datadir.
12277
12278 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12279
12280 * Makefile.in: remove spaces following hyphens, bsd make can't
12281 cope. install using INSTALL_DATA. added clean-info. added
12282 standards.text support.
12283
12284 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12285
12286 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12287 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12288 and mandir now keyed off datadir by default.
12289
12290 \f
12291 Local Variables:
12292 mode: change-log
12293 left-margin: 8
12294 fill-column: 74
12295 version-control: never
12296 coding: utf-8
12297 End:
This page took 0.28923 seconds and 4 git commands to generate.