fe8aa5a15f923c63ae50d4dbd8d48a804945c7ca
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-01-12 Tom Tromey <tom@tromey.com>
2 Sergio Durigan Junior <sergiodj@redhat.com>
3
4 * gdb.texinfo (Index Files): Mention gdb-add-index.
5 (gdb-add-index man): New section.
6 * Makefile.in (gdb-add-index.1): New rule to generate manpage
7 from gdb.texinfo.
8
9 2018-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
10
11 * gdb.texinfo (pwd): Fix whitespace.
12
13 2018-01-09 John Baldwin <jhb@FreeBSD.org>
14
15 * gdb.texinfo (pwd): Update cross-reference for Process Information
16 node and remove explicit /proc reference.
17 (Native): Rename subsection from SVR4 Process Information to
18 Process Information.
19 (Process Information): Reword introduction to be less /proc
20 centric. Document support for "info proc" on FreeBSD.
21
22 2018-01-03 Xavier Roirand <roirand@adacore.com>
23
24 * gdb.texinfo (Set Catchpoints): Add documentation for new
25 "catch handlers" action.
26
27 2017-12-27 Stafford Horne <shorne@gmail.com>
28
29 * gdb.texinfo (Target Description Format): Explain that arbitrary
30 strings are now allowed for register groups.
31
32 2017-12-27 Stafford Horne <shorne@gmail.com>
33
34 * gdb.texinfo (Registers): Document info reg $reggroup feature.
35
36 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
37
38 PR cli/16224
39 * gdb.texinfo (ptype): Add documentation for new flag '/o'.
40
41 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
42
43 * python.texi (Manipulating breakpoints using Python): Document
44 qualified parameter to gdb.Breakpoint.
45
46 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
47
48 * python.texi (Manipulating breakpoints using Python): Split doc
49 of Breakpoint.__init__ in two, split text in multiple
50 paragraphs, don't nest parameter square brackets.
51
52 2017-12-12 Stafford Horne <shorne@gmail.com>
53 Stefan Wallentowitz <stefan@wallentowitz.de>
54 Franck Jullien <franck.jullien@gmail.com>
55 Jeremy Bennett <jeremy.bennett@embecosm.com>
56
57 * gdb.texinfo: Add OpenRISC documentation.
58
59 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
62
63 2017-12-07 Keith Seitz <keiths@redhat.com>
64
65 * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
66 and "show print type nested-type-limit".
67
68 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
69
70 * python.texi (Breakpoints In Python): Add text relating
71 to allowed explicit locations and keywords in gdb.Breakpoints.
72
73 2017-12-04 Tom Tromey <tom@tromey.com>
74
75 * gdb.texinfo (Rust): Update trait object status
76
77 2017-12-01 Andrew Cagney <cagney@redhat.com>
78 Joel Brobecker <brobecker@adacore.com>
79 Sergio Durigan Junior <sergiodj@redhat.com>
80
81 * gdb.texinfo (File Options): Document --readnever.
82 (Commands to Specify Files): Likewise, for 'symbol-file' and
83 'add-symbol-file'.
84
85 2017-11-29 Pedro Alves <palves@redhat.com>
86
87 PR c++/19436
88 * gdb.texinfo (Debugging C Plus Plus): Document setting
89 breakpoints in functions with ABI tags.
90
91 2017-11-29 Pedro Alves <palves@redhat.com>
92
93 * gdb.texinfo (Linespec Locations): Document how "function" is
94 interpreted in C++ and Ada. Document "-qualified".
95 (Explicit Locations): Document how "-function" is interpreted in
96 C++ and Ada. Document "-qualified".
97
98 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
99
100 PR gdb/21945
101 * gdb.texinfo (Search Memory): Update description and example
102 about how to search a string without NULL terminator.
103
104 2017-11-24 Joel Brobecker <brobecker@adacore.com>
105
106 * gdb.texinfo (GDB/MI Ada Exception Information): Document
107 new "exception-message" field.
108
109 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
110
111 * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
112
113 2017-11-24 Pedro Alves <palves@redhat.com>
114
115 * gdb.texinfo (Completion): Update need-quoting examples. Remove
116 false claim that GDB inserts quoting automatically.
117 (Symbols): Add anchor.
118
119 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
120
121 * gdb.texinfo (Requirements): Document use of GNU MPFR.
122
123 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
124
125 * python.texi (Basic Python): Add rbreak documentation.
126
127 2017-11-07 Xavier Roirand <roirand@adacore.com>
128 Pedro Alves <palves@redhat.com>
129
130 * gdb.texinfo (Set Breaks): Document support for breakpoint
131 location ranges in the enable/disable commands.
132
133 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
134
135 * gdb.texinfo (Starting your Program) <The working directory.>:
136 Mention remote debugging.
137 (Working Directory) <Your Program's Working Directory>:
138 Likewise.
139 (Connecting) <Remote Packet>: Add "set-working-dir"
140 and "QSetWorkingDir" to the table.
141 (Remote Protocol) <QSetWorkingDir>: New item, explaining the
142 packet.
143
144 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
145
146 * gdb.texinfo (Starting your Program) <The working directory.>:
147 Mention new "set cwd" command.
148 (Working Directory) <Your Program's Working Directory>:
149 Rephrase to explain that "set cwd" exists and is the default
150 way to change the inferior's cwd.
151
152 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
153
154 * gdb.texinfo (S/390 and System z Features): Document the new
155 features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
156
157 2017-09-21 Kevin Buettner <kevinb@redhat.com>
158
159 * gdb.texinfo (qXfer:threads:read): Add documentation for handle
160 attribute.
161
162 2017-09-21 Kevin Buettner <kevinb@redhat.com>
163
164 * python.texi (Inferiors In Python): Add description for method
165 Inferior.thread_from_thread_handle.
166
167 2017-09-19 John Baldwin <jhb@FreeBSD.org>
168
169 * gdb.texinfo (Starting your Program): Add description of
170 starti command. Mention starti command as an alternative for
171 debugging the elaboration phase.
172
173 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
174
175 * gdb.texinfo (Maintenance Commands): Document filter parameter
176 of "maint selftest". Document "maint info selftests" command.
177
178 2017-09-11 Tom Tromey <tom@tromey.com>
179
180 * python.texi (Events In Python): Document new events.
181
182 2017-09-04 Pedro Alves <palves@redhat.com>
183
184 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
185 no-debug-info variables.
186 (Symbols) <Examining the Symbol Table>: Document inspecting
187 no-debug-info types.
188 (Calling) <Calling functions with no debug info>: New subsection,
189 documenting calling no-debug-info functions.
190 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
191
192 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
193
194 * gdb.texinfo (set environment): Add @anchor. Explain that
195 environment variables set by the user are sent to GDBserver.
196 (unset environment): Likewise, but for unsetting variables.
197 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
198 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
199 "environment-reset" and "QEnvironmentReset" to the table.
200 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
201 QEnvironmentReset>: New item, explaining the packet.
202
203 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
206 "Compiler search for the compile command" descriptions of set
207 compile-gcc and show compile-gcc.
208
209 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
210
211 * gdb.texinfo (Architectures): Add new Sparc64 section to document
212 ADI support.
213 * NEWS: Add "adi examine" and "adi assign" commands.
214
215 2017-08-18 Yao Qi <yao.qi@linaro.org>
216
217 * gdb.texinfo (Server): Document "--selftest".
218
219 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
220
221 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
222 Single-Key mode.
223
224 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
225
226 PR gdb/21925
227 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
228 set...").
229
230 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
231
232 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
233 conditional expression.
234
235 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
236
237 * agentexpr.texi (rot): Fix symbolic description, improve
238 textual description.
239
240 2017-07-26 Yao Qi <yao.qi@linaro.org>
241
242 * gdb.texinfo (Maintenance Commands): Document command
243 "maint check xml-descriptions".
244
245 2017-07-26 Yao Qi <yao.qi@linaro.org>
246
247 * gdb.texinfo (Maintenance Commands): Document optional
248 argument of "maint print c-tdesc".
249
250 2017-07-18 Yao Qi <yao.qi@linaro.org>
251
252 * gdb.texinfo (Maintenance Commands): Improve the doc to
253 command "maint print c-tdesc".
254
255 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
256
257 PR gdb/21606
258 * python.texi (Python representation of Symbols.): Replace
259 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
260 * guile.texi (Guile representation of Symbols.): Likewise.
261
262 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
263
264 * gdb.texinfo (Optional Messages about Internal Happenings):
265 Document {set,show} debug separate-debug-file commands.
266
267 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
268
269 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
270 (Connecting) <Remote Packet>: Add "startup-with-shell"
271 and "QStartupWithShell" to the table.
272 (Remote Protocol) <QStartupWithShell>: New item, explaining the
273 packet.
274
275 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
278
279 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
280
281 * python.texi (Recording in Python): Factor out the documentation of
282 gdb.RecordInstruction's super class.
283
284 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
285
286 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
287 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
288 prev and next.
289
290 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
291
292 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
293 gdb.RecordInstruction
294
295 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
296
297 * python.texi (Recording in Python): Add documentation for
298 gdb.RecordGap and remove documentation of special cases for
299 gdb.BtraceInstruction.
300
301 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
302
303 * python.texi (Recording in Python): Remove Record.ptid defvar.
304
305 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
306
307 * gdb.texinfo (GDB/MI Thread Information): Add missing
308 fields, re-word some things.
309 (GDB/MI Thread Commands): Describe fields found in the output of
310 -thread-info, remove description of fields in the
311 thread output tuple, replace with a cross-reference to "GDB/MI
312 Thread Information".
313
314 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
315
316 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
317 from -thread-info output.
318
319 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
320
321 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
322
323 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
324
325 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
326
327 2017-03-22 Yao Qi <yao.qi@linaro.org>
328
329 * python.texi (Inferiors In Python): Remove @code from Python.
330
331 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
332
333 * python.texi (Recordings In Python): Document return type of
334 gdb.BtraceInstruction.data.
335
336 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
337
338 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
339 command file-list-shared-libraries
340 (GDB/MI Async Records): Update documentation of library-loaded with new
341 field.
342
343 2017-03-16 Doug Evans <dje@google.com>
344
345 * guile.texi (Lazy Strings In Guile): Mention arrays.
346 * python.texi (Lazy Strings In Python): Ditto.
347
348 2017-03-08 Jiong Wang <jiong.wang@arm.com>
349
350 * gdb.texinfo (Memory Protection Extensions): Add missing escape
351 character "@".
352
353 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
354
355 * Memory Protection Extensions: Add information about inferior
356 calls.
357
358 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
359
360 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
361 DW_TAG_GNU_* and DW_AT_GNU_*.
362
363 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
364
365 * python.texi (Recordings In Python): New section.
366
367 2017-02-14 Tom Tromey <tom@tromey.com>
368
369 PR python/13598:
370 * python.texi (Events In Python): Document events.before_prompt.
371
372 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
373
374 * gdb.texinfo (Target Commands): Document the optional offset
375 argument for the load command.
376
377 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
378
379 PR gdb/21122
380 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
381 space-separated breakpoint lists. Also add a missing @table command
382 and @cindex for breakpoint lists.
383
384 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
385
386 PR tdep/20936
387 * gdb.texinfo: (Standard Target Features): Document SPARC features.
388 (Sparc Features): New node.
389
390 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
391
392 * gdb.texinfo (i386 Features): Add system segment registers
393 as feature.
394
395 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
396
397 * python.texi (Events In Python): Fix typo.
398
399 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
400 Luis Machado <lgustavo@codesourcery.com>
401
402 * gdb.texinfo (-target-flash-erase): New MI command description.
403 (flash-erase): New CLI command description.
404
405 2017-01-04 John Baldwin <jhb@FreeBSD.org>
406
407 * gdb.texinfo (Contributors): Add SRI International and University
408 of Cambridge for FreeBSD/mips.
409
410 2016-12-22 Doug Evans <xdje42@gmail.com>
411
412 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
413 commands.
414
415 2016-12-02 Pedro Alves <palves@redhat.com>
416
417 * gdb.texinfo (User-defined Commands): Limit on number of
418 arguments passed to user-defined commands removed; update.
419
420 2016-12-02 Pedro Alves <palves@redhat.com>
421
422 PR cli/20559
423 * gdb.texinfo (Define): Add example of using "eval" to process a
424 variable number of arguments.
425 (Output) <eval>: Add anchor.
426
427 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
428
429 * Makefile.in: Likewise.
430
431 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
432
433 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
434 xref.
435
436 2016-10-29 Pedro Alves <palves@redhat.com>
437
438 * gdb.texinfo (Packets) <vCont>: Remove mention of default
439 actions.
440
441 2016-10-26 Pedro Alves <palves@redhat.com>
442
443 * gdb.texinfo (Packets): Clarify vCont packets with multiple
444 actions that match a thread, and what happens when an action
445 matches a thread that is already running.
446
447 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
448
449 * gdb.texinfo (Using Trace Files): Fix typo.
450 (GDB/MI Tracepoint Commands): Likewise.
451
452 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
453
454 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
455 of -trace-save.
456
457 2016-10-06 Tom Tromey <tom@tromey.com>
458
459 * guile.texi (Types In Guile): Remove Java mentions.
460 * python.texi (Types In Python): Remove Java mentions.
461 * gdb.texinfo (Address Locations, Supported Languages)
462 (Index Section Format): Remove Java mentions.
463
464 2016-08-15 Doug Evans <dje@google.com>
465
466 * gdb.texinfo (Target Description Format): Update docs on "end"
467 field spec and field default type.
468
469 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
470 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
471
472 PR gdb/20487
473 * gdb.texinfo (Context management): Update mention of frame
474 change notifications.
475 (gdb/mi Async Records): Document frame field in
476 =thread-select event.
477 * observer.texi (GDB Observers): New user_selected_context_changed
478 observer.
479
480 2016-09-28 Tom Tromey <tom@tromey.com>
481
482 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
483 than "memory breakpoint". Further document "kind". Move
484 protocol-details link earlier.
485 <z1>: Document the cmd_list argument. Fix typo.
486 <g>: Remove incorrect sentence.
487 (Stop Reply Packets): Document "OK" response to requests when in
488 non-stop mode.
489 <swbreak>: Use "software breakpoint" rather than "memory
490 breakpoint".
491 <create>: Document that "R" is ignored.
492 <W, X, w>: Document formatting of "AA".
493 (Notification Packets): Use "%Stop", not "%%Stop".
494
495 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
496
497 * gdb.texinfo (Embedded Processors): Document ARC.
498 (Synopsys ARC): New section.
499 (Standard Target Features): Document ARC features.
500 (ARC Features): New section.
501
502 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
503
504 * .gitignore: New file.
505
506 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
507
508 * gdb.texinfo (Input/Output): Mention possibility to unset
509 inferior-tty.
510
511 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
512
513 * gdb.texinfo: Resume btrace on reconnect.
514
515 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
516
517 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
518 syscall.
519
520 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
521
522 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
523 command.
524
525 2016-07-13 Tom Tromey <tom@tromey.com>
526
527 PR python/15620, PR python/18620:
528 * python.texi (Events In Python): Document new breakpoint events.
529
530 2016-07-13 Tom Tromey <tom@tromey.com>
531
532 PR python/17698:
533 * python.texi (Breakpoints In Python): Document
534 Breakpoint.pending.
535
536 2016-07-13 Tom Tromey <tom@tromey.com>
537
538 * python.texi (Breakpoints In Python): Move table of types and
539 table of watchpoint types earlier in node.
540
541 2016-07-12 Tom Tromey <tom@tromey.com>
542
543 PR python/19293:
544 * python.texi (Frames In Python): Document
545 gdb.invalidate_cached_frames.
546
547 2016-06-21 Pedro Alves <palves@redhat.com>
548
549 * gdb.texinfo (Interpreters): Update intepreter-exec section,
550 document new-ui and explain use case.
551
552 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
553
554 * gdb.texinfo (Standard Target Features): Document NDS32 features.
555 (NDS32 Features): New Section.
556
557 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
558
559 * gdb.texinfo (Examining Memory): Document negative repeat
560 count in the 'x' command.
561
562 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
563
564 * gdb.texinfo (GDB/MI Async Records): Document method and
565 format fields in =record-started.
566 * observer.texi (record_changed): Add method and format
567 parameters.
568
569 2016-05-27 Eli Zaretskii <eliz@gnu.org>
570
571 * gdb.texinfo (General Query Packets): Move the description of the
572 response before the long list of the specific 'read' and 'write'
573 requests.
574
575 2016-05-23 Tom Tromey <tom@tromey.com>
576
577 * python.texi (Basic Python): Document gdb.breakpoints return.
578
579 2016-05-24 Tom Tromey <tom@tromey.com>
580
581 PR gdb/19194:
582 * gdb.texinfo (gdb man): Fix typo.
583
584 2016-05-17 Tom Tromey <tom@tromey.com>
585
586 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
587 (Rust): New node.
588
589 2016-05-17 Tom Tromey <tom@tromey.com>
590
591 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
592
593 2016-04-27 Yao Qi <yao.qi@linaro.org>
594
595 * gdb.texinfo (tfind): Complete doc about tfind without
596 argument.
597
598 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
599
600 * agentexpr.texi (byte): Fix zero_ext description.
601
602 2016-03-31 Pedro Alves <palves@redhat.com>
603
604 * gdb.texinfo (M32R/SDI): Delete node.
605 (MIPS Embedded): Remove references to the MIPS remote debugging
606 protocol, PMON and variants, and the associated commands.
607
608 2016-03-15 Doug Evans <dje@google.com>
609
610 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
611 (Target Description Format): Mention enum types. Update docs on
612 flags types.
613 (Predefined Target Types): Add "bool".
614 (Enum Target Types): New node.
615
616 2016-03-15 Pedro Alves <palves@redhat.com>
617
618 * gdb.texinfo (Tracepoint Actions): Fix typo.
619
620 2016-03-15 Pedro Alves <palves@redhat.com>
621 Andreas Arnez <arnez@linux.vnet.ibm.com>
622 Marcin Kościelnicki <koriakin@0x04.net>
623
624 * gdb.texinfo (Tracepoint Actions): Document possible
625 unreliability of '$_ret'.
626
627 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
628
629 * gdb.texinfo (Symbols): Document new 'maint info line-table'
630 command.
631
632 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
633
634 * gdb.texinfo (Convenience Functions): Document $_as_string.
635
636 2016-02-23 Doug Evans <dje@google.com>
637
638 * gdb.texinfo (Skipping Over Functions and Files): Document new
639 options to "skip" command. Update docs of output of "info skip".
640
641 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
642
643 * gdb.texinfo (Signals): Add bound violation display hints for
644 a SIGSEGV.
645
646 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
647
648 * gdb.texinfo (Trace File Format): Add documentation for description
649 section lines.
650
651 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
652
653 * gdb.texinfo (Trace File Format): Remove misleading information
654 about register block ordering.
655
656 2016-02-01 Doug Evans <dje@google.com>
657
658 * gdb.texinfo (Value Sizes): Fix typo.
659
660 2016-02-01 Doug Evans <dje@google.com>
661
662 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
663
664 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
665
666 * gdb.texinfo (Value Sizes): New section.
667 (Data): Add the 'Value Sizes' node to the menu.
668
669 2016-01-26 John Baldwin <jhb@FreeBSD.org>
670
671 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
672
673 2016-01-19 John Baldwin <jhb@FreeBSD.org>
674
675 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
676
677 2016-01-18 Pedro Alves <palves@redhat.com>
678
679 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
680 of the thread that hit a breakpoint or received a signal.
681
682 2016-01-15 Pedro Alves <palves@redhat.com>
683
684 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
685
686 2016-01-13 Pedro Alves <palves@redhat.com>
687
688 * gdb.texinfo (Threads): Document the $_gthread convenience
689 variable.
690 (Convenience Vars): Likewise.
691
692 2016-01-13 Pedro Alves <palves@redhat.com>
693
694 * gdb.texinfo (Threads): Document "info threads -gid".
695
696 2016-01-13 Pedro Alves <palves@redhat.com>
697
698 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
699 anchor.
700 (Threads In Python): Document new InferiorThread.global_num
701 attribute.
702
703 2016-01-07 Pedro Alves <palves@redhat.com>
704
705 * gdb.texinfo (Threads): Document per-inferior thread IDs,
706 qualified thread IDs, global thread IDs and thread ID lists.
707 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
708 thread IDs.
709 (Convenience Vars): Document the $_thread convenience variable.
710 (Ada Tasks): Adjust to refer to thread IDs.
711 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
712 Commands, GDB/MI Variable Objects): Update to mention global
713 thread IDs.
714 * guile.texi (Breakpoints In Guile)
715 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
716 global thread IDs instead of thread IDs.
717 * python.texi (Threads In Python): Adjust documentation of
718 InferiorThread.num.
719 (Breakpoint.thread): Mention global thread IDs instead of thread
720 IDs.
721
722 2016-01-13 Pedro Alves <palves@redhat.com>
723
724 * python.texi (Threads In Python): Document
725 InferiorThread.inferior.
726
727 2016-01-13 Pedro Alves <palves@redhat.com>
728
729 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
730 convenience variable.
731 (Convenience Vars): Likewise.
732
733 2016-01-12 Josh Stone <jistone@redhat.com>
734 Philippe Waroquiers <philippe.waroquiers@skynet.be>
735
736 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
737 (Stop Reply Packets): List the syscall entry and return stop reasons.
738 (General Query Packets): Describe QCatchSyscalls, and add it to the
739 table and the detailed list of stub features.
740
741 2016-01-12 Pedro Alves <palves@redhat.com>
742
743 Remove use of the registered trademark symbol throughout.
744
745 2016-01-12 Yao Qi <yao.qi@linaro.org>
746
747 * gdb.texinfo (Interrupts): Update the document on handling
748 interrupt when program is stopped.
749
750 2015-12-11 Don Breazeal <donb@codesourcery.com>
751
752 * gdb.texinfo (Forks): Correct Linux kernel version where
753 fork and exec events are supported, add notes about support
754 of these events in target remote mode.
755 (Connecting): Reorganize and clarify distinctions between
756 target remote, extended-remote, and multiprocess.
757 Reorganize related text from separate sections into new
758 sections.
759 (Server): Note effects of target extended-remote mode.
760 Delete section on Multi-Process Mode for gdbserver.
761 Move some text to "Connecting" node.
762
763 2015-12-10 Pedro Alves <palves@redhat.com>
764
765 * gdb.texinfo (Threads): Replace warning with explanation
766 about single-threaded programs.
767
768 2015-12-10 Pedro Alves <palves@redhat.com>
769
770 * gdb.texinfo (Threads): Remove mention of SGI.
771 (Forks): Remove mention of HP-UX.
772 (Breakpoints): Remove mention of HP-UX.
773 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
774 Reword in terms of architectures.
775 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
776 mention supported systems.
777 (Convenience Vars): Don't mention HP-UX.
778 (Jumping): Remove mention of HP-UX in comment.
779 (Files) <shared libraries>: Update supported shared library types
780 list. Remove mention of HP-UX.
781 (Native): Remove HP-UX subsection.
782 (SVR4 Process Information): Remove mention of HP-UX.
783
784 2015-12-10 Pedro Alves <palves@redhat.com>
785
786 * gdb.texinfo (Stack): Reorder menu.
787
788 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
789
790 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
791 -var-set-format's new zero-hexadecimal format.
792
793 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
794
795 * gdb.texinfo (Ada Mode Into): Move overloading support
796 description to its own node.
797 (Overloading support for Ada): New node.
798
799 2015-11-30 Pedro Alves <palves@redhat.com>
800
801 PR 14618
802 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
803 (Remote Configuration): Add the "set/show remote
804 no-resumed-stop-reply" to the available settings table.
805 (General Query Packets): Document the "no-resumed" qSupported
806 feature.
807
808 2015-11-30 Pedro Alves <palves@redhat.com>
809
810 * gdb.texinfo (Remote Configuration): List "set/show remote
811 thread-events" command in configuration table.
812 (Stop Reply Packets): Document "T05 create" stop
813 reason and 'w' stop reply.
814 (General Query Packets): Document QThreadEvents packet. Document
815 QThreadEvents qSupported feature.
816
817 2015-11-30 Pedro Alves <palves@redhat.com>
818
819 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
820 anchor.
821 (Packets): Document vCtrlC.
822
823 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
824
825 * gdb.texinfo (Thread List Format): Mention thread names.
826
827 2015-11-24 Pedro Alves <palves@redhat.com>
828
829 PR 17539
830 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
831 program-spaces" example to ascending order listing.
832 (Threads): Adjust "info threads" example to ascending order
833 listing.
834 (Forks): Adjust "info inferiors" example to ascending order
835 listing.
836
837 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
838
839 * gdb.texinfo (Process Record and Replay): Document "record
840 instruction-history" modifiers.
841
842 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
845 description.
846 (Frame Filter Management): Move to later in the 'Examining the
847 Stack' chapter.
848 (Selection): Add entry for 'select-frame'.
849
850 2015-09-25 Doug Evans <dje@google.com>
851
852 * gdb.texinfo (Process Record and Replay): Fix syntax of
853 "record instruction-history begin, end" and
854 "record function-call-history begin, end".
855
856 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
857
858 * gdb.texinfo (Specifying Source Directories): Fix
859 substitute-path example.
860
861 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
862
863 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
864
865 2015-09-15 Pedro Alves <palves@redhat.com>
866
867 PR remote/18965
868 * gdb.texinfo (Stop Reply Packets): Revert previous change to
869 the vforkdone description.
870
871 2015-09-15 Pedro Alves <palves@redhat.com>
872
873 PR remote/18965
874 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
875 part indicates the thread ID of the parent process.
876
877 2015-09-15 Yao Qi <yao.qi@linaro.org>
878
879 * gdb.texinfo (General Query Packets): Add vContSupported to
880 tables of 'gdbfeatures' and 'stub features' supported in the
881 qSupported packet, as well as to the list containing stub
882 feature details.
883
884 2015-09-11 Don Breazeal <donb@codesourcery.com>
885
886 * gdb.texinfo (Remote Configuration): Add exec event
887 feature to table of packet settings.
888 (Stop Reply Packets): Add exec events to the list of stop
889 reasons.
890 (General Query Packets): Add exec events to tables of
891 'gdbfeatures' and 'stub features' supported in the qSupported
892 packet, as well as to the list containing stub feature
893 details.
894
895 2015-08-24 Pedro Alves <palves@redhat.com>
896
897 * gdb.texinfo (Remote Configuration): Document the "set/show
898 remote multiprocess-extensions-packet" commands.
899
900 2015-08-24 Pedro Alves <palves@redhat.com>
901
902 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
903 <M32R>: Remove references to M32R/D.
904 <M68K>: Remove references to target dbug.
905 <MIPS Embedded>: Remove references to target r3900 and target
906 array.
907 <PowerPC Embedded>: Remove references to target dink32 and target
908 ppcbug, target sds
909 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
910
911 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
914
915 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
916
917 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
918
919 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.texinfo (Maintenance Commands): Move documentation of "main
922 info bfds" to...
923 (File Caching): A New section. Outline bfd caching, and add new
924 description for "main set/show bfd-sharing".
925
926 2015-08-14 Doug Evans <xdje42@gmail.com>
927
928 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
929 disassembly.
930 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
931
932 2015-08-11 Keith Seitz <keiths@redhat.com>
933
934 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
935 Use "location(s)"instead of "linespec(s)".
936 (Specifying a Location): Rewrite.
937 Add subsections describing linespec, address, and explicit locations.
938 Add node/menu for each subsection.
939 (Source and Machine Code, C Preprocessor Macros)
940 (Create and Delete Trace points)
941 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
942 (Continuing at a Different Address): Remove "linespec" examples.
943 Add reference to "Specify a Location"
944 (The -break-insert Command): Rewrite. Add anchor.
945 Add reference to appropriate manual section discussing locations.
946 (The -dprintf-insert Command): Refer to -break-insert for
947 specification of 'location'.
948
949 2015-08-07 Pedro Alves <palves@redhat.com>
950
951 * gdb.texinfo (Maintenance Commands): Document "maint set/show
952 target-non-stop".
953
954 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
955
956 * gdb.texinfo (Process Record and Replay): Document prefixing of
957 speculatively executed instructions in the "record instruction-history"
958 command.
959
960 2015-07-20 Doug Evans <dje@google.com>
961
962 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
963
964 2015-07-16 Doug Evans <dje@google.com>
965
966 * stabs.texinfo: @include gdb-cfg.texi.
967
968 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
969
970 Revert the previous 2 commits:
971 gdbserver build-id attribute generator
972 Validate symbol file using build-id
973
974 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.texinfo (Files): Add 'set validate-build-id'
977 and 'show validate-build-id'.
978
979 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
980 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 gdbserver build-id attribute generator.
983 * gdb.texinfo (Library List Format for SVR4 Targets): Add
984 'build-id' in description, example, new attribute in dtd.
985
986 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 * gdb.texinfo (Selection): Update documentation for 'frame'
989 command.
990
991 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
992
993 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
994 commands.
995
996 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
997
998 * gdb.texinfo (Process Record and Replay): Spell out that variables
999 and registers are not available during btrace replay.
1000 Describe the new "record btrace pt" command.
1001 Describe the new "set|show record btrace pt buffer-size" options.
1002 (General Query Packets): Describe the new Qbtrace:pt and
1003 Qbtrace-conf:pt:size packets.
1004 Expand "bts" to "Branch Trace Store".
1005 Update the branch trace DTD.
1006
1007 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1008
1009 * gdb.texinfo (Command History): Document the new option
1010 "history remove-duplicates".
1011
1012 2015-06-19 Doug Evans <dje@google.com>
1013
1014 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1015 longer supported.
1016
1017 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1018
1019 * gdb.texinfo (Command History): Mention that setting
1020 GDBHISTSIZE to the empty string disables history truncation.
1021
1022 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1023
1024 PR gdb/16999
1025 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1026 behavior.
1027
1028 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1029
1030 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1031 with GDBHISTSIZE.
1032
1033 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1034
1035 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1036 bytes and memory units for -data-{read,write}-memory-bytes.
1037 (Packets): Same for m, M and X packets.
1038 * python.texi (Inferiors In Python): Same for read_memory and
1039 write_memory.
1040
1041 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1042
1043 * gdb.texinfo (Separate Debug Files): Document that PE is also
1044 supported.
1045
1046 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1049 single table entry.
1050
1051 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1052
1053 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1054
1055
1056 2015-06-10 Gary Benson <gbenson@redhat.com>
1057
1058 * gdb.texinfo (Remote Configuration): Document the
1059 "set/show remote hostio-setfs-packet" command.
1060 (Host I/O Packets): Document the vFile:setfs packet.
1061
1062 2015-06-10 Gary Benson <gbenson@redhat.com>
1063
1064 * gdb.texinfo (Debugging Output): Document the "set/show debug
1065 linux-namespaces" command.
1066
1067 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1068 Mircea Gherzan <mircea.gherzan@intel.com>
1069
1070 * gdb.texinfo (i386): Add documentation about "show mpx bound"
1071 and "set mpx bound".
1072
1073 2015-05-27 Doug Evans <dje@google.com>
1074
1075 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1076
1077 2015-05-26 Doug Evans <dje@google.com>
1078
1079 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1080 command renamings.
1081 (Maintenance Commands): Update for DWARF "set debug" command renamings.
1082
1083 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1086
1087 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1090 (TUI Commands): Add 'tui enable' and 'tui disable' details.
1091
1092 2015-05-16 Doug Evans <xdje42@gmail.com>
1093
1094 * guile.texi (Memory Ports in Guile): Document support for unbuffered
1095 memory ports.
1096
1097 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1100
1101 2015-05-12 Don Breazeal <donb@codesourcery.com>
1102
1103 * gdb.texinfo (Forks): Note that fork debugging is
1104 supported in extended mode.
1105 (Remote Configuration): Add fork event features to table
1106 of packet settings.
1107 (Stop Reply Packets): Add fork events to list of stop reasons.
1108 (General Query Packets): Add fork events to tables of
1109 'gdbfeatures' and 'stub features' supported in the qSupported
1110 packet, as well as to the list containing stub feature
1111 details.
1112
1113 2015-05-12 Gary Benson <gbenson@redhat.com>
1114
1115 * gdb.texinfo (General Query Packets): Document
1116 qXfer:exec-file:read with empty annex.
1117
1118 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1119
1120 * python.texi (Values From Inferior): Add descriptions of new
1121 methods gdb.Value.reference_value and gdb.Value.const_value.
1122
1123 2015-05-06 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.texinfo (Files): Add "info dll" documentation.
1126 (Cygwin Native): Remove "info dll" documentation.
1127
1128 2015-04-29 Doug Evans <dje@google.com>
1129
1130 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1131 Document.
1132 (Writing an Xmethod): Add get_result_type to example.
1133
1134 2015-04-28 Sasha Smundak <asmundak@google.com>
1135
1136 * python.texi: New method documented.
1137
1138 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1141 format.
1142
1143 2015-04-24 Doug Evans <dje@google.com>
1144
1145 * python.texi (Xmethods In Python): Fix name of method to call the
1146 xmethod.
1147
1148 2015-04-17 Gary Benson <gbenson@redhat.com>
1149
1150 * gdb.texinfo (Connecting to a Remote Target): Mention that
1151 GDB can access program files from remote targets that support
1152 qXfer:exec-file:read and Host I/O packets.
1153
1154 2015-04-17 Gary Benson <gbenson@redhat.com>
1155
1156 * gdb.texinfo (Remote Configuration): Document the "set/show
1157 remote pid-to-exec-file-packet" command.
1158 (General Query Packets): Document the qXfer:exec-file:read
1159 qSupported features. Document the qXfer:exec-file:read packet.
1160
1161 2015-04-17 Gary Benson <gbenson@redhat.com>
1162
1163 * gdb.texinfo (set sysroot): Document that "set sysroot" also
1164 applies to executable paths if supplied to GDB as absolute.
1165
1166 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * gdb.texinfo (Mode Options): Remove -xdb.
1169
1170 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1171 Eli Zaretskii <eliz@gnu.org>
1172
1173 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1174 compile, show debug compile. New subsection Compilation options for
1175 the compile command. New subsection Compiler search for the compile
1176 command.
1177
1178 2015-04-09 Andy Wingo <wingo@igalia.com>
1179
1180 * guile.texi (Frames In Guile): Describe frame-read-register.
1181
1182 2015-04-02 Gary Benson <gbenson@redhat.com>
1183
1184 * gdb.texinfo (set sysroot): Document "target:".
1185
1186 2015-04-01 Sasha Smundak <asmundak@google.com>
1187
1188 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1189 section.
1190
1191 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1192
1193 PR corefiles/16092
1194 * gdb.texinfo (gcore): Mention new command 'set
1195 use-coredump-filter'.
1196 (set use-coredump-filter): Document new command.
1197
1198 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1199
1200 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1201 documentation, reorder the info os entries in alphabetical order.
1202
1203 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1204
1205 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1206 -data-write-memory-bytes.
1207
1208 2015-03-24 Pedro Alves <palves@redhat.com>
1209
1210 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1211 mention that threads may sometimes run unlocked.
1212
1213 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1214
1215 * gdb.texinfo (Remote configuration): Document "set/show
1216 serial parity" command.
1217
1218 2015-03-18 Gary Benson <gbenson@redhat.com>
1219
1220 * gdb.texinfo (General Query Packets): Remove documentation
1221 for now-removed vFile:fstat qSupported features.
1222
1223 2015-03-11 Gary Benson <gbenson@redhat.com>
1224
1225 * gdb.texinfo (Remote Configuration): Document the
1226 "set/show remote hostio-fstat-packet" command.
1227 (General Query Packets): Document the vFile:fstat
1228 qSupported features.
1229 (Host I/O Packets): Document the vFile:fstat packet.
1230
1231 2015-03-11 Andy Wingo <wingo@igalia.com>
1232
1233 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1234
1235 2015-03-04 Pedro Alves <palves@redhat.com>
1236
1237 * gdb.texinfo (Remote Configuration): Document the "set/show
1238 remote swbreak-feature-packet" and "set/show remote
1239 hwbreak-feature-packet" commands.
1240 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1241 decription.
1242 (Stop Reply Packets): Document the swbreak and hwbreak stop
1243 reasons.
1244 (General Query Packets): Document the swbreak and hwbreak
1245 qSupported features.
1246 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1247
1248 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1249
1250 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1251 under *stopped.
1252
1253 2015-03-02 Doug Evans <xdje42@gmail.com>
1254
1255 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1256
1257 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1258
1259 * gdb.texinfo (S/390 and System z Features): Describe new feature
1260 "org.gnu.gdb.s390.vx".
1261
1262 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1263
1264 PR gdb/18008
1265 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1266 demangler-warning): Fix typo ("problam").
1267
1268 2015-02-19 David Taylor <dtaylor@emc.com>
1269
1270 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1271
1272 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1273
1274 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1275 point, DTrace'.
1276 (Static Probe Points): Modified to cover DTrace probes in addition
1277 to SystemTap probes. Also modified to cover the `enable probe'
1278 and `disable probe' commands.
1279
1280 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1281
1282 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1283 `disable probe' commands.
1284
1285 2015-02-12 David Taylor <dtaylor@emc.com>
1286
1287 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1288 fields of the QTDV packet.
1289
1290 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1291
1292 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1293 (Process Record and Replay): Describe new set|show commands.
1294 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1295
1296 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1297
1298 * gdb.texinfo (Process Record and Replay): Describe the "record
1299 btrace bts" command.
1300 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1301 (Branch Trace Configuration Format): New.
1302
1303 2015-01-31 Gary Benson <gbenson@redhat.com>
1304 Doug Evans <dje@google.com>
1305
1306 * gdb.texinfo (Command Completion): Document new
1307 "set/show max-completions" option.
1308
1309 2015-01-31 Doug Evans <xdje42@gmail.com>
1310
1311 * gdb.texinfo (Symbols): Document new commands
1312 "maint print symbol-cache", "maint print symbol-cache-statistics",
1313 "maint flush-symbol-cache". Document new option
1314 "maint set symbol-cache-size".
1315
1316 2015-01-31 Doug Evans <xdje42@gmail.com>
1317
1318 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1319 distinguish script files vs inlined scripts.
1320 * python.texi (Python Auto-loading): Ditto.
1321
1322 2015-01-30 Doug Evans <dje@google.com>
1323
1324 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1325 string if present.
1326
1327 2015-01-27 Doug Evans <dje@google.com>
1328
1329 * python.texi (Objfiles In Python): Document Objfile.username.
1330
1331 2015-01-27 Doug Evans <dje@google.com>
1332
1333 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1334 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1335
1336 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1337
1338 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1339
1340 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1341
1342 * doc/gdb.texinfo (TUI Commands): Document the possible
1343 values of NAME argument to 'winheight' command. Explain the
1344 effect of 'tabset' setting better.
1345
1346 2015-01-11 Doug Evans <xdje42@gmail.com>
1347
1348 PR gdb/15830
1349 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1350 (Symbols): Ditto.
1351 (Maintenance Commands): Delete docs for "maint demangle".
1352
1353 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1354
1355 * gdb.texinfo (Files): Remove documentation of the
1356 "add-shared-symbol-files" and "assf" commands.
1357 (Cygwin Native): Remove documentation of the "dll-symbols"
1358 command.
1359
1360 2014-12-17 Doug Evans <xdje42@gmail.com>
1361
1362 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1363
1364 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1365 Jan Kratochvil <jan.kratochvil@redhat.com>
1366
1367 * gdb.texinfo (Altering): Update.
1368 (Compiling and Injecting Code): New node.
1369
1370 2014-12-12 Doug Evans <dje@google.com>
1371
1372 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1373
1374 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1375
1376 * gdb.texinfo: Document "maint print user-registers".
1377
1378 2014-12-08 Doug Evans <dje@google.com>
1379
1380 * python.texi (Objfiles In Python): Document Objfile.owner.
1381
1382 2014-12-04 Doug Evans <dje@google.com>
1383
1384 * python.texi (Objfiles In Python): Document
1385 Objfile.add_separate_debug_file.
1386
1387 2014-12-04 Doug Evans <dje@google.com>
1388
1389 * python.texi (Objfiles In Python): Document Objfile.build_id.
1390
1391 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1392
1393 * python.texi (Events In Python): Document new events
1394 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1395 and RegisterChangedEvent.
1396
1397 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1398
1399 Add add-auto-load-scripts-directory.
1400 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1401 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1402
1403 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1404
1405 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1406 description typo.
1407
1408 2014-10-30 Doug Evans <dje@google.com>
1409
1410 * python.texi (Progspaces In Python): Document ability to add
1411 random attributes to gdb.Progspace objects.
1412 (Objfiles In Python): Document ability to add random attributes to
1413 gdb.objfile objects.
1414
1415 2014-10-27 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1418 info on stepping and signal handlers.
1419 (Signals): Explain stepping and signal handlers. Add context
1420 index entry, and cross references.
1421
1422 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1423
1424 * python.texi (Breakpoints In Python): Add parenthesis after
1425 Breakpoint.delete. Clarify Breakpoint.enabled description so
1426 that it contains "disable".
1427
1428 2014-10-17 Doug Evans <dje@google.com>
1429
1430 * python.texi (Events In Python): Document clear_objfiles event.
1431
1432 2014-10-17 Doug Evans <dje@google.com>
1433
1434 * python.texi (Objfiles In Python): Document new progspace attribute.
1435
1436 2014-10-17 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1439 (SVR4 Process Information): Delete mention of OSF/1.
1440
1441 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1442
1443 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1444 exit-code field in -list-thread-groups output.
1445
1446 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1447
1448 * gdb.texinfo (Set Breaks): Add missing "@end table".
1449
1450 2014-09-22 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1453 always-inserted off" is the default mode now. Delete
1454 documentation of "set breakpoint always-inserted auto".
1455
1456 2014-09-18 Doug Evans <dje@google.com>
1457
1458 * python.texi (Symbol Tables In Python): Document "producer"
1459 attribute of gdb.Symtab objects.
1460
1461 2014-09-16 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1464 (Embedded OS): Remove VxWorks menu entry.
1465 (VxWorks): Remove node.
1466
1467 2014-09-13 Doug Evans <xdje42@gmail.com>
1468
1469 * gdb.texinfo (Signaling): Document new queue-signal command.
1470
1471 2014-09-06 Doug Evans <xdje42@gmail.com>
1472
1473 PR 15276
1474 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1475 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1476
1477 2014-09-03 Justin Lebar <jlebar@google.com>
1478
1479 * python.texi (Types In Python): Type.template_argument(n) returns a
1480 gdb.Value or a gdb.Type and throws an exception if n is out of
1481 range.
1482
1483 2014-09-03 Sasha Smundak <asmundak@google.com>
1484
1485 * python.texi (Frames in Python): Add read_register description.
1486
1487 2014-08-04 Tom Tromey <tromey@redhat.com>
1488
1489 * gdb.texinfo (Debugging Output): Update for change to "set debug
1490 target".
1491
1492 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1493
1494 Pushed by Joel Brobecker <brobecker@adacore.com>.
1495 * Makefile.in (transform): New variable.
1496 (install-man1, install-man5): Apply $(transform) to man file names.
1497
1498 2014-07-26 Doug Evans <xdje42@gmail.com>
1499
1500 PR guile/17177
1501 * guile.texi (Guile Pretty Printing API): Fix typo.
1502 Document set-pretty-printers!, pretty-printers.
1503 (Selecting Guile Pretty-Printers): Update.
1504 Mention program-space based pretty-printers.
1505
1506 2014-07-25 Pedro Alves <palves@redhat.com>
1507 Eli Zaretskii <eliz@gnu.org>
1508
1509 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1510 with multi-threaded programs.
1511
1512 2014-06-27 Yao Qi <yao@codesourcery.com>
1513
1514 * gdb.texinfo (Maintenance Commands): Update the output of
1515 'maint print dummy-frames' command.
1516
1517 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1518
1519 * gdb.texinfo (Screen Size): Improve indexing.
1520
1521 2014-06-19 Gary Benson <gbenson@redhat.com>
1522
1523 * gdb.texinfo (Maintenance Commands): Document new
1524 "maint set/show catch-demangler-crashes" option.
1525
1526 2014-06-19 Gary Benson <gbenson@redhat.com>
1527
1528 * gdb.texinfo (Maintenance Commands): Document new
1529 "maint demangler-warning" command and new
1530 "maint set/show demangler-warning" option.
1531
1532 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1533
1534 * python.texi (Xmethod API): Add space before the opening
1535 parenthesis in function descriptions.
1536
1537 2014-06-06 Doug Evans <xdje42@gmail.com>
1538
1539 * guile.texi (Guile Configuration): Document guile-data-directory.
1540
1541 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1542
1543 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1544
1545 2014-06-04 Doug Evans <xdje42@gmail.com>
1546
1547 * guile.texi (Breakpoints In Guile): Update.
1548
1549 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1550
1551 * python.texi (Xmethod API): Fix reference to "Progspaces In
1552 Python".
1553
1554 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1555
1556 * python.texi (Xmethods In Python, XMethod API)
1557 (Writing an Xmethod): New nodes.
1558 (Python API): New menu entries "Xmethods In Python",
1559 "Xmethod API", "Writing an Xmethod".
1560
1561 2014-06-02 Doug Evans <xdje42@gmail.com>
1562
1563 * guile.texi (Guile API): Add entry for Parameters In Guile.
1564 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1565 (Parameters In Guile): New node.
1566
1567 2014-06-02 Doug Evans <xdje42@gmail.com>
1568
1569 * guile.texi (Guile API): Add entry for Commands In Guile.
1570 (Basic Guile) <parse-and-eval>: Add reference.
1571 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1572 (GDB Scheme Data Types): Mention <gdb:command> object.
1573 (Commands In Guile): New node.
1574
1575 2014-06-02 Doug Evans <xdje42@gmail.com>
1576
1577 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1578 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1579 (Progspaces In Guile): New node.
1580
1581 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1582
1583 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1584 * python.texi (Frames In Python): Mention
1585 gdb.FRAME_UNWIND_MEMORY_ERROR.
1586
1587 2014-05-29 Pedro Alves <palves@redhat.com>
1588 Tom Tromey <tromey@redhat.com>
1589
1590 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1591 from example.
1592 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1593 Mention that target-async is now deprecated.
1594 (Maintenance Commands): Document maint set/show target-async.
1595
1596 2014-05-29 Pedro Alves <palves@redhat.com>
1597
1598 * observer.texi (sync_execution_done, command_error): New
1599 subjects.
1600
1601 2014-05-29 Pedro Alves <palves@redhat.com>
1602
1603 PR gdb/13860
1604 * observer.texi (signal_received, end_stepping_range)
1605 (signal_exited, exited, no_history): New observer subjects.
1606
1607 2014-05-26 Andy Wingo <wingo@igalia.com>
1608
1609 * guile.texi (GDB Scheme Data Types): Remove documentation for
1610 removed interfaces. Update spelling of gdb-object-kind.
1611
1612 2014-05-26 Andy Wingo <wingo@igalia.com>
1613
1614 * guile.texi (Basic Guile): Fix some typos.
1615
1616 2014-05-26 Andy Wingo <wingo@igalia.com>
1617
1618 * guile.texi (Writing a Guile Pretty-Printer)
1619 (Guile Types Module): Fix excess parentheses in use-modules forms.
1620
1621 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1622
1623 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1624 (Breakpoints In Guile, Guile Printing Module)
1625 (Guile Exception Handling, Values From Inferior In Guile)
1626 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1627 Don't use @var at the beginning of a sentence.
1628
1629 * gdb.texinfo (Frame Filter Management, Trace Files)
1630 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1631 (PowerPC Embedded, Define, Annotations for Running)
1632 (IPA Protocol Commands, Packets, General Query Packets)
1633 (Tracepoint Packets, Notification Packets, Environment)
1634 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1635 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1636 (Frames, Backtrace, Selection, Expressions, Registers)
1637 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1638 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1639 (Source Annotations, Using JIT Debug Info Readers, Packets)
1640 (Stop Reply Packets, Host I/O Packets)
1641 (Target Description Format): Don't use @var at the beginning of a
1642 sentence.
1643
1644 * python.texi (Basic Python, Types In Python)
1645 (Commands In Python, Frames In Python, Line Tables In Python)
1646 (Breakpoints In Python, gdb.printing, gdb.types)
1647 (Type Printing API): Don't use @var at the beginning of a
1648 sentence.
1649
1650 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1651
1652 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1653 replay-memory-access".
1654
1655 2014-05-21 Pedro Alves <palves@redhat.com>
1656
1657 * gdb.texinfo (Starting): Document "set/show
1658 auto-connect-native-target".
1659 (Target Commands): Document "target native".
1660
1661 2014-05-20 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1664 not be remote specific. Add cross reference to the qCRC packet.
1665 (Separate Debug Files): Update cross reference to the qCRC packet.
1666 (General Query Packets) <qCRC packet>: Add anchor.
1667
1668 2014-05-17 Doug Evans <xdje42@gmail.com>
1669
1670 Copy over changes from guile.texi.
1671 * python.texi (Basic Python) <gdb.execute>: Add text.
1672 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1673 (Values From Inferior) <Python string>: Add text.
1674 (Values From Inferior) <Value.string>: Clarify string length handling.
1675 (Pretty Printing API): Add cindex.
1676 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1677 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1678 @vindex.
1679 (Commands In Python) <COMPLETE_*>: Similarly.
1680 (Symbols In Python) <SYMBOL_*>: Similarly.
1681 (Breakpoints In Python) <WP_*>: Similarly.
1682 (Breakpoints In Python) <BP_*>: Similarly.
1683
1684 2014-05-17 David Taylor <dtaylor@emc.com>
1685
1686 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1687 mentioned in the qfThreadInfo reply.
1688
1689 2014-05-16 Doug Evans <dje@google.com>
1690
1691 * gdb.texinfo (Mode Options): Add -D.
1692
1693 2014-05-09 Samuel Bronson <naesten@gmail.com>
1694
1695 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1696 "make -C".
1697
1698 2014-04-29 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1701 "show debug varobj".
1702
1703 2014-05-01 David Taylor <dtaylor@emc.com>
1704
1705 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1706 option.
1707
1708 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1709 Walfred Tedeschi <walfred.tedeschi@intel.com>
1710
1711 * gdb.texinfo (i386 Features): Add description of AVX512
1712 registers.
1713
1714 2014-03-31 Doug Evans <dje@google.com>
1715
1716 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1717
1718 2014-03-30 Doug Evans <dje@google.com>
1719
1720 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1721 (Background Execution): Ditto.
1722
1723 2014-03-21 Pedro Alves <palves@redhat.com>
1724 Stan Shebs <stan@codesourcery.com>
1725 Hui Zhu <hui@codesourcery.com>
1726
1727 * gdb.texinfo (Packets): Add anchor to "? packet".
1728 Remove fixme and update introduction of "k packet".
1729 Add anchor to "vKill packet".
1730
1731 2014-03-12 Stan Shebs <stan@codesourcery.com>
1732
1733 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1734
1735 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1736
1737 * guile.texi (Basic Guile): Document 'history-append!'.
1738
1739 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1740
1741 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1742 and "assf" as being deprecated.
1743 (Cygwin Native): Likewise for "dll-symbols".
1744 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1745 as a way to force the loading of symbols from a DLL.
1746
1747 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1748
1749 * python.texi (Values From Inferior): Add description about the
1750 new feature.
1751
1752 2014-02-17 Doug Evans <xdje42@gmail.com>
1753
1754 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1755 * gdb.texinfo (Python): Moved to ...
1756 * python.texi: ... here. New file.
1757
1758 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1759
1760 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1761 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1762 parameter to 'str-lookup-function' procedure. Look for
1763 the "std::string<" prefix.
1764 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1765 Adjust description.
1766
1767 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1768
1769 * guile.texi (Values From Inferior In Guile): Remove stray
1770 parantheses for deffn.
1771 (Disassembly In Guile): Ditto.
1772
1773 2014-02-10 Stan Shebs <stan@codesourcery.com>
1774
1775 Add Doxygen support.
1776 * Makefile.in (doxy): New action, generates Doxygen files.
1777 (DOXYGEN): New.
1778 (doxyedit): New.
1779 * Doxyfile-base.in: New file.
1780 * Doxyfile-gdb-api.in: New file.
1781 * Doxyfile-gdb-xref.in: New file.
1782 * Doxyfile-gdbserver.in: New file.
1783 * doxy-index.in: New file.
1784 * filter-for-doxygen: New file.
1785 * filter-params.pl: New file.
1786
1787 2014-02-10 Doug Evans <xdje42@gmail.com>
1788
1789 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1790 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1791 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1792 (Guile docs): Include guile.texi.
1793 (objfile-gdbdotext file): Add objfile-gdb.scm.
1794 (dotdebug_gdb_scripts section): Mention Guile scripts.
1795 (Multiple Extension Languages): New node.
1796 * guile.texi: New file.
1797
1798 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1799
1800 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1801 ignore-descriptive-types". commands.
1802
1803 2014-01-22 Doug Evans <dje@google.com>
1804
1805 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1806 (gdbserver man): Ditto.
1807
1808 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1809
1810 * gdb.texinfo: Document limited reverse/replay support
1811 for target record-btrace.
1812
1813 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1814
1815 * gdb.texinfo (Process Record and Replay): Update documentation.
1816
1817 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1818
1819 * gdb.texinfo (Process Record and Replay): Document new /c
1820 modifier accepted by "record function-call-history".
1821 Add /i modifier to "record function-call-history" example.
1822
1823 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1824 Joel Brobecker <brobecker@adacore.com>
1825
1826 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1827 markers. Remove one that was misplaced.
1828
1829 2014-01-10 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.texinfo (Your Program's Environment) <set environment>:
1832 Mention the shell, and point at 'set exec-wrapper'.
1833
1834 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1835
1836 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1837
1838 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1839
1840 * gdb.texinfo (Types In Python): Clarify the documentation
1841 of attribute gdb.Field.bitpos.
1842
1843 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.texinfo (Types In Python): Fix the documentation of
1846 attribute "bitpos" in class gdb.Field for enum types. Add
1847 documentation for attribute "enumval" in that same class.
1848
1849 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1850
1851 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1852 @ftable.
1853
1854 2013-12-23 Doug Evans <xdje42@gmail.com>
1855
1856 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1857 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1858 corresponding section in Extending GDB.
1859 (Extending GDB): Move menu up. New menu item "Auto-loading
1860 extensions".
1861 (Sequences): New menu item "Auto-loading sequences".
1862 (Auto-loading sequences): New node.
1863 (Python): Rename section from Scripting GDB to Extending GDB.
1864 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1865 Move docs on ways to auto-load extensions to ...
1866 (Auto-loading extensions): ... here. New node.
1867
1868 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1869
1870 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1871 in menu.
1872 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1873 command, now in a new node.
1874 (GDB/MI Support Commands): New node, with its contents being
1875 extracted from the "GDB/MI Miscellaneous Commands" node.
1876 A small paragraph introducing the section is also added at
1877 the start.
1878 (GDB/MI Miscellaneous Commands): Delete the description of the
1879 -info-gdb-mi-command, -list-features and -list-target-features
1880 commands, now hosted in the "GDB/MI Support Commands" node.
1881
1882 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1883
1884 PR python/16113
1885 * gdb.texinfo (Values From Inferior): Add a note about using
1886 gdb.Field objects as subscripts on gdb.Value objects.
1887 (Types In Python): Add description about the new attribute
1888 "parent_type" of gdb.Field objects.
1889
1890 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1891
1892 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1893 entry for section docuumenting the -list-features GDB/MI command.
1894
1895 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1898 "exec-run-start-option" entry in the output of the "-list-features"
1899 command.
1900
1901 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1902
1903 * gdb.texinfo (i386): Fix yesterday's commit.
1904
1905 2013-12-03 Tom Tromey <tromey@redhat.com>
1906
1907 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1908 documented here.
1909
1910 2013-12-03 Tom Tromey <tromey@redhat.com>
1911
1912 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1913
1914 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1915
1916 * gdb.texinfo (i386 Features): Add MPX feature registers.
1917 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1918 a subsubsection for MPX and describes the display of the
1919 boundary registers.
1920
1921 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1922
1923 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1924 documentation of the "ada-exceptions" entry.
1925
1926 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1927
1928 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1929 "^error" result record concerning the error message. Document
1930 the error code that may also be part of that result record.
1931 (GDB/MI Miscellaneous Commands): Document the
1932 "undefined-command-error-code" element in the output of
1933 the "-list-features" GDB/MI command.
1934
1935 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1936
1937 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1938 the new -info-gdb-mi-command GDB/MI command. Document
1939 the meaning of "-info-gdb-mi-command" in the output of
1940 -list-features.
1941
1942 2013-11-29 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1945 Update comment.
1946
1947 2013-11-24 Yao Qi <yao@codesourcery.com>
1948
1949 * gdb.texinfo (Caching Remote Data): Document new
1950 "set/show stack-cache" option.
1951
1952 2013-11-24 Yao Qi <yao@codesourcery.com>
1953
1954 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1955 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1956 "off" respectively.
1957
1958 2013-11-23 Yao Qi <yao@codesourcery.com>
1959
1960 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1961 of "displayhint" to the table about child results.
1962
1963 2013-11-21 Yao Qi <yao@codesourcery.com>
1964
1965 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1966 'dynamic' for the output of command -var-list-children.
1967
1968 2013-11-21 Yao Qi <yao@codesourcery.com>
1969
1970 * gdb.texinfo (Caching Target Data): Remove "see" before
1971 @pxref.
1972
1973 2013-11-20 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.texinfo (Caching Target Data): Update doc for
1976 per-address-space dcache.
1977
1978 2013-11-20 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.texinfo (Data): Rename menu item.
1981 (Caching Remote Data): Rename to ...
1982 (Caching Target Data): ... it. Update.
1983
1984 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1985
1986 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1987 "language-option" entry in the output of the "-list-features"
1988 command.
1989
1990 2013-11-15 Tom Tromey <tromey@redhat.com>
1991
1992 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1993 Add example.
1994
1995 2013-11-14 Tom Tromey <tromey@redhat.com>
1996
1997 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1998
1999 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2000
2001 * gdb.texinfo (Show): Add xref anchor for "show language" command.
2002 (Context management): Place current subsection text into its own
2003 subsubsection. Add new subsubsection describing the "--language"
2004 command option.
2005
2006 2013-11-13 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2009 the documentation of "info-ada-exceptions" in the output
2010 of the "-list-features" command. Add the documentation
2011 of the "ada-exception" entry instead.
2012
2013 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2014
2015
2016 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2017 word of a couple of sentences to start with a capital letter.
2018
2019 2013-11-12 Joel Brobecker <brobecker@adacore.com>
2020
2021 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2022 (Ada Exceptions): New node.
2023 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2024 Commands" node.
2025 (GDB/MI Ada Exceptions Commands): New node.
2026 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2027 field in the output of the "-list-features" command.
2028 * NEWS: Add entry for the new "info exceptions" CLI command,
2029 and for the new "-info-ada-exceptions" GDB/MI command.
2030
2031 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2032
2033 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2034 (Line Tables In Python): New node.
2035
2036 2013-11-08 Doug Evans <dje@google.com>
2037
2038 * gdb.texinfo (Debugging Output): Update text for
2039 "set debug dwarf2-read".
2040
2041 2013-11-08 Doug Evans <dje@google.com>
2042
2043 * gdb.texinfo (Debugging Output): Update text for
2044 "set debug symtab-create".
2045
2046 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2047
2048 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2049 constant.
2050
2051 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2052
2053 * gdb.texinfo (Breakpoints In Python): Document temporary
2054 option in breakpoint constructor, and add documentation to the
2055 temporary attribute.
2056
2057 2013-11-07 Yao Qi <yao@codesourcery.com>
2058
2059 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2060 output of "-var-info-expression".
2061
2062 2013-11-06 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2065 non-interactive mode.
2066 (Environment) <shell startup files warning>: Mention
2067 non-interactive mode. Mention .zshenv for Z shell, and talk about
2068 BASH_ENV instead of .bashrc for BASH.
2069
2070 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
2071
2072 * gdb.texinfo (Commands to Specify Files): Add description
2073 of the remove-symbol-file command.
2074 * observer.texi: New free_objfile event
2075
2076 2013-10-24 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.texinfo (Starting): Document set/show startup-with-shell.
2079
2080 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2083 New subsection inside which the "-catch-load" and "-catch-unload"
2084 commands documentation is now placed.
2085 (Ada Exception GDB/MI Catchpoint Commands): New subsection
2086 documenting the "-catch-assert" and "-catch-exception" new
2087 GDB/MI commands.
2088
2089 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2090
2091 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2092
2093 2013-10-10 Joel Brobecker <brobecker@adacore.com>
2094
2095 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2096 serial baud".
2097 (Remote Configuration): Replace "set remotebaud" by "set serial
2098 baud". Replace "show remotebaud" by "show serial baud".
2099
2100 2013-10-07 Pedro Alves <palves@redhat.com>
2101
2102 PR breakpoints/11568
2103 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2104 when the thread is removed from the thread list.
2105
2106 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2107
2108 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2109 Update entry for $_exitcode.
2110
2111 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2114 new "--start" option.
2115
2116 2013-10-02 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.texinfo (Registers): Expand description of saved registers
2119 in frames. Explain <not saved>.
2120
2121 2013-09-25 Doug Evans <dje@google.com>
2122
2123 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2124
2125 2013-09-16 Stan Shebs <stan@codesourcery.com>
2126
2127 Remove the internals manual gdbint.texinfo.
2128 * Makefile.in (INFO_DEPS): Remove gdbint.info.
2129 (PDFFILES): Remove gdbint.pdf.
2130 (HTMLFILES): Remove gdbint/index.html.
2131 (HTMLFILES_INSTALL): Remove gdbint.
2132 (GDBINT_DOC_FILES): Remove.
2133 (dvi): Remove gdbint.dvi.
2134 (ps): Remove gdbint.ps.
2135 * gdbint.texinfo: Remove file.
2136 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2137
2138 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2139
2140 * gdb.texinfo (Convenience Functions): Mention new convenience
2141 function $_isvoid.
2142
2143 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2144
2145 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2146 (Standard Target Features): Add new node to menu.
2147 (S/390 and System z Features): New node.
2148
2149 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
2150
2151 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2152 -list-target-features in the example.
2153
2154 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2155
2156 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2157 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
2158
2159 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2160
2161 Sync documentation with gdb.base/gnu-debugdata.exp.
2162 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2163
2164 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2165
2166 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2167
2168 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2169 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2172 Document new --skip-unavailable option.
2173 <-stack-list-variables>: Document new --skip-unavailable option.
2174
2175 2013-08-26 Doug Evans <dje@google.com>
2176
2177 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2178 an optional regexp.
2179
2180 2013-08-13 Tom Tromey <tromey@redhat.com>
2181
2182 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2183 Document GDB_PARALLEL and GDB_INOTIFY.
2184
2185 2013-08-09 Stan Shebs <stan@codesourcery.com>
2186
2187 * LRS: Remove file, describes a long-abandoned live-range
2188 splitting extension to stabs.
2189
2190 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2191
2192 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2193
2194 2013-07-17 Doug Evans <dje@google.com>
2195
2196 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2197
2198 2013-07-02 Tom Tromey <tromey@redhat.com>
2199
2200 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2201
2202 2013-06-28 Tom Tromey <tromey@redhat.com>
2203
2204 * Makefile.in (version.subst): Use version.in, not
2205 common/version.in.
2206 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2207 Likewise.
2208
2209 2013-06-27 Pedro Alves <palves@redhat.com>
2210
2211 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2212 dynamic symbol resolution code>: New section, based on infrun.c
2213 comment.
2214
2215 2013-06-26 Tom Tromey <tromey@redhat.com>
2216
2217 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2218 Update.
2219 (Releasing GDB): Likewise.
2220
2221 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2222 Yao Qi <yao@codesourcery.com>
2223
2224 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2225 -trace-frame-collected.
2226
2227 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2228
2229 * gdb.texinfo (Traceframe Info Format): Document tvar element
2230 and its attributes.
2231
2232 2013-06-25 Yao Qi <yao@codesourcery.com>
2233
2234 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2235
2236 2013-06-24 Tom Tromey <tromey@redhat.com>
2237
2238 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2239 (GDBvn.texi): Use version.subst.
2240 (version.subst): New target.
2241 (mostlyclean): Remove version.subst.
2242
2243 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2244
2245 * gdb.texinfo (GDB/MI Data Manipulation)
2246 <-data-list-register-values>: Document the --skip-unavailable
2247 option.
2248
2249 2013-06-07 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.texinfo (Symbols): Add kindex and cindex for
2252 'maint print msymbols'.
2253
2254 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2255
2256 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2257 response field name (thread-group to inferior).
2258
2259 2013-06-04 Gary Benson <gbenson@redhat.com>
2260
2261 * gdb.texinfo (General Query Packets/qSupported): Added
2262 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2263 to the table of currently defined stub features.
2264 Added a more detailed entry for "augmented-libraries-svr4-read".
2265 (General Query Packets/qXfer:libraries-svr4:read): Documented
2266 the augmented form of this packet.
2267
2268 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2269
2270 * gdb.texinfo (System-wide Configuration Scripts): Renames
2271 "Installed System-wide Configuration Scripts". Add associated
2272 @menu block.
2273
2274 2013-05-23 Yao Qi <yao@codesourcery.com>
2275 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.texinfo (Packets): Document 'vCont;r'.
2278 (Continuing and Stepping): Document target-assisted range
2279 stepping, and the 'set range-stepping' and 'show range-stepping'
2280 commands.
2281
2282 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdb.texinfo (Installed System-wide Configuration Scripts):
2285 Add subsection describing the scripts now available under
2286 the data-dir's system-gdbbinit subdirectory.
2287 * NEWS: Add entry announcing the availability of system-wide
2288 configuration scripts for ElinOS and Wind River Linux.
2289
2290 2013-05-21 Hui Zhu <hui@codesourcery.com>
2291
2292 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2293 "-dprintf-insert" command.
2294
2295 2013-05-17 Doug Evans <dje@google.com>
2296
2297 * gdb.texinfo (Maintenance Commands): Update doc for
2298 "maint check-psymtabs". Add doc for "maint check-symtabs",
2299 "maint expand-symtabs".
2300
2301 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2302
2303 * gdb.texinfo (Process Record and Replay): Document the
2304 "record goto" command and its sub-commands.
2305
2306 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2307
2308 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2309 (Python API): Add Frame Filters API, Frame Wrapper API,
2310 Writing a Frame Filter/Wrapper, Managing Management of Frame
2311 Filters chapter entries.
2312 (Frame Filters API): New Node.
2313 (Frame Wrapper API): New Node.
2314 (Writing a Frame Filter): New Node.
2315 (Managing Frame Filters): New Node.
2316 (Progspaces In Python): Add note about frame_filters attribute.
2317 (Objfiles in Python): Ditto.
2318 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2319 @anchors and --no-frame-filters option to -stack-list-variables,
2320 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2321 commands.
2322
2323 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2324
2325 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2326 Support" subsection documenting the XML format used to transfer
2327 shared library info on AIX.
2328
2329 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2330
2331 * gdb.texinfo (Debugging Output): Add documentation of
2332 "set debug aix-solib" and "show debug aix-solib" commands.
2333
2334 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2335
2336 * gdb.texinfo (Nios II): New section.
2337 (Nios II Features): New section.
2338
2339 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdbint.texinfo (Algorithms): Remove entries documenting
2342 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2343 SOLIB_CREATE_INFERIOR_HOOK.
2344
2345 2013-04-29 Tom Tromey <tromey@redhat.com>
2346
2347 PR python/14204:
2348 * gdb.texinfo (Python API): Fix menu entry.
2349 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2350 Define global and static block. Add example. Clarify
2351 block relationship for inline functions.
2352
2353 2013-04-29 Tom Tromey <tromey@redhat.com>
2354
2355 * gdb.texinfo (Python API): Mention Python help and keyword
2356 arguments. Move pagination text to Basic Python.
2357 (Basic Python): Put pagination text here. Document
2358 close-on-exec, SIGCHLD, and SIGINT.
2359
2360 2013-04-19 Pedro Alves <palves@redhat.com>
2361
2362 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2363 "signedness" instead of "signness".
2364
2365 2013-04-19 Pedro Alves <palves@redhat.com>
2366
2367 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2368 -Wno-pointer-sign text with text on -Wpointer-sign.
2369
2370 2013-04-16 Tom Tromey <tromey@redhat.com>
2371
2372 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2373 GCC that has the SDT probe points.
2374
2375 2013-04-15 Tom Tromey <tromey@redhat.com>
2376
2377 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2378 exception catchpoints.
2379
2380 2013-04-15 Tom Tromey <tromey@redhat.com>
2381
2382 * gdb.texinfo (Set Catchpoints): Document $_exception.
2383 (Convenience Vars): Mention $_exception.
2384
2385 2013-04-15 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.texinfo (Set Catchpoints): Reorganize exception
2388 catchpoints. Document "catch rethrow".
2389 (Debugging C Plus Plus): Mention "catch rethrow".
2390
2391 2013-04-15 Tom Tromey <tromey@redhat.com>
2392
2393 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2394
2395 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2396 Eli Zaretskii <eliz@gnu.org>
2397
2398 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2399 line below the sample output.
2400
2401 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2402
2403 * gdb.texinfo (Mode Options): Document '-configuration'.
2404 (Help): Document "show configuration".
2405 (Bug Reporting): Add requirements to include the configuration
2406 details in bug reports.
2407
2408 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2409
2410 * Makefile.in (MAN1S): Add gcore.1.
2411 Remove "Host, target, and site specific Makefile fragments" comment.
2412 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2413 (install-man1, uninstall-man1): Conditionalize gcore.1.
2414 (gcore.1): New.
2415 * gdb.texinfo (Man Pages): Add gcore man.
2416 (gcore man): New node.
2417
2418 2013-04-10 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.texinfo (Process Record and Replay): Document that "set
2421 record full insn-number-max", "set record
2422 instruction-history-size" and "set record
2423 function-call-history-size" accept "unlimited".
2424 (Backtrace): Document that "set backtrace limit" accepts
2425 "unlimited".
2426 (List): Document that "set listsize" accepts "unlimited".
2427 (Print Settings)" Document that "set print max-symbolic-offset",
2428 "set print elements" and "set print repeats" accept "unlimited".
2429 (Starting and Stopping Trace Experiments): Document that "set
2430 trace-buffer-size" accepts "unlimited".
2431 (Remote Configuration): Document that "set tcp connect-timeout"
2432 accepts "unlimited".
2433 (Command History): Document that "set history size" accepts
2434 "unlimited".
2435 (Screen Size): Document that "set height" and "set width" accepts
2436 "unlimited". Adjust "set pagination"'s description to suggest
2437 "set height unlimited" instead of "set height 0".
2438
2439 2013-04-10 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.texinfo (Trace Files): Add "target ctf".
2442
2443 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2444
2445 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2446
2447 * Makefile.in (install-man1, install-man5, uninstall-man1)
2448 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2449
2450 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2451
2452 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2453 Eli Zaretskii <eliz@gnu.org>
2454
2455 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2456 parameters order. Remove "On some targets" for --attach. Document the
2457 --multi parameter and extended-remote command. Document all the
2458 options.
2459
2460 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2461
2462 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2463 the list of supported languages.
2464
2465 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2468 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2469 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2470 (diststuff): Add man.
2471 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2472 (uninstall-man5): New.
2473 (STAGESTUFF): Add *.1 and *.5.
2474 (GDBvn.texi): Add SYSTEM_GDBINIT.
2475 (gdb.1, gdbserver.1, gdbinit.5): New.
2476 (maintainer-clean realclean): Add $(MANS).
2477 (install): Add install-man.
2478 (uninstall): Add uninstall-man.
2479 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2480 (@copying): Wrap it by @c man begin COPYRIGHT.
2481 (Top): Add Man Pages.
2482 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2483
2484 2013-04-02 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.texinfo (Debugging Output): Document "set/show debug
2487 aarch64", "set/show debug coff-pe-read" and "set/show debug
2488 mach-o".
2489
2490 2013-04-02 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2493 table>: Add entry for "trace-buffer-size".
2494
2495 2013-03-28 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2498 table>: Add entry for "trace-status".
2499
2500 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2501
2502 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2503 @bullet", which is invalid (makeinfo 5.1 barfs).
2504
2505 2013-03-28 Pedro Alves <palves@redhat.com>
2506
2507 PR gdb/15294
2508
2509 * gdb.texinfo (List) <set listsize>: Adjust to document that
2510 listsize 0 means no limit, and remove mention of -1.
2511
2512 2013-03-22 Yao Qi <yao@codesourcery.com>
2513
2514 * gdb.texinfo (Embedded Processors): Remove menu item
2515 "OpenRISC 1000".
2516 (OpenRISC 1000): Remove.
2517
2518 2013-03-21 Doug Evans <dje@google.com>
2519
2520 * gdb.texinfo (Maintenance Commands): Add docs for
2521 "mt set per-command {space,time,symtab} {on,off}".
2522
2523 2013-03-14 Hui Zhu <hui@codesourcery.com>
2524 Yao Qi <yao@codesourcery.com>
2525
2526 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2527
2528 2013-03-13 Keith Seitz <keiths@redhat.com>
2529
2530 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2531 "maint agent" reference to Dynamic printf.
2532
2533 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2534
2535 * gdb.texinfo (General Query Packets): Don't use colon in index
2536 entries visible to Info format.
2537
2538 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2539
2540 * gdb.texinfo (Process Record and Replay): Document record
2541 changes.
2542
2543 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2544
2545 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2546 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2547 qXfer:btrace:read.
2548
2549 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2550
2551 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2552 use colons in @anchor and @cindex entries.
2553
2554 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2555
2556 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2557
2558 2013-03-08 Stan Shebs <stan@codesourcery.com>
2559 Hafiz Abid Qadeer <abidh@codesourcery.com>
2560
2561 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2562 trace-buffer-size set and show commands.
2563 (Tracepoint Packets): Document QTBuffer:size.
2564 (General Query Packets): Document QTBuffer:size.
2565
2566 2013-02-21 Tom Tromey <tromey@redhat.com>
2567
2568 * gdb.texinfo: Remove bad @syncodeindex.
2569 (Values From Inferior, Types In Python, Inferiors In Python)
2570 (Events In Python, Threads In Python, Frames In Python, Blocks In
2571 Python, Symbols In Python, Symbol Tables In Python): Remove
2572 @tables.
2573 (Packets, General Query Packets, Tracepoint Packets)
2574 (Host I/O Packets): Use @w{} for empty @item.
2575
2576 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2577
2578 * gdb.texinfo (Architectures In Python): Add description about
2579 the new method gdb.Architecture.disassemble.
2580
2581 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2582 Hafiz Abid Qadeer <abidh@codesourcery.com>
2583
2584 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2585 Document the "trace-file" field.
2586
2587 2013-02-07 Doug Evans <dje@google.com>
2588
2589 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2590 command.
2591
2592 2013-02-06 Yao Qi <yao@codesourcery.com>
2593
2594 * gdb.texinfo (GDB/MI Async Records): Document new MI
2595 notification "=tsv-modified". Update the document of MI
2596 notification "=tsv-created".
2597 * observer.texi (GDB Observers): New observer tsv_modified.
2598 Update observer tsv_created and tsv_delete.
2599
2600 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2601
2602 * gdb.texinfo (AArch64 Features): New section; document
2603 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2604 (Architectures): Add new AArch64 section to document AArch64
2605 architecture specific commands.
2606 (ABI): Add description of the new OS ABI "Newlib" and its influence
2607 on the longjmp handling.
2608
2609 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2610 Jan Kratochvil <jan.kratochvil@redhat.com>
2611
2612 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2613 variable in 'set/show backtrace' section.
2614
2615 2013-01-31 Tom Tromey <tromey@redhat.com>
2616
2617 * gdb.texinfo (Target Commands): Fix typo.
2618
2619 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2620
2621 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2622 describing the gdb.Architecture class.
2623 (Frames In Python): Add description about the new method
2624 gdb.Frame.architecture().
2625
2626 2013-01-23 Doug Evans <dje@google.com>
2627
2628 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2629
2630 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2631
2632 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2633 'thread-groups' field when printing a breakpoint in MI.
2634
2635 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2636 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2637 to reflect that jit-reader-load now supports absolute file-names.
2638
2639 2013-01-16 Tom Tromey <tromey@redhat.com>
2640
2641 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2642 (Signals): Likewise.
2643
2644 2013-01-16 Tom Tromey <tromey@redhat.com>
2645
2646 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2647 "catch-type" field.
2648 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2649
2650 2013-01-07 Tom Tromey <tromey@redhat.com>
2651
2652 * gdb.texinfo (Mode Options): Don't mention -epoch.
2653 (Data, Emacs): Remove obsolete comments.
2654
2655 2013-01-02 Tom Tromey <tromey@redhat.com>
2656
2657 * gdb.texinfo (GDB/MI Output Records): Update menu.
2658 (GDB/MI Breakpoint Information): New node.
2659 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2660 <-break-insert>: Likewise.
2661
2662 2012-12-31 Yao Qi <yao@codesourcery.com>
2663
2664 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2665 (Packets): Move "vStopped" packet to ...
2666 (Notification Packets): ... here. Describe the components
2667 of notification. Add a table of supported notifications.
2668 Add an example on the process of he async notification.
2669
2670 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2673 present.
2674 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2675 fullname output always present.
2676
2677 2012-12-23 Pierre Muller <muller@sourceware.org>
2678
2679 * gdbint.texinfo (Function prototypes): Require use of "extern"
2680 modifier for function prototypes in headers.
2681
2682 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2683
2684 * refcard.tex: Update copyright notice to GPL v3 or later.
2685 Update contact info.
2686
2687 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2688
2689 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2690
2691 2012-12-15 Yao Qi <yao@codesourcery.com>
2692
2693 * gdb.texinfo (Debugging Output): Document 'set debug
2694 notification' and 'show debug notification'.
2695
2696 2012-12-15 Yao Qi <yao@codesourcery.com>
2697
2698 * gdb.texinfo (Listing Tracepoints): New item and example about
2699 'installed on target' output.
2700 Add more in the example about 'installed on target'.
2701 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2702
2703 2012-12-14 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.texinfo (SVR4 Process Information): Mention core files.
2706
2707 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2708
2709 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2710
2711 2012-12-11 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.texinfo: Remove all mentions of Unixware throughout.
2714
2715 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2716
2717 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2718
2719 2012-11-29 Tom Tromey <tromey@redhat.com>
2720
2721 * gdb.texinfo (SVR4 Process Information): Document missing
2722 "info proc" subcommands.
2723
2724 2012-11-29 Yao Qi <yao@codesourcery.com>
2725
2726 PR gdb/1477.
2727 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2728 to 'auto' instead of 'gnu'.
2729
2730 2012-11-26 Tom Tromey <tromey@redhat.com>
2731
2732 * gdb.texinfo (MiniDebugInfo): New node.
2733 (GDB Files): Update.
2734
2735 2012-11-16 Doug Evans <dje@google.com>
2736
2737 * gdb.texinfo (System-wide configuration): If the system-wide init
2738 file lives in the data-directory, and --data-directory is provided,
2739 look for it there.
2740
2741 2012-11-15 Tom Tromey <tromey@redhat.com>
2742
2743 * gdb.texinfo (Signaling): Fix typo.
2744
2745 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2746
2747 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2748 parameter "count" of -data-write-memory-bytes, and add an example.
2749
2750 2012-11-12 Tom Tromey <tromey@redhat.com>
2751
2752 * gdb.texinfo (Symbols): Document "info type-printers",
2753 "enable type-printer" and "disable type-printer".
2754 (Python API): Add new node to menu.
2755 (Type Printing API): New node.
2756 (Progspaces In Python): Document type_printers field.
2757 (Objfiles In Python): Likewise.
2758 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2759 register_type_printer, TypePrinter>: Document.
2760
2761 2012-11-12 Tom Tromey <tromey@redhat.com>
2762
2763 * gdb.texinfo (Symbols): Document "set print type methods",
2764 "set print type typedefs", and flags to ptype and whatis.
2765
2766 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2767
2768 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2769 the example -data-disassemble output. Extend the description of
2770 the -data-disassemble results to document all fields. Document
2771 the cli disassemble command as being related to -data-disassemble.
2772
2773 2012-11-09 Yao Qi <yao@codesourcery.com>
2774
2775 PR gdb/14777.
2776 * gdb.texinfo (OS Information): Remove doc on command
2777 'info udot'.
2778
2779 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2780
2781 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2782 gdb.ini warning for Windows port.
2783
2784 2012-11-08 Yao Qi <yao@codesourcery.com>
2785
2786 * gdb.texinfo (Search): Add kindex for 'fo'.
2787
2788 2012-11-05 Tom Tromey <tromey@redhat.com>
2789
2790 PR python/14802:
2791 * gdb.texinfo (Functions In Python): Add example.
2792
2793 2012-11-03 Yao Qi <yao@codesourcery.com>
2794
2795 * observer.texi (GDB Observers): Remove observer
2796 'tracepoint_modified', 'tracepoint_created' and
2797 'tracepoint_deleted'.
2798
2799 2012-10-26 Tom Tromey <tromey@redhat.com>
2800
2801 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2802
2803 2012-10-25 Tom Tromey <tromey@redhat.com>
2804
2805 * gdb.texinfo (General Query Packets): Use @itemx.
2806
2807 2012-10-17 Yao Qi <yao@codesourcery.com>
2808
2809 * observer.texi (GDB Observers): Update observer
2810 'memory_changed'.
2811 * gdb.texinfo (GDB/MI Async Records): Document for
2812 "memory-changed" notification.
2813
2814 2012-10-15 Doug Evans <dje@google.com>
2815
2816 * gdb.texinfo (Mode Options): Document -nh.
2817 Elaborate on docs for -nx.
2818
2819 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2820
2821 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2822
2823 2012-09-21 Yao Qi <yao@codesourcery.com>
2824 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.texinfo (GDB/MI Async Records): Document notification
2827 'record-started' and 'record-stopped'.
2828 * observer.texi (GDB Observers): New observer 'record-changed'.
2829
2830 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2831
2832 * gdb.texinfo: Document the removal of SH's 'regs' command.
2833
2834 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2835
2836 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2837
2838 2012-09-18 Yao Qi <yao@codesourcery.com>
2839
2840 * gdb.texinfo (GDB/MI Async Records): Document new MI
2841 notifications '=tsv-created' and '=tsv-deleted'.
2842 * observer.texi (GDB Observers): New observer tsv_created and
2843 tsv_deleted.
2844
2845 2012-09-18 Yao Qi <yao@codesourcery.com>
2846
2847 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2848 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2849 '=traceframe-changed'.
2850
2851 2012-09-17 Yao Qi <yao@codesourcery.com>
2852
2853 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2854 'set listsize'.
2855
2856 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2857 Eli Zaretskii <eliz@gnu.org>
2858
2859 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2860 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2861 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2862
2863 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2866
2867 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2868
2869 Document how to return from "python-interactive" to GDB.
2870 * gdb.texinfo (Python Commands): Update documentation.
2871
2872 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2873
2874 Add a new "python-interactive" command that starts a standard
2875 Python interactive prompt with "pi" as alias, and add "py" as
2876 an alias to "python".
2877 * gdb.texinfo (Python Commands): Document the new commands.
2878
2879 2012-08-22 Tom Tromey <tromey@redhat.com>
2880
2881 * gdbint.texinfo (Host Definition): Remove documentation for
2882 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2883
2884 2012-08-17 Keith Seitz <keiths@redhat.com>
2885
2886 PR c++/13356
2887 * gdb.texinfo (Type and Range Checking): Remove warning.
2888 Remove spurious commas.
2889 Update text and examples for re-implementation of set/show
2890 check type.
2891 (C and C++ Type and Range Checks): Likewise.
2892
2893 2012-08-16 Yao Qi <yao@codesourcery.com>
2894
2895 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2896 is deprecated.
2897
2898 2012-08-13 Doug Evans <dje@google.com>
2899
2900 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2901 to include functions.
2902
2903 2012-08-10 Doug Evans <dje@google.com>
2904
2905 * gdb.texinfo (Convenience Funs): New node.
2906 (Types In Python): Document Type.vector.
2907
2908 2012-08-09 Yao Qi <yao@codesourcery.com>
2909
2910 * observer.texi: New observer command_param_changed.
2911 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2912
2913 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 * gdbint.texinfo (Debugging GDB): In section
2916 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2917 Mention also gdb-gdb.py.
2918
2919 2012-08-07 Yao Qi <yao@codesourcery.com>
2920
2921 Revert the folloing patch:
2922 2012-08-06 Yao Qi <yao@codesourcery.com>
2923 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2924 remote hardware-watchpoint-limit' and 'set
2925 remote hardware-breakpoint-limit'.
2926
2927 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2928
2929 * gdb.texinfo (Working Directory): Added information about new
2930 default argument for 'cd' command.
2931
2932 2012-08-06 Yao Qi <yao@codesourcery.com>
2933
2934 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2935 remote hardware-watchpoint-limit' and 'set
2936 remote hardware-breakpoint-limit'.
2937
2938 2012-08-06 Yao Qi <yao@codesourcery.com>
2939
2940 Fix PR14371.
2941
2942 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2943 '=breakpoint-deleted'.
2944
2945 2012-08-02 Yao Qi <yao@codesourcery.com>
2946
2947 * gdb.texinfo (Native): Remove node Neutrino.
2948
2949 2012-07-27 Yao Qi <yao@codesourcery.com>
2950
2951 * gdb.texinfo (IPA Protocol Commands): Document new command
2952 'close'.
2953
2954 2012-07-25 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2957
2958 2012-07-20 Doug Evans <dje@google.com>
2959
2960 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2961 (Index Files): Document how to control the use of deprecated index
2962 sections.
2963 (Index Section Format): Replace --use-deprecated-index-sections with
2964 "set use-deprecated-index-sections on".
2965
2966 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2967
2968 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2969 indices into a single node "Index". Instead, join function and
2970 variable indices into a single index, separate from the concept
2971 index. Requested in
2972 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2973 (Top): Update the top-level menu: instead of one "Index" there are
2974 now separate entries "Concept Index" and "Function and Variable
2975 Index".
2976 (Concept Index, Function and Variable Index): New nodes.
2977 (Index): Node deleted.
2978
2979 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2980
2981 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2982 and "maint agent-eval".
2983
2984 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2985
2986 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2987 avoid file-name clashes between Index.html and index.html on
2988 case-insensitive filesystems. See the discussion starting in
2989 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2990 details of the problem.
2991 (Top): Update the master menu for the above.
2992 (Concept Index, Command and Variable Index): New nodes, instead of
2993 the old "Index" node that was deleted. All cross-references
2994 updated.
2995
2996 2012-07-02 Stan Shebs <stan@codesourcery.com>
2997
2998 * gdb.texinfo (Dynamic Printf): Mention agent style and
2999 disconnected dprintf.
3000 (Maintenance Commands): Describe maint agent-printf.
3001 (General Query Packets): Mention BreakpointCommands feature.
3002 (Packets): Document commands extension to Z0 packet.
3003 * agentexpr.texi (Bytecode Descriptions): Document printf
3004 bytecode.
3005
3006 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3009 only after gdbinit files.
3010 (Startup): Move -iex and -iex commands down after gdbinit files.
3011
3012 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3013
3014 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3015 possibility.
3016
3017 2012-06-29 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.texinfo (Index Section Format): Update for version 7.
3020
3021 2012-06-28 Stan Shebs <stan@codesourcery.com>
3022
3023 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3024 example, add note about title column.
3025
3026 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3027
3028 * gdb.texinfo (Symbol Tables In Python): Add description about
3029 the new 'last' attribute of gdb.Symtab_and line.
3030
3031 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3032
3033 * gdb.texinfo (Symbol Tables In Python): Correct the description
3034 of the 'pc' attribute of gdb.Symtab_and_line.
3035
3036 2012-06-26 Doug Evans <dje@google.com>
3037
3038 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3039 and symtab-create.
3040
3041 2012-06-25 Keith Seitz <keiths@redhat.com>
3042
3043 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3044 from example. Remove "rbreak" from list of corresponding
3045 gdb commands.
3046
3047 2012-06-23 Doug Evans <dje@google.com>
3048
3049 * gdb.texinfo (Index Section Format): Document version 7 format.
3050
3051 2012-06-22 Yao Qi <yao@codesourcery.com>
3052
3053 * gdb.texinfo: Add missing cindex for some packets.
3054
3055 2012-06-20 Keith Seitz <keiths@redhat.com>
3056
3057 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3058 for -break-insert and document -p.
3059
3060 2012-06-20 Yao Qi <yao@codesourcery.com>
3061
3062 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3063 and "gdb.write_memory" with "Inferior.read_memory" and
3064 "Inferior.write_memory".
3065
3066 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
3067
3068 * gdb.texinfo (Summary): Add a link to "Free Documentation".
3069 (Free Documentation): Add @node line.
3070 (Continuing and Stepping) <advance location>: Use @item instead of
3071 @itemx.
3072 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3073 @itemx.
3074 (Embedded Processors): Put the link to "PA" to its correct place,
3075 according to document structure.
3076 (Python API): Put the link to "Lazy Strings In Python" to its
3077 correct place.
3078 (Index): Use @@ in @tex block to get a literal @.
3079
3080 * gdbint.texinfo: Fix the @subtitle line.
3081
3082 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3083 correct place.
3084
3085 2012-06-08 Yao Qi <yao@codesourcery.com>
3086
3087 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3088 Protocol'.
3089 (In-Process Agent Protocol, IPA Protocol Objects)
3090 (IPA Protocol Commands): New nodes.
3091 (Tracepoint Packets): Add anchors.
3092
3093 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
3094
3095 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3096
3097 2012-06-06 Yao Qi <yao@codesourcery.com>
3098
3099 * gdb.texinfo: Update copyright year.
3100
3101 2012-05-23 Stan Shebs <stan@codesourcery.com>
3102 Kwok Cheung Yeung <kcy@codesourcery.com>
3103
3104 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3105
3106 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3107
3108 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3109 Mention also --with-separate-debug-dir.
3110 (Auto-loading): Prepend $debugdir in the sample output.
3111 (Auto-loading safe path): Likewise. Mention also $debugdir for the
3112 auto-load safe-path variable.
3113 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3114 Mention also $debugdir for 'set auto-load scripts-directory'.
3115
3116 2012-05-19 Eli Zaretskii <eliz@gnu.org>
3117
3118 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3119 (MIPS Embedded, MIPS, MIPS Register packet Format)
3120 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3121 appropriate.
3122
3123 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
3124 Maciej W. Rozycki <macro@codesourcery.com>
3125
3126 * gdb.texinfo (MIPS): Document "set mips compression" and "show
3127 mips compression".
3128 (MIPS Breakpoint Kinds): New subsubsection.
3129
3130 2012-05-18 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdb.texinfo (Architecture-Specific Protocol Details): Define
3133 nodes for subsections. Add @acronym mark-ups and adjust
3134 formatting.
3135
3136 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3137
3138 Rename $ddir to $datadir.
3139 * gdb.texinfo (Auto-loading, Auto-loading safe path)
3140 (objfile-gdb.py file): Rename $ddir to $datadir.
3141
3142 2012-05-18 Tom Tromey <tromey@redhat.com>
3143
3144 * gdb.texinfo (Print Settings): Document 'set print symbol'.
3145
3146 2012-05-14 Stan Shebs <stan@codesourcery.com>
3147
3148 * gdb.texinfo (Dynamic Printf): New subsection.
3149
3150 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3151
3152 * gdb.texinfo (Basic Python): Add description about the function
3153 gdb.find_pc_line
3154
3155 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3156 Eli Zaretskii <eliz@gnu.org>
3157
3158 * gdb.texinfo (Separate Debug Files): Use plural form for global
3159 debugging information directory.
3160
3161 2012-05-11 Stan Shebs <stan@codesourcery.com>
3162 Kwok Cheung Yeung <kcy@codesourcery.com>
3163
3164 * gdb.texinfo (Operating System Auxiliary Information): Document new
3165 'info os' subcommands.
3166
3167 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3168
3169 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3170 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3171 (dotdebug_gdb_scripts section): Add reference
3172 to 'Auto-loading safe path'.
3173
3174 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3175
3176 Implement multi-component --with-auto-load-dir.
3177 * gdb.texinfo (Auto-loading): New references
3178 for 'set auto-load scripts-directory'
3179 and 'show auto-load scripts-directory'.
3180 (Auto-loading safe path): Describe the new default. Move $ddir
3181 substituation reference to 'objfile-gdb.py file'.
3182 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3183 script-name. Describe new 'set auto-load scripts-directory'
3184 and 'show auto-load scripts-directory'.
3185
3186 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 Provide $ddir substitution for --with-auto-load-safe-path.
3189 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3190 (Auto-loading safe path): Likewise. Mention the default value,
3191 $ddir substitution, --with-auto-load-safe-path and
3192 --without-auto-load-safe-path.
3193 * observer.texi (gdb_datadir_changed): New.
3194
3195 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3198 Twice.
3199
3200 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3201 directory separator by path separator.
3202
3203 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3204
3205 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3206 for 'set auto-load safe-path' optional. Mention if it is omitted.
3207 Change disabling security protection condition to "/", twice.
3208
3209 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3210
3211 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3212 the new methods global_block and static_block on gdb.Symtab
3213 objects.
3214
3215 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3216
3217 * gdb.texinfo (Blocks In Python): Add a note saying that future
3218 improvements to GDB and its infrastructure can move symbols
3219 across blocks within a symbol table.
3220
3221 2012-04-29 Yao Qi <yao@codesourcery.com>
3222
3223 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3224 (A29K): Remove.
3225
3226 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3227 Tom Tromey <tromey@redhat.com>
3228
3229 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3230 and generic static probe support on GDB.
3231
3232 2012-04-25 Doug Evans <dje@google.com>
3233
3234 * gdb.texinfo (Go): Fix thinko.
3235
3236 * gdb.texinfo (Supported Languages): Add Go.
3237 (Go): New node.
3238
3239 2012-04-25 Yao Qi <yao@codesourcery.com>
3240
3241 * gdbint.texinfo (Testsuite): New section `Board settings'.
3242
3243 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3246 Three times.
3247
3248 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3249 Three times.
3250
3251 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3252
3253 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3254 by @table @asis. Fix formatting of one item.
3255
3256 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3257
3258 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3259
3260 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 New option "set debug auto-load".
3263 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3264 (auto-load verbose mode): New node.
3265
3266 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 New option "set auto-load safe-path".
3269 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3270 and "info auto-load" examples for safe-path. Put there also references
3271 for "set auto-load safe-path" and "show auto-load safe-path".
3272 New menu item for Auto-loading safe path.
3273 (Auto-loading safe path): New node.
3274 (Python Auto-loading): Update the expected output from "Missing"
3275 to "No".
3276
3277 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3278
3279 auto-load: Implementation.
3280 * gdb.texinfo (Mode Options): New anchor for -nx.
3281 (Startup): New anchors for Option -init-eval-command,
3282 Home Directory Init File
3283 and Init File in the Current Directory during Startup.
3284 Mention set auto-load local-gdbinit with a reference.
3285 Change the sample code to "set auto-load python-scripts".
3286 (Threads): New anchor set libthread-db-search-path.
3287 Provide references to libthread_db.so.1 file.
3288 (Controlling GDB): New menu item for Auto-loading.
3289 (Auto-loading, Init File in the Current Directory)
3290 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3291 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3292 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3293 reference.
3294 (Auto-loading): Rename to ...
3295 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3296 "set auto-load python-scripts", new anchor for it. Change
3297 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3298 for it. Change "info auto-load-scripts"
3299 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3300 to "Python scripts".
3301
3302 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3303
3304 PR mi/13393
3305 * gdb.texinfo (Print Settings): Extend the description for "set print
3306 object".
3307 (GDB/MI Variable Objects): Extend the description for -var-create and
3308 -var-list-children.
3309
3310 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3311
3312 * gdb.texinfo (Examining Data): Document the 'explore' command.
3313
3314 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3315
3316 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3317 to the children of a varobj and its update range when -var-update
3318 returns that the varobj's type changed.
3319
3320 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3323 Create two new links fir 'objfile-gdb.py file'
3324 and 'dotdebug_gdb_scripts section'.
3325
3326 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 * gdb.texinfo (Auto-loading): Rename node reference
3329 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3330 Twice.
3331 (.debug_gdb_scripts section): Rename the node ...
3332 (dotdebug_gdb_scripts section): ... here.
3333 (Maintenance Commands): Also rename this node reference.
3334
3335 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3336
3337 * gdb.texinfo (Python API/Values From Inferior): Add description
3338 about the new method Value.referenced_value. Add description on
3339 how Value.dereference is different (and similar) to
3340 Value.referenced_value.
3341
3342 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3345 --init-eval-command=COMMAND, -iex.
3346 (Startup): Describe -iex and -ix. Simplify the example
3347 for "set auto-load-scripts off".
3348
3349 2012-03-16 Gary Benson <gbenson@redhat.com>
3350
3351 PR breakpoints/10738
3352 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3353 stating that GDB cannot set breakpoints on inlined functions.
3354 (Mode Options): Document --use-deprecated-index-sections.
3355 (Index Section Format): Document new index section version format.
3356
3357 2012-03-15 Tom Tromey <tromey@redhat.com>
3358
3359 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3360
3361 2012-03-13 Doug Evans <dje@google.com>
3362
3363 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3364 of "reload".
3365 (Symbols): Delete docs for set/show symbol-reloading.
3366 * gdbint.texinfo (Defining Other Architecture Features): Delete
3367 SYMBOL_RELOADING_DEFAULT.
3368 * refcard.tex: Delete reference to symbol-reloading.
3369
3370 2012-03-07 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.texinfo (General Query Packets): Document new
3373 QProgramSignals packet.
3374 * gdb.texinfo (Remote configuration): Mention
3375 "program-signals-packet".
3376
3377 2012-03-05 Tristan Gingold <gingold@adacore.com>
3378
3379 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3380
3381 2012-03-03 Yao Qi <yao@codesourcery.com>
3382
3383 * gdb.texinfo (In-Process Agent): New node.
3384 Document new commands.
3385 (General Query Packets): Add packet `QAgent'.
3386
3387 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3388
3389 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3390
3391 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3392
3393 * gdb.texinfo (Commands In Python): Put example python macro in
3394 COMMAND_USER category rather than COMMAND_OBSCURE.
3395 Document gdb.COMMAND_USER.
3396 (User-defined Commands): Update documentation to clarify
3397 "set/show max-user-call-depth" and "show user" don't apply to python
3398 commands. Update documentation to clarify "help user-defined" may
3399 also include python commands defined as COMMAND_USER.
3400
3401 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3402
3403 * gdb.texinfo (Startup): Add option -ex description to the option -x
3404 description.
3405
3406 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3407
3408 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3409 condition-evaluation breakpoint parameter.
3410 Mention condition-evaluation mode being shown in "info break".
3411 (Break Conditions): Add description for target-side
3412 conditional breakpoints.
3413 (Remote Configuration): Mention conditional-breakpoints-packet.
3414 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3415 cond-expr.
3416 (General Query Packets): Mention new ConditionalBreakpoint feature.
3417
3418 2012-02-22 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3421
3422 2012-02-17 Tom Tromey <tromey@redhat.com>
3423
3424 PR python/10753:
3425 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3426 directory.
3427
3428 2012-02-14 Stan Shebs <stan@codesourcery.com>
3429
3430 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3431
3432 2012-02-13 Pedro Alves <palves@redhat.com>
3433
3434 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3435 mips-idt-ecoff.
3436
3437 2012-02-09 Yao Qi <yao@codesourcery.com>
3438
3439 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3440
3441 2012-02-07 Tom Tromey <tromey@redhat.com>
3442
3443 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3444 Symbol.value.
3445
3446 2012-02-07 Tom Tromey <tromey@redhat.com>
3447
3448 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3449
3450 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3451
3452 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3453
3454 2012-01-24 Tom Tromey <tromey@redhat.com>
3455
3456 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3457 unload".
3458 (Files): Mention new catch commands.
3459 (GDB/MI Async Records): Likewise.
3460
3461 2012-01-24 Gary Benson <gbenson@redhat.com>
3462
3463 Delete #if 0'd out code.
3464 * gdb.texinfo (Frame Info): Remove "info catch".
3465
3466 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3467
3468 * gdb.texinfo (Remote Configuration): Document
3469 "set remote hostio-readlink-packet" command.
3470 (General Query Packets): Document vFile:readlink packet.
3471
3472 2012-01-16 Tom Tromey <tromey@redhat.com>
3473
3474 * gdb.texinfo (Specify Location): Document relative file name
3475 handling.
3476
3477 2012-01-16 Tom Tromey <tromey@redhat.com>
3478
3479 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3480
3481 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3482 Eli Zaretskii <eliz@gnu.org>
3483
3484 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3485 code.
3486
3487 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3488
3489 * gdb.texinfo (Variables): Document use of :: for non-static
3490 variables.
3491
3492 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdbint.texinfo (Start of New Year Procedure): Update
3495 to replace use of copyright.sh by use of copyright.py.
3496
3497 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3498
3499 Remove the gdbtui binary.
3500 * all-cfg.texi (GDBTUI): Remove.
3501 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3502 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3503 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3504
3505 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3506
3507 Introduce gdb.FinishBreakpoint in Python.
3508 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3509 (Python API): Add menu entry for Finish Breakpoints.
3510
3511 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3512
3513 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3514 tests.
3515
3516 2011-12-16 Doug Evans <dje@google.com>
3517
3518 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3519
3520 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3521
3522 * gdb.texinfo (Python Commands): Remove "maint set/show print
3523 stack". Add documentation for "set/show python print-stack".
3524
3525 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3526
3527 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3528 should transfer control to the stub in the startup code instead of
3529 in main. Mention the need to get past the initial breakpoint.
3530
3531 2011-12-06 Tom Tromey <tromey@redhat.com>
3532
3533 * gdb.texinfo (Set Breaks): Update for new behavior.
3534
3535 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3536
3537 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3538 List Format for SVR4 Targets'.
3539 (General Query Packets): New item qXfer:libraries-svr4:read.
3540 (Library List Format for SVR4 Targets): New node.
3541
3542 2011-12-01 Tom Tromey <tromey@redhat.com>
3543
3544 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3545 add.
3546
3547 2011-11-22 Tom Tromey <tromey@redhat.com>
3548
3549 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3550 reasons.
3551
3552 2011-11-20 Stan Shebs <stan@codesourcery.com>
3553
3554 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3555 note-related options and variables.
3556 (Tracepoint Packets): Document packet changes.
3557
3558 2011-11-20 Sanjoy Das <sdas@igalia.com>
3559
3560 * gdb.texinfo (JIT Interface): Add documentation on writing and
3561 usind JIT debug info readers.
3562 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3563 Debug Info Readers): New nodes.
3564
3565 2011-11-18 Yao Qi <yao@codesourcery.com>
3566
3567 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3568 tracepoint.
3569
3570 2011-11-15 Doug Evans <dje@google.com>
3571
3572 * gdb.texinfo (Files): Document basenames-may-differ.
3573
3574 2011-11-14 Doug Evans <dje@google.com>
3575
3576 * gdb.texinfo (Shell Commands): Document "!".
3577
3578 2011-11-14 Stan Shebs <stan@codesourcery.com>
3579 Kwok Cheung Yeung <kcy@codesourcery.com>
3580
3581 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3582 needed to get shorter fast tracepoints.
3583 (Tracepoint Packets): Document new qTMinFTPILen packet.
3584
3585 2011-11-14 Yao Qi <yao@codesourcery.com>
3586
3587 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3588 behavior of tracepoint.
3589 (General Query Packets): New feature InstallInTrace.
3590 (Remote Configuration): Document "set remote
3591 install-in-trace-packet".
3592
3593 2011-11-12 Matt Rice <ratmice@gmail.com>
3594
3595 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3596 Add arguments to info macro.
3597
3598 2011-11-10 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3601 manual.
3602 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3603 (Macros): Add a footnote.
3604 (C): Remove paragraph about compiler options.
3605 (C Constants): Mention wide character and string constants.
3606 (C Plus Plus Expressions): Update compiler option advice. Mention
3607 using declarations. Mention ADL. Remove old HP compiler
3608 information.
3609
3610 2011-11-10 Tom Tromey <tromey@redhat.com>
3611
3612 PR c++/9257:
3613 * gdb.texinfo (Print Settings): Add an extra note about the need
3614 for a vtable.
3615
3616 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3617
3618 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3619 "set mips abi" documentation.
3620
3621 2011-11-04 Doug Evans <dje@google.com>
3622
3623 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3624
3625 2011-11-03 Tom Tromey <tromey@redhat.com>
3626
3627 * gdb.texinfo (Stopping): Add menu entry.
3628 (Continuing and Stepping): Restore @node. Use @section, not
3629 @subsection.
3630
3631 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3632
3633 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3634 designation. Fix "Specify Location" cross-reference.
3635
3636 2011-11-02 Stan Shebs <stan@codesourcery.com>
3637
3638 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3639 (General Query Packets): Describe tracenz feature.
3640 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3641
3642 2011-10-28 Paul Koning <paul_koning@dell.com>
3643
3644 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3645
3646 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3647
3648 * gdb.texinfo ((Frames In Python): Document
3649 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3650
3651 2011-10-26 Paul Koning <paul_koning@dell.com>
3652
3653 * gdb.texinfo (gdb.types): Document new deepitems function.
3654
3655 2011-10-25 Paul Koning <paul_koning@dell.com>
3656
3657 PR python/13327
3658
3659 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3660 fetch_lazy method.
3661
3662 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3663
3664 PR python/12656
3665
3666 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3667 global_block, static_block function.
3668
3669 2011-10-19 Tom Tromey <tromey@redhat.com>
3670
3671 * gdb.texinfo (Commands In Python): Add missing "@"s.
3672
3673 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3674
3675 PR python/13285 Document named constants for frame unwind stop reasons
3676 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3677 constants.
3678
3679 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3680
3681 Fix compatibility with texinfo versions older than 4.12.
3682 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3683 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3684 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3685 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3686 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3687 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3688 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3689
3690 2011-10-09 Doug Evans <dje@google.com>
3691
3692 * gdb.texinfo (Extending GDB): Document alias command.
3693
3694 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3695
3696 Support @entry in input expressions.
3697 * gdb.texinfo (Variables): Describe @entry names suffix.
3698 (Print Settings): Add anchor for `set print entry-values'.
3699
3700 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3701 Eli Zaretskii <eliz@gnu.org>
3702
3703 Display @entry parameter values (without references).
3704 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3705 example.
3706 (Print Settings): New description of set print entry-values and show
3707 print entry-values.
3708
3709 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3710 Eli Zaretskii <eliz@gnu.org>
3711
3712 Recognize virtual tail call frames.
3713 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3714 (Tail Call Frames): New node.
3715 (Frames In Python): Add gdb.TAILCALL_FRAME.
3716
3717 2011-10-07 Doug Evans <dje@google.com>
3718
3719 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3720 register_pretty_printer.
3721
3722 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3723
3724 PR python/12930
3725 PR python/12802
3726
3727 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3728 stop method.
3729
3730 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3731
3732 * gdb.texinfo (Starting your Program): "set disable-randomization"
3733 is no longer Linux-specific.
3734 (Remote Configuration): Document "set remote
3735 disable-randomization-packet".
3736 (General Query Packets): Document "QDisableRandomization" packet
3737 and add it to "qSupported" list.
3738
3739 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3740
3741 Allow Python notification of new object-file loadings.
3742 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3743 event type.
3744
3745 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3746
3747 PR python/12691: Add the inferior to Python exited event
3748 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3749
3750 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3751
3752 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3753 rephasing.
3754
3755 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3756
3757 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3758 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3759 as possible feature returned by the `-list-features'
3760 command.
3761
3762 2011-09-28 Paul Koning <paul_koning@dell.com>
3763
3764 * gdb.texinfo (gdb.Type): Document field access by dictionary
3765 key syntax.
3766
3767 2011-09-28 Yao Qi <yao@codesourcery.com>
3768
3769 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3770 Add one space after option `-s'. Remove @r{} markup.
3771
3772 2011-09-27 Stan Shebs <stan@codesourcery.com>
3773
3774 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3775
3776 2011-09-16 Hui Zhu <teawater@gmail.com>
3777
3778 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3779 to *(unsigned char *)$esp@300.
3780
3781 2011-09-15 Paul Koning <paul_koning@dell.com>
3782
3783 * gdb.texinfo: Make style of Python functions and methods match
3784 the syntax of Python. Also put class and module names explicitly
3785 on function, member, and variable names, matching Python
3786 documentation conventions.
3787
3788 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3789
3790 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3791 * gdb.texinfo (Inferiors In Python): Describe new
3792 gdb.selected_inferior() function.
3793
3794 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3795
3796 Handle multiple breakpoint hits in Python interface:
3797 * gdb.texinfo (Events In Python): New function documentation:
3798 gdb.BreakpointEvent.breakpoints. Indicate that
3799 gdb.BreakpointEvent.breakpoint is now deprecated.
3800
3801 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3802
3803 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3804
3805 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3806
3807 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3808
3809 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3810
3811 * gdb.texinfo (Prompt): Add set/show extended-prompt
3812 documentation
3813 (Basic Python): Add prompt_hook anchor.
3814 (Python modules): Reword module text to reflect multiple modules.
3815 (gdb.prompt): Document gdb.prompt module.
3816
3817 2011-08-14 Yao Qi <yao@codesourcery.com>
3818
3819 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3820
3821 2011-08-14 Yao Qi <yao@codesourcery.com>
3822
3823 * gdb.texinfo (Standard Target Features): Document C6x features.
3824 (TIC6x Features): New node.
3825
3826 2011-08-12 Doug Evans <dje@google.com>
3827
3828 * gdb.texinfo (Symbols In Python): Document symbol.type.
3829
3830 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3831
3832 * gdb.texinfo (Python): Document command and function
3833 auto-loading.
3834
3835 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3836 Eli Zaretskii <eliz@gnu.org>
3837
3838 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3839 typedefs unrolling. Extend the sample code by an inner typedef and
3840 outer typedefs unrolling.
3841
3842 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3843
3844 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3845 size and line-size.
3846
3847 2011-07-21 Matt Rice <ratmice@gmail.com>
3848
3849 PR macros/12999
3850 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3851 Update text and cindex entries for info macro command.
3852
3853 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3854
3855 * observer.texi (GDB Observers): Add before_prompt observer.
3856 * gdb.texinfo (Basic Python): Add documentation for prompt
3857 substitution.
3858
3859 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3860
3861 PR python/12438
3862 * gdb.texinfo (Python Commands): Add deprecate note to maint
3863 set/show python print-stack. Document set/show python
3864 print-backtrace.
3865
3866 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3867
3868 * gdb.texinfo: Fix typos.
3869
3870 2011-07-01 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.texinfo (Debugging Output): Document set debug
3873 check-physname.
3874
3875 2011-06-29 Tom Tromey <tromey@redhat.com>
3876
3877 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3878 breakpoint-notifications feature.
3879
3880 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3881
3882 * gdb.texinfo (Target Description): Remove warning about
3883 possibly unstable format.
3884
3885 2011-06-03 Tom Tromey <tromey@redhat.com>
3886
3887 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3888 (Events In Python): Note that exit_code is optional.
3889
3890 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3891
3892 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3893 required for multi-threading support.
3894 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3895 Hc are deprecated for multi-threading debugging. Point readers at
3896 the vCont packet.
3897
3898 2011-05-15 Doug Evans <dje@google.com>
3899
3900 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3901
3902 2011-05-13 Doug Evans <dje@google.com>
3903
3904 * gdb.texinfo (Threads): Document $sdir,$pdir.
3905 (Server): Document $pdir exception.
3906
3907 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3908
3909 * gdb.texinfo (Threads): Clarify default value for
3910 libthread-db-search-path.
3911
3912 * gdb.texinfo (Completion): Update example.
3913 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3914
3915 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3916
3917 * gdb.texinfo: Document change in the behaviour of the enable and
3918 disable GDB commands when applied to tracepoints.
3919 Document the EnableDisableTracepoints remote stub feature.
3920 Document QTEnable and QTDisable in the list of tracepoint packets.
3921
3922 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3925 hsuser.texi.
3926 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3927 comment to hsuser.texi. Change rluser.texi name in the comment.
3928
3929 2011-05-10 Doug Evans <dje@google.com>
3930
3931 * gdb.texinfo (Threads): If an empty path is provided for
3932 libthread-db-search-path it is reset to its default value.
3933 (Server): Ditto.
3934
3935 2011-05-09 Doug Evans <dje@google.com>
3936
3937 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3938
3939 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3940 Thiago Jung Bauermann <bauerman@br.ibm.com>
3941
3942 Implement support for PowerPC BookE masked watchpoints.
3943 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3944 (PowerPC Embedded): Mention support of masked watchpoints.
3945
3946 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3947
3948 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3949 `@value{GDBN}'.
3950
3951 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3952
3953 * gdb.texinfo (titlepage): Remove dedication.
3954 (In Memoriam): New appendix.
3955
3956 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3957 Eli Zaretskii <eliz@gnu.org>
3958
3959 * gdb.texinfo (Index Section Format): Change the version to 5.
3960 Describe the different formula.
3961
3962 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3963 Eli Zaretskii <eliz@gnu.org>
3964
3965 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3966 for disconnected tracing.
3967 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3968 extended-remote relationship. Mention --once.
3969 (TCP port allocation lifecycle of @code{gdbserver}): New.
3970
3971 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3972
3973 * gdb.texinfo (Server): Improve indexing. Index all optional
3974 switches to gdbserver.
3975
3976 2011-04-20 Tom Tromey <tromey@redhat.com>
3977
3978 * gdb.texinfo (Index Section Format): New node.
3979 (Top): Add new node to menu.
3980
3981 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3982
3983 * gdb.texinfo (Maintenance Commands): Document `maint print
3984 remote-registers'.
3985
3986 2011-04-20 Tom Tromey <tromey@redhat.com>
3987
3988 * gdb.texinfo (Trace File Format): Move node later.
3989
3990 2011-04-19 Tom Tromey <tromey@redhat.com>
3991
3992 * gdbint.texinfo (Register Information Functions): Remove
3993 duplicate "the".
3994 * gdb.texinfo (Emacs): Remove duplicate "to".
3995 (GDB/MI Variable Objects): Remove duplicate "the".
3996 (General Query Packets): Likewise.
3997
3998 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4001 "GDB/MI Ada Exception Information" node.
4002
4003 2011-04-01 Joel Brobecker <brobecker@adacore.com>
4004
4005 * gdb.texinfo (GDB/MI Ada Exception Information): Document
4006 the "exception-name" field in the *stopped async record.
4007
4008 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
4009 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4010
4011 Implement support for PowerPC BookE ranged breakpoints.
4012 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4013
4014 2011-03-28 Tom Tromey <tromey@redhat.com>
4015
4016 * gdb.texinfo (Set Tracepoints): Fix typo.
4017
4018 2011-03-24 Tom Tromey <tromey@redhat.com>
4019
4020 * gdb.texinfo (Specify Location): Document `function:label'
4021 linespec.
4022
4023 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
4024
4025 PR python/12149
4026
4027 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4028
4029 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
4030
4031 * gdb.texinfo (Blocks In Python): Add is_valid method description.
4032 (Inferiors In Python): Likewise.
4033 (Threads In Python): Likewise.
4034 (Symbols In Python): Likewise.
4035 (Objfiles In Python): Likewise.
4036 (Symbol Tables In Python): Likewise.
4037
4038 2011-03-15 Pedro Alves <pedro@codesourcery.com>
4039
4040 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4041 display>: Explain that the commands accept number ranges.
4042
4043 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
4044
4045 * gdb.texinfo (Breakpoints In Python): Add description and example
4046 of Python stop function operation.
4047
4048 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
4049
4050 * gdb.texinfo (Parameters In Python): Document get_set_string and
4051 get_show_string methods.
4052
4053 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4056
4057 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4058 circular-trace-buffer name.
4059
4060 2011-02-28 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4063 in the previous change.
4064
4065 2011-02-27 Michael Snyder <msnyder@vmware.com>
4066
4067 * gdb.texinfo (Inferiors and Programs): Update commands to show
4068 that they can accept multiple arguments.
4069
4070 2011-02-24 Joel Brobecker <brobecker@adacore.com>
4071
4072 Revert the following patch (code patch was not approved):
4073 2011-02-21 Hui Zhu <teawater@gmail.com>
4074 * agentexpr.texi (bytecode descriptions): add printf.
4075 * gdb.texinfo (tracepoint action lists): add printf.
4076
4077 2011-02-23 Doug Evans <dje@google.com>
4078
4079 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4080
4081 2011-02-23 Michael Snyder <msnyder@vmware.com>
4082
4083 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4084 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4085 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4086
4087 2011-02-22 Doug Evans <dje@google.com>
4088
4089 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4090 Clarify behaviour of lookup_symbol when `block' argument is omitted,
4091 add description of result, fix @defun formatting.
4092
4093 2011-02-21 Hui Zhu <teawater@gmail.com>
4094
4095 * agentexpr.texi (Bytecode Descriptions): Add printf.
4096 * gdb.texinfo (Tracepoint Action Lists): Add printf.
4097
4098 2011-02-18 Tom Tromey <tromey@redhat.com>
4099
4100 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4101
4102 2011-02-14 Michael Snyder <msnyder@vmware.com>
4103
4104 * gdb.texinfo (threads): Document argument for "info threads" cmd.
4105 Document new command "thread find".
4106
4107 2011-02-14 Michael Snyder <msnyder@vmware.com>
4108
4109 * gdb.texinfo (Threads): Update example of new thread message.
4110
4111 2011-02-14 Pedro Alves <pedro@codesourcery.com>
4112
4113 * gdb.texinfo (Remote Configuration): Mention set/show remote
4114 traceframe-info.
4115 (Tools/Packages Optional for Building GDB): Mention that expat is
4116 used for traceframe info.
4117 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4118 (General Query Packets) <qSupported>: Describe the
4119 qXfer:traceframe-info:read feature.
4120 (qXfer::read): Describe qXfer:traceframe-info:read.
4121 (Traceframe Info Format): New section.
4122
4123 2011-02-04 Pedro Alves <pedro@codesourcery.com>
4124
4125 * gdbint.texinfo (Formatting): Mention some formatting guidelines
4126 for casts and unary operators.
4127
4128 2011-02-04 Tom Tromey <tromey@redhat.com>
4129
4130 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4131 is not useful.
4132
4133 2011-01-25 Pedro Alves <pedro@codesourcery.com>
4134
4135 * gdb.texinfo: s/value optimized out/optimized out/g
4136
4137 2011-01-21 Joel Brobecker <brobecker@adacore.com>
4138
4139 * gdb.texinfo (Other Misc Settings): Rework part of the
4140 documentation of the "set interactive mode" command.
4141
4142 2011-01-19 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.texinfo (Threads): Document thread name output and `thread
4145 name' command.
4146 (Threads In Python): Document Thread.name attribute.
4147 (GDB/MI Thread Commands): Document thread attributes.
4148
4149 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
4150
4151 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4152 changes in mi/mi-cmd-disas.c
4153
4154 2011-01-12 Tom Tromey <tromey@redhat.com>
4155
4156 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
4157 Fix "thread apply" text.
4158
4159 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4160 Thiago Jung Bauermann <bauerman@br.ibm.com>
4161
4162 Implement support for PowerPC BookE ranged watchpoints.
4163 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4164 the "set powerpc exact-watchpoints" flag.
4165
4166 2011-01-07 Tom Tromey <tromey@redhat.com>
4167
4168 * gdb.texinfo (Python API): Add descriptions to @menu items.
4169
4170 2011-01-06 Tom Tromey <tromey@redhat.com>
4171
4172 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4173
4174 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4175
4176 * gdb.texinfo (Debugging Output): Document "set debug jit".
4177
4178 2011-01-06 Tom Tromey <tromey@redhat.com>
4179
4180 PR python/12133:
4181 * gdb.texinfo (Frames In Python): Document various frame
4182 constants.
4183
4184 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4185
4186 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4187 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4188 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4189
4190 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4193 (clean): Add GDBvn.texi.
4194
4195 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4196
4197 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4198 occasional case where the debugger prints an array address
4199 instead of the array itself.
4200
4201 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4202
4203 * gdb.texinfo (Packets) <read registers packet>: Document support
4204 for registers that were not collected.
4205
4206 2010-12-15 Doug Evans <dje@google.com>
4207
4208 * gdb.texinfo (Startup): Document auto-loading of scripts during
4209 startup.
4210 (Auto-loading): Delete "maint set python auto-load on|off".
4211 Add "set auto-load-scripts on|off".
4212
4213 2010-12-07 Doug Evans <dje@google.com>
4214
4215 * gdb.texinfo (Mode Options): Document -data-directory.
4216 (Data Files): Add reference to -data-directory.
4217
4218 2010-11-29 Doug Evans <dje@google.com>
4219
4220 * gdb.texinfo (Pretty-Printer Introduction): Change
4221 printer-name:subprinter-name to printer-name;subprinter-name.
4222
4223 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4224
4225 PR python/12199
4226
4227 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4228
4229 2010-11-23 Tom Tromey <tromey@redhat.com>
4230
4231 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4232 (Editing): Likewise.
4233 (Command History): Likewise.
4234 (TUI Keys): Likewise.
4235 (Bug Reporting): Conditionally include rluser.texi and
4236 inc-history.texinfo.
4237 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4238 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4239 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4240 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4241 (gdb.pdf): Likewise.
4242 (gdb.info): Likewise.
4243 (gdb/index.html): Likewise.
4244
4245 2010-11-23 Tom Tromey <tromey@redhat.com>
4246
4247 * Makefile.in (Makefile): Run ../config.status.
4248 (distclean): Update.
4249 * configure: Remove.
4250 * configure.ac: Remove.
4251
4252 2010-11-12 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.texinfo (Basic Python): Update. Add xref.
4255 (Exception Handling): Document new exception classes.
4256 (Types In Python): Update.
4257 (Frames In Python): Update.
4258
4259 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4260
4261 * gdb.texinfo (Breakpoints In Python): Document "internal"
4262 parameter, and visible attribute.
4263
4264 2010-11-05 Doug Evans <dje@google.com>
4265
4266 * gdb.texinfo (Source Path): Document "set directories".
4267
4268 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4269
4270 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4271 (OpenCL C): New node.
4272
4273 2010-11-02 Doug Evans <dje@google.com>
4274
4275 * gdb.texinfo (Pretty Printing): Expand into three sections,
4276 introduction, example, and commands.
4277 (Python API): Delete section Disabling Pretty-Printers, merge into
4278 Selecting Pretty-Printers.
4279 (Writing a Pretty-Printer): New section. Move the pretty-printer
4280 example here, and reformat to match python coding style. Add a second
4281 example using the gdb.printing module.
4282 (Python modules): Add gdb.printing.
4283
4284 2010-10-29 Doug Evans <dje@google.com>
4285
4286 * gdb.texinfo (Python): Fix long line.
4287
4288 2010-10-20 Doug Evans <dje@google.com>
4289
4290 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4291 All references updated. Correct sections marked as subsections.
4292 (Coding Standards): New chapter. Move the coding standard related
4293 subsections here. Add section on Python coding standards.
4294
4295 2010-10-13 Doug Evans <dje@google.com>
4296
4297 * gdb.texinfo (Python): Add "Python modules".
4298 (Types in Python): Add reference to gdb.types section.
4299 (Python modules): New node.
4300
4301 2010-10-11 Doug Evans <dje@google.com>
4302
4303 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4304 Python" from gdb.Value.type description.
4305
4306 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4307
4308 * gdb.texinfo (Ravenscar Profile): New node.
4309
4310 2010-09-22 Tom Tromey <tromey@redhat.com>
4311
4312 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4313
4314 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4315
4316 * gdb.texinfo (Values From Inferior): Clarify that
4317 value.dynamic_type works only in C++ programs with RTTI.
4318
4319 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4320
4321 * gdb.texinfo (Character Sets): Correctly reference host-charset
4322 in example.
4323
4324 2010-09-13 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4327 Document "fullname" and "from".
4328
4329 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4330
4331 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4332 feature `reverse' output by -list-target-features.
4333
4334 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4335
4336 * gdb.texinfo (i386 Features): Remove an extra "@item".
4337
4338 2010-08-30 Tom Tromey <tromey@redhat.com>
4339
4340 PR python/11792:
4341 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4342
4343 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * gdb.texinfo (ARM Features): Document
4346 org.gnu.gdb.arm.m-profile.
4347
4348 2010-08-23 Tom Tromey <tromey@redhat.com>
4349
4350 PR python/11145:
4351 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4352 reinterpret_cast methods.
4353
4354 2010-08-23 Tom Tromey <tromey@redhat.com>
4355
4356 PR python/11915:
4357 * gdb.texinfo (Types In Python): Document array method.
4358
4359 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4360
4361 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4362
4363 2010-08-16 Tom Tromey <tromey@redhat.com>
4364
4365 * gdb.texinfo (Set Watchpoints): Document -location option.
4366
4367 2010-08-13 Doug Evans <dje@google.com>
4368
4369 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4370
4371 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4372
4373 * gdb.texinfo (GDB/MI Data Manipulation): Document
4374 -data-read-memory-raw and -data-write-memory-raw.
4375
4376 2010-08-11 Tom Tromey <tromey@redhat.com>
4377 Phil Muldoon <pmuldoon@redhat.com>
4378
4379 * gdb.texinfo (Basic Python): Describe post_event API.
4380
4381 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4382
4383 * gdb.texinfo (Basic Python): Describe solib_address and
4384 decode_line Python APIs
4385
4386 2010-08-10 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.texinfo (Pretty Printing API): Document
4389 gdb.default_visualizer.
4390
4391 2010-08-10 Tom Tromey <tromey@redhat.com>
4392
4393 Revert gdb-add-index addition:
4394 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4395
4396 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4397 Eli Zaretskii <eliz@gnu.org>
4398
4399 * gdb.texinfo (Mode Options) <-batch>
4400 (Basic Python) <gdb.execute>: Describe setting width and height.
4401
4402 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4403
4404 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4405
4406 2010-07-30 Tom Tromey <tromey@redhat.com>
4407
4408 * gdb.texinfo (Index Files): Mention gdb-add-index.
4409
4410 2010-07-30 Hui Zhu <teawater@gmail.com>
4411
4412 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4413 "detach inferior" and "kill inferior".
4414
4415 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4416
4417 * gdb.texinfo (Machine Code): Update description of two forms of
4418 arguments, and add new example to demonstrate the new form.
4419
4420 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4421
4422 * gdb.texinfo (Values From Inferior): Add value inferior function
4423 call description.
4424
4425 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4428
4429 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4430 Eli Zaretskii <eliz@gnu.org>
4431
4432 Make core files the process_stratum.
4433 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4434 record_stratum example.
4435
4436 2010-07-13 Tom Tromey <tromey@redhat.com>
4437
4438 * gdb.texinfo (Index Files): New node.
4439
4440 2010-07-13 Tom Tromey <tromey@redhat.com>
4441
4442 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4443
4444 2010-07-13 Tom Tromey <tromey@redhat.com>
4445
4446 * gdb.texinfo (Specify Location): Document labels.
4447
4448 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4449
4450 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4451 entries for fast tracepoints and static tracepoints.
4452
4453 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4454
4455 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4456 qsThreadInfo>: Spell out `l' as ell.
4457
4458 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4459
4460 * gdb.texinfo (Convenience Variables): Document $_sdata.
4461 (Commands to Set Tracepoints): Describe static tracepoints. Add
4462 `Listing Static Tracepoint Markers' menu entry. Document
4463 "strace".
4464 (Tracepoint Action Lists): Document collecting $_sdata.
4465 (Listing Static Tracepoint Markers): New subsection.
4466 (Tracepoints support in gdbserver): Mention static tracepoints.
4467 (remote packets, enabling and disabling): Mention
4468 read-sdata-object.
4469 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4470 and StaticTracepoint.
4471 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4472 Document qXfer:sdata:read.
4473 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4474
4475 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4476
4477 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4478
4479 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4480 Tom Tromey <tromey@redhat.com>
4481 Thiago Jung Bauermann <bauerman@br.ibm.com>
4482
4483 * gdb.texinfo (Inferiors In Python): New node.
4484 * gdb.texinfo (Threads In Python): New node.
4485
4486 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4487
4488 * gdb.texinfo (Python): Document what the python directory is
4489 and what its location is.
4490 (Basic Python): Document the gdb.PYTHONDIR constant.
4491
4492 2010-06-25 Tom Tromey <tromey@redhat.com>
4493
4494 PR python/10808:
4495 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4496
4497 2010-06-24 Hui Zhu <teawater@gmail.com>
4498
4499 * gdb.texinfo: (Commands for Controlled Output): Add
4500 documentation for command "eval".
4501
4502 2010-06-21 Stan Shebs <stan@codesourcery.com>
4503
4504 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4505 * annotate.texinfo: Ditto.
4506 * gdbint.texinfo: Ditto.
4507 * stabs.texinfo: Ditto.
4508
4509 2010-06-22 Hui Zhu <teawater@gmail.com>
4510
4511 * gdb.texinfo: (Process Record and Replay): Add documentation
4512 for command "set record memory-query".
4513
4514 2010-06-21 Stan Shebs <stan@codesourcery.com>
4515
4516 * gdb.texinfo: Relicense under GFDL version 1.3.
4517 * annotate.texinfo: Relicense under GFDL version 1.3.
4518 * gdbint.texinfo: Relicense under GFDL version 1.3.
4519 * stabs.texinfo: Relicense under GFDL version 1.3.
4520 * fdl.texi: Update to version 1.3.
4521
4522 2010-06-18 Stan Shebs <stan@codesourcery.com>
4523
4524 * gdb.texinfo (Operating System Auxiliary Information): Describe
4525 "info os" when no arguments given.
4526
4527 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4528 $_thread.
4529
4530 2010-06-18 Hui Zhu <teawater@gmail.com>
4531
4532 * gdb.texinfo: (Process Record and Replay): Add documentation
4533 for commands "record save" and "record restore".
4534
4535 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4536
4537 * gdb.texinfo: Include information about the correct use
4538 of addresses in the `watch' command.
4539
4540 2010-06-11 Stan Shebs <stan@codesourcery.com>
4541
4542 * gdb.texinfo (Observer Mode): New section.
4543 (General Query Packets): Document QAllow.
4544
4545 2010-06-04 Doug Evans <dje@google.com>
4546
4547 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4548
4549 2010-06-03 Doug Evans <dje@google.com>
4550
4551 * gdbint.texinfo (Coding): Add subsection on command names.
4552
4553 2010-06-02 Tom Tromey <tromey@redhat.com>
4554
4555 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4556 always-disassemble.
4557
4558 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4559
4560 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4561 gdbserver, and add cross reference.
4562 (Tracepoints support in gdbserver): New subsection.
4563
4564 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4565
4566 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4567 `qRelocInsn' feature.
4568 (Relocate instruction reply packet): New subsection
4569 of `Tracepoint Packets'.
4570 (Tracepoint Packets): Mention that packets QTDP and QTStart
4571 support the qRelocInsn request, and add cross reference to new
4572 subsection.
4573
4574 2010-05-25 Doug Evans <dje@google.com>
4575
4576 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4577 (Commands In Python): Document gdb.string_to_argv.
4578
4579 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4582 ATTR_NORETURN.
4583
4584 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4585 Tom Tromey <tromey@redhat.com>
4586 Thiago Jung Bauermann <bauerman@br.ibm.com>
4587
4588 * gdb.texinfo (Parameters In Python): New Node.
4589
4590 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4591
4592 * gdb.texinfo: (Summary) Add mention about D language support.
4593 (Filenames): Add D suffixes.
4594 (D): New node.
4595
4596 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4597
4598 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4599 of macro deleted from GDB code.
4600
4601 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4602
4603 * gdb.texinfo (Commands to specify files): Describe what how GDB
4604 looks up DOS-based filesystem paths on the system root. Document
4605 the new `set/show target-file-system-kind' commands.
4606
4607 2010-04-23 Doug Evans <dje@google.com>
4608
4609 * gdb.texinfo (Python): Move Auto-loading section here ...
4610 (Python API): from here.
4611 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4612 (Maintenance Commands): Add docs for "maint print section-scripts".
4613
4614 2010-04-20 Chris Moller <cmoller@redhat.com>
4615
4616 * gdb.texinfo (Setting Breakpoints): Added description of
4617 filename-qualified rbreak.
4618 * refcard.tex (Breakpoints and Watchpoints): Added brief
4619 description of filename-qualified rbreak.
4620
4621 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4624 (Python API): Change the reference to Pretty Printing API.
4625 (Pretty Printing): Move the user part under the Data node. Reformat
4626 the sample output to 72 columns. Create a new reference to Pretty
4627 Printing API. Rename the API part ...
4628 (Pretty Printing API): To a new node name.
4629 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4630 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4631
4632 2010-04-21 Stan Shebs <stan@codesourcery.com>
4633
4634 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4635 and commands.
4636 (Listing Tracepoints): Update to reflect current behavior.
4637
4638 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4639
4640 * gdb.texinfo (Examining memory): Update for change in string
4641 display with explicit size.
4642
4643 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4644
4645 PR breakpoints/8554.
4646
4647 * gdb.texinfo (Save Breakpoints): New node.
4648 (save-tracepoints): Rename to ...
4649 (save tracepoints): ... this. Mention that `save-tracepoints' is
4650 a deprecated alias to `save tracepoints'.
4651
4652 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4653
4654 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4655 (info w32 thread-information-block): Document new command.
4656 (qGetTIBAddress): Document new gdbserver query.
4657 (maint set/show show-all-tib): Document new command.
4658
4659 2010-04-15 Doug Evans <dje@google.com>
4660
4661 * gdb.texinfo (Python API): Add progspaces section.
4662 (Selecting Pretty-Printers): Progspace pretty-printers are
4663 searched too.
4664 (Progspaces In Python): New section.
4665
4666 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4667
4668 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4669
4670 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4671 returns None.
4672
4673 2010-04-09 Stan Shebs <stan@codesourcery.com>
4674
4675 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4676 Describe the `frames-created' field, tweak grammar.
4677
4678 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4679
4680 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4681 Describe the `circular' and `disconnected' fields.
4682
4683 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4684
4685 * gdb.texinfo (maint print registers): Mention unavailable and
4686 invisible registers.
4687
4688 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4689 Thiago Jung Bauermann <bauerman@br.ibm.com>
4690 Tom Tromey <tromey@redhat.com>
4691
4692 * gdb.texinfo (Breakpoints In Python): New Node.
4693
4694 2010-04-08 Stan Shebs <stan@codesourcery.com>
4695
4696 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4697 trace status fields.
4698
4699 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4700
4701 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4702 optional. Make org.gnu.gdb.i386.avx requires
4703 org.gnu.gdb.i386.avx.
4704
4705 2010-04-08 Doug Evans <dje@google.com>
4706
4707 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4708 search path, and document that gdb only scans the search path if
4709 the script's path doesn't specify a directory.
4710
4711 2010-04-05 Doug Evans <dje@google.com>
4712
4713 * gdb.texinfo (maint show python auto-load): Fix typo.
4714
4715 2010-04-04 Stan Shebs <stan@codesourcery.com>
4716
4717 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4718 (Setting Watchpoints): Update description of "info watch".
4719 (Disabling Breakpoints): Only "info break" lists all.
4720
4721 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4722 (tdump): Explain how tdump works.
4723
4724 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4725
4726 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4727 add cross reference.
4728
4729 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4730
4731 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4732 commands error out.
4733
4734 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4735
4736 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4737
4738 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4739
4740 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4741
4742 2010-03-29 Stan Shebs <stan@codesourcery.com>
4743 Nathan Sidwell <nathan@codesourcery.com>
4744
4745 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4746 GDBN equivalent.
4747 (Set Tracepoints): Remove mention that conditional tracepoints
4748 don't exist.
4749 (Tracepoint Actions): Clarify when while-stepping collection
4750 happens, note that while-stepping does not automatically collect
4751 $pc.
4752
4753 2010-03-29 Stan Shebs <stan@codesourcery.com>
4754
4755 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4756 (General Query Packets): Describe TracepointSource.
4757
4758 2010-03-27 Matt Rice <ratmice@gmail.com>
4759
4760 * gdb.texinfo (ARM): Document arguments to "target sim".
4761 (Set Catchpoints): Use @dots{} instead of @r{...}.
4762
4763 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4764
4765 * gdb.texinfo (Tracepoint Packets): Remove mention that
4766 terror:string may be plain text, and drop mention of X prefix.
4767
4768 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4769
4770 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4771
4772 2010-03-24 Stan Shebs <stan@codesourcery.com>
4773
4774 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4775
4776 2010-03-24 Tom Tromey <tromey@redhat.com>
4777
4778 PR breakpoints/9352:
4779 * gdb.texinfo (Break Commands): Update.
4780
4781 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4782
4783 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4784 commands.
4785
4786 2010-03-16 Stan Shebs <stan@codesourcery.com>
4787
4788 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4789 circular-trace-buffer.
4790 (Tracepoint Packets): Describe QTBuffer, and details of the
4791 qTStatus reply.
4792
4793 2010-03-12 Stan Shebs <stan@codesourcery.com>
4794 Nathan Sidwell <nathan@codesourcery.com>
4795
4796 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4797 doing instruction stepping.
4798 (Tracepoint Restrictions): New node.
4799
4800 2010-03-10 Tom Tromey <tromey@redhat.com>
4801
4802 * gdbint.texinfo (Symbol Handling): Update.
4803
4804 2010-03-08 Tom Tromey <tromey@redhat.com>
4805
4806 PR cli/9591:
4807 * gdb.texinfo (Mode Options): Mention lack of pagination and
4808 confirmation with --batch.
4809 (Screen Size): Mention --batch.
4810 (Messages/Warnings): Likewise.
4811
4812 2010-03-05 Tom Tromey <tromey@redhat.com>
4813
4814 * gdb.texinfo (Basic Python): Document target_charset and
4815 target_wide_charset.
4816
4817 2010-03-05 Tom Tromey <tromey@redhat.com>
4818
4819 * gdb.texinfo (Data): Link to pretty-printing.
4820 (Output Formats): Likewise. Correct text.
4821
4822 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4823
4824 * gdb.texinfo (Types): Describe <struct> and <flags>.
4825
4826 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4827
4828 * gdb.texinfo (Frames In Python): Add block parameter and
4829 description to read_var text.
4830
4831 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4832 Tom Tromey <tromey@redhat.com>
4833
4834 * gdb.texinfo (Types In Python): Describe block argument in
4835 template_argument and gdb.lookup_type.
4836
4837 2010-02-24 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.texinfo (Cygwin Native): Fix typo.
4840
4841 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4842
4843 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4844 and select method descriptions.
4845 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4846 Tables in Python to menu.
4847 (Blocks In Python): New node.
4848 (Symbols In Python): New node.
4849 (Symbol Tables in Python): New node.
4850
4851 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4852
4853 Multiexec MI
4854
4855 gdb/
4856 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4857
4858 gdb/doc/
4859 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4860 changes.
4861 (GDB/MI Program Execution): Document current behaviour of
4862 --all and --thread-group.
4863 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4864 -remove-inferior.
4865 * observer.texi (inferior_added, inferior_removed): New
4866 observers.
4867
4868 2010-02-19 Tom Tromey <tromey@redhat.com>
4869
4870 * gdbint.texinfo (Getting Started): Fix @node.
4871 (Debugging GDB): Likewise.
4872
4873 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4874
4875 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4876 documenting the gdb_test_timeout variable.
4877
4878 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4879
4880 * gdb.texinfo (MI commands): Added documentation of --reverse
4881 option to a set of MI commands. Restructured documentation of MI
4882 commands --exec-continue to reflect the complexity of reverse
4883 execution.
4884
4885 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4886
4887 * gdb.texinfo (Using the Collected Data): Specify that the address
4888 range of `tfind outsize' is exclusive, and that the address range
4889 of `tfind range' is inclusive.
4890 (Tracepoint Packets): Specify that the address range of
4891 `QTFrame:range' is inclusive, and that the address range of
4892 `QTFrame:outside' is exclusive
4893
4894 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4895
4896 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4897
4898 2010-02-10 Tom Tromey <tromey@redhat.com>
4899
4900 * gdb.texinfo (Debugging Output): Document set debug parser and
4901 show debug parser.
4902
4903 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4904
4905 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4906 i386_eflags and i386_mxcsr.
4907
4908 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4909
4910 * gdb.texinfo: Document i386 target features.
4911
4912 2010-02-05 Doug Evans <dje@google.com>
4913
4914 * gdbint.texinfo (Testsuite): Add a new section to document the
4915 various DejaGnu variables that may be overridden.
4916 Document INTERNAL_GDBFLAGS.
4917
4918 2010-02-04 Tom Tromey <tromey@redhat.com>
4919
4920 PR cli/8830:
4921 * gdb.texinfo (Files): -readnow comes before the filename for file
4922 and symbol-file.
4923
4924 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4925
4926 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4927 Document ARM breakpoint types.
4928 (Register Packet Format): Move into the new section.
4929 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4930
4931 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.texinfo (File Options): Adjust the documentation of this
4934 switch to refer to the "source" command rather than partially
4935 duplicating some of the relevant information.
4936 (Extending GDB): Introduce and document the set/show script-extension
4937 setting.
4938 (Command Files): Add note explaining that the "source" command
4939 is also used to evalute scripts written in other languages.
4940 Remove the short slightly incorrect reference to sourcing Python
4941 scripts.
4942 (Python Commands): Document how to execute a Python script from GDB.
4943
4944 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdb.texinfo (Command Files): Fix typo.
4947
4948 2010-01-18 Tom Tromey <tromey@redhat.com>
4949
4950 * gdb.texinfo (File Options): Document -x on .py files.
4951 (Command Files): Document handling of Python scripts.
4952
4953 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4954
4955 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4956
4957 2010-01-15 Stan Shebs <stan@codesourcery.com>
4958
4959 * gdb.texinfo (Trace Files): New section.
4960 (Tracepoint Packets): Document QTSave and qTBuffer.
4961 (Trace File Format): New appendix.
4962
4963 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4964
4965 * gdb.texinfo (Values From Inferior): Document lazy_string value
4966 method.
4967 (Python API): Add Lazy strings menu item.
4968 (Lazy Strings In Python): New node.
4969
4970 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4971
4972 * gdb.texinfo (GDB/MI Thread Information): New.
4973 (GDB/MI Async Records): Document the core field in *stopped.
4974 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4975 documentation
4976 (Process list): Document that osdata document may contain
4977 threads.
4978 (Remote Serial Protocol): Document qXfer:threads.
4979
4980 2010-01-06 Stan Shebs <stan@codesourcery.com>
4981
4982 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4983 disconnected tracing.
4984 (Tracepoint Packets): Document new protocol.
4985
4986 2010-01-05 Stan Shebs <stan@codesourcery.com>
4987
4988 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4989 tracepoints.
4990 (Tracepoint Packets): Describe remote protocol for fast
4991 tracepoints.
4992
4993 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4994
4995 Update the "Start of New Year Procedure".
4996 * gdbint.texinfo: Add the list of files that need to be updated
4997 manually. Minor reformatting.
4998
4999 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5000
5001 * refcard.tex: Update copyright year in header and text.
5002
5003 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5004
5005 * agentexpr.texi: Add 2010 to the list of copyright years.
5006 * annotate.texinfo: Likewise.
5007 * gdb.texinfo: Likewise.
5008 * gdbint.texinfo: Likewise.
5009 * observer.texi: Likewise.
5010 * stabs.texinfo: Likewise.
5011
5012 2009-12-31 Stan Shebs <stan@codesourcery.com>
5013
5014 * gdb.texinfo (Tracepoint Actions): Describe teval.
5015
5016 2009-12-29 Stan Shebs <stan@codesourcery.com>
5017
5018 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5019
5020 2009-12-28 Stan Shebs <stan@codesourcery.com>
5021
5022 * gdb.texinfo (Trace State Variables): New section.
5023 (Tracepoint Packets): Describe trace state variable packets.
5024 * agentexpr.texi (Bytecode Descriptions): Describe trace state
5025 variable bytecodes.
5026
5027 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5028
5029 * gdb.texinfo (Symbols): "info variables" prints definitions, not
5030 declarations.
5031
5032 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5033
5034 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5035 -gdb-exit behaviour.
5036
5037 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5038
5039 * gpl.texi: Update to version 3 of the GPL.
5040
5041 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5042
5043 * Makefile.in: Update copyright header.
5044 * observer.texi: Fix the copyright header of the generated files.
5045
5046 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5047
5048 * gdb.texinfo (Types In Python): Describe range function.
5049
5050 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
5051
5052 * gdb.texinfo (Types In Python): Describe "is_base_class".
5053
5054 2009-12-03 Tom Tromey <tromey@redhat.com>
5055
5056 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5057
5058 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5059
5060 * observer.texi: New memory_changed observer.
5061
5062 2009-12-01 Tom Tromey <tromey@redhat.com>
5063
5064 * gdb.texinfo (Reverse Execution): Fix typo.
5065
5066 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5067
5068 PR gdb/8704
5069
5070 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5071 are allowed after the breakpoint condition.
5072
5073 2009-11-23 Tom Tromey <tromey@redhat.com>
5074
5075 PR python/10782:
5076 * gdb.texinfo (Types In Python): Document Type.pointer.
5077
5078 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5079
5080 * gdb.texinfo (Machine Code): Adjust.
5081
5082 2009-11-11 Pedro Alves <pedro@codesourcery.com>
5083
5084 * agentexpr.texi (Tracing On Symmetrix): Delete section.
5085 (Using Agent Expressions): Delete cross reference.
5086
5087 2009-11-07 Joel Brobecker <brobecker@adacore.com>
5088
5089 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5090 and @settitle directives up to help makeinfo find them.
5091
5092 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5095 (Auto-loading): Use plural and note one can use multiple components now.
5096
5097 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
5098
5099 * gdb.texinfo (GDB/MI Stack Manipulation): Make
5100 -stack-list-arguments have the same documentation for parameter
5101 as -stack-list-locals. Add comas.
5102
5103 2009-10-27 Tom Tromey <tromey@redhat.com>
5104 Eli Zaretskii <eliz@gnu.org>
5105
5106 PR python/10781
5107
5108 * gdb.texinfo (Values From Inferior): Document cast method.
5109
5110 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5111
5112 * gdb.texinfo (Machine Code): Mention function name in disasssembly
5113 and adjust example.
5114
5115 2009-10-22 Michael Snyder <msnyder@vmware.com>
5116
5117 * gdb.texinfo (Process Record and Replay): Document new form of
5118 info record command. Also document the new save and restore
5119 commands.
5120
5121 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5122
5123 * gdb.texinfo (Machine Code): Mention current pc marker.
5124 (Memory): Likewise.
5125
5126 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5127 Stan Shebs <stan@codesourcery.com>
5128
5129 * observer.texi (new_inferior): Rename to...
5130 (inferior_appeared): ... this.
5131
5132 * gdb.texinfo (Inferiors): Rename node to ...
5133 (Inferiors and Programs): ... this. Mention running multiple
5134 programs in the same debug session.
5135 <info inferiors>: Mention the new 'Executable' column if "info
5136 inferiors". Update examples. Document the "add-inferior",
5137 "clone-inferior", "remove-inferior" and "maint info
5138 program-spaces" commands.
5139 (Process): Rename node to...
5140 (Forks): ... this. Document "set|show follow-exec-mode".
5141
5142 2009-10-11 Michael Snyder <msnyder@vmware.com>
5143
5144 * gdb.texinfo (ReverseStep): Show default as "unsupported".
5145 (ReverseContinue): Ditto.
5146
5147 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5148
5149 * gdb.texinfo (Server): Document libthread-db-search-path.
5150
5151 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5152
5153 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5154
5155 2009-10-06 Michael Eager <eager@eagercon.com>
5156
5157 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5158 (Embedded Processors): Add MicroBlaze.
5159 (MicroBlaze): New. Describe Xilinx MicroBlaze
5160
5161 2009-10-04 Pedro Alves <pedro@codesourcery.com>
5162
5163 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5164
5165 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5166
5167 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5168
5169 2009-09-23 Joel Brobecker <brobecker@adacore.com>
5170
5171 * observer.texi (solib_unloaded): Document explicitly the fact that
5172 this observer is called before the associated symbols are unloaded.
5173
5174 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
5175
5176 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5177 -stack-list-variables.
5178
5179 2009-09-18 Tom Tromey <tromey@redhat.com>
5180
5181 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5182 is experimental.
5183
5184 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5185
5186 * gdb.texinfo (convenince variables): Mention
5187 $_siginfo could be empty.
5188
5189 2009-09-15 Tom Tromey <tromey@redhat.com>
5190
5191 * gdb.texinfo (GDB/MI Variable Objects): Document
5192 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5193 Expand -var-update documentation.
5194
5195 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5196
5197 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5198 feature.
5199
5200 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5201
5202 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5203
5204 2009-09-10 Michael Snyder <msnyder@vmware.com>
5205
5206 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5207 ReverseStep replies to the qSupported query.
5208
5209 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5210
5211 Add documentation for set/show interactive-mode.
5212 * gdb.texinfo (Other Misc Settings): New node.
5213
5214 2009-09-01 Doug Evans <dje@google.com>
5215
5216 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5217 non-stop mode's affect on remote caching.
5218
5219 2009-08-31 Jacob Potter <jdpotter@google.com>
5220 Doug Evans <dje@google.com>
5221
5222 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5223 Mark `set/show remotecache' options as obsolete.
5224 Document new `set/show stack-cache' option.
5225 Update text for `info dcache'.
5226
5227 2009-08-27 Doug Evans <dje@google.com>
5228
5229 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5230 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5231
5232 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5233
5234 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5235 about autoconf.
5236
5237 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5238
5239 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5240 small example, and describe its columns. Replace "inferior-id" by
5241 "infno" throughout.
5242
5243 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5244
5245 * gdbint.texinfo (Releasing GDB): Point to
5246 README-maintainer-mode file for required autoconf version.
5247 * configure.ac: Do not substitute datarootdir, htmldir,
5248 pdfdir, docdir. Do not process --with-datarootdir,
5249 --with-htmldir, --with-pdfdir, --with-docdir.
5250 * configure: Regenerate.
5251
5252 * configure: Regenerate.
5253
5254 2009-08-20 Reid Kleckner <reid@kleckner.net>
5255
5256 * gdb.texinfo: Add chapter on JIT interface.
5257
5258 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5259
5260 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5261 confirmation request.
5262
5263 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5264
5265 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5266 CRC definitions.
5267
5268 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5269
5270 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5271 -break-commands.
5272
5273 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5274
5275 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5276 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5277
5278 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5279
5280 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5281 "set spu stop-on-load" and "show spu stop-on-load" commands.
5282
5283 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5284
5285 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5286
5287 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5288
5289 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5290 org.gnu.gdb.arm.neon.
5291
5292 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5293
5294 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5295 optional element.
5296 (subsection OS ABI): New subsection.
5297
5298 2009-07-14 Stan Shebs <stan@codesourcery.com>
5299
5300 * gdb.texinfo (Tracepoint Conditions): New section.
5301 (General Query Packets): Describe ConditionalTracepoints.
5302 (Tracepoint Packets): Describe condition field.
5303 (Maintenance Commands): Describe maint agent-eval.
5304 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5305
5306 2009-07-11 Hui Zhu <teawater@gmail.com>
5307
5308 * gdb.texinfo (disassemble): Add a new modifier /r
5309 to "disassemble" command to make it print the raw instructions
5310 in hex as well as in symbolic form.
5311
5312 2009-07-09 Tom Tromey <tromey@redhat.com>
5313
5314 * gdbint.texinfo (Testsuite): Document parallel make check.
5315
5316 2009-07-09 Tom Tromey <tromey@redhat.com>
5317
5318 * gdbint.texinfo (Testsuite): Document test transcripts.
5319
5320 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5321
5322 * gdb.texinfo (Values From Inferior): Add length parameter
5323 description.
5324
5325 2009-07-04 Chris Genly <chris@genly.us>
5326
5327 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5328 in -var-list-children. Fix example according to what the code
5329 does.
5330
5331 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5332
5333 * gdb.texinfo (Debugging multiple inferiors): Document the
5334 "inferior", "detach inferior" and "kill inferior" commands.
5335 (Debugging Programs with Multiple Processes): Adjust to mention
5336 generic "inferior" commands. Delete mention of "detach fork" and
5337 "delete fork". Cross reference to "Debugging multiple inferiors"
5338 section.
5339
5340 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5341
5342 * gdbint.texinfo (Item Output Functions): Update signature
5343 for ui_out_field_core_addr.
5344
5345 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5346
5347 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5348 Update example code extrated from breakpoint.c.
5349
5350 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5351
5352 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5353 MI commands.
5354 (GDB/MI Symbol Query): Likewise.
5355 (GDB/MI File Commands): Likewise.
5356 (GDB/MI File Transfer Commands): Likewise.
5357 (GDB/MI Target Manipulation): Likewise.
5358 (GDB/MI Miscellaneous Commands): Likewise.
5359
5360 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * gdb.texinfo (Debugging Optimized Code): New chapter.
5363 (Compiling for Debugging): Reference it. Move some
5364 text to the new section.
5365
5366 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5367
5368 * doc/gdb.texinfo (Calling): Document
5369 set-unwind-on-terminating-exception usage.
5370
5371 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5372
5373 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5374 command.
5375
5376 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5377
5378 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5379 references.
5380
5381 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5382
5383 * gdbint.texinfo: Rename formal parameters to gdbarch function
5384 protoypes from "current_gdbarch" to "gdbarch".
5385
5386 2009-05-28 Tom Tromey <tromey@redhat.com>
5387
5388 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5389
5390 2009-05-27 Tom Tromey <tromey@redhat.com>
5391
5392 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5393 feature.
5394 (GDB/MI Variable Objects): Document -var-set-visualizer.
5395
5396 2009-04-02 Tom Tromey <tromey@redhat.com>
5397
5398 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5399 feature.
5400 (GDB/MI Variable Objects): Document -var-set-visualizer.
5401
5402 2009-05-27 Tom Tromey <tromey@redhat.com>
5403 Thiago Jung Bauermann <bauerman@br.ibm.com>
5404 Phil Muldoon <pmuldoon@redhat.com>
5405
5406 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5407 (Pretty Printing): New node.
5408 (Selecting Pretty-Printers): Likewise.
5409 (Python API): Update.
5410 (Output Formats): Document /r format.
5411
5412 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5413 Tom Tromey <tromey@redhat.com>
5414
5415 * gdb.texinfo (Types In Python): New node.
5416 (Values From Inferior): "type" is now an attribute.
5417 (Python API): Update.
5418
5419 2009-05-27 Tom Tromey <tromey@redhat.com>
5420 Thiago Jung Bauermann <bauerman@br.ibm.com>
5421 Phil Muldoon <pmuldoon@redhat.com>
5422
5423 * gdb.texinfo: Add @syncodeindex for `tp'.
5424 (Python API): Update.
5425 (Auto-loading): New node.
5426 (Objfiles In Python): New node.
5427
5428 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5429
5430 * gdb.texinfo (Threads): Document libthread-db-search-path.
5431
5432 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5433
5434 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5435
5436 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5437
5438 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5439 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5440 show show-debug-regs' docs.
5441
5442 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5443
5444 * gdb.texinfo (Process Record and Replay): Add description of
5445 reverse execution.
5446
5447 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5448
5449 * gdbint.texinfo (Adding support for debugging core files): New node.
5450 (Native Debugging): Remove the ``Native core file Support'' section.
5451
5452 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5453
5454 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5455 Add index entries.
5456
5457 2009-04-30 Hui Zhu <teawater@gmail.com>
5458 Michael Snyder <msnyder@vmware.com>
5459
5460 * gdb.texinfo: (Process Record and Replay): Add documentation for
5461 process record and replay.
5462
5463 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5466 a new part on command-line defined macros.
5467
5468 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5469
5470 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5471 clarify the wording.
5472
5473 2009-04-23 Tom Tromey <tromey@redhat.com>
5474
5475 * gdb.texinfo (Data Files): New node.
5476 (GDB Files): Update menu.
5477
5478 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdbint.texinfo (Defining Other Architecture Features): Remove
5481 entry for PROCESS_LINENUMBER_HOOK.
5482
5483 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5484
5485 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5486
5487 2009-04-22 Hui Zhu <teawater@gmail.com>
5488
5489 * gdb.texinfo (disassemble-next-line): Set the default of
5490 disassemble-next-line to off.
5491
5492 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5493
5494 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5495 --with-htmldir): New.
5496 * configure: Regenerate.
5497 * Makefile.in (datarootdir, docdir): Define.
5498 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5499 instead of $(SET_TEXINPUTS).
5500 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5501 gdbint.info instead of $(SET_TEXINPUTS).
5502 (gdbint/index.html): Use same -I options as for building
5503 gdbint.info.
5504 (stabs.dvi, stabs.pdf): Use same -I options as for building
5505 stabs.info instead of $(SET_TEXINPUTS).
5506 (stabs/index.html): Use same -I options as for building
5507 stabs.info.
5508 (annotate.dvi, annotate.pdf): Use same -I options as for building
5509 annotate.info instead of $(SET_TEXINPUTS).
5510 (annotate/index.html): Use same -I options as for building
5511 annotate.info.
5512
5513 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5514
5515 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5516
5517 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5518
5519 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5520
5521 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5522 Joseph Myers <joseph@codesourcery.com>
5523
5524 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5525 (MAKEHTMLFLAGS): Set to empty.
5526 (html__strip_dir): Define.
5527 (HTMLFILES): Define.
5528 (HTMLFILES_INSTALL): Define.
5529 (install-html): Copy new automake rule.
5530 (html): Depend on $(HTMLFILES).
5531 (gdb_toc.html): Rename to gdb/index.html.
5532 (gdbint_toc.html): Rename to gdbint/index.html.
5533 (stabs_toc.html): Rename to stabs/index.html.
5534 (annotate_toc.html): Rename to annotate/index.html.
5535
5536 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5537
5538 * Makefile.in: Set pdfdir and htmldir from configure
5539 substitutions.
5540 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5541 * configure: Regenerate.
5542
5543 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5546 This macro is no longer used.
5547
5548 2009-04-15 Tom Tromey <tromey@redhat.com>
5549
5550 * gdb.texinfo (Character Sets): Document default character set.
5551
5552 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5553
5554 * gdbint.texinfo: Change server name from sources.redhat.com to
5555 sourceware.org throughout.
5556
5557 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5558
5559 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5560 about a missing dot or coma after @xref.
5561
5562 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5565 example, and add a small explanation about it.
5566 (Print Settings): Change the documentation of the "set print
5567 frame-arguments" to reflect the fact that the default is now "scalars".
5568
5569 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5570
5571 * gdb.texinfo (Print Settings): Add kindex for command "set
5572 print frame-arguments".
5573
5574 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5577 breakpoints.
5578 (Set Breaks): Add reference to thread-specific and task-specific
5579 breakpoints.
5580
5581 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.texinfo (Ada Tasks): Remove the documentation about
5584 the "Running" state, as this state has been eliminated.
5585 Now all runnable tasks are shown as "Runnable".
5586
5587 2009-03-30 Stan Shebs <stan@codesourcery.com>
5588
5589 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5590 special case of breakpoints.
5591 (Enable and Disable Tracepoints): Mention deprecation.
5592 (Listing Tracepoints): Update description and example.
5593
5594 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5595
5596 * gdb.texinfo (Frames in Python): New node.
5597 (Python API): Update.
5598
5599 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5600
5601 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5602 from a method to an attribute.
5603
5604 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5605
5606 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5607 attribute.
5608
5609 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5610
5611 * observer.texi (thread_exit): Add "silent" parameter.
5612
5613 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5614
5615 * observer.texi (about_to_proceed): New.
5616
5617 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5618
5619 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5620 field throughout to handle types with spaces in them. Fix typos
5621 found by aspell.
5622 (Summary, Requirements, Contributors): New first chapter,
5623 "Summary" added, old Requirements section moved there, and new
5624 section, "Contributors" added.
5625 (Initializing a New Architecture, Register Representation)
5626 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5627 (Porting gdb): These sections extended and updated.
5628 (Compiler Characteristics): This section (empty) deleted.
5629 (Defining Other Architecture Features): This section renamed and
5630 duplicate material removed from (formerly "Target Conditionals").
5631 Use braces {} in @deftypeXX type field throughout to handle types
5632 with spaces in them. Typos found by aspell fixed.
5633
5634 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5635 * stack_frame.pdf: Version of image for PDF output.
5636 * stack_frame.png: Version of image for HTML output and for Emacs.
5637 * stack_frame.txt: Version of image for Info output.
5638 * stack_frame.eps: Version of image for TeX DVI output.
5639
5640 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5641
5642 * gdb.texinfo (Character Sets): Fix last change.
5643
5644 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5645
5646 * gdb.texinfo (Values From Inferior): Fix optional arguments
5647 markup.
5648 (Commands In Python): Adjust argument names of gdb.Command.__init__
5649 to what the function accepts as keywords.
5650
5651 2008-03-20 Tom Tromey <tromey@redhat.com>
5652
5653 * gdb.texinfo (Convenience Vars): Document convenience functions.
5654 (Functions In Python): New node.
5655 (Python API): Update.
5656
5657 2009-03-20 Tom Tromey <tromey@redhat.com>
5658
5659 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5660 set target-wide-charset.
5661 (Requirements): Mention iconv.
5662
5663 2009-03-17 Hui Zhu <teawater@gmail.com>
5664
5665 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5666
5667 2009-03-17 Hui Zhu <teawater@gmail.com>
5668
5669 * gdb.texinfo: Add documentation for disassemble-next-line.
5670
5671 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5672
5673 * gdb.texinfo (Commands In Python): Remove tindex entries.
5674
5675 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5676
5677 * gdb.texinfo (Returning): New description for missing debug info.
5678
5679 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5680
5681 * gdb.texinfo (Remote Configuration): Document query-attached.
5682 (General Query Packets): Document qAttached.
5683
5684 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5685
5686 * gdb.texinfo (Background Execution): Better describe the set
5687 target-async command.
5688 (Maintenance Commands): Delete description of the `maint set/show
5689 linux-async' and `maint set/show remote-async' commands.
5690
5691 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5692
5693 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5694 between sentences.
5695
5696 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5697
5698 * gdb.texinfo (GDB/MI Async Records): Document the
5699 =library-loaded and =library-unloaded notifications.
5700
5701 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5702
5703 * observer.texi (test_notification): New observer.
5704
5705 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5706
5707 * observer.texi: Add parameter 'print_frame' to normal_stop
5708 observer.
5709
5710 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5711
5712 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5713 (Commands In Python): Fix COMMAND_* constants in last change. Use
5714 @kbd for interactive input. Add cross-references and index
5715 entries.
5716
5717 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5718
5719 * gdb.texinfo (Signals): Document $_siginfo.
5720 (Convenience Variables): Mention $_siginfo.
5721 (Remote Configuration): Document qXfer:siginfo:read,
5722 qXfer:siginfo:write packets, and the read-siginfo-object,
5723 write-siginfo-object commands.
5724
5725 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5726
5727 * gdbint.texinfo (Values): New chapter.
5728
5729 2009-02-06 Tom Tromey <tromey@redhat.com>
5730
5731 * gdb.texinfo (Python API): Add entry for Commands In Python.
5732 (Commands In Python): New node.
5733
5734 2009-02-05 Tom Tromey <tromey@redhat.com>
5735
5736 * gdb.texinfo (Values From Inferior): Document Value.string.
5737
5738 2009-02-05 Tom Tromey <tromey@redhat.com>
5739
5740 * gdb.texinfo (Basic Python): Document execute's from_tty
5741 argument.
5742
5743 2009-02-04 Tom Tromey <tromey@redhat.com>
5744
5745 * gdb.texinfo (Basic Python): Document gdb.history.
5746
5747 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5748
5749 * gdb.texinfo (GDB/MI Thread Commands): Document the
5750 'current-thread-id' field. Remove the example with zero threads,
5751 since current GDB won't ever report that if there's inferior.
5752
5753 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5754
5755 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5756 option to -break-insert.
5757
5758 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5759 Jerome Guitton <guitton@adacore.com>
5760
5761 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5762 (System-wide configuration): New section.
5763
5764 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5765
5766 PR gdb/7580:
5767 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5768 internal-error|internal-warning quit|corefile ask|yes|no".
5769
5770 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5771
5772 * gdb.texinfo (Using the `gdbserver' Program): Document
5773 --remote-debug.
5774
5775 2009-01-23 Doug Evans <dje@google.com>
5776
5777 * gdb.texinfo: Add nexti to list of commands that support
5778 background execution.
5779
5780 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5781
5782 * gdb.texinfo (Define, Hooks): Document prefix command support.
5783
5784 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5785 Carlos O'Donell <carlos@codesourcery.com>
5786
5787 Fixes for makeinfo --html.
5788
5789 * annotate.texinfo: Use @copying and @insertcopying. Use
5790 @ifnottex in place of @ifinfo.
5791 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5792 place of @ifinfo. Use @ifnotinfo for one index entry.
5793 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5794 in place of @ifinfo.
5795 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5796 in place of @ifinfo. Include contents at start unconditionally.
5797
5798 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5799
5800 * gdb.texinfo (General Query Packets): Remove @var{} around the
5801 "spu" literal string.
5802
5803 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5804
5805 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5806 program may be running in another process" errors.
5807 * gdbint.texinfo (Native Conditionals): Delete
5808 ONE_PROCESS_WRITETEXT description.
5809
5810 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5811
5812 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5813 emacs local variable to be placed at the end of the ChangeLog.
5814 Add server.c and gdbreplay.c to the list of files where the
5815 copyright year needs to be updated.
5816
5817 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5818
5819 * gdb.texinfo (Remote Configuration): Document new
5820 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5821 commands.
5822
5823 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5824
5825 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5826 FETCH_INFERIOR_REGISTERS.
5827 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5828 FETCH_INFERIOR_REGISTERS descriptions. Remove
5829 gdbarch_get_longjmp_target descrition, since already described in
5830 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5831 (Target Conditionals): ... here.
5832
5833 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5834
5835 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5836 examples.
5837 (Additions to Ada): Likewise. Add the missing opening and closing
5838 parenthesis of the GDB prompt in one of the examples.
5839
5840 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5841
5842 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5843 about the result of 'Address not being of type System.Address.
5844 This problem has been fixed a while ago.
5845
5846 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5847
5848 MI non-stop and multiprocess docs.
5849
5850 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5851 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5852 Adjust documentation for *stopped, document =thread-created,
5853 =thread-exited, =thread-group-created and =thread-group-exited.
5854 (GDB/MI Thread Commands): Document the 'state' field in
5855 -thread-info output.
5856 (GDB/MI Program Execution): Mention --all and --thread-group
5857 options.
5858 (GDB/MI Variable Objects): Describe floating and fixed variable
5859 objects.
5860 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5861
5862 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5863
5864 * gdb.texinfo (Operating System Information): New appendix.
5865 (Operating System Auxiliary Information): Document 'info os processes'
5866 (Remote Configuration): Document 'osdata'
5867 (General Query Packets): Document qXfer:osdata:read.
5868
5869 2008-11-27 Tristan Gingold <gingold@adacore.com>
5870
5871 * gdb.texinfo (Darwin): Document Darwin specific features.
5872
5873 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 * gdbint.texinfo (Target Conditionals): Extend the
5876 gdbarch_breakpoint_from_pc description.
5877
5878 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5879
5880 * gdb.texinfo (M68K Features): Fix typo.
5881
5882 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5883
5884 * gdb.texinfo (Symbols): Mention printing containing
5885 image name in "info symbol".
5886 (Maint translate-address): Likewise.
5887
5888 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5889
5890 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5891 commands "catch load" and "catch unload".
5892
5893 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5894
5895 * gdb.texinfo (GDB/MI Async Records): Document
5896 =thread-selected.
5897
5898 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5899
5900 * observer.texi (new_inferior, inferior_exit): New observers.
5901
5902 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5903
5904 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5905 .mt files, TM_CLIBS or TM_CDEPS.
5906 (x86 Watchpoints): Don't mention TDEPFILES.
5907
5908 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5909
5910 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5911 (Overview): Mention notifications and non-stop mode behavior.
5912 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5913 with non-stop mode behavior. Add vStopped description.
5914 (Stop Reply Packets): Update list of packets that return
5915 stop replies. Mention non-stop behavior.
5916 (General Query Packets): Document QNonStop packet and associated
5917 qSupported query response.
5918 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5919 behavior.
5920 (Notification Packets): New section.
5921 (Remote Non-Stop): New section.
5922 (File-I/O Overview): Mention non-stop behavior.
5923
5924 2008-10-24 Hui Zhu <teawater@gmail.com>
5925 Pedro Alves <pedro@codesourcery.com>
5926
5927 * gdb.texinfo (displaced-stepping): Describe the auto mode
5928 setting, and say it's the default. This is now a mainstream
5929 setting instead of a maintenance setting.
5930
5931 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5932
5933 * observer.texi (thread_stop_requested): New.
5934
5935 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5936
5937 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5938 (Patching): Replace incorrect usage of @samp by @kbd.
5939
5940 2008-10-17 Michael Snyder <msnyder@vmware.com>
5941
5942 * gdb.texinfo: Add documentation for reverse execution.
5943
5944 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5945 Eli Zaretskii <eliz@gnu.org>
5946
5947 * gdb.texinfo. (Values From Inferior): New subsubsection.
5948
5949 2008-10-06 Doug Evans <dje@google.com>
5950
5951 * gdb.texinfo (set debug dwarf2-die): Document it.
5952
5953 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5954
5955 * gdb.texinfo (catch) [exception]: Document how to insert
5956 a breakpoint on user-defined exceptions when the exception
5957 name is identical to one of the language-defined ones.
5958
5959 2008-09-27 Tom Tromey <tromey@redhat.com>
5960
5961 * gdb.texinfo (Macros): Remove text about stringification,
5962 varargs, and splicing.
5963
5964 2008-09-27 Tom Tromey <tromey@redhat.com>
5965
5966 * gdbint.texinfo (Language Support): Remove text about omitting
5967 support for a language.
5968
5969 2008-09-23 Doug Evans <dje@google.com>
5970
5971 * gdb.texinfo (info dcache): Update.
5972
5973 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5974
5975 * gdb.texinfo (Packets): Add info on thread-id syntax and
5976 multiprocess extensions.
5977 <D>: Document multiprocess form of packet.
5978 <H>: Use thread-id syntax.
5979 <T>: Likewise.
5980 <vCont>: Likewise. Note this is required for multiprocess.
5981 <vKill>: New packet.
5982 (Stop Reply Packets) <T>: Use thread-id syntax.
5983 <W>: Document multiprocess form of reply.
5984 <X>: Likewise.
5985 (General Query Packets) <qC>: Use thread-id syntax.
5986 <qfThreadInfo>: Likewise.
5987 <qGetTLSAddr>: Likewise.
5988 <qP>: Likewise.
5989 <qSupported>: Add "multiprocess" feature.
5990 <qThreadExtraInfo>: Use thread-id syntax.
5991
5992 2008-09-22 Stan Shebs <stan@codesourcery.com>
5993
5994 * gdb.texinfo (Inferiors): New section.
5995
5996 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5997
5998 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5999
6000 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
6001
6002 * gdbint.texinfo (Target Conditionals): Remove documentation
6003 for gdbarch_name_of_malloc.
6004
6005 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
6006
6007 * gdb.texinfo (Interrupts): Mention TCP interface for
6008 sending BREAK.
6009
6010 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
6011
6012 * gdb.texinfo (Commands to Specify Files): Document "remote:"
6013 argument prefix to "set sysroot".
6014
6015 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
6016
6017 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6018 and False.
6019
6020 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
6021
6022 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6023 for possible features of -list-features.
6024
6025 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6026
6027 * gdb.texinfo (Background execution): Adjust example
6028 (GDB/MI Miscellaneous Commands): Document -list-target-features.
6029
6030 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
6031
6032 * doc/gdb.texinfo (PowerPC): Fix typo.
6033 (PowerPC features): Fix typo.
6034
6035 2008-08-18 Pedro Alves <pedro@codesourcery.com>
6036
6037 * observer.texi (thread_ptid_changed): New.
6038
6039 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6040
6041 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6042 (PowerPC features): Mention feature set for VSX registers.
6043
6044 2008-08-13 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6047 the direct visibility of all names in user-written packages.
6048
6049 2008-08-13 Pedro Alves <pedro@codesourcery.com>
6050
6051 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6052 setting, and make it the default.
6053 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6054 non-stop script example.
6055
6056 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
6057
6058 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6059 reference to the "Using Different Register and Memory Data
6060 Representation" section.
6061
6062 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
6063
6064 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6065 (Remote Protocol): Add Packet Acknowledgment to menu.
6066 (Overview): Mention +/- can be disabled, and point to new section
6067 where this is discussed in detail.
6068 (General Query Packets): Document QStartNoAckMode packet, and
6069 corresponding qSupported reply.
6070 (Packet Acknowledgment): New section.
6071
6072 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
6073 Pedro Alves <pedro@codesourcery.com>
6074
6075 * gdb.texinfo (Threads): Move paragraph about automatic thread
6076 selection to All-Stop Mode subsection.
6077 (Thread Stops): Reorganize existing material into subsections.
6078 Add introductory blurb and menu.
6079 (Non-Stop Mode): New subsection.
6080 (Background Execution): New subsection.
6081 (Maintenance Commands): Add cross-references from async mode
6082 commands to the new Background Execution section.
6083
6084 2008-08-06 Tom Tromey <tromey@redhat.com>
6085
6086 * gdb.texinfo (Extending GDB): New chapter.
6087 (Sequences): Demoted chapter, now a section under the new
6088 Extending GDB chapter.
6089 (Python): New section.
6090
6091 2008-07-31 Stan Shebs <stan@codesourcery.com>
6092
6093 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6094
6095 2008-07-29 Stan Shebs <stan@codesourcery.com>
6096
6097 * gdbint.texinfo: General round of cleanup and minor
6098 clarifications.
6099 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6100 (Longjmp Support): Update description to reflect how it is done
6101 for targets without using native header.
6102 (Symbol Handling): Add a little more general explanation.
6103 (COFF, ELF): Mention stabs encapsulation.
6104 (DWARF 3): New section.
6105 (Adding a New Host): Scrub out some obsolete bits.
6106 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6107 (Host Conditionals): Remove descriptions of NO_STD_REGS,
6108 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6109 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6110 SEEK_SET, STOP_SIGNAL, USG.
6111 (Raw and Virtual Register Representations): Ditto for
6112 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6113 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6114 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6115 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6116 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6117 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6118 DEPRECATED_REGISTER_VIRTUAL_SIZE,
6119 DEPRECATED_REGISTER_VIRTUAL_TYPE,
6120 DEPRECATED_USE_STRUCT_CONVENTION.
6121 Describe gdbarch_deprecated_fp_regnum.
6122 Update description of gdbarch_print_insn.
6123 (Adding a New Target): Scrub out obsolete bits.
6124 (Obsolete Conditionals): Remove entire section.
6125
6126 2008-07-25 Tom Tromey <tromey@redhat.com>
6127
6128 * observer.texi (GDB Observers): Document new observers:
6129 breakpoint_created, breakpoint_deleted, breakpoint_modified,
6130 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6131 architecture_changed.
6132
6133 2008-07-21 Stan Shebs <stan@codesourcery.com>
6134
6135 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6136 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6137
6138 2008-07-21 Tom Tromey <tromey@redhat.com>
6139
6140 * observer.texi (GDB Observers): Remove obsolete comment.
6141 <executable_changed>: Remove argument.
6142
6143 2008-07-18 Tom Tromey <tromey@redhat.com>
6144
6145 * gdb.texinfo (Macros): Update. Use @code rather than @command.
6146
6147 2008-07-10 Doug Evans <dje@google.com>
6148
6149 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6150
6151 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6152
6153 * gdb.texinfo (Starting): Document "set disable-randomization".
6154
6155 2008-07-07 Andreas Schwab <schwab@suse.de>
6156
6157 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6158
6159 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
6160
6161 * gdb.texinfo (GDB/MI Target Manipulation): Add
6162 example of -target-attach.
6163
6164 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6165
6166 * observer.texi (target_resumed): New observer.
6167 * gdb.texinfo (GDB/MI Output Records): Document *running.
6168
6169 2008-06-06 Tom Tromey <tromey@redhat.com>
6170
6171 * gdb.texinfo (Completion): Add field name example.
6172
6173 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
6174
6175 * gdb.texinfo (GDB/MI Program Context): Added example
6176 to -exec-arguments
6177
6178 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6179
6180 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6181 annotation.
6182
6183 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6184 Nathan Sidwell <nathan@codesourcery.com>
6185 Joseph Myers <joseph@codesourcery.com>
6186
6187 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6188 and ACX_BUGURL.
6189 * configure: Regenerate.
6190 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6191 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6192 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6193 mailing-list-specific text about bug reporting unless
6194 BUGURL_DEFAULT.
6195
6196 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6197
6198 * gdb.texinfo (-target-select): Remove reference to target async.
6199 (Maintenance Commands): Document "maint set/show remote-async".
6200
6201 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6202
6203 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6204 in -target-file-get section.
6205
6206 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6207
6208 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6209 killing the inferior when it is already debugging a process.
6210
6211 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6212
6213 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6214 abbreviation for "finish".
6215
6216 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6217
6218 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6219
6220 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6221
6222 * gdbint.texinfo (Target Conditionals): Delete entry for
6223 gdbarch_dwarf_reg_to_regnum.
6224
6225 2008-05-09 Doug Evans <dje@google.com>
6226
6227 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6228
6229 2008-05-05 Doug Evans <dje@google.com>
6230
6231 * gdb.texinfo (disassemble): Document /m modifier.
6232
6233 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6234
6235 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6236 will not report the time of commands that run the target.
6237
6238 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6239
6240 * gdb.texinfo (GDB/MI Output Records): Add
6241 missing semicolon.
6242
6243 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6244
6245 * gdb.texinfo (GDB/MI Output Records):
6246 Document =thread-create and =thread-exited.
6247
6248 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6249
6250 * gdb.texinfo (GDB/MI Development and Front Ends):
6251 Remove mention of dmi-discuss.
6252
6253 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6254
6255 * observer.texi (thread_exit): New.
6256
6257 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6258
6259 * gdb.texinfo (Debugging Output): Document "set/show debug
6260 displaced".
6261 (Maintenance Commands): Document "maint set/show
6262 can-use-displaced-stepping".
6263
6264 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6265
6266 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6267 and set/show arm force-mode.
6268
6269 2008-05-02 Andreas Schwab <schwab@suse.de>
6270
6271 * gdbint.texinfo (Algorithms): Describe
6272 target_watchpoint_addr_within_range.
6273
6274 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6275
6276 * gdbint.texinfo (Stack Frames): New chapter.
6277 (Algorithms): Move Frames text to the new chapter.
6278 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6279 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6280
6281 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6282
6283 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6284 output does not necessary include any tokens.
6285
6286 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6287
6288 * gdb.texinfo (Set SH Calling convention): New @item.
6289 (Show SH Calling convention): Ditto.
6290
6291 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6292
6293 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6294
6295 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6296
6297 * gdb.texinfo (Set Breaks): Mention that multiple location
6298 breakpoints need line number info. Add index entries.
6299
6300 2008-04-19 Craig Silverstein <csilvers@google.com>
6301
6302 * gdb.texinfo (Requirements): Add an optional requirement on
6303 zlib.
6304 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6305 Compressed DWARF 2.
6306
6307 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6308
6309 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6310 sample output for 'stopped,reason="breakpoint-hit"' message.
6311 (GDB/MI Program Execution): Likewise.
6312
6313 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6314
6315 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6316 -var-set-format. Add -f option to -var-evaluate-expression.
6317
6318 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6319
6320 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6321 new node "Ambiguous Expressions". Replace references to this
6322 node by references to "Ambiguous Expressions" throughout.
6323 (Ambiguous Expressions): New node.
6324
6325 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6326
6327 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6328
6329 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6330
6331 * gdb.texinfo (Debugging Output): Document
6332 "set/show debug lin-lwp-async".
6333 (Maintenance Commands): Document "maint set/show linux-async".
6334
6335 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6336
6337 * gdb.texinfo (Expressions): Update description of malloced arrays.
6338
6339 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6340
6341 * gdb.texinfo (Thread Commands): Document
6342 -thread-info. Remove -thread-list-all-threads.
6343
6344 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6345 Sandra Loosemore <sandra@codesourcery.com>
6346
6347 * gdb.texinfo (Library List Format): Update to mention the
6348 possibility to pass section addresses instead of segment
6349 addresses.
6350
6351 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6352
6353 * gdb.texinfo (Starting): Document "set exec-wrapper".
6354 (Server): Document gdbserver --wrapper.
6355
6356 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6357
6358 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6359 unreadable memory. Delete obsolete SPARClite reference.
6360
6361 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * gdb.texinfo (Starting): Mention always-running targets.
6364 (Target Commands): Add an anchor for load.
6365 (Connecting): Explain continue instead of run.
6366
6367 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6368
6369 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6370
6371 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6372
6373 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6374 breakpoint table.
6375
6376 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6377
6378 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6379 killing the inferior when it is already debugging a process.
6380
6381 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6382
6383 * gdbint.texinfo (Build Script): New section. Mention new build script
6384 gdb_buildall.sh.
6385
6386 2008-02-01 Jim Blandy <jimb@red-bean.com>
6387
6388 * gdb.texinfo (Help): Summarize 'info args' correctly.
6389
6390 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6391
6392 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6393 available in PowerPC architecture.
6394 (Embedded Processors): Change node name of PowerPC item in menu.
6395 (PowerPC): Rename to...
6396 (PowerPC Embedded): this.
6397 (Architectures): Add new PowerPC item in menu.
6398 (PowerPC): New node.
6399
6400 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6401
6402 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6403 commands.
6404
6405 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6406
6407 * gdb.texinfo (Setting Catchpoints): Mention features
6408 supported on GNU/Linux.
6409
6410 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6411
6412 * gdb.texinfo (GDB/MI File Commands): Describe new output
6413 field for MI command -file-list-exec-source-file.
6414
6415 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6416
6417 * gdb.texinfo (Using the `gdbserver' Program): Add security
6418 warning. Rearrange into subsections and subsubsections. Document
6419 --multi and --debug. Correct --with-sysroot typo. Update --attach
6420 usage. Make load reference clearer. Document monitor exit.
6421 (Remote Configuration): Document set remote exec-file, attach-packet,
6422 and run-packet.
6423 (Packets): Document vAttach and vRun.
6424
6425 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * gdb.texinfo (Processes): Mention process command.
6428 detach-on-follow -> detach-on-fork.
6429
6430 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdbint.texinfo (Native Conditionals): Remove
6433 SHELL_COMMAND_CONCAT and SHELL_FILE.
6434
6435 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6436
6437 * gdb.texinfo (Specify Location): Improve wording.
6438
6439 2008-01-23 Chris Demetriou <cgd@google.com>
6440
6441 * gdb.texinfo (Threads): Document new "set print thread-events"
6442 and "show print thread-events" commands.
6443
6444 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6445
6446 * gdb.texinfo (Specify Location): New section.
6447 (Delete Breaks, Edit, Set Breaks): Remove description of
6448 locations. Instead, add a reference to "Specify Location".
6449 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6450 (Symbols): Refer to "Specify Location" for the valid forms of
6451 linespecs and locations.
6452
6453 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6454
6455 * gdbint.texinfo (Target Conditionals): Replace the description of
6456 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6457
6458 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6459
6460 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6461 about &&var, which is rejected by the expression parser.
6462
6463 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6464
6465 * gdb.texinfo (Output): Update documentation on using printf with DFP
6466 types.
6467
6468 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6469
6470 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6471 subsubsection.
6472 (Decimal Floating Point format): New subsubsection.
6473
6474 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6475
6476 * gdb.texinfo (File Options): Remove mention of the attempt to
6477 open a core file with the -p option. Don't list -c as a valid
6478 option to attach to a process.
6479
6480 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6481
6482 * gdbint.texinfo (Host Conditionals): Remove mention of
6483 ALIGN_STACK_ON_ENTRY.
6484
6485 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6486
6487 * gdbint.texinfo (Start of New Year Procedure): Add item
6488 describing how to update the source and documentation copyright
6489 notices.
6490
6491 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6492
6493 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6494 watchpoint explanation into the main description of the watchpoint
6495 command; update synopses of 'watch', 'rwatch', and 'awatch'
6496 commands.
6497
6498 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6499
6500 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6501 Document 'pending-breakpoints' feature of
6502 -list-features.
6503
6504 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6505
6506 * gdb.texinfo: Add new parameter's description.
6507
6508 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6509
6510 * gdb.texinfo (Overview): Clarify run-length encoding
6511 example. Remove the restriction on "+" and "-" characters.
6512
6513 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6514
6515 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6516
6517 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6518
6519 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6520 the -f option for -break-insert, remove -r option,
6521 and clarify specification of location.
6522
6523 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6524
6525 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6526 formatting.
6527 (Remote Debugging): Add File Transfer section.
6528 (Remote Configuration): Document Host I/O packets.
6529 (GDB/MI): Add GDB/MI File Transfer Commands section.
6530 (Host I/O Packets): New section in "Remote Protocol".
6531 (Packets): Add vFile.
6532
6533 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6534
6535 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6536 breakpoints with multiple locations.
6537 (Breakpoint Menus): Improve wording.
6538 (Output): Fix last change.
6539
6540 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6541
6542 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6543
6544 2007-11-15 Doug Evans <dje@google.com>
6545
6546 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6547
6548 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6549
6550 * gdbint.texinfo (Native Conditionals): Remove
6551 mention of CLEAR_SOLIB.
6552
6553 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6554
6555 * gdb.texinfo (Print Settings): Add documentation for "set/show
6556 print frame-arguments".
6557
6558 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6559
6560 * gdb.texinfo (Output): Update printf command's description.
6561
6562 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6563
6564 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6565 powerpc soft-float".
6566
6567 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * gdb.texinfo (Files): Correct formatting. Mention Expat
6570 requirement.
6571 (Requirements for Building GDB): Expand the list of Expat
6572 uses.
6573 (Library List Format, Memory Map Format): Mention Expat.
6574 (Target Descriptions): Update Expat wording.
6575
6576 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6577
6578 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6579 Document that gdbarch_convert_register_p should return zero for no-op
6580 conversions.
6581
6582 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6583
6584 * gdbint.texi (Compiler Characteristics): Move documentation
6585 of set_gdbarch_sofun_address_maybe_missing back to ...
6586 (Target Conditionals): ... here to fix build break.
6587
6588 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6589
6590 * gdbint.texi (Target Conditionals): Remove documentation of
6591 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6592 (Compiler Characteristics): ... documentation of
6593 set_gdbarch_sofun_address_maybe_missing.
6594
6595 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6596
6597 * gdbint.texinfo (Target Conditionals): Use
6598 frame_unwind_register_unsigned in examples instead of
6599 frame_unwind_unsigned_register.
6600
6601 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.texinfo (Predefined Target Types): Add int128
6604 and uint128.
6605 (Standard Target Features): Add PowerPC features.
6606
6607 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6608
6609 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6610
6611 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6612
6613 * gdbint.texi (Target Conditionals): Remove documentation
6614 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6615 gdbarch_extract_return_value, and gdbarch_store_return_value.
6616
6617 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6618
6619 * gdbint.texi (Target Conditionals): Remove documentation of
6620 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6621
6622 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6623
6624 * gdb.texinfo: Mention that inaccessible-by-default is on by
6625 default.
6626
6627 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6628
6629 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6630
6631 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6632
6633 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6634 multi-threaded watchpoints.
6635 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6636 checked. Describe sticky notification. Expand description
6637 of steppable and continuable watchpoints.
6638 (Watchpoints and Threads): New subsection.
6639
6640 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6641
6642 * gdb.texinfo (Setting Breakpoints): Revise
6643 documentation for pending breakpoints. Document
6644 breakpoints with multiple locations.
6645
6646 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6647
6648 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6649 Document -list-features.
6650
6651 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6652
6653 * gdb.texinfo (Output): Spell out which features of C's printf are
6654 not supported by GDB's printf.
6655 (Separate Debug Files): More accurate wording regarding build ID
6656 and a reference to the ld manual rather than the Fedora wiki.
6657
6658 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6659 Jim Blandy <jimb@codesourcery.com>
6660
6661 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6662 (Examining Memory): Update mentions of the 's' format.
6663 (Automatic Display): Likewise.
6664
6665 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6666
6667 * gdb.texinfo: Update the FSF's Back-Cover Text.
6668
6669 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6670 Eli Zaretskii <eliz@gnu.org>
6671
6672 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6673 Fixed the ``build ID'' name. New binaries build instructions for the
6674 build ID inclusion. Explain how the commands are specific to the build
6675 ID vs. debug link.
6676
6677 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6678
6679 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6680 indexing for ``build ID'' support.
6681
6682 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6683
6684 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6685 Enlisted BUILD ID to the debug file searching example.
6686 Included a BUILD ID `.note.gnu.build-id' section description.
6687 Updated/added the debug files splitting instructions for OBJCOPY.
6688
6689 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6690
6691 * gdb.texinfo (Variable Objects): Adjust docs
6692 for -var-info-expression and document
6693 -var-info-path-expression.
6694
6695 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6696
6697 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6698 (title page): Include the dedication in the printed manual, as a
6699 separate page after the copyright notice.
6700
6701 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6702 don't break a @var across a line.
6703
6704 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6705
6706 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6707 for include files.
6708
6709 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6710
6711 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6712 in annotate.texinfo.
6713 (Command History): Link to new node.
6714
6715 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6716
6717 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6718
6719 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6720
6721 * gdbint.texinfo (Target Conditionals): Fix last change.
6722
6723 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6724
6725 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6726 routines:
6727 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6728 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6729 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6730 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6731 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6732 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6733 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6734 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6735 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6736 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6737 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6738 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6739 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6740 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6741 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6742 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6743 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6744 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6745 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6746 (SOFTWARE_SINGLE_STEP_P)
6747
6748 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6749 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6750
6751 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6752 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6753 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6754 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6755 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6756 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6757 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6758 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6759 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6760 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6761
6762 (Converting an existing Target Architecture to Multi-arch): Remove
6763 section.
6764
6765 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6766 (gdbarch_addr_bits_remove): Add code example.
6767
6768 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6769
6770 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6771
6772 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6773 Add other missing entries. Adjust the table size to fit.
6774 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6775 stop reasons including the new "library" event.
6776 (General Query Packets): Adjust table widths for qSupported. Mention
6777 qXfer:libraries:read reply to qSupported and document the new packet.
6778 (Library List Format): New section.
6779
6780 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6781
6782 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6783
6784 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6785
6786 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6787
6788 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6789
6790 * gdbint.texinfo (Register and Memory Data): Break sections
6791 into nodes and add a menu.
6792
6793 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6794
6795 * gdb.texinfo (Examining Memory): Document the new behaviour.
6796
6797 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6798
6799 * gdb.texinfo (Standard Target Features): Document
6800 m68k features.
6801
6802 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6803
6804 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6805
6806 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6807
6808 * gdb.texinfo (Target Description Format): Add version attribute
6809 for <target>.
6810
6811 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6812
6813 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6814
6815 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6816
6817 * gdb.texinfo (MIPS Features): New subsection.
6818
6819 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6820 Markus Deuling <deuling@de.ibm.com>
6821
6822 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6823 and qXfer:spu:write packets and mention them under qSupported.
6824
6825 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6826 Markus Deuling <deuling@de.ibm.com>
6827
6828 * gdb.texinfo (Architectures): Add new SPU section to document
6829 Cell Broadband Engine SPU architecture specific commands.
6830
6831 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6832
6833 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6834 comments.
6835
6836 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6837
6838 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6839
6840 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6841
6842 * gdb.texinfo (Overview): Doc fix.
6843
6844 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6845
6846 * gdb.texinfo (Remote Configuration): Document "set/show
6847 remoteflow".
6848
6849 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6850
6851 * gdb.texinfo (MIPS): Remove documentation for set mips
6852 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6853 stack-arg-size.
6854
6855 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6856
6857 * all-cfg.texi (GDBTUI): New.
6858 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6859 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6860 (TUI Configuration): Edit to improve clarity and fix problems of
6861 both style and content.
6862
6863 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6864
6865 * observer.texi (GDB Observers): New observer "new_objfile".
6866
6867 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6868
6869 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6870
6871 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6872
6873 * gdb.texinfo (GDB/MI Variable Objects): Document
6874 frozen variables objects.
6875
6876 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6877
6878 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6879 (Character Sets, Caching Data of Remote Targets): Likewise.
6880 (Targets): Delete Remote node. Move its text...
6881 (Debugging Remote Programs): ...to here. Delete description
6882 of the "remote" command.
6883 (Remote configuration): Delete description of "set remotedevice"
6884 and "show remotedevice".
6885 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6886
6887 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6888
6889 * gdb.texinfo (Contributors, Continuing and Stepping)
6890 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6891 (General Query Packets, File-I/O Remote Protocol Extension)
6892 (Protocol Basics, The F Reply Packet, Write)
6893 (Protocol-specific Representation of Datatypes, Memory Transfer):
6894 Fix hyphenation, punctuation and grammar problems.
6895 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6896 'section' instead of 'subsection' in the text.
6897 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6898 (i386): Remove period from section name.
6899 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6900 (Config Names, Configure Options): Use @file{configure}.
6901
6902 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6903
6904 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6905 and tab expansion.
6906
6907 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6910
6911 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6912
6913 * gdb.texinfo: Consistently capitalize all significant words in
6914 node names, chapter titles, section titles, and headings. Update
6915 cross references to match.
6916 (Starting and Stopping Trace Experiment): Make node name plural.
6917 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6918
6919 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6920
6921 * gdb.texinfo (WinCE): Delete obsolete subsection.
6922
6923 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6924
6925 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6926 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6927 references.
6928
6929 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6930
6931 * gdb.texinfo (Startup): Delete references to some alternate
6932 names for .gdbinit.
6933 (Thread): Remove LynxOS reference.
6934 (Tandem ST2000): Delete target-specific documentation.
6935 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6936 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6937 and GDB_OSABI_LYNXOS.
6938
6939 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6940
6941 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6942
6943 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6944
6945 * gdbint.texinfo (Target Conditionals): Remove mention of
6946 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6947 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6948
6949 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6950
6951 * Makefile.in: Add "pdfdir" installation
6952 directory, PDFTEX macro, support for "install-pdf" target,
6953 and rules for making a pdf version of refcard.texi.
6954 * refcard.tex: Specify paper size for PDF output.
6955
6956 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6957
6958 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6959
6960 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6961
6962 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6963 (Source Path, Character Sets, Macros, Define)
6964 (GDB/MI Result Records, GDB/MI Simple Examples)
6965 (GDB/MI Program Execution, GDB/MI File Commands)
6966 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6967 (Bug Reporting): Use @value{GCC}.
6968
6969 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6970
6971 * gdb.texinfo (Help): Fix formatting of examples.
6972 (Variables): Use @ifnotinfo instead of @iftex.
6973 (Non-debug DLL symbols): Use @ref instead of @pxref.
6974 (Sparclet File): Use @samp instead of quotes.
6975
6976 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6977
6978 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6979
6980 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6981
6982 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6983 the order of the nodes.
6984 (C Operators, C Constants, Debugging C): Remove extra menus.
6985 (Method Names in Commands): Do not specify next/prev/up nodes.
6986
6987 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6988
6989 * gdb.texinfo (File Options): Add missing parenthesis.
6990 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6991
6992 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6993
6994 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6995
6996 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6997
6998 * gdb.texinfo (Standard Target Features): Mention
6999 case insensitivity.
7000 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7001
7002 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
7003
7004 * gdb.texinfo (Top): Put Appendix A after numbered sections.
7005 (Files): Add section name to argument list for pxref.
7006 (Non-debug DLL symbols): Don't use `see' for pxref.
7007 (Embedded Processors): Fix typo.
7008 (GDB/MI Breakpoint Commands): Execution commands generate
7009 *stopped not ^done.
7010
7011 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
7012
7013 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7014 values for in_scope. Mention that only root variables can be
7015 updated.
7016 (GDB/MI Development and Front Ends): Explain new values may be
7017 added to existing fields.
7018
7019 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7020
7021 * gdb.texinfo (-target-disconnect): Use @smallexample.
7022 (Requirements): Add anchor for Expat. Update description.
7023 (Target Descriptions): Mention Expat.
7024 (Target Description Format): Document new elements. Use
7025 @smallexample.
7026 (Predefined Target Types, Standard Target Features): New sections.
7027 * gdbint.texinfo (Target Descriptions): New section.
7028
7029 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7030
7031 * gdb.texinfo (Target Description Format): Add section on XInclude.
7032
7033 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
7034
7035 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7036 command -enable-timings.
7037
7038 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
7039
7040 * gdbint.texinfo (Operation System ABI Variant Handling): Update
7041 descriptions for new/deleted elements in gdb_osabi. Add missing
7042 description for function generic_elf_osabi_sniff_abi_tag_sections.
7043
7044 2007-01-29 Joel Brobecker <brobecker@adacore.com>
7045
7046 * gdb.texinfo (Maintenance Commands): Add documentation for
7047 the new "maint print target-stack" command.
7048
7049 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7050 Eli Zaretskii <eliz@gnu.org>
7051
7052 * gdb.texinfo: Describe CHAR array vs. string identification rules.
7053
7054 2007-01-26 Eli Zaretskii <eliz@gnu.org>
7055
7056 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7057 Use @value{NGCC} instead of @value{GCC}.
7058
7059 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
7060
7061 * agentexpr.texi: Fix typos.
7062 * annotate.texinfo: Likewise.
7063 * gdb.texinfo: Likewise.
7064 * gdbint.texinfo: Likewise.
7065 * observer.texi: Likewise.
7066 * stabs.texinfo: Likewise.
7067
7068 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
7069
7070 * gdbint.texinfo (Support Libraries): Remove mmalloc
7071 entry. Describe readline library.
7072
7073 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7074
7075 * gdb.texinfo (Target Descriptions): New section.
7076 (General Query Packets): Add QPassSignals anchor. Mention
7077 qXfer:features:read under qSupported. Expand mentions of
7078 qXfer:memory-map:read and QPassSignals. Document
7079 qXfer:features:read.
7080
7081 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7082
7083 * gdb.texinfo (Commands to specify files): Describe
7084 "set sysroot" and "show sysroot".
7085 (Using the `gdbserver' program): Lowercase argument
7086 to @var. Expand description of setting up GDB on the
7087 host.
7088
7089 2007-01-05 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.texinfo (Set Catchpoints): Add documentation for the new
7092 catch exception, catch exception unhandled, and catch assert
7093 commands.
7094
7095 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7096
7097 * gdb.texinfo (Debugging Output): Document "set debug xml"
7098 and "show debug xml".
7099
7100 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7103
7104 2007-01-01 Joel Brobecker <brobecker@adacore.com>
7105
7106 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7107
7108 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7109
7110 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7111 note in @ignore, to be removed later if nobody complains.
7112
7113 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7114
7115 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7116 of -var-delete.
7117
7118 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
7119
7120 * gdb.texinfo (Setting breakpoints): Document
7121 automatic software/hardware breakpoint usage and
7122 the "set breakpoint auto-hw" command.
7123
7124 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
7125
7126 * gdb.texinfo (Memory Access Checking): New.
7127
7128 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7129
7130 * gdb.texinfo (Remote configuration): Mention
7131 "pass-signals-packet".
7132 (General Query Packets): Document QPassSignals. Fix
7133 a typo.
7134
7135 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
7136
7137 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7138
7139 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7140
7141 * gdb.texinfo (Remote configuration): Rewrite documentation for
7142 packet configuration commands.
7143 (OS Information): Adjust reference to qXfer:auxv:read.
7144 (General Query Packets): Remove references to read-aux-vector-packet
7145 and set remote get-thread-local-storage-address.
7146
7147 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7148
7149 * gdbint.texinfo (Target Architecture Definition): Add new
7150 Initializing a New Architecture section.
7151
7152 2006-10-31 David Taylor <dtaylor@emc.com>
7153
7154 * stabs.texinfo (Macro define and undefine): New node describing
7155 stabs for #define and #undef.
7156
7157 2006-10-27 Andreas Schwab <schwab@suse.de>
7158
7159 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7160
7161 2006-10-21 Eli Zaretskii <eliz@gnu.org>
7162
7163 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7164 clarify on the possible meanings of ``expression'' watched by
7165 watchpoints. Add indexing.
7166 (Prompting, Errors, Invalidation, Annotations for Running)
7167 (Source Annotations): Fix index entries by adding "annotation" to
7168 them, to discriminate from index entries that point to the more
7169 general topic descriptions.
7170
7171 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7172
7173 * gdbint.texinfo (Target Vector Definition): Move most
7174 content into Existing Targets. Add a menu.
7175 (Existing Targets): New section, moved from Target Vector
7176 Definition. Use @subsection.
7177 (Managing Execution State): New section.
7178
7179 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7180
7181 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7182
7183 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7184
7185 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7186 (Command Syntax, Signals, Backtrace, Connecting)
7187 (Remote configuration, Renesas Boards, Console I/O): Fix last
7188 change: use Ctrl- instead of C-, except wrt Emacs.
7189 (File-I/O Examples): Put Ctrl-c in @kbd.
7190 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7191 (Console I/O): Use @samp with Ctrl-.
7192 (Signals, Set Breaks, Set Watchpoints): Document optional
7193 arguments to `info signals' `handle', `info breakpoints', and
7194 `info watchpoints'.
7195
7196 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7197
7198 * gdb.texinfo (Backtrace): Fix last change.
7199
7200 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7201
7202 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7203
7204 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7205
7206 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7207 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7208 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7209
7210 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7211 Daniel Jacobowitz <dan@codesourcery.com>
7212
7213 * gdb.texinfo (Packets): Document vFlashErase,
7214 vFlashWrite and vFlashDone packets.
7215 (General Query Packets): Document qXfer:memory-map:read.
7216 Add a new feature for qXfer:memory-map:read.
7217 (Memory map format): New section.
7218 (Target Commands): Mention that gdb can write flash.
7219
7220 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7221 Daniel Jacobowitz <dan@codesourcery.com>
7222
7223 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7224 memory regions and "mem auto".
7225
7226 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7227
7228 * gdbint.texinfo (Array Containers): New section.
7229
7230 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7231
7232 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7233 -stack-list-arguments HIGH_FRAME argument can be larger then the
7234 actual number of frames.
7235
7236 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7237
7238 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7239 -stack-list-locals HIGH_FRAME argument can be larger then the
7240 actual number of frames.
7241
7242 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7243
7244 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7245 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7246
7247 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7248
7249 * gdbint.texinfo (Overall Structure): New section "Source Tree
7250 Structure".
7251
7252 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7253
7254 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7255 responses.
7256
7257 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7258
7259 * gdb.texinfo (Source Path): Add documentation for new
7260 substitute-path commands.
7261
7262 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7263
7264 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7265 (Running Configure): ...here.
7266 (Requirements): New node. Mention expat.
7267
7268 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7269
7270 * gdb.texinfo (Target Commands): Remove
7271 'set download-write-size' and 'show download-write-size'.
7272
7273 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7274
7275 * stabs.texinfo (Member Type Descriptor): Correct example for
7276 pointer to member types.
7277
7278 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7279
7280 * gdb.texinfo (Optional warnings and messages): Add
7281 'set/show trace-commands'.
7282 (Command files): Add '-v' to source command.
7283
7284 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7285
7286 * gdb.texinfo (OS Information): Update qPart reference to
7287 qXfer.
7288 (Remote configuration): Likewise.
7289 (Overview): Move @cindex to the start of a paragraph. Talk
7290 about binary data encoding.
7291 (Packets): Refer to the overview for the details of the X
7292 packet encoding.
7293 (General Query Packets): Remove qPart description. Add qXfer
7294 description. Add an anchor to qSupported. Correct feature
7295 table title. Add a new feature for qXfer:auxv:read.
7296 (Interrupts): Add a missing parenthesis.
7297
7298 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7299
7300 * gdb.texinfo (KOD): Remove node.
7301 (GDB/MI Kod Commands): Remove commented out node.
7302
7303 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7304
7305 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7306 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7307 (GDB/MI Thread Commands, GDB/MI Program Execution)
7308 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7309 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7310 (GDB/MI File Commands, GDB/MI Target Manipulation)
7311 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7312 since the MI prompt is hard-wired into the code.
7313
7314 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7315
7316 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7317 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7318 (GDB/MI Data Manipulation): Remove description of unimplemented
7319 display related commands as variable objects perform this function
7320 and are superior: -display-delete, -display-disable,
7321 -display-enable, -display-insert and -display-list. Move
7322 -environment-cd, -environment-directory, -environment-path
7323 and -environment-pwd to "Program Context".
7324 (GDB/MI Program Control): Rename to "Program Execution". Move
7325 -exec-arguments -exec-abort to...
7326 (GDB/MI Program Context): ...here. New node split from "Data
7327 Manipulation".
7328
7329 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7330
7331 * gdb.texinfo (Remote configuration): Document set / show
7332 remote supported-packets.
7333 (General Query Packets): Document qSupported packet.
7334
7335 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7336
7337 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7338 and font markup.
7339 (Protocol basics): Likewise.
7340 (The F request packet): Likewise.
7341 (The F reply packet): Likewise.
7342 (Memory transfer): Move this node to be a subsubsection of
7343 "Protocol specific representation of datatypes".
7344 (The Ctrl-C message): More copy editing.
7345 (Console I/O): Likewise.
7346 (The isatty call): Delete this node, and merge its content into
7347 the "isatty" node. Fixed references elsewhere.
7348 (The system call): Delete this node, and merge its content into
7349 the "system" node. Fixed references elsewhere.
7350 (open): Reformat to use @table, and add appropriate font markup.
7351 (close): Likewise.
7352 (read): Likewise.
7353 (write): Likewise.
7354 (lseek): Likewise.
7355 (rename): Likewise.
7356 (unlink): Likewise.
7357 (stat/fstat): Likewise.
7358 (gettimeofday): Likewise.
7359 (isatty): Likewise.
7360 (system): Likewise, plus minor changes to fix confusing wording.
7361 (Integral datatypes): Fix font markup.
7362 (Pointer values): Likewise.
7363 (struct stat): Fix markup to use @table, plus minor copy editing.
7364 (struct timeval): Fix font markup, plus minor copy editing.
7365 (Constants): Minor copy editing.
7366 (Errno values): Add font markup.
7367 (File-I/O Examples): Likewise.
7368
7369 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7370
7371 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7372 (GDB/MI Simple Examples): Move node up one level. Use real
7373 examples.
7374 (GDB/MI Compatibility with CLI): Update.
7375 (GDB/MI Result Records): Add "connected" and "exit" result
7376 classes.
7377 (GDB/MI Stream Records): Clarify target output.
7378 (GDB/MI Command Description Format): Modify example description.
7379 (GDB/MI Breakpoint Table Commands): Rename to...
7380 (GDB/MI Breakpoint Commands): ...this
7381 (GDB/MI Breakpoint Commands): Add optional thread field.
7382 (GDB/MI Program Control): Add an introduction. Move "Program
7383 termination" examples into exec-run description.
7384 (GDB/MI File Commands): Mention similar CLI commands.
7385 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7386 is similar to "-gdb-version".
7387
7388 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7389
7390 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7391
7392 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7395 sourceware.org for mailing lists.
7396 (GDB/MI File Commands): New node split from Program Control.
7397
7398 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7399
7400 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7401
7402 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7403
7404 * gdb.texinfo (Cygwin Native): Fix last change.
7405
7406 2006-05-22 Christopher Faylor <cgf@timesys.com>
7407
7408 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7409
7410 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7411
7412 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7413 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7414
7415 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7416
7417 * gdb.texinfo (General Query Packets): Recommend not starting
7418 new packets with qC and clarify.
7419
7420 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7421
7422 * gdb.texinfo (M2 Types): New section.
7423
7424 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7425
7426 * agentexpr.texi: Add a copyright and license notice.
7427 * observer.texi: Likewise, with GPL clause for function prototypes.
7428 Remove trailing whitespace.
7429
7430 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7431
7432 * gdb.texinfo (General Query Packets): Document conventions for
7433 terminating packet names, and their violations.
7434
7435 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7436
7437 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7438 * gdb.texinfo: Likewise.
7439
7440 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7441
7442 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7443 and "show remotedebug".
7444 (Debugging Output): Add additional index entries.
7445
7446 2006-04-27 Michael Snyder <msnyder@redhat.com>
7447
7448 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7449
7450 2006-04-22 Andrew Cagney <cagney@redhat.com>
7451
7452 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7453 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7454
7455 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7458 and remove breakpoint prototypes.
7459 (Watchpoints): Move description of target_insert_hw_breakpoint and
7460 target_remove_hw_breakpoint ...
7461 (Breakpoints): ... to here. Document target_insert_breakpoint and
7462 target_remove_breakpoint.
7463
7464 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7465
7466 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7467 and C packets are optional.
7468
7469 2006-04-14 Frederic Riss <frederic.riss@st.com>
7470
7471 * gdb.texinfo (Specifying source directories): Update the description
7472 of the source file search to reflect the fact that the source path
7473 always contains at least $cdir and $cwd.
7474
7475 2006-03-31 Michael Snyder <msnyder@redhat.com>
7476
7477 * gdb.texinfo: Update copyright dates.
7478
7479 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7480
7481 * gdb.texinfo (Overview): Add an index entry to "empty response".
7482
7483 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7484
7485 * gdbint.texinfo (Prologue Analysis): New section.
7486
7487 2006-03-07 Jim Blandy <jimb@red-bean.com>
7488
7489 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7490
7491 * gdb.texinfo (Target Commands): Update text describing how to
7492 specify a target. Refer to the detailed section on remote
7493 debugging, not the brief mention.
7494
7495 * gdb.texinfo (Connecting): Organize the different 'target remote'
7496 connection methods into a table. Add a 'target remote' index
7497 entry. (!!!)
7498
7499 2006-02-17 Fred Fish <fnf@specifix.com>
7500
7501 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7502 'ptype' commands to reflect the fact that the only significant
7503 difference between them is that ptype prints the complete type
7504 description instead of just the name.
7505
7506 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7507
7508 * gdbint.texinfo (Watchpoints): Delete
7509 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7510
7511 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7512
7513 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7514 times fields where needed. Fix typos. Update general form given
7515 for output of -break-insert.
7516 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7517
7518 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7519
7520 * gdbint.texinfo (Symbol Handling): Add a section
7521 on memory management.
7522
7523 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7524
7525 * gdb.texinfo (Breakpoint table commands): Document the fullname
7526 field in -break-list output.
7527
7528 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7529
7530 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7531 debugging information produced by the various "set debug..."
7532 options.
7533
7534 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7535
7536 * gdb.texinfo (Files): Remove obsolete bits from the description
7537 of "symbol-file".
7538
7539 2006-01-25 Jim Blandy <jimb@redhat.com>
7540
7541 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7542
7543 2006-01-24 Jim Blandy <jimb@redhat.com>
7544
7545 * gdbint.texinfo (Frames): Document the basics of GDB's register
7546 unwinding model, and explain the existence of the "sentinel" frame.
7547
7548 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7549
7550 * gdb.texinfo (Choosing files): Mention that -directory is used
7551 for script files.
7552 (Specifying source directories): Likewise.
7553 (Command files): Explain how script files are found.
7554
7555 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7556
7557 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7558 the threads in a multi-threaded program.
7559 (Threads): The threadno argument of "thread apply" can be a range
7560 of numbers.
7561
7562 2006-01-18 Jim Blandy <jimb@redhat.com>
7563
7564 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7565 of warning flags.
7566
7567 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7568
7569 * gdb.texinfo (Sequences): Improve menu annotations.
7570 (Define): Add index entries for arguments of user-defined
7571 commands. Move the description of flow-control commands...
7572 (Command Files): ...to here. Document loop_break and
7573 loop_continue.
7574 (Define, Command Files): Document `end' and add index entries for
7575 it.
7576
7577 2006-01-04 Michael Snyder <msnyder@redhat.com>
7578
7579 * gdb.texinfo: Add documentation for linux-fork.
7580 * gdbint.texinfo: Add internal documentation for checkpoints.
7581
7582 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7583
7584 * gdb.texinfo (Omissions from Ada): Document that there is now
7585 limited aggregate support.
7586
7587 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7588
7589 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7590 registers and the likes.
7591
7592 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7593
7594 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7595 (Symbols): Fix usage of "e.g.".
7596 (Memory Region Attributes): Fix usage of "etc."
7597
7598 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7599 (Coding): Fix usage of "e.g.".
7600
7601 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7602
7603 * stabs.texinfo:
7604 * refcard.tex:
7605 * gpl.texi:
7606 * gdbint.texinfo:
7607 * gdb.texinfo:
7608 * gdb-cfg.texi:
7609 * fdl.texi:
7610 * annotate.texinfo:
7611 * all-cfg.texi:
7612 * Makefile.in: Add (C) after Copyright. Update the FSF
7613 address.
7614
7615 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7616
7617 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7618 extend GDB with commands for external monitor.
7619
7620 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7621
7622 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7623
7624 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7625
7626 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7627
7628 2005-11-21 Jim Blandy <jimb@redhat.com>
7629
7630 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7631 placement of 'R' actions in tracepoint action packets; document
7632 dependence of 'X' and 'M' actions on a preceding 'R' action for
7633 their registers.
7634
7635 2005-11-19 Jim Blandy <jimb@redhat.com>
7636
7637 * gdb.texinfo (Tracepoint Packets): New node.
7638 (General Query Packets): Add entries for the tracepoint packets,
7639 referring to the "Tracepoint Packets" node.
7640 (Tracepoints): Add reference to "Tracepoint Packets".
7641
7642 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7643
7644 * gdb.texinfo (set remotebreak): Add anchor.
7645 (X packet): Likewise.
7646 (Remote Protocol): Add new section `Interrupts' and new index
7647 entry `interrupts (remote protocol)'.
7648
7649 2005-11-18 Jim Blandy <jimb@redhat.com>
7650
7651 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7652 entries into the General Query Packets section. Add a
7653 cross-reference to that section. Drop description of replies, as
7654 these are covered in the descriptions of each packet.
7655 (General Query Packets): Add introductory text. Explain naming
7656 conventions, and how the end of a name is recognized.
7657
7658 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7659
7660 * gdb.texinfo (Remote configuration): Fix typo in description of
7661 "set remotebreak" command.
7662
7663 2005-11-16 Jim Blandy <jimb@redhat.com>
7664
7665 * gdb.texinfo (Packets, Stop Reply Packets)
7666 (General Query Packets): Various formatting cleanups.
7667 - Use @samp for packet contents.
7668 - Drop summaries from packet @item lines; the same information appears
7669 immediately below in the description.
7670 - Delete paragraph breaks after packet @item commands, so that the
7671 description appears directly to the right of the packet prototype
7672 in the printed manual, if it fits.
7673 - Place spaces in packet prototypes between @vars and non-@var
7674 letters, and explain that they're just for formatting.
7675 - Use @dots{} instead of '...'.
7676 - Fix uses of @code where @var was needed.
7677 - Replace "deprecated" markers with English text spelling out the
7678 packet's status and the preferred alternatives.
7679 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7680 what this ever meant.
7681 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7682 this for a long time.
7683 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7684 implemented several times, and have been in use for years.
7685
7686 2005-11-15 Jim Blandy <jimb@redhat.com>
7687
7688 * gdb.texinfo (Packets): Add index entries for 'm' packet
7689 disclaimers.
7690
7691 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7692 of stub when processing an 'm' packet.
7693
7694 * gdb.texinfo (Packets): Mention that packets beginning with
7695 letters are reserved once, at the top, instead of actually listing
7696 them all and saying "reserved".
7697
7698 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7699
7700 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7701 Change @var{$arg0 to @code{$arg0.
7702
7703 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7704
7705 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7706
7707 2005-11-12 Jim Blandy <jimb@redhat.com>
7708
7709 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7710 order. Remove extraneous 'z'.
7711
7712 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7713
7714 * gdb.texinfo (Choosing files): Add --eval-command.
7715
7716 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7717
7718 * gdb.texinfo (Choosing modes): Add --return-child-result.
7719
7720
7721 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7722
7723 * gdb.texinfo (Choosing modes): Add --batch-silent.
7724
7725 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7726
7727 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7728 "The -var-update Command".
7729
7730 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7731
7732 * gdb.texinfo (Print Settings): Add documentation for set/show
7733 print array-indexes.
7734
7735 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7738 6.2 and 6.3.
7739
7740 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7741
7742 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7743 since 19-Jan-2004.
7744 (Files): Likewise.
7745 (Variables, Symbols): Document the "<incomplete type>" message and
7746 its reasons.
7747
7748 2005-08-01 Fred Fish <fnf@specifix.com>
7749
7750 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7751
7752 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7753
7754 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7755 option for -var-list-children and -var-update.
7756 (GDB/MI Stack Manipulation): Simplify description of
7757 print-values option for -stack-list-locals.
7758 (GDB/MI Command Description Format): Clarify.
7759 (Mode Options): Spelling of superseded.
7760
7761 2005-07-12 Bob Rossi <bob@brasko.net>
7762
7763 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7764 corresponding GDB command comment.
7765
7766 2005-07-06 Bob Rossi <bob@brasko.net>
7767
7768 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7769 and -inferior-tty-show.
7770 (Input/Output): Document "set/show inferior-tty" and tty alias.
7771
7772 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7773
7774 * gdb.texinfo (Packets): Change description of 'D' packet to note
7775 that GDB does wait for a response.
7776
7777 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * gdb.texinfo (History) Rename "Command History".
7780 (Command History): Move node "Server Prefix" from section on
7781 Annotations here.
7782
7783 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7784
7785 * gdb.texinfo (GDB/MI Stack Manipulation):
7786 Re-instate -stack-info-frame with example. Say that it gets
7787 info on selected frame, not current frame.
7788
7789 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7790
7791 * gdb.texinfo (Server): Clarify that `file' should be used before
7792 connecting to the server.
7793 (Files): Add an xref to the above description.
7794 (Output Formats): More detailed description of the `c' format.
7795 (Memory): List explicitly all the formats supported by `x'.
7796 (Threads): Add an @cindex entry for "thread apply".
7797 (Files): Document the possibility of loading unlinked object
7798 files. Add more indexing for solib-absolute-prefix and
7799 --with-sysroot.
7800 (Machine Code): Document possible problems with locations in
7801 shared libraries.
7802 (Backtrace): Document that free-standing environments do not need
7803 to have a `main' function.
7804
7805 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7806
7807 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7808 -stack-info-frame.
7809
7810 2005-06-07 Andrew Cagney <cagney@gnu.org>
7811
7812 * gdb.texinfo (Contributors): Note the original multi-arch
7813 contributors.
7814
7815 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7816
7817 * gdb.texinfo (Registers): Add index entries for the standard
7818 registers.
7819 (Frames): Add cross-reference from frame pointer description to
7820 the Registers node.
7821 (Annotations Overview): Fix the reference to GDB name.
7822
7823 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7824
7825 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7826 can-use-hw-watchpoints.
7827
7828 2005-05-28 Bob Rossi <bob@brasko.net>
7829
7830 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7831 the possible reasons why an exec async record would be returned to FE.
7832
7833 2005-05-26 Andrew Cagney <cagney@gnu.org>
7834
7835 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7836 Andrew Cagney implemented the original GDB/MI.
7837
7838 2005-05-23 Orjan Friberg <orjanf@axis.com>
7839
7840 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7841 documentation. Add documentation for cris-mode.
7842
7843 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7844
7845 * gdb.texinfo (Numbers): Explain the example and make the wording
7846 more acurate.
7847
7848 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7849 Dennis Brueni <dennis@slickedit.com>
7850
7851 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7852 (GDB/MI Data Manipulation, GDB/MI Program Control)
7853 (GDB/MI Stack Manipulation): Update examples to include the fullname
7854 attribute in stack frames.
7855
7856 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7857
7858 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7859 do with other non-standard names of init files.
7860
7861 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7862
7863 * gdb.texinfo (Command Files): Move the description of the startup
7864 from here...
7865 (Startup): ...to this new subsection of the Invocation chapter.
7866 Rearrange the description of init files more logically and add a
7867 cross-reference to "Command Files". Document the special gdbinit
7868 name for CISCO 68k. Expand the description of what GDB does
7869 during startup.
7870 (History): Add index entry for HISTSIZE.
7871
7872 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7873
7874 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7875
7876 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7877
7878 * gdb.texinfo (SVR4 Process Information, The isatty call)
7879 (The system call): Don't use foo(N) notation for man pages and
7880 functions.
7881 (Compilation, DJGPP Native): Improve wording.
7882
7883 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7884
7885 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7886 were optimized away.
7887
7888 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7889
7890 * gdb.texinfo (Remote configuration): Document "set/show
7891 get-thread-local-storage-address". Add cross-reference to the
7892 description of the qGetTLSAddr packet.
7893 (General Query Packets): Mention "set remote
7894 get-thread-local-storage-address" and add a reference to its
7895 description.
7896
7897 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7898
7899 * gdb.texinfo (Backtrace): Describe 'bt full'.
7900
7901 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7902
7903 * gdb.texinfo (Mode Options): Fix typo.
7904 (GDB/MI): Describe how to invoke GDB/MI.
7905
7906 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7907
7908 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7909 references changed. Add description of "info udot".
7910 (Files): Document "set/show stop-on-solib-events".
7911 (M32R/D): Document "set/show download-path", "set/show
7912 board-address", "set/show server-address", "upload", "tload".
7913 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7914 "use_mon_code", "use_ib_break", "use_dbt_break".
7915 (Maintenance Commands): Improve indexing.
7916 (Target Commands): Document "set/show hash", "set/show debug
7917 monitor".
7918 (SVR4 Process Information): Document "info pidlist" and "info
7919 meminfo". Document "set/show procfs-tarce" and "set/show
7920 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7921 (Symbols, The Print Command with Objective-C): Improve indexing.
7922 (Objective-C): Add references to "info classes" and "info
7923 selectors".
7924 (Debugging Output): Improve wording. Document "set/show debug
7925 solib-frv". Fix "set/show debugvarobj".
7926 (Set Breaks): Add index entry for "hardware breakpoints".
7927 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7928 and "set/show usehardbreakpoints".
7929 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7930 monitor-prompt", "set/show monitor-warnings", "pmon".
7931 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7932 rdiromatzero", "set/show rdiheartbeat".
7933 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7934 "sds".
7935 (Embedded Processors): Document the "sim" command.
7936 (Remote): Document the "remote" command.
7937 (DJGPP Native): Document the "info serial" command.
7938 (Threads): Document "maint info sol-threads".
7939 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7940 (Set Breaks): Improve indexing.
7941 (Command Syntax): Add a reference to dont-repeat.
7942 (Define): Document "dont-repeat".
7943 (TUI Commands): Document "tabset".
7944 (WinCE): New subsection. Document "set/show remotedirectory",
7945 "set/show remoteupload", "set/show remoteaddhost".
7946
7947 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7948
7949 * gdb.texinfo (Hurd Native): New subsection, documents
7950 Hurd-specific commands.
7951 (Maintenance Commands): Add cross-reference to "Debugging Output".
7952 (Debugging Output): Document "set/show debug lin-lwp".
7953 (MIPS): Improve documentation of heuristic-fence-post. Document
7954 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7955 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7956 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7957 (ARM): Document ARM-specific commands.
7958 (AVR): New section. Document "info io_registers".
7959 (CRIS): New section. Document "set/show cris-version" and
7960 "set/show cris-dwarf2-cfi".
7961 (HPPA): New section. Document "set/show debug hppa" and "maint
7962 print unwind".
7963 (Neutrino): New subsection. Document "set/show debug nto-debug".
7964 (Super-H): New section. Document the "regs" command.
7965 (Debugging Output): Document "set/show debug aix-thread".
7966
7967 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7968
7969 * gdb.texinfo (Print Settings): Document "set/show print
7970 pascal_static-members", "set print repeats", "show print
7971 null-stop". Improve indexing. Fix documentation of "set print
7972 union".
7973 (Pascal): New section.
7974 (Supported languages): Rename from "Support"; all references
7975 updated. Add a menu item for Pascal.
7976 (Numbers): Document "set radix.
7977 (Screen Size): Document "set/show pagination".
7978 (MIPS Embedded): Remove "set processor" documentation.
7979 (Remote configuration): Document "set/show X/P/Z-packet",
7980 "set/show read-aux-vector-packet", "set/show remote
7981 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7982 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7983 remotedebug", "set/show remotebreak", "set/show remotedevice",
7984 "set/show remotelogfile".
7985 (Auxiliary Vector): Add reference to the description of the
7986 read-aux-vector-packet setting.
7987 (Set Watchpoints): Add a cross-reference to "set remote
7988 hardware-breakpoint-limit".
7989 (General Query Packets): Add indexing of requests and
7990 cross-references to related commands in "Remote configuration".
7991 (File-I/O Overview, The system call): Fix wording and typos.
7992 (Thread Stops): Add index entries.
7993 (Continuing and Stepping): Document "show step-mode".
7994 (i386): New node. Document "set/show struct-convention".
7995 (Files): Document "show trust-readonly-sections".
7996 (Calling): Document "set/show unwindonsignal".
7997 (Messages/Warnings): Add index entries.
7998 (Maintenance Commands): Document "set/show watchdog".
7999 (Annotations Overview): Document "show annotate".
8000 (Set Watchpoints): Add index entries.
8001 (Symbols): Fix doc of case-sensitive.
8002 (ABI): Document "show coerce-float-to-double".
8003 (Convenience Vars, Help): Improve indexing.
8004 (Machine Code): Document "show disassembly-flavor".
8005 (Debugging C plus plus): Document "show overload-resolution".
8006 (Value History, Signaling): Add index entries.
8007
8008 2005-04-08 Eli Zaretskii <eliz@gnu.org>
8009
8010 * gdb.texinfo (Show): Move @kindex entries to their proper places.
8011 (Processes): Fix wording.
8012 (History, List, Logging output, Define, Symbols, Print Settings):
8013 Improve indexing.
8014
8015 2005-04-03 Eli Zaretskii <eliz@gnu.org>
8016
8017 * gdb.texinfo (Targets): Document "set/show architecture". Remove
8018 redundant index entry for "target" command.
8019 (Backtrace): Add index entries.
8020 (Symbols, Fortran): Document the "set case-sensitive" command.
8021 (DJGPP Native): Document "set com1base", "set com1irq", etc.
8022 (Print Settings): Add index entry for "set demangle-style".
8023 (Target Commands): Document "set download-write-size".
8024 (Debugging Output): Document "set exec-done-display".
8025
8026 2005-04-02 Eli Zaretskii <eliz@gnu.org>
8027
8028 * gdb.texinfo (Files): Fix the name and documentation of
8029 add-shared-symbol-files. Document its alias assf. Update the
8030 list of OSs where GDB supports shared libraries. Fix markup.
8031 (Continuing and Stepping): Add reference to @var{location} in the
8032 text.
8033 (Dump/Restore Files): Fix reference to @{filename}.
8034 (Help): Fix wording.
8035 (Attach): Ditto.
8036 (Set Watchpoints): Ditto.
8037 (Backtrace): Remove redundant index entries. Improve index
8038 entries.
8039 (Delete Breaks): Fix wording.
8040 (Memory): Document the compare-sections command.
8041 (Memory Region Attributes): Improve wording.
8042 (Disabling): Improve wording.
8043 (Fortran): New subsection. Document the "info common" command.
8044 (Help): Document aliases "info copying" and "info warranty".
8045 (Caching Remote Data): New section. Document the "set/show
8046 remotecache" and "info dcache" commands.
8047 (Show): Fix wording of the documentation of the "set
8048 extension-language" command.
8049 (Signals): Add index entry for "info handle".
8050 (Memory Region Attributes): Fix punctuation.
8051 (Symbols): Change the arg name to "location" and refer to it in
8052 the text. Fix wording of "info types" doc.
8053 (Threads): Fix usage of @enumerate @item's.
8054 (Listing Tracepoints): Add index entry for "info tp".
8055 (Set Watchpoints): Add xref to "info break" description.
8056 (Macros): Add an index entry for "macro exp1". Document the
8057 "macro list" command.
8058 (Maintenance Commands): Document "flushregs", "maint agent",
8059 "maint check-symtabs", "maint cplus", "maint demangle", "maint
8060 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8061 "maint print architecture", "maint print objfiles", "maint print
8062 statistics", "maint print type", "maint show-debug-regs", "maint
8063 space", "maint time", and "maint translate-address".
8064 (Connecting): Document the "monitor" command.
8065 (Annotations Overview): Describe the "set annotate" command.
8066
8067 2005-04-01 Eli Zaretskii <eliz@gnu.org>
8068
8069 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8070 Rearrange index entries and improve wording about support for
8071 hardware watchpoints.
8072
8073 2005-03-10 Bob Rossi <bob@brasko.net>
8074
8075 * gdb.texinfo: Update copyright
8076
8077 2005-02-09 Theodore A. Roth <troth@openavr.org>
8078
8079 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8080 error.
8081
8082 2005-02-03 Kevin Buettner <kevinb@redhat.com>
8083
8084 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8085
8086 2005-01-17 Michael Snyder <msnyder@redhat.com>
8087
8088 * gdb.texinfo: Fix spelling, infinte -> infinite.
8089
8090 2005-01-08 Mark Kettenis <kettenis@gnu.org>
8091
8092 * observer.texi (GDB Observers): Document "solib_loaded".
8093
8094 2005-01-07 Andrew Cagney <cagney@gnu.org>
8095
8096 * configure.ac: Rename configure.in, require autoconf 2.59.
8097 * configure: Re-generate.
8098
8099 * configure.in: Replace configdirs with multiple references to
8100 AC_CONFIG_SUBDIRS.
8101 * configure: Re-generate.
8102
8103 2005-01-04 Andrew Cagney <cagney@gnu.org>
8104
8105 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8106 part of the version number.
8107
8108 2004-12-24 Mark Kettenis <kettenis@gnu.org>
8109
8110 * gdbint.texinfo (Algorithms): Remove description of
8111 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8112
8113 2004-12-07 Jim Blandy <jimb@redhat.com>
8114
8115 * gdb.texinfo (General Query Packets): Specify that thread ID's in
8116 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8117 numbers.
8118
8119 2004-12-07 Andreas Schwab <schwab@suse.de>
8120
8121 * gdb.texinfo (Mode Options): Document -l option.
8122
8123 2004-12-04 Eli Zaretskii <eliz@gnu.org>
8124
8125 * gdbint.texinfo (Algorithms): More accurate description of
8126 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
8127 is not needed unless data-read and data-access watchpoints are
8128 supported. Add a description of how GDB checks whether the
8129 inferior stopped because a watchpoint was hit.
8130
8131 2004-11-23 Eli Zaretskii <eliz@gnu.org>
8132
8133 * gdb.texinfo (Files): Add cross-reference to description of
8134 -readnow command-line switch.
8135
8136 2004-11-10 Randolph Chung <tausq@debian.org>
8137
8138 * gdb.texinfo: Document set/show backtrace past-entry commands.
8139 Rearrange index entries for set/show backtrace past-main.
8140
8141 2004-11-10 Jon Beniston <jon@beniston.com>
8142
8143 Committed by Andrew Cagney <cagney@gnu.org>.
8144 * gdb.texinfo (Remote Serial Protocol): Further describe
8145 binary transfer escaping mechanism .
8146
8147 2004-11-08 Randolph Chung <tausq@debian.org>
8148
8149 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8150 and "show debug infrun". Add index entries.
8151
8152 2004-10-23 Eli Zaretskii <eliz@gnu.org>
8153
8154 * gdb.texinfo (SVR4 Process Information): Document subcommands of
8155 "info proc" that are already implemented. Add index entries.
8156 (Working Directory): Add a cross-reference to "info proc" command.
8157 (Files): Add a tip for decreasing memory used for symtabs from
8158 shared libraries.
8159 (Starting): Fix whitespace; make "elaboration" stand out where it
8160 is first used, and add an index entry for the term.
8161 (Calling): Expand and elaborate text. Add "print". Add the
8162 description of problems with weak aliases.
8163 (Core File Generation): New section.
8164
8165 2004-10-12 Andrew Cagney <cagney@gnu.org>
8166
8167 * gdbint.texinfo (Versions and Branches): New chapter.
8168 (Releasing GDB): Delete "Versions and Branches" section.
8169 (Top): Add "Versions and Branches".
8170
8171 2004-10-08 Eli Zaretskii <eliz@gnu.org>
8172
8173 * gdb.texinfo (Editing, History): Add cross-references to the
8174 included Readline and History user documentation. Remove
8175 references to the symbol have-readline-appendices which is unused
8176 and undefined.
8177 (History): Fix indexing.
8178
8179 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8180
8181 * gdbint.texinfo (target_stopped_data_address): Update to
8182 new prototype.
8183 (i386_stopped_data_address): Update prototype and description.
8184 (i386_stopped_by_watchpoint): New function and description.
8185
8186 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8187
8188 * gdb.texinfo (Filenames): Add Ada suffixes.
8189 (Ada) New section.
8190
8191 2004-09-27 Andrew Cagney <cagney@gnu.org>
8192 Robert Picco <Robert.Picco@hp.com>
8193
8194 * gdb.texinfo (Packets): Document the "p" packet.
8195
8196 2004-09-21 Jason Molenda (jmolenda@apple.com)
8197
8198 * gdb.texinfo (Paths and Names of the Source Files): Document the
8199 meaning of values in the 'desc' field of a SO stab.
8200
8201 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8202
8203 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8204 max-cache-age" and "maint show dwarf2 max-cache-age".
8205
8206 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8207
8208 * gdb.texinfo (Set Breaks): Add index entry for setting
8209 breakpoints on overloaded C++ functions that are not members of
8210 any classes. Add an example and an index entry for setting
8211 breakpoints on all program functions.
8212 (Character Sets, Macros, Overlay Commands)
8213 (Non-debug DLL symbols, GDB/MI Output Syntax)
8214 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8215 Use "(@value{GDBP})" instead of a literal "(gdb)".
8216
8217 2004-09-12 Andrew Cagney <cagney@gnu.org>
8218
8219 * gdbint.texinfo (Native Debugging): Delete description of
8220 FILES_INFO_HOOK.
8221
8222 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8223
8224 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8225 to hex_string_custom (not historically correct, but more
8226 understandable, given the current code).
8227
8228 2004-09-03 Andrew Cagney <cagney@gnu.org>
8229
8230 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8231
8232 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8233
8234 * observer.texi (solib_unloaded): New observer.
8235
8236 2004-08-24 Andrew Cagney <cagney@gnu.org>
8237
8238 * gdbint.texinfo (Target Architecture Definition): Add missing
8239 comma.
8240
8241 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8242
8243 * (Using the Testsuite): build != host is supported,
8244 but some test scripts do not support build != host.
8245
8246 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8247
8248 * gdbint.texinfo (Host Definition): Delete description of
8249 FCLOSE_PROVIDED and GETENV_PROVIDED.
8250
8251 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8252
8253 * gdbint.texinfo (Host Definition): Delete description of
8254 NO_SYS_FILE.
8255 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8256 PTRACE_FP_BUG.
8257
8258 2004-08-05 Andrew Cagney <cagney@gnu.org>
8259
8260 * gdbint.texinfo (Target Architecture Definition): Delete
8261 reference to deprecated_read_fp.
8262
8263 2004-08-02 Andrew Cagney <cagney@gnu.org>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Delete
8266 description of DEPRECATED_REGISTER_BYTES.
8267
8268 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8269
8270 * gdb.texinfo (Source Path): Document the new behavior of
8271 searching for the source files.
8272
8273 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8274
8275 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8276 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8277 (Auto Display): Improve indexing.
8278
8279 2004-07-16 Andrew Cagney <cagney@gnu.org>
8280
8281 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8282 "-noasync".
8283
8284 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8285
8286 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8287 have the same prefix have only their prefix in the index.
8288
8289 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8290
8291 * gdb.texinfo (BSD libkvm Interface): New node (section)
8292 (Native): Add it to the menu.
8293
8294 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Remove
8297 PCC_SOL_BROKEN.
8298
8299 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Remove
8302 SUN_FIXED_LBRAC_BUG.
8303
8304 2004-06-26 Andrew Cagney <cagney@gnu.org>
8305
8306 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8307
8308 2004-06-20 Andrew Cagney <cagney@gnu.org>
8309
8310 * gdbint.texinfo (Target Architecture Definition): Deprecate
8311 USE_STRUCT_CONVENTION.
8312
8313 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8314
8315 gdb.texinfo (Bug Reporting): Mention session recording,
8316 with the script command or Emacs.
8317
8318 2004-06-18 Andrew Cagney <cagney@gnu.org>
8319
8320 * gdbint.texinfo (Target Architecture Definition): Deprecate
8321 FUNCTION_START_OFFSET.
8322
8323 2004-06-14 Andrew Cagney <cagney@gnu.org>
8324
8325 Based on changes from Karl Berry.
8326 * gdb.texinfo: Do not use @sc in a direntry.
8327 * stabs.texinfo: Change @dircateogry to "Software development".
8328 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8329
8330 2004-06-13 Andrew Cagney <cagney@gnu.org>
8331
8332 * gdbint.texinfo (Target Architecture Definition): Delete
8333 description of RETURN_VALUE_ON_STACK.
8334
8335 2004-06-09 Andrew Cagney <cagney@gnu.org>
8336
8337 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8338 deleted by previous patch.
8339
8340 2004-06-08 Andrew Cagney <cagney@gnu.org>
8341
8342 * gdbint.texinfo (Native Debugging): Delete documentation on
8343 ATTACH_DETACH.
8344
8345 2004-06-06 Randolph Chung <tausq@debian.org>
8346
8347 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8348
8349 2004-06-06 Randolph Chung <tausq@debian.org>
8350
8351 * gdb.texinfo (push_dummy_call): Update argument list to match
8352 the new push_dummy_call method signature. Describe the function
8353 argument.
8354
8355 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8356
8357 * gdb.texinfo (Starting): Document new start command.
8358
8359 2004-05-21 Andrew Cagney <cagney@redhat.com>
8360
8361 * observer.texi (GDB Observers): Document "inferior_created".
8362
8363 2004-05-08 Andrew Cagney <cagney@redhat.com>
8364
8365 * gdbint.texinfo (Target Architecture Definition): Delete
8366 description of DO_DEFERRED_STORES.
8367
8368 * gdbint.texinfo (Target Architecture Definition): Delete
8369 references to DEPRECATED_FIX_CALL_DUMMY.
8370
8371 * gdbint.texinfo (Target Architecture Definition): Delete
8372 description of DEPRECATED_CALL_DUMMY_WORDS,
8373 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8374
8375 * gdbint.texinfo (Target Architecture Definition): Delete
8376 description of DEPRECATED_PUSH_DUMMY_FRAME.
8377
8378 * gdbint.texinfo (Target Architecture Definition): Delete
8379 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8380
8381 2004-05-07 Andrew Cagney <cagney@redhat.com>
8382
8383 * observer.texi (GDB Observers): Add "Debugging" section. Include
8384 cross reference to "set/show debug observer".
8385 * gdb.texinfo (Debugging Output): Document "set/show debug
8386 observer".
8387
8388 2004-05-01 Andrew Cagney <cagney@redhat.com>
8389
8390 * gdbint.texinfo (Target Architecture Definition): Delete
8391 description of DEPRECATED_PC_IN_SIGTRAMP.
8392
8393 2004-04-30 Andrew Cagney <cagney@redhat.com>
8394
8395 * gdbint.texinfo (Target Architecture Definition): Delete
8396 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8397
8398 2004-04-30 Orjan Friberg <orjanf@axis.com>
8399
8400 * observer.texi (GDB Observers): Correct spelling.
8401
8402 2004-04-26 Orjan Friberg <orjanf@axis.com>
8403
8404 * observer.texi (GDB Observers): Add target_changed event.
8405
8406 2004-04-08 Andrew Cagney <cagney@redhat.com>
8407
8408 * observer.texi (GDB Observers): Rework, provide generic observer
8409 definitions and then a list of observable events.
8410
8411 2004-04-04 Andrew Cagney <cagney@redhat.com>
8412
8413 * gdbint.texinfo (Host Definition): Delete reference to
8414 NO_SIGINTERRUPT.
8415
8416 2004-04-02 Andrew Cagney <cagney@redhat.com>
8417
8418 * gdbint.texinfo (Target Architecture Definition): Delete
8419 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8420
8421 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8422
8423 * gdb.texinfo (TUI Commands): Document tui reg commands.
8424
8425 2004-03-26 Andrew Cagney <cagney@redhat.com>
8426
8427 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8428 "gdbtui".
8429 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8430 (Contributors): Mention both Text and Terminal User Interface.
8431
8432 2004-03-23 Andrew Cagney <cagney@redhat.com>
8433
8434 * gdbint.texinfo (Target Architecture Definition): Deprecate
8435 references to SIGTRAMP_START and SIGTRAMP_END.
8436
8437 2004-03-23 Andrew Cagney <cagney@redhat.com>
8438
8439 * gdbint.texinfo (Target Architecture Definition): Deprecate
8440 references to PC_IN_SIGTRAMP.
8441
8442 2004-03-19 Andrew Cagney <cagney@redhat.com>
8443
8444 * gdbint.texinfo (Target Architecture Definition): Delete
8445 reference to GDB_TARGET_IS_HPPA.
8446
8447 2004-03-18 Andrew Cagney <cagney@redhat.com>
8448
8449 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8450 describe pre_init and post_init.
8451
8452 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8453
8454 * gdb.texinfo (Debugging Output): Document values for "set debug
8455 target".
8456
8457 2004-02-28 Andrew Cagney <cagney@redhat.com>
8458
8459 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8460
8461 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8462
8463 * gdb.texinfo (breakpoints): Add information about the
8464 new "set breakpoint pending" and "show breakpoint pending"
8465 commands.
8466
8467 2004-02-26 Andrew Cagney <cagney@redhat.com>
8468
8469 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8470 in Per-architecture module data section.
8471
8472 2004-02-25 Roland McGrath <roland@redhat.com>
8473
8474 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8475
8476 2004-02-24 Andrew Cagney <cagney@redhat.com>
8477
8478 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8479 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8480 * fdl.texi: Import Version 1.2, November 2002.
8481
8482 2004-02-17 Andrew Cagney <cagney@redhat.com>
8483
8484 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8485
8486 2004-02-16 Andrew Cagney <cagney@redhat.com>
8487
8488 * gdbint.texinfo (Target Architecture Definition): Deprecate
8489 FRAMELESS_FUNCTION_INVOCATION.
8490
8491 2004-02-16 Andrew Cagney <cagney@redhat.com>
8492
8493 * gdbint.texinfo (Coding): Mention -Wunused-function.
8494
8495 2004-02-14 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Delete
8498 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8499
8500 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8501
8502 * gdb.texinfo: Properly quote the name "C++".
8503 * gdbint.texinfo: Ditto.
8504 * stabs.texinfo: Ditto.
8505
8506 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8507
8508 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8509 minimal information about libiberty.
8510
8511 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8512
8513 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8514
8515 2004-02-04 Roland McGrath <roland@redhat.com>
8516
8517 * gdb.texinfo (Auxiliary Vector): New node (section).
8518 (Data): Add it to the menu.
8519
8520 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8521
8522 * gdb.texinfo (Breakpoints): Add information about pending
8523 breakpoint support.
8524
8525 2004-01-26 Andrew Cagney <cagney@redhat.com>
8526
8527 * gdb.texinfo (Overview): Delete references to the cisco protocol
8528 including the "N" response.
8529
8530 2004-01-26 Andrew Cagney <cagney@redhat.com>
8531
8532 * gdbint.texinfo (Target Architecture Definition): Rename
8533 EXTRACT_STRUCT_VALUE_ADDRESS to
8534 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8535
8536 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8537
8538 * gdb.texinfo (KOD): Document "show os". Add index entries for
8539 "set/show os" and "info cisco" commands.
8540
8541 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8542
8543 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8544
8545 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8546
8547 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8548 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8549
8550 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8551
8552 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8553 -stack-list-locals.
8554 (GDB/MI Variable Objects): Describe extension to
8555 -var-list-children.
8556
8557 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8558
8559 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8560
8561 2004-01-17 Andrew Cagney <cagney@redhat.com>
8562
8563 * gdbint.texinfo (Target Architecture Definition): Delete
8564 documentation on DEPRECATED_NPC_REGNUM.
8565
8566 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8567
8568 * gdb.texinfo: Update copyright year. Mention that set
8569 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8570 "set follow-fork-mode ask".
8571
8572 2004-01-13 Andrew Cagney <cagney@redhat.com>
8573
8574 * gdbint.texinfo: Update copyright year.
8575 (Coding): Add -Wunused-label to list of -Werror warnings.
8576
8577 2004-01-08 Jason Molenda <jmolenda@apple.com>
8578 Eli Zaretskii <eliz@gnu.org>
8579
8580 * gdb.texinfo: Update copyright.
8581 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8582 around names, as appropriate. Minor syntax cleanup of
8583 _NSPrintForDebugger explanation. Two spaces after periods.
8584 GDBN used instead of lit. "gdb". Index entries added for
8585 print-object and _NSPrintForDebugger. @noindent added in one spot.
8586
8587 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8588
8589 * stabs.texinfo: Add dircategory and direntry commands.
8590 * annotate.texinfo: Ditto.
8591
8592 2003-11-10 Andrew Cagney <cagney@redhat.com>
8593
8594 * gdbint.texinfo (Target Architecture Definition): Replace the
8595 return_value method's "inval" and "outval" parameters with
8596 "readbuf" and "writebuf".
8597
8598 2003-10-28 Jim Blandy <jimb@redhat.com>
8599
8600 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8601 from "The `F' request packet" and "The `F' reply packet", to make
8602 texi2dvi happy.
8603 (File-I/O remote protocol extension): Update menu entries, too.
8604
8605 2003-10-26 Michael Chastain <mec@shout.net>
8606
8607 * gdb.texinfo (Thread Stops): Document the issue with
8608 premature return from system calls in multi-threaded programs.
8609
8610 2003-10-24 Andrew Cagney <cagney@redhat.com>
8611
8612 * annotate.texinfo: Fix "fortunatly"[sic].
8613
8614 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8615
8616 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8617 with "Hitachi" and "Mitsubishi".
8618
8619 2003-10-20 Andrew Cagney <cagney@redhat.com>
8620
8621 * gdbint.texinfo (Target Architecture Definition): Document
8622 gdbarch_return_value. Add cross references from
8623 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8624 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8625
8626 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8627
8628 * gdbint.texinfo (Target Architecture Definition): Document
8629 regset_from_core_section.
8630
8631 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8632
8633 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8634
8635 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8636
8637 From Anthony Green <green@redhat.com>:
8638 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8639
8640 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8641
8642 * gdb.texinfo (Breakpoint related warnings): New node.
8643 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8644
8645 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8646
8647 * gdb.texinfo (Remote Protocol): Document v and vCont.
8648
8649 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8650
8651 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8652 * gdbint.texinfo: Ditto.
8653
8654 2003-10-09 Andrew Cagney <cagney@redhat.com>
8655
8656 From 2003-09-18 David Anderson <davea@sgi.com>:
8657 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8658 "command".
8659
8660 2003-10-03 Andrew Cagney <cagney@redhat.com>
8661
8662 * gdbint.texinfo (Target Architecture Definition): Deprecate
8663 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8664 just target.
8665
8666 2003-10-02 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Rename
8669 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8670 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8671 * gdbint.texinfo (Target Architecture Definition): Rename
8672
8673 2003-09-30 Andrew Cagney <cagney@redhat.com>
8674
8675 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8676 (Target Architecture Definition):
8677
8678 * gdbint.texinfo (Target Architecture Definition): Rename
8679 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8680
8681 2003-09-29 Andrew Cagney <cagney@redhat.com>
8682
8683 * gdbint.texinfo (Target Architecture Definition): Delete
8684 documentation for NEED_TEXT_START_END.
8685
8686 * gdbint.texinfo (Target Architecture Definition): Rename
8687 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8688 TARGET_WRITE_PC.
8689
8690 2003-09-22 Michael Chastain <mec@shout.net>
8691
8692 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8693
8694 2003-09-21 Anthony Green <green@redhat.com>
8695
8696 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8697
8698 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8699
8700 * gdbint.texinfo (Target Architecture Definition): Document
8701 stabs_argument_has_addr.
8702
8703 2003-09-18 Andrew Cagney <cagney@redhat.com>
8704
8705 * gdbint.texinfo (Target Architecture Definition): Delete
8706 documentation on REGISTER_NAMES.
8707
8708 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8709
8710 * gdbint.texinfo (Target Architecture Definition): Replace
8711 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8712
8713 2003-09-11 Andrew Cagney <cagney@redhat.com>
8714
8715 * gdbint.texinfo (Target Architecture Definition): Replace
8716 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8717
8718 2003-08-18 Andrew Cagney <cagney@redhat.com>
8719
8720 * gdbint.texinfo (Target Architecture Definition): Document
8721 "frame_red_zone_size".
8722
8723 2003-08-09 Andrew Cagney <cagney@redhat.com>
8724
8725 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8726 with "set/show backtrace past-main" and "set/show backtrace
8727 limit".
8728
8729 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8730
8731 * Makefile.in (install-info): Support DESTDIR.
8732 (install-html): Likewise.
8733
8734 2003-08-07 Andrew Cagney <cagney@redhat.com>
8735
8736 Patch from Nick Roberts.
8737 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8738 bindings. Remove description of send-gdb-command.
8739
8740 2003-08-07 Andrew Cagney <cagney@redhat.com>
8741
8742 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8743 GDB 6.0.
8744
8745 2003-08-06 Andrew Cagney <cagney@redhat.com>
8746
8747 * gdb.texinfo (Mode Options): Mention that level three is the
8748 highest available and that level 2 is deprecated.
8749 (Annotations Overview): Mention annotation levels. Cross reference
8750 to "Limitations of the Annotation Interface" in annotate.texi.
8751 (TODO, Value Annotations, Frame Annotations): Delete section.
8752 (Displays, Breakpoint Info): Delete.
8753
8754 2003-08-04 Andrew Cagney <cagney@redhat.com>
8755
8756 * agentexpr.texi: Delete @bye.
8757 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8758 (stabs.info): Add $(srcdir) to include search path.
8759 (html): Depend on "annotate_toc.html", and not "annotate.html".
8760 * stabs.texinfo: Ditto. Include "fdl.texi".
8761 * gdbint.texinfo: Update copyright statement's list of invariant
8762 sections.
8763
8764 2003-07-28 Andrew Cagney <cagney@redhat.com>
8765
8766 * Makefile.in (INFO_DEPS): Add annotate.info.
8767 (dvi, ps, html, pdf): Add annotate.
8768 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8769 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8770 (ANNOTATE_DOC_FILES): New macro.
8771 (ANNOTATE_TEX_TMPS): New macro.
8772 (annotate.info, annotate_toc.html): Specify dependencies.
8773 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8774 * annotate.texinfo: Rename annotate.texi. Get building. Add
8775 "Migrating to GDB/MI" and "Limitations of the Annotation
8776 Interface" chapters. Mention why it is not part of the user
8777 guide. Update copyright notice. Include "fdl.texi".
8778
8779 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8780
8781 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8782
8783 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8784
8785 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8786
8787 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8788
8789 * gdb.texinfo (Server): Mention pidof.
8790
8791 2003-07-22 Andrew Cagney <cagney@redhat.com>
8792
8793 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8794 list.
8795
8796 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8797
8798 * gdb.texinfo (Logging output): New chapter.
8799
8800 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8801
8802 * gdb.texinfo (Unsupported languages): New section.
8803 (Languages): Add link to new section.
8804
8805 2003-06-22 Andrew Cagney <cagney@redhat.com>
8806
8807 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8808
8809 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8810
8811 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8812
8813 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8814
8815 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8816 * agentexpr.texi: Retitle section, and change it to an appendix.
8817 Comment out texinfo initialization. Factor a @var{} into two
8818 pieces to prevent makeinfo warnings.
8819 * gdb.texinfo: Add Agent Expressions appendix.
8820
8821 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8822
8823 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8824
8825 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8826
8827 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8828 remote target". Document the "detach" and "disconnect" commands.
8829 (Server, Netware, Debug Session): Reference "Connecting to a
8830 remote target".
8831 (GDB/MI Target Manipulation): Document "-target-disconnect".
8832
8833 2003-06-13 Andrew Cagney <cagney@redhat.com>
8834
8835 * gdbint.texinfo (Target Architecture Definition): Deprecate
8836 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8837 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8838
8839 2003-06-09 Jim Blandy <jimb@redhat.com>
8840
8841 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8842
8843 2003-06-08 Andrew Cagney <cagney@redhat.com>
8844
8845 * gdbint.texinfo (Target Architecture Definition): Delete
8846 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8847
8848 2003-06-08 Andrew Cagney <cagney@redhat.com>
8849
8850 * gdbint.texinfo (Target Architecture Definition): Document
8851 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8852
8853 2003-06-07 Adam Fedor <fedor@gnu.org>
8854
8855 * gdb.texinfo: Add Objective-C documentation.
8856
8857 2003-06-01 Andrew Cagney <cagney@redhat.com>
8858
8859 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8860 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8861
8862 2003-05-21 Andrew Cagney <cagney@redhat.com>
8863
8864 * gdbint.texinfo (Target Architecture Definition): Delete
8865 references to "extract_address" and "store_address".
8866
8867 2003-05-16 Andrew Cagney <cagney@redhat.com>
8868
8869 * gdbint.texinfo (Target Architecture Definition): Replace
8870 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8871 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8872
8873 2003-05-14 Theodore A. Roth <troth@openavr.org>
8874
8875 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8876
8877 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8878
8879 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8880 (gdb.dvi): Likewise.
8881 (gdb.pdf): Likewise.
8882 (links2roff): Likewise.
8883
8884 2003-05-08 Jim Blandy <jimb@redhat.com>
8885
8886 * gdb.texinfo (Dump/Restore Files): Update documentation for
8887 'dump', 'append', and 'restore': note that format argument is
8888 optional; simplify presentation of the command variants; and be
8889 more precise about the formats.
8890
8891 2003-05-07 Jim Blandy <jimb@redhat.com>
8892
8893 * gdb.texinfo (Symbols): Update documentation: 'maint list
8894 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8895 symtabs' and 'maint info psymtabs'.
8896
8897 2003-05-05 Andrew Cagney <cagney@redhat.com>
8898
8899 * gdbint.texinfo (Target Architecture Definition): Make
8900 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8901 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8902 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8903
8904 2003-05-04 Andrew Cagney <cagney@redhat.com>
8905
8906 * gdb.texinfo (Maintenance Commands): Document "maint print
8907 dummy-frames".
8908
8909 2003-05-04 Andrew Cagney <cagney@redhat.com>
8910
8911 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8912
8913 2003-05-03 J. Brobecker <brobecker@gnat.com>
8914
8915 Thierry Schneider <tpschneider1@yahoo.com>
8916 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8917 for new MI command.
8918
8919 2003-05-03 Andrew Cagney <cagney@redhat.com>
8920
8921 * gdbint.texinfo (Target Architecture Definition): Document
8922 push_dummy_code. Add cross references.
8923
8924 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8925
8926 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8927 set/show charsets commands.
8928
8929 2003-04-28 Andrew Cagney <cagney@redhat.com>
8930
8931 * gdbint.texinfo (Target Architecture Definition): Replace
8932 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8933 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8934
8935 2003-04-28 Andrew Cagney <cagney@redhat.com>
8936
8937 * gdbint.texinfo (Target Architecture Definition): Rename
8938 "tm_print_insn" to "deprecated_tm_print_insn".
8939
8940 2003-04-09 Jim Blandy <jimb@redhat.com>
8941
8942 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8943 list psymtabs'.
8944
8945 2003-04-08 Andrew Cagney <cagney@redhat.com>
8946
8947 * gdbint.texinfo (Target Architecture Definition): Delete
8948 references to EXTRA_FRAME_INFO.
8949
8950 2003-04-08 Andrew Cagney <cagney@redhat.com>
8951
8952 * gdbint.texinfo (Target Architecture Definition): Delete
8953 PRINT_TYPELESS_INTEGER.
8954
8955 2003-04-02 J. Brobecker <brobecker@gnat.com>
8956
8957 * observer.texi (GDB Observers): Adjust the documentation for the
8958 normal_stop notification to better describe reality. Fix a couple
8959 of minor typos.
8960
8961 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8962
8963 * gdb.texinfo (GDB/MI Program Control): Add
8964 '-file-list-exec-source-file'
8965
8966 2003-03-31 Andrew Cagney <cagney@redhat.com>
8967
8968 * gdbint.texinfo (Target Architecture Definition): Delete
8969 references to CALL_DUMMY_P.
8970
8971 2003-03-30 Andrew Cagney <cagney@redhat.com>
8972
8973 * gdbint.texinfo (Target Architecture Definition): Remove
8974 reference to TARGET_WRITE_SP.
8975
8976 2003-03-27 Andrew Cagney <cagney@redhat.com>
8977
8978 * gdbint.texinfo (Target Architecture Definition): Remove
8979 references to write_sp.
8980
8981 2003-03-27 Andrew Cagney <cagney@redhat.com>
8982
8983 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8984 chapter body. Use @smallexample instead of @example.
8985 (Annotations): Ditto.
8986 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8987 annotate.texi.
8988
8989 2003-03-26 Andrew Cagney <cagney@redhat.com>
8990
8991 * gdbint.texinfo (Target Architecture Definition): Replace
8992 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8993 dummy_addr parameters.
8994
8995 2003-03-25 Andrew Cagney <cagney@redhat.com>
8996
8997 * gdbint.texinfo (Target Architecture Definition): Delete
8998 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8999 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9000 Add reference to PUSH_ARGUMENTS.
9001
9002 2003-03-23 Andrew Cagney <cagney@redhat.com>
9003
9004 * gdbint.texinfo (Algorithms, Target Architecture Definition):
9005 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9006
9007 2003-03-18 J. Brobecker <brobecker@gnat.com>
9008
9009 * gdbint.texinfo (Algorithms): Add new section describing the
9010 Observer paradigm.
9011 (Top): Add menu entry to new observer appendix.
9012 * observer.texi: New file.
9013 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9014 new observer.texi file.
9015
9016 2003-03-17 Andrew Cagney <cagney@redhat.com>
9017
9018 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
9019 that GNU Press update the manual version number.
9020
9021 2003-03-12 Andrew Cagney <cagney@redhat.com>
9022
9023 * gdbint.texinfo (Target Architecture Definition): Delete
9024 references to get_saved_register. Rename GET_SAVED_REGISTER to
9025 DEPRECATED_GET_SAVED_REGISTER.
9026
9027 2003-03-13 Andrew Cagney <cagney@redhat.com>
9028
9029 * gdbint.texinfo (Target Architecture Definition): Replace
9030 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
9031
9032 2003-03-12 Andrew Cagney <cagney@redhat.com>
9033
9034 * gdbint.texinfo (Target Architecture Definition): Rename
9035 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9036
9037 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
9038
9039 * gdb.texinfo: Add File-I/O documentation.
9040
9041 2003-03-10 Andrew Cagney <cagney@redhat.com>
9042
9043 * gdbint.texinfo (Target Architecture Definition): Cross reference
9044 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
9045
9046 2003-03-07 Andrew Cagney <cagney@redhat.com>
9047
9048 * gdb.texinfo (Debugging Output): Mention the "set/show debug
9049 frame" command.
9050
9051 2003-03-05 Andrew Cagney <cagney@redhat.com>
9052
9053 * gdbint.texinfo (Target Architecture Definition): Document
9054 unwind_dummy_id. Cross reference unwind_dummy_id and
9055 SAVE_DUMMY_FRAME_TOS.
9056
9057 2003-03-05 James Ingham <jingham@apple.com>
9058 Daniel Jacobowitz <drow@mvista.com>
9059
9060 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9061 and "show cp-abi".
9062
9063 2003-03-03 Andrew Cagney <cagney@redhat.com>
9064
9065 * gdbint.texinfo (Target Architecture Definition): Document
9066 register_type.
9067
9068 2003-03-03 Andrew Cagney <cagney@redhat.com>
9069
9070 * stabs.texinfo (Structures): Use @samp and separate @var's
9071 instead of a single @var containing a comma separated list.
9072 (Unions): Ditto.
9073
9074 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
9075
9076 * Makefile.in (distclean): Remove config.log.
9077
9078 2003-03-01 Andrew Cagney <cagney@redhat.com>
9079
9080 * gdbint.texinfo (Target Architecture Definition): Rename
9081 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9082
9083 2003-03-01 Andrew Cagney <cagney@redhat.com>
9084
9085 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9086 DEPRECATED_INIT_EXTRA_FRAME_INFO.
9087
9088 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
9089
9090 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9091 (Non-debug DLL symbols): New node, describing the minimal symbols
9092 loaded from DLLs without real debugging symbols.
9093
9094 2003-02-20 Andrew Cagney <ac131313@redhat.com>
9095
9096 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9097 hardware-breakpoint-limit".
9098 (Set Watchpoints): Add cross reference to "set remote
9099 hardware-watchpoint-limit".
9100 (Remote configuration options): New section.
9101
9102 2003-02-04 Andrew Cagney <ac131313@redhat.com>
9103
9104 * gdbint.texinfo (Target Architecture Definition): Delete
9105 descrption of IS_TRAPPED_INTERNALVAR.
9106
9107 From Keith Seitz <keiths@redhat.com>:
9108 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
9109 option "-i"/"--interpreter" to this chapter. Include index
9110 entries.
9111
9112 2003-02-04 David Carlton <carlton@math.stanford.edu>
9113
9114 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9115 (Variables): Recommend stabs+ and DWARF 2.
9116 (C plus plus expressions): Correct info about
9117 compiler versions, debug formats.
9118 (Contributors): Change 'DWARF2' to 'DWARF 2'.
9119 PR symtab/874.
9120
9121 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9122
9123 * gdbint.texinfo (Target Architecture Definition): Delete
9124 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9125 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9126 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9127 references to nindy and i960.
9128 * gdb.texinfo (i960): Delete all references to i960 and nindy.
9129
9130 2003-02-01 Andrew Cagney <ac131313@redhat.com>
9131
9132 * gdbint.texinfo (Target Architecture Definition): Delete
9133 FLOAT_INFO.
9134
9135 2003-01-30 Andrew Cagney <ac131313@redhat.com>
9136
9137 * stabs.texinfo (Member Type Descriptor): Clarify description of
9138 `@'. Suggested by Ben Hutchings.
9139
9140 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9141
9142 * gdb.texinfo (M68K): Delete reference to es1800.
9143
9144 2003-01-29 Andrew Cagney <ac131313@redhat.com>
9145
9146 * gdb.texinfo (Maintenance Commands): Document `maint print
9147 reggroups' and `maint print register-groups'.
9148 * gdbint.texinfo (Target Architecture Definition): Document
9149 register_reggroup_p.
9150
9151 2003-01-23 Jim Blandy <jimb@redhat.com>
9152
9153 * gdb.texinfo (Separate Debug Files): New section.
9154
9155 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
9156
9157 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9158 and "maint show profile".
9159
9160 2003-01-16 Michael Chastain <mec@shout.net>
9161
9162 * gdb.texinfo (Installing GDB): Warn against
9163 ".../gdb-VERSION/gdb/configure".
9164 (Separate Objdir): Likewise.
9165
9166 2003-01-15 Andrew Cagney <ac131313@redhat.com>
9167
9168 * gdbint.texinfo (Target Architecture Definition): Delete
9169 definition of PRINT_REGISTER_HOOK.
9170
9171 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9172
9173 (OpenRISC 1000): Fix formatting of command names.
9174
9175 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
9176
9177 * gdb.texinfo (Continuing and Stepping): Add new command
9178 'advance'. Clarify behavior of 'until'.
9179
9180 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9181
9182 * gdb.texinfo (Files): Document solib-absolute-prefix and
9183 solib-search-path.
9184
9185 2003-01-09 Michael Chastain <mec@shout.net>
9186
9187 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9188 (Create a Release): Add new instructions for new @file{src-release}.
9189 Document existing instructions for @file{Makefile.in} as
9190 being for @value{GDBN} 5.3.1 or earlier.
9191
9192 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Mention
9195 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9196 allocate memory.
9197
9198 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9199
9200 * gdb.texinfo (Controlling GDB): Add @kindex for
9201 "show osabi".
9202 (Backtraces): Add @kindex's for backtrace-below-main.
9203
9204 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9205
9206 * gdb.texinfo (Controlling GDB): Document "set osabi".
9207
9208 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9209
9210 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9211 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9212
9213 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9214
9215 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9216 "set coerce-float-to-double".
9217 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9218
9219 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9220
9221 * stabs.texinfo: Remove obsolete text.
9222 * gdbint.texinfo: Ditto.
9223 * gdb.texinfo: Ditto.
9224
9225 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9226
9227 * gdbint.texinfo (Target Architecture Definition): Update
9228 description of gdbarch_register_osabi.
9229
9230 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9231
9232 * agentexpr.texi: Fix typos.
9233 * annotate.texi: Likewise.
9234 * fdl.texi: Likewise.
9235
9236 2002-12-10 Andrew Cagney <cagney@redhat.com>
9237
9238 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9239 DEPRECATED_INIT_FRAME_PC.
9240
9241 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9242
9243 * gdbint.texinfo (Target Architecture Definition): Delete
9244 PC_IN_CALL_DUMMY.
9245
9246 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9247
9248 * gdbint.texinfo (Host Definition): Delete documentation on
9249 USE_GENERIC_DUMMY_FRAMES.
9250
9251 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9252
9253 Fix PR gdb/723 and PR gdb/245.
9254 * Makefile.in (install-info): Run the install-info command as part
9255 of the post install steps only.
9256 (uninstall-info): New target.
9257 (uninstall): New target.
9258
9259 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9260
9261 * Makefile.in (install): Make install do some real work.
9262
9263 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9264
9265 Fix POSIX problem reported by Paul Eggert.
9266 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9267 Fix PR gdb/527.
9268
9269 2002-10-26 Andrew Cagney <cagney@redhat.com>
9270
9271 * gdbint.texinfo (Target Architecture Definition): Delete
9272 definition of DO_REGISTERS_INFO.
9273
9274 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9275
9276 * gdbint.texinfo (Address Classes): Fix problems with insertion
9277 of ``{'' and ``}'' in example.
9278
9279 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9280
9281 * gdbint.texinfo (Address Classes): New section.
9282 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9283 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9284 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9285 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9286
9287 2002-10-11 Klee Dienes <kdienes@apple.com>
9288
9289 * gdb.texinfo (Registers): Mention vector registers as well as
9290 floating registers in the documentation for 'info registers' and
9291 'info all-registers'.
9292
9293 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9294
9295 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9296
9297 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9298
9299 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9300 interface definition.
9301
9302 2002-10-03 Marko Mlinar <markom@opencores.org>
9303
9304 * gdb.texinfo (Target Commands): Add or1k target specific
9305 commands.
9306 * gdb.texinfo (Contributors): Add myself to the contributors list.
9307
9308 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9309
9310 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9311 and "mi1" instead of "mi1" and "mi0".
9312
9313 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9314
9315 * gdb.texinfo (Packets): Fix typos "alligned".
9316 Correct z3/Z3 description. Correct z4/Z4 title.
9317
9318 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9319
9320 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9321
9322 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9323
9324 * gdb.texinfo: Use GNU/Linux instead of Linux.
9325
9326 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9327
9328 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9329
9330 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9331
9332 * gdb.texinfo: Replace @example with @smallexample.
9333
9334 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9335
9336 From Eli Zaretskii <eliz@gnu.org>:
9337 * gdb.texinfo (Character Sets): Use @smallexample instead of
9338 @example. Use GNU/Linux instead of Linux.
9339
9340 2002-09-20 Jim Blandy <jimb@redhat.com>
9341
9342 * gdb.texinfo: Add character set documentation.
9343
9344 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9345
9346 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9347 (Packets): Add cross reference from `b' packet to `z' packets.
9348
9349 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9350
9351 * gdb.texinfo (Maintenance Commands): Document ``maint
9352 internal-error'' and ``maint internal-warning''.
9353
9354 * gdbint.texinfo (Target Architecture Definition): Revise
9355 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9356
9357 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9358
9359 * gdbint.texinfo (Target Conditionals): Document the new
9360 NAME_OF_MALLOC macro.
9361
9362 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9363
9364 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9365 engineer.
9366
9367 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9368
9369 * gdb.texinfo (TUI Overview): Document status line fields.
9370
9371 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9372
9373 * gdb.texinfo (TUI Commands): Document info win command.
9374
9375 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9376
9377 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9378
9379 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9380
9381 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9382 (TUI Keys): Likewise.
9383
9384 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9385
9386 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9387 for a packet receive.
9388
9389 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9390
9391 * Makefile.in (clean): Move to end of file.
9392 (distclean, maintainer-clean, realclean): Ditto.
9393 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9394 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9395 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9396 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9397
9398 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9399
9400 * Makefile.in (GDBINT_TEX_TMPS): Define.
9401 (gdbint.dvi, gdbint.pdf): Use
9402 (GDB_TEX_TMPS): Define.
9403 (gdb.dvi, gdb.pdf): Use.
9404 (STABS_TEX_TMPS): Define.
9405 (stabs.dvi, stabs.pdf): Use.
9406 (GDB_DOC_SOURCE_INCLUDES): New macros.
9407 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9408 (GDBINT_DOC_FILES_INCLUDES): New macros.
9409 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9410 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9411 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9412 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9413 (links2roff): Replace SFILES_INCLUDED with
9414 GDB_DOC_SOURCE_INCLUDES.
9415 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9416 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9417 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9418 dependencies.
9419 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9420 dependencies.
9421 (gdbmi.texinfo): Delete rule.
9422 (inc-hist.texinfo): Delete rule.
9423 (rluser.texinfo): Delete rule.
9424
9425 2002-08-23 Andrew Cagney <cagney@redhat.com>
9426
9427 * gdbint.texinfo (Target Architecture Definition): Update
9428 STORE_RETURN_VALUE, mention regcache.
9429
9430 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9431
9432 * gdbint.texinfo (Target Architecture Definition): Document
9433 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9434
9435 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9438 Fix minor typos. Add index entries.
9439
9440 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9441
9442 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9443
9444 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9445
9446 * gdbint.texinfo (Target Architecture Definition): Document
9447 PRINT_VECTOR_INFO.
9448 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9449
9450 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9451
9452 * gdb.texinfo (Maintenance Commands): Document "maint print
9453 registers", "maint print raw-registers" and "maint print
9454 cooked-registers".
9455
9456 2002-08-08 Grace Sainsbury <graces@redhat.com>
9457
9458 From Mark Salter:
9459 * gdb.texinfo (Protocol): Document T packet extension to
9460 allow watchpoint address reporting.
9461
9462 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9463
9464 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9465
9466 2002-08-01 Andrew Cagney <cagney@redhat.com>
9467
9468 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9469 to CHILL.
9470
9471 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9472
9473 * gdbint.texinfo (Coding): Revise section "Include Files".
9474
9475 2002-07-24 Andrew Cagney <cagney@redhat.com>
9476
9477 * gdbint.texinfo: Obsolete references to m88k.
9478 * gdb.texinfo: Ditto.
9479
9480 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9481
9482 * gdbint.texinfo (Create a release candiate): Add the location
9483 where the proper version of autoconf can be retrieved.
9484
9485 2002-07-09 Don Howard <dhoward@redhat.com>
9486
9487 * gdb.texinfo (Command Files): Further describe the behavior of
9488 sourced command files.
9489
9490 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9491
9492 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9493 (Coding): Clarify ISO C version that GDB assumes.
9494
9495 2002-06-26 Tom Tromey <tromey@redhat.com>
9496
9497 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9498 add_setshow_cmd_full.
9499
9500 2002-06-25 Don Howard <dhoward@redhat.com>
9501
9502 * gdb.texinfo (Memory Region Attributes): Document new behavior
9503 for 'mem' command.
9504
9505 2002-06-11 Jim Blandy <jimb@redhat.com>
9506
9507 * gdb.texinfo (Symbols): Update documentation for `info source'
9508 command.
9509
9510 * gdb.texinfo (Macros): Call the command `info macro', not
9511 `show macro'.
9512
9513 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9514
9515 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9516 data''.
9517
9518 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9519
9520 * gdbint.texinfo (Target Architecture Definition): Document
9521 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9522
9523 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9524
9525 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9526 lists.
9527
9528 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9529
9530 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9531 Branch''.
9532
9533 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9534
9535 * gdbint.texinfo (Target Architecture Definition): Add section
9536 ``Converting an existing Target Architecture to Multi-arch''.
9537
9538 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9539
9540 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9541 to ``Obsoleting code''. Revise.
9542
9543 2002-05-17 Jim Blandy <jimb@redhat.com>
9544
9545 * gdb.texinfo (C Preprocessor Macros): New chapter.
9546 Include it in the main menu.
9547 (Contributors): Credit Jim Blandy with macro support.
9548 (Compilation): Explain how to get macro information into the
9549 executable.
9550 (Expressions): Note that preprocessor macros are expanded.
9551
9552 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9553
9554 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9555 options for `target remote'.
9556
9557 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9558
9559 * gdbint.texinfo (Target Architecture Definition): Delete
9560 documentation on NNPC_REGNUM.
9561
9562 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9563
9564 * gdbint.texinfo (Target Architecture Definition): Document
9565 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9566 (Target Architecture Definition): Revise section `Using Different
9567 Register and Memory Data Representations'. Add section `Raw and
9568 Virtual Register Representations'.
9569
9570 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9571
9572 * gdbint.texinfo (Target Architecture Definition): Mention
9573 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9574 (Target Architecture Definition): Mention same. Add references to
9575 web pages.
9576
9577 2002-05-08 Michael Snyder <msnyder@redhat.com>
9578
9579 * stabs.texinfo (Attributes): Document new "vector" attribute.
9580
9581 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9582
9583 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9584
9585 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9586
9587 * gdb.texinfo: Delete obsolete references to a29k.
9588
9589 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9590
9591 * gdbint.texinfo (Target Architecture Definition): Replace
9592 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9593
9594 2002-04-24 David S. Miller <davem@redhat.com>
9595
9596 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9597
9598 2002-04-21 David S. Miller <davem@redhat.com>
9599
9600 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9601
9602 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9603
9604 * gdbint.texinfo (Target Architecture Definition): Delete
9605 definition of HAVE_REGISTER_WINDOWS.
9606
9607 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9608
9609 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9610 "Theodore A. Roth" <troth@verinet.com>.
9611
9612 2002-04-15 Don Howard <dhoward@redhat.com>
9613
9614 From Eli Zaretskii <eliz@gnu.org>
9615 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9616 Provide a better explaination of this feature.
9617
9618 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9619
9620 * gdbint.texinfo (Target Architecture Definition): Remove
9621 FRAME_CHAIN_COMBINE.
9622
9623 2002-04-12 Michael Chastain <mec@shout.net>
9624
9625 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9626 REG_STACK_SEGMENT.
9627
9628 2002-04-09 Michael Chastain <mec@shout.net>
9629
9630 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9631 PYRAMID_* macros.
9632
9633 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9634
9635 * gdb.texinfo (Bug Reporting): Document that the web is the
9636 prefered way of submitting bug reports.
9637 (Bug Reporting): Delete the s-mail address as the last resort.
9638
9639 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9640
9641 * gdbint.texinfo (Target Architecture Definition): Delete
9642 references to TARGET_WRITE_FP and write_fp.
9643
9644 2002-03-27 Michael Snyder <msnyder@redhat.com>
9645
9646 * gdb.texinfo: Document new commands dump, append, and restore.
9647
9648 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9649
9650 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9651 Branch'.
9652
9653 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9654
9655 * gdb.texinfo: Change all examples to @smallexample.
9656 * gdbint.texinfo: Ditto.
9657
9658 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9659
9660 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9661 Branches''.
9662
9663 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9666 Policy''.
9667
9668 2002-03-04 Fred Fish <fnf@redhat.com>
9669
9670 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9671 expresson, suports, dependant, trhe, perhaphs, situtations,
9672 explictily, taged, oportunity, unfortunatly).
9673
9674 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9675
9676 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9677 Remove reference to 3.12.
9678
9679 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9680
9681 * gdbint.texinfo: Include fdl.texi.
9682 (Top): Add GNU Free Documentation License.
9683 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9684 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9685 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9686 (gdbint.info): Add srcdir to include path.
9687 * gdb.texinfo: Include gpl.texi.
9688 (Top): Add Copying.
9689 * gpl.texi: New file.
9690
9691 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9692
9693 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9694
9695 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9696
9697 * gdb.texinfo: Document Cygwin native specific commands.
9698
9699 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9700
9701 * gdb.texinfo: Document gdbserver ``--attach'' command.
9702
9703 2002-02-07 Michael Snyder <msnyder@redhat.com>
9704
9705 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9706 to @code(_ovly_debug_event).
9707
9708 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9709
9710 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9711
9712 2002-02-06 Michael Snyder <msnyder@redhat.com>
9713
9714 * gdb.texinfo (overlays): Mention new magic symbol
9715 '_ovly_debug_event', which allows GDB to keep better track
9716 of overlays.
9717
9718 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9719
9720 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9721 Suggested by Dmitry Sivachenko.
9722
9723 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9724
9725 2002-02-01 Michael Snyder <msnyder@redhat.com>
9726
9727 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9728
9729 2002-01-30 Michael Snyder <msnyder@redhat.com>
9730
9731 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9732 (set trust-readonly-sections): Document.
9733
9734 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdbint.texinfo (Releasing GDB): Revise and update.
9737
9738 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9739
9740 * gdbint.texinfo (Target Architecture Definition): Delete
9741 description of TARGET_BYTE_ORDER_DEFAULT.
9742
9743 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9744
9745 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9746 <mitya@cavia.pp.ru>.
9747
9748 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9749
9750 * libgdb.texinfo: Delete file.
9751
9752 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9753
9754 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9755 * gdbint.texinfo: Ditto.
9756
9757 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9758
9759 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9760
9761 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9762
9763 * Makefile.in: Update copyright.
9764 (TEXI2DVI): Define.
9765 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9766 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9767 gdb-cfg.texi.
9768 (TEXINDEX, PDFTEX): Delete makefile variables.
9769
9770 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9771
9772 * gdb.texinfo (Protocol): Move section to appendix.
9773
9774 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9775
9776 * gdb.texinfo (Remote Debugging): Create a menu.
9777 (Top): Add ``Remote Debugging'' to menu.
9778
9779 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9780
9781 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9782 serial protocol'' from here.
9783 (Remote Debugging): To here. New chapter.
9784
9785 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9786
9787 * gdbint.texinfo (Target Architecture Definition): Delete
9788 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9789
9790 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9791
9792 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9793 are no longer needed.
9794 (Porting GDB): Add maintainer note about configure.host.
9795
9796 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9797
9798 * gdbint.texinfo (Target Architecture Definition): Remove
9799 definition of IEEE_FLOAT.
9800
9801 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9802
9803 * gdb.texinfo: Beautify copyright years; fix a typo.
9804 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9805 <3diff@gnu.org>
9806
9807 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9808
9809 * gdbint.texinfo (Host Definition): Remove references to
9810 MALLOC_INCOMPATIBLE.
9811
9812 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9813
9814 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9815 and xyz-xdep.o.
9816
9817 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9818
9819 * gdb.texinfo (Maintenance Commands): Add appendix.
9820 (Set Breaks): Copy ``maint info breakpoint'' doco to
9821 ``Maintenance Commands'' appendix. Add reference.
9822
9823 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9824
9825 * fdl.texi: Remove next/prev from @node.
9826
9827 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9828
9829 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9830 for monstrous @multitable (from Brian Youmans).
9831
9832 * fdl.texi: New file.
9833
9834 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9835
9836 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9837
9838 * gdbint.texinfo (Releasing GDB): New chapter.
9839
9840 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9841
9842 * gdb.texinfo (Embedded Processors, Calling program functions):
9843 Obsolete references to a29k.
9844
9845 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9846
9847 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9848 examples. Document that a code-block should do or discard its
9849 cleanups before exit.
9850
9851 2002-01-11 Michael Snyder <msnyder@redhat.com>
9852
9853 * gdb.texinfo (Choosing files): Change @samp to @file.
9854
9855 2002-01-05 Michael Snyder <msnyder@redhat.com>
9856
9857 * gdb.texinfo (--pid): Document new command line option (attach).
9858
9859 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9860
9861 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9862 in the stub.
9863
9864 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9865
9866 * gdbint.texinfo (Target Architecture Definition): Replace
9867 BIG_ENDIAN with BFD_ENDIAN_BIG.
9868
9869 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9870
9871 * gdbint.texinfo (Target Architecture Definition): Replace
9872 value_ptr with struct value pointer.
9873
9874 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9875
9876 * gdb.texinfo (Free Software): Fix wording.
9877
9878 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9879
9880 * gdb.texinfo (Free Software): New section ``Free Software Needs
9881 Free Documentation''.
9882
9883 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9884
9885 * stabs.texinfo:
9886 * gdb.texinfo:
9887 * gdbint.texinfo:
9888 * libgdb.texinfo:
9889 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9890
9891 2001-12-29 Michael Snyder <msnyder@redhat.com>
9892
9893 * gdb.texinfo (maint info sections): Fix typo.
9894
9895 2001-12-26 Michael Snyder <msnyder@redhat.com>
9896
9897 * gdb.texinfo (maint info sections): Document.
9898
9899 * gdb.texinfo (info proc): Comment out documentation for
9900 'info proc' sub-options that are currently not implemented.
9901
9902 2001-12-20 Jim Blandy <jimb@redhat.com>
9903
9904 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9905
9906 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9907
9908 * gdbint.texinfo (Target Architecture Definition): Replace
9909 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9910
9911 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9912
9913 * gdbint.texinfo (Host Definition): Delete documentation on
9914 HOST_BYTE_ORDER.
9915
9916 2001-11-30 Jim Blandy <jimb@redhat.com>
9917
9918 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9919 overlay support. Add to top-level menu.
9920
9921 2001-11-26 Tom Tromey <tromey@redhat.com>
9922
9923 * gdb.texinfo (Command Syntax): Document C-o binding.
9924
9925 2001-07-26 Christopher Faylor <cgf@redhat.com>
9926
9927 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9928 use since it is described in the referenced section.
9929
9930 From Eli Zaretskii <eliz@gnu.org>
9931 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9932 clearer when using DJGPP.
9933
9934 2001-11-24 Christopher Faylor <cgf@redhat.com>
9935
9936 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9937 specifically refer to MS-DOS.
9938 (command files): Mention gdb.ini is only used on MS-DOS.
9939
9940 2001-11-21 Tom Tromey <tromey@redhat.com>
9941
9942 * gdb.texinfo (Invoking GDB): Document --args.
9943 (Mode Options): Likewise.
9944
9945 2001-11-21 Jim Blandy <jimb@redhat.com>
9946
9947 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9948 Delete documentation; this macro has been removed from the
9949 sources.
9950
9951 2001-11-13 Jim Blandy <jimb@redhat.com>
9952
9953 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9954
9955 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9956
9957 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9958
9959 2001-11-05 Michael Snyder <msnyder@redhat.com>
9960
9961 * gdb.texinfo (info functions): Document use of backslash to
9962 quote regexp chars in function names such as "operator*()".
9963
9964 2001-11-01 Fred Fish <fnf@redhat.com>
9965
9966 * gdbint.texinfo (SOLIB_ADD): Document additional new
9967 "readsyms" arg.
9968
9969 2001-10-30 Don Howard <dhoward@redhat.com>
9970
9971 * gdb.texinfo: (Command Files) Added documentation for the
9972 behavior of gdb with input redirected from a file.
9973
9974 2001-10-28 Fred Fish <fnf@redhat.com>
9975
9976 * gdb.texinfo (auto-solib-add): Change docs to match
9977 implementation change.
9978 (auto-solib-limit): Add docs for new variable.
9979
9980 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9981
9982 * gdbint.texinfo (Target Architecture Definition): Function
9983 value_as_pointer renamed to value_as_address.
9984
9985 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9986
9987 * gdbint.texinfo (Target Architecture Definition): Default
9988 POINTER_TO_ADDRESS functions assume unsigned addresses.
9989 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9990 posting by Jim Blandy.
9991
9992 2001-10-12 Jim Blandy <jimb@redhat.com>
9993
9994 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9995 version of texi2html (1.64) doesn't support this flag any more.
9996
9997 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9998
9999 * gdbint.texinfo (Host Definition): Remove description of
10000 MEM_FNS_DECLARED.
10001
10002 * gdbint.texinfo (Host Definition): Remove description of R_OK.
10003
10004 * gdbint.texinfo (Host Definition): Remove description of
10005 HAVE_SIGSETMASK.
10006
10007 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
10008
10009 * gdbint.texinfo (Target Architecture Definition): Add
10010 explanation of TARGET_PRINT_INSN macro.
10011
10012 2001-08-30 Jim Blandy <jimb@redhat.com>
10013
10014 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10015 Explain what it means to load relocatable files.
10016
10017 2001-08-28 Jim Blandy <jimb@redhat.com>
10018
10019 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10020 info `top' menu.
10021
10022 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
10023
10024 * gdbint.texinfo: Add a cautionary note about macro use.
10025
10026 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
10027
10028 * gdb.texinfo: Explain omitting the hostname in the
10029 `target remote' command.
10030
10031 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
10032
10033 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10034 and END-INFO-DIR-ENTRY.
10035
10036 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10037
10038 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10039
10040 2001-07-25 Andrew Cagney <ac131313@redhat.com>
10041
10042 * gdbint.texinfo (libgdb): Rewrite.
10043
10044 2001-07-26 Eli Zaretskii <eliz@gnu.org>
10045
10046 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10047
10048 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10049
10050 * gdb.texinfo (TUI): New chapter, document the TUI.
10051 (Mode Options): Document the -tui option.
10052
10053 2001-07-23 Mark Kettenis <kettenis@gnu.org>
10054
10055 * gdbint.texinfo (Host Definition): Remove description of
10056 NEED_POSIX_SETPGID.
10057
10058 2001-07-23 Eli Zaretskii <eliz@gnu.org>
10059
10060 * gdb.tex (DJGPP Native): New node, with descriptions of
10061 DJGPP-specific commands.
10062
10063 2001-07-19 John R. Moore <jmoore@redhat.com>
10064
10065 * gdbint.texinfo: Three misspellings.
10066
10067 2001-07-06 Andrew Cagney <ac131313@redhat.com>
10068
10069 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10070 `test` expressions on bash. Problem reported by Colin Walters.
10071
10072 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10073
10074 * gdbint.texinfo (User Interface): Update ui-out documentation to
10075 refelect recent UI/MI updates.
10076
10077 2001-07-04 Andrew Cagney <ac131313@redhat.com>
10078
10079 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10080 interpreters.
10081
10082 2001-06-15 Andrew Cagney <ac131313@redhat.com>
10083
10084 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10085 structure and not macros.
10086 (Host Definition): Document that much of this chapter is obsolete.
10087 (Target Architecture Definition): Update list of files that make
10088 up a target architecture.
10089 (Coding): Update.
10090
10091 2001-06-28 Andrew Cagney <ac131313@redhat.com>
10092
10093 * gdbint.texinfo (Target Architecture Definition): Update
10094 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10095 The latter has been changed to a true predicate.
10096
10097 2001-06-17 Eli Zaretskii <eliz@gnu.org>
10098
10099 * annotate.texi: Add @noindent where needed. From Dmitry
10100 Sivachenko <dima@Chg.RU>.
10101 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
10102
10103 2001-06-16 Andrew Cagney <ac131313@redhat.com>
10104
10105 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
10106
10107 2001-06-14 Andrew Cagney <ac131313@redhat.com>
10108
10109 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10110 returns ``OK''. Document that the ``R'' packet does not reply.
10111
10112 2001-06-13 Michael Snyder <msnyder@redhat.com>
10113
10114 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10115
10116 2001-06-13 Eli Zaretskii <eliz@gnu.org>
10117
10118 * gdb.texinfo (Signals): Clarify the default setting of signal
10119 handling.
10120
10121 2001-05-14 Andrew Cagney <ac131313@redhat.com>
10122
10123 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10124 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10125
10126 2001-05-12 Andrew Cagney <ac131313@redhat.com>
10127
10128 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10129
10130 2001-05-10 Eli Zaretskii <eliz@gnu.org>
10131
10132 * gdbint.texinfo (Clean Design and Portable Implementation):
10133 Renamed from "Clean Design".
10134 (Clean Design and Portable Implementation): Document portable
10135 methods of handling file names, and the associated macros.
10136
10137 2001-04-02 Eli Zaretskii <eliz@gnu.org>
10138
10139 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10140 command and provide a cross-reference to its description.
10141 (Symbols): Note that "info scope" is useful for trace experiments.
10142
10143 2001-04-01 Eli Zaretskii <eliz@gnu.org>
10144
10145 * gdb.texinfo (Symbols): Document "info scope".
10146 (Tracepoints): New chapter.
10147 (Contributors): Update for v5.1.
10148 <All nodes>: Change "C++" to "C@t{++}".
10149
10150 * gdbint.texinfo (User Interface): A new section about ui_out
10151 functions, based on text written by Fernando Nasser.
10152
10153 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
10154
10155 2001-03-26 Eli Zaretskii <eliz@gnu.org>
10156
10157 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
10158
10159 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
10160
10161 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
10162 Replace "GDB" with "@value{GDBN}". Fix markup.
10163
10164 * annotate.texi: Change Permissions to GFDL. Update Copyright.
10165
10166 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10167 a cross-reference to its description.
10168 (Symbols): Document "info symbol".
10169
10170 2001-03-21 Eli Zaretskii <eliz@gnu.org>
10171
10172 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10173 subsection "x86 Watchpoints".
10174 (Target Architecture Definition): Document the macros
10175 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10176 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10177
10178 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10179
10180 * gdbint.texinfo (Target Architecture Definition): Update
10181 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10182 list.
10183
10184 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10185
10186 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10187 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10188
10189 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10190
10191 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10192
10193 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10194
10195 * gdb.texinfo (Environment): Document that `path' does not change
10196 the value of PATH in GDB's own environment (it did in the past,
10197 but that was changed on March 15, 1994). Reported by Doug Evans
10198 <dje@transmeta.com>.
10199
10200 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10201 its line. Fix markup of commands and macros. Add an Index node
10202 and index entries.
10203
10204 2001-01-23 J.T. Conklin <jtc@redback.com>
10205
10206 * gdb.texinfo (Memory region attributes): New manual section.
10207
10208 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10209
10210 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10211
10212 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10213
10214 * refcard.tex: Version and copyright fixed. From Phil Edwards
10215 <pedwards@disaster.jaj.com>.
10216
10217 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10218
10219 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10220 DWARF2_REG_TO_REGNUM): Document.
10221
10222 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10223
10224 * gdbint.texinfo (Coding): Update current value of
10225 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10226
10227 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10228
10229 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10230 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10231
10232 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10233
10234 * gdb.texinfo: Document new 'set step-mode' command.
10235
10236 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10237
10238 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10239 changes from Dmitry Sivachenko <dima@Chg.RU>.
10240
10241 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10242
10243 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10244 From Steven Johnson <sbjohnson@ozemail.com.au>.
10245
10246 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10247
10248 * gdbint.texinfo (Overall Structure): Spelling fix.
10249
10250 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10251
10252 * gdbint.texinfo (Target Architecture Definition): Document that
10253 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10254 for which REGISTER_CONVERTIBLE returns a zero value.
10255
10256 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10257
10258 * Makefile.in (install-info): Find files to install in either the
10259 build or source directories (adapted from Makefile.am).
10260
10261 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10262
10263 * stabs.texinfo: Fix spelling errors.
10264 (String Field): FILE-NUMBER starts from 0, not 1.
10265
10266 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10267
10268 * refcard.tex: Remove \centerline from the blurb. Patch from
10269 Brian Youmans.
10270
10271 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10272
10273 * Makefile.in (install-info): Support installation from outside of
10274 the source directory. Reported by Mark Harig
10275 <markh@frazier.landmark.com>.
10276
10277 2000-06-20 J.T. Conklin <jtc@redback.com>
10278
10279 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10280
10281 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10282
10283 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10284 Generate using pdftex.
10285 (PDFTEX): Define.
10286 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10287 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10288 @contents at the start.
10289
10290 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10291
10292 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10293 Youmans.
10294
10295 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10296
10297 From Brian Youmans:
10298 * gdb.texinfo: Fix ``et al.''.
10299
10300 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10301
10302 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10303 loop.
10304
10305 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10306
10307 * configure: Regenerate.
10308
10309 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10310
10311 * Makefile.in (install-info): Run install-info on installed Info
10312 files.
10313
10314 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10315
10316 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10317 Andrew Cagney.
10318
10319 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10320
10321 * gdb.texinfo: Proofreading changes from Brian Youmans.
10322
10323 2000-05-01 Nick Duffek <nsd@cygnus.com>
10324
10325 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10326 startup sequence, minor edits.
10327
10328 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10329
10330 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10331 TeX.
10332
10333 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10334 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10335 like `n' and `s' which look weird. Convert some of the @kindex to
10336 @vindex, when they refer to variables, not commands.
10337
10338 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10339
10340 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10341
10342 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10343
10344 * Makefile.in (GDBMI_DIR): New variable.
10345 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10346 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10347 (gdbmi.texinfo): New target, for texi2roff.
10348 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10349 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10350
10351 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10352 gdbmi.texinfo.
10353 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10354 comment.
10355
10356 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10357
10358 * gdb.texinfo (Files): Update description of add-symbol-file
10359 command.
10360
10361 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10362
10363 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10364 prevents the build (and is generally a Bad Idea).
10365
10366 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10367
10368 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10369 a comma inside @var.
10370 (Command Files): Index markup changes from Dmitry Sivachenko
10371 <dima@Chg.RU>.
10372
10373 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10374
10375 * Makefile.in (LN_S): Define.
10376 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10377 invoke "ln -s" unless it is known to work.
10378
10379 * configure.in (AC_PROG_LN_S): Add.
10380
10381 2000-04-14 Jim Blandy <jimb@redhat.com>
10382
10383 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10384 section.
10385 (Target Conditionals): Document ADDRESS_TO_POINTER,
10386 POINTER_TO_ADDRESS.
10387
10388 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10389
10390 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10391 gdb-cfg.texi to get the value.
10392
10393 2000-04-10 Jim Blandy <jimb@redhat.com>
10394
10395 * gdbint.texinfo (Target Architecture Definition): Fix
10396 cross-references.
10397
10398 2000-04-08 Jim Blandy <jimb@redhat.com>
10399
10400 * gdbint.texinfo (Using Different Register and Memory Data
10401 Representations): New section.
10402 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10403 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10404 REGISTER_CONVERT_TO_RAW): Document.
10405
10406 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10407
10408 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10409 for acknowledgments.
10410
10411 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10412
10413 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10414 qThreadExtraInfo.
10415
10416 2000-03-28 J.T. Conklin <jtc@redback.com>
10417
10418 * gdb.texinfo: Clarify which remote debug protocol commands are
10419 required and which are optional.
10420
10421 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10422
10423 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10424 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10425 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10426 * annotate.texi: Update.
10427
10428 2000-03-28 Stan Shebs <shebs@apple.com>
10429
10430 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10431 expectation of additional changes before release), update
10432 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10433 node links, rephrase and/or shorten lines to fix formatting
10434 problem in both regular and @smallbook formats.
10435 * annotate.texi: Shorten lines in example, use smallexample
10436 consistently everywhere.
10437 * Makefile.in: Add comment about texinfo 4.0 html generation.
10438 (SFILES_INCLUDED): Add annotate.texi.
10439
10440 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10441
10442 * gdb.texinfo (Debugging Output): Added new section, documenting
10443 the "set/show debug" commands.
10444
10445 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10446
10447 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10448 entry.
10449
10450 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10451 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10452 @chapter and @node entries.
10453
10454 * gdb.texinfo: Link all top-level nodes.
10455
10456 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10457
10458 * Makefile.in (install-info): Create $(infodir) before installing
10459 files.
10460
10461 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10462
10463 From David Whedon <dwhedon@gordian.com>
10464 * gdbint.texinfo : Added paragraphs about command deprecation.
10465
10466 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10467
10468 * gdb.texinfo: Add documentation for the apropos command.
10469
10470 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10471
10472 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10473
10474 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10475
10476 * gdb.texinfo: Add white space to prevent overprinting in
10477 two places.
10478
10479 2000-03-17 Stan Shebs <shebs@apple.com>
10480
10481 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10482 <dima@Chg.RU>, also clarification of allowed content for
10483 string constants.
10484
10485 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10486
10487 * gdb.texinfo (main menu): Add Annotations.
10488 (File Options): Add @cindex entries for each command-line option.
10489 Document --epoch, --annotate, --async, --interpreter, --write,
10490 --statistics, and --version.
10491
10492 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10493 of GDB.
10494
10495 2000-02-23 Jim Blandy <jimb@redhat.com>
10496
10497 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10498
10499 2000-02-22 Jim Blandy <jimb@redhat.com>
10500
10501 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10502
10503 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10504
10505 * Makefile.in (diststuff): New target.
10506
10507 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10508
10509 * agentexpr.texi: Fix wording regarding Intel's IA-64
10510 architecture. [From Jim Wilson.]
10511
10512 2000-01-16 Tom Tromey <tromey@cygnus.com>
10513
10514 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10515 (Delete Breaks): Mention range arguments.
10516 (Disabling): Likewise.
10517
10518 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10519
10520 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10521
10522 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10523
10524 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10525 valid functions.
10526
10527 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10528
10529 * gdb.texinfo: Clarify regular expressions used in rbreak.
10530
10531 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10532
10533 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10534 MEMORY_REMOVE_BREAKPOINT): Document.
10535
10536 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10537
10538 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10539 offset re-using the DATA offset instead.
10540
10541 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10542
10543 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10544
10545 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10546
10547 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10548 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10549 typos.
10550
10551 * gdb.texinfo: Various minor wording and formatting improvements,
10552 mentions of additional command-line options.
10553
10554 1999-09-30 Fred Fish <fnf@cygnus.com>
10555
10556 * gdb.texinfo: Document additional forms of specifying section
10557 names and addresses for the add-symbol-file command.
10558
10559 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10560
10561 * gdbint.texinfo: Fix typo, add the word "have".
10562
10563 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10564
10565 * gdbint.texinfo (Target Architecture Definition): Document the
10566 SKIP_PERMANENT_BREAKPOINT macro.
10567
10568 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10569
10570 * gdb.texinfo: Fiks speling errers.
10571
10572 * gdb.texinfo: Fix uses of @multitable.
10573
10574 From Eli Zaretskii <eliz@gnu.org>:
10575 * gdb.texinfo: Include details specific to DOS host, clarify
10576 some confusing language, fix @ref/@xref/@pxref usages, add
10577 comments about using with optimization, add more indexing,
10578 fix info about disassembly-flavor.
10579
10580 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10581
10582 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10583 SKIP_SOLIB_RESOLVER): Define.
10584
10585 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10586
10587 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10588 ``g'' packets.
10589
10590 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10591
10592 * gdb.texinfo: Create a new "Configurations" chapter with
10593 platform-specific info, inline remote.texi and move sections of it
10594 into the new chapter, move bits about info proc, heuristic search,
10595 and register stack into the new chapter.
10596 * remote.texi: Remove, now part of gdb.texinfo.
10597 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10598
10599 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10600
10601 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10602 GDB_TARGET_IS_MACH386): These kludges have gone away.
10603
10604 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10605
10606 * gdbint.texinfo (Target Architecture Definition): Mention
10607 TDEPLIBS.
10608
10609 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10610
10611 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10612 surrounding text to fit HP-UX bits into general info.
10613 (HPPA-cfg.texi): Remove, no longer useful.
10614
10615 * gdb.texinfo: Remove explicit links from @node lines, remove
10616 HP-added "Detailed Node Listing" from main menu which confuses
10617 things.
10618
10619 From Dmitry Sivachenko <dima@Chg.RU>:
10620 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10621 in description of `set environment'.
10622
10623 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10624
10625 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10626
10627 1999-08-12 Ben Elliston <bje@cygnus.com>
10628
10629 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10630
10631 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10632
10633 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10634 watch, awatch, and rwatch. Explain why the latter two cannot be
10635 set as software watchpoints. Document that watchpoints for local
10636 variables are deleted when the debuggee terminates.
10637
10638 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10639
10640 * remote.texi (Protocol): Further clarification of the "qRcmd"
10641 packet. Allow E.. response packet. "qRcmd" packet is no longer
10642 reserved.
10643
10644 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10645
10646 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10647 * gdb.texinfo: Ditto.
10648
10649 1999-08-06 Tom Tromey <tromey@cygnus.com>
10650
10651 * gdb.texinfo (KOD): New node.
10652
10653 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10654
10655 * remote.texi (Rcmd): Fix minor formatting typos.
10656
10657 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10658
10659 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10660 packets.
10661
10662 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10663
10664 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10665 fixes.
10666
10667 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10668
10669 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10670
10671 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10672
10673 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10674 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10675 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10676 packets that are not supported on all hosts. Expand examples.
10677 Spell check.
10678
10679 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10680
10681 * Makefile.in: Recognize html, install-html. Add targets
10682 to build HTML versions of documentation via texi2html.
10683
10684 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10685
10686 * gdbint.texinfo (Testsuite): New chapter, information about the
10687 testsuite.
10688
10689 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10690
10691 * remote.texi (Communication Protocol): Rewrite.
10692
10693 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10694
10695 * stabs.texinfo: Fix uses of xref.
10696
10697 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10698
10699 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10700 info about patch submission.
10701
10702 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10703
10704 From Per Bothner <bothner@cygnus.com>:
10705 * gdb.texinfo: Document Chill support.
10706
10707 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10708
10709 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10710 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10711 Document that the value should be greater-than or equal-to zero.
10712 (NO_STD_REGS): Document. Deprecate.
10713
10714 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10715
10716 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10717 Document that these are not used.
10718
10719 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10720
10721 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10722
10723 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10724
10725 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10726 numargs was dropped.
10727
10728 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10729
10730 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10731
10732 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10733
10734 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10735 Update.
10736
10737 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10738
10739 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10740 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10741
10742 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10743
10744 * gdbint.texinfo: Fix typos: $ -> @.
10745
10746 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10747
10748 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10749 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10750 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10751 BREAKPOINT_FROM_PC.
10752
10753 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10754
10755 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10756 CALL_DUMMY_STACK_ADJUST): Document.
10757
10758 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10759
10760 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10761 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10762
10763 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10764
10765 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10766 longer exists.
10767
10768 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10769
10770 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10771 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10772 they make the manual source incomprehensible.
10773 * h8-cfg.texi: Remove, hasn't been used in years.
10774
10775 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10776
10777 * gdb.texinfo: Update the credits.
10778
10779 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10780
10781 * gdb.texinfo: Fix mistakes noticed in printout of last
10782 draft, add Alpha to discussion of heuristic fence post.
10783
10784 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10785
10786 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10787 Edition, merge some HP changes into mainline, describe some
10788 previously undocumented features, describe more of the target
10789 commands available, eliminate obsolete section on renamed
10790 commands.
10791 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10792
10793 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10794
10795 * gdb.texinfo: Make many HPPA conditionals unconditional,
10796 including catchpoint description, since now on for all configs.
10797 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10798 specializations.
10799
10800 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10801
10802 * Makefile.in (GDBvn.texi): Fix match expression to work with
10803 current format of VERSION in gdb/Makefile.in.
10804 * gdb.texinfo: Fix node ref to match new readline.
10805
10806 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10807
10808 * gdb.texinfo: Changes made as part of a project to merge in
10809 changes made by HP. Documentation makes extensive use of
10810 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10811 on remote debugging. There are differences in documentation
10812 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10813 the HP manual discusses catchpoints, hardware watchpoints, and
10814 some HPUX specific limitations for shared library support.
10815
10816 There are also a number of @node changes.
10817
10818 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10819
10820 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10821 (C Usage): Same.
10822
10823 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10824
10825 The following changes were made by Edith Epstein
10826 <eepstein@cygnus.com> as part of a project to merge in changes
10827 made by HP.
10828
10829 * HPPA-cfg.texi: new file.
10830
10831 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10832
10833 * refcard.tex: change documentation about catch.
10834 removed info catch.
10835
10836 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10837
10838 * gdbint.texinfo: Expand on GDB's coding standards,
10839 specify the use of arg names with prototypes.
10840
10841 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10842
10843 * gdb.texinfo: Fix tipo.
10844
10845 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10846
10847 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10848 TARGET_BYTE_ORDER_SELECTABLE_P.
10849
10850 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10851
10852 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10853
10854 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10855
10856 * agentexpr.texi: New file.
10857
10858 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10859
10860 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10861
10862 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10863
10864 * remote.texi: Changed wording that implied that the GDB remote
10865 protocol caches register values instead of GDB itself.
10866
10867 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10868
10869 * gdbint.texinfo: Add some info about symbol readers.
10870 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10871 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10872 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10873 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10874
10875 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10876
10877 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10878
10879 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10880
10881 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10882
10883 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10884
10885 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10886 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10887
10888 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10889
10890 * gdbint.texinfo: Fix minor typos.
10891
10892 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10893
10894 * gdbint.texinfo: Complete overhaul. Group descriptions more
10895 logically, add more info on generic algorithms, remove much
10896 obsolete and/or wrong material.
10897
10898 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10899
10900 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10901
10902 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10903
10904 * refcard.tex: Copyright, address updates.
10905
10906 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10907
10908 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10909 for the edition instead of confusing GDB-version-like numbers.
10910
10911 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10912
10913 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10914
10915 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10916
10917 * LRS: Reformat a bit to keep text under 80 columns.
10918
10919 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10920
10921 * gdb.texinfo: Add some credits, mention bug monitor.
10922 * remote.texi: Mention mips monitor targets.
10923 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10924
10925 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10926
10927 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10928 files, finish sorting of host vs target vs native macros, describe
10929 some more of them.
10930
10931 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10932
10933 * gdbint.texinfo (Host Conditionals): Document change from
10934 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10935
10936 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10937
10938 * gdbint.texinfo (Host Conditionals): Document
10939 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10940
10941 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10942
10943 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10944 Document LSEEK_NOT_LINEAR.
10945
10946 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10947
10948 * stabs.texinfo (Stab Section Basics): Make it clear that only
10949 some versions of the GNU linker remove the leading N_UNDF symbol.
10950
10951 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10952
10953 * stabs.texinfo (String Field): Document type number pairs here,
10954 instead of in the Sun specific section.
10955 (Include Files): The GNU linker supports the N_BINCL
10956 optimization. Clarify the N_BINCL value, and what it is used
10957 for.
10958 (Procedures): Document N_FUN with an empty string to mark the end
10959 of a function.
10960 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10961 (Sun Differences): Remove this node, as the information is now
10962 elsewhere in the main document.
10963 (Stab Section Basics): Mention that the GNU linker may optimize
10964 stabs and remove the leading N_UNDF symbol.
10965
10966 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10967
10968 * gdb.texinfo, refcard.tex: Restore author credit
10969
10970 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10971
10972 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10973 documentation to account for START and END macros taking
10974 one arg.
10975
10976 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10977
10978 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10979 * gdb.texinfo (Frames): Fix typo.
10980
10981 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10982
10983 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10984 a target_signal as arg type, not a pid.
10985
10986 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10987
10988 * gdb.texinfo: Document `set assembly-language'.
10989
10990 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10991
10992 * remote.texi: Update list of stubs in the GDB distribution.
10993
10994 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10995
10996 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10997 Also document that some systems can use mmalloc but must define
10998 this if their C runtime allocates memory that is later freed.
10999 (MMCHECK_FORCE): Document new macro.
11000
11001 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
11002
11003 * remote.texi: Add documentation for target Sparclet.
11004
11005 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11006
11007 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11008 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11009 * configure.in: Rewritten for autoconf.
11010 * configure: New.
11011
11012 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
11013
11014 * Makefile.in (DVIPS): New define, set to dvips.
11015 (dvi): Add stabs.dvi.
11016 (ps): New target.
11017 (all-doc): Depend on info, dvi, and ps targets.
11018 (STAGESTUFF): Add *.ps and *.dvi files.
11019 (clean-info, clean-dvi): Remove.
11020 (mostlyclean): Does not depend upon clean-info or clean-dvi,
11021 rules completely rewritten.
11022 (maintainer-clean): Remove clean-info and clean-dvi
11023 dependencies and put their actions in the rules.
11024 (gdb.ps): New target
11025 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11026 intermediate TeX files, whether they have 2 or 3 character
11027 extensions.
11028 (gdbint.ps): Add target and rules.
11029 (gdb-internals): Delete unused target.
11030 (Makefile): Depends upon config.status also.
11031
11032 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
11033
11034 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11035 set.
11036
11037 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
11038
11039 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11040 * gdb.texinfo (Expressions): Fix erroneous array constant example.
11041
11042 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
11043
11044 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11045
11046 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11047
11048 * gdb.texinfo (Print settings): Document
11049 `set/show print static-members' commands.
11050
11051 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
11052
11053 * gdbint.texinfo (Native): Document name change, coredep.c to
11054 core-aout.c.
11055
11056 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
11057
11058 * stabs.texinfo (Include Files): Document the values the SunOS4
11059 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11060
11061 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
11062
11063 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11064 Fix typo.
11065
11066 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
11067
11068 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11069 "gdb.tar.Z".
11070
11071 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
11072
11073 * Makefile.in (maintainer-clean): New target, synonym for
11074 realclean.
11075
11076 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
11077
11078 * Update all FSF addresses except those in COPYING* files.
11079
11080 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11081
11082 From Richard Earnshaw (rearnsha@armltd.co.uk):
11083 * gdb.texinfo (convenience variables): Document $_exitcode.
11084 (quit): Document optional expression to use as exit code.
11085
11086 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
11087
11088 * gdb.texinfo, remote.texi: Brought up to date with various
11089 GDB changes.
11090
11091 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
11092
11093 * gdb.texinfo: Update dates and versions, fix comments about
11094 hardware watchpoints in future releases and about the
11095 sharedlibrary command.
11096
11097 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11098
11099 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
11100 C_FUN stab. Other cleanups.
11101
11102 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11105 for the sparc stub.
11106
11107 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11108
11109 * annotate.texi: Clarify which addresses have differing formats
11110 depending on the language and which do not.
11111
11112 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11113
11114 * remote.texi (NetWare): Changed example to use BOARD= instead of
11115 NODE= argument to reflect correspoding change to gdbserve.nlm.
11116
11117 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11118
11119 * stabs.texinfo (Negative Type Numbers): Mention the fact that
11120 GDB, as well as AIX dbx, supports the size type attribute.
11121
11122 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11123
11124 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11125
11126 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
11127
11128 * gdb.texinfo (Define): Document $arg0... arguments to commands,
11129 and new 'if' and 'while' commands.
11130
11131 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
11132
11133 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
11134
11135 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11136
11137 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11138 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11139 NetWare targets. Mostly stolen from the Server node.
11140
11141 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11142
11143 * gdb.texinfo (Setting): Talk about the language of a source file
11144 versus the working language. The old documentation did not match
11145 what GDB did.
11146
11147 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11148
11149 * stabs.texinfo (Source Files): Document N_SO used to mark the end
11150 of a source file.
11151
11152 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11153
11154 * gdb.texinfo (Processes): New node.
11155
11156 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
11157
11158 * remote.texi: Update documentation of set/show mipsfpu.
11159
11160 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
11161
11162 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11163 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11164
11165 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
11166
11167 * gdbint.texinfo: Removed mentions of some incorrectly placed and
11168 obsolete conditionals, described some others.
11169
11170 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11171
11172 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11173 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11174
11175 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
11176
11177 * gdbint.texinfo: Put regex conditionals in their own table.
11178
11179 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11180
11181 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11182 described or fixed the descriptions of many others.
11183
11184 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11185
11186 * gdb.texinfo: Add some more credits.
11187 * gdbint.texinfo: Capitalize GDB consistently, describe some
11188 macros and remove some.
11189
11190 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11191
11192 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11193 obsolete conditionals, described some others.
11194
11195 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11196
11197 * gdb.texinfo (help targets): Changed to `help target', which
11198 is the correct gdb command.
11199
11200 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11201
11202 * annotate.texi (TODO): New node, for keeping track of annotations
11203 suggested but not yet implemented.
11204
11205 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11206
11207 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11208 another symbol, it is not the address itself.
11209
11210 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11211
11212 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11213 of stabs-in-coff sections.
11214
11215 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11216
11217 * annotate.texi: Change edition to 0.5 and date to May 1994.
11218 Add index.
11219 (Frames): New node, for frame annotation.
11220 (Displays): New node, for display annotation.
11221
11222 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11223 when waiting for your program to stop.
11224
11225 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11226
11227 * annotate.texi (Breakpoint Info): Document annotation of header
11228 fields and record annotation.
11229
11230 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11231
11232 * annotate.texi: New file, to document annotations.
11233
11234 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11235
11236 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11237 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11238
11239 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11240
11241 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11242 section, and say n_strx field is compilation unit relative.
11243 * stabs.texinfo: Don't use @code for a.out when it is the name of
11244 an object file format.
11245
11246 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11247
11248 * gdb.texinfo: Refer to file names, not path names, per rms
11249 convention.
11250 (Arguments): Fix typo.
11251
11252 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11253
11254 * stabs.texinfo (Global Variables): Talk about stabs in files
11255 where variables are referenced, but not defined.
11256
11257 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11258
11259 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11260 Cplusplus to new nodes Member Type Descriptor and Method Type
11261 Descriptor. Re-write stuff for #.
11262
11263 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11264
11265 * gdb.texinfo (Print Settings): Don't document "set print
11266 fast-symbolic-addr off". The bug which it worked around was fixed
11267 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11268
11269 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11270 N_ENTRY node.
11271
11272 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11273
11274 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11275
11276 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11277 references to ieee-float.c.
11278
11279 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11280
11281 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11282 match what the code actually does.
11283
11284 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11285
11286 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11287
11288 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11289
11290 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11291 i, and b.
11292
11293 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11294
11295 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11296 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11297 as "stabs in sections" rather than just saying "ELF and SOM".
11298 Also make that stuff apply to COFF.
11299
11300 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11301
11302 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11303 Ghostscript.
11304
11305 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11306
11307 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11308 versus functions without line numbers, also mention stepping into
11309 them as well as "step" when you are in them. Tell the user how to
11310 deal with the situation. Add comment about "debugging information".
11311
11312 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11313
11314 * stabs.texinfo (Enumerations): Document restriction on where
11315 enumeration types can appear and still win with GDB.
11316
11317 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11318
11319 * stabs.texinfo (Negative Type Numbers): Document format for type
11320 -16.
11321
11322 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11323
11324 * gdb.texinfo (Selection, Frame Info): Update information about
11325 arbitrary frame specficiations.
11326
11327 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11328
11329 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11330
11331 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11332
11333 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11334
11335 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11336
11337 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11338
11339 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11340
11341 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11342 Differences node to Statics node.
11343 (Statics): Discuss XCOFF use of V symbol descriptor.
11344
11345 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11346 not clean.
11347
11348 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11349
11350 * gdb.texinfo (Print Settings): Document `set print
11351 fast-symbolic-addr' and improve the doc for some other
11352 `set print's.
11353
11354 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11355
11356 * stabs.texinfo (String Field): Talk about defining several type
11357 numbers at once.
11358 Fix lint regarding changing node ELF Transformations to
11359 ELF and SOM Transformations.
11360
11361 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11362
11363 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11364
11365 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11366
11367 * stabs.texinfo (Cross-References): `::' is for nested types only
11368 within <>.
11369 (Structures): Document static members.
11370
11371 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11372
11373 * stabs.texinfo: Document S type attribute.
11374
11375 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11376
11377 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11378
11379 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11380
11381 * gdbint.texinfo: Fix a few typos.
11382
11383 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11384
11385 * gdb.texinfo, remote.texi: formatting improvements
11386
11387 * gdb.texinfo (New Features): mention threads.
11388 (Summary, C): fix xrefs in newly contributed text.
11389 (Threads): index entries, clarifications, example
11390 (passim): minor typos fixed, phrasing improvements
11391
11392 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11393 entries; (Server): explain use of gdbserver w/real-time systems,
11394 add example of conflicting TCP port; (MIPS Remote) break up
11395 running text into table, highlighting commands, and add example.
11396
11397 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11398
11399 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11400
11401 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11402
11403 * stabs.texinfo (Nested Symbols): New node.
11404 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11405
11406 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11407
11408 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11409 to picking which Bbss.bss symbol to use, and (because there seems to
11410 be no good way of doing it) re-write some of the text to make it
11411 sound like Bbss.bss isn't such a great idea after all (as currently
11412 designed).
11413
11414 * gdb.texinfo (C): In addition to saying people have to use g++ for
11415 good results, say they have to use stabs. Specifically say cfront
11416 doesn't work well.
11417 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11418 the gdb README. Add xrefs to places where the support for the various
11419 languages is described in detail.
11420
11421 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11422
11423 * stabs.texinfo: Clean up stuff about visibility and virtual
11424 characters.
11425
11426 * stabs.texinfo (N_M2C): Cite Sun doc.
11427
11428 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11429
11430 * gdb.texinfo: updates re threads.
11431 * remote.texinfo: avoid index entries starting with digits.
11432
11433 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11434
11435 * stabs.texinfo (Enumerations): Talk about large, negative and
11436 octal values. Clean up cross reference to type attributes.
11437 (String Field): Say that GDB 4.11 supports size attribute.
11438
11439 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11440
11441 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11442 is a mandatory step. Make the stuff about that more concise.
11443
11444 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11445
11446 * stabs.texinfo (Class Names): New node.
11447
11448 * gdb.texinfo (Command Files): Explain order of init file reading.
11449
11450 * remote.texi (Bootstrapping): Talk about getting the serial driver
11451 to deal with ^C sent by gdb to stop the remote system.
11452
11453 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11454
11455 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11456
11457 * libgdb.texinfo (Defining Commands): made the DOC arg
11458 to gdb_define_app_command a char * instead of char **
11459 per a suggestion from kingdon.
11460
11461 * libgdb.texinfo: total rewrite from a different starting
11462 premise.
11463
11464 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11465
11466 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11467 floats passed as doubles (to improve clarity).
11468
11469 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11470
11471 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11472
11473 * a4rc.sed: update to work with Andreas Vogel papersize params
11474
11475 * refcard.tex: use Andreas Vogel simplifications of papersize
11476 params; remove useless version info; update copyright date.
11477
11478 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11479
11480 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11481
11482 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11483
11484 * gdb.texinfo (Files): Say what address the load command loads it at.
11485
11486 * stabs.texinfo (Common Blocks): Minor cleanups.
11487
11488 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11489 that Sun has backed away from the linker kludge and thus the relevant
11490 issue is changes to the SunPRO tools, not the Solaris linker.
11491
11492 * stabs.texinfo (Traditional Integer Types): Clean up description
11493 of octal bounds a little bit. Document extra leading zeroes.
11494
11495 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11496
11497 * gdb.texinfo (Signaling): Update for symbolic symbol names
11498 and add a section explaining the difference between the GDB
11499 signal command and the shell kill utility.
11500
11501 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11502
11503 * libgdb.texinfo: added `@' to braces that were unescaped.
11504
11505 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11506
11507 * libgdb.texinfo: new file. Spec for the gdb library.
11508
11509 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11510
11511 * stabs.texinfo (Include Files): Fix typo (start -> end).
11512
11513 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11514
11515 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11516 from Melissa at FSF's editing pass.
11517
11518 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11519
11520 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11521 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11522 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11523
11524 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11525
11526 * remote.texi (Bootstrapping): Discuss 386 call gates.
11527
11528 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11529
11530 * stabs.texinfo (Based Variables): New node.
11531
11532 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11533
11534 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11535 names, sizes, and formats to suggest how not to lose.
11536
11537 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11538
11539 * stabs.texinfo (Methods): Fix typo.
11540
11541 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11542
11543 * gdb.texinfo: Fix a few typos.
11544
11545 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11546
11547 * gdb.texinfo: Clarify how well it works with Fortran.
11548
11549 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11550 More on relocating stabs in ELF files.
11551
11552 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11553
11554 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11555
11556 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11557
11558 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11559 parameters on VAX.
11560
11561 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11562
11563 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11564
11565 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11566
11567 * stabs.texinfo: Make info author notice match the TeX author notice.
11568
11569 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11570
11571 * stabs.texinfo: Initial-caps all words in node names and
11572 non-trivial words in section names.
11573
11574 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11575
11576 * stabs.texinfo: Many minor cleanups.
11577
11578 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11579
11580 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11581
11582 * stabs.texinfo: Remove full description of big example.
11583 It's not really helpful; just use pieces of it where appropriate.
11584 Add more Texinfo formatting directives (@samp, etc.).
11585 Use @deffn to define stab types.
11586 Eliminate some wordiness. Break up some nodes.
11587 Add an (alphabetized) index of symbol types.
11588 Use consistent capitalization style in node and section names.
11589
11590 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11591
11592 * gdb.texinfo: Change typo "Two two" to "The two".
11593
11594 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11595
11596 * stabs.texinfo (XCOFF-differences): Remove references to
11597 non-existent types N_DECL and N_RPSYM.
11598
11599 * stabs.texinfo (String Field): Say that type attributes bug is
11600 fixed in GDB 4.10, since it is.
11601
11602 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11603
11604 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11605
11606 * stabs.texinfo: Formatting cleanups.
11607
11608 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11609
11610 * stabs.texinfo: When explaining the n_type of a stab, standardize
11611 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11612 no tabs, use @r).
11613 (Global Variables): Clean up.
11614
11615 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11616
11617 * stabs.texinfo (Stack Variables): Re-write.
11618
11619 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11620
11621 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11622 addresses of a source file. Also revise formatting.
11623 Change "object module" or "object file" to "source file".
11624 Various: Miscellaneous cleanups.
11625
11626 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11627
11628 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11629
11630 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11631
11632 * gdbint.texinfo: Removed many nonsensical machine-collected
11633 host and target conditionals, described some of the remainder.
11634
11635 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11636
11637 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11638
11639 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11640 paragraph which follows.
11641
11642 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11643 variables. Looks better and avoids overful hbox.
11644
11645 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11646
11647 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11648
11649 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11650
11651 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11652 retransmit-timeout
11653
11654 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11655
11656 * gdbint.texinfo: Update statement about `some ancient Unix
11657 systems, like Ultrix 4.0' to Ultrix 4.2.
11658
11659 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11660
11661 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11662
11663 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11664
11665 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11666 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11667
11668 * remote.texi: new name for former gdbinv-s.texi
11669
11670 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11671
11672 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11673
11674 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11675 variables for MIPS remote debugging protocol.
11676
11677 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11678
11679 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11680
11681 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11682
11683 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11684
11685 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11686
11687 * gdb.texinfo: repair conditional bugs in text markup
11688
11689 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11690
11691 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11692 to select Modula-2 material.
11693
11694 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11695
11696 * stabs.texinfo: Cleanups regarding statics.
11697
11698 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11699 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11700
11701 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11702
11703 * stabs.texinfo: N_MAIN is sometimes used for C.
11704
11705 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11706
11707 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11708
11709 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11710
11711 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11712 removed from the code by Kingdon.
11713
11714 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11715
11716 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11717 input when evaluating breakpoint conditions; the bug has been fixed.
11718
11719 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11720 sets the ignore count to N-1, not to N.
11721
11722 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11723
11724 * refcard.tex (\hoffset): correct longstanding error to match
11725 intended offset; avoids cutting off edge on some printers
11726
11727 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11728
11729 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11730
11731 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11732
11733 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11734
11735 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11736
11737 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11738 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11739 collect sed edits if any, apply to refcard before formatting;
11740 (refcard.ps) stop implying PS fonts if PS output requested;
11741 (lrefcard.ps) delete extra target for variant PS fonts
11742
11743 * refcard.tex: parametrize papersize dependent info, collect
11744 in easily replaced spot
11745
11746 * a4rc.sed: new file, edits to refcard for A4 paper
11747
11748 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11749
11750 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11751
11752 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11753
11754 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11755
11756 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11757
11758 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11759 politely rather than rudely.
11760
11761 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11762
11763 * stabs.texinfo: Document common blocks.
11764
11765 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11766
11767 * stabs.texinfo: Add some basic info about stabs-in-elf.
11768
11769 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11770
11771 * stabs.texinfo (Top): Minor cleanup.
11772
11773 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11774
11775 * Makefile.in (install-info): remove parentdir support
11776
11777 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11778
11779 * gdb.texinfo (Copying): delete this node and references to it;
11780 RMS says this manual need not carry GPL. (passim): Improvements
11781 from last round at FSF, largely due to Ian Taylor review, and
11782 minor formatting improvements.
11783
11784 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11785 largely due to Ian Taylor review. (Debug Session): minor edits to
11786 new text.
11787
11788 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11789
11790 * Makefile.in (realclean): Remove info and dvi files too.
11791
11792 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11793
11794 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11795 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11796 * gdb.texinfo: Change accordingly.
11797
11798 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11799 N_{L,R}BRAC,N_SLINE are relative to.
11800
11801 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11802
11803 * Makefile.in (GDBvn.texi): Update atomically.
11804
11805 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11806
11807 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11808
11809 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11810
11811 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11812 addresses together. Also motivate the set print symbol-filename
11813 command and suggest other solutions.
11814
11815 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11816
11817 * gdb.texinfo (set print elements): Note that the number of
11818 elements is set to unlimited by "set print elements 0".
11819
11820 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11821
11822 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11823 NF_LDOUBLE means.
11824 (Stab Types): Include Solaris stab types.
11825 (Procedures): Document Solaris extensions.
11826
11827 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11828
11829 * gdb.texinfo: Add `set print symbol-filename' doc.
11830
11831 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11832
11833 * stabs.texinfo (Arrays): Talk about type definition vs. type
11834 information.
11835
11836 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11837 the trailing semicolon.
11838
11839 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11840
11841 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11842 and merge in other parts of the document addressing these subjects.
11843 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11844
11845 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11846 at the end of a range type.
11847
11848 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11849 AIX extensions.
11850
11851 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11852
11853 * stabs.texinfo (Stabs Format): Misc fixes.
11854
11855 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11856
11857 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11858 (Traditional builtin types): Document convex convention for long long.
11859 (Negative builtin types): Discuss type names, and misc fixes.
11860
11861 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11862
11863 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11864 point types used with @samp{R} type descriptor.
11865 (Symbol Descriptors): Describe how to handle conflict between
11866 different meanings of @samp{P} symbol descriptor.
11867
11868 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11869
11870 * stabs.texinfo: Remove node Quick Reference and put its children
11871 directly under the main menu.
11872
11873 * stabs.texinfo: Many more changes to bring it into line with
11874 AIX documentation and reality. I think it now has all the
11875 information from the AIX documentation, except that I burned
11876 out when I got to variant records (Pascal and Modula-2) and
11877 all the COBOL types. Oh well, we can add them later when we're
11878 worrying more about those languages.
11879
11880 * stabs.texinfo (Automatic variables): Talk about what it means
11881 to omit the symbol descriptor.
11882
11883 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11884
11885 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11886 gcc2 behavior with promoted args.
11887
11888 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11889
11890 * gdb.texinfo: include readline appendices in info version of manual
11891
11892 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11893
11894 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11895 target remote.
11896
11897 * gdb.texinfo (Machine Code): more index entries for disassemble
11898
11899 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11900
11901 * Clarify the intended use of the gdb-testers and gdb-patches
11902 mailing lists, and shrink gzip comment.
11903
11904 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11905
11906 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11907 DOSHOST configuration of manual.
11908
11909 * gdb.texinfo (MIPS Stack): new node.
11910
11911 * all-config.texi (MIPS) new switch.
11912
11913 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11914 tense; (MIPS Remote) new node.
11915
11916 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11917 bug; (Environment) less passive, other small cleanups in text about
11918 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11919 (Remote) new MIPS Remote menu entry.
11920
11921 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11922
11923 * stabs.texinfo: Many changes to include information from the
11924 AIX documentation.
11925
11926 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11927
11928 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11929
11930 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11931 Move a bunch of information from ../README.
11932 (Getting Started): New node.
11933
11934 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11935
11936 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11937
11938 * gdb.texinfo: advance manual revision dates to present
11939
11940 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11941 stop using silly Roman numerals in @set variable names
11942
11943 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11944
11945 * stabs.texinfo (Parameters): Keep trying to get this right.
11946
11947 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11948
11949 * stabs.texinfo (Parameters): More on "local parameters".
11950
11951 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11952
11953 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11954
11955 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11956
11957 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11958 (Parameters): Rewrite.
11959 (xcoff-differences, Sun-differences): Minor changes.
11960
11961 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11962
11963 * stabs.texinfo: Minor cleanup.
11964
11965 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11966
11967 * gdbint.texinfo: Minor xcoff stuff.
11968
11969 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11970
11971 * gdbint.texinfo: Update for new config directory structure.
11972 Add info about internal type data structures.
11973
11974 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11975
11976 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11977 $(srcdir).
11978 (gdb-config.texi): Depend on file in $(srcdir).
11979
11980 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11981
11982 * stabs.texinfo: Fixes about N_SO.
11983
11984 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11985
11986 * gdb.texinfo: include list of nonstandard init file names
11987
11988 * *-config.texi: new switch GENERIC for text that applies *only*
11989 to (usual) multiple-target version of manual
11990
11991 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11992 h8 config
11993
11994 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11995 in menus (rather than conditionally selected multiple alternative
11996 menus).
11997
11998 * Makefile.in: define and use DOC_CONFIG var to select
11999 configuration for GDB user manual.
12000
12001 * gdb-config.texi: delete from repository, generate from Makefile.
12002
12003 * all-config.texi: normal `generic' configuration file, formerly
12004 stored as gdb-config.texi
12005
12006 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
12007
12008 * Makefile.in: add dvi target to build all .dvi files
12009
12010 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12011
12012 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12013
12014 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
12015
12016 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12017 host conditionals.
12018 * stabs.texinfo: More array fixes inspired by Jim's.
12019
12020 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
12021
12022 * stabs.texinfo: Fixes re arrays and continuations.
12023
12024 * gdbint.texinfo: Add XCOFF node.
12025
12026 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
12027
12028 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
12029
12030 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
12031
12032 * stabs.texinfo: Fix for array types to mention lower bounds.
12033
12034 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
12035
12036 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
12037
12038 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
12039
12040 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
12041
12042 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
12043
12044 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
12045 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12046
12047 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
12048
12049 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
12050
12051 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12052
12053 * gdb.texinfo, gdbinv-s.texi: misc updates
12054
12055 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
12056
12057 * gdbint.texinfo: Brief documentation for longjmp support,
12058 from an email msg by Stu.
12059
12060 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
12061
12062 * stabs.texinfo: Fix description of floating point "range"
12063 types (which really define basic types). Reported by Jim Meehan,
12064 <meehan@src.dec.com>.
12065
12066 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12067
12068 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
12069
12070 * gdbint.texinfo: Slightly expand section on supporting a new
12071 object file format.
12072
12073 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
12074
12075 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
12076 intermediate file.
12077
12078 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12079
12080 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12081
12082 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
12083
12084 * gdbinv-s.texi: z8000 simulator target name is just "sim"
12085
12086 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
12087 as well as Z8002.
12088
12089 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
12090
12091 * gdbint.texinfo: Add sections on clean design and on how to send
12092 in changes.
12093
12094 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
12095
12096 * gdbint.texinfo: Add how to declare the result of make_cleanup.
12097
12098 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
12099
12100 * gdb.texinfo: Fix typo, reported by Karl Berry.
12101
12102 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
12103
12104 * gdb.texinfo: Add opcodes dir to GDB distribution description.
12105
12106 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12107
12108 * gdbint.texinfo: fixed a stray email address (needs @@),
12109 added @table @code to node "Native Conditionals"
12110
12111 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
12112
12113 * gdbint.texinfo: Describe coding style of GDB.
12114
12115 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
12116
12117 * stabs.texinfo: Minor wording changes.
12118
12119 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
12120
12121 * gdbint.texinfo: Improve release doc slightly.
12122
12123 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
12124
12125 * gdbint.texinfo: Improve doc of GDB config macros.
12126
12127 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
12128
12129 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
12130 These will be reinserted when examined.
12131
12132 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
12133
12134 * gdbint.texinfo: Make a start at documenting all the #if macros
12135 in GDB. At least list them all, and start separating them into
12136 host-specific and target-specific.
12137
12138 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12139
12140 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12141 examples (not consistent w others).
12142 gdb.texinfo: issue disclaimer paragraph on cmdline options only
12143 for generic vn of doc
12144
12145 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
12146
12147 * Makefile.in: always create installation directories.
12148
12149 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12150
12151 * gdb.texinfo: in h8 config, do not describe searching commands.
12152
12153 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12154
12155 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12156 conditionals; introduce a few generic switches that may be
12157 useful for other cross-dev or dos-hosted configs.
12158
12159 * gdb.texinfo: fix typo in "info reg" description
12160
12161 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
12162
12163 * stabs.texinfo: Minor updates from running TeX over it.
12164 * Makefile.in (stabs.dvi, stabs.ps): Add.
12165
12166 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
12167
12168 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
12169 First pass at converting it to texinfo.
12170
12171 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
12172
12173 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
12174 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
12175
12176 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12177
12178 * gdbint.texinfo: Add section on partial symbol tables.
12179
12180 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12181
12182 * gdb.texinfo: document `set remotedebug' and `set
12183 rstack_high_address'.
12184
12185 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12186
12187 * gdb.texinfo: slight expansion of new text on reading info files
12188 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12189 H8/300 from DOS.
12190
12191 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12192
12193 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12194
12195 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12196
12197 * gdb.texinfo: Say how to read the `info' files.
12198
12199 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12200
12201 * Makefile.in: gm4 -> m4.
12202
12203 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12204
12205 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12206 Documentation' ahead of `Installing GDB' to match README.
12207 Update shared library doc, -readnow and -mapped, and directory
12208 structure (add glob and mmalloc). Update configure doc.
12209
12210 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12211
12212 * Makefile.in: remove $(srcdir) from gdb.info rule.
12213
12214 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12215
12216 * Makefile.in: commented out gdb-all.texinfo rule. This is
12217 temporary.
12218
12219 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12220
12221 * Makefile.in, configure.in: removed traces of namesubdir,
12222 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12223 copyrights to '92, '13, changed some from Cygnus to FSF.
12224
12225 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12226
12227 * gdb.texinfo: Improve how we ask for bug reports.
12228
12229 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12230
12231 * Makefile.in: infodir belongs in datadir.
12232
12233 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12234
12235 * Makefile.in: remove spaces following hyphens, bsd make can't
12236 cope. install using INSTALL_DATA. added clean-info. added
12237 standards.text support.
12238
12239 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12240
12241 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12242 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12243 and mandir now keyed off datadir by default.
12244
12245 \f
12246 Local Variables:
12247 mode: change-log
12248 left-margin: 8
12249 fill-column: 74
12250 version-control: never
12251 coding: utf-8
12252 End:
This page took 0.270953 seconds and 3 git commands to generate.