Add new_inferior, inferior_deleted, and new_thread events
[binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-09-11 Tom Tromey <tom@tromey.com>
2
3 * python.texi (Events In Python): Document new events.
4
5 2017-09-04 Pedro Alves <palves@redhat.com>
6
7 * gdb.texinfo (Variables) <Program Variables>: Document inspecting
8 no-debug-info variables.
9 (Symbols) <Examining the Symbol Table>: Document inspecting
10 no-debug-info types.
11 (Calling) <Calling functions with no debug info>: New subsection,
12 documenting calling no-debug-info functions.
13 (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
14
15 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
16
17 * gdb.texinfo (set environment): Add @anchor. Explain that
18 environment variables set by the user are sent to GDBserver.
19 (unset environment): Likewise, but for unsetting variables.
20 (Connecting) <Remote Packet>: Add "environment-hex-encoded",
21 "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
22 "environment-reset" and "QEnvironmentReset" to the table.
23 (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
24 QEnvironmentReset>: New item, explaining the packet.
25
26 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * gdb.texinfo (Compiling and Injecting Code): Add to subsection
29 "Compiler search for the compile command" descriptions of set
30 compile-gcc and show compile-gcc.
31
32 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
33
34 * gdb.texinfo (Architectures): Add new Sparc64 section to document
35 ADI support.
36 * NEWS: Add "adi examine" and "adi assign" commands.
37
38 2017-08-18 Yao Qi <yao.qi@linaro.org>
39
40 * gdb.texinfo (Server): Document "--selftest".
41
42 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
43
44 * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
45 Single-Key mode.
46
47 2017-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
48
49 PR gdb/21925
50 * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
51 set...").
52
53 2017-08-09 Simon Marchi <simon.marchi@ericsson.com>
54
55 * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
56 conditional expression.
57
58 2017-07-31 Simon Marchi <simon.marchi@ericsson.com>
59
60 * agentexpr.texi (rot): Fix symbolic description, improve
61 textual description.
62
63 2017-07-26 Yao Qi <yao.qi@linaro.org>
64
65 * gdb.texinfo (Maintenance Commands): Document command
66 "maint check xml-descriptions".
67
68 2017-07-26 Yao Qi <yao.qi@linaro.org>
69
70 * gdb.texinfo (Maintenance Commands): Document optional
71 argument of "maint print c-tdesc".
72
73 2017-07-18 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.texinfo (Maintenance Commands): Improve the doc to
76 command "maint print c-tdesc".
77
78 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
79
80 PR gdb/21606
81 * python.texi (Python representation of Symbols.): Replace
82 SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
83 * guile.texi (Guile representation of Symbols.): Likewise.
84
85 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
86
87 * gdb.texinfo (Optional Messages about Internal Happenings):
88 Document {set,show} debug separate-debug-file commands.
89
90 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
93 (Connecting) <Remote Packet>: Add "startup-with-shell"
94 and "QStartupWithShell" to the table.
95 (Remote Protocol) <QStartupWithShell>: New item, explaining the
96 packet.
97
98 2017-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
101
102 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
103
104 * python.texi (Recording in Python): Factor out the documentation of
105 gdb.RecordInstruction's super class.
106
107 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
108
109 * python.texi (Recording in Python): Replace gdb.BtraceFunction with
110 gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
111 prev and next.
112
113 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
114
115 * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
116 gdb.RecordInstruction
117
118 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
119
120 * python.texi (Recording in Python): Add documentation for
121 gdb.RecordGap and remove documentation of special cases for
122 gdb.BtraceInstruction.
123
124 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
125
126 * python.texi (Recording in Python): Remove Record.ptid defvar.
127
128 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
129
130 * gdb.texinfo (GDB/MI Thread Information): Add missing
131 fields, re-word some things.
132 (GDB/MI Thread Commands): Describe fields found in the output of
133 -thread-info, remove description of fields in the
134 thread output tuple, replace with a cross-reference to "GDB/MI
135 Thread Information".
136
137 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
138
139 * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
140 from -thread-info output.
141
142 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
143
144 * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
145
146 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
147
148 * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
149
150 2017-03-22 Yao Qi <yao.qi@linaro.org>
151
152 * python.texi (Inferiors In Python): Remove @code from Python.
153
154 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
155
156 * python.texi (Recordings In Python): Document return type of
157 gdb.BtraceInstruction.data.
158
159 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
160
161 * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
162 command file-list-shared-libraries
163 (GDB/MI Async Records): Update documentation of library-loaded with new
164 field.
165
166 2017-03-16 Doug Evans <dje@google.com>
167
168 * guile.texi (Lazy Strings In Guile): Mention arrays.
169 * python.texi (Lazy Strings In Python): Ditto.
170
171 2017-03-08 Jiong Wang <jiong.wang@arm.com>
172
173 * gdb.texinfo (Memory Protection Extensions): Add missing escape
174 character "@".
175
176 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
177
178 * Memory Protection Extensions: Add information about inferior
179 calls.
180
181 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
184 DW_TAG_GNU_* and DW_AT_GNU_*.
185
186 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
187
188 * python.texi (Recordings In Python): New section.
189
190 2017-02-14 Tom Tromey <tom@tromey.com>
191
192 PR python/13598:
193 * python.texi (Events In Python): Document events.before_prompt.
194
195 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
196
197 * gdb.texinfo (Target Commands): Document the optional offset
198 argument for the load command.
199
200 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
201
202 PR gdb/21122
203 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
204 space-separated breakpoint lists. Also add a missing @table command
205 and @cindex for breakpoint lists.
206
207 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
208
209 PR tdep/20936
210 * gdb.texinfo: (Standard Target Features): Document SPARC features.
211 (Sparc Features): New node.
212
213 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
214
215 * gdb.texinfo (i386 Features): Add system segment registers
216 as feature.
217
218 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
219
220 * python.texi (Events In Python): Fix typo.
221
222 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
223 Luis Machado <lgustavo@codesourcery.com>
224
225 * gdb.texinfo (-target-flash-erase): New MI command description.
226 (flash-erase): New CLI command description.
227
228 2017-01-04 John Baldwin <jhb@FreeBSD.org>
229
230 * gdb.texinfo (Contributors): Add SRI International and University
231 of Cambridge for FreeBSD/mips.
232
233 2016-12-22 Doug Evans <xdje42@gmail.com>
234
235 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
236 commands.
237
238 2016-12-02 Pedro Alves <palves@redhat.com>
239
240 * gdb.texinfo (User-defined Commands): Limit on number of
241 arguments passed to user-defined commands removed; update.
242
243 2016-12-02 Pedro Alves <palves@redhat.com>
244
245 PR cli/20559
246 * gdb.texinfo (Define): Add example of using "eval" to process a
247 variable number of arguments.
248 (Output) <eval>: Add anchor.
249
250 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
251
252 * Makefile.in: Likewise.
253
254 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
255
256 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
257 xref.
258
259 2016-10-29 Pedro Alves <palves@redhat.com>
260
261 * gdb.texinfo (Packets) <vCont>: Remove mention of default
262 actions.
263
264 2016-10-26 Pedro Alves <palves@redhat.com>
265
266 * gdb.texinfo (Packets): Clarify vCont packets with multiple
267 actions that match a thread, and what happens when an action
268 matches a thread that is already running.
269
270 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
271
272 * gdb.texinfo (Using Trace Files): Fix typo.
273 (GDB/MI Tracepoint Commands): Likewise.
274
275 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
276
277 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
278 of -trace-save.
279
280 2016-10-06 Tom Tromey <tom@tromey.com>
281
282 * guile.texi (Types In Guile): Remove Java mentions.
283 * python.texi (Types In Python): Remove Java mentions.
284 * gdb.texinfo (Address Locations, Supported Languages)
285 (Index Section Format): Remove Java mentions.
286
287 2016-08-15 Doug Evans <dje@google.com>
288
289 * gdb.texinfo (Target Description Format): Update docs on "end"
290 field spec and field default type.
291
292 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
293 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
294
295 PR gdb/20487
296 * gdb.texinfo (Context management): Update mention of frame
297 change notifications.
298 (gdb/mi Async Records): Document frame field in
299 =thread-select event.
300 * observer.texi (GDB Observers): New user_selected_context_changed
301 observer.
302
303 2016-09-28 Tom Tromey <tom@tromey.com>
304
305 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
306 than "memory breakpoint". Further document "kind". Move
307 protocol-details link earlier.
308 <z1>: Document the cmd_list argument. Fix typo.
309 <g>: Remove incorrect sentence.
310 (Stop Reply Packets): Document "OK" response to requests when in
311 non-stop mode.
312 <swbreak>: Use "software breakpoint" rather than "memory
313 breakpoint".
314 <create>: Document that "R" is ignored.
315 <W, X, w>: Document formatting of "AA".
316 (Notification Packets): Use "%Stop", not "%%Stop".
317
318 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
319
320 * gdb.texinfo (Embedded Processors): Document ARC.
321 (Synopsys ARC): New section.
322 (Standard Target Features): Document ARC features.
323 (ARC Features): New section.
324
325 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
326
327 * .gitignore: New file.
328
329 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
330
331 * gdb.texinfo (Input/Output): Mention possibility to unset
332 inferior-tty.
333
334 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
335
336 * gdb.texinfo: Resume btrace on reconnect.
337
338 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
339
340 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
341 syscall.
342
343 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
344
345 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
346 command.
347
348 2016-07-13 Tom Tromey <tom@tromey.com>
349
350 PR python/15620, PR python/18620:
351 * python.texi (Events In Python): Document new breakpoint events.
352
353 2016-07-13 Tom Tromey <tom@tromey.com>
354
355 PR python/17698:
356 * python.texi (Breakpoints In Python): Document
357 Breakpoint.pending.
358
359 2016-07-13 Tom Tromey <tom@tromey.com>
360
361 * python.texi (Breakpoints In Python): Move table of types and
362 table of watchpoint types earlier in node.
363
364 2016-07-12 Tom Tromey <tom@tromey.com>
365
366 PR python/19293:
367 * python.texi (Frames In Python): Document
368 gdb.invalidate_cached_frames.
369
370 2016-06-21 Pedro Alves <palves@redhat.com>
371
372 * gdb.texinfo (Interpreters): Update intepreter-exec section,
373 document new-ui and explain use case.
374
375 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
376
377 * gdb.texinfo (Standard Target Features): Document NDS32 features.
378 (NDS32 Features): New Section.
379
380 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
381
382 * gdb.texinfo (Examining Memory): Document negative repeat
383 count in the 'x' command.
384
385 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
386
387 * gdb.texinfo (GDB/MI Async Records): Document method and
388 format fields in =record-started.
389 * observer.texi (record_changed): Add method and format
390 parameters.
391
392 2016-05-27 Eli Zaretskii <eliz@gnu.org>
393
394 * gdb.texinfo (General Query Packets): Move the description of the
395 response before the long list of the specific 'read' and 'write'
396 requests.
397
398 2016-05-23 Tom Tromey <tom@tromey.com>
399
400 * python.texi (Basic Python): Document gdb.breakpoints return.
401
402 2016-05-24 Tom Tromey <tom@tromey.com>
403
404 PR gdb/19194:
405 * gdb.texinfo (gdb man): Fix typo.
406
407 2016-05-17 Tom Tromey <tom@tromey.com>
408
409 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
410 (Rust): New node.
411
412 2016-05-17 Tom Tromey <tom@tromey.com>
413
414 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
415
416 2016-04-27 Yao Qi <yao.qi@linaro.org>
417
418 * gdb.texinfo (tfind): Complete doc about tfind without
419 argument.
420
421 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
422
423 * agentexpr.texi (byte): Fix zero_ext description.
424
425 2016-03-31 Pedro Alves <palves@redhat.com>
426
427 * gdb.texinfo (M32R/SDI): Delete node.
428 (MIPS Embedded): Remove references to the MIPS remote debugging
429 protocol, PMON and variants, and the associated commands.
430
431 2016-03-15 Doug Evans <dje@google.com>
432
433 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
434 (Target Description Format): Mention enum types. Update docs on
435 flags types.
436 (Predefined Target Types): Add "bool".
437 (Enum Target Types): New node.
438
439 2016-03-15 Pedro Alves <palves@redhat.com>
440
441 * gdb.texinfo (Tracepoint Actions): Fix typo.
442
443 2016-03-15 Pedro Alves <palves@redhat.com>
444 Andreas Arnez <arnez@linux.vnet.ibm.com>
445 Marcin Kościelnicki <koriakin@0x04.net>
446
447 * gdb.texinfo (Tracepoint Actions): Document possible
448 unreliability of '$_ret'.
449
450 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.texinfo (Symbols): Document new 'maint info line-table'
453 command.
454
455 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
456
457 * gdb.texinfo (Convenience Functions): Document $_as_string.
458
459 2016-02-23 Doug Evans <dje@google.com>
460
461 * gdb.texinfo (Skipping Over Functions and Files): Document new
462 options to "skip" command. Update docs of output of "info skip".
463
464 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
465
466 * gdb.texinfo (Signals): Add bound violation display hints for
467 a SIGSEGV.
468
469 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
470
471 * gdb.texinfo (Trace File Format): Add documentation for description
472 section lines.
473
474 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
475
476 * gdb.texinfo (Trace File Format): Remove misleading information
477 about register block ordering.
478
479 2016-02-01 Doug Evans <dje@google.com>
480
481 * gdb.texinfo (Value Sizes): Fix typo.
482
483 2016-02-01 Doug Evans <dje@google.com>
484
485 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
486
487 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.texinfo (Value Sizes): New section.
490 (Data): Add the 'Value Sizes' node to the menu.
491
492 2016-01-26 John Baldwin <jhb@FreeBSD.org>
493
494 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
495
496 2016-01-19 John Baldwin <jhb@FreeBSD.org>
497
498 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
499
500 2016-01-18 Pedro Alves <palves@redhat.com>
501
502 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
503 of the thread that hit a breakpoint or received a signal.
504
505 2016-01-15 Pedro Alves <palves@redhat.com>
506
507 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
508
509 2016-01-13 Pedro Alves <palves@redhat.com>
510
511 * gdb.texinfo (Threads): Document the $_gthread convenience
512 variable.
513 (Convenience Vars): Likewise.
514
515 2016-01-13 Pedro Alves <palves@redhat.com>
516
517 * gdb.texinfo (Threads): Document "info threads -gid".
518
519 2016-01-13 Pedro Alves <palves@redhat.com>
520
521 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
522 anchor.
523 (Threads In Python): Document new InferiorThread.global_num
524 attribute.
525
526 2016-01-07 Pedro Alves <palves@redhat.com>
527
528 * gdb.texinfo (Threads): Document per-inferior thread IDs,
529 qualified thread IDs, global thread IDs and thread ID lists.
530 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
531 thread IDs.
532 (Convenience Vars): Document the $_thread convenience variable.
533 (Ada Tasks): Adjust to refer to thread IDs.
534 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
535 Commands, GDB/MI Variable Objects): Update to mention global
536 thread IDs.
537 * guile.texi (Breakpoints In Guile)
538 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
539 global thread IDs instead of thread IDs.
540 * python.texi (Threads In Python): Adjust documentation of
541 InferiorThread.num.
542 (Breakpoint.thread): Mention global thread IDs instead of thread
543 IDs.
544
545 2016-01-13 Pedro Alves <palves@redhat.com>
546
547 * python.texi (Threads In Python): Document
548 InferiorThread.inferior.
549
550 2016-01-13 Pedro Alves <palves@redhat.com>
551
552 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
553 convenience variable.
554 (Convenience Vars): Likewise.
555
556 2016-01-12 Josh Stone <jistone@redhat.com>
557 Philippe Waroquiers <philippe.waroquiers@skynet.be>
558
559 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
560 (Stop Reply Packets): List the syscall entry and return stop reasons.
561 (General Query Packets): Describe QCatchSyscalls, and add it to the
562 table and the detailed list of stub features.
563
564 2016-01-12 Pedro Alves <palves@redhat.com>
565
566 Remove use of the registered trademark symbol throughout.
567
568 2016-01-12 Yao Qi <yao.qi@linaro.org>
569
570 * gdb.texinfo (Interrupts): Update the document on handling
571 interrupt when program is stopped.
572
573 2015-12-11 Don Breazeal <donb@codesourcery.com>
574
575 * gdb.texinfo (Forks): Correct Linux kernel version where
576 fork and exec events are supported, add notes about support
577 of these events in target remote mode.
578 (Connecting): Reorganize and clarify distinctions between
579 target remote, extended-remote, and multiprocess.
580 Reorganize related text from separate sections into new
581 sections.
582 (Server): Note effects of target extended-remote mode.
583 Delete section on Multi-Process Mode for gdbserver.
584 Move some text to "Connecting" node.
585
586 2015-12-10 Pedro Alves <palves@redhat.com>
587
588 * gdb.texinfo (Threads): Replace warning with explanation
589 about single-threaded programs.
590
591 2015-12-10 Pedro Alves <palves@redhat.com>
592
593 * gdb.texinfo (Threads): Remove mention of SGI.
594 (Forks): Remove mention of HP-UX.
595 (Breakpoints): Remove mention of HP-UX.
596 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
597 Reword in terms of architectures.
598 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
599 mention supported systems.
600 (Convenience Vars): Don't mention HP-UX.
601 (Jumping): Remove mention of HP-UX in comment.
602 (Files) <shared libraries>: Update supported shared library types
603 list. Remove mention of HP-UX.
604 (Native): Remove HP-UX subsection.
605 (SVR4 Process Information): Remove mention of HP-UX.
606
607 2015-12-10 Pedro Alves <palves@redhat.com>
608
609 * gdb.texinfo (Stack): Reorder menu.
610
611 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
612
613 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
614 -var-set-format's new zero-hexadecimal format.
615
616 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
617
618 * gdb.texinfo (Ada Mode Into): Move overloading support
619 description to its own node.
620 (Overloading support for Ada): New node.
621
622 2015-11-30 Pedro Alves <palves@redhat.com>
623
624 PR 14618
625 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
626 (Remote Configuration): Add the "set/show remote
627 no-resumed-stop-reply" to the available settings table.
628 (General Query Packets): Document the "no-resumed" qSupported
629 feature.
630
631 2015-11-30 Pedro Alves <palves@redhat.com>
632
633 * gdb.texinfo (Remote Configuration): List "set/show remote
634 thread-events" command in configuration table.
635 (Stop Reply Packets): Document "T05 create" stop
636 reason and 'w' stop reply.
637 (General Query Packets): Document QThreadEvents packet. Document
638 QThreadEvents qSupported feature.
639
640 2015-11-30 Pedro Alves <palves@redhat.com>
641
642 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
643 anchor.
644 (Packets): Document vCtrlC.
645
646 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
647
648 * gdb.texinfo (Thread List Format): Mention thread names.
649
650 2015-11-24 Pedro Alves <palves@redhat.com>
651
652 PR 17539
653 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
654 program-spaces" example to ascending order listing.
655 (Threads): Adjust "info threads" example to ascending order
656 listing.
657 (Forks): Adjust "info inferiors" example to ascending order
658 listing.
659
660 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
661
662 * gdb.texinfo (Process Record and Replay): Document "record
663 instruction-history" modifiers.
664
665 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
668 description.
669 (Frame Filter Management): Move to later in the 'Examining the
670 Stack' chapter.
671 (Selection): Add entry for 'select-frame'.
672
673 2015-09-25 Doug Evans <dje@google.com>
674
675 * gdb.texinfo (Process Record and Replay): Fix syntax of
676 "record instruction-history begin, end" and
677 "record function-call-history begin, end".
678
679 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
680
681 * gdb.texinfo (Specifying Source Directories): Fix
682 substitute-path example.
683
684 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
685
686 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
687
688 2015-09-15 Pedro Alves <palves@redhat.com>
689
690 PR remote/18965
691 * gdb.texinfo (Stop Reply Packets): Revert previous change to
692 the vforkdone description.
693
694 2015-09-15 Pedro Alves <palves@redhat.com>
695
696 PR remote/18965
697 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
698 part indicates the thread ID of the parent process.
699
700 2015-09-15 Yao Qi <yao.qi@linaro.org>
701
702 * gdb.texinfo (General Query Packets): Add vContSupported to
703 tables of 'gdbfeatures' and 'stub features' supported in the
704 qSupported packet, as well as to the list containing stub
705 feature details.
706
707 2015-09-11 Don Breazeal <donb@codesourcery.com>
708
709 * gdb.texinfo (Remote Configuration): Add exec event
710 feature to table of packet settings.
711 (Stop Reply Packets): Add exec events to the list of stop
712 reasons.
713 (General Query Packets): Add exec events to tables of
714 'gdbfeatures' and 'stub features' supported in the qSupported
715 packet, as well as to the list containing stub feature
716 details.
717
718 2015-08-24 Pedro Alves <palves@redhat.com>
719
720 * gdb.texinfo (Remote Configuration): Document the "set/show
721 remote multiprocess-extensions-packet" commands.
722
723 2015-08-24 Pedro Alves <palves@redhat.com>
724
725 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
726 <M32R>: Remove references to M32R/D.
727 <M68K>: Remove references to target dbug.
728 <MIPS Embedded>: Remove references to target r3900 and target
729 array.
730 <PowerPC Embedded>: Remove references to target dink32 and target
731 ppcbug, target sds
732 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
733
734 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
737
738 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
739
740 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
741
742 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
743
744 * gdb.texinfo (Maintenance Commands): Move documentation of "main
745 info bfds" to...
746 (File Caching): A New section. Outline bfd caching, and add new
747 description for "main set/show bfd-sharing".
748
749 2015-08-14 Doug Evans <xdje42@gmail.com>
750
751 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
752 disassembly.
753 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
754
755 2015-08-11 Keith Seitz <keiths@redhat.com>
756
757 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
758 Use "location(s)"instead of "linespec(s)".
759 (Specifying a Location): Rewrite.
760 Add subsections describing linespec, address, and explicit locations.
761 Add node/menu for each subsection.
762 (Source and Machine Code, C Preprocessor Macros)
763 (Create and Delete Trace points)
764 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
765 (Continuing at a Different Address): Remove "linespec" examples.
766 Add reference to "Specify a Location"
767 (The -break-insert Command): Rewrite. Add anchor.
768 Add reference to appropriate manual section discussing locations.
769 (The -dprintf-insert Command): Refer to -break-insert for
770 specification of 'location'.
771
772 2015-08-07 Pedro Alves <palves@redhat.com>
773
774 * gdb.texinfo (Maintenance Commands): Document "maint set/show
775 target-non-stop".
776
777 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
778
779 * gdb.texinfo (Process Record and Replay): Document prefixing of
780 speculatively executed instructions in the "record instruction-history"
781 command.
782
783 2015-07-20 Doug Evans <dje@google.com>
784
785 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
786
787 2015-07-16 Doug Evans <dje@google.com>
788
789 * stabs.texinfo: @include gdb-cfg.texi.
790
791 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 Revert the previous 2 commits:
794 gdbserver build-id attribute generator
795 Validate symbol file using build-id
796
797 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.texinfo (Files): Add 'set validate-build-id'
800 and 'show validate-build-id'.
801
802 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
803 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 gdbserver build-id attribute generator.
806 * gdb.texinfo (Library List Format for SVR4 Targets): Add
807 'build-id' in description, example, new attribute in dtd.
808
809 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.texinfo (Selection): Update documentation for 'frame'
812 command.
813
814 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
815
816 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
817 commands.
818
819 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
820
821 * gdb.texinfo (Process Record and Replay): Spell out that variables
822 and registers are not available during btrace replay.
823 Describe the new "record btrace pt" command.
824 Describe the new "set|show record btrace pt buffer-size" options.
825 (General Query Packets): Describe the new Qbtrace:pt and
826 Qbtrace-conf:pt:size packets.
827 Expand "bts" to "Branch Trace Store".
828 Update the branch trace DTD.
829
830 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
831
832 * gdb.texinfo (Command History): Document the new option
833 "history remove-duplicates".
834
835 2015-06-19 Doug Evans <dje@google.com>
836
837 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
838 longer supported.
839
840 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
841
842 * gdb.texinfo (Command History): Mention that setting
843 GDBHISTSIZE to the empty string disables history truncation.
844
845 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
846
847 PR gdb/16999
848 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
849 behavior.
850
851 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
852
853 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
854 with GDBHISTSIZE.
855
856 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
857
858 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
859 bytes and memory units for -data-{read,write}-memory-bytes.
860 (Packets): Same for m, M and X packets.
861 * python.texi (Inferiors In Python): Same for read_memory and
862 write_memory.
863
864 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
865
866 * gdb.texinfo (Separate Debug Files): Document that PE is also
867 supported.
868
869 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
872 single table entry.
873
874 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
875
876 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
877
878
879 2015-06-10 Gary Benson <gbenson@redhat.com>
880
881 * gdb.texinfo (Remote Configuration): Document the
882 "set/show remote hostio-setfs-packet" command.
883 (Host I/O Packets): Document the vFile:setfs packet.
884
885 2015-06-10 Gary Benson <gbenson@redhat.com>
886
887 * gdb.texinfo (Debugging Output): Document the "set/show debug
888 linux-namespaces" command.
889
890 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
891 Mircea Gherzan <mircea.gherzan@intel.com>
892
893 * gdb.texinfo (i386): Add documentation about "show mpx bound"
894 and "set mpx bound".
895
896 2015-05-27 Doug Evans <dje@google.com>
897
898 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
899
900 2015-05-26 Doug Evans <dje@google.com>
901
902 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
903 command renamings.
904 (Maintenance Commands): Update for DWARF "set debug" command renamings.
905
906 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
909
910 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
913 (TUI Commands): Add 'tui enable' and 'tui disable' details.
914
915 2015-05-16 Doug Evans <xdje42@gmail.com>
916
917 * guile.texi (Memory Ports in Guile): Document support for unbuffered
918 memory ports.
919
920 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
923
924 2015-05-12 Don Breazeal <donb@codesourcery.com>
925
926 * gdb.texinfo (Forks): Note that fork debugging is
927 supported in extended mode.
928 (Remote Configuration): Add fork event features to table
929 of packet settings.
930 (Stop Reply Packets): Add fork events to list of stop reasons.
931 (General Query Packets): Add fork events to tables of
932 'gdbfeatures' and 'stub features' supported in the qSupported
933 packet, as well as to the list containing stub feature
934 details.
935
936 2015-05-12 Gary Benson <gbenson@redhat.com>
937
938 * gdb.texinfo (General Query Packets): Document
939 qXfer:exec-file:read with empty annex.
940
941 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
942
943 * python.texi (Values From Inferior): Add descriptions of new
944 methods gdb.Value.reference_value and gdb.Value.const_value.
945
946 2015-05-06 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.texinfo (Files): Add "info dll" documentation.
949 (Cygwin Native): Remove "info dll" documentation.
950
951 2015-04-29 Doug Evans <dje@google.com>
952
953 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
954 Document.
955 (Writing an Xmethod): Add get_result_type to example.
956
957 2015-04-28 Sasha Smundak <asmundak@google.com>
958
959 * python.texi: New method documented.
960
961 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
964 format.
965
966 2015-04-24 Doug Evans <dje@google.com>
967
968 * python.texi (Xmethods In Python): Fix name of method to call the
969 xmethod.
970
971 2015-04-17 Gary Benson <gbenson@redhat.com>
972
973 * gdb.texinfo (Connecting to a Remote Target): Mention that
974 GDB can access program files from remote targets that support
975 qXfer:exec-file:read and Host I/O packets.
976
977 2015-04-17 Gary Benson <gbenson@redhat.com>
978
979 * gdb.texinfo (Remote Configuration): Document the "set/show
980 remote pid-to-exec-file-packet" command.
981 (General Query Packets): Document the qXfer:exec-file:read
982 qSupported features. Document the qXfer:exec-file:read packet.
983
984 2015-04-17 Gary Benson <gbenson@redhat.com>
985
986 * gdb.texinfo (set sysroot): Document that "set sysroot" also
987 applies to executable paths if supplied to GDB as absolute.
988
989 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 * gdb.texinfo (Mode Options): Remove -xdb.
992
993 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
994 Eli Zaretskii <eliz@gnu.org>
995
996 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
997 compile, show debug compile. New subsection Compilation options for
998 the compile command. New subsection Compiler search for the compile
999 command.
1000
1001 2015-04-09 Andy Wingo <wingo@igalia.com>
1002
1003 * guile.texi (Frames In Guile): Describe frame-read-register.
1004
1005 2015-04-02 Gary Benson <gbenson@redhat.com>
1006
1007 * gdb.texinfo (set sysroot): Document "target:".
1008
1009 2015-04-01 Sasha Smundak <asmundak@google.com>
1010
1011 * doc/python.texi (Writing a Frame Unwinder in Python): Add
1012 section.
1013
1014 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1015
1016 PR corefiles/16092
1017 * gdb.texinfo (gcore): Mention new command 'set
1018 use-coredump-filter'.
1019 (set use-coredump-filter): Document new command.
1020
1021 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1022
1023 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1024 documentation, reorder the info os entries in alphabetical order.
1025
1026 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
1027
1028 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1029 -data-write-memory-bytes.
1030
1031 2015-03-24 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1034 mention that threads may sometimes run unlocked.
1035
1036 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
1037
1038 * gdb.texinfo (Remote configuration): Document "set/show
1039 serial parity" command.
1040
1041 2015-03-18 Gary Benson <gbenson@redhat.com>
1042
1043 * gdb.texinfo (General Query Packets): Remove documentation
1044 for now-removed vFile:fstat qSupported features.
1045
1046 2015-03-11 Gary Benson <gbenson@redhat.com>
1047
1048 * gdb.texinfo (Remote Configuration): Document the
1049 "set/show remote hostio-fstat-packet" command.
1050 (General Query Packets): Document the vFile:fstat
1051 qSupported features.
1052 (Host I/O Packets): Document the vFile:fstat packet.
1053
1054 2015-03-11 Andy Wingo <wingo@igalia.com>
1055
1056 * guile.texi (Objfiles In Guile): Document objfile-progspace.
1057
1058 2015-03-04 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.texinfo (Remote Configuration): Document the "set/show
1061 remote swbreak-feature-packet" and "set/show remote
1062 hwbreak-feature-packet" commands.
1063 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1064 decription.
1065 (Stop Reply Packets): Document the swbreak and hwbreak stop
1066 reasons.
1067 (General Query Packets): Document the swbreak and hwbreak
1068 qSupported features.
1069 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1070
1071 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
1072
1073 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1074 under *stopped.
1075
1076 2015-03-02 Doug Evans <xdje42@gmail.com>
1077
1078 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1079
1080 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1081
1082 * gdb.texinfo (S/390 and System z Features): Describe new feature
1083 "org.gnu.gdb.s390.vx".
1084
1085 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
1086
1087 PR gdb/18008
1088 * gdb.texinfo (maint internal-error, maint internal-warning, maint
1089 demangler-warning): Fix typo ("problam").
1090
1091 2015-02-19 David Taylor <dtaylor@emc.com>
1092
1093 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1094
1095 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1096
1097 * gdb.texinfo (Static Probe Points): Add cindex `static probe
1098 point, DTrace'.
1099 (Static Probe Points): Modified to cover DTrace probes in addition
1100 to SystemTap probes. Also modified to cover the `enable probe'
1101 and `disable probe' commands.
1102
1103 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1104
1105 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1106 `disable probe' commands.
1107
1108 2015-02-12 David Taylor <dtaylor@emc.com>
1109
1110 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1111 fields of the QTDV packet.
1112
1113 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1114
1115 * gdb.texinfo (Branch Trace Configuration Format): Add size.
1116 (Process Record and Replay): Describe new set|show commands.
1117 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1118
1119 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * gdb.texinfo (Process Record and Replay): Describe the "record
1122 btrace bts" command.
1123 (General Query Packets): Describe qXfer:btrace-conf:read packet.
1124 (Branch Trace Configuration Format): New.
1125
1126 2015-01-31 Gary Benson <gbenson@redhat.com>
1127 Doug Evans <dje@google.com>
1128
1129 * gdb.texinfo (Command Completion): Document new
1130 "set/show max-completions" option.
1131
1132 2015-01-31 Doug Evans <xdje42@gmail.com>
1133
1134 * gdb.texinfo (Symbols): Document new commands
1135 "maint print symbol-cache", "maint print symbol-cache-statistics",
1136 "maint flush-symbol-cache". Document new option
1137 "maint set symbol-cache-size".
1138
1139 2015-01-31 Doug Evans <xdje42@gmail.com>
1140
1141 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1142 distinguish script files vs inlined scripts.
1143 * python.texi (Python Auto-loading): Ditto.
1144
1145 2015-01-30 Doug Evans <dje@google.com>
1146
1147 * gdb.texinfo (Symbols) <info source>: Output now contains producer
1148 string if present.
1149
1150 2015-01-27 Doug Evans <dje@google.com>
1151
1152 * python.texi (Objfiles In Python): Document Objfile.username.
1153
1154 2015-01-27 Doug Evans <dje@google.com>
1155
1156 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1157 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1158
1159 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1162
1163 2015-01-16 Eli Zaretskii <eliz@gnu.org>
1164
1165 * doc/gdb.texinfo (TUI Commands): Document the possible
1166 values of NAME argument to 'winheight' command. Explain the
1167 effect of 'tabset' setting better.
1168
1169 2015-01-11 Doug Evans <xdje42@gmail.com>
1170
1171 PR gdb/15830
1172 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1173 (Symbols): Ditto.
1174 (Maintenance Commands): Delete docs for "maint demangle".
1175
1176 2014-12-31 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.texinfo (Files): Remove documentation of the
1179 "add-shared-symbol-files" and "assf" commands.
1180 (Cygwin Native): Remove documentation of the "dll-symbols"
1181 command.
1182
1183 2014-12-17 Doug Evans <xdje42@gmail.com>
1184
1185 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1186
1187 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1188 Jan Kratochvil <jan.kratochvil@redhat.com>
1189
1190 * gdb.texinfo (Altering): Update.
1191 (Compiling and Injecting Code): New node.
1192
1193 2014-12-12 Doug Evans <dje@google.com>
1194
1195 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1196
1197 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1198
1199 * gdb.texinfo: Document "maint print user-registers".
1200
1201 2014-12-08 Doug Evans <dje@google.com>
1202
1203 * python.texi (Objfiles In Python): Document Objfile.owner.
1204
1205 2014-12-04 Doug Evans <dje@google.com>
1206
1207 * python.texi (Objfiles In Python): Document
1208 Objfile.add_separate_debug_file.
1209
1210 2014-12-04 Doug Evans <dje@google.com>
1211
1212 * python.texi (Objfiles In Python): Document Objfile.build_id.
1213
1214 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1215
1216 * python.texi (Events In Python): Document new events
1217 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1218 and RegisterChangedEvent.
1219
1220 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 Add add-auto-load-scripts-directory.
1223 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1224 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1225
1226 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1227
1228 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1229 description typo.
1230
1231 2014-10-30 Doug Evans <dje@google.com>
1232
1233 * python.texi (Progspaces In Python): Document ability to add
1234 random attributes to gdb.Progspace objects.
1235 (Objfiles In Python): Document ability to add random attributes to
1236 gdb.objfile objects.
1237
1238 2014-10-27 Pedro Alves <palves@redhat.com>
1239
1240 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1241 info on stepping and signal handlers.
1242 (Signals): Explain stepping and signal handlers. Add context
1243 index entry, and cross references.
1244
1245 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1246
1247 * python.texi (Breakpoints In Python): Add parenthesis after
1248 Breakpoint.delete. Clarify Breakpoint.enabled description so
1249 that it contains "disable".
1250
1251 2014-10-17 Doug Evans <dje@google.com>
1252
1253 * python.texi (Events In Python): Document clear_objfiles event.
1254
1255 2014-10-17 Doug Evans <dje@google.com>
1256
1257 * python.texi (Objfiles In Python): Document new progspace attribute.
1258
1259 2014-10-17 Pedro Alves <palves@redhat.com>
1260
1261 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1262 (SVR4 Process Information): Delete mention of OSF/1.
1263
1264 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1265
1266 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1267 exit-code field in -list-thread-groups output.
1268
1269 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1270
1271 * gdb.texinfo (Set Breaks): Add missing "@end table".
1272
1273 2014-09-22 Pedro Alves <palves@redhat.com>
1274
1275 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1276 always-inserted off" is the default mode now. Delete
1277 documentation of "set breakpoint always-inserted auto".
1278
1279 2014-09-18 Doug Evans <dje@google.com>
1280
1281 * python.texi (Symbol Tables In Python): Document "producer"
1282 attribute of gdb.Symtab objects.
1283
1284 2014-09-16 Pedro Alves <palves@redhat.com>
1285
1286 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1287 (Embedded OS): Remove VxWorks menu entry.
1288 (VxWorks): Remove node.
1289
1290 2014-09-13 Doug Evans <xdje42@gmail.com>
1291
1292 * gdb.texinfo (Signaling): Document new queue-signal command.
1293
1294 2014-09-06 Doug Evans <xdje42@gmail.com>
1295
1296 PR 15276
1297 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1298 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1299
1300 2014-09-03 Justin Lebar <jlebar@google.com>
1301
1302 * python.texi (Types In Python): Type.template_argument(n) returns a
1303 gdb.Value or a gdb.Type and throws an exception if n is out of
1304 range.
1305
1306 2014-09-03 Sasha Smundak <asmundak@google.com>
1307
1308 * python.texi (Frames in Python): Add read_register description.
1309
1310 2014-08-04 Tom Tromey <tromey@redhat.com>
1311
1312 * gdb.texinfo (Debugging Output): Update for change to "set debug
1313 target".
1314
1315 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1316
1317 Pushed by Joel Brobecker <brobecker@adacore.com>.
1318 * Makefile.in (transform): New variable.
1319 (install-man1, install-man5): Apply $(transform) to man file names.
1320
1321 2014-07-26 Doug Evans <xdje42@gmail.com>
1322
1323 PR guile/17177
1324 * guile.texi (Guile Pretty Printing API): Fix typo.
1325 Document set-pretty-printers!, pretty-printers.
1326 (Selecting Guile Pretty-Printers): Update.
1327 Mention program-space based pretty-printers.
1328
1329 2014-07-25 Pedro Alves <palves@redhat.com>
1330 Eli Zaretskii <eliz@gnu.org>
1331
1332 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1333 with multi-threaded programs.
1334
1335 2014-06-27 Yao Qi <yao@codesourcery.com>
1336
1337 * gdb.texinfo (Maintenance Commands): Update the output of
1338 'maint print dummy-frames' command.
1339
1340 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1341
1342 * gdb.texinfo (Screen Size): Improve indexing.
1343
1344 2014-06-19 Gary Benson <gbenson@redhat.com>
1345
1346 * gdb.texinfo (Maintenance Commands): Document new
1347 "maint set/show catch-demangler-crashes" option.
1348
1349 2014-06-19 Gary Benson <gbenson@redhat.com>
1350
1351 * gdb.texinfo (Maintenance Commands): Document new
1352 "maint demangler-warning" command and new
1353 "maint set/show demangler-warning" option.
1354
1355 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1356
1357 * python.texi (Xmethod API): Add space before the opening
1358 parenthesis in function descriptions.
1359
1360 2014-06-06 Doug Evans <xdje42@gmail.com>
1361
1362 * guile.texi (Guile Configuration): Document guile-data-directory.
1363
1364 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1365
1366 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1367
1368 2014-06-04 Doug Evans <xdje42@gmail.com>
1369
1370 * guile.texi (Breakpoints In Guile): Update.
1371
1372 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1373
1374 * python.texi (Xmethod API): Fix reference to "Progspaces In
1375 Python".
1376
1377 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1378
1379 * python.texi (Xmethods In Python, XMethod API)
1380 (Writing an Xmethod): New nodes.
1381 (Python API): New menu entries "Xmethods In Python",
1382 "Xmethod API", "Writing an Xmethod".
1383
1384 2014-06-02 Doug Evans <xdje42@gmail.com>
1385
1386 * guile.texi (Guile API): Add entry for Parameters In Guile.
1387 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1388 (Parameters In Guile): New node.
1389
1390 2014-06-02 Doug Evans <xdje42@gmail.com>
1391
1392 * guile.texi (Guile API): Add entry for Commands In Guile.
1393 (Basic Guile) <parse-and-eval>: Add reference.
1394 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1395 (GDB Scheme Data Types): Mention <gdb:command> object.
1396 (Commands In Guile): New node.
1397
1398 2014-06-02 Doug Evans <xdje42@gmail.com>
1399
1400 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1401 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1402 (Progspaces In Guile): New node.
1403
1404 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1405
1406 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1407 * python.texi (Frames In Python): Mention
1408 gdb.FRAME_UNWIND_MEMORY_ERROR.
1409
1410 2014-05-29 Pedro Alves <palves@redhat.com>
1411 Tom Tromey <tromey@redhat.com>
1412
1413 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1414 from example.
1415 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1416 Mention that target-async is now deprecated.
1417 (Maintenance Commands): Document maint set/show target-async.
1418
1419 2014-05-29 Pedro Alves <palves@redhat.com>
1420
1421 * observer.texi (sync_execution_done, command_error): New
1422 subjects.
1423
1424 2014-05-29 Pedro Alves <palves@redhat.com>
1425
1426 PR gdb/13860
1427 * observer.texi (signal_received, end_stepping_range)
1428 (signal_exited, exited, no_history): New observer subjects.
1429
1430 2014-05-26 Andy Wingo <wingo@igalia.com>
1431
1432 * guile.texi (GDB Scheme Data Types): Remove documentation for
1433 removed interfaces. Update spelling of gdb-object-kind.
1434
1435 2014-05-26 Andy Wingo <wingo@igalia.com>
1436
1437 * guile.texi (Basic Guile): Fix some typos.
1438
1439 2014-05-26 Andy Wingo <wingo@igalia.com>
1440
1441 * guile.texi (Writing a Guile Pretty-Printer)
1442 (Guile Types Module): Fix excess parentheses in use-modules forms.
1443
1444 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1445
1446 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1447 (Breakpoints In Guile, Guile Printing Module)
1448 (Guile Exception Handling, Values From Inferior In Guile)
1449 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1450 Don't use @var at the beginning of a sentence.
1451
1452 * gdb.texinfo (Frame Filter Management, Trace Files)
1453 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1454 (PowerPC Embedded, Define, Annotations for Running)
1455 (IPA Protocol Commands, Packets, General Query Packets)
1456 (Tracepoint Packets, Notification Packets, Environment)
1457 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1458 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1459 (Frames, Backtrace, Selection, Expressions, Registers)
1460 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1461 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1462 (Source Annotations, Using JIT Debug Info Readers, Packets)
1463 (Stop Reply Packets, Host I/O Packets)
1464 (Target Description Format): Don't use @var at the beginning of a
1465 sentence.
1466
1467 * python.texi (Basic Python, Types In Python)
1468 (Commands In Python, Frames In Python, Line Tables In Python)
1469 (Breakpoints In Python, gdb.printing, gdb.types)
1470 (Type Printing API): Don't use @var at the beginning of a
1471 sentence.
1472
1473 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1474
1475 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1476 replay-memory-access".
1477
1478 2014-05-21 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.texinfo (Starting): Document "set/show
1481 auto-connect-native-target".
1482 (Target Commands): Document "target native".
1483
1484 2014-05-20 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1487 not be remote specific. Add cross reference to the qCRC packet.
1488 (Separate Debug Files): Update cross reference to the qCRC packet.
1489 (General Query Packets) <qCRC packet>: Add anchor.
1490
1491 2014-05-17 Doug Evans <xdje42@gmail.com>
1492
1493 Copy over changes from guile.texi.
1494 * python.texi (Basic Python) <gdb.execute>: Add text.
1495 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1496 (Values From Inferior) <Python string>: Add text.
1497 (Values From Inferior) <Value.string>: Clarify string length handling.
1498 (Pretty Printing API): Add cindex.
1499 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1500 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1501 @vindex.
1502 (Commands In Python) <COMPLETE_*>: Similarly.
1503 (Symbols In Python) <SYMBOL_*>: Similarly.
1504 (Breakpoints In Python) <WP_*>: Similarly.
1505 (Breakpoints In Python) <BP_*>: Similarly.
1506
1507 2014-05-17 David Taylor <dtaylor@emc.com>
1508
1509 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1510 mentioned in the qfThreadInfo reply.
1511
1512 2014-05-16 Doug Evans <dje@google.com>
1513
1514 * gdb.texinfo (Mode Options): Add -D.
1515
1516 2014-05-09 Samuel Bronson <naesten@gmail.com>
1517
1518 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1519 "make -C".
1520
1521 2014-04-29 Tom Tromey <tromey@redhat.com>
1522
1523 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1524 "show debug varobj".
1525
1526 2014-05-01 David Taylor <dtaylor@emc.com>
1527
1528 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1529 option.
1530
1531 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1532 Walfred Tedeschi <walfred.tedeschi@intel.com>
1533
1534 * gdb.texinfo (i386 Features): Add description of AVX512
1535 registers.
1536
1537 2014-03-31 Doug Evans <dje@google.com>
1538
1539 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1540
1541 2014-03-30 Doug Evans <dje@google.com>
1542
1543 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1544 (Background Execution): Ditto.
1545
1546 2014-03-21 Pedro Alves <palves@redhat.com>
1547 Stan Shebs <stan@codesourcery.com>
1548 Hui Zhu <hui@codesourcery.com>
1549
1550 * gdb.texinfo (Packets): Add anchor to "? packet".
1551 Remove fixme and update introduction of "k packet".
1552 Add anchor to "vKill packet".
1553
1554 2014-03-12 Stan Shebs <stan@codesourcery.com>
1555
1556 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1557
1558 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1559
1560 * guile.texi (Basic Guile): Document 'history-append!'.
1561
1562 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1563
1564 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1565 and "assf" as being deprecated.
1566 (Cygwin Native): Likewise for "dll-symbols".
1567 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1568 as a way to force the loading of symbols from a DLL.
1569
1570 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1571
1572 * python.texi (Values From Inferior): Add description about the
1573 new feature.
1574
1575 2014-02-17 Doug Evans <xdje42@gmail.com>
1576
1577 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1578 * gdb.texinfo (Python): Moved to ...
1579 * python.texi: ... here. New file.
1580
1581 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1582
1583 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1584 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1585 parameter to 'str-lookup-function' procedure. Look for
1586 the "std::string<" prefix.
1587 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1588 Adjust description.
1589
1590 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1591
1592 * guile.texi (Values From Inferior In Guile): Remove stray
1593 parantheses for deffn.
1594 (Disassembly In Guile): Ditto.
1595
1596 2014-02-10 Stan Shebs <stan@codesourcery.com>
1597
1598 Add Doxygen support.
1599 * Makefile.in (doxy): New action, generates Doxygen files.
1600 (DOXYGEN): New.
1601 (doxyedit): New.
1602 * Doxyfile-base.in: New file.
1603 * Doxyfile-gdb-api.in: New file.
1604 * Doxyfile-gdb-xref.in: New file.
1605 * Doxyfile-gdbserver.in: New file.
1606 * doxy-index.in: New file.
1607 * filter-for-doxygen: New file.
1608 * filter-params.pl: New file.
1609
1610 2014-02-10 Doug Evans <xdje42@gmail.com>
1611
1612 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1613 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1614 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1615 (Guile docs): Include guile.texi.
1616 (objfile-gdbdotext file): Add objfile-gdb.scm.
1617 (dotdebug_gdb_scripts section): Mention Guile scripts.
1618 (Multiple Extension Languages): New node.
1619 * guile.texi: New file.
1620
1621 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1622
1623 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1624 ignore-descriptive-types". commands.
1625
1626 2014-01-22 Doug Evans <dje@google.com>
1627
1628 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1629 (gdbserver man): Ditto.
1630
1631 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1632
1633 * gdb.texinfo: Document limited reverse/replay support
1634 for target record-btrace.
1635
1636 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1637
1638 * gdb.texinfo (Process Record and Replay): Update documentation.
1639
1640 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1641
1642 * gdb.texinfo (Process Record and Replay): Document new /c
1643 modifier accepted by "record function-call-history".
1644 Add /i modifier to "record function-call-history" example.
1645
1646 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1647 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1650 markers. Remove one that was misplaced.
1651
1652 2014-01-10 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.texinfo (Your Program's Environment) <set environment>:
1655 Mention the shell, and point at 'set exec-wrapper'.
1656
1657 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1658
1659 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1660
1661 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1662
1663 * gdb.texinfo (Types In Python): Clarify the documentation
1664 of attribute gdb.Field.bitpos.
1665
1666 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.texinfo (Types In Python): Fix the documentation of
1669 attribute "bitpos" in class gdb.Field for enum types. Add
1670 documentation for attribute "enumval" in that same class.
1671
1672 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1673
1674 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1675 @ftable.
1676
1677 2013-12-23 Doug Evans <xdje42@gmail.com>
1678
1679 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1680 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1681 corresponding section in Extending GDB.
1682 (Extending GDB): Move menu up. New menu item "Auto-loading
1683 extensions".
1684 (Sequences): New menu item "Auto-loading sequences".
1685 (Auto-loading sequences): New node.
1686 (Python): Rename section from Scripting GDB to Extending GDB.
1687 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1688 Move docs on ways to auto-load extensions to ...
1689 (Auto-loading extensions): ... here. New node.
1690
1691 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1692
1693 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1694 in menu.
1695 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1696 command, now in a new node.
1697 (GDB/MI Support Commands): New node, with its contents being
1698 extracted from the "GDB/MI Miscellaneous Commands" node.
1699 A small paragraph introducing the section is also added at
1700 the start.
1701 (GDB/MI Miscellaneous Commands): Delete the description of the
1702 -info-gdb-mi-command, -list-features and -list-target-features
1703 commands, now hosted in the "GDB/MI Support Commands" node.
1704
1705 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1706
1707 PR python/16113
1708 * gdb.texinfo (Values From Inferior): Add a note about using
1709 gdb.Field objects as subscripts on gdb.Value objects.
1710 (Types In Python): Add description about the new attribute
1711 "parent_type" of gdb.Field objects.
1712
1713 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1716 entry for section docuumenting the -list-features GDB/MI command.
1717
1718 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1719
1720 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1721 "exec-run-start-option" entry in the output of the "-list-features"
1722 command.
1723
1724 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1725
1726 * gdb.texinfo (i386): Fix yesterday's commit.
1727
1728 2013-12-03 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1731 documented here.
1732
1733 2013-12-03 Tom Tromey <tromey@redhat.com>
1734
1735 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1736
1737 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1738
1739 * gdb.texinfo (i386 Features): Add MPX feature registers.
1740 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1741 a subsubsection for MPX and describes the display of the
1742 boundary registers.
1743
1744 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1745
1746 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1747 documentation of the "ada-exceptions" entry.
1748
1749 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1750
1751 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1752 "^error" result record concerning the error message. Document
1753 the error code that may also be part of that result record.
1754 (GDB/MI Miscellaneous Commands): Document the
1755 "undefined-command-error-code" element in the output of
1756 the "-list-features" GDB/MI command.
1757
1758 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1759
1760 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1761 the new -info-gdb-mi-command GDB/MI command. Document
1762 the meaning of "-info-gdb-mi-command" in the output of
1763 -list-features.
1764
1765 2013-11-29 Pedro Alves <palves@redhat.com>
1766
1767 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1768 Update comment.
1769
1770 2013-11-24 Yao Qi <yao@codesourcery.com>
1771
1772 * gdb.texinfo (Caching Remote Data): Document new
1773 "set/show stack-cache" option.
1774
1775 2013-11-24 Yao Qi <yao@codesourcery.com>
1776
1777 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1778 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1779 "off" respectively.
1780
1781 2013-11-23 Yao Qi <yao@codesourcery.com>
1782
1783 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1784 of "displayhint" to the table about child results.
1785
1786 2013-11-21 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1789 'dynamic' for the output of command -var-list-children.
1790
1791 2013-11-21 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.texinfo (Caching Target Data): Remove "see" before
1794 @pxref.
1795
1796 2013-11-20 Yao Qi <yao@codesourcery.com>
1797
1798 * gdb.texinfo (Caching Target Data): Update doc for
1799 per-address-space dcache.
1800
1801 2013-11-20 Yao Qi <yao@codesourcery.com>
1802
1803 * gdb.texinfo (Data): Rename menu item.
1804 (Caching Remote Data): Rename to ...
1805 (Caching Target Data): ... it. Update.
1806
1807 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1808
1809 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1810 "language-option" entry in the output of the "-list-features"
1811 command.
1812
1813 2013-11-15 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1816 Add example.
1817
1818 2013-11-14 Tom Tromey <tromey@redhat.com>
1819
1820 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1821
1822 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1823
1824 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1825 (Context management): Place current subsection text into its own
1826 subsubsection. Add new subsubsection describing the "--language"
1827 command option.
1828
1829 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1830
1831 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1832 the documentation of "info-ada-exceptions" in the output
1833 of the "-list-features" command. Add the documentation
1834 of the "ada-exception" entry instead.
1835
1836 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1837
1838
1839 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1840 word of a couple of sentences to start with a capital letter.
1841
1842 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1845 (Ada Exceptions): New node.
1846 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1847 Commands" node.
1848 (GDB/MI Ada Exceptions Commands): New node.
1849 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1850 field in the output of the "-list-features" command.
1851 * NEWS: Add entry for the new "info exceptions" CLI command,
1852 and for the new "-info-ada-exceptions" GDB/MI command.
1853
1854 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1855
1856 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1857 (Line Tables In Python): New node.
1858
1859 2013-11-08 Doug Evans <dje@google.com>
1860
1861 * gdb.texinfo (Debugging Output): Update text for
1862 "set debug dwarf2-read".
1863
1864 2013-11-08 Doug Evans <dje@google.com>
1865
1866 * gdb.texinfo (Debugging Output): Update text for
1867 "set debug symtab-create".
1868
1869 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1870
1871 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1872 constant.
1873
1874 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1875
1876 * gdb.texinfo (Breakpoints In Python): Document temporary
1877 option in breakpoint constructor, and add documentation to the
1878 temporary attribute.
1879
1880 2013-11-07 Yao Qi <yao@codesourcery.com>
1881
1882 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1883 output of "-var-info-expression".
1884
1885 2013-11-06 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1888 non-interactive mode.
1889 (Environment) <shell startup files warning>: Mention
1890 non-interactive mode. Mention .zshenv for Z shell, and talk about
1891 BASH_ENV instead of .bashrc for BASH.
1892
1893 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1894
1895 * gdb.texinfo (Commands to Specify Files): Add description
1896 of the remove-symbol-file command.
1897 * observer.texi: New free_objfile event
1898
1899 2013-10-24 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1902
1903 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1904
1905 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1906 New subsection inside which the "-catch-load" and "-catch-unload"
1907 commands documentation is now placed.
1908 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1909 documenting the "-catch-assert" and "-catch-exception" new
1910 GDB/MI commands.
1911
1912 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1915
1916 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1917
1918 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1919 serial baud".
1920 (Remote Configuration): Replace "set remotebaud" by "set serial
1921 baud". Replace "show remotebaud" by "show serial baud".
1922
1923 2013-10-07 Pedro Alves <palves@redhat.com>
1924
1925 PR breakpoints/11568
1926 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1927 when the thread is removed from the thread list.
1928
1929 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1930
1931 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1932 Update entry for $_exitcode.
1933
1934 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1935
1936 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1937 new "--start" option.
1938
1939 2013-10-02 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.texinfo (Registers): Expand description of saved registers
1942 in frames. Explain <not saved>.
1943
1944 2013-09-25 Doug Evans <dje@google.com>
1945
1946 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1947
1948 2013-09-16 Stan Shebs <stan@codesourcery.com>
1949
1950 Remove the internals manual gdbint.texinfo.
1951 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1952 (PDFFILES): Remove gdbint.pdf.
1953 (HTMLFILES): Remove gdbint/index.html.
1954 (HTMLFILES_INSTALL): Remove gdbint.
1955 (GDBINT_DOC_FILES): Remove.
1956 (dvi): Remove gdbint.dvi.
1957 (ps): Remove gdbint.ps.
1958 * gdbint.texinfo: Remove file.
1959 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1960
1961 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1962
1963 * gdb.texinfo (Convenience Functions): Mention new convenience
1964 function $_isvoid.
1965
1966 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1967
1968 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1969 (Standard Target Features): Add new node to menu.
1970 (S/390 and System z Features): New node.
1971
1972 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1973
1974 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1975 -list-target-features in the example.
1976
1977 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1980 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1981
1982 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 Sync documentation with gdb.base/gnu-debugdata.exp.
1985 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1986
1987 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1990
1991 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1992 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1995 Document new --skip-unavailable option.
1996 <-stack-list-variables>: Document new --skip-unavailable option.
1997
1998 2013-08-26 Doug Evans <dje@google.com>
1999
2000 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2001 an optional regexp.
2002
2003 2013-08-13 Tom Tromey <tromey@redhat.com>
2004
2005 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2006 Document GDB_PARALLEL and GDB_INOTIFY.
2007
2008 2013-08-09 Stan Shebs <stan@codesourcery.com>
2009
2010 * LRS: Remove file, describes a long-abandoned live-range
2011 splitting extension to stabs.
2012
2013 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2014
2015 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2016
2017 2013-07-17 Doug Evans <dje@google.com>
2018
2019 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2020
2021 2013-07-02 Tom Tromey <tromey@redhat.com>
2022
2023 * gdb.texinfo (Target Commands): Don't mention "target nrom".
2024
2025 2013-06-28 Tom Tromey <tromey@redhat.com>
2026
2027 * Makefile.in (version.subst): Use version.in, not
2028 common/version.in.
2029 * gdbint.texinfo (Versions and Branches, Releasing GDB):
2030 Likewise.
2031
2032 2013-06-27 Pedro Alves <palves@redhat.com>
2033
2034 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2035 dynamic symbol resolution code>: New section, based on infrun.c
2036 comment.
2037
2038 2013-06-26 Tom Tromey <tromey@redhat.com>
2039
2040 * gdbint.texinfo (Versions and Branches): Use common/version.in.
2041 Update.
2042 (Releasing GDB): Likewise.
2043
2044 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2045 Yao Qi <yao@codesourcery.com>
2046
2047 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2048 -trace-frame-collected.
2049
2050 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2051
2052 * gdb.texinfo (Traceframe Info Format): Document tvar element
2053 and its attributes.
2054
2055 2013-06-25 Yao Qi <yao@codesourcery.com>
2056
2057 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2058
2059 2013-06-24 Tom Tromey <tromey@redhat.com>
2060
2061 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2062 (GDBvn.texi): Use version.subst.
2063 (version.subst): New target.
2064 (mostlyclean): Remove version.subst.
2065
2066 2013-06-20 Pedro Alves <pedro@codesourcery.com>
2067
2068 * gdb.texinfo (GDB/MI Data Manipulation)
2069 <-data-list-register-values>: Document the --skip-unavailable
2070 option.
2071
2072 2013-06-07 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.texinfo (Symbols): Add kindex and cindex for
2075 'maint print msymbols'.
2076
2077 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
2078
2079 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2080 response field name (thread-group to inferior).
2081
2082 2013-06-04 Gary Benson <gbenson@redhat.com>
2083
2084 * gdb.texinfo (General Query Packets/qSupported): Added
2085 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2086 to the table of currently defined stub features.
2087 Added a more detailed entry for "augmented-libraries-svr4-read".
2088 (General Query Packets/qXfer:libraries-svr4:read): Documented
2089 the augmented form of this packet.
2090
2091 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2092
2093 * gdb.texinfo (System-wide Configuration Scripts): Renames
2094 "Installed System-wide Configuration Scripts". Add associated
2095 @menu block.
2096
2097 2013-05-23 Yao Qi <yao@codesourcery.com>
2098 Pedro Alves <palves@redhat.com>
2099
2100 * gdb.texinfo (Packets): Document 'vCont;r'.
2101 (Continuing and Stepping): Document target-assisted range
2102 stepping, and the 'set range-stepping' and 'show range-stepping'
2103 commands.
2104
2105 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2106
2107 * gdb.texinfo (Installed System-wide Configuration Scripts):
2108 Add subsection describing the scripts now available under
2109 the data-dir's system-gdbbinit subdirectory.
2110 * NEWS: Add entry announcing the availability of system-wide
2111 configuration scripts for ElinOS and Wind River Linux.
2112
2113 2013-05-21 Hui Zhu <hui@codesourcery.com>
2114
2115 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2116 "-dprintf-insert" command.
2117
2118 2013-05-17 Doug Evans <dje@google.com>
2119
2120 * gdb.texinfo (Maintenance Commands): Update doc for
2121 "maint check-psymtabs". Add doc for "maint check-symtabs",
2122 "maint expand-symtabs".
2123
2124 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2125
2126 * gdb.texinfo (Process Record and Replay): Document the
2127 "record goto" command and its sub-commands.
2128
2129 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2130
2131 * gdb.texinfo (Backtrace): Add "no-filter" argument.
2132 (Python API): Add Frame Filters API, Frame Wrapper API,
2133 Writing a Frame Filter/Wrapper, Managing Management of Frame
2134 Filters chapter entries.
2135 (Frame Filters API): New Node.
2136 (Frame Wrapper API): New Node.
2137 (Writing a Frame Filter): New Node.
2138 (Managing Frame Filters): New Node.
2139 (Progspaces In Python): Add note about frame_filters attribute.
2140 (Objfiles in Python): Ditto.
2141 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2142 @anchors and --no-frame-filters option to -stack-list-variables,
2143 -stack-list-frames, -stack-list-locals and -stack-list-arguments
2144 commands.
2145
2146 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2147
2148 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2149 Support" subsection documenting the XML format used to transfer
2150 shared library info on AIX.
2151
2152 2013-05-08 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.texinfo (Debugging Output): Add documentation of
2155 "set debug aix-solib" and "show debug aix-solib" commands.
2156
2157 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2158
2159 * gdb.texinfo (Nios II): New section.
2160 (Nios II Features): New section.
2161
2162 2013-05-06 Joel Brobecker <brobecker@adacore.com>
2163
2164 * gdbint.texinfo (Algorithms): Remove entries documenting
2165 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2166 SOLIB_CREATE_INFERIOR_HOOK.
2167
2168 2013-04-29 Tom Tromey <tromey@redhat.com>
2169
2170 PR python/14204:
2171 * gdb.texinfo (Python API): Fix menu entry.
2172 (Blocks In Python): Fix subsubsection text. Rewrite intro.
2173 Define global and static block. Add example. Clarify
2174 block relationship for inline functions.
2175
2176 2013-04-29 Tom Tromey <tromey@redhat.com>
2177
2178 * gdb.texinfo (Python API): Mention Python help and keyword
2179 arguments. Move pagination text to Basic Python.
2180 (Basic Python): Put pagination text here. Document
2181 close-on-exec, SIGCHLD, and SIGINT.
2182
2183 2013-04-19 Pedro Alves <palves@redhat.com>
2184
2185 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2186 "signedness" instead of "signness".
2187
2188 2013-04-19 Pedro Alves <palves@redhat.com>
2189
2190 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2191 -Wno-pointer-sign text with text on -Wpointer-sign.
2192
2193 2013-04-16 Tom Tromey <tromey@redhat.com>
2194
2195 * gdb.texinfo (Set Catchpoints): Mention earliest version of
2196 GCC that has the SDT probe points.
2197
2198 2013-04-15 Tom Tromey <tromey@redhat.com>
2199
2200 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2201 exception catchpoints.
2202
2203 2013-04-15 Tom Tromey <tromey@redhat.com>
2204
2205 * gdb.texinfo (Set Catchpoints): Document $_exception.
2206 (Convenience Vars): Mention $_exception.
2207
2208 2013-04-15 Tom Tromey <tromey@redhat.com>
2209
2210 * gdb.texinfo (Set Catchpoints): Reorganize exception
2211 catchpoints. Document "catch rethrow".
2212 (Debugging C Plus Plus): Mention "catch rethrow".
2213
2214 2013-04-15 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2217
2218 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2219 Eli Zaretskii <eliz@gnu.org>
2220
2221 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2222 line below the sample output.
2223
2224 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2225
2226 * gdb.texinfo (Mode Options): Document '-configuration'.
2227 (Help): Document "show configuration".
2228 (Bug Reporting): Add requirements to include the configuration
2229 details in bug reports.
2230
2231 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2232
2233 * Makefile.in (MAN1S): Add gcore.1.
2234 Remove "Host, target, and site specific Makefile fragments" comment.
2235 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2236 (install-man1, uninstall-man1): Conditionalize gcore.1.
2237 (gcore.1): New.
2238 * gdb.texinfo (Man Pages): Add gcore man.
2239 (gcore man): New node.
2240
2241 2013-04-10 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.texinfo (Process Record and Replay): Document that "set
2244 record full insn-number-max", "set record
2245 instruction-history-size" and "set record
2246 function-call-history-size" accept "unlimited".
2247 (Backtrace): Document that "set backtrace limit" accepts
2248 "unlimited".
2249 (List): Document that "set listsize" accepts "unlimited".
2250 (Print Settings)" Document that "set print max-symbolic-offset",
2251 "set print elements" and "set print repeats" accept "unlimited".
2252 (Starting and Stopping Trace Experiments): Document that "set
2253 trace-buffer-size" accepts "unlimited".
2254 (Remote Configuration): Document that "set tcp connect-timeout"
2255 accepts "unlimited".
2256 (Command History): Document that "set history size" accepts
2257 "unlimited".
2258 (Screen Size): Document that "set height" and "set width" accepts
2259 "unlimited". Adjust "set pagination"'s description to suggest
2260 "set height unlimited" instead of "set height 0".
2261
2262 2013-04-10 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.texinfo (Trace Files): Add "target ctf".
2265
2266 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2269
2270 * Makefile.in (install-man1, install-man5, uninstall-man1)
2271 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2272
2273 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2274
2275 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2276 Eli Zaretskii <eliz@gnu.org>
2277
2278 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2279 parameters order. Remove "On some targets" for --attach. Document the
2280 --multi parameter and extended-remote command. Document all the
2281 options.
2282
2283 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2284
2285 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2286 the list of supported languages.
2287
2288 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2289
2290 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2291 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2292 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2293 (diststuff): Add man.
2294 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2295 (uninstall-man5): New.
2296 (STAGESTUFF): Add *.1 and *.5.
2297 (GDBvn.texi): Add SYSTEM_GDBINIT.
2298 (gdb.1, gdbserver.1, gdbinit.5): New.
2299 (maintainer-clean realclean): Add $(MANS).
2300 (install): Add install-man.
2301 (uninstall): Add uninstall-man.
2302 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2303 (@copying): Wrap it by @c man begin COPYRIGHT.
2304 (Top): Add Man Pages.
2305 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2306
2307 2013-04-02 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.texinfo (Debugging Output): Document "set/show debug
2310 aarch64", "set/show debug coff-pe-read" and "set/show debug
2311 mach-o".
2312
2313 2013-04-02 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2316 table>: Add entry for "trace-buffer-size".
2317
2318 2013-03-28 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2321 table>: Add entry for "trace-status".
2322
2323 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2324
2325 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2326 @bullet", which is invalid (makeinfo 5.1 barfs).
2327
2328 2013-03-28 Pedro Alves <palves@redhat.com>
2329
2330 PR gdb/15294
2331
2332 * gdb.texinfo (List) <set listsize>: Adjust to document that
2333 listsize 0 means no limit, and remove mention of -1.
2334
2335 2013-03-22 Yao Qi <yao@codesourcery.com>
2336
2337 * gdb.texinfo (Embedded Processors): Remove menu item
2338 "OpenRISC 1000".
2339 (OpenRISC 1000): Remove.
2340
2341 2013-03-21 Doug Evans <dje@google.com>
2342
2343 * gdb.texinfo (Maintenance Commands): Add docs for
2344 "mt set per-command {space,time,symtab} {on,off}".
2345
2346 2013-03-14 Hui Zhu <hui@codesourcery.com>
2347 Yao Qi <yao@codesourcery.com>
2348
2349 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2350
2351 2013-03-13 Keith Seitz <keiths@redhat.com>
2352
2353 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2354 "maint agent" reference to Dynamic printf.
2355
2356 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2357
2358 * gdb.texinfo (General Query Packets): Don't use colon in index
2359 entries visible to Info format.
2360
2361 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2362
2363 * gdb.texinfo (Process Record and Replay): Document record
2364 changes.
2365
2366 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2367
2368 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2369 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2370 qXfer:btrace:read.
2371
2372 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2373
2374 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2375 use colons in @anchor and @cindex entries.
2376
2377 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2378
2379 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2380
2381 2013-03-08 Stan Shebs <stan@codesourcery.com>
2382 Hafiz Abid Qadeer <abidh@codesourcery.com>
2383
2384 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2385 trace-buffer-size set and show commands.
2386 (Tracepoint Packets): Document QTBuffer:size.
2387 (General Query Packets): Document QTBuffer:size.
2388
2389 2013-02-21 Tom Tromey <tromey@redhat.com>
2390
2391 * gdb.texinfo: Remove bad @syncodeindex.
2392 (Values From Inferior, Types In Python, Inferiors In Python)
2393 (Events In Python, Threads In Python, Frames In Python, Blocks In
2394 Python, Symbols In Python, Symbol Tables In Python): Remove
2395 @tables.
2396 (Packets, General Query Packets, Tracepoint Packets)
2397 (Host I/O Packets): Use @w{} for empty @item.
2398
2399 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2400
2401 * gdb.texinfo (Architectures In Python): Add description about
2402 the new method gdb.Architecture.disassemble.
2403
2404 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2405 Hafiz Abid Qadeer <abidh@codesourcery.com>
2406
2407 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2408 Document the "trace-file" field.
2409
2410 2013-02-07 Doug Evans <dje@google.com>
2411
2412 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2413 command.
2414
2415 2013-02-06 Yao Qi <yao@codesourcery.com>
2416
2417 * gdb.texinfo (GDB/MI Async Records): Document new MI
2418 notification "=tsv-modified". Update the document of MI
2419 notification "=tsv-created".
2420 * observer.texi (GDB Observers): New observer tsv_modified.
2421 Update observer tsv_created and tsv_delete.
2422
2423 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2424
2425 * gdb.texinfo (AArch64 Features): New section; document
2426 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2427 (Architectures): Add new AArch64 section to document AArch64
2428 architecture specific commands.
2429 (ABI): Add description of the new OS ABI "Newlib" and its influence
2430 on the longjmp handling.
2431
2432 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2433 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2436 variable in 'set/show backtrace' section.
2437
2438 2013-01-31 Tom Tromey <tromey@redhat.com>
2439
2440 * gdb.texinfo (Target Commands): Fix typo.
2441
2442 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2443
2444 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2445 describing the gdb.Architecture class.
2446 (Frames In Python): Add description about the new method
2447 gdb.Frame.architecture().
2448
2449 2013-01-23 Doug Evans <dje@google.com>
2450
2451 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2452
2453 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2454
2455 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2456 'thread-groups' field when printing a breakpoint in MI.
2457
2458 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2459 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2460 to reflect that jit-reader-load now supports absolute file-names.
2461
2462 2013-01-16 Tom Tromey <tromey@redhat.com>
2463
2464 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2465 (Signals): Likewise.
2466
2467 2013-01-16 Tom Tromey <tromey@redhat.com>
2468
2469 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2470 "catch-type" field.
2471 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2472
2473 2013-01-07 Tom Tromey <tromey@redhat.com>
2474
2475 * gdb.texinfo (Mode Options): Don't mention -epoch.
2476 (Data, Emacs): Remove obsolete comments.
2477
2478 2013-01-02 Tom Tromey <tromey@redhat.com>
2479
2480 * gdb.texinfo (GDB/MI Output Records): Update menu.
2481 (GDB/MI Breakpoint Information): New node.
2482 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2483 <-break-insert>: Likewise.
2484
2485 2012-12-31 Yao Qi <yao@codesourcery.com>
2486
2487 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2488 (Packets): Move "vStopped" packet to ...
2489 (Notification Packets): ... here. Describe the components
2490 of notification. Add a table of supported notifications.
2491 Add an example on the process of he async notification.
2492
2493 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2496 present.
2497 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2498 fullname output always present.
2499
2500 2012-12-23 Pierre Muller <muller@sourceware.org>
2501
2502 * gdbint.texinfo (Function prototypes): Require use of "extern"
2503 modifier for function prototypes in headers.
2504
2505 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2506
2507 * refcard.tex: Update copyright notice to GPL v3 or later.
2508 Update contact info.
2509
2510 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2513
2514 2012-12-15 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.texinfo (Debugging Output): Document 'set debug
2517 notification' and 'show debug notification'.
2518
2519 2012-12-15 Yao Qi <yao@codesourcery.com>
2520
2521 * gdb.texinfo (Listing Tracepoints): New item and example about
2522 'installed on target' output.
2523 Add more in the example about 'installed on target'.
2524 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2525
2526 2012-12-14 Tom Tromey <tromey@redhat.com>
2527
2528 * gdb.texinfo (SVR4 Process Information): Mention core files.
2529
2530 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2531
2532 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2533
2534 2012-12-11 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.texinfo: Remove all mentions of Unixware throughout.
2537
2538 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2541
2542 2012-11-29 Tom Tromey <tromey@redhat.com>
2543
2544 * gdb.texinfo (SVR4 Process Information): Document missing
2545 "info proc" subcommands.
2546
2547 2012-11-29 Yao Qi <yao@codesourcery.com>
2548
2549 PR gdb/1477.
2550 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2551 to 'auto' instead of 'gnu'.
2552
2553 2012-11-26 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.texinfo (MiniDebugInfo): New node.
2556 (GDB Files): Update.
2557
2558 2012-11-16 Doug Evans <dje@google.com>
2559
2560 * gdb.texinfo (System-wide configuration): If the system-wide init
2561 file lives in the data-directory, and --data-directory is provided,
2562 look for it there.
2563
2564 2012-11-15 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.texinfo (Signaling): Fix typo.
2567
2568 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2569
2570 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2571 parameter "count" of -data-write-memory-bytes, and add an example.
2572
2573 2012-11-12 Tom Tromey <tromey@redhat.com>
2574
2575 * gdb.texinfo (Symbols): Document "info type-printers",
2576 "enable type-printer" and "disable type-printer".
2577 (Python API): Add new node to menu.
2578 (Type Printing API): New node.
2579 (Progspaces In Python): Document type_printers field.
2580 (Objfiles In Python): Likewise.
2581 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2582 register_type_printer, TypePrinter>: Document.
2583
2584 2012-11-12 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.texinfo (Symbols): Document "set print type methods",
2587 "set print type typedefs", and flags to ptype and whatis.
2588
2589 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2590
2591 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2592 the example -data-disassemble output. Extend the description of
2593 the -data-disassemble results to document all fields. Document
2594 the cli disassemble command as being related to -data-disassemble.
2595
2596 2012-11-09 Yao Qi <yao@codesourcery.com>
2597
2598 PR gdb/14777.
2599 * gdb.texinfo (OS Information): Remove doc on command
2600 'info udot'.
2601
2602 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2605 gdb.ini warning for Windows port.
2606
2607 2012-11-08 Yao Qi <yao@codesourcery.com>
2608
2609 * gdb.texinfo (Search): Add kindex for 'fo'.
2610
2611 2012-11-05 Tom Tromey <tromey@redhat.com>
2612
2613 PR python/14802:
2614 * gdb.texinfo (Functions In Python): Add example.
2615
2616 2012-11-03 Yao Qi <yao@codesourcery.com>
2617
2618 * observer.texi (GDB Observers): Remove observer
2619 'tracepoint_modified', 'tracepoint_created' and
2620 'tracepoint_deleted'.
2621
2622 2012-10-26 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2625
2626 2012-10-25 Tom Tromey <tromey@redhat.com>
2627
2628 * gdb.texinfo (General Query Packets): Use @itemx.
2629
2630 2012-10-17 Yao Qi <yao@codesourcery.com>
2631
2632 * observer.texi (GDB Observers): Update observer
2633 'memory_changed'.
2634 * gdb.texinfo (GDB/MI Async Records): Document for
2635 "memory-changed" notification.
2636
2637 2012-10-15 Doug Evans <dje@google.com>
2638
2639 * gdb.texinfo (Mode Options): Document -nh.
2640 Elaborate on docs for -nx.
2641
2642 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2643
2644 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2645
2646 2012-09-21 Yao Qi <yao@codesourcery.com>
2647 Pedro Alves <palves@redhat.com>
2648
2649 * gdb.texinfo (GDB/MI Async Records): Document notification
2650 'record-started' and 'record-stopped'.
2651 * observer.texi (GDB Observers): New observer 'record-changed'.
2652
2653 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2654
2655 * gdb.texinfo: Document the removal of SH's 'regs' command.
2656
2657 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2658
2659 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2660
2661 2012-09-18 Yao Qi <yao@codesourcery.com>
2662
2663 * gdb.texinfo (GDB/MI Async Records): Document new MI
2664 notifications '=tsv-created' and '=tsv-deleted'.
2665 * observer.texi (GDB Observers): New observer tsv_created and
2666 tsv_deleted.
2667
2668 2012-09-18 Yao Qi <yao@codesourcery.com>
2669
2670 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2671 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2672 '=traceframe-changed'.
2673
2674 2012-09-17 Yao Qi <yao@codesourcery.com>
2675
2676 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2677 'set listsize'.
2678
2679 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2680 Eli Zaretskii <eliz@gnu.org>
2681
2682 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2683 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2684 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2685
2686 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2689
2690 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2691
2692 Document how to return from "python-interactive" to GDB.
2693 * gdb.texinfo (Python Commands): Update documentation.
2694
2695 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2696
2697 Add a new "python-interactive" command that starts a standard
2698 Python interactive prompt with "pi" as alias, and add "py" as
2699 an alias to "python".
2700 * gdb.texinfo (Python Commands): Document the new commands.
2701
2702 2012-08-22 Tom Tromey <tromey@redhat.com>
2703
2704 * gdbint.texinfo (Host Definition): Remove documentation for
2705 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2706
2707 2012-08-17 Keith Seitz <keiths@redhat.com>
2708
2709 PR c++/13356
2710 * gdb.texinfo (Type and Range Checking): Remove warning.
2711 Remove spurious commas.
2712 Update text and examples for re-implementation of set/show
2713 check type.
2714 (C and C++ Type and Range Checks): Likewise.
2715
2716 2012-08-16 Yao Qi <yao@codesourcery.com>
2717
2718 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2719 is deprecated.
2720
2721 2012-08-13 Doug Evans <dje@google.com>
2722
2723 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2724 to include functions.
2725
2726 2012-08-10 Doug Evans <dje@google.com>
2727
2728 * gdb.texinfo (Convenience Funs): New node.
2729 (Types In Python): Document Type.vector.
2730
2731 2012-08-09 Yao Qi <yao@codesourcery.com>
2732
2733 * observer.texi: New observer command_param_changed.
2734 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2735
2736 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * gdbint.texinfo (Debugging GDB): In section
2739 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2740 Mention also gdb-gdb.py.
2741
2742 2012-08-07 Yao Qi <yao@codesourcery.com>
2743
2744 Revert the folloing patch:
2745 2012-08-06 Yao Qi <yao@codesourcery.com>
2746 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2747 remote hardware-watchpoint-limit' and 'set
2748 remote hardware-breakpoint-limit'.
2749
2750 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2751
2752 * gdb.texinfo (Working Directory): Added information about new
2753 default argument for 'cd' command.
2754
2755 2012-08-06 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2758 remote hardware-watchpoint-limit' and 'set
2759 remote hardware-breakpoint-limit'.
2760
2761 2012-08-06 Yao Qi <yao@codesourcery.com>
2762
2763 Fix PR14371.
2764
2765 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2766 '=breakpoint-deleted'.
2767
2768 2012-08-02 Yao Qi <yao@codesourcery.com>
2769
2770 * gdb.texinfo (Native): Remove node Neutrino.
2771
2772 2012-07-27 Yao Qi <yao@codesourcery.com>
2773
2774 * gdb.texinfo (IPA Protocol Commands): Document new command
2775 'close'.
2776
2777 2012-07-25 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2780
2781 2012-07-20 Doug Evans <dje@google.com>
2782
2783 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2784 (Index Files): Document how to control the use of deprecated index
2785 sections.
2786 (Index Section Format): Replace --use-deprecated-index-sections with
2787 "set use-deprecated-index-sections on".
2788
2789 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2790
2791 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2792 indices into a single node "Index". Instead, join function and
2793 variable indices into a single index, separate from the concept
2794 index. Requested in
2795 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2796 (Top): Update the top-level menu: instead of one "Index" there are
2797 now separate entries "Concept Index" and "Function and Variable
2798 Index".
2799 (Concept Index, Function and Variable Index): New nodes.
2800 (Index): Node deleted.
2801
2802 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2803
2804 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2805 and "maint agent-eval".
2806
2807 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2808
2809 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2810 avoid file-name clashes between Index.html and index.html on
2811 case-insensitive filesystems. See the discussion starting in
2812 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2813 details of the problem.
2814 (Top): Update the master menu for the above.
2815 (Concept Index, Command and Variable Index): New nodes, instead of
2816 the old "Index" node that was deleted. All cross-references
2817 updated.
2818
2819 2012-07-02 Stan Shebs <stan@codesourcery.com>
2820
2821 * gdb.texinfo (Dynamic Printf): Mention agent style and
2822 disconnected dprintf.
2823 (Maintenance Commands): Describe maint agent-printf.
2824 (General Query Packets): Mention BreakpointCommands feature.
2825 (Packets): Document commands extension to Z0 packet.
2826 * agentexpr.texi (Bytecode Descriptions): Document printf
2827 bytecode.
2828
2829 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2832 only after gdbinit files.
2833 (Startup): Move -iex and -iex commands down after gdbinit files.
2834
2835 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2836
2837 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2838 possibility.
2839
2840 2012-06-29 Tom Tromey <tromey@redhat.com>
2841
2842 * gdb.texinfo (Index Section Format): Update for version 7.
2843
2844 2012-06-28 Stan Shebs <stan@codesourcery.com>
2845
2846 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2847 example, add note about title column.
2848
2849 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2850
2851 * gdb.texinfo (Symbol Tables In Python): Add description about
2852 the new 'last' attribute of gdb.Symtab_and line.
2853
2854 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2855
2856 * gdb.texinfo (Symbol Tables In Python): Correct the description
2857 of the 'pc' attribute of gdb.Symtab_and_line.
2858
2859 2012-06-26 Doug Evans <dje@google.com>
2860
2861 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2862 and symtab-create.
2863
2864 2012-06-25 Keith Seitz <keiths@redhat.com>
2865
2866 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2867 from example. Remove "rbreak" from list of corresponding
2868 gdb commands.
2869
2870 2012-06-23 Doug Evans <dje@google.com>
2871
2872 * gdb.texinfo (Index Section Format): Document version 7 format.
2873
2874 2012-06-22 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.texinfo: Add missing cindex for some packets.
2877
2878 2012-06-20 Keith Seitz <keiths@redhat.com>
2879
2880 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2881 for -break-insert and document -p.
2882
2883 2012-06-20 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2886 and "gdb.write_memory" with "Inferior.read_memory" and
2887 "Inferior.write_memory".
2888
2889 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2890
2891 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2892 (Free Documentation): Add @node line.
2893 (Continuing and Stepping) <advance location>: Use @item instead of
2894 @itemx.
2895 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2896 @itemx.
2897 (Embedded Processors): Put the link to "PA" to its correct place,
2898 according to document structure.
2899 (Python API): Put the link to "Lazy Strings In Python" to its
2900 correct place.
2901 (Index): Use @@ in @tex block to get a literal @.
2902
2903 * gdbint.texinfo: Fix the @subtitle line.
2904
2905 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2906 correct place.
2907
2908 2012-06-08 Yao Qi <yao@codesourcery.com>
2909
2910 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2911 Protocol'.
2912 (In-Process Agent Protocol, IPA Protocol Objects)
2913 (IPA Protocol Commands): New nodes.
2914 (Tracepoint Packets): Add anchors.
2915
2916 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2917
2918 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2919
2920 2012-06-06 Yao Qi <yao@codesourcery.com>
2921
2922 * gdb.texinfo: Update copyright year.
2923
2924 2012-05-23 Stan Shebs <stan@codesourcery.com>
2925 Kwok Cheung Yeung <kcy@codesourcery.com>
2926
2927 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2928
2929 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2930
2931 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2932 Mention also --with-separate-debug-dir.
2933 (Auto-loading): Prepend $debugdir in the sample output.
2934 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2935 auto-load safe-path variable.
2936 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2937 Mention also $debugdir for 'set auto-load scripts-directory'.
2938
2939 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2940
2941 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2942 (MIPS Embedded, MIPS, MIPS Register packet Format)
2943 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2944 appropriate.
2945
2946 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2947 Maciej W. Rozycki <macro@codesourcery.com>
2948
2949 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2950 mips compression".
2951 (MIPS Breakpoint Kinds): New subsubsection.
2952
2953 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2954
2955 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2956 nodes for subsections. Add @acronym mark-ups and adjust
2957 formatting.
2958
2959 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 Rename $ddir to $datadir.
2962 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2963 (objfile-gdb.py file): Rename $ddir to $datadir.
2964
2965 2012-05-18 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2968
2969 2012-05-14 Stan Shebs <stan@codesourcery.com>
2970
2971 * gdb.texinfo (Dynamic Printf): New subsection.
2972
2973 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2974
2975 * gdb.texinfo (Basic Python): Add description about the function
2976 gdb.find_pc_line
2977
2978 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2979 Eli Zaretskii <eliz@gnu.org>
2980
2981 * gdb.texinfo (Separate Debug Files): Use plural form for global
2982 debugging information directory.
2983
2984 2012-05-11 Stan Shebs <stan@codesourcery.com>
2985 Kwok Cheung Yeung <kcy@codesourcery.com>
2986
2987 * gdb.texinfo (Operating System Auxiliary Information): Document new
2988 'info os' subcommands.
2989
2990 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2993 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2994 (dotdebug_gdb_scripts section): Add reference
2995 to 'Auto-loading safe path'.
2996
2997 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 Implement multi-component --with-auto-load-dir.
3000 * gdb.texinfo (Auto-loading): New references
3001 for 'set auto-load scripts-directory'
3002 and 'show auto-load scripts-directory'.
3003 (Auto-loading safe path): Describe the new default. Move $ddir
3004 substituation reference to 'objfile-gdb.py file'.
3005 (objfile-gdb.py file): Describe script-name alias. Change real-name to
3006 script-name. Describe new 'set auto-load scripts-directory'
3007 and 'show auto-load scripts-directory'.
3008
3009 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 Provide $ddir substitution for --with-auto-load-safe-path.
3012 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3013 (Auto-loading safe path): Likewise. Mention the default value,
3014 $ddir substitution, --with-auto-load-safe-path and
3015 --without-auto-load-safe-path.
3016 * observer.texi (gdb_datadir_changed): New.
3017
3018 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3021 Twice.
3022
3023 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3024 directory separator by path separator.
3025
3026 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.texinfo (Auto-loading safe path): Make 'directories'
3029 for 'set auto-load safe-path' optional. Mention if it is omitted.
3030 Change disabling security protection condition to "/", twice.
3031
3032 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3033
3034 * gdb.texinfo (Symbol Tables In Python): Add documentation about
3035 the new methods global_block and static_block on gdb.Symtab
3036 objects.
3037
3038 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
3039
3040 * gdb.texinfo (Blocks In Python): Add a note saying that future
3041 improvements to GDB and its infrastructure can move symbols
3042 across blocks within a symbol table.
3043
3044 2012-04-29 Yao Qi <yao@codesourcery.com>
3045
3046 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3047 (A29K): Remove.
3048
3049 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3050 Tom Tromey <tromey@redhat.com>
3051
3052 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3053 and generic static probe support on GDB.
3054
3055 2012-04-25 Doug Evans <dje@google.com>
3056
3057 * gdb.texinfo (Go): Fix thinko.
3058
3059 * gdb.texinfo (Supported Languages): Add Go.
3060 (Go): New node.
3061
3062 2012-04-25 Yao Qi <yao@codesourcery.com>
3063
3064 * gdbint.texinfo (Testsuite): New section `Board settings'.
3065
3066 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3069 Three times.
3070
3071 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3072 Three times.
3073
3074 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3075
3076 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3077 by @table @asis. Fix formatting of one item.
3078
3079 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3082
3083 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 New option "set debug auto-load".
3086 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3087 (auto-load verbose mode): New node.
3088
3089 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 New option "set auto-load safe-path".
3092 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3093 and "info auto-load" examples for safe-path. Put there also references
3094 for "set auto-load safe-path" and "show auto-load safe-path".
3095 New menu item for Auto-loading safe path.
3096 (Auto-loading safe path): New node.
3097 (Python Auto-loading): Update the expected output from "Missing"
3098 to "No".
3099
3100 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3101
3102 auto-load: Implementation.
3103 * gdb.texinfo (Mode Options): New anchor for -nx.
3104 (Startup): New anchors for Option -init-eval-command,
3105 Home Directory Init File
3106 and Init File in the Current Directory during Startup.
3107 Mention set auto-load local-gdbinit with a reference.
3108 Change the sample code to "set auto-load python-scripts".
3109 (Threads): New anchor set libthread-db-search-path.
3110 Provide references to libthread_db.so.1 file.
3111 (Controlling GDB): New menu item for Auto-loading.
3112 (Auto-loading, Init File in the Current Directory)
3113 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3114 (Python): Rename the menu item Auto-loading to Python Auto-loading.
3115 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3116 reference.
3117 (Auto-loading): Rename to ...
3118 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
3119 "set auto-load python-scripts", new anchor for it. Change
3120 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3121 for it. Change "info auto-load-scripts"
3122 to "info auto-load python-scripts", new anchor for it. Change "scripts"
3123 to "Python scripts".
3124
3125 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3126
3127 PR mi/13393
3128 * gdb.texinfo (Print Settings): Extend the description for "set print
3129 object".
3130 (GDB/MI Variable Objects): Extend the description for -var-create and
3131 -var-list-children.
3132
3133 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
3134
3135 * gdb.texinfo (Examining Data): Document the 'explore' command.
3136
3137 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3138
3139 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3140 to the children of a varobj and its update range when -var-update
3141 returns that the varobj's type changed.
3142
3143 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3144
3145 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3146 Create two new links fir 'objfile-gdb.py file'
3147 and 'dotdebug_gdb_scripts section'.
3148
3149 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 * gdb.texinfo (Auto-loading): Rename node reference
3152 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3153 Twice.
3154 (.debug_gdb_scripts section): Rename the node ...
3155 (dotdebug_gdb_scripts section): ... here.
3156 (Maintenance Commands): Also rename this node reference.
3157
3158 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3159
3160 * gdb.texinfo (Python API/Values From Inferior): Add description
3161 about the new method Value.referenced_value. Add description on
3162 how Value.dereference is different (and similar) to
3163 Value.referenced_value.
3164
3165 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3168 --init-eval-command=COMMAND, -iex.
3169 (Startup): Describe -iex and -ix. Simplify the example
3170 for "set auto-load-scripts off".
3171
3172 2012-03-16 Gary Benson <gbenson@redhat.com>
3173
3174 PR breakpoints/10738
3175 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3176 stating that GDB cannot set breakpoints on inlined functions.
3177 (Mode Options): Document --use-deprecated-index-sections.
3178 (Index Section Format): Document new index section version format.
3179
3180 2012-03-15 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3183
3184 2012-03-13 Doug Evans <dje@google.com>
3185
3186 * gdb.texinfo (Help): Change apropos example to use "alias" instead
3187 of "reload".
3188 (Symbols): Delete docs for set/show symbol-reloading.
3189 * gdbint.texinfo (Defining Other Architecture Features): Delete
3190 SYMBOL_RELOADING_DEFAULT.
3191 * refcard.tex: Delete reference to symbol-reloading.
3192
3193 2012-03-07 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.texinfo (General Query Packets): Document new
3196 QProgramSignals packet.
3197 * gdb.texinfo (Remote configuration): Mention
3198 "program-signals-packet".
3199
3200 2012-03-05 Tristan Gingold <gingold@adacore.com>
3201
3202 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3203
3204 2012-03-03 Yao Qi <yao@codesourcery.com>
3205
3206 * gdb.texinfo (In-Process Agent): New node.
3207 Document new commands.
3208 (General Query Packets): Add packet `QAgent'.
3209
3210 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3211
3212 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3213
3214 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3215
3216 * gdb.texinfo (Commands In Python): Put example python macro in
3217 COMMAND_USER category rather than COMMAND_OBSCURE.
3218 Document gdb.COMMAND_USER.
3219 (User-defined Commands): Update documentation to clarify
3220 "set/show max-user-call-depth" and "show user" don't apply to python
3221 commands. Update documentation to clarify "help user-defined" may
3222 also include python commands defined as COMMAND_USER.
3223
3224 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3225
3226 * gdb.texinfo (Startup): Add option -ex description to the option -x
3227 description.
3228
3229 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3230
3231 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3232 condition-evaluation breakpoint parameter.
3233 Mention condition-evaluation mode being shown in "info break".
3234 (Break Conditions): Add description for target-side
3235 conditional breakpoints.
3236 (Remote Configuration): Mention conditional-breakpoints-packet.
3237 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3238 cond-expr.
3239 (General Query Packets): Mention new ConditionalBreakpoint feature.
3240
3241 2012-02-22 Tom Tromey <tromey@redhat.com>
3242
3243 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3244
3245 2012-02-17 Tom Tromey <tromey@redhat.com>
3246
3247 PR python/10753:
3248 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3249 directory.
3250
3251 2012-02-14 Stan Shebs <stan@codesourcery.com>
3252
3253 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3254
3255 2012-02-13 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3258 mips-idt-ecoff.
3259
3260 2012-02-09 Yao Qi <yao@codesourcery.com>
3261
3262 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3263
3264 2012-02-07 Tom Tromey <tromey@redhat.com>
3265
3266 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3267 Symbol.value.
3268
3269 2012-02-07 Tom Tromey <tromey@redhat.com>
3270
3271 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3272
3273 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3274
3275 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3276
3277 2012-01-24 Tom Tromey <tromey@redhat.com>
3278
3279 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3280 unload".
3281 (Files): Mention new catch commands.
3282 (GDB/MI Async Records): Likewise.
3283
3284 2012-01-24 Gary Benson <gbenson@redhat.com>
3285
3286 Delete #if 0'd out code.
3287 * gdb.texinfo (Frame Info): Remove "info catch".
3288
3289 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3290
3291 * gdb.texinfo (Remote Configuration): Document
3292 "set remote hostio-readlink-packet" command.
3293 (General Query Packets): Document vFile:readlink packet.
3294
3295 2012-01-16 Tom Tromey <tromey@redhat.com>
3296
3297 * gdb.texinfo (Specify Location): Document relative file name
3298 handling.
3299
3300 2012-01-16 Tom Tromey <tromey@redhat.com>
3301
3302 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3303
3304 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3305 Eli Zaretskii <eliz@gnu.org>
3306
3307 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3308 code.
3309
3310 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3311
3312 * gdb.texinfo (Variables): Document use of :: for non-static
3313 variables.
3314
3315 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdbint.texinfo (Start of New Year Procedure): Update
3318 to replace use of copyright.sh by use of copyright.py.
3319
3320 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 Remove the gdbtui binary.
3323 * all-cfg.texi (GDBTUI): Remove.
3324 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3325 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3326 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3327
3328 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3329
3330 Introduce gdb.FinishBreakpoint in Python.
3331 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3332 (Python API): Add menu entry for Finish Breakpoints.
3333
3334 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3337 tests.
3338
3339 2011-12-16 Doug Evans <dje@google.com>
3340
3341 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3342
3343 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3344
3345 * gdb.texinfo (Python Commands): Remove "maint set/show print
3346 stack". Add documentation for "set/show python print-stack".
3347
3348 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3349
3350 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3351 should transfer control to the stub in the startup code instead of
3352 in main. Mention the need to get past the initial breakpoint.
3353
3354 2011-12-06 Tom Tromey <tromey@redhat.com>
3355
3356 * gdb.texinfo (Set Breaks): Update for new behavior.
3357
3358 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3361 List Format for SVR4 Targets'.
3362 (General Query Packets): New item qXfer:libraries-svr4:read.
3363 (Library List Format for SVR4 Targets): New node.
3364
3365 2011-12-01 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3368 add.
3369
3370 2011-11-22 Tom Tromey <tromey@redhat.com>
3371
3372 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3373 reasons.
3374
3375 2011-11-20 Stan Shebs <stan@codesourcery.com>
3376
3377 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3378 note-related options and variables.
3379 (Tracepoint Packets): Document packet changes.
3380
3381 2011-11-20 Sanjoy Das <sdas@igalia.com>
3382
3383 * gdb.texinfo (JIT Interface): Add documentation on writing and
3384 usind JIT debug info readers.
3385 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3386 Debug Info Readers): New nodes.
3387
3388 2011-11-18 Yao Qi <yao@codesourcery.com>
3389
3390 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3391 tracepoint.
3392
3393 2011-11-15 Doug Evans <dje@google.com>
3394
3395 * gdb.texinfo (Files): Document basenames-may-differ.
3396
3397 2011-11-14 Doug Evans <dje@google.com>
3398
3399 * gdb.texinfo (Shell Commands): Document "!".
3400
3401 2011-11-14 Stan Shebs <stan@codesourcery.com>
3402 Kwok Cheung Yeung <kcy@codesourcery.com>
3403
3404 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3405 needed to get shorter fast tracepoints.
3406 (Tracepoint Packets): Document new qTMinFTPILen packet.
3407
3408 2011-11-14 Yao Qi <yao@codesourcery.com>
3409
3410 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3411 behavior of tracepoint.
3412 (General Query Packets): New feature InstallInTrace.
3413 (Remote Configuration): Document "set remote
3414 install-in-trace-packet".
3415
3416 2011-11-12 Matt Rice <ratmice@gmail.com>
3417
3418 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3419 Add arguments to info macro.
3420
3421 2011-11-10 Tom Tromey <tromey@redhat.com>
3422
3423 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3424 manual.
3425 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3426 (Macros): Add a footnote.
3427 (C): Remove paragraph about compiler options.
3428 (C Constants): Mention wide character and string constants.
3429 (C Plus Plus Expressions): Update compiler option advice. Mention
3430 using declarations. Mention ADL. Remove old HP compiler
3431 information.
3432
3433 2011-11-10 Tom Tromey <tromey@redhat.com>
3434
3435 PR c++/9257:
3436 * gdb.texinfo (Print Settings): Add an extra note about the need
3437 for a vtable.
3438
3439 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3440
3441 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3442 "set mips abi" documentation.
3443
3444 2011-11-04 Doug Evans <dje@google.com>
3445
3446 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3447
3448 2011-11-03 Tom Tromey <tromey@redhat.com>
3449
3450 * gdb.texinfo (Stopping): Add menu entry.
3451 (Continuing and Stepping): Restore @node. Use @section, not
3452 @subsection.
3453
3454 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3455
3456 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3457 designation. Fix "Specify Location" cross-reference.
3458
3459 2011-11-02 Stan Shebs <stan@codesourcery.com>
3460
3461 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3462 (General Query Packets): Describe tracenz feature.
3463 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3464
3465 2011-10-28 Paul Koning <paul_koning@dell.com>
3466
3467 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3468
3469 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3470
3471 * gdb.texinfo ((Frames In Python): Document
3472 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3473
3474 2011-10-26 Paul Koning <paul_koning@dell.com>
3475
3476 * gdb.texinfo (gdb.types): Document new deepitems function.
3477
3478 2011-10-25 Paul Koning <paul_koning@dell.com>
3479
3480 PR python/13327
3481
3482 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3483 fetch_lazy method.
3484
3485 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3486
3487 PR python/12656
3488
3489 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3490 global_block, static_block function.
3491
3492 2011-10-19 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.texinfo (Commands In Python): Add missing "@"s.
3495
3496 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3497
3498 PR python/13285 Document named constants for frame unwind stop reasons
3499 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3500 constants.
3501
3502 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 Fix compatibility with texinfo versions older than 4.12.
3505 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3506 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3507 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3508 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3509 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3510 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3511 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3512
3513 2011-10-09 Doug Evans <dje@google.com>
3514
3515 * gdb.texinfo (Extending GDB): Document alias command.
3516
3517 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 Support @entry in input expressions.
3520 * gdb.texinfo (Variables): Describe @entry names suffix.
3521 (Print Settings): Add anchor for `set print entry-values'.
3522
3523 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3524 Eli Zaretskii <eliz@gnu.org>
3525
3526 Display @entry parameter values (without references).
3527 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3528 example.
3529 (Print Settings): New description of set print entry-values and show
3530 print entry-values.
3531
3532 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3533 Eli Zaretskii <eliz@gnu.org>
3534
3535 Recognize virtual tail call frames.
3536 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3537 (Tail Call Frames): New node.
3538 (Frames In Python): Add gdb.TAILCALL_FRAME.
3539
3540 2011-10-07 Doug Evans <dje@google.com>
3541
3542 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3543 register_pretty_printer.
3544
3545 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3546
3547 PR python/12930
3548 PR python/12802
3549
3550 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3551 stop method.
3552
3553 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3554
3555 * gdb.texinfo (Starting your Program): "set disable-randomization"
3556 is no longer Linux-specific.
3557 (Remote Configuration): Document "set remote
3558 disable-randomization-packet".
3559 (General Query Packets): Document "QDisableRandomization" packet
3560 and add it to "qSupported" list.
3561
3562 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3563
3564 Allow Python notification of new object-file loadings.
3565 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3566 event type.
3567
3568 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3569
3570 PR python/12691: Add the inferior to Python exited event
3571 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3572
3573 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3574
3575 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3576 rephasing.
3577
3578 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3579
3580 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3581 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3582 as possible feature returned by the `-list-features'
3583 command.
3584
3585 2011-09-28 Paul Koning <paul_koning@dell.com>
3586
3587 * gdb.texinfo (gdb.Type): Document field access by dictionary
3588 key syntax.
3589
3590 2011-09-28 Yao Qi <yao@codesourcery.com>
3591
3592 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3593 Add one space after option `-s'. Remove @r{} markup.
3594
3595 2011-09-27 Stan Shebs <stan@codesourcery.com>
3596
3597 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3598
3599 2011-09-16 Hui Zhu <teawater@gmail.com>
3600
3601 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3602 to *(unsigned char *)$esp@300.
3603
3604 2011-09-15 Paul Koning <paul_koning@dell.com>
3605
3606 * gdb.texinfo: Make style of Python functions and methods match
3607 the syntax of Python. Also put class and module names explicitly
3608 on function, member, and variable names, matching Python
3609 documentation conventions.
3610
3611 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3612
3613 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3614 * gdb.texinfo (Inferiors In Python): Describe new
3615 gdb.selected_inferior() function.
3616
3617 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3618
3619 Handle multiple breakpoint hits in Python interface:
3620 * gdb.texinfo (Events In Python): New function documentation:
3621 gdb.BreakpointEvent.breakpoints. Indicate that
3622 gdb.BreakpointEvent.breakpoint is now deprecated.
3623
3624 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3627
3628 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3629
3630 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3631
3632 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3633
3634 * gdb.texinfo (Prompt): Add set/show extended-prompt
3635 documentation
3636 (Basic Python): Add prompt_hook anchor.
3637 (Python modules): Reword module text to reflect multiple modules.
3638 (gdb.prompt): Document gdb.prompt module.
3639
3640 2011-08-14 Yao Qi <yao@codesourcery.com>
3641
3642 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3643
3644 2011-08-14 Yao Qi <yao@codesourcery.com>
3645
3646 * gdb.texinfo (Standard Target Features): Document C6x features.
3647 (TIC6x Features): New node.
3648
3649 2011-08-12 Doug Evans <dje@google.com>
3650
3651 * gdb.texinfo (Symbols In Python): Document symbol.type.
3652
3653 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3654
3655 * gdb.texinfo (Python): Document command and function
3656 auto-loading.
3657
3658 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3659 Eli Zaretskii <eliz@gnu.org>
3660
3661 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3662 typedefs unrolling. Extend the sample code by an inner typedef and
3663 outer typedefs unrolling.
3664
3665 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3666
3667 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3668 size and line-size.
3669
3670 2011-07-21 Matt Rice <ratmice@gmail.com>
3671
3672 PR macros/12999
3673 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3674 Update text and cindex entries for info macro command.
3675
3676 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3677
3678 * observer.texi (GDB Observers): Add before_prompt observer.
3679 * gdb.texinfo (Basic Python): Add documentation for prompt
3680 substitution.
3681
3682 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3683
3684 PR python/12438
3685 * gdb.texinfo (Python Commands): Add deprecate note to maint
3686 set/show python print-stack. Document set/show python
3687 print-backtrace.
3688
3689 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3690
3691 * gdb.texinfo: Fix typos.
3692
3693 2011-07-01 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.texinfo (Debugging Output): Document set debug
3696 check-physname.
3697
3698 2011-06-29 Tom Tromey <tromey@redhat.com>
3699
3700 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3701 breakpoint-notifications feature.
3702
3703 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3704
3705 * gdb.texinfo (Target Description): Remove warning about
3706 possibly unstable format.
3707
3708 2011-06-03 Tom Tromey <tromey@redhat.com>
3709
3710 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3711 (Events In Python): Note that exit_code is optional.
3712
3713 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3714
3715 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3716 required for multi-threading support.
3717 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3718 Hc are deprecated for multi-threading debugging. Point readers at
3719 the vCont packet.
3720
3721 2011-05-15 Doug Evans <dje@google.com>
3722
3723 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3724
3725 2011-05-13 Doug Evans <dje@google.com>
3726
3727 * gdb.texinfo (Threads): Document $sdir,$pdir.
3728 (Server): Document $pdir exception.
3729
3730 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3731
3732 * gdb.texinfo (Threads): Clarify default value for
3733 libthread-db-search-path.
3734
3735 * gdb.texinfo (Completion): Update example.
3736 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3737
3738 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3739
3740 * gdb.texinfo: Document change in the behaviour of the enable and
3741 disable GDB commands when applied to tracepoints.
3742 Document the EnableDisableTracepoints remote stub feature.
3743 Document QTEnable and QTDisable in the list of tracepoint packets.
3744
3745 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3748 hsuser.texi.
3749 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3750 comment to hsuser.texi. Change rluser.texi name in the comment.
3751
3752 2011-05-10 Doug Evans <dje@google.com>
3753
3754 * gdb.texinfo (Threads): If an empty path is provided for
3755 libthread-db-search-path it is reset to its default value.
3756 (Server): Ditto.
3757
3758 2011-05-09 Doug Evans <dje@google.com>
3759
3760 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3761
3762 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3763 Thiago Jung Bauermann <bauerman@br.ibm.com>
3764
3765 Implement support for PowerPC BookE masked watchpoints.
3766 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3767 (PowerPC Embedded): Mention support of masked watchpoints.
3768
3769 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3772 `@value{GDBN}'.
3773
3774 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3775
3776 * gdb.texinfo (titlepage): Remove dedication.
3777 (In Memoriam): New appendix.
3778
3779 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3780 Eli Zaretskii <eliz@gnu.org>
3781
3782 * gdb.texinfo (Index Section Format): Change the version to 5.
3783 Describe the different formula.
3784
3785 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3786 Eli Zaretskii <eliz@gnu.org>
3787
3788 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3789 for disconnected tracing.
3790 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3791 extended-remote relationship. Mention --once.
3792 (TCP port allocation lifecycle of @code{gdbserver}): New.
3793
3794 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3795
3796 * gdb.texinfo (Server): Improve indexing. Index all optional
3797 switches to gdbserver.
3798
3799 2011-04-20 Tom Tromey <tromey@redhat.com>
3800
3801 * gdb.texinfo (Index Section Format): New node.
3802 (Top): Add new node to menu.
3803
3804 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3805
3806 * gdb.texinfo (Maintenance Commands): Document `maint print
3807 remote-registers'.
3808
3809 2011-04-20 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.texinfo (Trace File Format): Move node later.
3812
3813 2011-04-19 Tom Tromey <tromey@redhat.com>
3814
3815 * gdbint.texinfo (Register Information Functions): Remove
3816 duplicate "the".
3817 * gdb.texinfo (Emacs): Remove duplicate "to".
3818 (GDB/MI Variable Objects): Remove duplicate "the".
3819 (General Query Packets): Likewise.
3820
3821 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3822
3823 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3824 "GDB/MI Ada Exception Information" node.
3825
3826 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3827
3828 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3829 the "exception-name" field in the *stopped async record.
3830
3831 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3832 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3833
3834 Implement support for PowerPC BookE ranged breakpoints.
3835 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3836
3837 2011-03-28 Tom Tromey <tromey@redhat.com>
3838
3839 * gdb.texinfo (Set Tracepoints): Fix typo.
3840
3841 2011-03-24 Tom Tromey <tromey@redhat.com>
3842
3843 * gdb.texinfo (Specify Location): Document `function:label'
3844 linespec.
3845
3846 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3847
3848 PR python/12149
3849
3850 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3851
3852 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3853
3854 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3855 (Inferiors In Python): Likewise.
3856 (Threads In Python): Likewise.
3857 (Symbols In Python): Likewise.
3858 (Objfiles In Python): Likewise.
3859 (Symbol Tables In Python): Likewise.
3860
3861 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3862
3863 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3864 display>: Explain that the commands accept number ranges.
3865
3866 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3867
3868 * gdb.texinfo (Breakpoints In Python): Add description and example
3869 of Python stop function operation.
3870
3871 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3872
3873 * gdb.texinfo (Parameters In Python): Document get_set_string and
3874 get_show_string methods.
3875
3876 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3879
3880 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3881 circular-trace-buffer name.
3882
3883 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3884
3885 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3886 in the previous change.
3887
3888 2011-02-27 Michael Snyder <msnyder@vmware.com>
3889
3890 * gdb.texinfo (Inferiors and Programs): Update commands to show
3891 that they can accept multiple arguments.
3892
3893 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3894
3895 Revert the following patch (code patch was not approved):
3896 2011-02-21 Hui Zhu <teawater@gmail.com>
3897 * agentexpr.texi (bytecode descriptions): add printf.
3898 * gdb.texinfo (tracepoint action lists): add printf.
3899
3900 2011-02-23 Doug Evans <dje@google.com>
3901
3902 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3903
3904 2011-02-23 Michael Snyder <msnyder@vmware.com>
3905
3906 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3907 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3908 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3909
3910 2011-02-22 Doug Evans <dje@google.com>
3911
3912 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3913 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3914 add description of result, fix @defun formatting.
3915
3916 2011-02-21 Hui Zhu <teawater@gmail.com>
3917
3918 * agentexpr.texi (Bytecode Descriptions): Add printf.
3919 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3920
3921 2011-02-18 Tom Tromey <tromey@redhat.com>
3922
3923 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3924
3925 2011-02-14 Michael Snyder <msnyder@vmware.com>
3926
3927 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3928 Document new command "thread find".
3929
3930 2011-02-14 Michael Snyder <msnyder@vmware.com>
3931
3932 * gdb.texinfo (Threads): Update example of new thread message.
3933
3934 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3935
3936 * gdb.texinfo (Remote Configuration): Mention set/show remote
3937 traceframe-info.
3938 (Tools/Packages Optional for Building GDB): Mention that expat is
3939 used for traceframe info.
3940 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3941 (General Query Packets) <qSupported>: Describe the
3942 qXfer:traceframe-info:read feature.
3943 (qXfer::read): Describe qXfer:traceframe-info:read.
3944 (Traceframe Info Format): New section.
3945
3946 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3947
3948 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3949 for casts and unary operators.
3950
3951 2011-02-04 Tom Tromey <tromey@redhat.com>
3952
3953 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3954 is not useful.
3955
3956 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3957
3958 * gdb.texinfo: s/value optimized out/optimized out/g
3959
3960 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3961
3962 * gdb.texinfo (Other Misc Settings): Rework part of the
3963 documentation of the "set interactive mode" command.
3964
3965 2011-01-19 Tom Tromey <tromey@redhat.com>
3966
3967 * gdb.texinfo (Threads): Document thread name output and `thread
3968 name' command.
3969 (Threads In Python): Document Thread.name attribute.
3970 (GDB/MI Thread Commands): Document thread attributes.
3971
3972 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3973
3974 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3975 changes in mi/mi-cmd-disas.c
3976
3977 2011-01-12 Tom Tromey <tromey@redhat.com>
3978
3979 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3980 Fix "thread apply" text.
3981
3982 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3983 Thiago Jung Bauermann <bauerman@br.ibm.com>
3984
3985 Implement support for PowerPC BookE ranged watchpoints.
3986 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3987 the "set powerpc exact-watchpoints" flag.
3988
3989 2011-01-07 Tom Tromey <tromey@redhat.com>
3990
3991 * gdb.texinfo (Python API): Add descriptions to @menu items.
3992
3993 2011-01-06 Tom Tromey <tromey@redhat.com>
3994
3995 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3996
3997 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3998
3999 * gdb.texinfo (Debugging Output): Document "set debug jit".
4000
4001 2011-01-06 Tom Tromey <tromey@redhat.com>
4002
4003 PR python/12133:
4004 * gdb.texinfo (Frames In Python): Document various frame
4005 constants.
4006
4007 2011-01-05 Joel Brobecker <brobecker@adacore.com>
4008
4009 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4010 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4011 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4012
4013 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4014
4015 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4016 (clean): Add GDBvn.texi.
4017
4018 2010-12-29 Joel Brobecker <brobecker@adacore.com>
4019
4020 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4021 occasional case where the debugger prints an array address
4022 instead of the array itself.
4023
4024 2010-12-23 Pedro Alves <pedro@codesourcery.com>
4025
4026 * gdb.texinfo (Packets) <read registers packet>: Document support
4027 for registers that were not collected.
4028
4029 2010-12-15 Doug Evans <dje@google.com>
4030
4031 * gdb.texinfo (Startup): Document auto-loading of scripts during
4032 startup.
4033 (Auto-loading): Delete "maint set python auto-load on|off".
4034 Add "set auto-load-scripts on|off".
4035
4036 2010-12-07 Doug Evans <dje@google.com>
4037
4038 * gdb.texinfo (Mode Options): Document -data-directory.
4039 (Data Files): Add reference to -data-directory.
4040
4041 2010-11-29 Doug Evans <dje@google.com>
4042
4043 * gdb.texinfo (Pretty-Printer Introduction): Change
4044 printer-name:subprinter-name to printer-name;subprinter-name.
4045
4046 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4047
4048 PR python/12199
4049
4050 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4051
4052 2010-11-23 Tom Tromey <tromey@redhat.com>
4053
4054 * gdb.texinfo (Top): Check SYSTEM_READLINE.
4055 (Editing): Likewise.
4056 (Command History): Likewise.
4057 (TUI Keys): Likewise.
4058 (Bug Reporting): Conditionally include rluser.texi and
4059 inc-history.texinfo.
4060 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4061 (GDB_DOC_SOURCE_INCLUDES): Add comment.
4062 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4063 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4064 (gdb.pdf): Likewise.
4065 (gdb.info): Likewise.
4066 (gdb/index.html): Likewise.
4067
4068 2010-11-23 Tom Tromey <tromey@redhat.com>
4069
4070 * Makefile.in (Makefile): Run ../config.status.
4071 (distclean): Update.
4072 * configure: Remove.
4073 * configure.ac: Remove.
4074
4075 2010-11-12 Tom Tromey <tromey@redhat.com>
4076
4077 * gdb.texinfo (Basic Python): Update. Add xref.
4078 (Exception Handling): Document new exception classes.
4079 (Types In Python): Update.
4080 (Frames In Python): Update.
4081
4082 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4083
4084 * gdb.texinfo (Breakpoints In Python): Document "internal"
4085 parameter, and visible attribute.
4086
4087 2010-11-05 Doug Evans <dje@google.com>
4088
4089 * gdb.texinfo (Source Path): Document "set directories".
4090
4091 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4092
4093 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4094 (OpenCL C): New node.
4095
4096 2010-11-02 Doug Evans <dje@google.com>
4097
4098 * gdb.texinfo (Pretty Printing): Expand into three sections,
4099 introduction, example, and commands.
4100 (Python API): Delete section Disabling Pretty-Printers, merge into
4101 Selecting Pretty-Printers.
4102 (Writing a Pretty-Printer): New section. Move the pretty-printer
4103 example here, and reformat to match python coding style. Add a second
4104 example using the gdb.printing module.
4105 (Python modules): Add gdb.printing.
4106
4107 2010-10-29 Doug Evans <dje@google.com>
4108
4109 * gdb.texinfo (Python): Fix long line.
4110
4111 2010-10-20 Doug Evans <dje@google.com>
4112
4113 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4114 All references updated. Correct sections marked as subsections.
4115 (Coding Standards): New chapter. Move the coding standard related
4116 subsections here. Add section on Python coding standards.
4117
4118 2010-10-13 Doug Evans <dje@google.com>
4119
4120 * gdb.texinfo (Python): Add "Python modules".
4121 (Types in Python): Add reference to gdb.types section.
4122 (Python modules): New node.
4123
4124 2010-10-11 Doug Evans <dje@google.com>
4125
4126 * gdb.texinfo (Values From Inferior): Add reference to "Types in
4127 Python" from gdb.Value.type description.
4128
4129 2010-09-28 Joel Brobecker <brobecker@adacore.com>
4130
4131 * gdb.texinfo (Ravenscar Profile): New node.
4132
4133 2010-09-22 Tom Tromey <tromey@redhat.com>
4134
4135 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4136
4137 2010-09-22 Eli Zaretskii <eliz@gnu.org>
4138
4139 * gdb.texinfo (Values From Inferior): Clarify that
4140 value.dynamic_type works only in C++ programs with RTTI.
4141
4142 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
4143
4144 * gdb.texinfo (Character Sets): Correctly reference host-charset
4145 in example.
4146
4147 2010-09-13 Tom Tromey <tromey@redhat.com>
4148
4149 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4150 Document "fullname" and "from".
4151
4152 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
4153
4154 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4155 feature `reverse' output by -list-target-features.
4156
4157 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
4158
4159 * gdb.texinfo (i386 Features): Remove an extra "@item".
4160
4161 2010-08-30 Tom Tromey <tromey@redhat.com>
4162
4163 PR python/11792:
4164 * gdb.texinfo (Values From Inferior): Document dynamic_type.
4165
4166 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
4167
4168 * gdb.texinfo (ARM Features): Document
4169 org.gnu.gdb.arm.m-profile.
4170
4171 2010-08-23 Tom Tromey <tromey@redhat.com>
4172
4173 PR python/11145:
4174 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4175 reinterpret_cast methods.
4176
4177 2010-08-23 Tom Tromey <tromey@redhat.com>
4178
4179 PR python/11915:
4180 * gdb.texinfo (Types In Python): Document array method.
4181
4182 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4183
4184 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4185
4186 2010-08-16 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (Set Watchpoints): Document -location option.
4189
4190 2010-08-13 Doug Evans <dje@google.com>
4191
4192 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4193
4194 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
4195
4196 * gdb.texinfo (GDB/MI Data Manipulation): Document
4197 -data-read-memory-raw and -data-write-memory-raw.
4198
4199 2010-08-11 Tom Tromey <tromey@redhat.com>
4200 Phil Muldoon <pmuldoon@redhat.com>
4201
4202 * gdb.texinfo (Basic Python): Describe post_event API.
4203
4204 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4205
4206 * gdb.texinfo (Basic Python): Describe solib_address and
4207 decode_line Python APIs
4208
4209 2010-08-10 Tom Tromey <tromey@redhat.com>
4210
4211 * gdb.texinfo (Pretty Printing API): Document
4212 gdb.default_visualizer.
4213
4214 2010-08-10 Tom Tromey <tromey@redhat.com>
4215
4216 Revert gdb-add-index addition:
4217 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4218
4219 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4220 Eli Zaretskii <eliz@gnu.org>
4221
4222 * gdb.texinfo (Mode Options) <-batch>
4223 (Basic Python) <gdb.execute>: Describe setting width and height.
4224
4225 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4226
4227 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4228
4229 2010-07-30 Tom Tromey <tromey@redhat.com>
4230
4231 * gdb.texinfo (Index Files): Mention gdb-add-index.
4232
4233 2010-07-30 Hui Zhu <teawater@gmail.com>
4234
4235 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4236 "detach inferior" and "kill inferior".
4237
4238 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4239
4240 * gdb.texinfo (Machine Code): Update description of two forms of
4241 arguments, and add new example to demonstrate the new form.
4242
4243 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4244
4245 * gdb.texinfo (Values From Inferior): Add value inferior function
4246 call description.
4247
4248 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4251
4252 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4253 Eli Zaretskii <eliz@gnu.org>
4254
4255 Make core files the process_stratum.
4256 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4257 record_stratum example.
4258
4259 2010-07-13 Tom Tromey <tromey@redhat.com>
4260
4261 * gdb.texinfo (Index Files): New node.
4262
4263 2010-07-13 Tom Tromey <tromey@redhat.com>
4264
4265 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4266
4267 2010-07-13 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.texinfo (Specify Location): Document labels.
4270
4271 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4272
4273 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4274 entries for fast tracepoints and static tracepoints.
4275
4276 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4277
4278 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4279 qsThreadInfo>: Spell out `l' as ell.
4280
4281 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4282
4283 * gdb.texinfo (Convenience Variables): Document $_sdata.
4284 (Commands to Set Tracepoints): Describe static tracepoints. Add
4285 `Listing Static Tracepoint Markers' menu entry. Document
4286 "strace".
4287 (Tracepoint Action Lists): Document collecting $_sdata.
4288 (Listing Static Tracepoint Markers): New subsection.
4289 (Tracepoints support in gdbserver): Mention static tracepoints.
4290 (remote packets, enabling and disabling): Mention
4291 read-sdata-object.
4292 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4293 and StaticTracepoint.
4294 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4295 Document qXfer:sdata:read.
4296 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4297
4298 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4299
4300 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4301
4302 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4303 Tom Tromey <tromey@redhat.com>
4304 Thiago Jung Bauermann <bauerman@br.ibm.com>
4305
4306 * gdb.texinfo (Inferiors In Python): New node.
4307 * gdb.texinfo (Threads In Python): New node.
4308
4309 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.texinfo (Python): Document what the python directory is
4312 and what its location is.
4313 (Basic Python): Document the gdb.PYTHONDIR constant.
4314
4315 2010-06-25 Tom Tromey <tromey@redhat.com>
4316
4317 PR python/10808:
4318 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4319
4320 2010-06-24 Hui Zhu <teawater@gmail.com>
4321
4322 * gdb.texinfo: (Commands for Controlled Output): Add
4323 documentation for command "eval".
4324
4325 2010-06-21 Stan Shebs <stan@codesourcery.com>
4326
4327 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4328 * annotate.texinfo: Ditto.
4329 * gdbint.texinfo: Ditto.
4330 * stabs.texinfo: Ditto.
4331
4332 2010-06-22 Hui Zhu <teawater@gmail.com>
4333
4334 * gdb.texinfo: (Process Record and Replay): Add documentation
4335 for command "set record memory-query".
4336
4337 2010-06-21 Stan Shebs <stan@codesourcery.com>
4338
4339 * gdb.texinfo: Relicense under GFDL version 1.3.
4340 * annotate.texinfo: Relicense under GFDL version 1.3.
4341 * gdbint.texinfo: Relicense under GFDL version 1.3.
4342 * stabs.texinfo: Relicense under GFDL version 1.3.
4343 * fdl.texi: Update to version 1.3.
4344
4345 2010-06-18 Stan Shebs <stan@codesourcery.com>
4346
4347 * gdb.texinfo (Operating System Auxiliary Information): Describe
4348 "info os" when no arguments given.
4349
4350 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4351 $_thread.
4352
4353 2010-06-18 Hui Zhu <teawater@gmail.com>
4354
4355 * gdb.texinfo: (Process Record and Replay): Add documentation
4356 for commands "record save" and "record restore".
4357
4358 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.texinfo: Include information about the correct use
4361 of addresses in the `watch' command.
4362
4363 2010-06-11 Stan Shebs <stan@codesourcery.com>
4364
4365 * gdb.texinfo (Observer Mode): New section.
4366 (General Query Packets): Document QAllow.
4367
4368 2010-06-04 Doug Evans <dje@google.com>
4369
4370 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4371
4372 2010-06-03 Doug Evans <dje@google.com>
4373
4374 * gdbint.texinfo (Coding): Add subsection on command names.
4375
4376 2010-06-02 Tom Tromey <tromey@redhat.com>
4377
4378 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4379 always-disassemble.
4380
4381 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4382
4383 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4384 gdbserver, and add cross reference.
4385 (Tracepoints support in gdbserver): New subsection.
4386
4387 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4388
4389 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4390 `qRelocInsn' feature.
4391 (Relocate instruction reply packet): New subsection
4392 of `Tracepoint Packets'.
4393 (Tracepoint Packets): Mention that packets QTDP and QTStart
4394 support the qRelocInsn request, and add cross reference to new
4395 subsection.
4396
4397 2010-05-25 Doug Evans <dje@google.com>
4398
4399 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4400 (Commands In Python): Document gdb.string_to_argv.
4401
4402 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4405 ATTR_NORETURN.
4406
4407 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4408 Tom Tromey <tromey@redhat.com>
4409 Thiago Jung Bauermann <bauerman@br.ibm.com>
4410
4411 * gdb.texinfo (Parameters In Python): New Node.
4412
4413 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4414
4415 * gdb.texinfo: (Summary) Add mention about D language support.
4416 (Filenames): Add D suffixes.
4417 (D): New node.
4418
4419 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4420
4421 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4422 of macro deleted from GDB code.
4423
4424 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4425
4426 * gdb.texinfo (Commands to specify files): Describe what how GDB
4427 looks up DOS-based filesystem paths on the system root. Document
4428 the new `set/show target-file-system-kind' commands.
4429
4430 2010-04-23 Doug Evans <dje@google.com>
4431
4432 * gdb.texinfo (Python): Move Auto-loading section here ...
4433 (Python API): from here.
4434 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4435 (Maintenance Commands): Add docs for "maint print section-scripts".
4436
4437 2010-04-20 Chris Moller <cmoller@redhat.com>
4438
4439 * gdb.texinfo (Setting Breakpoints): Added description of
4440 filename-qualified rbreak.
4441 * refcard.tex (Breakpoints and Watchpoints): Added brief
4442 description of filename-qualified rbreak.
4443
4444 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4445
4446 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4447 (Python API): Change the reference to Pretty Printing API.
4448 (Pretty Printing): Move the user part under the Data node. Reformat
4449 the sample output to 72 columns. Create a new reference to Pretty
4450 Printing API. Rename the API part ...
4451 (Pretty Printing API): To a new node name.
4452 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4453 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4454
4455 2010-04-21 Stan Shebs <stan@codesourcery.com>
4456
4457 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4458 and commands.
4459 (Listing Tracepoints): Update to reflect current behavior.
4460
4461 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4462
4463 * gdb.texinfo (Examining memory): Update for change in string
4464 display with explicit size.
4465
4466 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4467
4468 PR breakpoints/8554.
4469
4470 * gdb.texinfo (Save Breakpoints): New node.
4471 (save-tracepoints): Rename to ...
4472 (save tracepoints): ... this. Mention that `save-tracepoints' is
4473 a deprecated alias to `save tracepoints'.
4474
4475 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4476
4477 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4478 (info w32 thread-information-block): Document new command.
4479 (qGetTIBAddress): Document new gdbserver query.
4480 (maint set/show show-all-tib): Document new command.
4481
4482 2010-04-15 Doug Evans <dje@google.com>
4483
4484 * gdb.texinfo (Python API): Add progspaces section.
4485 (Selecting Pretty-Printers): Progspace pretty-printers are
4486 searched too.
4487 (Progspaces In Python): New section.
4488
4489 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4490
4491 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4492
4493 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4494 returns None.
4495
4496 2010-04-09 Stan Shebs <stan@codesourcery.com>
4497
4498 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4499 Describe the `frames-created' field, tweak grammar.
4500
4501 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4502
4503 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4504 Describe the `circular' and `disconnected' fields.
4505
4506 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4507
4508 * gdb.texinfo (maint print registers): Mention unavailable and
4509 invisible registers.
4510
4511 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4512 Thiago Jung Bauermann <bauerman@br.ibm.com>
4513 Tom Tromey <tromey@redhat.com>
4514
4515 * gdb.texinfo (Breakpoints In Python): New Node.
4516
4517 2010-04-08 Stan Shebs <stan@codesourcery.com>
4518
4519 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4520 trace status fields.
4521
4522 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4523
4524 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4525 optional. Make org.gnu.gdb.i386.avx requires
4526 org.gnu.gdb.i386.avx.
4527
4528 2010-04-08 Doug Evans <dje@google.com>
4529
4530 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4531 search path, and document that gdb only scans the search path if
4532 the script's path doesn't specify a directory.
4533
4534 2010-04-05 Doug Evans <dje@google.com>
4535
4536 * gdb.texinfo (maint show python auto-load): Fix typo.
4537
4538 2010-04-04 Stan Shebs <stan@codesourcery.com>
4539
4540 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4541 (Setting Watchpoints): Update description of "info watch".
4542 (Disabling Breakpoints): Only "info break" lists all.
4543
4544 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4545 (tdump): Explain how tdump works.
4546
4547 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4548
4549 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4550 add cross reference.
4551
4552 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4553
4554 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4555 commands error out.
4556
4557 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4558
4559 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4560
4561 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4562
4563 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4564
4565 2010-03-29 Stan Shebs <stan@codesourcery.com>
4566 Nathan Sidwell <nathan@codesourcery.com>
4567
4568 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4569 GDBN equivalent.
4570 (Set Tracepoints): Remove mention that conditional tracepoints
4571 don't exist.
4572 (Tracepoint Actions): Clarify when while-stepping collection
4573 happens, note that while-stepping does not automatically collect
4574 $pc.
4575
4576 2010-03-29 Stan Shebs <stan@codesourcery.com>
4577
4578 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4579 (General Query Packets): Describe TracepointSource.
4580
4581 2010-03-27 Matt Rice <ratmice@gmail.com>
4582
4583 * gdb.texinfo (ARM): Document arguments to "target sim".
4584 (Set Catchpoints): Use @dots{} instead of @r{...}.
4585
4586 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4587
4588 * gdb.texinfo (Tracepoint Packets): Remove mention that
4589 terror:string may be plain text, and drop mention of X prefix.
4590
4591 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4592
4593 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4594
4595 2010-03-24 Stan Shebs <stan@codesourcery.com>
4596
4597 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4598
4599 2010-03-24 Tom Tromey <tromey@redhat.com>
4600
4601 PR breakpoints/9352:
4602 * gdb.texinfo (Break Commands): Update.
4603
4604 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4605
4606 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4607 commands.
4608
4609 2010-03-16 Stan Shebs <stan@codesourcery.com>
4610
4611 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4612 circular-trace-buffer.
4613 (Tracepoint Packets): Describe QTBuffer, and details of the
4614 qTStatus reply.
4615
4616 2010-03-12 Stan Shebs <stan@codesourcery.com>
4617 Nathan Sidwell <nathan@codesourcery.com>
4618
4619 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4620 doing instruction stepping.
4621 (Tracepoint Restrictions): New node.
4622
4623 2010-03-10 Tom Tromey <tromey@redhat.com>
4624
4625 * gdbint.texinfo (Symbol Handling): Update.
4626
4627 2010-03-08 Tom Tromey <tromey@redhat.com>
4628
4629 PR cli/9591:
4630 * gdb.texinfo (Mode Options): Mention lack of pagination and
4631 confirmation with --batch.
4632 (Screen Size): Mention --batch.
4633 (Messages/Warnings): Likewise.
4634
4635 2010-03-05 Tom Tromey <tromey@redhat.com>
4636
4637 * gdb.texinfo (Basic Python): Document target_charset and
4638 target_wide_charset.
4639
4640 2010-03-05 Tom Tromey <tromey@redhat.com>
4641
4642 * gdb.texinfo (Data): Link to pretty-printing.
4643 (Output Formats): Likewise. Correct text.
4644
4645 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4646
4647 * gdb.texinfo (Types): Describe <struct> and <flags>.
4648
4649 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4650
4651 * gdb.texinfo (Frames In Python): Add block parameter and
4652 description to read_var text.
4653
4654 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4655 Tom Tromey <tromey@redhat.com>
4656
4657 * gdb.texinfo (Types In Python): Describe block argument in
4658 template_argument and gdb.lookup_type.
4659
4660 2010-02-24 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.texinfo (Cygwin Native): Fix typo.
4663
4664 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4665
4666 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4667 and select method descriptions.
4668 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4669 Tables in Python to menu.
4670 (Blocks In Python): New node.
4671 (Symbols In Python): New node.
4672 (Symbol Tables in Python): New node.
4673
4674 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4675
4676 Multiexec MI
4677
4678 gdb/
4679 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4680
4681 gdb/doc/
4682 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4683 changes.
4684 (GDB/MI Program Execution): Document current behaviour of
4685 --all and --thread-group.
4686 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4687 -remove-inferior.
4688 * observer.texi (inferior_added, inferior_removed): New
4689 observers.
4690
4691 2010-02-19 Tom Tromey <tromey@redhat.com>
4692
4693 * gdbint.texinfo (Getting Started): Fix @node.
4694 (Debugging GDB): Likewise.
4695
4696 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4697
4698 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4699 documenting the gdb_test_timeout variable.
4700
4701 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4702
4703 * gdb.texinfo (MI commands): Added documentation of --reverse
4704 option to a set of MI commands. Restructured documentation of MI
4705 commands --exec-continue to reflect the complexity of reverse
4706 execution.
4707
4708 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4709
4710 * gdb.texinfo (Using the Collected Data): Specify that the address
4711 range of `tfind outsize' is exclusive, and that the address range
4712 of `tfind range' is inclusive.
4713 (Tracepoint Packets): Specify that the address range of
4714 `QTFrame:range' is inclusive, and that the address range of
4715 `QTFrame:outside' is exclusive
4716
4717 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4718
4719 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4720
4721 2010-02-10 Tom Tromey <tromey@redhat.com>
4722
4723 * gdb.texinfo (Debugging Output): Document set debug parser and
4724 show debug parser.
4725
4726 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4727
4728 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4729 i386_eflags and i386_mxcsr.
4730
4731 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4732
4733 * gdb.texinfo: Document i386 target features.
4734
4735 2010-02-05 Doug Evans <dje@google.com>
4736
4737 * gdbint.texinfo (Testsuite): Add a new section to document the
4738 various DejaGnu variables that may be overridden.
4739 Document INTERNAL_GDBFLAGS.
4740
4741 2010-02-04 Tom Tromey <tromey@redhat.com>
4742
4743 PR cli/8830:
4744 * gdb.texinfo (Files): -readnow comes before the filename for file
4745 and symbol-file.
4746
4747 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4748
4749 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4750 Document ARM breakpoint types.
4751 (Register Packet Format): Move into the new section.
4752 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4753
4754 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4755
4756 * gdb.texinfo (File Options): Adjust the documentation of this
4757 switch to refer to the "source" command rather than partially
4758 duplicating some of the relevant information.
4759 (Extending GDB): Introduce and document the set/show script-extension
4760 setting.
4761 (Command Files): Add note explaining that the "source" command
4762 is also used to evalute scripts written in other languages.
4763 Remove the short slightly incorrect reference to sourcing Python
4764 scripts.
4765 (Python Commands): Document how to execute a Python script from GDB.
4766
4767 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.texinfo (Command Files): Fix typo.
4770
4771 2010-01-18 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.texinfo (File Options): Document -x on .py files.
4774 (Command Files): Document handling of Python scripts.
4775
4776 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4777
4778 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4779
4780 2010-01-15 Stan Shebs <stan@codesourcery.com>
4781
4782 * gdb.texinfo (Trace Files): New section.
4783 (Tracepoint Packets): Document QTSave and qTBuffer.
4784 (Trace File Format): New appendix.
4785
4786 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4787
4788 * gdb.texinfo (Values From Inferior): Document lazy_string value
4789 method.
4790 (Python API): Add Lazy strings menu item.
4791 (Lazy Strings In Python): New node.
4792
4793 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4794
4795 * gdb.texinfo (GDB/MI Thread Information): New.
4796 (GDB/MI Async Records): Document the core field in *stopped.
4797 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4798 documentation
4799 (Process list): Document that osdata document may contain
4800 threads.
4801 (Remote Serial Protocol): Document qXfer:threads.
4802
4803 2010-01-06 Stan Shebs <stan@codesourcery.com>
4804
4805 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4806 disconnected tracing.
4807 (Tracepoint Packets): Document new protocol.
4808
4809 2010-01-05 Stan Shebs <stan@codesourcery.com>
4810
4811 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4812 tracepoints.
4813 (Tracepoint Packets): Describe remote protocol for fast
4814 tracepoints.
4815
4816 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4817
4818 Update the "Start of New Year Procedure".
4819 * gdbint.texinfo: Add the list of files that need to be updated
4820 manually. Minor reformatting.
4821
4822 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4823
4824 * refcard.tex: Update copyright year in header and text.
4825
4826 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4827
4828 * agentexpr.texi: Add 2010 to the list of copyright years.
4829 * annotate.texinfo: Likewise.
4830 * gdb.texinfo: Likewise.
4831 * gdbint.texinfo: Likewise.
4832 * observer.texi: Likewise.
4833 * stabs.texinfo: Likewise.
4834
4835 2009-12-31 Stan Shebs <stan@codesourcery.com>
4836
4837 * gdb.texinfo (Tracepoint Actions): Describe teval.
4838
4839 2009-12-29 Stan Shebs <stan@codesourcery.com>
4840
4841 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4842
4843 2009-12-28 Stan Shebs <stan@codesourcery.com>
4844
4845 * gdb.texinfo (Trace State Variables): New section.
4846 (Tracepoint Packets): Describe trace state variable packets.
4847 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4848 variable bytecodes.
4849
4850 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4851
4852 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4853 declarations.
4854
4855 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4856
4857 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4858 -gdb-exit behaviour.
4859
4860 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4861
4862 * gpl.texi: Update to version 3 of the GPL.
4863
4864 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4865
4866 * Makefile.in: Update copyright header.
4867 * observer.texi: Fix the copyright header of the generated files.
4868
4869 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4870
4871 * gdb.texinfo (Types In Python): Describe range function.
4872
4873 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4874
4875 * gdb.texinfo (Types In Python): Describe "is_base_class".
4876
4877 2009-12-03 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4880
4881 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4882
4883 * observer.texi: New memory_changed observer.
4884
4885 2009-12-01 Tom Tromey <tromey@redhat.com>
4886
4887 * gdb.texinfo (Reverse Execution): Fix typo.
4888
4889 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4890
4891 PR gdb/8704
4892
4893 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4894 are allowed after the breakpoint condition.
4895
4896 2009-11-23 Tom Tromey <tromey@redhat.com>
4897
4898 PR python/10782:
4899 * gdb.texinfo (Types In Python): Document Type.pointer.
4900
4901 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4902
4903 * gdb.texinfo (Machine Code): Adjust.
4904
4905 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4906
4907 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4908 (Using Agent Expressions): Delete cross reference.
4909
4910 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4911
4912 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4913 and @settitle directives up to help makeinfo find them.
4914
4915 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4916
4917 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4918 (Auto-loading): Use plural and note one can use multiple components now.
4919
4920 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4921
4922 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4923 -stack-list-arguments have the same documentation for parameter
4924 as -stack-list-locals. Add comas.
4925
4926 2009-10-27 Tom Tromey <tromey@redhat.com>
4927 Eli Zaretskii <eliz@gnu.org>
4928
4929 PR python/10781
4930
4931 * gdb.texinfo (Values From Inferior): Document cast method.
4932
4933 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4934
4935 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4936 and adjust example.
4937
4938 2009-10-22 Michael Snyder <msnyder@vmware.com>
4939
4940 * gdb.texinfo (Process Record and Replay): Document new form of
4941 info record command. Also document the new save and restore
4942 commands.
4943
4944 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4945
4946 * gdb.texinfo (Machine Code): Mention current pc marker.
4947 (Memory): Likewise.
4948
4949 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4950 Stan Shebs <stan@codesourcery.com>
4951
4952 * observer.texi (new_inferior): Rename to...
4953 (inferior_appeared): ... this.
4954
4955 * gdb.texinfo (Inferiors): Rename node to ...
4956 (Inferiors and Programs): ... this. Mention running multiple
4957 programs in the same debug session.
4958 <info inferiors>: Mention the new 'Executable' column if "info
4959 inferiors". Update examples. Document the "add-inferior",
4960 "clone-inferior", "remove-inferior" and "maint info
4961 program-spaces" commands.
4962 (Process): Rename node to...
4963 (Forks): ... this. Document "set|show follow-exec-mode".
4964
4965 2009-10-11 Michael Snyder <msnyder@vmware.com>
4966
4967 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4968 (ReverseContinue): Ditto.
4969
4970 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4971
4972 * gdb.texinfo (Server): Document libthread-db-search-path.
4973
4974 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4975
4976 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4977
4978 2009-10-06 Michael Eager <eager@eagercon.com>
4979
4980 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4981 (Embedded Processors): Add MicroBlaze.
4982 (MicroBlaze): New. Describe Xilinx MicroBlaze
4983
4984 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4985
4986 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4987
4988 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4989
4990 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4991
4992 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4993
4994 * observer.texi (solib_unloaded): Document explicitly the fact that
4995 this observer is called before the associated symbols are unloaded.
4996
4997 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4998
4999 * gdb.texinfo (GDB/MI Stack Manipulation): Document
5000 -stack-list-variables.
5001
5002 2009-09-18 Tom Tromey <tromey@redhat.com>
5003
5004 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5005 is experimental.
5006
5007 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5008
5009 * gdb.texinfo (convenince variables): Mention
5010 $_siginfo could be empty.
5011
5012 2009-09-15 Tom Tromey <tromey@redhat.com>
5013
5014 * gdb.texinfo (GDB/MI Variable Objects): Document
5015 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5016 Expand -var-update documentation.
5017
5018 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5019
5020 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5021 feature.
5022
5023 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5024
5025 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5026
5027 2009-09-10 Michael Snyder <msnyder@vmware.com>
5028
5029 * gdb.texinfo (qSupported): Mention new ReverseContinue and
5030 ReverseStep replies to the qSupported query.
5031
5032 2009-09-10 Joel Brobecker <brobecker@adacore.com>
5033
5034 Add documentation for set/show interactive-mode.
5035 * gdb.texinfo (Other Misc Settings): New node.
5036
5037 2009-09-01 Doug Evans <dje@google.com>
5038
5039 * gdb.texinfo (Caching Data of Remote Targets): Add note on
5040 non-stop mode's affect on remote caching.
5041
5042 2009-08-31 Jacob Potter <jdpotter@google.com>
5043 Doug Evans <dje@google.com>
5044
5045 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5046 Mark `set/show remotecache' options as obsolete.
5047 Document new `set/show stack-cache' option.
5048 Update text for `info dcache'.
5049
5050 2009-08-27 Doug Evans <dje@google.com>
5051
5052 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5053 (Files): Add note on new optional regex arg to `info sharedlibrary'.
5054
5055 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5056
5057 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5058 about autoconf.
5059
5060 2009-08-25 Pedro Alves <pedro@codesourcery.com>
5061
5062 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5063 small example, and describe its columns. Replace "inferior-id" by
5064 "infno" throughout.
5065
5066 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5067
5068 * gdbint.texinfo (Releasing GDB): Point to
5069 README-maintainer-mode file for required autoconf version.
5070 * configure.ac: Do not substitute datarootdir, htmldir,
5071 pdfdir, docdir. Do not process --with-datarootdir,
5072 --with-htmldir, --with-pdfdir, --with-docdir.
5073 * configure: Regenerate.
5074
5075 * configure: Regenerate.
5076
5077 2009-08-20 Reid Kleckner <reid@kleckner.net>
5078
5079 * gdb.texinfo: Add chapter on JIT interface.
5080
5081 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
5082
5083 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5084 confirmation request.
5085
5086 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
5087
5088 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5089 CRC definitions.
5090
5091 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5092
5093 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5094 -break-commands.
5095
5096 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5097
5098 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5099 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5100
5101 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5102
5103 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5104 "set spu stop-on-load" and "show spu stop-on-load" commands.
5105
5106 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5107
5108 * gdb.texinfo (Target Descriptions): Document <compatible> element.
5109
5110 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5111
5112 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5113 org.gnu.gdb.arm.neon.
5114
5115 2009-07-20 Pedro Alves <pedro@codesourcery.com>
5116
5117 * gdb.texinfo (Target Description Format): Mention the new <osabi>
5118 optional element.
5119 (subsection OS ABI): New subsection.
5120
5121 2009-07-14 Stan Shebs <stan@codesourcery.com>
5122
5123 * gdb.texinfo (Tracepoint Conditions): New section.
5124 (General Query Packets): Describe ConditionalTracepoints.
5125 (Tracepoint Packets): Describe condition field.
5126 (Maintenance Commands): Describe maint agent-eval.
5127 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5128
5129 2009-07-11 Hui Zhu <teawater@gmail.com>
5130
5131 * gdb.texinfo (disassemble): Add a new modifier /r
5132 to "disassemble" command to make it print the raw instructions
5133 in hex as well as in symbolic form.
5134
5135 2009-07-09 Tom Tromey <tromey@redhat.com>
5136
5137 * gdbint.texinfo (Testsuite): Document parallel make check.
5138
5139 2009-07-09 Tom Tromey <tromey@redhat.com>
5140
5141 * gdbint.texinfo (Testsuite): Document test transcripts.
5142
5143 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5144
5145 * gdb.texinfo (Values From Inferior): Add length parameter
5146 description.
5147
5148 2009-07-04 Chris Genly <chris@genly.us>
5149
5150 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5151 in -var-list-children. Fix example according to what the code
5152 does.
5153
5154 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5155
5156 * gdb.texinfo (Debugging multiple inferiors): Document the
5157 "inferior", "detach inferior" and "kill inferior" commands.
5158 (Debugging Programs with Multiple Processes): Adjust to mention
5159 generic "inferior" commands. Delete mention of "detach fork" and
5160 "delete fork". Cross reference to "Debugging multiple inferiors"
5161 section.
5162
5163 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5164
5165 * gdbint.texinfo (Item Output Functions): Update signature
5166 for ui_out_field_core_addr.
5167
5168 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
5169
5170 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5171 Update example code extrated from breakpoint.c.
5172
5173 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5174
5175 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5176 MI commands.
5177 (GDB/MI Symbol Query): Likewise.
5178 (GDB/MI File Commands): Likewise.
5179 (GDB/MI File Transfer Commands): Likewise.
5180 (GDB/MI Target Manipulation): Likewise.
5181 (GDB/MI Miscellaneous Commands): Likewise.
5182
5183 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5184
5185 * gdb.texinfo (Debugging Optimized Code): New chapter.
5186 (Compiling for Debugging): Reference it. Move some
5187 text to the new section.
5188
5189 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5190
5191 * doc/gdb.texinfo (Calling): Document
5192 set-unwind-on-terminating-exception usage.
5193
5194 2009-06-11 Pedro Alves <pedro@codesourcery.com>
5195
5196 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5197 command.
5198
5199 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5200
5201 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5202 references.
5203
5204 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5205
5206 * gdbint.texinfo: Rename formal parameters to gdbarch function
5207 protoypes from "current_gdbarch" to "gdbarch".
5208
5209 2009-05-28 Tom Tromey <tromey@redhat.com>
5210
5211 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5212
5213 2009-05-27 Tom Tromey <tromey@redhat.com>
5214
5215 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5216 feature.
5217 (GDB/MI Variable Objects): Document -var-set-visualizer.
5218
5219 2009-04-02 Tom Tromey <tromey@redhat.com>
5220
5221 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5222 feature.
5223 (GDB/MI Variable Objects): Document -var-set-visualizer.
5224
5225 2009-05-27 Tom Tromey <tromey@redhat.com>
5226 Thiago Jung Bauermann <bauerman@br.ibm.com>
5227 Phil Muldoon <pmuldoon@redhat.com>
5228
5229 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5230 (Pretty Printing): New node.
5231 (Selecting Pretty-Printers): Likewise.
5232 (Python API): Update.
5233 (Output Formats): Document /r format.
5234
5235 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5236 Tom Tromey <tromey@redhat.com>
5237
5238 * gdb.texinfo (Types In Python): New node.
5239 (Values From Inferior): "type" is now an attribute.
5240 (Python API): Update.
5241
5242 2009-05-27 Tom Tromey <tromey@redhat.com>
5243 Thiago Jung Bauermann <bauerman@br.ibm.com>
5244 Phil Muldoon <pmuldoon@redhat.com>
5245
5246 * gdb.texinfo: Add @syncodeindex for `tp'.
5247 (Python API): Update.
5248 (Auto-loading): New node.
5249 (Objfiles In Python): New node.
5250
5251 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5252
5253 * gdb.texinfo (Threads): Document libthread-db-search-path.
5254
5255 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5256
5257 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5258
5259 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5260
5261 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5262 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5263 show show-debug-regs' docs.
5264
5265 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5266
5267 * gdb.texinfo (Process Record and Replay): Add description of
5268 reverse execution.
5269
5270 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5271
5272 * gdbint.texinfo (Adding support for debugging core files): New node.
5273 (Native Debugging): Remove the ``Native core file Support'' section.
5274
5275 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5276
5277 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5278 Add index entries.
5279
5280 2009-04-30 Hui Zhu <teawater@gmail.com>
5281 Michael Snyder <msnyder@vmware.com>
5282
5283 * gdb.texinfo: (Process Record and Replay): Add documentation for
5284 process record and replay.
5285
5286 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5289 a new part on command-line defined macros.
5290
5291 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5292
5293 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5294 clarify the wording.
5295
5296 2009-04-23 Tom Tromey <tromey@redhat.com>
5297
5298 * gdb.texinfo (Data Files): New node.
5299 (GDB Files): Update menu.
5300
5301 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5302
5303 * gdbint.texinfo (Defining Other Architecture Features): Remove
5304 entry for PROCESS_LINENUMBER_HOOK.
5305
5306 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5307
5308 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5309
5310 2009-04-22 Hui Zhu <teawater@gmail.com>
5311
5312 * gdb.texinfo (disassemble-next-line): Set the default of
5313 disassemble-next-line to off.
5314
5315 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5316
5317 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5318 --with-htmldir): New.
5319 * configure: Regenerate.
5320 * Makefile.in (datarootdir, docdir): Define.
5321 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5322 instead of $(SET_TEXINPUTS).
5323 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5324 gdbint.info instead of $(SET_TEXINPUTS).
5325 (gdbint/index.html): Use same -I options as for building
5326 gdbint.info.
5327 (stabs.dvi, stabs.pdf): Use same -I options as for building
5328 stabs.info instead of $(SET_TEXINPUTS).
5329 (stabs/index.html): Use same -I options as for building
5330 stabs.info.
5331 (annotate.dvi, annotate.pdf): Use same -I options as for building
5332 annotate.info instead of $(SET_TEXINPUTS).
5333 (annotate/index.html): Use same -I options as for building
5334 annotate.info.
5335
5336 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5337
5338 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5339
5340 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5341
5342 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5343
5344 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5345 Joseph Myers <joseph@codesourcery.com>
5346
5347 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5348 (MAKEHTMLFLAGS): Set to empty.
5349 (html__strip_dir): Define.
5350 (HTMLFILES): Define.
5351 (HTMLFILES_INSTALL): Define.
5352 (install-html): Copy new automake rule.
5353 (html): Depend on $(HTMLFILES).
5354 (gdb_toc.html): Rename to gdb/index.html.
5355 (gdbint_toc.html): Rename to gdbint/index.html.
5356 (stabs_toc.html): Rename to stabs/index.html.
5357 (annotate_toc.html): Rename to annotate/index.html.
5358
5359 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5360
5361 * Makefile.in: Set pdfdir and htmldir from configure
5362 substitutions.
5363 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5364 * configure: Regenerate.
5365
5366 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5369 This macro is no longer used.
5370
5371 2009-04-15 Tom Tromey <tromey@redhat.com>
5372
5373 * gdb.texinfo (Character Sets): Document default character set.
5374
5375 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5376
5377 * gdbint.texinfo: Change server name from sources.redhat.com to
5378 sourceware.org throughout.
5379
5380 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5381
5382 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5383 about a missing dot or coma after @xref.
5384
5385 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5386
5387 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5388 example, and add a small explanation about it.
5389 (Print Settings): Change the documentation of the "set print
5390 frame-arguments" to reflect the fact that the default is now "scalars".
5391
5392 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.texinfo (Print Settings): Add kindex for command "set
5395 print frame-arguments".
5396
5397 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5400 breakpoints.
5401 (Set Breaks): Add reference to thread-specific and task-specific
5402 breakpoints.
5403
5404 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5405
5406 * gdb.texinfo (Ada Tasks): Remove the documentation about
5407 the "Running" state, as this state has been eliminated.
5408 Now all runnable tasks are shown as "Runnable".
5409
5410 2009-03-30 Stan Shebs <stan@codesourcery.com>
5411
5412 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5413 special case of breakpoints.
5414 (Enable and Disable Tracepoints): Mention deprecation.
5415 (Listing Tracepoints): Update description and example.
5416
5417 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5418
5419 * gdb.texinfo (Frames in Python): New node.
5420 (Python API): Update.
5421
5422 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5423
5424 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5425 from a method to an attribute.
5426
5427 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5428
5429 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5430 attribute.
5431
5432 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5433
5434 * observer.texi (thread_exit): Add "silent" parameter.
5435
5436 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5437
5438 * observer.texi (about_to_proceed): New.
5439
5440 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5441
5442 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5443 field throughout to handle types with spaces in them. Fix typos
5444 found by aspell.
5445 (Summary, Requirements, Contributors): New first chapter,
5446 "Summary" added, old Requirements section moved there, and new
5447 section, "Contributors" added.
5448 (Initializing a New Architecture, Register Representation)
5449 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5450 (Porting gdb): These sections extended and updated.
5451 (Compiler Characteristics): This section (empty) deleted.
5452 (Defining Other Architecture Features): This section renamed and
5453 duplicate material removed from (formerly "Target Conditionals").
5454 Use braces {} in @deftypeXX type field throughout to handle types
5455 with spaces in them. Typos found by aspell fixed.
5456
5457 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5458 * stack_frame.pdf: Version of image for PDF output.
5459 * stack_frame.png: Version of image for HTML output and for Emacs.
5460 * stack_frame.txt: Version of image for Info output.
5461 * stack_frame.eps: Version of image for TeX DVI output.
5462
5463 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5464
5465 * gdb.texinfo (Character Sets): Fix last change.
5466
5467 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5468
5469 * gdb.texinfo (Values From Inferior): Fix optional arguments
5470 markup.
5471 (Commands In Python): Adjust argument names of gdb.Command.__init__
5472 to what the function accepts as keywords.
5473
5474 2008-03-20 Tom Tromey <tromey@redhat.com>
5475
5476 * gdb.texinfo (Convenience Vars): Document convenience functions.
5477 (Functions In Python): New node.
5478 (Python API): Update.
5479
5480 2009-03-20 Tom Tromey <tromey@redhat.com>
5481
5482 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5483 set target-wide-charset.
5484 (Requirements): Mention iconv.
5485
5486 2009-03-17 Hui Zhu <teawater@gmail.com>
5487
5488 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5489
5490 2009-03-17 Hui Zhu <teawater@gmail.com>
5491
5492 * gdb.texinfo: Add documentation for disassemble-next-line.
5493
5494 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5495
5496 * gdb.texinfo (Commands In Python): Remove tindex entries.
5497
5498 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5499
5500 * gdb.texinfo (Returning): New description for missing debug info.
5501
5502 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5503
5504 * gdb.texinfo (Remote Configuration): Document query-attached.
5505 (General Query Packets): Document qAttached.
5506
5507 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5508
5509 * gdb.texinfo (Background Execution): Better describe the set
5510 target-async command.
5511 (Maintenance Commands): Delete description of the `maint set/show
5512 linux-async' and `maint set/show remote-async' commands.
5513
5514 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5515
5516 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5517 between sentences.
5518
5519 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5520
5521 * gdb.texinfo (GDB/MI Async Records): Document the
5522 =library-loaded and =library-unloaded notifications.
5523
5524 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5525
5526 * observer.texi (test_notification): New observer.
5527
5528 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5529
5530 * observer.texi: Add parameter 'print_frame' to normal_stop
5531 observer.
5532
5533 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5534
5535 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5536 (Commands In Python): Fix COMMAND_* constants in last change. Use
5537 @kbd for interactive input. Add cross-references and index
5538 entries.
5539
5540 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5541
5542 * gdb.texinfo (Signals): Document $_siginfo.
5543 (Convenience Variables): Mention $_siginfo.
5544 (Remote Configuration): Document qXfer:siginfo:read,
5545 qXfer:siginfo:write packets, and the read-siginfo-object,
5546 write-siginfo-object commands.
5547
5548 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5549
5550 * gdbint.texinfo (Values): New chapter.
5551
5552 2009-02-06 Tom Tromey <tromey@redhat.com>
5553
5554 * gdb.texinfo (Python API): Add entry for Commands In Python.
5555 (Commands In Python): New node.
5556
5557 2009-02-05 Tom Tromey <tromey@redhat.com>
5558
5559 * gdb.texinfo (Values From Inferior): Document Value.string.
5560
5561 2009-02-05 Tom Tromey <tromey@redhat.com>
5562
5563 * gdb.texinfo (Basic Python): Document execute's from_tty
5564 argument.
5565
5566 2009-02-04 Tom Tromey <tromey@redhat.com>
5567
5568 * gdb.texinfo (Basic Python): Document gdb.history.
5569
5570 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5571
5572 * gdb.texinfo (GDB/MI Thread Commands): Document the
5573 'current-thread-id' field. Remove the example with zero threads,
5574 since current GDB won't ever report that if there's inferior.
5575
5576 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5577
5578 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5579 option to -break-insert.
5580
5581 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5582 Jerome Guitton <guitton@adacore.com>
5583
5584 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5585 (System-wide configuration): New section.
5586
5587 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5588
5589 PR gdb/7580:
5590 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5591 internal-error|internal-warning quit|corefile ask|yes|no".
5592
5593 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5594
5595 * gdb.texinfo (Using the `gdbserver' Program): Document
5596 --remote-debug.
5597
5598 2009-01-23 Doug Evans <dje@google.com>
5599
5600 * gdb.texinfo: Add nexti to list of commands that support
5601 background execution.
5602
5603 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5604
5605 * gdb.texinfo (Define, Hooks): Document prefix command support.
5606
5607 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5608 Carlos O'Donell <carlos@codesourcery.com>
5609
5610 Fixes for makeinfo --html.
5611
5612 * annotate.texinfo: Use @copying and @insertcopying. Use
5613 @ifnottex in place of @ifinfo.
5614 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5615 place of @ifinfo. Use @ifnotinfo for one index entry.
5616 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5617 in place of @ifinfo.
5618 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5619 in place of @ifinfo. Include contents at start unconditionally.
5620
5621 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5622
5623 * gdb.texinfo (General Query Packets): Remove @var{} around the
5624 "spu" literal string.
5625
5626 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5627
5628 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5629 program may be running in another process" errors.
5630 * gdbint.texinfo (Native Conditionals): Delete
5631 ONE_PROCESS_WRITETEXT description.
5632
5633 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5634
5635 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5636 emacs local variable to be placed at the end of the ChangeLog.
5637 Add server.c and gdbreplay.c to the list of files where the
5638 copyright year needs to be updated.
5639
5640 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5641
5642 * gdb.texinfo (Remote Configuration): Document new
5643 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5644 commands.
5645
5646 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5647
5648 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5649 FETCH_INFERIOR_REGISTERS.
5650 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5651 FETCH_INFERIOR_REGISTERS descriptions. Remove
5652 gdbarch_get_longjmp_target descrition, since already described in
5653 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5654 (Target Conditionals): ... here.
5655
5656 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5657
5658 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5659 examples.
5660 (Additions to Ada): Likewise. Add the missing opening and closing
5661 parenthesis of the GDB prompt in one of the examples.
5662
5663 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5664
5665 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5666 about the result of 'Address not being of type System.Address.
5667 This problem has been fixed a while ago.
5668
5669 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5670
5671 MI non-stop and multiprocess docs.
5672
5673 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5674 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5675 Adjust documentation for *stopped, document =thread-created,
5676 =thread-exited, =thread-group-created and =thread-group-exited.
5677 (GDB/MI Thread Commands): Document the 'state' field in
5678 -thread-info output.
5679 (GDB/MI Program Execution): Mention --all and --thread-group
5680 options.
5681 (GDB/MI Variable Objects): Describe floating and fixed variable
5682 objects.
5683 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5684
5685 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5686
5687 * gdb.texinfo (Operating System Information): New appendix.
5688 (Operating System Auxiliary Information): Document 'info os processes'
5689 (Remote Configuration): Document 'osdata'
5690 (General Query Packets): Document qXfer:osdata:read.
5691
5692 2008-11-27 Tristan Gingold <gingold@adacore.com>
5693
5694 * gdb.texinfo (Darwin): Document Darwin specific features.
5695
5696 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5697
5698 * gdbint.texinfo (Target Conditionals): Extend the
5699 gdbarch_breakpoint_from_pc description.
5700
5701 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5702
5703 * gdb.texinfo (M68K Features): Fix typo.
5704
5705 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5706
5707 * gdb.texinfo (Symbols): Mention printing containing
5708 image name in "info symbol".
5709 (Maint translate-address): Likewise.
5710
5711 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5712
5713 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5714 commands "catch load" and "catch unload".
5715
5716 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5717
5718 * gdb.texinfo (GDB/MI Async Records): Document
5719 =thread-selected.
5720
5721 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5722
5723 * observer.texi (new_inferior, inferior_exit): New observers.
5724
5725 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5726
5727 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5728 .mt files, TM_CLIBS or TM_CDEPS.
5729 (x86 Watchpoints): Don't mention TDEPFILES.
5730
5731 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5732
5733 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5734 (Overview): Mention notifications and non-stop mode behavior.
5735 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5736 with non-stop mode behavior. Add vStopped description.
5737 (Stop Reply Packets): Update list of packets that return
5738 stop replies. Mention non-stop behavior.
5739 (General Query Packets): Document QNonStop packet and associated
5740 qSupported query response.
5741 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5742 behavior.
5743 (Notification Packets): New section.
5744 (Remote Non-Stop): New section.
5745 (File-I/O Overview): Mention non-stop behavior.
5746
5747 2008-10-24 Hui Zhu <teawater@gmail.com>
5748 Pedro Alves <pedro@codesourcery.com>
5749
5750 * gdb.texinfo (displaced-stepping): Describe the auto mode
5751 setting, and say it's the default. This is now a mainstream
5752 setting instead of a maintenance setting.
5753
5754 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5755
5756 * observer.texi (thread_stop_requested): New.
5757
5758 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5759
5760 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5761 (Patching): Replace incorrect usage of @samp by @kbd.
5762
5763 2008-10-17 Michael Snyder <msnyder@vmware.com>
5764
5765 * gdb.texinfo: Add documentation for reverse execution.
5766
5767 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5768 Eli Zaretskii <eliz@gnu.org>
5769
5770 * gdb.texinfo. (Values From Inferior): New subsubsection.
5771
5772 2008-10-06 Doug Evans <dje@google.com>
5773
5774 * gdb.texinfo (set debug dwarf2-die): Document it.
5775
5776 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5777
5778 * gdb.texinfo (catch) [exception]: Document how to insert
5779 a breakpoint on user-defined exceptions when the exception
5780 name is identical to one of the language-defined ones.
5781
5782 2008-09-27 Tom Tromey <tromey@redhat.com>
5783
5784 * gdb.texinfo (Macros): Remove text about stringification,
5785 varargs, and splicing.
5786
5787 2008-09-27 Tom Tromey <tromey@redhat.com>
5788
5789 * gdbint.texinfo (Language Support): Remove text about omitting
5790 support for a language.
5791
5792 2008-09-23 Doug Evans <dje@google.com>
5793
5794 * gdb.texinfo (info dcache): Update.
5795
5796 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5797
5798 * gdb.texinfo (Packets): Add info on thread-id syntax and
5799 multiprocess extensions.
5800 <D>: Document multiprocess form of packet.
5801 <H>: Use thread-id syntax.
5802 <T>: Likewise.
5803 <vCont>: Likewise. Note this is required for multiprocess.
5804 <vKill>: New packet.
5805 (Stop Reply Packets) <T>: Use thread-id syntax.
5806 <W>: Document multiprocess form of reply.
5807 <X>: Likewise.
5808 (General Query Packets) <qC>: Use thread-id syntax.
5809 <qfThreadInfo>: Likewise.
5810 <qGetTLSAddr>: Likewise.
5811 <qP>: Likewise.
5812 <qSupported>: Add "multiprocess" feature.
5813 <qThreadExtraInfo>: Use thread-id syntax.
5814
5815 2008-09-22 Stan Shebs <stan@codesourcery.com>
5816
5817 * gdb.texinfo (Inferiors): New section.
5818
5819 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5820
5821 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5822
5823 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5824
5825 * gdbint.texinfo (Target Conditionals): Remove documentation
5826 for gdbarch_name_of_malloc.
5827
5828 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5829
5830 * gdb.texinfo (Interrupts): Mention TCP interface for
5831 sending BREAK.
5832
5833 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5834
5835 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5836 argument prefix to "set sysroot".
5837
5838 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5839
5840 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5841 and False.
5842
5843 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5844
5845 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5846 for possible features of -list-features.
5847
5848 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5849
5850 * gdb.texinfo (Background execution): Adjust example
5851 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5852
5853 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5854
5855 * doc/gdb.texinfo (PowerPC): Fix typo.
5856 (PowerPC features): Fix typo.
5857
5858 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5859
5860 * observer.texi (thread_ptid_changed): New.
5861
5862 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5863
5864 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5865 (PowerPC features): Mention feature set for VSX registers.
5866
5867 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5870 the direct visibility of all names in user-written packages.
5871
5872 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5873
5874 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5875 setting, and make it the default.
5876 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5877 non-stop script example.
5878
5879 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5880
5881 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5882 reference to the "Using Different Register and Memory Data
5883 Representation" section.
5884
5885 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5886
5887 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5888 (Remote Protocol): Add Packet Acknowledgment to menu.
5889 (Overview): Mention +/- can be disabled, and point to new section
5890 where this is discussed in detail.
5891 (General Query Packets): Document QStartNoAckMode packet, and
5892 corresponding qSupported reply.
5893 (Packet Acknowledgment): New section.
5894
5895 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5896 Pedro Alves <pedro@codesourcery.com>
5897
5898 * gdb.texinfo (Threads): Move paragraph about automatic thread
5899 selection to All-Stop Mode subsection.
5900 (Thread Stops): Reorganize existing material into subsections.
5901 Add introductory blurb and menu.
5902 (Non-Stop Mode): New subsection.
5903 (Background Execution): New subsection.
5904 (Maintenance Commands): Add cross-references from async mode
5905 commands to the new Background Execution section.
5906
5907 2008-08-06 Tom Tromey <tromey@redhat.com>
5908
5909 * gdb.texinfo (Extending GDB): New chapter.
5910 (Sequences): Demoted chapter, now a section under the new
5911 Extending GDB chapter.
5912 (Python): New section.
5913
5914 2008-07-31 Stan Shebs <stan@codesourcery.com>
5915
5916 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5917
5918 2008-07-29 Stan Shebs <stan@codesourcery.com>
5919
5920 * gdbint.texinfo: General round of cleanup and minor
5921 clarifications.
5922 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5923 (Longjmp Support): Update description to reflect how it is done
5924 for targets without using native header.
5925 (Symbol Handling): Add a little more general explanation.
5926 (COFF, ELF): Mention stabs encapsulation.
5927 (DWARF 3): New section.
5928 (Adding a New Host): Scrub out some obsolete bits.
5929 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5930 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5931 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5932 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5933 SEEK_SET, STOP_SIGNAL, USG.
5934 (Raw and Virtual Register Representations): Ditto for
5935 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5936 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5937 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5938 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5939 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5940 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5941 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5942 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5943 DEPRECATED_USE_STRUCT_CONVENTION.
5944 Describe gdbarch_deprecated_fp_regnum.
5945 Update description of gdbarch_print_insn.
5946 (Adding a New Target): Scrub out obsolete bits.
5947 (Obsolete Conditionals): Remove entire section.
5948
5949 2008-07-25 Tom Tromey <tromey@redhat.com>
5950
5951 * observer.texi (GDB Observers): Document new observers:
5952 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5953 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5954 architecture_changed.
5955
5956 2008-07-21 Stan Shebs <stan@codesourcery.com>
5957
5958 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5959 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5960
5961 2008-07-21 Tom Tromey <tromey@redhat.com>
5962
5963 * observer.texi (GDB Observers): Remove obsolete comment.
5964 <executable_changed>: Remove argument.
5965
5966 2008-07-18 Tom Tromey <tromey@redhat.com>
5967
5968 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5969
5970 2008-07-10 Doug Evans <dje@google.com>
5971
5972 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5973
5974 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 * gdb.texinfo (Starting): Document "set disable-randomization".
5977
5978 2008-07-07 Andreas Schwab <schwab@suse.de>
5979
5980 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5981
5982 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5983
5984 * gdb.texinfo (GDB/MI Target Manipulation): Add
5985 example of -target-attach.
5986
5987 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5988
5989 * observer.texi (target_resumed): New observer.
5990 * gdb.texinfo (GDB/MI Output Records): Document *running.
5991
5992 2008-06-06 Tom Tromey <tromey@redhat.com>
5993
5994 * gdb.texinfo (Completion): Add field name example.
5995
5996 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5997
5998 * gdb.texinfo (GDB/MI Program Context): Added example
5999 to -exec-arguments
6000
6001 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
6002
6003 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6004 annotation.
6005
6006 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6007 Nathan Sidwell <nathan@codesourcery.com>
6008 Joseph Myers <joseph@codesourcery.com>
6009
6010 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
6011 and ACX_BUGURL.
6012 * configure: Regenerate.
6013 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6014 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6015 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
6016 mailing-list-specific text about bug reporting unless
6017 BUGURL_DEFAULT.
6018
6019 2008-06-05 Pedro Alves <pedro@codesourcery.com>
6020
6021 * gdb.texinfo (-target-select): Remove reference to target async.
6022 (Maintenance Commands): Document "maint set/show remote-async".
6023
6024 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
6025
6026 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6027 in -target-file-get section.
6028
6029 2008-05-22 Pedro Alves <pedro@codesourcery.com>
6030
6031 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6032 killing the inferior when it is already debugging a process.
6033
6034 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6035
6036 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6037 abbreviation for "finish".
6038
6039 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6040
6041 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6042
6043 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6044
6045 * gdbint.texinfo (Target Conditionals): Delete entry for
6046 gdbarch_dwarf_reg_to_regnum.
6047
6048 2008-05-09 Doug Evans <dje@google.com>
6049
6050 * gdb.texinfo: Document "find" command, qSearch:memory packet.
6051
6052 2008-05-05 Doug Evans <dje@google.com>
6053
6054 * gdb.texinfo (disassemble): Document /m modifier.
6055
6056 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
6057
6058 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6059 will not report the time of commands that run the target.
6060
6061 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6062
6063 * gdb.texinfo (GDB/MI Output Records): Add
6064 missing semicolon.
6065
6066 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6067
6068 * gdb.texinfo (GDB/MI Output Records):
6069 Document =thread-create and =thread-exited.
6070
6071 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
6072
6073 * gdb.texinfo (GDB/MI Development and Front Ends):
6074 Remove mention of dmi-discuss.
6075
6076 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6077
6078 * observer.texi (thread_exit): New.
6079
6080 2008-05-02 Pedro Alves <pedro@codesourcery.com>
6081
6082 * gdb.texinfo (Debugging Output): Document "set/show debug
6083 displaced".
6084 (Maintenance Commands): Document "maint set/show
6085 can-use-displaced-stepping".
6086
6087 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6088
6089 * gdb.texinfo (ARM): Document set/show arm fallback-mode
6090 and set/show arm force-mode.
6091
6092 2008-05-02 Andreas Schwab <schwab@suse.de>
6093
6094 * gdbint.texinfo (Algorithms): Describe
6095 target_watchpoint_addr_within_range.
6096
6097 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6098
6099 * gdbint.texinfo (Stack Frames): New chapter.
6100 (Algorithms): Move Frames text to the new chapter.
6101 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
6102 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6103
6104 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6105
6106 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6107 output does not necessary include any tokens.
6108
6109 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
6110
6111 * gdb.texinfo (Set SH Calling convention): New @item.
6112 (Show SH Calling convention): Ditto.
6113
6114 2008-04-22 Markus Deuling <deuling@de.ibm.com>
6115
6116 * gdb.texinfo (Fortran Operators): Describe '%' operator.
6117
6118 2008-04-20 Eli Zaretskii <eliz@gnu.org>
6119
6120 * gdb.texinfo (Set Breaks): Mention that multiple location
6121 breakpoints need line number info. Add index entries.
6122
6123 2008-04-19 Craig Silverstein <csilvers@google.com>
6124
6125 * gdb.texinfo (Requirements): Add an optional requirement on
6126 zlib.
6127 * gdbint.texinfo (Debugging File Formats): Add new subsection for
6128 Compressed DWARF 2.
6129
6130 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
6131
6132 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6133 sample output for 'stopped,reason="breakpoint-hit"' message.
6134 (GDB/MI Program Execution): Likewise.
6135
6136 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6137
6138 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6139 -var-set-format. Add -f option to -var-evaluate-expression.
6140
6141 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6142
6143 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6144 new node "Ambiguous Expressions". Replace references to this
6145 node by references to "Ambiguous Expressions" throughout.
6146 (Ambiguous Expressions): New node.
6147
6148 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
6149
6150 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6151
6152 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6153
6154 * gdb.texinfo (Debugging Output): Document
6155 "set/show debug lin-lwp-async".
6156 (Maintenance Commands): Document "maint set/show linux-async".
6157
6158 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6159
6160 * gdb.texinfo (Expressions): Update description of malloced arrays.
6161
6162 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
6163
6164 * gdb.texinfo (Thread Commands): Document
6165 -thread-info. Remove -thread-list-all-threads.
6166
6167 2008-03-14 Pedro Alves <pedro@codesourcery.com>
6168 Sandra Loosemore <sandra@codesourcery.com>
6169
6170 * gdb.texinfo (Library List Format): Update to mention the
6171 possibility to pass section addresses instead of segment
6172 addresses.
6173
6174 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6175
6176 * gdb.texinfo (Starting): Document "set exec-wrapper".
6177 (Server): Document gdbserver --wrapper.
6178
6179 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6180
6181 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6182 unreadable memory. Delete obsolete SPARClite reference.
6183
6184 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6185
6186 * gdb.texinfo (Starting): Mention always-running targets.
6187 (Target Commands): Add an anchor for load.
6188 (Connecting): Explain continue instead of run.
6189
6190 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6191
6192 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6193
6194 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
6195
6196 * gdb.texinfo (Set Breaks): Revert description of Enb column of
6197 breakpoint table.
6198
6199 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6200
6201 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6202 killing the inferior when it is already debugging a process.
6203
6204 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6205
6206 * gdbint.texinfo (Build Script): New section. Mention new build script
6207 gdb_buildall.sh.
6208
6209 2008-02-01 Jim Blandy <jimb@red-bean.com>
6210
6211 * gdb.texinfo (Help): Summarize 'info args' correctly.
6212
6213 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6214
6215 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6216 available in PowerPC architecture.
6217 (Embedded Processors): Change node name of PowerPC item in menu.
6218 (PowerPC): Rename to...
6219 (PowerPC Embedded): this.
6220 (Architectures): Add new PowerPC item in menu.
6221 (PowerPC): New node.
6222
6223 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6224
6225 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6226 commands.
6227
6228 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6229
6230 * gdb.texinfo (Setting Catchpoints): Mention features
6231 supported on GNU/Linux.
6232
6233 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * gdb.texinfo (GDB/MI File Commands): Describe new output
6236 field for MI command -file-list-exec-source-file.
6237
6238 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6239
6240 * gdb.texinfo (Using the `gdbserver' Program): Add security
6241 warning. Rearrange into subsections and subsubsections. Document
6242 --multi and --debug. Correct --with-sysroot typo. Update --attach
6243 usage. Make load reference clearer. Document monitor exit.
6244 (Remote Configuration): Document set remote exec-file, attach-packet,
6245 and run-packet.
6246 (Packets): Document vAttach and vRun.
6247
6248 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6249
6250 * gdb.texinfo (Processes): Mention process command.
6251 detach-on-follow -> detach-on-fork.
6252
6253 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6254
6255 * gdbint.texinfo (Native Conditionals): Remove
6256 SHELL_COMMAND_CONCAT and SHELL_FILE.
6257
6258 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6259
6260 * gdb.texinfo (Specify Location): Improve wording.
6261
6262 2008-01-23 Chris Demetriou <cgd@google.com>
6263
6264 * gdb.texinfo (Threads): Document new "set print thread-events"
6265 and "show print thread-events" commands.
6266
6267 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6268
6269 * gdb.texinfo (Specify Location): New section.
6270 (Delete Breaks, Edit, Set Breaks): Remove description of
6271 locations. Instead, add a reference to "Specify Location".
6272 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6273 (Symbols): Refer to "Specify Location" for the valid forms of
6274 linespecs and locations.
6275
6276 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6277
6278 * gdbint.texinfo (Target Conditionals): Replace the description of
6279 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6280
6281 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6282
6283 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6284 about &&var, which is rejected by the expression parser.
6285
6286 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6287
6288 * gdb.texinfo (Output): Update documentation on using printf with DFP
6289 types.
6290
6291 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6292
6293 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6294 subsubsection.
6295 (Decimal Floating Point format): New subsubsection.
6296
6297 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6298
6299 * gdb.texinfo (File Options): Remove mention of the attempt to
6300 open a core file with the -p option. Don't list -c as a valid
6301 option to attach to a process.
6302
6303 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6304
6305 * gdbint.texinfo (Host Conditionals): Remove mention of
6306 ALIGN_STACK_ON_ENTRY.
6307
6308 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdbint.texinfo (Start of New Year Procedure): Add item
6311 describing how to update the source and documentation copyright
6312 notices.
6313
6314 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6315
6316 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6317 watchpoint explanation into the main description of the watchpoint
6318 command; update synopses of 'watch', 'rwatch', and 'awatch'
6319 commands.
6320
6321 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6322
6323 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6324 Document 'pending-breakpoints' feature of
6325 -list-features.
6326
6327 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6328
6329 * gdb.texinfo: Add new parameter's description.
6330
6331 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6332
6333 * gdb.texinfo (Overview): Clarify run-length encoding
6334 example. Remove the restriction on "+" and "-" characters.
6335
6336 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6337
6338 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6339
6340 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6341
6342 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6343 the -f option for -break-insert, remove -r option,
6344 and clarify specification of location.
6345
6346 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6347
6348 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6349 formatting.
6350 (Remote Debugging): Add File Transfer section.
6351 (Remote Configuration): Document Host I/O packets.
6352 (GDB/MI): Add GDB/MI File Transfer Commands section.
6353 (Host I/O Packets): New section in "Remote Protocol".
6354 (Packets): Add vFile.
6355
6356 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6357
6358 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6359 breakpoints with multiple locations.
6360 (Breakpoint Menus): Improve wording.
6361 (Output): Fix last change.
6362
6363 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6364
6365 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6366
6367 2007-11-15 Doug Evans <dje@google.com>
6368
6369 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6370
6371 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6372
6373 * gdbint.texinfo (Native Conditionals): Remove
6374 mention of CLEAR_SOLIB.
6375
6376 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6377
6378 * gdb.texinfo (Print Settings): Add documentation for "set/show
6379 print frame-arguments".
6380
6381 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6382
6383 * gdb.texinfo (Output): Update printf command's description.
6384
6385 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6386
6387 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6388 powerpc soft-float".
6389
6390 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * gdb.texinfo (Files): Correct formatting. Mention Expat
6393 requirement.
6394 (Requirements for Building GDB): Expand the list of Expat
6395 uses.
6396 (Library List Format, Memory Map Format): Mention Expat.
6397 (Target Descriptions): Update Expat wording.
6398
6399 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6400
6401 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6402 Document that gdbarch_convert_register_p should return zero for no-op
6403 conversions.
6404
6405 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6406
6407 * gdbint.texi (Compiler Characteristics): Move documentation
6408 of set_gdbarch_sofun_address_maybe_missing back to ...
6409 (Target Conditionals): ... here to fix build break.
6410
6411 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6412
6413 * gdbint.texi (Target Conditionals): Remove documentation of
6414 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6415 (Compiler Characteristics): ... documentation of
6416 set_gdbarch_sofun_address_maybe_missing.
6417
6418 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6419
6420 * gdbint.texinfo (Target Conditionals): Use
6421 frame_unwind_register_unsigned in examples instead of
6422 frame_unwind_unsigned_register.
6423
6424 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6425
6426 * gdb.texinfo (Predefined Target Types): Add int128
6427 and uint128.
6428 (Standard Target Features): Add PowerPC features.
6429
6430 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6433
6434 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6435
6436 * gdbint.texi (Target Conditionals): Remove documentation
6437 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6438 gdbarch_extract_return_value, and gdbarch_store_return_value.
6439
6440 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6441
6442 * gdbint.texi (Target Conditionals): Remove documentation of
6443 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6444
6445 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6446
6447 * gdb.texinfo: Mention that inaccessible-by-default is on by
6448 default.
6449
6450 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6453
6454 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6455
6456 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6457 multi-threaded watchpoints.
6458 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6459 checked. Describe sticky notification. Expand description
6460 of steppable and continuable watchpoints.
6461 (Watchpoints and Threads): New subsection.
6462
6463 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6464
6465 * gdb.texinfo (Setting Breakpoints): Revise
6466 documentation for pending breakpoints. Document
6467 breakpoints with multiple locations.
6468
6469 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6470
6471 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6472 Document -list-features.
6473
6474 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6475
6476 * gdb.texinfo (Output): Spell out which features of C's printf are
6477 not supported by GDB's printf.
6478 (Separate Debug Files): More accurate wording regarding build ID
6479 and a reference to the ld manual rather than the Fedora wiki.
6480
6481 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6482 Jim Blandy <jimb@codesourcery.com>
6483
6484 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6485 (Examining Memory): Update mentions of the 's' format.
6486 (Automatic Display): Likewise.
6487
6488 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * gdb.texinfo: Update the FSF's Back-Cover Text.
6491
6492 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6493 Eli Zaretskii <eliz@gnu.org>
6494
6495 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6496 Fixed the ``build ID'' name. New binaries build instructions for the
6497 build ID inclusion. Explain how the commands are specific to the build
6498 ID vs. debug link.
6499
6500 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6501
6502 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6503 indexing for ``build ID'' support.
6504
6505 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6508 Enlisted BUILD ID to the debug file searching example.
6509 Included a BUILD ID `.note.gnu.build-id' section description.
6510 Updated/added the debug files splitting instructions for OBJCOPY.
6511
6512 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6513
6514 * gdb.texinfo (Variable Objects): Adjust docs
6515 for -var-info-expression and document
6516 -var-info-path-expression.
6517
6518 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6519
6520 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6521 (title page): Include the dedication in the printed manual, as a
6522 separate page after the copyright notice.
6523
6524 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6525 don't break a @var across a line.
6526
6527 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6528
6529 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6530 for include files.
6531
6532 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6533
6534 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6535 in annotate.texinfo.
6536 (Command History): Link to new node.
6537
6538 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6539
6540 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6541
6542 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6543
6544 * gdbint.texinfo (Target Conditionals): Fix last change.
6545
6546 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6547
6548 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6549 routines:
6550 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6551 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6552 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6553 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6554 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6555 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6556 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6557 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6558 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6559 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6560 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6561 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6562 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6563 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6564 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6565 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6566 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6567 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6568 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6569 (SOFTWARE_SINGLE_STEP_P)
6570
6571 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6572 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6573
6574 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6575 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6576 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6577 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6578 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6579 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6580 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6581 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6582 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6583 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6584
6585 (Converting an existing Target Architecture to Multi-arch): Remove
6586 section.
6587
6588 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6589 (gdbarch_addr_bits_remove): Add code example.
6590
6591 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6592
6593 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6594
6595 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6596 Add other missing entries. Adjust the table size to fit.
6597 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6598 stop reasons including the new "library" event.
6599 (General Query Packets): Adjust table widths for qSupported. Mention
6600 qXfer:libraries:read reply to qSupported and document the new packet.
6601 (Library List Format): New section.
6602
6603 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6606
6607 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6608
6609 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6610
6611 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * gdbint.texinfo (Register and Memory Data): Break sections
6614 into nodes and add a menu.
6615
6616 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6617
6618 * gdb.texinfo (Examining Memory): Document the new behaviour.
6619
6620 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6621
6622 * gdb.texinfo (Standard Target Features): Document
6623 m68k features.
6624
6625 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6626
6627 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6628
6629 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6630
6631 * gdb.texinfo (Target Description Format): Add version attribute
6632 for <target>.
6633
6634 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6635
6636 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6637
6638 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6639
6640 * gdb.texinfo (MIPS Features): New subsection.
6641
6642 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6643 Markus Deuling <deuling@de.ibm.com>
6644
6645 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6646 and qXfer:spu:write packets and mention them under qSupported.
6647
6648 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6649 Markus Deuling <deuling@de.ibm.com>
6650
6651 * gdb.texinfo (Architectures): Add new SPU section to document
6652 Cell Broadband Engine SPU architecture specific commands.
6653
6654 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6655
6656 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6657 comments.
6658
6659 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6660
6661 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6662
6663 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6664
6665 * gdb.texinfo (Overview): Doc fix.
6666
6667 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6668
6669 * gdb.texinfo (Remote Configuration): Document "set/show
6670 remoteflow".
6671
6672 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.texinfo (MIPS): Remove documentation for set mips
6675 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6676 stack-arg-size.
6677
6678 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6679
6680 * all-cfg.texi (GDBTUI): New.
6681 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6682 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6683 (TUI Configuration): Edit to improve clarity and fix problems of
6684 both style and content.
6685
6686 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6687
6688 * observer.texi (GDB Observers): New observer "new_objfile".
6689
6690 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6691
6692 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6693
6694 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6695
6696 * gdb.texinfo (GDB/MI Variable Objects): Document
6697 frozen variables objects.
6698
6699 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6702 (Character Sets, Caching Data of Remote Targets): Likewise.
6703 (Targets): Delete Remote node. Move its text...
6704 (Debugging Remote Programs): ...to here. Delete description
6705 of the "remote" command.
6706 (Remote configuration): Delete description of "set remotedevice"
6707 and "show remotedevice".
6708 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6709
6710 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6711
6712 * gdb.texinfo (Contributors, Continuing and Stepping)
6713 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6714 (General Query Packets, File-I/O Remote Protocol Extension)
6715 (Protocol Basics, The F Reply Packet, Write)
6716 (Protocol-specific Representation of Datatypes, Memory Transfer):
6717 Fix hyphenation, punctuation and grammar problems.
6718 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6719 'section' instead of 'subsection' in the text.
6720 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6721 (i386): Remove period from section name.
6722 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6723 (Config Names, Configure Options): Use @file{configure}.
6724
6725 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6726
6727 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6728 and tab expansion.
6729
6730 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6731
6732 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6733
6734 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6735
6736 * gdb.texinfo: Consistently capitalize all significant words in
6737 node names, chapter titles, section titles, and headings. Update
6738 cross references to match.
6739 (Starting and Stopping Trace Experiment): Make node name plural.
6740 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6741
6742 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6743
6744 * gdb.texinfo (WinCE): Delete obsolete subsection.
6745
6746 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6747
6748 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6749 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6750 references.
6751
6752 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.texinfo (Startup): Delete references to some alternate
6755 names for .gdbinit.
6756 (Thread): Remove LynxOS reference.
6757 (Tandem ST2000): Delete target-specific documentation.
6758 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6759 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6760 and GDB_OSABI_LYNXOS.
6761
6762 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6763
6764 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6765
6766 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6767
6768 * gdbint.texinfo (Target Conditionals): Remove mention of
6769 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6770 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6771
6772 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6773
6774 * Makefile.in: Add "pdfdir" installation
6775 directory, PDFTEX macro, support for "install-pdf" target,
6776 and rules for making a pdf version of refcard.texi.
6777 * refcard.tex: Specify paper size for PDF output.
6778
6779 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6780
6781 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6782
6783 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6784
6785 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6786 (Source Path, Character Sets, Macros, Define)
6787 (GDB/MI Result Records, GDB/MI Simple Examples)
6788 (GDB/MI Program Execution, GDB/MI File Commands)
6789 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6790 (Bug Reporting): Use @value{GCC}.
6791
6792 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6793
6794 * gdb.texinfo (Help): Fix formatting of examples.
6795 (Variables): Use @ifnotinfo instead of @iftex.
6796 (Non-debug DLL symbols): Use @ref instead of @pxref.
6797 (Sparclet File): Use @samp instead of quotes.
6798
6799 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6800
6801 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6802
6803 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6804
6805 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6806 the order of the nodes.
6807 (C Operators, C Constants, Debugging C): Remove extra menus.
6808 (Method Names in Commands): Do not specify next/prev/up nodes.
6809
6810 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6811
6812 * gdb.texinfo (File Options): Add missing parenthesis.
6813 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6814
6815 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6816
6817 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6818
6819 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6820
6821 * gdb.texinfo (Standard Target Features): Mention
6822 case insensitivity.
6823 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6824
6825 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6826
6827 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6828 (Files): Add section name to argument list for pxref.
6829 (Non-debug DLL symbols): Don't use `see' for pxref.
6830 (Embedded Processors): Fix typo.
6831 (GDB/MI Breakpoint Commands): Execution commands generate
6832 *stopped not ^done.
6833
6834 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6835
6836 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6837 values for in_scope. Mention that only root variables can be
6838 updated.
6839 (GDB/MI Development and Front Ends): Explain new values may be
6840 added to existing fields.
6841
6842 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6843
6844 * gdb.texinfo (-target-disconnect): Use @smallexample.
6845 (Requirements): Add anchor for Expat. Update description.
6846 (Target Descriptions): Mention Expat.
6847 (Target Description Format): Document new elements. Use
6848 @smallexample.
6849 (Predefined Target Types, Standard Target Features): New sections.
6850 * gdbint.texinfo (Target Descriptions): New section.
6851
6852 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6853
6854 * gdb.texinfo (Target Description Format): Add section on XInclude.
6855
6856 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6859 command -enable-timings.
6860
6861 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6862
6863 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6864 descriptions for new/deleted elements in gdb_osabi. Add missing
6865 description for function generic_elf_osabi_sniff_abi_tag_sections.
6866
6867 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6868
6869 * gdb.texinfo (Maintenance Commands): Add documentation for
6870 the new "maint print target-stack" command.
6871
6872 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6873 Eli Zaretskii <eliz@gnu.org>
6874
6875 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6876
6877 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6878
6879 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6880 Use @value{NGCC} instead of @value{GCC}.
6881
6882 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6883
6884 * agentexpr.texi: Fix typos.
6885 * annotate.texinfo: Likewise.
6886 * gdb.texinfo: Likewise.
6887 * gdbint.texinfo: Likewise.
6888 * observer.texi: Likewise.
6889 * stabs.texinfo: Likewise.
6890
6891 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6892
6893 * gdbint.texinfo (Support Libraries): Remove mmalloc
6894 entry. Describe readline library.
6895
6896 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6897
6898 * gdb.texinfo (Target Descriptions): New section.
6899 (General Query Packets): Add QPassSignals anchor. Mention
6900 qXfer:features:read under qSupported. Expand mentions of
6901 qXfer:memory-map:read and QPassSignals. Document
6902 qXfer:features:read.
6903
6904 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6905
6906 * gdb.texinfo (Commands to specify files): Describe
6907 "set sysroot" and "show sysroot".
6908 (Using the `gdbserver' program): Lowercase argument
6909 to @var. Expand description of setting up GDB on the
6910 host.
6911
6912 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6913
6914 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6915 catch exception, catch exception unhandled, and catch assert
6916 commands.
6917
6918 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6919
6920 * gdb.texinfo (Debugging Output): Document "set debug xml"
6921 and "show debug xml".
6922
6923 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6924
6925 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6926
6927 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6928
6929 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6930
6931 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6932
6933 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6934 note in @ignore, to be removed later if nobody complains.
6935
6936 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6937
6938 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6939 of -var-delete.
6940
6941 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6942
6943 * gdb.texinfo (Setting breakpoints): Document
6944 automatic software/hardware breakpoint usage and
6945 the "set breakpoint auto-hw" command.
6946
6947 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6948
6949 * gdb.texinfo (Memory Access Checking): New.
6950
6951 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6952
6953 * gdb.texinfo (Remote configuration): Mention
6954 "pass-signals-packet".
6955 (General Query Packets): Document QPassSignals. Fix
6956 a typo.
6957
6958 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6959
6960 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6961
6962 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.texinfo (Remote configuration): Rewrite documentation for
6965 packet configuration commands.
6966 (OS Information): Adjust reference to qXfer:auxv:read.
6967 (General Query Packets): Remove references to read-aux-vector-packet
6968 and set remote get-thread-local-storage-address.
6969
6970 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdbint.texinfo (Target Architecture Definition): Add new
6973 Initializing a New Architecture section.
6974
6975 2006-10-31 David Taylor <dtaylor@emc.com>
6976
6977 * stabs.texinfo (Macro define and undefine): New node describing
6978 stabs for #define and #undef.
6979
6980 2006-10-27 Andreas Schwab <schwab@suse.de>
6981
6982 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6983
6984 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6985
6986 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6987 clarify on the possible meanings of ``expression'' watched by
6988 watchpoints. Add indexing.
6989 (Prompting, Errors, Invalidation, Annotations for Running)
6990 (Source Annotations): Fix index entries by adding "annotation" to
6991 them, to discriminate from index entries that point to the more
6992 general topic descriptions.
6993
6994 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6995
6996 * gdbint.texinfo (Target Vector Definition): Move most
6997 content into Existing Targets. Add a menu.
6998 (Existing Targets): New section, moved from Target Vector
6999 Definition. Use @subsection.
7000 (Managing Execution State): New section.
7001
7002 2006-10-16 Bob Wilson <bob.wilson@acm.org>
7003
7004 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7005
7006 2006-10-15 Eli Zaretskii <eliz@gnu.org>
7007
7008 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7009 (Command Syntax, Signals, Backtrace, Connecting)
7010 (Remote configuration, Renesas Boards, Console I/O): Fix last
7011 change: use Ctrl- instead of C-, except wrt Emacs.
7012 (File-I/O Examples): Put Ctrl-c in @kbd.
7013 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7014 (Console I/O): Use @samp with Ctrl-.
7015 (Signals, Set Breaks, Set Watchpoints): Document optional
7016 arguments to `info signals' `handle', `info breakpoints', and
7017 `info watchpoints'.
7018
7019 2006-10-14 Eli Zaretskii <eliz@gnu.org>
7020
7021 * gdb.texinfo (Backtrace): Fix last change.
7022
7023 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * gdb.texinfo (Backtrace): Order correctly and add other cases.
7026
7027 2006-10-10 Bob Wilson <bob.wilson@acm.org>
7028
7029 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7030 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7031 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7032
7033 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7034 Daniel Jacobowitz <dan@codesourcery.com>
7035
7036 * gdb.texinfo (Packets): Document vFlashErase,
7037 vFlashWrite and vFlashDone packets.
7038 (General Query Packets): Document qXfer:memory-map:read.
7039 Add a new feature for qXfer:memory-map:read.
7040 (Memory map format): New section.
7041 (Target Commands): Mention that gdb can write flash.
7042
7043 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
7044 Daniel Jacobowitz <dan@codesourcery.com>
7045
7046 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7047 memory regions and "mem auto".
7048
7049 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
7050
7051 * gdbint.texinfo (Array Containers): New section.
7052
7053 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7054
7055 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7056 -stack-list-arguments HIGH_FRAME argument can be larger then the
7057 actual number of frames.
7058
7059 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
7060
7061 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7062 -stack-list-locals HIGH_FRAME argument can be larger then the
7063 actual number of frames.
7064
7065 2006-09-02 Bob Wilson <bob.wilson@acm.org>
7066
7067 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7068 Register Packet Format, Tracepoint Packets): Fix spelling errors.
7069
7070 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7071
7072 * gdbint.texinfo (Overall Structure): New section "Source Tree
7073 Structure".
7074
7075 2006-08-17 Jim Blandy <jimb@codesourcery.com>
7076
7077 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7078 responses.
7079
7080 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7081
7082 * gdb.texinfo (Source Path): Add documentation for new
7083 substitute-path commands.
7084
7085 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * gdb.texinfo (Installing GDB): Update menu. Move text to...
7088 (Running Configure): ...here.
7089 (Requirements): New node. Mention expat.
7090
7091 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
7092
7093 * gdb.texinfo (Target Commands): Remove
7094 'set download-write-size' and 'show download-write-size'.
7095
7096 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
7097
7098 * stabs.texinfo (Member Type Descriptor): Correct example for
7099 pointer to member types.
7100
7101 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7102
7103 * gdb.texinfo (Optional warnings and messages): Add
7104 'set/show trace-commands'.
7105 (Command files): Add '-v' to source command.
7106
7107 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7108
7109 * gdb.texinfo (OS Information): Update qPart reference to
7110 qXfer.
7111 (Remote configuration): Likewise.
7112 (Overview): Move @cindex to the start of a paragraph. Talk
7113 about binary data encoding.
7114 (Packets): Refer to the overview for the details of the X
7115 packet encoding.
7116 (General Query Packets): Remove qPart description. Add qXfer
7117 description. Add an anchor to qSupported. Correct feature
7118 table title. Add a new feature for qXfer:auxv:read.
7119 (Interrupts): Add a missing parenthesis.
7120
7121 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
7122
7123 * gdb.texinfo (KOD): Remove node.
7124 (GDB/MI Kod Commands): Remove commented out node.
7125
7126 2006-07-01 Eli Zaretskii <eliz@gnu.org>
7127
7128 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7129 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7130 (GDB/MI Thread Commands, GDB/MI Program Execution)
7131 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7132 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7133 (GDB/MI File Commands, GDB/MI Target Manipulation)
7134 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7135 since the MI prompt is hard-wired into the code.
7136
7137 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7140 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7141 (GDB/MI Data Manipulation): Remove description of unimplemented
7142 display related commands as variable objects perform this function
7143 and are superior: -display-delete, -display-disable,
7144 -display-enable, -display-insert and -display-list. Move
7145 -environment-cd, -environment-directory, -environment-path
7146 and -environment-pwd to "Program Context".
7147 (GDB/MI Program Control): Rename to "Program Execution". Move
7148 -exec-arguments -exec-abort to...
7149 (GDB/MI Program Context): ...here. New node split from "Data
7150 Manipulation".
7151
7152 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7153
7154 * gdb.texinfo (Remote configuration): Document set / show
7155 remote supported-packets.
7156 (General Query Packets): Document qSupported packet.
7157
7158 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
7159
7160 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7161 and font markup.
7162 (Protocol basics): Likewise.
7163 (The F request packet): Likewise.
7164 (The F reply packet): Likewise.
7165 (Memory transfer): Move this node to be a subsubsection of
7166 "Protocol specific representation of datatypes".
7167 (The Ctrl-C message): More copy editing.
7168 (Console I/O): Likewise.
7169 (The isatty call): Delete this node, and merge its content into
7170 the "isatty" node. Fixed references elsewhere.
7171 (The system call): Delete this node, and merge its content into
7172 the "system" node. Fixed references elsewhere.
7173 (open): Reformat to use @table, and add appropriate font markup.
7174 (close): Likewise.
7175 (read): Likewise.
7176 (write): Likewise.
7177 (lseek): Likewise.
7178 (rename): Likewise.
7179 (unlink): Likewise.
7180 (stat/fstat): Likewise.
7181 (gettimeofday): Likewise.
7182 (isatty): Likewise.
7183 (system): Likewise, plus minor changes to fix confusing wording.
7184 (Integral datatypes): Fix font markup.
7185 (Pointer values): Likewise.
7186 (struct stat): Fix markup to use @table, plus minor copy editing.
7187 (struct timeval): Fix font markup, plus minor copy editing.
7188 (Constants): Minor copy editing.
7189 (Errno values): Add font markup.
7190 (File-I/O Examples): Likewise.
7191
7192 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
7193
7194 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7195 (GDB/MI Simple Examples): Move node up one level. Use real
7196 examples.
7197 (GDB/MI Compatibility with CLI): Update.
7198 (GDB/MI Result Records): Add "connected" and "exit" result
7199 classes.
7200 (GDB/MI Stream Records): Clarify target output.
7201 (GDB/MI Command Description Format): Modify example description.
7202 (GDB/MI Breakpoint Table Commands): Rename to...
7203 (GDB/MI Breakpoint Commands): ...this
7204 (GDB/MI Breakpoint Commands): Add optional thread field.
7205 (GDB/MI Program Control): Add an introduction. Move "Program
7206 termination" examples into exec-run description.
7207 (GDB/MI File Commands): Mention similar CLI commands.
7208 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7209 is similar to "-gdb-version".
7210
7211 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7214
7215 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7218 sourceware.org for mailing lists.
7219 (GDB/MI File Commands): New node split from Program Control.
7220
7221 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7222
7223 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7224
7225 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7226
7227 * gdb.texinfo (Cygwin Native): Fix last change.
7228
7229 2006-05-22 Christopher Faylor <cgf@timesys.com>
7230
7231 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7232
7233 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7236 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7237
7238 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7239
7240 * gdb.texinfo (General Query Packets): Recommend not starting
7241 new packets with qC and clarify.
7242
7243 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7244
7245 * gdb.texinfo (M2 Types): New section.
7246
7247 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7248
7249 * agentexpr.texi: Add a copyright and license notice.
7250 * observer.texi: Likewise, with GPL clause for function prototypes.
7251 Remove trailing whitespace.
7252
7253 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7254
7255 * gdb.texinfo (General Query Packets): Document conventions for
7256 terminating packet names, and their violations.
7257
7258 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7259
7260 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7261 * gdb.texinfo: Likewise.
7262
7263 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7264
7265 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7266 and "show remotedebug".
7267 (Debugging Output): Add additional index entries.
7268
7269 2006-04-27 Michael Snyder <msnyder@redhat.com>
7270
7271 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7272
7273 2006-04-22 Andrew Cagney <cagney@redhat.com>
7274
7275 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7276 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7277
7278 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7279
7280 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7281 and remove breakpoint prototypes.
7282 (Watchpoints): Move description of target_insert_hw_breakpoint and
7283 target_remove_hw_breakpoint ...
7284 (Breakpoints): ... to here. Document target_insert_breakpoint and
7285 target_remove_breakpoint.
7286
7287 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7288
7289 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7290 and C packets are optional.
7291
7292 2006-04-14 Frederic Riss <frederic.riss@st.com>
7293
7294 * gdb.texinfo (Specifying source directories): Update the description
7295 of the source file search to reflect the fact that the source path
7296 always contains at least $cdir and $cwd.
7297
7298 2006-03-31 Michael Snyder <msnyder@redhat.com>
7299
7300 * gdb.texinfo: Update copyright dates.
7301
7302 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7303
7304 * gdb.texinfo (Overview): Add an index entry to "empty response".
7305
7306 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7307
7308 * gdbint.texinfo (Prologue Analysis): New section.
7309
7310 2006-03-07 Jim Blandy <jimb@red-bean.com>
7311
7312 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7313
7314 * gdb.texinfo (Target Commands): Update text describing how to
7315 specify a target. Refer to the detailed section on remote
7316 debugging, not the brief mention.
7317
7318 * gdb.texinfo (Connecting): Organize the different 'target remote'
7319 connection methods into a table. Add a 'target remote' index
7320 entry. (!!!)
7321
7322 2006-02-17 Fred Fish <fnf@specifix.com>
7323
7324 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7325 'ptype' commands to reflect the fact that the only significant
7326 difference between them is that ptype prints the complete type
7327 description instead of just the name.
7328
7329 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7330
7331 * gdbint.texinfo (Watchpoints): Delete
7332 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7333
7334 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7335
7336 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7337 times fields where needed. Fix typos. Update general form given
7338 for output of -break-insert.
7339 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7340
7341 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7342
7343 * gdbint.texinfo (Symbol Handling): Add a section
7344 on memory management.
7345
7346 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7347
7348 * gdb.texinfo (Breakpoint table commands): Document the fullname
7349 field in -break-list output.
7350
7351 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7352
7353 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7354 debugging information produced by the various "set debug..."
7355 options.
7356
7357 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7358
7359 * gdb.texinfo (Files): Remove obsolete bits from the description
7360 of "symbol-file".
7361
7362 2006-01-25 Jim Blandy <jimb@redhat.com>
7363
7364 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7365
7366 2006-01-24 Jim Blandy <jimb@redhat.com>
7367
7368 * gdbint.texinfo (Frames): Document the basics of GDB's register
7369 unwinding model, and explain the existence of the "sentinel" frame.
7370
7371 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7372
7373 * gdb.texinfo (Choosing files): Mention that -directory is used
7374 for script files.
7375 (Specifying source directories): Likewise.
7376 (Command files): Explain how script files are found.
7377
7378 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7379
7380 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7381 the threads in a multi-threaded program.
7382 (Threads): The threadno argument of "thread apply" can be a range
7383 of numbers.
7384
7385 2006-01-18 Jim Blandy <jimb@redhat.com>
7386
7387 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7388 of warning flags.
7389
7390 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7391
7392 * gdb.texinfo (Sequences): Improve menu annotations.
7393 (Define): Add index entries for arguments of user-defined
7394 commands. Move the description of flow-control commands...
7395 (Command Files): ...to here. Document loop_break and
7396 loop_continue.
7397 (Define, Command Files): Document `end' and add index entries for
7398 it.
7399
7400 2006-01-04 Michael Snyder <msnyder@redhat.com>
7401
7402 * gdb.texinfo: Add documentation for linux-fork.
7403 * gdbint.texinfo: Add internal documentation for checkpoints.
7404
7405 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7406
7407 * gdb.texinfo (Omissions from Ada): Document that there is now
7408 limited aggregate support.
7409
7410 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7411
7412 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7413 registers and the likes.
7414
7415 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7416
7417 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7418 (Symbols): Fix usage of "e.g.".
7419 (Memory Region Attributes): Fix usage of "etc."
7420
7421 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7422 (Coding): Fix usage of "e.g.".
7423
7424 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7425
7426 * stabs.texinfo:
7427 * refcard.tex:
7428 * gpl.texi:
7429 * gdbint.texinfo:
7430 * gdb.texinfo:
7431 * gdb-cfg.texi:
7432 * fdl.texi:
7433 * annotate.texinfo:
7434 * all-cfg.texi:
7435 * Makefile.in: Add (C) after Copyright. Update the FSF
7436 address.
7437
7438 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7439
7440 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7441 extend GDB with commands for external monitor.
7442
7443 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7444
7445 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7446
7447 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7448
7449 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7450
7451 2005-11-21 Jim Blandy <jimb@redhat.com>
7452
7453 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7454 placement of 'R' actions in tracepoint action packets; document
7455 dependence of 'X' and 'M' actions on a preceding 'R' action for
7456 their registers.
7457
7458 2005-11-19 Jim Blandy <jimb@redhat.com>
7459
7460 * gdb.texinfo (Tracepoint Packets): New node.
7461 (General Query Packets): Add entries for the tracepoint packets,
7462 referring to the "Tracepoint Packets" node.
7463 (Tracepoints): Add reference to "Tracepoint Packets".
7464
7465 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7466
7467 * gdb.texinfo (set remotebreak): Add anchor.
7468 (X packet): Likewise.
7469 (Remote Protocol): Add new section `Interrupts' and new index
7470 entry `interrupts (remote protocol)'.
7471
7472 2005-11-18 Jim Blandy <jimb@redhat.com>
7473
7474 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7475 entries into the General Query Packets section. Add a
7476 cross-reference to that section. Drop description of replies, as
7477 these are covered in the descriptions of each packet.
7478 (General Query Packets): Add introductory text. Explain naming
7479 conventions, and how the end of a name is recognized.
7480
7481 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7482
7483 * gdb.texinfo (Remote configuration): Fix typo in description of
7484 "set remotebreak" command.
7485
7486 2005-11-16 Jim Blandy <jimb@redhat.com>
7487
7488 * gdb.texinfo (Packets, Stop Reply Packets)
7489 (General Query Packets): Various formatting cleanups.
7490 - Use @samp for packet contents.
7491 - Drop summaries from packet @item lines; the same information appears
7492 immediately below in the description.
7493 - Delete paragraph breaks after packet @item commands, so that the
7494 description appears directly to the right of the packet prototype
7495 in the printed manual, if it fits.
7496 - Place spaces in packet prototypes between @vars and non-@var
7497 letters, and explain that they're just for formatting.
7498 - Use @dots{} instead of '...'.
7499 - Fix uses of @code where @var was needed.
7500 - Replace "deprecated" markers with English text spelling out the
7501 packet's status and the preferred alternatives.
7502 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7503 what this ever meant.
7504 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7505 this for a long time.
7506 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7507 implemented several times, and have been in use for years.
7508
7509 2005-11-15 Jim Blandy <jimb@redhat.com>
7510
7511 * gdb.texinfo (Packets): Add index entries for 'm' packet
7512 disclaimers.
7513
7514 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7515 of stub when processing an 'm' packet.
7516
7517 * gdb.texinfo (Packets): Mention that packets beginning with
7518 letters are reserved once, at the top, instead of actually listing
7519 them all and saying "reserved".
7520
7521 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7522
7523 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7524 Change @var{$arg0 to @code{$arg0.
7525
7526 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7527
7528 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7529
7530 2005-11-12 Jim Blandy <jimb@redhat.com>
7531
7532 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7533 order. Remove extraneous 'z'.
7534
7535 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7536
7537 * gdb.texinfo (Choosing files): Add --eval-command.
7538
7539 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7540
7541 * gdb.texinfo (Choosing modes): Add --return-child-result.
7542
7543
7544 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7545
7546 * gdb.texinfo (Choosing modes): Add --batch-silent.
7547
7548 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7549
7550 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7551 "The -var-update Command".
7552
7553 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.texinfo (Print Settings): Add documentation for set/show
7556 print array-indexes.
7557
7558 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7559
7560 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7561 6.2 and 6.3.
7562
7563 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7564
7565 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7566 since 19-Jan-2004.
7567 (Files): Likewise.
7568 (Variables, Symbols): Document the "<incomplete type>" message and
7569 its reasons.
7570
7571 2005-08-01 Fred Fish <fnf@specifix.com>
7572
7573 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7574
7575 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7576
7577 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7578 option for -var-list-children and -var-update.
7579 (GDB/MI Stack Manipulation): Simplify description of
7580 print-values option for -stack-list-locals.
7581 (GDB/MI Command Description Format): Clarify.
7582 (Mode Options): Spelling of superseded.
7583
7584 2005-07-12 Bob Rossi <bob@brasko.net>
7585
7586 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7587 corresponding GDB command comment.
7588
7589 2005-07-06 Bob Rossi <bob@brasko.net>
7590
7591 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7592 and -inferior-tty-show.
7593 (Input/Output): Document "set/show inferior-tty" and tty alias.
7594
7595 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7596
7597 * gdb.texinfo (Packets): Change description of 'D' packet to note
7598 that GDB does wait for a response.
7599
7600 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * gdb.texinfo (History) Rename "Command History".
7603 (Command History): Move node "Server Prefix" from section on
7604 Annotations here.
7605
7606 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7607
7608 * gdb.texinfo (GDB/MI Stack Manipulation):
7609 Re-instate -stack-info-frame with example. Say that it gets
7610 info on selected frame, not current frame.
7611
7612 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7613
7614 * gdb.texinfo (Server): Clarify that `file' should be used before
7615 connecting to the server.
7616 (Files): Add an xref to the above description.
7617 (Output Formats): More detailed description of the `c' format.
7618 (Memory): List explicitly all the formats supported by `x'.
7619 (Threads): Add an @cindex entry for "thread apply".
7620 (Files): Document the possibility of loading unlinked object
7621 files. Add more indexing for solib-absolute-prefix and
7622 --with-sysroot.
7623 (Machine Code): Document possible problems with locations in
7624 shared libraries.
7625 (Backtrace): Document that free-standing environments do not need
7626 to have a `main' function.
7627
7628 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7631 -stack-info-frame.
7632
7633 2005-06-07 Andrew Cagney <cagney@gnu.org>
7634
7635 * gdb.texinfo (Contributors): Note the original multi-arch
7636 contributors.
7637
7638 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7639
7640 * gdb.texinfo (Registers): Add index entries for the standard
7641 registers.
7642 (Frames): Add cross-reference from frame pointer description to
7643 the Registers node.
7644 (Annotations Overview): Fix the reference to GDB name.
7645
7646 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7647
7648 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7649 can-use-hw-watchpoints.
7650
7651 2005-05-28 Bob Rossi <bob@brasko.net>
7652
7653 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7654 the possible reasons why an exec async record would be returned to FE.
7655
7656 2005-05-26 Andrew Cagney <cagney@gnu.org>
7657
7658 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7659 Andrew Cagney implemented the original GDB/MI.
7660
7661 2005-05-23 Orjan Friberg <orjanf@axis.com>
7662
7663 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7664 documentation. Add documentation for cris-mode.
7665
7666 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7667
7668 * gdb.texinfo (Numbers): Explain the example and make the wording
7669 more acurate.
7670
7671 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7672 Dennis Brueni <dennis@slickedit.com>
7673
7674 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7675 (GDB/MI Data Manipulation, GDB/MI Program Control)
7676 (GDB/MI Stack Manipulation): Update examples to include the fullname
7677 attribute in stack frames.
7678
7679 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7680
7681 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7682 do with other non-standard names of init files.
7683
7684 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7685
7686 * gdb.texinfo (Command Files): Move the description of the startup
7687 from here...
7688 (Startup): ...to this new subsection of the Invocation chapter.
7689 Rearrange the description of init files more logically and add a
7690 cross-reference to "Command Files". Document the special gdbinit
7691 name for CISCO 68k. Expand the description of what GDB does
7692 during startup.
7693 (History): Add index entry for HISTSIZE.
7694
7695 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7696
7697 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7698
7699 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7700
7701 * gdb.texinfo (SVR4 Process Information, The isatty call)
7702 (The system call): Don't use foo(N) notation for man pages and
7703 functions.
7704 (Compilation, DJGPP Native): Improve wording.
7705
7706 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7707
7708 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7709 were optimized away.
7710
7711 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7712
7713 * gdb.texinfo (Remote configuration): Document "set/show
7714 get-thread-local-storage-address". Add cross-reference to the
7715 description of the qGetTLSAddr packet.
7716 (General Query Packets): Mention "set remote
7717 get-thread-local-storage-address" and add a reference to its
7718 description.
7719
7720 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7721
7722 * gdb.texinfo (Backtrace): Describe 'bt full'.
7723
7724 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * gdb.texinfo (Mode Options): Fix typo.
7727 (GDB/MI): Describe how to invoke GDB/MI.
7728
7729 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7730
7731 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7732 references changed. Add description of "info udot".
7733 (Files): Document "set/show stop-on-solib-events".
7734 (M32R/D): Document "set/show download-path", "set/show
7735 board-address", "set/show server-address", "upload", "tload".
7736 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7737 "use_mon_code", "use_ib_break", "use_dbt_break".
7738 (Maintenance Commands): Improve indexing.
7739 (Target Commands): Document "set/show hash", "set/show debug
7740 monitor".
7741 (SVR4 Process Information): Document "info pidlist" and "info
7742 meminfo". Document "set/show procfs-tarce" and "set/show
7743 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7744 (Symbols, The Print Command with Objective-C): Improve indexing.
7745 (Objective-C): Add references to "info classes" and "info
7746 selectors".
7747 (Debugging Output): Improve wording. Document "set/show debug
7748 solib-frv". Fix "set/show debugvarobj".
7749 (Set Breaks): Add index entry for "hardware breakpoints".
7750 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7751 and "set/show usehardbreakpoints".
7752 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7753 monitor-prompt", "set/show monitor-warnings", "pmon".
7754 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7755 rdiromatzero", "set/show rdiheartbeat".
7756 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7757 "sds".
7758 (Embedded Processors): Document the "sim" command.
7759 (Remote): Document the "remote" command.
7760 (DJGPP Native): Document the "info serial" command.
7761 (Threads): Document "maint info sol-threads".
7762 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7763 (Set Breaks): Improve indexing.
7764 (Command Syntax): Add a reference to dont-repeat.
7765 (Define): Document "dont-repeat".
7766 (TUI Commands): Document "tabset".
7767 (WinCE): New subsection. Document "set/show remotedirectory",
7768 "set/show remoteupload", "set/show remoteaddhost".
7769
7770 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7771
7772 * gdb.texinfo (Hurd Native): New subsection, documents
7773 Hurd-specific commands.
7774 (Maintenance Commands): Add cross-reference to "Debugging Output".
7775 (Debugging Output): Document "set/show debug lin-lwp".
7776 (MIPS): Improve documentation of heuristic-fence-post. Document
7777 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7778 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7779 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7780 (ARM): Document ARM-specific commands.
7781 (AVR): New section. Document "info io_registers".
7782 (CRIS): New section. Document "set/show cris-version" and
7783 "set/show cris-dwarf2-cfi".
7784 (HPPA): New section. Document "set/show debug hppa" and "maint
7785 print unwind".
7786 (Neutrino): New subsection. Document "set/show debug nto-debug".
7787 (Super-H): New section. Document the "regs" command.
7788 (Debugging Output): Document "set/show debug aix-thread".
7789
7790 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7791
7792 * gdb.texinfo (Print Settings): Document "set/show print
7793 pascal_static-members", "set print repeats", "show print
7794 null-stop". Improve indexing. Fix documentation of "set print
7795 union".
7796 (Pascal): New section.
7797 (Supported languages): Rename from "Support"; all references
7798 updated. Add a menu item for Pascal.
7799 (Numbers): Document "set radix.
7800 (Screen Size): Document "set/show pagination".
7801 (MIPS Embedded): Remove "set processor" documentation.
7802 (Remote configuration): Document "set/show X/P/Z-packet",
7803 "set/show read-aux-vector-packet", "set/show remote
7804 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7805 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7806 remotedebug", "set/show remotebreak", "set/show remotedevice",
7807 "set/show remotelogfile".
7808 (Auxiliary Vector): Add reference to the description of the
7809 read-aux-vector-packet setting.
7810 (Set Watchpoints): Add a cross-reference to "set remote
7811 hardware-breakpoint-limit".
7812 (General Query Packets): Add indexing of requests and
7813 cross-references to related commands in "Remote configuration".
7814 (File-I/O Overview, The system call): Fix wording and typos.
7815 (Thread Stops): Add index entries.
7816 (Continuing and Stepping): Document "show step-mode".
7817 (i386): New node. Document "set/show struct-convention".
7818 (Files): Document "show trust-readonly-sections".
7819 (Calling): Document "set/show unwindonsignal".
7820 (Messages/Warnings): Add index entries.
7821 (Maintenance Commands): Document "set/show watchdog".
7822 (Annotations Overview): Document "show annotate".
7823 (Set Watchpoints): Add index entries.
7824 (Symbols): Fix doc of case-sensitive.
7825 (ABI): Document "show coerce-float-to-double".
7826 (Convenience Vars, Help): Improve indexing.
7827 (Machine Code): Document "show disassembly-flavor".
7828 (Debugging C plus plus): Document "show overload-resolution".
7829 (Value History, Signaling): Add index entries.
7830
7831 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7832
7833 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7834 (Processes): Fix wording.
7835 (History, List, Logging output, Define, Symbols, Print Settings):
7836 Improve indexing.
7837
7838 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7839
7840 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7841 redundant index entry for "target" command.
7842 (Backtrace): Add index entries.
7843 (Symbols, Fortran): Document the "set case-sensitive" command.
7844 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7845 (Print Settings): Add index entry for "set demangle-style".
7846 (Target Commands): Document "set download-write-size".
7847 (Debugging Output): Document "set exec-done-display".
7848
7849 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7850
7851 * gdb.texinfo (Files): Fix the name and documentation of
7852 add-shared-symbol-files. Document its alias assf. Update the
7853 list of OSs where GDB supports shared libraries. Fix markup.
7854 (Continuing and Stepping): Add reference to @var{location} in the
7855 text.
7856 (Dump/Restore Files): Fix reference to @{filename}.
7857 (Help): Fix wording.
7858 (Attach): Ditto.
7859 (Set Watchpoints): Ditto.
7860 (Backtrace): Remove redundant index entries. Improve index
7861 entries.
7862 (Delete Breaks): Fix wording.
7863 (Memory): Document the compare-sections command.
7864 (Memory Region Attributes): Improve wording.
7865 (Disabling): Improve wording.
7866 (Fortran): New subsection. Document the "info common" command.
7867 (Help): Document aliases "info copying" and "info warranty".
7868 (Caching Remote Data): New section. Document the "set/show
7869 remotecache" and "info dcache" commands.
7870 (Show): Fix wording of the documentation of the "set
7871 extension-language" command.
7872 (Signals): Add index entry for "info handle".
7873 (Memory Region Attributes): Fix punctuation.
7874 (Symbols): Change the arg name to "location" and refer to it in
7875 the text. Fix wording of "info types" doc.
7876 (Threads): Fix usage of @enumerate @item's.
7877 (Listing Tracepoints): Add index entry for "info tp".
7878 (Set Watchpoints): Add xref to "info break" description.
7879 (Macros): Add an index entry for "macro exp1". Document the
7880 "macro list" command.
7881 (Maintenance Commands): Document "flushregs", "maint agent",
7882 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7883 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7884 "maint print architecture", "maint print objfiles", "maint print
7885 statistics", "maint print type", "maint show-debug-regs", "maint
7886 space", "maint time", and "maint translate-address".
7887 (Connecting): Document the "monitor" command.
7888 (Annotations Overview): Describe the "set annotate" command.
7889
7890 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7891
7892 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7893 Rearrange index entries and improve wording about support for
7894 hardware watchpoints.
7895
7896 2005-03-10 Bob Rossi <bob@brasko.net>
7897
7898 * gdb.texinfo: Update copyright
7899
7900 2005-02-09 Theodore A. Roth <troth@openavr.org>
7901
7902 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7903 error.
7904
7905 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7906
7907 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7908
7909 2005-01-17 Michael Snyder <msnyder@redhat.com>
7910
7911 * gdb.texinfo: Fix spelling, infinte -> infinite.
7912
7913 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7914
7915 * observer.texi (GDB Observers): Document "solib_loaded".
7916
7917 2005-01-07 Andrew Cagney <cagney@gnu.org>
7918
7919 * configure.ac: Rename configure.in, require autoconf 2.59.
7920 * configure: Re-generate.
7921
7922 * configure.in: Replace configdirs with multiple references to
7923 AC_CONFIG_SUBDIRS.
7924 * configure: Re-generate.
7925
7926 2005-01-04 Andrew Cagney <cagney@gnu.org>
7927
7928 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7929 part of the version number.
7930
7931 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7932
7933 * gdbint.texinfo (Algorithms): Remove description of
7934 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7935
7936 2004-12-07 Jim Blandy <jimb@redhat.com>
7937
7938 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7939 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7940 numbers.
7941
7942 2004-12-07 Andreas Schwab <schwab@suse.de>
7943
7944 * gdb.texinfo (Mode Options): Document -l option.
7945
7946 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7947
7948 * gdbint.texinfo (Algorithms): More accurate description of
7949 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7950 is not needed unless data-read and data-access watchpoints are
7951 supported. Add a description of how GDB checks whether the
7952 inferior stopped because a watchpoint was hit.
7953
7954 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7955
7956 * gdb.texinfo (Files): Add cross-reference to description of
7957 -readnow command-line switch.
7958
7959 2004-11-10 Randolph Chung <tausq@debian.org>
7960
7961 * gdb.texinfo: Document set/show backtrace past-entry commands.
7962 Rearrange index entries for set/show backtrace past-main.
7963
7964 2004-11-10 Jon Beniston <jon@beniston.com>
7965
7966 Committed by Andrew Cagney <cagney@gnu.org>.
7967 * gdb.texinfo (Remote Serial Protocol): Further describe
7968 binary transfer escaping mechanism .
7969
7970 2004-11-08 Randolph Chung <tausq@debian.org>
7971
7972 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7973 and "show debug infrun". Add index entries.
7974
7975 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7976
7977 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7978 "info proc" that are already implemented. Add index entries.
7979 (Working Directory): Add a cross-reference to "info proc" command.
7980 (Files): Add a tip for decreasing memory used for symtabs from
7981 shared libraries.
7982 (Starting): Fix whitespace; make "elaboration" stand out where it
7983 is first used, and add an index entry for the term.
7984 (Calling): Expand and elaborate text. Add "print". Add the
7985 description of problems with weak aliases.
7986 (Core File Generation): New section.
7987
7988 2004-10-12 Andrew Cagney <cagney@gnu.org>
7989
7990 * gdbint.texinfo (Versions and Branches): New chapter.
7991 (Releasing GDB): Delete "Versions and Branches" section.
7992 (Top): Add "Versions and Branches".
7993
7994 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7995
7996 * gdb.texinfo (Editing, History): Add cross-references to the
7997 included Readline and History user documentation. Remove
7998 references to the symbol have-readline-appendices which is unused
7999 and undefined.
8000 (History): Fix indexing.
8001
8002 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
8003
8004 * gdbint.texinfo (target_stopped_data_address): Update to
8005 new prototype.
8006 (i386_stopped_data_address): Update prototype and description.
8007 (i386_stopped_by_watchpoint): New function and description.
8008
8009 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
8010
8011 * gdb.texinfo (Filenames): Add Ada suffixes.
8012 (Ada) New section.
8013
8014 2004-09-27 Andrew Cagney <cagney@gnu.org>
8015 Robert Picco <Robert.Picco@hp.com>
8016
8017 * gdb.texinfo (Packets): Document the "p" packet.
8018
8019 2004-09-21 Jason Molenda (jmolenda@apple.com)
8020
8021 * gdb.texinfo (Paths and Names of the Source Files): Document the
8022 meaning of values in the 'desc' field of a SO stab.
8023
8024 2004-09-20 Daniel Jacobowitz <dan@debian.org>
8025
8026 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8027 max-cache-age" and "maint show dwarf2 max-cache-age".
8028
8029 2004-09-16 Eli Zaretskii <eliz@gnu.org>
8030
8031 * gdb.texinfo (Set Breaks): Add index entry for setting
8032 breakpoints on overloaded C++ functions that are not members of
8033 any classes. Add an example and an index entry for setting
8034 breakpoints on all program functions.
8035 (Character Sets, Macros, Overlay Commands)
8036 (Non-debug DLL symbols, GDB/MI Output Syntax)
8037 (Annotations Overview, Maintenance Commands, File-I/O Overview):
8038 Use "(@value{GDBP})" instead of a literal "(gdb)".
8039
8040 2004-09-12 Andrew Cagney <cagney@gnu.org>
8041
8042 * gdbint.texinfo (Native Debugging): Delete description of
8043 FILES_INFO_HOOK.
8044
8045 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
8046
8047 * gdbint.texinfo (User Interface): Change local_hex_string_custom
8048 to hex_string_custom (not historically correct, but more
8049 understandable, given the current code).
8050
8051 2004-09-03 Andrew Cagney <cagney@gnu.org>
8052
8053 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8054
8055 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8056
8057 * observer.texi (solib_unloaded): New observer.
8058
8059 2004-08-24 Andrew Cagney <cagney@gnu.org>
8060
8061 * gdbint.texinfo (Target Architecture Definition): Add missing
8062 comma.
8063
8064 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8065
8066 * (Using the Testsuite): build != host is supported,
8067 but some test scripts do not support build != host.
8068
8069 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8070
8071 * gdbint.texinfo (Host Definition): Delete description of
8072 FCLOSE_PROVIDED and GETENV_PROVIDED.
8073
8074 2004-08-05 Mark Kettenis <kettenis@chello.nl>
8075
8076 * gdbint.texinfo (Host Definition): Delete description of
8077 NO_SYS_FILE.
8078 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8079 PTRACE_FP_BUG.
8080
8081 2004-08-05 Andrew Cagney <cagney@gnu.org>
8082
8083 * gdbint.texinfo (Target Architecture Definition): Delete
8084 reference to deprecated_read_fp.
8085
8086 2004-08-02 Andrew Cagney <cagney@gnu.org>
8087
8088 * gdbint.texinfo (Target Architecture Definition): Delete
8089 description of DEPRECATED_REGISTER_BYTES.
8090
8091 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
8092
8093 * gdb.texinfo (Source Path): Document the new behavior of
8094 searching for the source files.
8095
8096 2004-07-17 Eli Zaretskii <eliz@gnu.org>
8097
8098 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8099 (Search, Expressions, Arrays, Variables, Data, Machine Code)
8100 (Auto Display): Improve indexing.
8101
8102 2004-07-16 Andrew Cagney <cagney@gnu.org>
8103
8104 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8105 "-noasync".
8106
8107 2004-07-09 Eli Zaretskii <eliz@gnu.org>
8108
8109 * gdb.texinfo: Fix @kindex entries so that multiple commands that
8110 have the same prefix have only their prefix in the index.
8111
8112 2004-07-03 Mark Kettenis <kettenis@gnu.org>
8113
8114 * gdb.texinfo (BSD libkvm Interface): New node (section)
8115 (Native): Add it to the menu.
8116
8117 2004-07-01 Mark Kettenis <kettenis@gnu.org>
8118
8119 * gdbint.texinfo (Target Architecture Definition): Remove
8120 PCC_SOL_BROKEN.
8121
8122 2004-06-24 Mark Kettenis <kettenis@gnu.org>
8123
8124 * gdbint.texinfo (Target Architecture Definition): Remove
8125 SUN_FIXED_LBRAC_BUG.
8126
8127 2004-06-26 Andrew Cagney <cagney@gnu.org>
8128
8129 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8130
8131 2004-06-20 Andrew Cagney <cagney@gnu.org>
8132
8133 * gdbint.texinfo (Target Architecture Definition): Deprecate
8134 USE_STRUCT_CONVENTION.
8135
8136 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
8137
8138 gdb.texinfo (Bug Reporting): Mention session recording,
8139 with the script command or Emacs.
8140
8141 2004-06-18 Andrew Cagney <cagney@gnu.org>
8142
8143 * gdbint.texinfo (Target Architecture Definition): Deprecate
8144 FUNCTION_START_OFFSET.
8145
8146 2004-06-14 Andrew Cagney <cagney@gnu.org>
8147
8148 Based on changes from Karl Berry.
8149 * gdb.texinfo: Do not use @sc in a direntry.
8150 * stabs.texinfo: Change @dircateogry to "Software development".
8151 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8152
8153 2004-06-13 Andrew Cagney <cagney@gnu.org>
8154
8155 * gdbint.texinfo (Target Architecture Definition): Delete
8156 description of RETURN_VALUE_ON_STACK.
8157
8158 2004-06-09 Andrew Cagney <cagney@gnu.org>
8159
8160 * gdbint.texinfo (Native Debugging): Restore "@table @code"
8161 deleted by previous patch.
8162
8163 2004-06-08 Andrew Cagney <cagney@gnu.org>
8164
8165 * gdbint.texinfo (Native Debugging): Delete documentation on
8166 ATTACH_DETACH.
8167
8168 2004-06-06 Randolph Chung <tausq@debian.org>
8169
8170 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8171
8172 2004-06-06 Randolph Chung <tausq@debian.org>
8173
8174 * gdb.texinfo (push_dummy_call): Update argument list to match
8175 the new push_dummy_call method signature. Describe the function
8176 argument.
8177
8178 2004-05-24 Joel Brobecker <brobecker@gnat.com>
8179
8180 * gdb.texinfo (Starting): Document new start command.
8181
8182 2004-05-21 Andrew Cagney <cagney@redhat.com>
8183
8184 * observer.texi (GDB Observers): Document "inferior_created".
8185
8186 2004-05-08 Andrew Cagney <cagney@redhat.com>
8187
8188 * gdbint.texinfo (Target Architecture Definition): Delete
8189 description of DO_DEFERRED_STORES.
8190
8191 * gdbint.texinfo (Target Architecture Definition): Delete
8192 references to DEPRECATED_FIX_CALL_DUMMY.
8193
8194 * gdbint.texinfo (Target Architecture Definition): Delete
8195 description of DEPRECATED_CALL_DUMMY_WORDS,
8196 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8197
8198 * gdbint.texinfo (Target Architecture Definition): Delete
8199 description of DEPRECATED_PUSH_DUMMY_FRAME.
8200
8201 * gdbint.texinfo (Target Architecture Definition): Delete
8202 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8203
8204 2004-05-07 Andrew Cagney <cagney@redhat.com>
8205
8206 * observer.texi (GDB Observers): Add "Debugging" section. Include
8207 cross reference to "set/show debug observer".
8208 * gdb.texinfo (Debugging Output): Document "set/show debug
8209 observer".
8210
8211 2004-05-01 Andrew Cagney <cagney@redhat.com>
8212
8213 * gdbint.texinfo (Target Architecture Definition): Delete
8214 description of DEPRECATED_PC_IN_SIGTRAMP.
8215
8216 2004-04-30 Andrew Cagney <cagney@redhat.com>
8217
8218 * gdbint.texinfo (Target Architecture Definition): Delete
8219 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8220
8221 2004-04-30 Orjan Friberg <orjanf@axis.com>
8222
8223 * observer.texi (GDB Observers): Correct spelling.
8224
8225 2004-04-26 Orjan Friberg <orjanf@axis.com>
8226
8227 * observer.texi (GDB Observers): Add target_changed event.
8228
8229 2004-04-08 Andrew Cagney <cagney@redhat.com>
8230
8231 * observer.texi (GDB Observers): Rework, provide generic observer
8232 definitions and then a list of observable events.
8233
8234 2004-04-04 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdbint.texinfo (Host Definition): Delete reference to
8237 NO_SIGINTERRUPT.
8238
8239 2004-04-02 Andrew Cagney <cagney@redhat.com>
8240
8241 * gdbint.texinfo (Target Architecture Definition): Delete
8242 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8243
8244 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8245
8246 * gdb.texinfo (TUI Commands): Document tui reg commands.
8247
8248 2004-03-26 Andrew Cagney <cagney@redhat.com>
8249
8250 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8251 "gdbtui".
8252 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8253 (Contributors): Mention both Text and Terminal User Interface.
8254
8255 2004-03-23 Andrew Cagney <cagney@redhat.com>
8256
8257 * gdbint.texinfo (Target Architecture Definition): Deprecate
8258 references to SIGTRAMP_START and SIGTRAMP_END.
8259
8260 2004-03-23 Andrew Cagney <cagney@redhat.com>
8261
8262 * gdbint.texinfo (Target Architecture Definition): Deprecate
8263 references to PC_IN_SIGTRAMP.
8264
8265 2004-03-19 Andrew Cagney <cagney@redhat.com>
8266
8267 * gdbint.texinfo (Target Architecture Definition): Delete
8268 reference to GDB_TARGET_IS_HPPA.
8269
8270 2004-03-18 Andrew Cagney <cagney@redhat.com>
8271
8272 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8273 describe pre_init and post_init.
8274
8275 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8276
8277 * gdb.texinfo (Debugging Output): Document values for "set debug
8278 target".
8279
8280 2004-02-28 Andrew Cagney <cagney@redhat.com>
8281
8282 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8283
8284 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8285
8286 * gdb.texinfo (breakpoints): Add information about the
8287 new "set breakpoint pending" and "show breakpoint pending"
8288 commands.
8289
8290 2004-02-26 Andrew Cagney <cagney@redhat.com>
8291
8292 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8293 in Per-architecture module data section.
8294
8295 2004-02-25 Roland McGrath <roland@redhat.com>
8296
8297 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8298
8299 2004-02-24 Andrew Cagney <cagney@redhat.com>
8300
8301 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8302 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8303 * fdl.texi: Import Version 1.2, November 2002.
8304
8305 2004-02-17 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8308
8309 2004-02-16 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdbint.texinfo (Target Architecture Definition): Deprecate
8312 FRAMELESS_FUNCTION_INVOCATION.
8313
8314 2004-02-16 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbint.texinfo (Coding): Mention -Wunused-function.
8317
8318 2004-02-14 Andrew Cagney <cagney@redhat.com>
8319
8320 * gdbint.texinfo (Target Architecture Definition): Delete
8321 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8322
8323 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8324
8325 * gdb.texinfo: Properly quote the name "C++".
8326 * gdbint.texinfo: Ditto.
8327 * stabs.texinfo: Ditto.
8328
8329 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8330
8331 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8332 minimal information about libiberty.
8333
8334 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8335
8336 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8337
8338 2004-02-04 Roland McGrath <roland@redhat.com>
8339
8340 * gdb.texinfo (Auxiliary Vector): New node (section).
8341 (Data): Add it to the menu.
8342
8343 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8344
8345 * gdb.texinfo (Breakpoints): Add information about pending
8346 breakpoint support.
8347
8348 2004-01-26 Andrew Cagney <cagney@redhat.com>
8349
8350 * gdb.texinfo (Overview): Delete references to the cisco protocol
8351 including the "N" response.
8352
8353 2004-01-26 Andrew Cagney <cagney@redhat.com>
8354
8355 * gdbint.texinfo (Target Architecture Definition): Rename
8356 EXTRACT_STRUCT_VALUE_ADDRESS to
8357 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8358
8359 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8360
8361 * gdb.texinfo (KOD): Document "show os". Add index entries for
8362 "set/show os" and "info cisco" commands.
8363
8364 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8365
8366 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8367
8368 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8369
8370 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8371 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8372
8373 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8374
8375 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8376 -stack-list-locals.
8377 (GDB/MI Variable Objects): Describe extension to
8378 -var-list-children.
8379
8380 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8381
8382 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8383
8384 2004-01-17 Andrew Cagney <cagney@redhat.com>
8385
8386 * gdbint.texinfo (Target Architecture Definition): Delete
8387 documentation on DEPRECATED_NPC_REGNUM.
8388
8389 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8390
8391 * gdb.texinfo: Update copyright year. Mention that set
8392 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8393 "set follow-fork-mode ask".
8394
8395 2004-01-13 Andrew Cagney <cagney@redhat.com>
8396
8397 * gdbint.texinfo: Update copyright year.
8398 (Coding): Add -Wunused-label to list of -Werror warnings.
8399
8400 2004-01-08 Jason Molenda <jmolenda@apple.com>
8401 Eli Zaretskii <eliz@gnu.org>
8402
8403 * gdb.texinfo: Update copyright.
8404 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8405 around names, as appropriate. Minor syntax cleanup of
8406 _NSPrintForDebugger explanation. Two spaces after periods.
8407 GDBN used instead of lit. "gdb". Index entries added for
8408 print-object and _NSPrintForDebugger. @noindent added in one spot.
8409
8410 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8411
8412 * stabs.texinfo: Add dircategory and direntry commands.
8413 * annotate.texinfo: Ditto.
8414
8415 2003-11-10 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdbint.texinfo (Target Architecture Definition): Replace the
8418 return_value method's "inval" and "outval" parameters with
8419 "readbuf" and "writebuf".
8420
8421 2003-10-28 Jim Blandy <jimb@redhat.com>
8422
8423 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8424 from "The `F' request packet" and "The `F' reply packet", to make
8425 texi2dvi happy.
8426 (File-I/O remote protocol extension): Update menu entries, too.
8427
8428 2003-10-26 Michael Chastain <mec@shout.net>
8429
8430 * gdb.texinfo (Thread Stops): Document the issue with
8431 premature return from system calls in multi-threaded programs.
8432
8433 2003-10-24 Andrew Cagney <cagney@redhat.com>
8434
8435 * annotate.texinfo: Fix "fortunatly"[sic].
8436
8437 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8438
8439 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8440 with "Hitachi" and "Mitsubishi".
8441
8442 2003-10-20 Andrew Cagney <cagney@redhat.com>
8443
8444 * gdbint.texinfo (Target Architecture Definition): Document
8445 gdbarch_return_value. Add cross references from
8446 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8447 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8448
8449 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8450
8451 * gdbint.texinfo (Target Architecture Definition): Document
8452 regset_from_core_section.
8453
8454 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8455
8456 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8457
8458 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8459
8460 From Anthony Green <green@redhat.com>:
8461 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8462
8463 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8464
8465 * gdb.texinfo (Breakpoint related warnings): New node.
8466 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8467
8468 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8469
8470 * gdb.texinfo (Remote Protocol): Document v and vCont.
8471
8472 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8473
8474 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8475 * gdbint.texinfo: Ditto.
8476
8477 2003-10-09 Andrew Cagney <cagney@redhat.com>
8478
8479 From 2003-09-18 David Anderson <davea@sgi.com>:
8480 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8481 "command".
8482
8483 2003-10-03 Andrew Cagney <cagney@redhat.com>
8484
8485 * gdbint.texinfo (Target Architecture Definition): Deprecate
8486 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8487 just target.
8488
8489 2003-10-02 Andrew Cagney <cagney@redhat.com>
8490
8491 * gdbint.texinfo (Target Architecture Definition): Rename
8492 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8493 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8494 * gdbint.texinfo (Target Architecture Definition): Rename
8495
8496 2003-09-30 Andrew Cagney <cagney@redhat.com>
8497
8498 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8499 (Target Architecture Definition):
8500
8501 * gdbint.texinfo (Target Architecture Definition): Rename
8502 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8503
8504 2003-09-29 Andrew Cagney <cagney@redhat.com>
8505
8506 * gdbint.texinfo (Target Architecture Definition): Delete
8507 documentation for NEED_TEXT_START_END.
8508
8509 * gdbint.texinfo (Target Architecture Definition): Rename
8510 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8511 TARGET_WRITE_PC.
8512
8513 2003-09-22 Michael Chastain <mec@shout.net>
8514
8515 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8516
8517 2003-09-21 Anthony Green <green@redhat.com>
8518
8519 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8520
8521 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8522
8523 * gdbint.texinfo (Target Architecture Definition): Document
8524 stabs_argument_has_addr.
8525
8526 2003-09-18 Andrew Cagney <cagney@redhat.com>
8527
8528 * gdbint.texinfo (Target Architecture Definition): Delete
8529 documentation on REGISTER_NAMES.
8530
8531 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Replace
8534 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8535
8536 2003-09-11 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Replace
8539 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8540
8541 2003-08-18 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbint.texinfo (Target Architecture Definition): Document
8544 "frame_red_zone_size".
8545
8546 2003-08-09 Andrew Cagney <cagney@redhat.com>
8547
8548 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8549 with "set/show backtrace past-main" and "set/show backtrace
8550 limit".
8551
8552 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8553
8554 * Makefile.in (install-info): Support DESTDIR.
8555 (install-html): Likewise.
8556
8557 2003-08-07 Andrew Cagney <cagney@redhat.com>
8558
8559 Patch from Nick Roberts.
8560 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8561 bindings. Remove description of send-gdb-command.
8562
8563 2003-08-07 Andrew Cagney <cagney@redhat.com>
8564
8565 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8566 GDB 6.0.
8567
8568 2003-08-06 Andrew Cagney <cagney@redhat.com>
8569
8570 * gdb.texinfo (Mode Options): Mention that level three is the
8571 highest available and that level 2 is deprecated.
8572 (Annotations Overview): Mention annotation levels. Cross reference
8573 to "Limitations of the Annotation Interface" in annotate.texi.
8574 (TODO, Value Annotations, Frame Annotations): Delete section.
8575 (Displays, Breakpoint Info): Delete.
8576
8577 2003-08-04 Andrew Cagney <cagney@redhat.com>
8578
8579 * agentexpr.texi: Delete @bye.
8580 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8581 (stabs.info): Add $(srcdir) to include search path.
8582 (html): Depend on "annotate_toc.html", and not "annotate.html".
8583 * stabs.texinfo: Ditto. Include "fdl.texi".
8584 * gdbint.texinfo: Update copyright statement's list of invariant
8585 sections.
8586
8587 2003-07-28 Andrew Cagney <cagney@redhat.com>
8588
8589 * Makefile.in (INFO_DEPS): Add annotate.info.
8590 (dvi, ps, html, pdf): Add annotate.
8591 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8592 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8593 (ANNOTATE_DOC_FILES): New macro.
8594 (ANNOTATE_TEX_TMPS): New macro.
8595 (annotate.info, annotate_toc.html): Specify dependencies.
8596 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8597 * annotate.texinfo: Rename annotate.texi. Get building. Add
8598 "Migrating to GDB/MI" and "Limitations of the Annotation
8599 Interface" chapters. Mention why it is not part of the user
8600 guide. Update copyright notice. Include "fdl.texi".
8601
8602 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8603
8604 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8605
8606 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8607
8608 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8609
8610 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8611
8612 * gdb.texinfo (Server): Mention pidof.
8613
8614 2003-07-22 Andrew Cagney <cagney@redhat.com>
8615
8616 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8617 list.
8618
8619 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * gdb.texinfo (Logging output): New chapter.
8622
8623 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8624
8625 * gdb.texinfo (Unsupported languages): New section.
8626 (Languages): Add link to new section.
8627
8628 2003-06-22 Andrew Cagney <cagney@redhat.com>
8629
8630 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8631
8632 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8633
8634 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8635
8636 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8637
8638 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8639 * agentexpr.texi: Retitle section, and change it to an appendix.
8640 Comment out texinfo initialization. Factor a @var{} into two
8641 pieces to prevent makeinfo warnings.
8642 * gdb.texinfo: Add Agent Expressions appendix.
8643
8644 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8645
8646 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8647
8648 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8649
8650 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8651 remote target". Document the "detach" and "disconnect" commands.
8652 (Server, Netware, Debug Session): Reference "Connecting to a
8653 remote target".
8654 (GDB/MI Target Manipulation): Document "-target-disconnect".
8655
8656 2003-06-13 Andrew Cagney <cagney@redhat.com>
8657
8658 * gdbint.texinfo (Target Architecture Definition): Deprecate
8659 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8660 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8661
8662 2003-06-09 Jim Blandy <jimb@redhat.com>
8663
8664 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8665
8666 2003-06-08 Andrew Cagney <cagney@redhat.com>
8667
8668 * gdbint.texinfo (Target Architecture Definition): Delete
8669 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8670
8671 2003-06-08 Andrew Cagney <cagney@redhat.com>
8672
8673 * gdbint.texinfo (Target Architecture Definition): Document
8674 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8675
8676 2003-06-07 Adam Fedor <fedor@gnu.org>
8677
8678 * gdb.texinfo: Add Objective-C documentation.
8679
8680 2003-06-01 Andrew Cagney <cagney@redhat.com>
8681
8682 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8683 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8684
8685 2003-05-21 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdbint.texinfo (Target Architecture Definition): Delete
8688 references to "extract_address" and "store_address".
8689
8690 2003-05-16 Andrew Cagney <cagney@redhat.com>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Replace
8693 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8694 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8695
8696 2003-05-14 Theodore A. Roth <troth@openavr.org>
8697
8698 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8699
8700 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8701
8702 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8703 (gdb.dvi): Likewise.
8704 (gdb.pdf): Likewise.
8705 (links2roff): Likewise.
8706
8707 2003-05-08 Jim Blandy <jimb@redhat.com>
8708
8709 * gdb.texinfo (Dump/Restore Files): Update documentation for
8710 'dump', 'append', and 'restore': note that format argument is
8711 optional; simplify presentation of the command variants; and be
8712 more precise about the formats.
8713
8714 2003-05-07 Jim Blandy <jimb@redhat.com>
8715
8716 * gdb.texinfo (Symbols): Update documentation: 'maint list
8717 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8718 symtabs' and 'maint info psymtabs'.
8719
8720 2003-05-05 Andrew Cagney <cagney@redhat.com>
8721
8722 * gdbint.texinfo (Target Architecture Definition): Make
8723 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8724 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8725 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8726
8727 2003-05-04 Andrew Cagney <cagney@redhat.com>
8728
8729 * gdb.texinfo (Maintenance Commands): Document "maint print
8730 dummy-frames".
8731
8732 2003-05-04 Andrew Cagney <cagney@redhat.com>
8733
8734 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8735
8736 2003-05-03 J. Brobecker <brobecker@gnat.com>
8737
8738 Thierry Schneider <tpschneider1@yahoo.com>
8739 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8740 for new MI command.
8741
8742 2003-05-03 Andrew Cagney <cagney@redhat.com>
8743
8744 * gdbint.texinfo (Target Architecture Definition): Document
8745 push_dummy_code. Add cross references.
8746
8747 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8748
8749 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8750 set/show charsets commands.
8751
8752 2003-04-28 Andrew Cagney <cagney@redhat.com>
8753
8754 * gdbint.texinfo (Target Architecture Definition): Replace
8755 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8756 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8757
8758 2003-04-28 Andrew Cagney <cagney@redhat.com>
8759
8760 * gdbint.texinfo (Target Architecture Definition): Rename
8761 "tm_print_insn" to "deprecated_tm_print_insn".
8762
8763 2003-04-09 Jim Blandy <jimb@redhat.com>
8764
8765 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8766 list psymtabs'.
8767
8768 2003-04-08 Andrew Cagney <cagney@redhat.com>
8769
8770 * gdbint.texinfo (Target Architecture Definition): Delete
8771 references to EXTRA_FRAME_INFO.
8772
8773 2003-04-08 Andrew Cagney <cagney@redhat.com>
8774
8775 * gdbint.texinfo (Target Architecture Definition): Delete
8776 PRINT_TYPELESS_INTEGER.
8777
8778 2003-04-02 J. Brobecker <brobecker@gnat.com>
8779
8780 * observer.texi (GDB Observers): Adjust the documentation for the
8781 normal_stop notification to better describe reality. Fix a couple
8782 of minor typos.
8783
8784 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8785
8786 * gdb.texinfo (GDB/MI Program Control): Add
8787 '-file-list-exec-source-file'
8788
8789 2003-03-31 Andrew Cagney <cagney@redhat.com>
8790
8791 * gdbint.texinfo (Target Architecture Definition): Delete
8792 references to CALL_DUMMY_P.
8793
8794 2003-03-30 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdbint.texinfo (Target Architecture Definition): Remove
8797 reference to TARGET_WRITE_SP.
8798
8799 2003-03-27 Andrew Cagney <cagney@redhat.com>
8800
8801 * gdbint.texinfo (Target Architecture Definition): Remove
8802 references to write_sp.
8803
8804 2003-03-27 Andrew Cagney <cagney@redhat.com>
8805
8806 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8807 chapter body. Use @smallexample instead of @example.
8808 (Annotations): Ditto.
8809 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8810 annotate.texi.
8811
8812 2003-03-26 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo (Target Architecture Definition): Replace
8815 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8816 dummy_addr parameters.
8817
8818 2003-03-25 Andrew Cagney <cagney@redhat.com>
8819
8820 * gdbint.texinfo (Target Architecture Definition): Delete
8821 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8822 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8823 Add reference to PUSH_ARGUMENTS.
8824
8825 2003-03-23 Andrew Cagney <cagney@redhat.com>
8826
8827 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8828 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8829
8830 2003-03-18 J. Brobecker <brobecker@gnat.com>
8831
8832 * gdbint.texinfo (Algorithms): Add new section describing the
8833 Observer paradigm.
8834 (Top): Add menu entry to new observer appendix.
8835 * observer.texi: New file.
8836 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8837 new observer.texi file.
8838
8839 2003-03-17 Andrew Cagney <cagney@redhat.com>
8840
8841 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8842 that GNU Press update the manual version number.
8843
8844 2003-03-12 Andrew Cagney <cagney@redhat.com>
8845
8846 * gdbint.texinfo (Target Architecture Definition): Delete
8847 references to get_saved_register. Rename GET_SAVED_REGISTER to
8848 DEPRECATED_GET_SAVED_REGISTER.
8849
8850 2003-03-13 Andrew Cagney <cagney@redhat.com>
8851
8852 * gdbint.texinfo (Target Architecture Definition): Replace
8853 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8854
8855 2003-03-12 Andrew Cagney <cagney@redhat.com>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Rename
8858 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8859
8860 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8861
8862 * gdb.texinfo: Add File-I/O documentation.
8863
8864 2003-03-10 Andrew Cagney <cagney@redhat.com>
8865
8866 * gdbint.texinfo (Target Architecture Definition): Cross reference
8867 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8868
8869 2003-03-07 Andrew Cagney <cagney@redhat.com>
8870
8871 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8872 frame" command.
8873
8874 2003-03-05 Andrew Cagney <cagney@redhat.com>
8875
8876 * gdbint.texinfo (Target Architecture Definition): Document
8877 unwind_dummy_id. Cross reference unwind_dummy_id and
8878 SAVE_DUMMY_FRAME_TOS.
8879
8880 2003-03-05 James Ingham <jingham@apple.com>
8881 Daniel Jacobowitz <drow@mvista.com>
8882
8883 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8884 and "show cp-abi".
8885
8886 2003-03-03 Andrew Cagney <cagney@redhat.com>
8887
8888 * gdbint.texinfo (Target Architecture Definition): Document
8889 register_type.
8890
8891 2003-03-03 Andrew Cagney <cagney@redhat.com>
8892
8893 * stabs.texinfo (Structures): Use @samp and separate @var's
8894 instead of a single @var containing a comma separated list.
8895 (Unions): Ditto.
8896
8897 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * Makefile.in (distclean): Remove config.log.
8900
8901 2003-03-01 Andrew Cagney <cagney@redhat.com>
8902
8903 * gdbint.texinfo (Target Architecture Definition): Rename
8904 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8905
8906 2003-03-01 Andrew Cagney <cagney@redhat.com>
8907
8908 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8909 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8910
8911 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8912
8913 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8914 (Non-debug DLL symbols): New node, describing the minimal symbols
8915 loaded from DLLs without real debugging symbols.
8916
8917 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8920 hardware-breakpoint-limit".
8921 (Set Watchpoints): Add cross reference to "set remote
8922 hardware-watchpoint-limit".
8923 (Remote configuration options): New section.
8924
8925 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8926
8927 * gdbint.texinfo (Target Architecture Definition): Delete
8928 descrption of IS_TRAPPED_INTERNALVAR.
8929
8930 From Keith Seitz <keiths@redhat.com>:
8931 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8932 option "-i"/"--interpreter" to this chapter. Include index
8933 entries.
8934
8935 2003-02-04 David Carlton <carlton@math.stanford.edu>
8936
8937 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8938 (Variables): Recommend stabs+ and DWARF 2.
8939 (C plus plus expressions): Correct info about
8940 compiler versions, debug formats.
8941 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8942 PR symtab/874.
8943
8944 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8945
8946 * gdbint.texinfo (Target Architecture Definition): Delete
8947 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8948 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8949 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8950 references to nindy and i960.
8951 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8952
8953 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8954
8955 * gdbint.texinfo (Target Architecture Definition): Delete
8956 FLOAT_INFO.
8957
8958 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8959
8960 * stabs.texinfo (Member Type Descriptor): Clarify description of
8961 `@'. Suggested by Ben Hutchings.
8962
8963 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8964
8965 * gdb.texinfo (M68K): Delete reference to es1800.
8966
8967 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8968
8969 * gdb.texinfo (Maintenance Commands): Document `maint print
8970 reggroups' and `maint print register-groups'.
8971 * gdbint.texinfo (Target Architecture Definition): Document
8972 register_reggroup_p.
8973
8974 2003-01-23 Jim Blandy <jimb@redhat.com>
8975
8976 * gdb.texinfo (Separate Debug Files): New section.
8977
8978 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8979
8980 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8981 and "maint show profile".
8982
8983 2003-01-16 Michael Chastain <mec@shout.net>
8984
8985 * gdb.texinfo (Installing GDB): Warn against
8986 ".../gdb-VERSION/gdb/configure".
8987 (Separate Objdir): Likewise.
8988
8989 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8990
8991 * gdbint.texinfo (Target Architecture Definition): Delete
8992 definition of PRINT_REGISTER_HOOK.
8993
8994 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8995
8996 (OpenRISC 1000): Fix formatting of command names.
8997
8998 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8999
9000 * gdb.texinfo (Continuing and Stepping): Add new command
9001 'advance'. Clarify behavior of 'until'.
9002
9003 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
9004
9005 * gdb.texinfo (Files): Document solib-absolute-prefix and
9006 solib-search-path.
9007
9008 2003-01-09 Michael Chastain <mec@shout.net>
9009
9010 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9011 (Create a Release): Add new instructions for new @file{src-release}.
9012 Document existing instructions for @file{Makefile.in} as
9013 being for @value{GDBN} 5.3.1 or earlier.
9014
9015 2003-01-09 Andrew Cagney <ac131313@redhat.com>
9016
9017 * gdbint.texinfo (Target Architecture Definition): Mention
9018 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9019 allocate memory.
9020
9021 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9022
9023 * gdb.texinfo (Controlling GDB): Add @kindex for
9024 "show osabi".
9025 (Backtraces): Add @kindex's for backtrace-below-main.
9026
9027 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdb.texinfo (Controlling GDB): Document "set osabi".
9030
9031 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9032
9033 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9034 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9035
9036 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * gdb.texinfo (Controlling GDB): Add ABI section. Document
9039 "set coerce-float-to-double".
9040 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9041
9042 2003-01-02 Andrew Cagney <ac131313@redhat.com>
9043
9044 * stabs.texinfo: Remove obsolete text.
9045 * gdbint.texinfo: Ditto.
9046 * gdb.texinfo: Ditto.
9047
9048 2002-12-22 Mark Kettenis <kettenis@gnu.org>
9049
9050 * gdbint.texinfo (Target Architecture Definition): Update
9051 description of gdbarch_register_osabi.
9052
9053 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
9054
9055 * agentexpr.texi: Fix typos.
9056 * annotate.texi: Likewise.
9057 * fdl.texi: Likewise.
9058
9059 2002-12-10 Andrew Cagney <cagney@redhat.com>
9060
9061 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9062 DEPRECATED_INIT_FRAME_PC.
9063
9064 2002-12-01 Andrew Cagney <ac131313@redhat.com>
9065
9066 * gdbint.texinfo (Target Architecture Definition): Delete
9067 PC_IN_CALL_DUMMY.
9068
9069 2002-11-28 Andrew Cagney <ac131313@redhat.com>
9070
9071 * gdbint.texinfo (Host Definition): Delete documentation on
9072 USE_GENERIC_DUMMY_FRAMES.
9073
9074 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
9075
9076 Fix PR gdb/723 and PR gdb/245.
9077 * Makefile.in (install-info): Run the install-info command as part
9078 of the post install steps only.
9079 (uninstall-info): New target.
9080 (uninstall): New target.
9081
9082 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
9083
9084 * Makefile.in (install): Make install do some real work.
9085
9086 2002-11-19 Andrew Cagney <ac131313@redhat.com>
9087
9088 Fix POSIX problem reported by Paul Eggert.
9089 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9090 Fix PR gdb/527.
9091
9092 2002-10-26 Andrew Cagney <cagney@redhat.com>
9093
9094 * gdbint.texinfo (Target Architecture Definition): Delete
9095 definition of DO_REGISTERS_INFO.
9096
9097 2002-10-18 Kevin Buettner <kevinb@redhat.com>
9098
9099 * gdbint.texinfo (Address Classes): Fix problems with insertion
9100 of ``{'' and ``}'' in example.
9101
9102 2002-10-17 Kevin Buettner <kevinb@redhat.com>
9103
9104 * gdbint.texinfo (Address Classes): New section.
9105 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9106 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9107 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9108 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9109
9110 2002-10-11 Klee Dienes <kdienes@apple.com>
9111
9112 * gdb.texinfo (Registers): Mention vector registers as well as
9113 floating registers in the documentation for 'info registers' and
9114 'info all-registers'.
9115
9116 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
9117
9118 * gdbint.texinfo (CPLUS_MARKER): Remove item.
9119
9120 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
9121
9122 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9123 interface definition.
9124
9125 2002-10-03 Marko Mlinar <markom@opencores.org>
9126
9127 * gdb.texinfo (Target Commands): Add or1k target specific
9128 commands.
9129 * gdb.texinfo (Contributors): Add myself to the contributors list.
9130
9131 2002-10-01 Andrew Cagney <ac131313@redhat.com>
9132
9133 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
9134 and "mi1" instead of "mi1" and "mi0".
9135
9136 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
9137
9138 * gdb.texinfo (Packets): Fix typos "alligned".
9139 Correct z3/Z3 description. Correct z4/Z4 title.
9140
9141 2002-09-27 Andrew Cagney <ac131313@redhat.com>
9142
9143 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
9144
9145 2002-09-25 Kevin Buettner <kevinb@redhat.com>
9146
9147 * gdb.texinfo: Use GNU/Linux instead of Linux.
9148
9149 2002-09-25 Andrew Cagney <ac131313@redhat.com>
9150
9151 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9152
9153 2002-09-24 Andrew Cagney <ac131313@redhat.com>
9154
9155 * gdb.texinfo: Replace @example with @smallexample.
9156
9157 2002-09-20 Kevin Buettner <kevinb@redhat.com>
9158
9159 From Eli Zaretskii <eliz@gnu.org>:
9160 * gdb.texinfo (Character Sets): Use @smallexample instead of
9161 @example. Use GNU/Linux instead of Linux.
9162
9163 2002-09-20 Jim Blandy <jimb@redhat.com>
9164
9165 * gdb.texinfo: Add character set documentation.
9166
9167 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9168
9169 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9170 (Packets): Add cross reference from `b' packet to `z' packets.
9171
9172 2002-09-19 Andrew Cagney <ac131313@redhat.com>
9173
9174 * gdb.texinfo (Maintenance Commands): Document ``maint
9175 internal-error'' and ``maint internal-warning''.
9176
9177 * gdbint.texinfo (Target Architecture Definition): Revise
9178 description of STACK_ALIGN. Add description of FRAME_ALIGN.
9179
9180 2002-09-19 Joel Brobecker <brobecker@gnat.com>
9181
9182 * gdbint.texinfo (Target Conditionals): Document the new
9183 NAME_OF_MALLOC macro.
9184
9185 2002-09-05 Andrew Cagney <ac131313@redhat.com>
9186
9187 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9188 engineer.
9189
9190 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9191
9192 * gdb.texinfo (TUI Overview): Document status line fields.
9193
9194 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
9195
9196 * gdb.texinfo (TUI Commands): Document info win command.
9197
9198 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9199
9200 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9201
9202 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9203
9204 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9205 (TUI Keys): Likewise.
9206
9207 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9208
9209 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9210 for a packet receive.
9211
9212 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9213
9214 * Makefile.in (clean): Move to end of file.
9215 (distclean, maintainer-clean, realclean): Ditto.
9216 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9217 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9218 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9219 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9220
9221 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9222
9223 * Makefile.in (GDBINT_TEX_TMPS): Define.
9224 (gdbint.dvi, gdbint.pdf): Use
9225 (GDB_TEX_TMPS): Define.
9226 (gdb.dvi, gdb.pdf): Use.
9227 (STABS_TEX_TMPS): Define.
9228 (stabs.dvi, stabs.pdf): Use.
9229 (GDB_DOC_SOURCE_INCLUDES): New macros.
9230 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9231 (GDBINT_DOC_FILES_INCLUDES): New macros.
9232 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9233 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9234 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9235 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9236 (links2roff): Replace SFILES_INCLUDED with
9237 GDB_DOC_SOURCE_INCLUDES.
9238 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9239 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9240 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9241 dependencies.
9242 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9243 dependencies.
9244 (gdbmi.texinfo): Delete rule.
9245 (inc-hist.texinfo): Delete rule.
9246 (rluser.texinfo): Delete rule.
9247
9248 2002-08-23 Andrew Cagney <cagney@redhat.com>
9249
9250 * gdbint.texinfo (Target Architecture Definition): Update
9251 STORE_RETURN_VALUE, mention regcache.
9252
9253 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9254
9255 * gdbint.texinfo (Target Architecture Definition): Document
9256 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9257
9258 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9259
9260 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9261 Fix minor typos. Add index entries.
9262
9263 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9264
9265 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9266
9267 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9268
9269 * gdbint.texinfo (Target Architecture Definition): Document
9270 PRINT_VECTOR_INFO.
9271 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9272
9273 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9274
9275 * gdb.texinfo (Maintenance Commands): Document "maint print
9276 registers", "maint print raw-registers" and "maint print
9277 cooked-registers".
9278
9279 2002-08-08 Grace Sainsbury <graces@redhat.com>
9280
9281 From Mark Salter:
9282 * gdb.texinfo (Protocol): Document T packet extension to
9283 allow watchpoint address reporting.
9284
9285 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9286
9287 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9288
9289 2002-08-01 Andrew Cagney <cagney@redhat.com>
9290
9291 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9292 to CHILL.
9293
9294 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9295
9296 * gdbint.texinfo (Coding): Revise section "Include Files".
9297
9298 2002-07-24 Andrew Cagney <cagney@redhat.com>
9299
9300 * gdbint.texinfo: Obsolete references to m88k.
9301 * gdb.texinfo: Ditto.
9302
9303 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9304
9305 * gdbint.texinfo (Create a release candiate): Add the location
9306 where the proper version of autoconf can be retrieved.
9307
9308 2002-07-09 Don Howard <dhoward@redhat.com>
9309
9310 * gdb.texinfo (Command Files): Further describe the behavior of
9311 sourced command files.
9312
9313 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9314
9315 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9316 (Coding): Clarify ISO C version that GDB assumes.
9317
9318 2002-06-26 Tom Tromey <tromey@redhat.com>
9319
9320 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9321 add_setshow_cmd_full.
9322
9323 2002-06-25 Don Howard <dhoward@redhat.com>
9324
9325 * gdb.texinfo (Memory Region Attributes): Document new behavior
9326 for 'mem' command.
9327
9328 2002-06-11 Jim Blandy <jimb@redhat.com>
9329
9330 * gdb.texinfo (Symbols): Update documentation for `info source'
9331 command.
9332
9333 * gdb.texinfo (Macros): Call the command `info macro', not
9334 `show macro'.
9335
9336 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9337
9338 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9339 data''.
9340
9341 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9342
9343 * gdbint.texinfo (Target Architecture Definition): Document
9344 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9345
9346 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9347
9348 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9349 lists.
9350
9351 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9352
9353 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9354 Branch''.
9355
9356 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdbint.texinfo (Target Architecture Definition): Add section
9359 ``Converting an existing Target Architecture to Multi-arch''.
9360
9361 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9362
9363 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9364 to ``Obsoleting code''. Revise.
9365
9366 2002-05-17 Jim Blandy <jimb@redhat.com>
9367
9368 * gdb.texinfo (C Preprocessor Macros): New chapter.
9369 Include it in the main menu.
9370 (Contributors): Credit Jim Blandy with macro support.
9371 (Compilation): Explain how to get macro information into the
9372 executable.
9373 (Expressions): Note that preprocessor macros are expanded.
9374
9375 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9376
9377 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9378 options for `target remote'.
9379
9380 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9381
9382 * gdbint.texinfo (Target Architecture Definition): Delete
9383 documentation on NNPC_REGNUM.
9384
9385 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9386
9387 * gdbint.texinfo (Target Architecture Definition): Document
9388 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9389 (Target Architecture Definition): Revise section `Using Different
9390 Register and Memory Data Representations'. Add section `Raw and
9391 Virtual Register Representations'.
9392
9393 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9394
9395 * gdbint.texinfo (Target Architecture Definition): Mention
9396 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9397 (Target Architecture Definition): Mention same. Add references to
9398 web pages.
9399
9400 2002-05-08 Michael Snyder <msnyder@redhat.com>
9401
9402 * stabs.texinfo (Attributes): Document new "vector" attribute.
9403
9404 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9405
9406 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9407
9408 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9409
9410 * gdb.texinfo: Delete obsolete references to a29k.
9411
9412 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9413
9414 * gdbint.texinfo (Target Architecture Definition): Replace
9415 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9416
9417 2002-04-24 David S. Miller <davem@redhat.com>
9418
9419 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9420
9421 2002-04-21 David S. Miller <davem@redhat.com>
9422
9423 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9424
9425 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9426
9427 * gdbint.texinfo (Target Architecture Definition): Delete
9428 definition of HAVE_REGISTER_WINDOWS.
9429
9430 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9431
9432 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9433 "Theodore A. Roth" <troth@verinet.com>.
9434
9435 2002-04-15 Don Howard <dhoward@redhat.com>
9436
9437 From Eli Zaretskii <eliz@gnu.org>
9438 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9439 Provide a better explaination of this feature.
9440
9441 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9442
9443 * gdbint.texinfo (Target Architecture Definition): Remove
9444 FRAME_CHAIN_COMBINE.
9445
9446 2002-04-12 Michael Chastain <mec@shout.net>
9447
9448 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9449 REG_STACK_SEGMENT.
9450
9451 2002-04-09 Michael Chastain <mec@shout.net>
9452
9453 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9454 PYRAMID_* macros.
9455
9456 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9457
9458 * gdb.texinfo (Bug Reporting): Document that the web is the
9459 prefered way of submitting bug reports.
9460 (Bug Reporting): Delete the s-mail address as the last resort.
9461
9462 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9463
9464 * gdbint.texinfo (Target Architecture Definition): Delete
9465 references to TARGET_WRITE_FP and write_fp.
9466
9467 2002-03-27 Michael Snyder <msnyder@redhat.com>
9468
9469 * gdb.texinfo: Document new commands dump, append, and restore.
9470
9471 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9472
9473 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9474 Branch'.
9475
9476 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9477
9478 * gdb.texinfo: Change all examples to @smallexample.
9479 * gdbint.texinfo: Ditto.
9480
9481 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9482
9483 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9484 Branches''.
9485
9486 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9487
9488 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9489 Policy''.
9490
9491 2002-03-04 Fred Fish <fnf@redhat.com>
9492
9493 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9494 expresson, suports, dependant, trhe, perhaphs, situtations,
9495 explictily, taged, oportunity, unfortunatly).
9496
9497 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9498
9499 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9500 Remove reference to 3.12.
9501
9502 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9503
9504 * gdbint.texinfo: Include fdl.texi.
9505 (Top): Add GNU Free Documentation License.
9506 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9507 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9508 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9509 (gdbint.info): Add srcdir to include path.
9510 * gdb.texinfo: Include gpl.texi.
9511 (Top): Add Copying.
9512 * gpl.texi: New file.
9513
9514 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9515
9516 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9517
9518 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9519
9520 * gdb.texinfo: Document Cygwin native specific commands.
9521
9522 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * gdb.texinfo: Document gdbserver ``--attach'' command.
9525
9526 2002-02-07 Michael Snyder <msnyder@redhat.com>
9527
9528 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9529 to @code(_ovly_debug_event).
9530
9531 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9532
9533 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9534
9535 2002-02-06 Michael Snyder <msnyder@redhat.com>
9536
9537 * gdb.texinfo (overlays): Mention new magic symbol
9538 '_ovly_debug_event', which allows GDB to keep better track
9539 of overlays.
9540
9541 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9542
9543 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9544 Suggested by Dmitry Sivachenko.
9545
9546 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9547
9548 2002-02-01 Michael Snyder <msnyder@redhat.com>
9549
9550 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9551
9552 2002-01-30 Michael Snyder <msnyder@redhat.com>
9553
9554 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9555 (set trust-readonly-sections): Document.
9556
9557 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9558
9559 * gdbint.texinfo (Releasing GDB): Revise and update.
9560
9561 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9562
9563 * gdbint.texinfo (Target Architecture Definition): Delete
9564 description of TARGET_BYTE_ORDER_DEFAULT.
9565
9566 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9567
9568 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9569 <mitya@cavia.pp.ru>.
9570
9571 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9572
9573 * libgdb.texinfo: Delete file.
9574
9575 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9576
9577 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9578 * gdbint.texinfo: Ditto.
9579
9580 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9581
9582 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9583
9584 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9585
9586 * Makefile.in: Update copyright.
9587 (TEXI2DVI): Define.
9588 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9589 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9590 gdb-cfg.texi.
9591 (TEXINDEX, PDFTEX): Delete makefile variables.
9592
9593 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9594
9595 * gdb.texinfo (Protocol): Move section to appendix.
9596
9597 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9598
9599 * gdb.texinfo (Remote Debugging): Create a menu.
9600 (Top): Add ``Remote Debugging'' to menu.
9601
9602 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9603
9604 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9605 serial protocol'' from here.
9606 (Remote Debugging): To here. New chapter.
9607
9608 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9609
9610 * gdbint.texinfo (Target Architecture Definition): Delete
9611 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9612
9613 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9614
9615 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9616 are no longer needed.
9617 (Porting GDB): Add maintainer note about configure.host.
9618
9619 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Remove
9622 definition of IEEE_FLOAT.
9623
9624 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9625
9626 * gdb.texinfo: Beautify copyright years; fix a typo.
9627 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9628 <3diff@gnu.org>
9629
9630 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9631
9632 * gdbint.texinfo (Host Definition): Remove references to
9633 MALLOC_INCOMPATIBLE.
9634
9635 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9636
9637 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9638 and xyz-xdep.o.
9639
9640 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9641
9642 * gdb.texinfo (Maintenance Commands): Add appendix.
9643 (Set Breaks): Copy ``maint info breakpoint'' doco to
9644 ``Maintenance Commands'' appendix. Add reference.
9645
9646 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9647
9648 * fdl.texi: Remove next/prev from @node.
9649
9650 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9651
9652 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9653 for monstrous @multitable (from Brian Youmans).
9654
9655 * fdl.texi: New file.
9656
9657 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9658
9659 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9660
9661 * gdbint.texinfo (Releasing GDB): New chapter.
9662
9663 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdb.texinfo (Embedded Processors, Calling program functions):
9666 Obsolete references to a29k.
9667
9668 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9669
9670 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9671 examples. Document that a code-block should do or discard its
9672 cleanups before exit.
9673
9674 2002-01-11 Michael Snyder <msnyder@redhat.com>
9675
9676 * gdb.texinfo (Choosing files): Change @samp to @file.
9677
9678 2002-01-05 Michael Snyder <msnyder@redhat.com>
9679
9680 * gdb.texinfo (--pid): Document new command line option (attach).
9681
9682 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9683
9684 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9685 in the stub.
9686
9687 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9688
9689 * gdbint.texinfo (Target Architecture Definition): Replace
9690 BIG_ENDIAN with BFD_ENDIAN_BIG.
9691
9692 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9693
9694 * gdbint.texinfo (Target Architecture Definition): Replace
9695 value_ptr with struct value pointer.
9696
9697 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9698
9699 * gdb.texinfo (Free Software): Fix wording.
9700
9701 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9702
9703 * gdb.texinfo (Free Software): New section ``Free Software Needs
9704 Free Documentation''.
9705
9706 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9707
9708 * stabs.texinfo:
9709 * gdb.texinfo:
9710 * gdbint.texinfo:
9711 * libgdb.texinfo:
9712 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9713
9714 2001-12-29 Michael Snyder <msnyder@redhat.com>
9715
9716 * gdb.texinfo (maint info sections): Fix typo.
9717
9718 2001-12-26 Michael Snyder <msnyder@redhat.com>
9719
9720 * gdb.texinfo (maint info sections): Document.
9721
9722 * gdb.texinfo (info proc): Comment out documentation for
9723 'info proc' sub-options that are currently not implemented.
9724
9725 2001-12-20 Jim Blandy <jimb@redhat.com>
9726
9727 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9728
9729 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9730
9731 * gdbint.texinfo (Target Architecture Definition): Replace
9732 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9733
9734 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9735
9736 * gdbint.texinfo (Host Definition): Delete documentation on
9737 HOST_BYTE_ORDER.
9738
9739 2001-11-30 Jim Blandy <jimb@redhat.com>
9740
9741 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9742 overlay support. Add to top-level menu.
9743
9744 2001-11-26 Tom Tromey <tromey@redhat.com>
9745
9746 * gdb.texinfo (Command Syntax): Document C-o binding.
9747
9748 2001-07-26 Christopher Faylor <cgf@redhat.com>
9749
9750 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9751 use since it is described in the referenced section.
9752
9753 From Eli Zaretskii <eliz@gnu.org>
9754 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9755 clearer when using DJGPP.
9756
9757 2001-11-24 Christopher Faylor <cgf@redhat.com>
9758
9759 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9760 specifically refer to MS-DOS.
9761 (command files): Mention gdb.ini is only used on MS-DOS.
9762
9763 2001-11-21 Tom Tromey <tromey@redhat.com>
9764
9765 * gdb.texinfo (Invoking GDB): Document --args.
9766 (Mode Options): Likewise.
9767
9768 2001-11-21 Jim Blandy <jimb@redhat.com>
9769
9770 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9771 Delete documentation; this macro has been removed from the
9772 sources.
9773
9774 2001-11-13 Jim Blandy <jimb@redhat.com>
9775
9776 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9777
9778 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9779
9780 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9781
9782 2001-11-05 Michael Snyder <msnyder@redhat.com>
9783
9784 * gdb.texinfo (info functions): Document use of backslash to
9785 quote regexp chars in function names such as "operator*()".
9786
9787 2001-11-01 Fred Fish <fnf@redhat.com>
9788
9789 * gdbint.texinfo (SOLIB_ADD): Document additional new
9790 "readsyms" arg.
9791
9792 2001-10-30 Don Howard <dhoward@redhat.com>
9793
9794 * gdb.texinfo: (Command Files) Added documentation for the
9795 behavior of gdb with input redirected from a file.
9796
9797 2001-10-28 Fred Fish <fnf@redhat.com>
9798
9799 * gdb.texinfo (auto-solib-add): Change docs to match
9800 implementation change.
9801 (auto-solib-limit): Add docs for new variable.
9802
9803 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9804
9805 * gdbint.texinfo (Target Architecture Definition): Function
9806 value_as_pointer renamed to value_as_address.
9807
9808 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9809
9810 * gdbint.texinfo (Target Architecture Definition): Default
9811 POINTER_TO_ADDRESS functions assume unsigned addresses.
9812 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9813 posting by Jim Blandy.
9814
9815 2001-10-12 Jim Blandy <jimb@redhat.com>
9816
9817 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9818 version of texi2html (1.64) doesn't support this flag any more.
9819
9820 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9821
9822 * gdbint.texinfo (Host Definition): Remove description of
9823 MEM_FNS_DECLARED.
9824
9825 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9826
9827 * gdbint.texinfo (Host Definition): Remove description of
9828 HAVE_SIGSETMASK.
9829
9830 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9831
9832 * gdbint.texinfo (Target Architecture Definition): Add
9833 explanation of TARGET_PRINT_INSN macro.
9834
9835 2001-08-30 Jim Blandy <jimb@redhat.com>
9836
9837 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9838 Explain what it means to load relocatable files.
9839
9840 2001-08-28 Jim Blandy <jimb@redhat.com>
9841
9842 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9843 info `top' menu.
9844
9845 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9846
9847 * gdbint.texinfo: Add a cautionary note about macro use.
9848
9849 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9850
9851 * gdb.texinfo: Explain omitting the hostname in the
9852 `target remote' command.
9853
9854 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9855
9856 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9857 and END-INFO-DIR-ENTRY.
9858
9859 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9860
9861 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9862
9863 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9864
9865 * gdbint.texinfo (libgdb): Rewrite.
9866
9867 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9868
9869 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9870
9871 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9872
9873 * gdb.texinfo (TUI): New chapter, document the TUI.
9874 (Mode Options): Document the -tui option.
9875
9876 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9877
9878 * gdbint.texinfo (Host Definition): Remove description of
9879 NEED_POSIX_SETPGID.
9880
9881 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9882
9883 * gdb.tex (DJGPP Native): New node, with descriptions of
9884 DJGPP-specific commands.
9885
9886 2001-07-19 John R. Moore <jmoore@redhat.com>
9887
9888 * gdbint.texinfo: Three misspellings.
9889
9890 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9891
9892 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9893 `test` expressions on bash. Problem reported by Colin Walters.
9894
9895 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9896
9897 * gdbint.texinfo (User Interface): Update ui-out documentation to
9898 refelect recent UI/MI updates.
9899
9900 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9901
9902 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9903 interpreters.
9904
9905 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9906
9907 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9908 structure and not macros.
9909 (Host Definition): Document that much of this chapter is obsolete.
9910 (Target Architecture Definition): Update list of files that make
9911 up a target architecture.
9912 (Coding): Update.
9913
9914 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9915
9916 * gdbint.texinfo (Target Architecture Definition): Update
9917 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9918 The latter has been changed to a true predicate.
9919
9920 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9921
9922 * annotate.texi: Add @noindent where needed. From Dmitry
9923 Sivachenko <dima@Chg.RU>.
9924 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9925
9926 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9927
9928 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9929
9930 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9931
9932 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9933 returns ``OK''. Document that the ``R'' packet does not reply.
9934
9935 2001-06-13 Michael Snyder <msnyder@redhat.com>
9936
9937 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9938
9939 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9940
9941 * gdb.texinfo (Signals): Clarify the default setting of signal
9942 handling.
9943
9944 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9945
9946 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9947 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9948
9949 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9950
9951 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9952
9953 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9954
9955 * gdbint.texinfo (Clean Design and Portable Implementation):
9956 Renamed from "Clean Design".
9957 (Clean Design and Portable Implementation): Document portable
9958 methods of handling file names, and the associated macros.
9959
9960 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9961
9962 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9963 command and provide a cross-reference to its description.
9964 (Symbols): Note that "info scope" is useful for trace experiments.
9965
9966 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9967
9968 * gdb.texinfo (Symbols): Document "info scope".
9969 (Tracepoints): New chapter.
9970 (Contributors): Update for v5.1.
9971 <All nodes>: Change "C++" to "C@t{++}".
9972
9973 * gdbint.texinfo (User Interface): A new section about ui_out
9974 functions, based on text written by Fernando Nasser.
9975
9976 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9977
9978 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9979
9980 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9981
9982 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9983
9984 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9985 Replace "GDB" with "@value{GDBN}". Fix markup.
9986
9987 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9988
9989 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9990 a cross-reference to its description.
9991 (Symbols): Document "info symbol".
9992
9993 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9994
9995 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9996 subsection "x86 Watchpoints".
9997 (Target Architecture Definition): Document the macros
9998 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9999 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10000
10001 2001-03-20 Andrew Cagney <ac131313@redhat.com>
10002
10003 * gdbint.texinfo (Target Architecture Definition): Update
10004 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10005 list.
10006
10007 2001-03-06 Kevin Buettner <kevinb@redhat.com>
10008
10009 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10010 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10011
10012 2001-02-21 Eli Zaretskii <eliz@gnu.org>
10013
10014 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10015
10016 2001-02-11 Eli Zaretskii <eliz@gnu.org>
10017
10018 * gdb.texinfo (Environment): Document that `path' does not change
10019 the value of PATH in GDB's own environment (it did in the past,
10020 but that was changed on March 15, 1994). Reported by Doug Evans
10021 <dje@transmeta.com>.
10022
10023 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10024 its line. Fix markup of commands and macros. Add an Index node
10025 and index entries.
10026
10027 2001-01-23 J.T. Conklin <jtc@redback.com>
10028
10029 * gdb.texinfo (Memory region attributes): New manual section.
10030
10031 2001-01-04 Nicholas Duffek <nsd@redhat.com>
10032
10033 * gdbint.texinfo (POP_FRAME): Document use by return_command.
10034
10035 2000-12-25 Eli Zaretskii <eliz@gnu.org>
10036
10037 * refcard.tex: Version and copyright fixed. From Phil Edwards
10038 <pedwards@disaster.jaj.com>.
10039
10040 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
10041
10042 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10043 DWARF2_REG_TO_REGNUM): Document.
10044
10045 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10046
10047 * gdbint.texinfo (Coding): Update current value of
10048 --enable-build-warnings. Mention --enable-gdb-build-warnings.
10049
10050 2000-11-19 Eli Zaretskii <eliz@gnu.org>
10051
10052 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
10053 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10054
10055 2000-11-10 Christopher Faylor <cgf@cygnus.com>
10056
10057 * gdb.texinfo: Document new 'set step-mode' command.
10058
10059 2000-10-16 Eli Zaretskii <eliz@gnu.org>
10060
10061 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10062 changes from Dmitry Sivachenko <dima@Chg.RU>.
10063
10064 2000-09-26 Eli Zaretskii <eliz@gnu.org>
10065
10066 * gdb.texinfo (Hooks): Document the new post-hook functionality.
10067 From Steven Johnson <sbjohnson@ozemail.com.au>.
10068
10069 2000-08-10 Mark Kettenis <kettenis@gnu.org>
10070
10071 * gdbint.texinfo (Overall Structure): Spelling fix.
10072
10073 2000-08-10 Eli Zaretskii <eliz@gnu.org>
10074
10075 * gdbint.texinfo (Target Architecture Definition): Document that
10076 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10077 for which REGISTER_CONVERTIBLE returns a zero value.
10078
10079 2000-07-08 Christopher Faylor <cgf@cygnus.com>
10080
10081 * Makefile.in (install-info): Find files to install in either the
10082 build or source directories (adapted from Makefile.am).
10083
10084 2000-07-07 Nicholas Duffek <nsd@redhat.com>
10085
10086 * stabs.texinfo: Fix spelling errors.
10087 (String Field): FILE-NUMBER starts from 0, not 1.
10088
10089 2000-07-05 Eli Zaretskii <eliz@gnu.org>
10090
10091 * refcard.tex: Remove \centerline from the blurb. Patch from
10092 Brian Youmans.
10093
10094 2000-06-25 Eli Zaretskii <eliz@gnu.org>
10095
10096 * Makefile.in (install-info): Support installation from outside of
10097 the source directory. Reported by Mark Harig
10098 <markh@frazier.landmark.com>.
10099
10100 2000-06-20 J.T. Conklin <jtc@redback.com>
10101
10102 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10103
10104 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
10105
10106 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10107 Generate using pdftex.
10108 (PDFTEX): Define.
10109 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10110 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10111 @contents at the start.
10112
10113 2000-05-24 Eli Zaretskii <eliz@gnu.org>
10114
10115 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
10116 Youmans.
10117
10118 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
10119
10120 From Brian Youmans:
10121 * gdb.texinfo: Fix ``et al.''.
10122
10123 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
10124
10125 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10126 loop.
10127
10128 2000-05-19 Jimmy Guo <guo@cup.hp.com>
10129
10130 * configure: Regenerate.
10131
10132 2000-05-17 Eli Zaretskii <eliz@gnu.org>
10133
10134 * Makefile.in (install-info): Run install-info on installed Info
10135 files.
10136
10137 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10138
10139 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
10140 Andrew Cagney.
10141
10142 2000-05-09 Eli Zaretskii <eliz@gnu.org>
10143
10144 * gdb.texinfo: Proofreading changes from Brian Youmans.
10145
10146 2000-05-01 Nick Duffek <nsd@cygnus.com>
10147
10148 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10149 startup sequence, minor edits.
10150
10151 2000-05-01 Eli Zaretskii <eliz@gnu.org>
10152
10153 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10154 TeX.
10155
10156 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
10157 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10158 like `n' and `s' which look weird. Convert some of the @kindex to
10159 @vindex, when they refer to variables, not commands.
10160
10161 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
10162
10163 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10164
10165 2000-04-23 Eli Zaretskii <eliz@gnu.org>
10166
10167 * Makefile.in (GDBMI_DIR): New variable.
10168 (SET_TEXINPUTS): Add $(GDBMI_DIR).
10169 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10170 (gdbmi.texinfo): New target, for texi2roff.
10171 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10172 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10173
10174 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10175 gdbmi.texinfo.
10176 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10177 comment.
10178
10179 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10180
10181 * gdb.texinfo (Files): Update description of add-symbol-file
10182 command.
10183
10184 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10185
10186 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10187 prevents the build (and is generally a Bad Idea).
10188
10189 2000-04-17 Eli Zaretskii <eliz@gnu.org>
10190
10191 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10192 a comma inside @var.
10193 (Command Files): Index markup changes from Dmitry Sivachenko
10194 <dima@Chg.RU>.
10195
10196 2000-04-16 Eli Zaretskii <eliz@gnu.org>
10197
10198 * Makefile.in (LN_S): Define.
10199 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10200 invoke "ln -s" unless it is known to work.
10201
10202 * configure.in (AC_PROG_LN_S): Add.
10203
10204 2000-04-14 Jim Blandy <jimb@redhat.com>
10205
10206 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10207 section.
10208 (Target Conditionals): Document ADDRESS_TO_POINTER,
10209 POINTER_TO_ADDRESS.
10210
10211 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10212
10213 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10214 gdb-cfg.texi to get the value.
10215
10216 2000-04-10 Jim Blandy <jimb@redhat.com>
10217
10218 * gdbint.texinfo (Target Architecture Definition): Fix
10219 cross-references.
10220
10221 2000-04-08 Jim Blandy <jimb@redhat.com>
10222
10223 * gdbint.texinfo (Using Different Register and Memory Data
10224 Representations): New section.
10225 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10226 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10227 REGISTER_CONVERT_TO_RAW): Document.
10228
10229 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10230
10231 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10232 for acknowledgments.
10233
10234 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10235
10236 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10237 qThreadExtraInfo.
10238
10239 2000-03-28 J.T. Conklin <jtc@redback.com>
10240
10241 * gdb.texinfo: Clarify which remote debug protocol commands are
10242 required and which are optional.
10243
10244 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10245
10246 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10247 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10248 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10249 * annotate.texi: Update.
10250
10251 2000-03-28 Stan Shebs <shebs@apple.com>
10252
10253 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10254 expectation of additional changes before release), update
10255 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10256 node links, rephrase and/or shorten lines to fix formatting
10257 problem in both regular and @smallbook formats.
10258 * annotate.texi: Shorten lines in example, use smallexample
10259 consistently everywhere.
10260 * Makefile.in: Add comment about texinfo 4.0 html generation.
10261 (SFILES_INCLUDED): Add annotate.texi.
10262
10263 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10264
10265 * gdb.texinfo (Debugging Output): Added new section, documenting
10266 the "set/show debug" commands.
10267
10268 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10269
10270 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10271 entry.
10272
10273 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10274 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10275 @chapter and @node entries.
10276
10277 * gdb.texinfo: Link all top-level nodes.
10278
10279 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10280
10281 * Makefile.in (install-info): Create $(infodir) before installing
10282 files.
10283
10284 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10285
10286 From David Whedon <dwhedon@gordian.com>
10287 * gdbint.texinfo : Added paragraphs about command deprecation.
10288
10289 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10290
10291 * gdb.texinfo: Add documentation for the apropos command.
10292
10293 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10294
10295 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10296
10297 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10298
10299 * gdb.texinfo: Add white space to prevent overprinting in
10300 two places.
10301
10302 2000-03-17 Stan Shebs <shebs@apple.com>
10303
10304 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10305 <dima@Chg.RU>, also clarification of allowed content for
10306 string constants.
10307
10308 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10309
10310 * gdb.texinfo (main menu): Add Annotations.
10311 (File Options): Add @cindex entries for each command-line option.
10312 Document --epoch, --annotate, --async, --interpreter, --write,
10313 --statistics, and --version.
10314
10315 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10316 of GDB.
10317
10318 2000-02-23 Jim Blandy <jimb@redhat.com>
10319
10320 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10321
10322 2000-02-22 Jim Blandy <jimb@redhat.com>
10323
10324 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10325
10326 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10327
10328 * Makefile.in (diststuff): New target.
10329
10330 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10331
10332 * agentexpr.texi: Fix wording regarding Intel's IA-64
10333 architecture. [From Jim Wilson.]
10334
10335 2000-01-16 Tom Tromey <tromey@cygnus.com>
10336
10337 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10338 (Delete Breaks): Mention range arguments.
10339 (Disabling): Likewise.
10340
10341 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10342
10343 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10344
10345 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10346
10347 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10348 valid functions.
10349
10350 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10351
10352 * gdb.texinfo: Clarify regular expressions used in rbreak.
10353
10354 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10355
10356 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10357 MEMORY_REMOVE_BREAKPOINT): Document.
10358
10359 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10360
10361 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10362 offset re-using the DATA offset instead.
10363
10364 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10365
10366 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10367
10368 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10369
10370 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10371 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10372 typos.
10373
10374 * gdb.texinfo: Various minor wording and formatting improvements,
10375 mentions of additional command-line options.
10376
10377 1999-09-30 Fred Fish <fnf@cygnus.com>
10378
10379 * gdb.texinfo: Document additional forms of specifying section
10380 names and addresses for the add-symbol-file command.
10381
10382 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10383
10384 * gdbint.texinfo: Fix typo, add the word "have".
10385
10386 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10387
10388 * gdbint.texinfo (Target Architecture Definition): Document the
10389 SKIP_PERMANENT_BREAKPOINT macro.
10390
10391 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10392
10393 * gdb.texinfo: Fiks speling errers.
10394
10395 * gdb.texinfo: Fix uses of @multitable.
10396
10397 From Eli Zaretskii <eliz@gnu.org>:
10398 * gdb.texinfo: Include details specific to DOS host, clarify
10399 some confusing language, fix @ref/@xref/@pxref usages, add
10400 comments about using with optimization, add more indexing,
10401 fix info about disassembly-flavor.
10402
10403 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10404
10405 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10406 SKIP_SOLIB_RESOLVER): Define.
10407
10408 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10409
10410 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10411 ``g'' packets.
10412
10413 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10414
10415 * gdb.texinfo: Create a new "Configurations" chapter with
10416 platform-specific info, inline remote.texi and move sections of it
10417 into the new chapter, move bits about info proc, heuristic search,
10418 and register stack into the new chapter.
10419 * remote.texi: Remove, now part of gdb.texinfo.
10420 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10421
10422 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10423
10424 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10425 GDB_TARGET_IS_MACH386): These kludges have gone away.
10426
10427 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10428
10429 * gdbint.texinfo (Target Architecture Definition): Mention
10430 TDEPLIBS.
10431
10432 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10433
10434 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10435 surrounding text to fit HP-UX bits into general info.
10436 (HPPA-cfg.texi): Remove, no longer useful.
10437
10438 * gdb.texinfo: Remove explicit links from @node lines, remove
10439 HP-added "Detailed Node Listing" from main menu which confuses
10440 things.
10441
10442 From Dmitry Sivachenko <dima@Chg.RU>:
10443 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10444 in description of `set environment'.
10445
10446 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10447
10448 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10449
10450 1999-08-12 Ben Elliston <bje@cygnus.com>
10451
10452 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10453
10454 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10455
10456 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10457 watch, awatch, and rwatch. Explain why the latter two cannot be
10458 set as software watchpoints. Document that watchpoints for local
10459 variables are deleted when the debuggee terminates.
10460
10461 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10462
10463 * remote.texi (Protocol): Further clarification of the "qRcmd"
10464 packet. Allow E.. response packet. "qRcmd" packet is no longer
10465 reserved.
10466
10467 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10468
10469 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10470 * gdb.texinfo: Ditto.
10471
10472 1999-08-06 Tom Tromey <tromey@cygnus.com>
10473
10474 * gdb.texinfo (KOD): New node.
10475
10476 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10477
10478 * remote.texi (Rcmd): Fix minor formatting typos.
10479
10480 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10481
10482 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10483 packets.
10484
10485 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10486
10487 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10488 fixes.
10489
10490 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10491
10492 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10493
10494 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10495
10496 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10497 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10498 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10499 packets that are not supported on all hosts. Expand examples.
10500 Spell check.
10501
10502 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10503
10504 * Makefile.in: Recognize html, install-html. Add targets
10505 to build HTML versions of documentation via texi2html.
10506
10507 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10508
10509 * gdbint.texinfo (Testsuite): New chapter, information about the
10510 testsuite.
10511
10512 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10513
10514 * remote.texi (Communication Protocol): Rewrite.
10515
10516 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10517
10518 * stabs.texinfo: Fix uses of xref.
10519
10520 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10521
10522 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10523 info about patch submission.
10524
10525 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10526
10527 From Per Bothner <bothner@cygnus.com>:
10528 * gdb.texinfo: Document Chill support.
10529
10530 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10531
10532 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10533 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10534 Document that the value should be greater-than or equal-to zero.
10535 (NO_STD_REGS): Document. Deprecate.
10536
10537 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10538
10539 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10540 Document that these are not used.
10541
10542 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10543
10544 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10545
10546 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10547
10548 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10549 numargs was dropped.
10550
10551 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10552
10553 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10554
10555 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10556
10557 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10558 Update.
10559
10560 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10561
10562 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10563 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10564
10565 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10566
10567 * gdbint.texinfo: Fix typos: $ -> @.
10568
10569 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10570
10571 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10572 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10573 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10574 BREAKPOINT_FROM_PC.
10575
10576 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10577
10578 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10579 CALL_DUMMY_STACK_ADJUST): Document.
10580
10581 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10582
10583 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10584 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10585
10586 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10587
10588 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10589 longer exists.
10590
10591 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10592
10593 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10594 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10595 they make the manual source incomprehensible.
10596 * h8-cfg.texi: Remove, hasn't been used in years.
10597
10598 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10599
10600 * gdb.texinfo: Update the credits.
10601
10602 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10603
10604 * gdb.texinfo: Fix mistakes noticed in printout of last
10605 draft, add Alpha to discussion of heuristic fence post.
10606
10607 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10608
10609 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10610 Edition, merge some HP changes into mainline, describe some
10611 previously undocumented features, describe more of the target
10612 commands available, eliminate obsolete section on renamed
10613 commands.
10614 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10615
10616 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10617
10618 * gdb.texinfo: Make many HPPA conditionals unconditional,
10619 including catchpoint description, since now on for all configs.
10620 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10621 specializations.
10622
10623 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10624
10625 * Makefile.in (GDBvn.texi): Fix match expression to work with
10626 current format of VERSION in gdb/Makefile.in.
10627 * gdb.texinfo: Fix node ref to match new readline.
10628
10629 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10630
10631 * gdb.texinfo: Changes made as part of a project to merge in
10632 changes made by HP. Documentation makes extensive use of
10633 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10634 on remote debugging. There are differences in documentation
10635 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10636 the HP manual discusses catchpoints, hardware watchpoints, and
10637 some HPUX specific limitations for shared library support.
10638
10639 There are also a number of @node changes.
10640
10641 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10642
10643 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10644 (C Usage): Same.
10645
10646 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10647
10648 The following changes were made by Edith Epstein
10649 <eepstein@cygnus.com> as part of a project to merge in changes
10650 made by HP.
10651
10652 * HPPA-cfg.texi: new file.
10653
10654 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10655
10656 * refcard.tex: change documentation about catch.
10657 removed info catch.
10658
10659 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10660
10661 * gdbint.texinfo: Expand on GDB's coding standards,
10662 specify the use of arg names with prototypes.
10663
10664 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10665
10666 * gdb.texinfo: Fix tipo.
10667
10668 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10669
10670 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10671 TARGET_BYTE_ORDER_SELECTABLE_P.
10672
10673 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10674
10675 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10676
10677 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10678
10679 * agentexpr.texi: New file.
10680
10681 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10682
10683 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10684
10685 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10686
10687 * remote.texi: Changed wording that implied that the GDB remote
10688 protocol caches register values instead of GDB itself.
10689
10690 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10691
10692 * gdbint.texinfo: Add some info about symbol readers.
10693 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10694 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10695 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10696 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10697
10698 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10699
10700 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10701
10702 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10703
10704 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10705
10706 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10707
10708 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10709 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10710
10711 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10712
10713 * gdbint.texinfo: Fix minor typos.
10714
10715 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10716
10717 * gdbint.texinfo: Complete overhaul. Group descriptions more
10718 logically, add more info on generic algorithms, remove much
10719 obsolete and/or wrong material.
10720
10721 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10722
10723 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10724
10725 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10726
10727 * refcard.tex: Copyright, address updates.
10728
10729 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10730
10731 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10732 for the edition instead of confusing GDB-version-like numbers.
10733
10734 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10735
10736 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10737
10738 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10739
10740 * LRS: Reformat a bit to keep text under 80 columns.
10741
10742 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10743
10744 * gdb.texinfo: Add some credits, mention bug monitor.
10745 * remote.texi: Mention mips monitor targets.
10746 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10747
10748 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10749
10750 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10751 files, finish sorting of host vs target vs native macros, describe
10752 some more of them.
10753
10754 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10755
10756 * gdbint.texinfo (Host Conditionals): Document change from
10757 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10758
10759 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10760
10761 * gdbint.texinfo (Host Conditionals): Document
10762 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10763
10764 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10765
10766 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10767 Document LSEEK_NOT_LINEAR.
10768
10769 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10770
10771 * stabs.texinfo (Stab Section Basics): Make it clear that only
10772 some versions of the GNU linker remove the leading N_UNDF symbol.
10773
10774 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10775
10776 * stabs.texinfo (String Field): Document type number pairs here,
10777 instead of in the Sun specific section.
10778 (Include Files): The GNU linker supports the N_BINCL
10779 optimization. Clarify the N_BINCL value, and what it is used
10780 for.
10781 (Procedures): Document N_FUN with an empty string to mark the end
10782 of a function.
10783 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10784 (Sun Differences): Remove this node, as the information is now
10785 elsewhere in the main document.
10786 (Stab Section Basics): Mention that the GNU linker may optimize
10787 stabs and remove the leading N_UNDF symbol.
10788
10789 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10790
10791 * gdb.texinfo, refcard.tex: Restore author credit
10792
10793 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10794
10795 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10796 documentation to account for START and END macros taking
10797 one arg.
10798
10799 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10800
10801 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10802 * gdb.texinfo (Frames): Fix typo.
10803
10804 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10805
10806 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10807 a target_signal as arg type, not a pid.
10808
10809 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10810
10811 * gdb.texinfo: Document `set assembly-language'.
10812
10813 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10814
10815 * remote.texi: Update list of stubs in the GDB distribution.
10816
10817 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10818
10819 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10820 Also document that some systems can use mmalloc but must define
10821 this if their C runtime allocates memory that is later freed.
10822 (MMCHECK_FORCE): Document new macro.
10823
10824 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10825
10826 * remote.texi: Add documentation for target Sparclet.
10827
10828 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10829
10830 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10831 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10832 * configure.in: Rewritten for autoconf.
10833 * configure: New.
10834
10835 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10836
10837 * Makefile.in (DVIPS): New define, set to dvips.
10838 (dvi): Add stabs.dvi.
10839 (ps): New target.
10840 (all-doc): Depend on info, dvi, and ps targets.
10841 (STAGESTUFF): Add *.ps and *.dvi files.
10842 (clean-info, clean-dvi): Remove.
10843 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10844 rules completely rewritten.
10845 (maintainer-clean): Remove clean-info and clean-dvi
10846 dependencies and put their actions in the rules.
10847 (gdb.ps): New target
10848 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10849 intermediate TeX files, whether they have 2 or 3 character
10850 extensions.
10851 (gdbint.ps): Add target and rules.
10852 (gdb-internals): Delete unused target.
10853 (Makefile): Depends upon config.status also.
10854
10855 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10856
10857 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10858 set.
10859
10860 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10861
10862 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10863 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10864
10865 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10866
10867 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10868
10869 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10870
10871 * gdb.texinfo (Print settings): Document
10872 `set/show print static-members' commands.
10873
10874 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10875
10876 * gdbint.texinfo (Native): Document name change, coredep.c to
10877 core-aout.c.
10878
10879 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10880
10881 * stabs.texinfo (Include Files): Document the values the SunOS4
10882 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10883
10884 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10885
10886 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10887 Fix typo.
10888
10889 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10890
10891 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10892 "gdb.tar.Z".
10893
10894 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10895
10896 * Makefile.in (maintainer-clean): New target, synonym for
10897 realclean.
10898
10899 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10900
10901 * Update all FSF addresses except those in COPYING* files.
10902
10903 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10904
10905 From Richard Earnshaw (rearnsha@armltd.co.uk):
10906 * gdb.texinfo (convenience variables): Document $_exitcode.
10907 (quit): Document optional expression to use as exit code.
10908
10909 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10910
10911 * gdb.texinfo, remote.texi: Brought up to date with various
10912 GDB changes.
10913
10914 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10915
10916 * gdb.texinfo: Update dates and versions, fix comments about
10917 hardware watchpoints in future releases and about the
10918 sharedlibrary command.
10919
10920 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10921
10922 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10923 C_FUN stab. Other cleanups.
10924
10925 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10928 for the sparc stub.
10929
10930 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10931
10932 * annotate.texi: Clarify which addresses have differing formats
10933 depending on the language and which do not.
10934
10935 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10936
10937 * remote.texi (NetWare): Changed example to use BOARD= instead of
10938 NODE= argument to reflect correspoding change to gdbserve.nlm.
10939
10940 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10941
10942 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10943 GDB, as well as AIX dbx, supports the size type attribute.
10944
10945 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10946
10947 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10948
10949 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10950
10951 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10952 and new 'if' and 'while' commands.
10953
10954 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10955
10956 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10957
10958 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10959
10960 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10961 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10962 NetWare targets. Mostly stolen from the Server node.
10963
10964 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10965
10966 * gdb.texinfo (Setting): Talk about the language of a source file
10967 versus the working language. The old documentation did not match
10968 what GDB did.
10969
10970 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10971
10972 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10973 of a source file.
10974
10975 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10976
10977 * gdb.texinfo (Processes): New node.
10978
10979 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10980
10981 * remote.texi: Update documentation of set/show mipsfpu.
10982
10983 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10984
10985 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10986 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10987
10988 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10989
10990 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10991 obsolete conditionals, described some others.
10992
10993 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10996 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10997
10998 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10999
11000 * gdbint.texinfo: Put regex conditionals in their own table.
11001
11002 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
11003
11004 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11005 described or fixed the descriptions of many others.
11006
11007 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
11008
11009 * gdb.texinfo: Add some more credits.
11010 * gdbint.texinfo: Capitalize GDB consistently, describe some
11011 macros and remove some.
11012
11013 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
11014
11015 * gdbint.texinfo: Removed mentions of many incorrectly placed and
11016 obsolete conditionals, described some others.
11017
11018 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11019
11020 * gdb.texinfo (help targets): Changed to `help target', which
11021 is the correct gdb command.
11022
11023 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11024
11025 * annotate.texi (TODO): New node, for keeping track of annotations
11026 suggested but not yet implemented.
11027
11028 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11029
11030 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11031 another symbol, it is not the address itself.
11032
11033 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
11034
11035 * stabs.texinfo (Stab Section Basics): Add comment about alignment
11036 of stabs-in-coff sections.
11037
11038 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11039
11040 * annotate.texi: Change edition to 0.5 and date to May 1994.
11041 Add index.
11042 (Frames): New node, for frame annotation.
11043 (Displays): New node, for display annotation.
11044
11045 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11046 when waiting for your program to stop.
11047
11048 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11049
11050 * annotate.texi (Breakpoint Info): Document annotation of header
11051 fields and record annotation.
11052
11053 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11054
11055 * annotate.texi: New file, to document annotations.
11056
11057 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11058
11059 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11060 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
11061
11062 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * stabs.texinfo (Stab Section Basics): Say what is in .stab
11065 section, and say n_strx field is compilation unit relative.
11066 * stabs.texinfo: Don't use @code for a.out when it is the name of
11067 an object file format.
11068
11069 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11070
11071 * gdb.texinfo: Refer to file names, not path names, per rms
11072 convention.
11073 (Arguments): Fix typo.
11074
11075 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11076
11077 * stabs.texinfo (Global Variables): Talk about stabs in files
11078 where variables are referenced, but not defined.
11079
11080 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11081
11082 * stabs.texinfo: Move stuff on @ and # type descriptors from node
11083 Cplusplus to new nodes Member Type Descriptor and Method Type
11084 Descriptor. Re-write stuff for #.
11085
11086 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11087
11088 * gdb.texinfo (Print Settings): Don't document "set print
11089 fast-symbolic-addr off". The bug which it worked around was fixed
11090 on 25 Feb 94 in coffread.c, so I'm nuking the command.
11091
11092 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11093 N_ENTRY node.
11094
11095 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11096
11097 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11098
11099 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11100 references to ieee-float.c.
11101
11102 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11105 match what the code actually does.
11106
11107 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11108
11109 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11110
11111 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
11112
11113 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11114 i, and b.
11115
11116 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
11117
11118 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11119 well as for ELF and SOM. Unify the descriptions of ELF and SOM
11120 as "stabs in sections" rather than just saying "ELF and SOM".
11121 Also make that stuff apply to COFF.
11122
11123 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11124
11125 * gdb.texinfo (Formatting Documentation): Change GhostScript to
11126 Ghostscript.
11127
11128 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11129
11130 * gdb.texinfo (Continuing and Stepping): When talking about "step"
11131 versus functions without line numbers, also mention stepping into
11132 them as well as "step" when you are in them. Tell the user how to
11133 deal with the situation. Add comment about "debugging information".
11134
11135 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11136
11137 * stabs.texinfo (Enumerations): Document restriction on where
11138 enumeration types can appear and still win with GDB.
11139
11140 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11141
11142 * stabs.texinfo (Negative Type Numbers): Document format for type
11143 -16.
11144
11145 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11146
11147 * gdb.texinfo (Selection, Frame Info): Update information about
11148 arbitrary frame specficiations.
11149
11150 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
11151
11152 * gdb.texinfo, remote.texi: general editing pass prior to Net release
11153
11154 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11155
11156 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11157
11158 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
11159
11160 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11161
11162 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11163
11164 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11165 Differences node to Statics node.
11166 (Statics): Discuss XCOFF use of V symbol descriptor.
11167
11168 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11169 not clean.
11170
11171 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
11172
11173 * gdb.texinfo (Print Settings): Document `set print
11174 fast-symbolic-addr' and improve the doc for some other
11175 `set print's.
11176
11177 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
11178
11179 * stabs.texinfo (String Field): Talk about defining several type
11180 numbers at once.
11181 Fix lint regarding changing node ELF Transformations to
11182 ELF and SOM Transformations.
11183
11184 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
11185
11186 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
11187
11188 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11189
11190 * stabs.texinfo (Cross-References): `::' is for nested types only
11191 within <>.
11192 (Structures): Document static members.
11193
11194 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11195
11196 * stabs.texinfo: Document S type attribute.
11197
11198 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11199
11200 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11201
11202 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11203
11204 * gdbint.texinfo: Fix a few typos.
11205
11206 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11207
11208 * gdb.texinfo, remote.texi: formatting improvements
11209
11210 * gdb.texinfo (New Features): mention threads.
11211 (Summary, C): fix xrefs in newly contributed text.
11212 (Threads): index entries, clarifications, example
11213 (passim): minor typos fixed, phrasing improvements
11214
11215 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11216 entries; (Server): explain use of gdbserver w/real-time systems,
11217 add example of conflicting TCP port; (MIPS Remote) break up
11218 running text into table, highlighting commands, and add example.
11219
11220 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11221
11222 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11223
11224 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11225
11226 * stabs.texinfo (Nested Symbols): New node.
11227 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11228
11229 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11230
11231 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11232 to picking which Bbss.bss symbol to use, and (because there seems to
11233 be no good way of doing it) re-write some of the text to make it
11234 sound like Bbss.bss isn't such a great idea after all (as currently
11235 designed).
11236
11237 * gdb.texinfo (C): In addition to saying people have to use g++ for
11238 good results, say they have to use stabs. Specifically say cfront
11239 doesn't work well.
11240 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11241 the gdb README. Add xrefs to places where the support for the various
11242 languages is described in detail.
11243
11244 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11245
11246 * stabs.texinfo: Clean up stuff about visibility and virtual
11247 characters.
11248
11249 * stabs.texinfo (N_M2C): Cite Sun doc.
11250
11251 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11252
11253 * gdb.texinfo: updates re threads.
11254 * remote.texinfo: avoid index entries starting with digits.
11255
11256 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11257
11258 * stabs.texinfo (Enumerations): Talk about large, negative and
11259 octal values. Clean up cross reference to type attributes.
11260 (String Field): Say that GDB 4.11 supports size attribute.
11261
11262 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11263
11264 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11265 is a mandatory step. Make the stuff about that more concise.
11266
11267 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11268
11269 * stabs.texinfo (Class Names): New node.
11270
11271 * gdb.texinfo (Command Files): Explain order of init file reading.
11272
11273 * remote.texi (Bootstrapping): Talk about getting the serial driver
11274 to deal with ^C sent by gdb to stop the remote system.
11275
11276 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11277
11278 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11279
11280 * libgdb.texinfo (Defining Commands): made the DOC arg
11281 to gdb_define_app_command a char * instead of char **
11282 per a suggestion from kingdon.
11283
11284 * libgdb.texinfo: total rewrite from a different starting
11285 premise.
11286
11287 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11288
11289 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11290 floats passed as doubles (to improve clarity).
11291
11292 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11293
11294 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11295
11296 * a4rc.sed: update to work with Andreas Vogel papersize params
11297
11298 * refcard.tex: use Andreas Vogel simplifications of papersize
11299 params; remove useless version info; update copyright date.
11300
11301 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11304
11305 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11306
11307 * gdb.texinfo (Files): Say what address the load command loads it at.
11308
11309 * stabs.texinfo (Common Blocks): Minor cleanups.
11310
11311 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11312 that Sun has backed away from the linker kludge and thus the relevant
11313 issue is changes to the SunPRO tools, not the Solaris linker.
11314
11315 * stabs.texinfo (Traditional Integer Types): Clean up description
11316 of octal bounds a little bit. Document extra leading zeroes.
11317
11318 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * gdb.texinfo (Signaling): Update for symbolic symbol names
11321 and add a section explaining the difference between the GDB
11322 signal command and the shell kill utility.
11323
11324 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11325
11326 * libgdb.texinfo: added `@' to braces that were unescaped.
11327
11328 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11329
11330 * libgdb.texinfo: new file. Spec for the gdb library.
11331
11332 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11333
11334 * stabs.texinfo (Include Files): Fix typo (start -> end).
11335
11336 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11337
11338 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11339 from Melissa at FSF's editing pass.
11340
11341 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11342
11343 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11344 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11345 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11346
11347 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11348
11349 * remote.texi (Bootstrapping): Discuss 386 call gates.
11350
11351 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11352
11353 * stabs.texinfo (Based Variables): New node.
11354
11355 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11356
11357 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11358 names, sizes, and formats to suggest how not to lose.
11359
11360 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11361
11362 * stabs.texinfo (Methods): Fix typo.
11363
11364 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11365
11366 * gdb.texinfo: Fix a few typos.
11367
11368 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11369
11370 * gdb.texinfo: Clarify how well it works with Fortran.
11371
11372 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11373 More on relocating stabs in ELF files.
11374
11375 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11376
11377 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11378
11379 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11380
11381 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11382 parameters on VAX.
11383
11384 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11385
11386 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11387
11388 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11389
11390 * stabs.texinfo: Make info author notice match the TeX author notice.
11391
11392 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11393
11394 * stabs.texinfo: Initial-caps all words in node names and
11395 non-trivial words in section names.
11396
11397 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11398
11399 * stabs.texinfo: Many minor cleanups.
11400
11401 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11402
11403 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11404
11405 * stabs.texinfo: Remove full description of big example.
11406 It's not really helpful; just use pieces of it where appropriate.
11407 Add more Texinfo formatting directives (@samp, etc.).
11408 Use @deffn to define stab types.
11409 Eliminate some wordiness. Break up some nodes.
11410 Add an (alphabetized) index of symbol types.
11411 Use consistent capitalization style in node and section names.
11412
11413 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11414
11415 * gdb.texinfo: Change typo "Two two" to "The two".
11416
11417 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11418
11419 * stabs.texinfo (XCOFF-differences): Remove references to
11420 non-existent types N_DECL and N_RPSYM.
11421
11422 * stabs.texinfo (String Field): Say that type attributes bug is
11423 fixed in GDB 4.10, since it is.
11424
11425 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11426
11427 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11428
11429 * stabs.texinfo: Formatting cleanups.
11430
11431 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11432
11433 * stabs.texinfo: When explaining the n_type of a stab, standardize
11434 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11435 no tabs, use @r).
11436 (Global Variables): Clean up.
11437
11438 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11439
11440 * stabs.texinfo (Stack Variables): Re-write.
11441
11442 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11443
11444 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11445 addresses of a source file. Also revise formatting.
11446 Change "object module" or "object file" to "source file".
11447 Various: Miscellaneous cleanups.
11448
11449 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11450
11451 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11452
11453 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11454
11455 * gdbint.texinfo: Removed many nonsensical machine-collected
11456 host and target conditionals, described some of the remainder.
11457
11458 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11459
11460 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11461
11462 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11463 paragraph which follows.
11464
11465 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11466 variables. Looks better and avoids overful hbox.
11467
11468 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11469
11470 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11471
11472 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11473
11474 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11475 retransmit-timeout
11476
11477 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11478
11479 * gdbint.texinfo: Update statement about `some ancient Unix
11480 systems, like Ultrix 4.0' to Ultrix 4.2.
11481
11482 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11483
11484 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11485
11486 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11487
11488 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11489 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11490
11491 * remote.texi: new name for former gdbinv-s.texi
11492
11493 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11494
11495 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11496
11497 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11498 variables for MIPS remote debugging protocol.
11499
11500 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11501
11502 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11503
11504 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11505
11506 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11507
11508 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11509
11510 * gdb.texinfo: repair conditional bugs in text markup
11511
11512 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11513
11514 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11515 to select Modula-2 material.
11516
11517 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11518
11519 * stabs.texinfo: Cleanups regarding statics.
11520
11521 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11522 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11523
11524 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11525
11526 * stabs.texinfo: N_MAIN is sometimes used for C.
11527
11528 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11529
11530 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11531
11532 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11533
11534 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11535 removed from the code by Kingdon.
11536
11537 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11538
11539 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11540 input when evaluating breakpoint conditions; the bug has been fixed.
11541
11542 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11543 sets the ignore count to N-1, not to N.
11544
11545 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11546
11547 * refcard.tex (\hoffset): correct longstanding error to match
11548 intended offset; avoids cutting off edge on some printers
11549
11550 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11551
11552 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11553
11554 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11555
11556 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11557
11558 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11559
11560 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11561 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11562 collect sed edits if any, apply to refcard before formatting;
11563 (refcard.ps) stop implying PS fonts if PS output requested;
11564 (lrefcard.ps) delete extra target for variant PS fonts
11565
11566 * refcard.tex: parametrize papersize dependent info, collect
11567 in easily replaced spot
11568
11569 * a4rc.sed: new file, edits to refcard for A4 paper
11570
11571 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11572
11573 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11574
11575 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11576
11577 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11578
11579 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11580
11581 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11582 politely rather than rudely.
11583
11584 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11585
11586 * stabs.texinfo: Document common blocks.
11587
11588 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11589
11590 * stabs.texinfo: Add some basic info about stabs-in-elf.
11591
11592 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11593
11594 * stabs.texinfo (Top): Minor cleanup.
11595
11596 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11597
11598 * Makefile.in (install-info): remove parentdir support
11599
11600 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11601
11602 * gdb.texinfo (Copying): delete this node and references to it;
11603 RMS says this manual need not carry GPL. (passim): Improvements
11604 from last round at FSF, largely due to Ian Taylor review, and
11605 minor formatting improvements.
11606
11607 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11608 largely due to Ian Taylor review. (Debug Session): minor edits to
11609 new text.
11610
11611 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11612
11613 * Makefile.in (realclean): Remove info and dvi files too.
11614
11615 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11616
11617 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11618 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11619 * gdb.texinfo: Change accordingly.
11620
11621 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11622 N_{L,R}BRAC,N_SLINE are relative to.
11623
11624 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11625
11626 * Makefile.in (GDBvn.texi): Update atomically.
11627
11628 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11629
11630 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11631
11632 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11633
11634 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11635 addresses together. Also motivate the set print symbol-filename
11636 command and suggest other solutions.
11637
11638 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11639
11640 * gdb.texinfo (set print elements): Note that the number of
11641 elements is set to unlimited by "set print elements 0".
11642
11643 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11644
11645 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11646 NF_LDOUBLE means.
11647 (Stab Types): Include Solaris stab types.
11648 (Procedures): Document Solaris extensions.
11649
11650 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11651
11652 * gdb.texinfo: Add `set print symbol-filename' doc.
11653
11654 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11655
11656 * stabs.texinfo (Arrays): Talk about type definition vs. type
11657 information.
11658
11659 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11660 the trailing semicolon.
11661
11662 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11663
11664 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11665 and merge in other parts of the document addressing these subjects.
11666 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11667
11668 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11669 at the end of a range type.
11670
11671 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11672 AIX extensions.
11673
11674 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11675
11676 * stabs.texinfo (Stabs Format): Misc fixes.
11677
11678 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11679
11680 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11681 (Traditional builtin types): Document convex convention for long long.
11682 (Negative builtin types): Discuss type names, and misc fixes.
11683
11684 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11685
11686 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11687 point types used with @samp{R} type descriptor.
11688 (Symbol Descriptors): Describe how to handle conflict between
11689 different meanings of @samp{P} symbol descriptor.
11690
11691 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11692
11693 * stabs.texinfo: Remove node Quick Reference and put its children
11694 directly under the main menu.
11695
11696 * stabs.texinfo: Many more changes to bring it into line with
11697 AIX documentation and reality. I think it now has all the
11698 information from the AIX documentation, except that I burned
11699 out when I got to variant records (Pascal and Modula-2) and
11700 all the COBOL types. Oh well, we can add them later when we're
11701 worrying more about those languages.
11702
11703 * stabs.texinfo (Automatic variables): Talk about what it means
11704 to omit the symbol descriptor.
11705
11706 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11707
11708 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11709 gcc2 behavior with promoted args.
11710
11711 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11712
11713 * gdb.texinfo: include readline appendices in info version of manual
11714
11715 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11716
11717 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11718 target remote.
11719
11720 * gdb.texinfo (Machine Code): more index entries for disassemble
11721
11722 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11723
11724 * Clarify the intended use of the gdb-testers and gdb-patches
11725 mailing lists, and shrink gzip comment.
11726
11727 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11728
11729 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11730 DOSHOST configuration of manual.
11731
11732 * gdb.texinfo (MIPS Stack): new node.
11733
11734 * all-config.texi (MIPS) new switch.
11735
11736 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11737 tense; (MIPS Remote) new node.
11738
11739 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11740 bug; (Environment) less passive, other small cleanups in text about
11741 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11742 (Remote) new MIPS Remote menu entry.
11743
11744 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11745
11746 * stabs.texinfo: Many changes to include information from the
11747 AIX documentation.
11748
11749 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11750
11751 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11752
11753 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11754 Move a bunch of information from ../README.
11755 (Getting Started): New node.
11756
11757 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11758
11759 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11760
11761 * gdb.texinfo: advance manual revision dates to present
11762
11763 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11764 stop using silly Roman numerals in @set variable names
11765
11766 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11767
11768 * stabs.texinfo (Parameters): Keep trying to get this right.
11769
11770 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11771
11772 * stabs.texinfo (Parameters): More on "local parameters".
11773
11774 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11775
11776 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11777
11778 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11779
11780 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11781 (Parameters): Rewrite.
11782 (xcoff-differences, Sun-differences): Minor changes.
11783
11784 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11785
11786 * stabs.texinfo: Minor cleanup.
11787
11788 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11789
11790 * gdbint.texinfo: Minor xcoff stuff.
11791
11792 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11793
11794 * gdbint.texinfo: Update for new config directory structure.
11795 Add info about internal type data structures.
11796
11797 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11798
11799 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11800 $(srcdir).
11801 (gdb-config.texi): Depend on file in $(srcdir).
11802
11803 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11804
11805 * stabs.texinfo: Fixes about N_SO.
11806
11807 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11808
11809 * gdb.texinfo: include list of nonstandard init file names
11810
11811 * *-config.texi: new switch GENERIC for text that applies *only*
11812 to (usual) multiple-target version of manual
11813
11814 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11815 h8 config
11816
11817 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11818 in menus (rather than conditionally selected multiple alternative
11819 menus).
11820
11821 * Makefile.in: define and use DOC_CONFIG var to select
11822 configuration for GDB user manual.
11823
11824 * gdb-config.texi: delete from repository, generate from Makefile.
11825
11826 * all-config.texi: normal `generic' configuration file, formerly
11827 stored as gdb-config.texi
11828
11829 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11830
11831 * Makefile.in: add dvi target to build all .dvi files
11832
11833 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11834
11835 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11836
11837 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11838
11839 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11840 host conditionals.
11841 * stabs.texinfo: More array fixes inspired by Jim's.
11842
11843 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11844
11845 * stabs.texinfo: Fixes re arrays and continuations.
11846
11847 * gdbint.texinfo: Add XCOFF node.
11848
11849 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11850
11851 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11852
11853 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11854
11855 * stabs.texinfo: Fix for array types to mention lower bounds.
11856
11857 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11858
11859 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11860
11861 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11862
11863 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11864
11865 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11866
11867 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11868 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11869
11870 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11871
11872 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11873
11874 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11875
11876 * gdb.texinfo, gdbinv-s.texi: misc updates
11877
11878 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11879
11880 * gdbint.texinfo: Brief documentation for longjmp support,
11881 from an email msg by Stu.
11882
11883 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11884
11885 * stabs.texinfo: Fix description of floating point "range"
11886 types (which really define basic types). Reported by Jim Meehan,
11887 <meehan@src.dec.com>.
11888
11889 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11890
11891 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11892
11893 * gdbint.texinfo: Slightly expand section on supporting a new
11894 object file format.
11895
11896 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11897
11898 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11899 intermediate file.
11900
11901 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11902
11903 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11904
11905 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11906
11907 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11908
11909 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11910 as well as Z8002.
11911
11912 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11913
11914 * gdbint.texinfo: Add sections on clean design and on how to send
11915 in changes.
11916
11917 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11918
11919 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11920
11921 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11922
11923 * gdb.texinfo: Fix typo, reported by Karl Berry.
11924
11925 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11926
11927 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11928
11929 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11930
11931 * gdbint.texinfo: fixed a stray email address (needs @@),
11932 added @table @code to node "Native Conditionals"
11933
11934 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11935
11936 * gdbint.texinfo: Describe coding style of GDB.
11937
11938 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11939
11940 * stabs.texinfo: Minor wording changes.
11941
11942 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11943
11944 * gdbint.texinfo: Improve release doc slightly.
11945
11946 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11947
11948 * gdbint.texinfo: Improve doc of GDB config macros.
11949
11950 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11951
11952 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11953 These will be reinserted when examined.
11954
11955 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11956
11957 * gdbint.texinfo: Make a start at documenting all the #if macros
11958 in GDB. At least list them all, and start separating them into
11959 host-specific and target-specific.
11960
11961 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11962
11963 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11964 examples (not consistent w others).
11965 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11966 for generic vn of doc
11967
11968 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11969
11970 * Makefile.in: always create installation directories.
11971
11972 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11973
11974 * gdb.texinfo: in h8 config, do not describe searching commands.
11975
11976 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11977
11978 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11979 conditionals; introduce a few generic switches that may be
11980 useful for other cross-dev or dos-hosted configs.
11981
11982 * gdb.texinfo: fix typo in "info reg" description
11983
11984 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11985
11986 * stabs.texinfo: Minor updates from running TeX over it.
11987 * Makefile.in (stabs.dvi, stabs.ps): Add.
11988
11989 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11990
11991 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11992 First pass at converting it to texinfo.
11993
11994 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11995
11996 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11997 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11998
11999 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
12000
12001 * gdbint.texinfo: Add section on partial symbol tables.
12002
12003 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
12004
12005 * gdb.texinfo: document `set remotedebug' and `set
12006 rstack_high_address'.
12007
12008 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
12009
12010 * gdb.texinfo: slight expansion of new text on reading info files
12011 * gdbinv-s.m4.in: correct and expand info on cross-debugging
12012 H8/300 from DOS.
12013
12014 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
12015
12016 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
12017
12018 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
12019
12020 * gdb.texinfo: Say how to read the `info' files.
12021
12022 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
12023
12024 * Makefile.in: gm4 -> m4.
12025
12026 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
12027
12028 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
12029 Documentation' ahead of `Installing GDB' to match README.
12030 Update shared library doc, -readnow and -mapped, and directory
12031 structure (add glob and mmalloc). Update configure doc.
12032
12033 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
12034
12035 * Makefile.in: remove $(srcdir) from gdb.info rule.
12036
12037 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12038
12039 * Makefile.in: commented out gdb-all.texinfo rule. This is
12040 temporary.
12041
12042 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12043
12044 * Makefile.in, configure.in: removed traces of namesubdir,
12045 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12046 copyrights to '92, '13, changed some from Cygnus to FSF.
12047
12048 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
12049
12050 * gdb.texinfo: Improve how we ask for bug reports.
12051
12052 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12053
12054 * Makefile.in: infodir belongs in datadir.
12055
12056 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12057
12058 * Makefile.in: remove spaces following hyphens, bsd make can't
12059 cope. install using INSTALL_DATA. added clean-info. added
12060 standards.text support.
12061
12062 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12063
12064 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12065 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12066 and mandir now keyed off datadir by default.
12067
12068 \f
12069 Local Variables:
12070 mode: change-log
12071 left-margin: 8
12072 fill-column: 74
12073 version-control: never
12074 coding: utf-8
12075 End: