gdb/doc: Clarify vCont packet description
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-10-26 Pedro Alves <palves@redhat.com>
2
3 * gdb.texinfo (Packets): Clarify vCont packets with multiple
4 actions that match a thread, and what happens when an action
5 matches a thread that is already running.
6
7 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
8
9 * gdb.texinfo (Using Trace Files): Fix typo.
10 (GDB/MI Tracepoint Commands): Likewise.
11
12 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
13
14 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
15 of -trace-save.
16
17 2016-10-06 Tom Tromey <tom@tromey.com>
18
19 * guile.texi (Types In Guile): Remove Java mentions.
20 * python.texi (Types In Python): Remove Java mentions.
21 * gdb.texinfo (Address Locations, Supported Languages)
22 (Index Section Format): Remove Java mentions.
23
24 2016-08-15 Doug Evans <dje@google.com>
25
26 * gdb.texinfo (Target Description Format): Update docs on "end"
27 field spec and field default type.
28
29 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
30 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
31
32 PR gdb/20487
33 * gdb.texinfo (Context management): Update mention of frame
34 change notifications.
35 (gdb/mi Async Records): Document frame field in
36 =thread-select event.
37 * observer.texi (GDB Observers): New user_selected_context_changed
38 observer.
39
40 2016-09-28 Tom Tromey <tom@tromey.com>
41
42 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
43 than "memory breakpoint". Further document "kind". Move
44 protocol-details link earlier.
45 <z1>: Document the cmd_list argument. Fix typo.
46 <g>: Remove incorrect sentence.
47 (Stop Reply Packets): Document "OK" response to requests when in
48 non-stop mode.
49 <swbreak>: Use "software breakpoint" rather than "memory
50 breakpoint".
51 <create>: Document that "R" is ignored.
52 <W, X, w>: Document formatting of "AA".
53 (Notification Packets): Use "%Stop", not "%%Stop".
54
55 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
56
57 * gdb.texinfo (Embedded Processors): Document ARC.
58 (Synopsys ARC): New section.
59 (Standard Target Features): Document ARC features.
60 (ARC Features): New section.
61
62 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
63
64 * .gitignore: New file.
65
66 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
67
68 * gdb.texinfo (Input/Output): Mention possibility to unset
69 inferior-tty.
70
71 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
72
73 * gdb.texinfo: Resume btrace on reconnect.
74
75 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
76
77 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
78 syscall.
79
80 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
81
82 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
83 command.
84
85 2016-07-13 Tom Tromey <tom@tromey.com>
86
87 PR python/15620, PR python/18620:
88 * python.texi (Events In Python): Document new breakpoint events.
89
90 2016-07-13 Tom Tromey <tom@tromey.com>
91
92 PR python/17698:
93 * python.texi (Breakpoints In Python): Document
94 Breakpoint.pending.
95
96 2016-07-13 Tom Tromey <tom@tromey.com>
97
98 * python.texi (Breakpoints In Python): Move table of types and
99 table of watchpoint types earlier in node.
100
101 2016-07-12 Tom Tromey <tom@tromey.com>
102
103 PR python/19293:
104 * python.texi (Frames In Python): Document
105 gdb.invalidate_cached_frames.
106
107 2016-06-21 Pedro Alves <palves@redhat.com>
108
109 * gdb.texinfo (Interpreters): Update intepreter-exec section,
110 document new-ui and explain use case.
111
112 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
113
114 * gdb.texinfo (Standard Target Features): Document NDS32 features.
115 (NDS32 Features): New Section.
116
117 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
118
119 * gdb.texinfo (Examining Memory): Document negative repeat
120 count in the 'x' command.
121
122 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
123
124 * gdb.texinfo (GDB/MI Async Records): Document method and
125 format fields in =record-started.
126 * observer.texi (record_changed): Add method and format
127 parameters.
128
129 2016-05-27 Eli Zaretskii <eliz@gnu.org>
130
131 * gdb.texinfo (General Query Packets): Move the description of the
132 response before the long list of the specific 'read' and 'write'
133 requests.
134
135 2016-05-23 Tom Tromey <tom@tromey.com>
136
137 * python.texi (Basic Python): Document gdb.breakpoints return.
138
139 2016-05-24 Tom Tromey <tom@tromey.com>
140
141 PR gdb/19194:
142 * gdb.texinfo (gdb man): Fix typo.
143
144 2016-05-17 Tom Tromey <tom@tromey.com>
145
146 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
147 (Rust): New node.
148
149 2016-05-17 Tom Tromey <tom@tromey.com>
150
151 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
152
153 2016-04-27 Yao Qi <yao.qi@linaro.org>
154
155 * gdb.texinfo (tfind): Complete doc about tfind without
156 argument.
157
158 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
159
160 * agentexpr.texi (byte): Fix zero_ext description.
161
162 2016-03-31 Pedro Alves <palves@redhat.com>
163
164 * gdb.texinfo (M32R/SDI): Delete node.
165 (MIPS Embedded): Remove references to the MIPS remote debugging
166 protocol, PMON and variants, and the associated commands.
167
168 2016-03-15 Doug Evans <dje@google.com>
169
170 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
171 (Target Description Format): Mention enum types. Update docs on
172 flags types.
173 (Predefined Target Types): Add "bool".
174 (Enum Target Types): New node.
175
176 2016-03-15 Pedro Alves <palves@redhat.com>
177
178 * gdb.texinfo (Tracepoint Actions): Fix typo.
179
180 2016-03-15 Pedro Alves <palves@redhat.com>
181 Andreas Arnez <arnez@linux.vnet.ibm.com>
182 Marcin Kościelnicki <koriakin@0x04.net>
183
184 * gdb.texinfo (Tracepoint Actions): Document possible
185 unreliability of '$_ret'.
186
187 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * gdb.texinfo (Symbols): Document new 'maint info line-table'
190 command.
191
192 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
193
194 * gdb.texinfo (Convenience Functions): Document $_as_string.
195
196 2016-02-23 Doug Evans <dje@google.com>
197
198 * gdb.texinfo (Skipping Over Functions and Files): Document new
199 options to "skip" command. Update docs of output of "info skip".
200
201 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
202
203 * gdb.texinfo (Signals): Add bound violation display hints for
204 a SIGSEGV.
205
206 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
207
208 * gdb.texinfo (Trace File Format): Add documentation for description
209 section lines.
210
211 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
212
213 * gdb.texinfo (Trace File Format): Remove misleading information
214 about register block ordering.
215
216 2016-02-01 Doug Evans <dje@google.com>
217
218 * gdb.texinfo (Value Sizes): Fix typo.
219
220 2016-02-01 Doug Evans <dje@google.com>
221
222 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
223
224 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.texinfo (Value Sizes): New section.
227 (Data): Add the 'Value Sizes' node to the menu.
228
229 2016-01-26 John Baldwin <jhb@FreeBSD.org>
230
231 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
232
233 2016-01-19 John Baldwin <jhb@FreeBSD.org>
234
235 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
236
237 2016-01-18 Pedro Alves <palves@redhat.com>
238
239 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
240 of the thread that hit a breakpoint or received a signal.
241
242 2016-01-15 Pedro Alves <palves@redhat.com>
243
244 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
245
246 2016-01-13 Pedro Alves <palves@redhat.com>
247
248 * gdb.texinfo (Threads): Document the $_gthread convenience
249 variable.
250 (Convenience Vars): Likewise.
251
252 2016-01-13 Pedro Alves <palves@redhat.com>
253
254 * gdb.texinfo (Threads): Document "info threads -gid".
255
256 2016-01-13 Pedro Alves <palves@redhat.com>
257
258 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
259 anchor.
260 (Threads In Python): Document new InferiorThread.global_num
261 attribute.
262
263 2016-01-07 Pedro Alves <palves@redhat.com>
264
265 * gdb.texinfo (Threads): Document per-inferior thread IDs,
266 qualified thread IDs, global thread IDs and thread ID lists.
267 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
268 thread IDs.
269 (Convenience Vars): Document the $_thread convenience variable.
270 (Ada Tasks): Adjust to refer to thread IDs.
271 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
272 Commands, GDB/MI Variable Objects): Update to mention global
273 thread IDs.
274 * guile.texi (Breakpoints In Guile)
275 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
276 global thread IDs instead of thread IDs.
277 * python.texi (Threads In Python): Adjust documentation of
278 InferiorThread.num.
279 (Breakpoint.thread): Mention global thread IDs instead of thread
280 IDs.
281
282 2016-01-13 Pedro Alves <palves@redhat.com>
283
284 * python.texi (Threads In Python): Document
285 InferiorThread.inferior.
286
287 2016-01-13 Pedro Alves <palves@redhat.com>
288
289 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
290 convenience variable.
291 (Convenience Vars): Likewise.
292
293 2016-01-12 Josh Stone <jistone@redhat.com>
294 Philippe Waroquiers <philippe.waroquiers@skynet.be>
295
296 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
297 (Stop Reply Packets): List the syscall entry and return stop reasons.
298 (General Query Packets): Describe QCatchSyscalls, and add it to the
299 table and the detailed list of stub features.
300
301 2016-01-12 Pedro Alves <palves@redhat.com>
302
303 Remove use of the registered trademark symbol throughout.
304
305 2016-01-12 Yao Qi <yao.qi@linaro.org>
306
307 * gdb.texinfo (Interrupts): Update the document on handling
308 interrupt when program is stopped.
309
310 2015-12-11 Don Breazeal <donb@codesourcery.com>
311
312 * gdb.texinfo (Forks): Correct Linux kernel version where
313 fork and exec events are supported, add notes about support
314 of these events in target remote mode.
315 (Connecting): Reorganize and clarify distinctions between
316 target remote, extended-remote, and multiprocess.
317 Reorganize related text from separate sections into new
318 sections.
319 (Server): Note effects of target extended-remote mode.
320 Delete section on Multi-Process Mode for gdbserver.
321 Move some text to "Connecting" node.
322
323 2015-12-10 Pedro Alves <palves@redhat.com>
324
325 * gdb.texinfo (Threads): Replace warning with explanation
326 about single-threaded programs.
327
328 2015-12-10 Pedro Alves <palves@redhat.com>
329
330 * gdb.texinfo (Threads): Remove mention of SGI.
331 (Forks): Remove mention of HP-UX.
332 (Breakpoints): Remove mention of HP-UX.
333 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
334 Reword in terms of architectures.
335 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
336 mention supported systems.
337 (Convenience Vars): Don't mention HP-UX.
338 (Jumping): Remove mention of HP-UX in comment.
339 (Files) <shared libraries>: Update supported shared library types
340 list. Remove mention of HP-UX.
341 (Native): Remove HP-UX subsection.
342 (SVR4 Process Information): Remove mention of HP-UX.
343
344 2015-12-10 Pedro Alves <palves@redhat.com>
345
346 * gdb.texinfo (Stack): Reorder menu.
347
348 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
349
350 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
351 -var-set-format's new zero-hexadecimal format.
352
353 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
354
355 * gdb.texinfo (Ada Mode Into): Move overloading support
356 description to its own node.
357 (Overloading support for Ada): New node.
358
359 2015-11-30 Pedro Alves <palves@redhat.com>
360
361 PR 14618
362 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
363 (Remote Configuration): Add the "set/show remote
364 no-resumed-stop-reply" to the available settings table.
365 (General Query Packets): Document the "no-resumed" qSupported
366 feature.
367
368 2015-11-30 Pedro Alves <palves@redhat.com>
369
370 * gdb.texinfo (Remote Configuration): List "set/show remote
371 thread-events" command in configuration table.
372 (Stop Reply Packets): Document "T05 create" stop
373 reason and 'w' stop reply.
374 (General Query Packets): Document QThreadEvents packet. Document
375 QThreadEvents qSupported feature.
376
377 2015-11-30 Pedro Alves <palves@redhat.com>
378
379 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
380 anchor.
381 (Packets): Document vCtrlC.
382
383 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
384
385 * gdb.texinfo (Thread List Format): Mention thread names.
386
387 2015-11-24 Pedro Alves <palves@redhat.com>
388
389 PR 17539
390 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
391 program-spaces" example to ascending order listing.
392 (Threads): Adjust "info threads" example to ascending order
393 listing.
394 (Forks): Adjust "info inferiors" example to ascending order
395 listing.
396
397 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
398
399 * gdb.texinfo (Process Record and Replay): Document "record
400 instruction-history" modifiers.
401
402 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
403
404 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
405 description.
406 (Frame Filter Management): Move to later in the 'Examining the
407 Stack' chapter.
408 (Selection): Add entry for 'select-frame'.
409
410 2015-09-25 Doug Evans <dje@google.com>
411
412 * gdb.texinfo (Process Record and Replay): Fix syntax of
413 "record instruction-history begin, end" and
414 "record function-call-history begin, end".
415
416 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
417
418 * gdb.texinfo (Specifying Source Directories): Fix
419 substitute-path example.
420
421 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
422
423 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
424
425 2015-09-15 Pedro Alves <palves@redhat.com>
426
427 PR remote/18965
428 * gdb.texinfo (Stop Reply Packets): Revert previous change to
429 the vforkdone description.
430
431 2015-09-15 Pedro Alves <palves@redhat.com>
432
433 PR remote/18965
434 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
435 part indicates the thread ID of the parent process.
436
437 2015-09-15 Yao Qi <yao.qi@linaro.org>
438
439 * gdb.texinfo (General Query Packets): Add vContSupported to
440 tables of 'gdbfeatures' and 'stub features' supported in the
441 qSupported packet, as well as to the list containing stub
442 feature details.
443
444 2015-09-11 Don Breazeal <donb@codesourcery.com>
445
446 * gdb.texinfo (Remote Configuration): Add exec event
447 feature to table of packet settings.
448 (Stop Reply Packets): Add exec events to the list of stop
449 reasons.
450 (General Query Packets): Add exec events to tables of
451 'gdbfeatures' and 'stub features' supported in the qSupported
452 packet, as well as to the list containing stub feature
453 details.
454
455 2015-08-24 Pedro Alves <palves@redhat.com>
456
457 * gdb.texinfo (Remote Configuration): Document the "set/show
458 remote multiprocess-extensions-packet" commands.
459
460 2015-08-24 Pedro Alves <palves@redhat.com>
461
462 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
463 <M32R>: Remove references to M32R/D.
464 <M68K>: Remove references to target dbug.
465 <MIPS Embedded>: Remove references to target r3900 and target
466 array.
467 <PowerPC Embedded>: Remove references to target dink32 and target
468 ppcbug, target sds
469 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
470
471 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
474
475 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
478
479 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.texinfo (Maintenance Commands): Move documentation of "main
482 info bfds" to...
483 (File Caching): A New section. Outline bfd caching, and add new
484 description for "main set/show bfd-sharing".
485
486 2015-08-14 Doug Evans <xdje42@gmail.com>
487
488 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
489 disassembly.
490 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
491
492 2015-08-11 Keith Seitz <keiths@redhat.com>
493
494 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
495 Use "location(s)"instead of "linespec(s)".
496 (Specifying a Location): Rewrite.
497 Add subsections describing linespec, address, and explicit locations.
498 Add node/menu for each subsection.
499 (Source and Machine Code, C Preprocessor Macros)
500 (Create and Delete Trace points)
501 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
502 (Continuing at a Different Address): Remove "linespec" examples.
503 Add reference to "Specify a Location"
504 (The -break-insert Command): Rewrite. Add anchor.
505 Add reference to appropriate manual section discussing locations.
506 (The -dprintf-insert Command): Refer to -break-insert for
507 specification of 'location'.
508
509 2015-08-07 Pedro Alves <palves@redhat.com>
510
511 * gdb.texinfo (Maintenance Commands): Document "maint set/show
512 target-non-stop".
513
514 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
515
516 * gdb.texinfo (Process Record and Replay): Document prefixing of
517 speculatively executed instructions in the "record instruction-history"
518 command.
519
520 2015-07-20 Doug Evans <dje@google.com>
521
522 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
523
524 2015-07-16 Doug Evans <dje@google.com>
525
526 * stabs.texinfo: @include gdb-cfg.texi.
527
528 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 Revert the previous 2 commits:
531 gdbserver build-id attribute generator
532 Validate symbol file using build-id
533
534 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 * gdb.texinfo (Files): Add 'set validate-build-id'
537 and 'show validate-build-id'.
538
539 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
540 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 gdbserver build-id attribute generator.
543 * gdb.texinfo (Library List Format for SVR4 Targets): Add
544 'build-id' in description, example, new attribute in dtd.
545
546 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * gdb.texinfo (Selection): Update documentation for 'frame'
549 command.
550
551 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
552
553 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
554 commands.
555
556 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
557
558 * gdb.texinfo (Process Record and Replay): Spell out that variables
559 and registers are not available during btrace replay.
560 Describe the new "record btrace pt" command.
561 Describe the new "set|show record btrace pt buffer-size" options.
562 (General Query Packets): Describe the new Qbtrace:pt and
563 Qbtrace-conf:pt:size packets.
564 Expand "bts" to "Branch Trace Store".
565 Update the branch trace DTD.
566
567 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
568
569 * gdb.texinfo (Command History): Document the new option
570 "history remove-duplicates".
571
572 2015-06-19 Doug Evans <dje@google.com>
573
574 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
575 longer supported.
576
577 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
578
579 * gdb.texinfo (Command History): Mention that setting
580 GDBHISTSIZE to the empty string disables history truncation.
581
582 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
583
584 PR gdb/16999
585 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
586 behavior.
587
588 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
589
590 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
591 with GDBHISTSIZE.
592
593 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
594
595 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
596 bytes and memory units for -data-{read,write}-memory-bytes.
597 (Packets): Same for m, M and X packets.
598 * python.texi (Inferiors In Python): Same for read_memory and
599 write_memory.
600
601 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
602
603 * gdb.texinfo (Separate Debug Files): Document that PE is also
604 supported.
605
606 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
609 single table entry.
610
611 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
612
613 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
614
615
616 2015-06-10 Gary Benson <gbenson@redhat.com>
617
618 * gdb.texinfo (Remote Configuration): Document the
619 "set/show remote hostio-setfs-packet" command.
620 (Host I/O Packets): Document the vFile:setfs packet.
621
622 2015-06-10 Gary Benson <gbenson@redhat.com>
623
624 * gdb.texinfo (Debugging Output): Document the "set/show debug
625 linux-namespaces" command.
626
627 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
628 Mircea Gherzan <mircea.gherzan@intel.com>
629
630 * gdb.texinfo (i386): Add documentation about "show mpx bound"
631 and "set mpx bound".
632
633 2015-05-27 Doug Evans <dje@google.com>
634
635 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
636
637 2015-05-26 Doug Evans <dje@google.com>
638
639 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
640 command renamings.
641 (Maintenance Commands): Update for DWARF "set debug" command renamings.
642
643 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
646
647 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
650 (TUI Commands): Add 'tui enable' and 'tui disable' details.
651
652 2015-05-16 Doug Evans <xdje42@gmail.com>
653
654 * guile.texi (Memory Ports in Guile): Document support for unbuffered
655 memory ports.
656
657 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
660
661 2015-05-12 Don Breazeal <donb@codesourcery.com>
662
663 * gdb.texinfo (Forks): Note that fork debugging is
664 supported in extended mode.
665 (Remote Configuration): Add fork event features to table
666 of packet settings.
667 (Stop Reply Packets): Add fork events to list of stop reasons.
668 (General Query Packets): Add fork events to tables of
669 'gdbfeatures' and 'stub features' supported in the qSupported
670 packet, as well as to the list containing stub feature
671 details.
672
673 2015-05-12 Gary Benson <gbenson@redhat.com>
674
675 * gdb.texinfo (General Query Packets): Document
676 qXfer:exec-file:read with empty annex.
677
678 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
679
680 * python.texi (Values From Inferior): Add descriptions of new
681 methods gdb.Value.reference_value and gdb.Value.const_value.
682
683 2015-05-06 Joel Brobecker <brobecker@adacore.com>
684
685 * gdb.texinfo (Files): Add "info dll" documentation.
686 (Cygwin Native): Remove "info dll" documentation.
687
688 2015-04-29 Doug Evans <dje@google.com>
689
690 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
691 Document.
692 (Writing an Xmethod): Add get_result_type to example.
693
694 2015-04-28 Sasha Smundak <asmundak@google.com>
695
696 * python.texi: New method documented.
697
698 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
701 format.
702
703 2015-04-24 Doug Evans <dje@google.com>
704
705 * python.texi (Xmethods In Python): Fix name of method to call the
706 xmethod.
707
708 2015-04-17 Gary Benson <gbenson@redhat.com>
709
710 * gdb.texinfo (Connecting to a Remote Target): Mention that
711 GDB can access program files from remote targets that support
712 qXfer:exec-file:read and Host I/O packets.
713
714 2015-04-17 Gary Benson <gbenson@redhat.com>
715
716 * gdb.texinfo (Remote Configuration): Document the "set/show
717 remote pid-to-exec-file-packet" command.
718 (General Query Packets): Document the qXfer:exec-file:read
719 qSupported features. Document the qXfer:exec-file:read packet.
720
721 2015-04-17 Gary Benson <gbenson@redhat.com>
722
723 * gdb.texinfo (set sysroot): Document that "set sysroot" also
724 applies to executable paths if supplied to GDB as absolute.
725
726 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
727
728 * gdb.texinfo (Mode Options): Remove -xdb.
729
730 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
731 Eli Zaretskii <eliz@gnu.org>
732
733 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
734 compile, show debug compile. New subsection Compilation options for
735 the compile command. New subsection Compiler search for the compile
736 command.
737
738 2015-04-09 Andy Wingo <wingo@igalia.com>
739
740 * guile.texi (Frames In Guile): Describe frame-read-register.
741
742 2015-04-02 Gary Benson <gbenson@redhat.com>
743
744 * gdb.texinfo (set sysroot): Document "target:".
745
746 2015-04-01 Sasha Smundak <asmundak@google.com>
747
748 * doc/python.texi (Writing a Frame Unwinder in Python): Add
749 section.
750
751 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
752
753 PR corefiles/16092
754 * gdb.texinfo (gcore): Mention new command 'set
755 use-coredump-filter'.
756 (set use-coredump-filter): Document new command.
757
758 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
759
760 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
761 documentation, reorder the info os entries in alphabetical order.
762
763 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
764
765 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
766 -data-write-memory-bytes.
767
768 2015-03-24 Pedro Alves <palves@redhat.com>
769
770 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
771 mention that threads may sometimes run unlocked.
772
773 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
774
775 * gdb.texinfo (Remote configuration): Document "set/show
776 serial parity" command.
777
778 2015-03-18 Gary Benson <gbenson@redhat.com>
779
780 * gdb.texinfo (General Query Packets): Remove documentation
781 for now-removed vFile:fstat qSupported features.
782
783 2015-03-11 Gary Benson <gbenson@redhat.com>
784
785 * gdb.texinfo (Remote Configuration): Document the
786 "set/show remote hostio-fstat-packet" command.
787 (General Query Packets): Document the vFile:fstat
788 qSupported features.
789 (Host I/O Packets): Document the vFile:fstat packet.
790
791 2015-03-11 Andy Wingo <wingo@igalia.com>
792
793 * guile.texi (Objfiles In Guile): Document objfile-progspace.
794
795 2015-03-04 Pedro Alves <palves@redhat.com>
796
797 * gdb.texinfo (Remote Configuration): Document the "set/show
798 remote swbreak-feature-packet" and "set/show remote
799 hwbreak-feature-packet" commands.
800 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
801 decription.
802 (Stop Reply Packets): Document the swbreak and hwbreak stop
803 reasons.
804 (General Query Packets): Document the swbreak and hwbreak
805 qSupported features.
806 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
807
808 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
809
810 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
811 under *stopped.
812
813 2015-03-02 Doug Evans <xdje42@gmail.com>
814
815 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
816
817 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
818
819 * gdb.texinfo (S/390 and System z Features): Describe new feature
820 "org.gnu.gdb.s390.vx".
821
822 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
823
824 PR gdb/18008
825 * gdb.texinfo (maint internal-error, maint internal-warning, maint
826 demangler-warning): Fix typo ("problam").
827
828 2015-02-19 David Taylor <dtaylor@emc.com>
829
830 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
831
832 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
833
834 * gdb.texinfo (Static Probe Points): Add cindex `static probe
835 point, DTrace'.
836 (Static Probe Points): Modified to cover DTrace probes in addition
837 to SystemTap probes. Also modified to cover the `enable probe'
838 and `disable probe' commands.
839
840 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
841
842 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
843 `disable probe' commands.
844
845 2015-02-12 David Taylor <dtaylor@emc.com>
846
847 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
848 fields of the QTDV packet.
849
850 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
851
852 * gdb.texinfo (Branch Trace Configuration Format): Add size.
853 (Process Record and Replay): Describe new set|show commands.
854 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
855
856 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
857
858 * gdb.texinfo (Process Record and Replay): Describe the "record
859 btrace bts" command.
860 (General Query Packets): Describe qXfer:btrace-conf:read packet.
861 (Branch Trace Configuration Format): New.
862
863 2015-01-31 Gary Benson <gbenson@redhat.com>
864 Doug Evans <dje@google.com>
865
866 * gdb.texinfo (Command Completion): Document new
867 "set/show max-completions" option.
868
869 2015-01-31 Doug Evans <xdje42@gmail.com>
870
871 * gdb.texinfo (Symbols): Document new commands
872 "maint print symbol-cache", "maint print symbol-cache-statistics",
873 "maint flush-symbol-cache". Document new option
874 "maint set symbol-cache-size".
875
876 2015-01-31 Doug Evans <xdje42@gmail.com>
877
878 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
879 distinguish script files vs inlined scripts.
880 * python.texi (Python Auto-loading): Ditto.
881
882 2015-01-30 Doug Evans <dje@google.com>
883
884 * gdb.texinfo (Symbols) <info source>: Output now contains producer
885 string if present.
886
887 2015-01-27 Doug Evans <dje@google.com>
888
889 * python.texi (Objfiles In Python): Document Objfile.username.
890
891 2015-01-27 Doug Evans <dje@google.com>
892
893 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
894 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
895
896 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
897
898 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
899
900 2015-01-16 Eli Zaretskii <eliz@gnu.org>
901
902 * doc/gdb.texinfo (TUI Commands): Document the possible
903 values of NAME argument to 'winheight' command. Explain the
904 effect of 'tabset' setting better.
905
906 2015-01-11 Doug Evans <xdje42@gmail.com>
907
908 PR gdb/15830
909 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
910 (Symbols): Ditto.
911 (Maintenance Commands): Delete docs for "maint demangle".
912
913 2014-12-31 Joel Brobecker <brobecker@adacore.com>
914
915 * gdb.texinfo (Files): Remove documentation of the
916 "add-shared-symbol-files" and "assf" commands.
917 (Cygwin Native): Remove documentation of the "dll-symbols"
918 command.
919
920 2014-12-17 Doug Evans <xdje42@gmail.com>
921
922 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
923
924 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
925 Jan Kratochvil <jan.kratochvil@redhat.com>
926
927 * gdb.texinfo (Altering): Update.
928 (Compiling and Injecting Code): New node.
929
930 2014-12-12 Doug Evans <dje@google.com>
931
932 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
933
934 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
935
936 * gdb.texinfo: Document "maint print user-registers".
937
938 2014-12-08 Doug Evans <dje@google.com>
939
940 * python.texi (Objfiles In Python): Document Objfile.owner.
941
942 2014-12-04 Doug Evans <dje@google.com>
943
944 * python.texi (Objfiles In Python): Document
945 Objfile.add_separate_debug_file.
946
947 2014-12-04 Doug Evans <dje@google.com>
948
949 * python.texi (Objfiles In Python): Document Objfile.build_id.
950
951 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
952
953 * python.texi (Events In Python): Document new events
954 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
955 and RegisterChangedEvent.
956
957 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 Add add-auto-load-scripts-directory.
960 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
961 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
962
963 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
964
965 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
966 description typo.
967
968 2014-10-30 Doug Evans <dje@google.com>
969
970 * python.texi (Progspaces In Python): Document ability to add
971 random attributes to gdb.Progspace objects.
972 (Objfiles In Python): Document ability to add random attributes to
973 gdb.objfile objects.
974
975 2014-10-27 Pedro Alves <palves@redhat.com>
976
977 * gdb.texinfo (Continuing and Stepping): Add cross reference to
978 info on stepping and signal handlers.
979 (Signals): Explain stepping and signal handlers. Add context
980 index entry, and cross references.
981
982 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
983
984 * python.texi (Breakpoints In Python): Add parenthesis after
985 Breakpoint.delete. Clarify Breakpoint.enabled description so
986 that it contains "disable".
987
988 2014-10-17 Doug Evans <dje@google.com>
989
990 * python.texi (Events In Python): Document clear_objfiles event.
991
992 2014-10-17 Doug Evans <dje@google.com>
993
994 * python.texi (Objfiles In Python): Document new progspace attribute.
995
996 2014-10-17 Pedro Alves <palves@redhat.com>
997
998 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
999 (SVR4 Process Information): Delete mention of OSF/1.
1000
1001 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1002
1003 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1004 exit-code field in -list-thread-groups output.
1005
1006 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1007
1008 * gdb.texinfo (Set Breaks): Add missing "@end table".
1009
1010 2014-09-22 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1013 always-inserted off" is the default mode now. Delete
1014 documentation of "set breakpoint always-inserted auto".
1015
1016 2014-09-18 Doug Evans <dje@google.com>
1017
1018 * python.texi (Symbol Tables In Python): Document "producer"
1019 attribute of gdb.Symtab objects.
1020
1021 2014-09-16 Pedro Alves <palves@redhat.com>
1022
1023 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1024 (Embedded OS): Remove VxWorks menu entry.
1025 (VxWorks): Remove node.
1026
1027 2014-09-13 Doug Evans <xdje42@gmail.com>
1028
1029 * gdb.texinfo (Signaling): Document new queue-signal command.
1030
1031 2014-09-06 Doug Evans <xdje42@gmail.com>
1032
1033 PR 15276
1034 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1035 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1036
1037 2014-09-03 Justin Lebar <jlebar@google.com>
1038
1039 * python.texi (Types In Python): Type.template_argument(n) returns a
1040 gdb.Value or a gdb.Type and throws an exception if n is out of
1041 range.
1042
1043 2014-09-03 Sasha Smundak <asmundak@google.com>
1044
1045 * python.texi (Frames in Python): Add read_register description.
1046
1047 2014-08-04 Tom Tromey <tromey@redhat.com>
1048
1049 * gdb.texinfo (Debugging Output): Update for change to "set debug
1050 target".
1051
1052 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1053
1054 Pushed by Joel Brobecker <brobecker@adacore.com>.
1055 * Makefile.in (transform): New variable.
1056 (install-man1, install-man5): Apply $(transform) to man file names.
1057
1058 2014-07-26 Doug Evans <xdje42@gmail.com>
1059
1060 PR guile/17177
1061 * guile.texi (Guile Pretty Printing API): Fix typo.
1062 Document set-pretty-printers!, pretty-printers.
1063 (Selecting Guile Pretty-Printers): Update.
1064 Mention program-space based pretty-printers.
1065
1066 2014-07-25 Pedro Alves <palves@redhat.com>
1067 Eli Zaretskii <eliz@gnu.org>
1068
1069 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1070 with multi-threaded programs.
1071
1072 2014-06-27 Yao Qi <yao@codesourcery.com>
1073
1074 * gdb.texinfo (Maintenance Commands): Update the output of
1075 'maint print dummy-frames' command.
1076
1077 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1078
1079 * gdb.texinfo (Screen Size): Improve indexing.
1080
1081 2014-06-19 Gary Benson <gbenson@redhat.com>
1082
1083 * gdb.texinfo (Maintenance Commands): Document new
1084 "maint set/show catch-demangler-crashes" option.
1085
1086 2014-06-19 Gary Benson <gbenson@redhat.com>
1087
1088 * gdb.texinfo (Maintenance Commands): Document new
1089 "maint demangler-warning" command and new
1090 "maint set/show demangler-warning" option.
1091
1092 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1093
1094 * python.texi (Xmethod API): Add space before the opening
1095 parenthesis in function descriptions.
1096
1097 2014-06-06 Doug Evans <xdje42@gmail.com>
1098
1099 * guile.texi (Guile Configuration): Document guile-data-directory.
1100
1101 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1102
1103 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1104
1105 2014-06-04 Doug Evans <xdje42@gmail.com>
1106
1107 * guile.texi (Breakpoints In Guile): Update.
1108
1109 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1110
1111 * python.texi (Xmethod API): Fix reference to "Progspaces In
1112 Python".
1113
1114 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1115
1116 * python.texi (Xmethods In Python, XMethod API)
1117 (Writing an Xmethod): New nodes.
1118 (Python API): New menu entries "Xmethods In Python",
1119 "Xmethod API", "Writing an Xmethod".
1120
1121 2014-06-02 Doug Evans <xdje42@gmail.com>
1122
1123 * guile.texi (Guile API): Add entry for Parameters In Guile.
1124 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1125 (Parameters In Guile): New node.
1126
1127 2014-06-02 Doug Evans <xdje42@gmail.com>
1128
1129 * guile.texi (Guile API): Add entry for Commands In Guile.
1130 (Basic Guile) <parse-and-eval>: Add reference.
1131 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1132 (GDB Scheme Data Types): Mention <gdb:command> object.
1133 (Commands In Guile): New node.
1134
1135 2014-06-02 Doug Evans <xdje42@gmail.com>
1136
1137 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1138 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1139 (Progspaces In Guile): New node.
1140
1141 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1142
1143 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1144 * python.texi (Frames In Python): Mention
1145 gdb.FRAME_UNWIND_MEMORY_ERROR.
1146
1147 2014-05-29 Pedro Alves <palves@redhat.com>
1148 Tom Tromey <tromey@redhat.com>
1149
1150 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1151 from example.
1152 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1153 Mention that target-async is now deprecated.
1154 (Maintenance Commands): Document maint set/show target-async.
1155
1156 2014-05-29 Pedro Alves <palves@redhat.com>
1157
1158 * observer.texi (sync_execution_done, command_error): New
1159 subjects.
1160
1161 2014-05-29 Pedro Alves <palves@redhat.com>
1162
1163 PR gdb/13860
1164 * observer.texi (signal_received, end_stepping_range)
1165 (signal_exited, exited, no_history): New observer subjects.
1166
1167 2014-05-26 Andy Wingo <wingo@igalia.com>
1168
1169 * guile.texi (GDB Scheme Data Types): Remove documentation for
1170 removed interfaces. Update spelling of gdb-object-kind.
1171
1172 2014-05-26 Andy Wingo <wingo@igalia.com>
1173
1174 * guile.texi (Basic Guile): Fix some typos.
1175
1176 2014-05-26 Andy Wingo <wingo@igalia.com>
1177
1178 * guile.texi (Writing a Guile Pretty-Printer)
1179 (Guile Types Module): Fix excess parentheses in use-modules forms.
1180
1181 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1182
1183 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1184 (Breakpoints In Guile, Guile Printing Module)
1185 (Guile Exception Handling, Values From Inferior In Guile)
1186 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1187 Don't use @var at the beginning of a sentence.
1188
1189 * gdb.texinfo (Frame Filter Management, Trace Files)
1190 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1191 (PowerPC Embedded, Define, Annotations for Running)
1192 (IPA Protocol Commands, Packets, General Query Packets)
1193 (Tracepoint Packets, Notification Packets, Environment)
1194 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1195 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1196 (Frames, Backtrace, Selection, Expressions, Registers)
1197 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1198 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1199 (Source Annotations, Using JIT Debug Info Readers, Packets)
1200 (Stop Reply Packets, Host I/O Packets)
1201 (Target Description Format): Don't use @var at the beginning of a
1202 sentence.
1203
1204 * python.texi (Basic Python, Types In Python)
1205 (Commands In Python, Frames In Python, Line Tables In Python)
1206 (Breakpoints In Python, gdb.printing, gdb.types)
1207 (Type Printing API): Don't use @var at the beginning of a
1208 sentence.
1209
1210 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1211
1212 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1213 replay-memory-access".
1214
1215 2014-05-21 Pedro Alves <palves@redhat.com>
1216
1217 * gdb.texinfo (Starting): Document "set/show
1218 auto-connect-native-target".
1219 (Target Commands): Document "target native".
1220
1221 2014-05-20 Pedro Alves <palves@redhat.com>
1222
1223 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1224 not be remote specific. Add cross reference to the qCRC packet.
1225 (Separate Debug Files): Update cross reference to the qCRC packet.
1226 (General Query Packets) <qCRC packet>: Add anchor.
1227
1228 2014-05-17 Doug Evans <xdje42@gmail.com>
1229
1230 Copy over changes from guile.texi.
1231 * python.texi (Basic Python) <gdb.execute>: Add text.
1232 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1233 (Values From Inferior) <Python string>: Add text.
1234 (Values From Inferior) <Value.string>: Clarify string length handling.
1235 (Pretty Printing API): Add cindex.
1236 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1237 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1238 @vindex.
1239 (Commands In Python) <COMPLETE_*>: Similarly.
1240 (Symbols In Python) <SYMBOL_*>: Similarly.
1241 (Breakpoints In Python) <WP_*>: Similarly.
1242 (Breakpoints In Python) <BP_*>: Similarly.
1243
1244 2014-05-17 David Taylor <dtaylor@emc.com>
1245
1246 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1247 mentioned in the qfThreadInfo reply.
1248
1249 2014-05-16 Doug Evans <dje@google.com>
1250
1251 * gdb.texinfo (Mode Options): Add -D.
1252
1253 2014-05-09 Samuel Bronson <naesten@gmail.com>
1254
1255 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1256 "make -C".
1257
1258 2014-04-29 Tom Tromey <tromey@redhat.com>
1259
1260 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1261 "show debug varobj".
1262
1263 2014-05-01 David Taylor <dtaylor@emc.com>
1264
1265 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1266 option.
1267
1268 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1269 Walfred Tedeschi <walfred.tedeschi@intel.com>
1270
1271 * gdb.texinfo (i386 Features): Add description of AVX512
1272 registers.
1273
1274 2014-03-31 Doug Evans <dje@google.com>
1275
1276 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1277
1278 2014-03-30 Doug Evans <dje@google.com>
1279
1280 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1281 (Background Execution): Ditto.
1282
1283 2014-03-21 Pedro Alves <palves@redhat.com>
1284 Stan Shebs <stan@codesourcery.com>
1285 Hui Zhu <hui@codesourcery.com>
1286
1287 * gdb.texinfo (Packets): Add anchor to "? packet".
1288 Remove fixme and update introduction of "k packet".
1289 Add anchor to "vKill packet".
1290
1291 2014-03-12 Stan Shebs <stan@codesourcery.com>
1292
1293 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1294
1295 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1296
1297 * guile.texi (Basic Guile): Document 'history-append!'.
1298
1299 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1300
1301 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1302 and "assf" as being deprecated.
1303 (Cygwin Native): Likewise for "dll-symbols".
1304 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1305 as a way to force the loading of symbols from a DLL.
1306
1307 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1308
1309 * python.texi (Values From Inferior): Add description about the
1310 new feature.
1311
1312 2014-02-17 Doug Evans <xdje42@gmail.com>
1313
1314 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1315 * gdb.texinfo (Python): Moved to ...
1316 * python.texi: ... here. New file.
1317
1318 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1319
1320 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1321 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1322 parameter to 'str-lookup-function' procedure. Look for
1323 the "std::string<" prefix.
1324 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1325 Adjust description.
1326
1327 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1328
1329 * guile.texi (Values From Inferior In Guile): Remove stray
1330 parantheses for deffn.
1331 (Disassembly In Guile): Ditto.
1332
1333 2014-02-10 Stan Shebs <stan@codesourcery.com>
1334
1335 Add Doxygen support.
1336 * Makefile.in (doxy): New action, generates Doxygen files.
1337 (DOXYGEN): New.
1338 (doxyedit): New.
1339 * Doxyfile-base.in: New file.
1340 * Doxyfile-gdb-api.in: New file.
1341 * Doxyfile-gdb-xref.in: New file.
1342 * Doxyfile-gdbserver.in: New file.
1343 * doxy-index.in: New file.
1344 * filter-for-doxygen: New file.
1345 * filter-params.pl: New file.
1346
1347 2014-02-10 Doug Evans <xdje42@gmail.com>
1348
1349 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1350 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1351 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1352 (Guile docs): Include guile.texi.
1353 (objfile-gdbdotext file): Add objfile-gdb.scm.
1354 (dotdebug_gdb_scripts section): Mention Guile scripts.
1355 (Multiple Extension Languages): New node.
1356 * guile.texi: New file.
1357
1358 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1361 ignore-descriptive-types". commands.
1362
1363 2014-01-22 Doug Evans <dje@google.com>
1364
1365 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1366 (gdbserver man): Ditto.
1367
1368 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1369
1370 * gdb.texinfo: Document limited reverse/replay support
1371 for target record-btrace.
1372
1373 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1374
1375 * gdb.texinfo (Process Record and Replay): Update documentation.
1376
1377 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1378
1379 * gdb.texinfo (Process Record and Replay): Document new /c
1380 modifier accepted by "record function-call-history".
1381 Add /i modifier to "record function-call-history" example.
1382
1383 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1384 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1387 markers. Remove one that was misplaced.
1388
1389 2014-01-10 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.texinfo (Your Program's Environment) <set environment>:
1392 Mention the shell, and point at 'set exec-wrapper'.
1393
1394 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1395
1396 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1397
1398 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.texinfo (Types In Python): Clarify the documentation
1401 of attribute gdb.Field.bitpos.
1402
1403 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.texinfo (Types In Python): Fix the documentation of
1406 attribute "bitpos" in class gdb.Field for enum types. Add
1407 documentation for attribute "enumval" in that same class.
1408
1409 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1410
1411 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1412 @ftable.
1413
1414 2013-12-23 Doug Evans <xdje42@gmail.com>
1415
1416 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1417 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1418 corresponding section in Extending GDB.
1419 (Extending GDB): Move menu up. New menu item "Auto-loading
1420 extensions".
1421 (Sequences): New menu item "Auto-loading sequences".
1422 (Auto-loading sequences): New node.
1423 (Python): Rename section from Scripting GDB to Extending GDB.
1424 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1425 Move docs on ways to auto-load extensions to ...
1426 (Auto-loading extensions): ... here. New node.
1427
1428 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1429
1430 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1431 in menu.
1432 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1433 command, now in a new node.
1434 (GDB/MI Support Commands): New node, with its contents being
1435 extracted from the "GDB/MI Miscellaneous Commands" node.
1436 A small paragraph introducing the section is also added at
1437 the start.
1438 (GDB/MI Miscellaneous Commands): Delete the description of the
1439 -info-gdb-mi-command, -list-features and -list-target-features
1440 commands, now hosted in the "GDB/MI Support Commands" node.
1441
1442 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1443
1444 PR python/16113
1445 * gdb.texinfo (Values From Inferior): Add a note about using
1446 gdb.Field objects as subscripts on gdb.Value objects.
1447 (Types In Python): Add description about the new attribute
1448 "parent_type" of gdb.Field objects.
1449
1450 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1451
1452 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1453 entry for section docuumenting the -list-features GDB/MI command.
1454
1455 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1456
1457 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1458 "exec-run-start-option" entry in the output of the "-list-features"
1459 command.
1460
1461 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1462
1463 * gdb.texinfo (i386): Fix yesterday's commit.
1464
1465 2013-12-03 Tom Tromey <tromey@redhat.com>
1466
1467 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1468 documented here.
1469
1470 2013-12-03 Tom Tromey <tromey@redhat.com>
1471
1472 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1473
1474 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1475
1476 * gdb.texinfo (i386 Features): Add MPX feature registers.
1477 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1478 a subsubsection for MPX and describes the display of the
1479 boundary registers.
1480
1481 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1482
1483 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1484 documentation of the "ada-exceptions" entry.
1485
1486 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1489 "^error" result record concerning the error message. Document
1490 the error code that may also be part of that result record.
1491 (GDB/MI Miscellaneous Commands): Document the
1492 "undefined-command-error-code" element in the output of
1493 the "-list-features" GDB/MI command.
1494
1495 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1496
1497 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1498 the new -info-gdb-mi-command GDB/MI command. Document
1499 the meaning of "-info-gdb-mi-command" in the output of
1500 -list-features.
1501
1502 2013-11-29 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1505 Update comment.
1506
1507 2013-11-24 Yao Qi <yao@codesourcery.com>
1508
1509 * gdb.texinfo (Caching Remote Data): Document new
1510 "set/show stack-cache" option.
1511
1512 2013-11-24 Yao Qi <yao@codesourcery.com>
1513
1514 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1515 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1516 "off" respectively.
1517
1518 2013-11-23 Yao Qi <yao@codesourcery.com>
1519
1520 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1521 of "displayhint" to the table about child results.
1522
1523 2013-11-21 Yao Qi <yao@codesourcery.com>
1524
1525 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1526 'dynamic' for the output of command -var-list-children.
1527
1528 2013-11-21 Yao Qi <yao@codesourcery.com>
1529
1530 * gdb.texinfo (Caching Target Data): Remove "see" before
1531 @pxref.
1532
1533 2013-11-20 Yao Qi <yao@codesourcery.com>
1534
1535 * gdb.texinfo (Caching Target Data): Update doc for
1536 per-address-space dcache.
1537
1538 2013-11-20 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.texinfo (Data): Rename menu item.
1541 (Caching Remote Data): Rename to ...
1542 (Caching Target Data): ... it. Update.
1543
1544 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1545
1546 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1547 "language-option" entry in the output of the "-list-features"
1548 command.
1549
1550 2013-11-15 Tom Tromey <tromey@redhat.com>
1551
1552 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1553 Add example.
1554
1555 2013-11-14 Tom Tromey <tromey@redhat.com>
1556
1557 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1558
1559 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1562 (Context management): Place current subsection text into its own
1563 subsubsection. Add new subsubsection describing the "--language"
1564 command option.
1565
1566 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1567
1568 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1569 the documentation of "info-ada-exceptions" in the output
1570 of the "-list-features" command. Add the documentation
1571 of the "ada-exception" entry instead.
1572
1573 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1574
1575
1576 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1577 word of a couple of sentences to start with a capital letter.
1578
1579 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1580
1581 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1582 (Ada Exceptions): New node.
1583 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1584 Commands" node.
1585 (GDB/MI Ada Exceptions Commands): New node.
1586 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1587 field in the output of the "-list-features" command.
1588 * NEWS: Add entry for the new "info exceptions" CLI command,
1589 and for the new "-info-ada-exceptions" GDB/MI command.
1590
1591 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1592
1593 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1594 (Line Tables In Python): New node.
1595
1596 2013-11-08 Doug Evans <dje@google.com>
1597
1598 * gdb.texinfo (Debugging Output): Update text for
1599 "set debug dwarf2-read".
1600
1601 2013-11-08 Doug Evans <dje@google.com>
1602
1603 * gdb.texinfo (Debugging Output): Update text for
1604 "set debug symtab-create".
1605
1606 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1607
1608 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1609 constant.
1610
1611 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1612
1613 * gdb.texinfo (Breakpoints In Python): Document temporary
1614 option in breakpoint constructor, and add documentation to the
1615 temporary attribute.
1616
1617 2013-11-07 Yao Qi <yao@codesourcery.com>
1618
1619 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1620 output of "-var-info-expression".
1621
1622 2013-11-06 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1625 non-interactive mode.
1626 (Environment) <shell startup files warning>: Mention
1627 non-interactive mode. Mention .zshenv for Z shell, and talk about
1628 BASH_ENV instead of .bashrc for BASH.
1629
1630 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1631
1632 * gdb.texinfo (Commands to Specify Files): Add description
1633 of the remove-symbol-file command.
1634 * observer.texi: New free_objfile event
1635
1636 2013-10-24 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1639
1640 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1641
1642 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1643 New subsection inside which the "-catch-load" and "-catch-unload"
1644 commands documentation is now placed.
1645 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1646 documenting the "-catch-assert" and "-catch-exception" new
1647 GDB/MI commands.
1648
1649 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1650
1651 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1652
1653 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1656 serial baud".
1657 (Remote Configuration): Replace "set remotebaud" by "set serial
1658 baud". Replace "show remotebaud" by "show serial baud".
1659
1660 2013-10-07 Pedro Alves <palves@redhat.com>
1661
1662 PR breakpoints/11568
1663 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1664 when the thread is removed from the thread list.
1665
1666 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1667
1668 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1669 Update entry for $_exitcode.
1670
1671 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1672
1673 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1674 new "--start" option.
1675
1676 2013-10-02 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.texinfo (Registers): Expand description of saved registers
1679 in frames. Explain <not saved>.
1680
1681 2013-09-25 Doug Evans <dje@google.com>
1682
1683 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1684
1685 2013-09-16 Stan Shebs <stan@codesourcery.com>
1686
1687 Remove the internals manual gdbint.texinfo.
1688 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1689 (PDFFILES): Remove gdbint.pdf.
1690 (HTMLFILES): Remove gdbint/index.html.
1691 (HTMLFILES_INSTALL): Remove gdbint.
1692 (GDBINT_DOC_FILES): Remove.
1693 (dvi): Remove gdbint.dvi.
1694 (ps): Remove gdbint.ps.
1695 * gdbint.texinfo: Remove file.
1696 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1697
1698 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1699
1700 * gdb.texinfo (Convenience Functions): Mention new convenience
1701 function $_isvoid.
1702
1703 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1704
1705 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1706 (Standard Target Features): Add new node to menu.
1707 (S/390 and System z Features): New node.
1708
1709 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1710
1711 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1712 -list-target-features in the example.
1713
1714 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1715
1716 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1717 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1718
1719 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1720
1721 Sync documentation with gdb.base/gnu-debugdata.exp.
1722 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1723
1724 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1725
1726 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1727
1728 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1729 Yao Qi <yao@codesourcery.com>
1730
1731 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1732 Document new --skip-unavailable option.
1733 <-stack-list-variables>: Document new --skip-unavailable option.
1734
1735 2013-08-26 Doug Evans <dje@google.com>
1736
1737 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1738 an optional regexp.
1739
1740 2013-08-13 Tom Tromey <tromey@redhat.com>
1741
1742 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1743 Document GDB_PARALLEL and GDB_INOTIFY.
1744
1745 2013-08-09 Stan Shebs <stan@codesourcery.com>
1746
1747 * LRS: Remove file, describes a long-abandoned live-range
1748 splitting extension to stabs.
1749
1750 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1751
1752 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1753
1754 2013-07-17 Doug Evans <dje@google.com>
1755
1756 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1757
1758 2013-07-02 Tom Tromey <tromey@redhat.com>
1759
1760 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1761
1762 2013-06-28 Tom Tromey <tromey@redhat.com>
1763
1764 * Makefile.in (version.subst): Use version.in, not
1765 common/version.in.
1766 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1767 Likewise.
1768
1769 2013-06-27 Pedro Alves <palves@redhat.com>
1770
1771 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1772 dynamic symbol resolution code>: New section, based on infrun.c
1773 comment.
1774
1775 2013-06-26 Tom Tromey <tromey@redhat.com>
1776
1777 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1778 Update.
1779 (Releasing GDB): Likewise.
1780
1781 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1782 Yao Qi <yao@codesourcery.com>
1783
1784 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1785 -trace-frame-collected.
1786
1787 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1788
1789 * gdb.texinfo (Traceframe Info Format): Document tvar element
1790 and its attributes.
1791
1792 2013-06-25 Yao Qi <yao@codesourcery.com>
1793
1794 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1795
1796 2013-06-24 Tom Tromey <tromey@redhat.com>
1797
1798 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1799 (GDBvn.texi): Use version.subst.
1800 (version.subst): New target.
1801 (mostlyclean): Remove version.subst.
1802
1803 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1804
1805 * gdb.texinfo (GDB/MI Data Manipulation)
1806 <-data-list-register-values>: Document the --skip-unavailable
1807 option.
1808
1809 2013-06-07 Yao Qi <yao@codesourcery.com>
1810
1811 * gdb.texinfo (Symbols): Add kindex and cindex for
1812 'maint print msymbols'.
1813
1814 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1815
1816 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1817 response field name (thread-group to inferior).
1818
1819 2013-06-04 Gary Benson <gbenson@redhat.com>
1820
1821 * gdb.texinfo (General Query Packets/qSupported): Added
1822 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1823 to the table of currently defined stub features.
1824 Added a more detailed entry for "augmented-libraries-svr4-read".
1825 (General Query Packets/qXfer:libraries-svr4:read): Documented
1826 the augmented form of this packet.
1827
1828 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1829
1830 * gdb.texinfo (System-wide Configuration Scripts): Renames
1831 "Installed System-wide Configuration Scripts". Add associated
1832 @menu block.
1833
1834 2013-05-23 Yao Qi <yao@codesourcery.com>
1835 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.texinfo (Packets): Document 'vCont;r'.
1838 (Continuing and Stepping): Document target-assisted range
1839 stepping, and the 'set range-stepping' and 'show range-stepping'
1840 commands.
1841
1842 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdb.texinfo (Installed System-wide Configuration Scripts):
1845 Add subsection describing the scripts now available under
1846 the data-dir's system-gdbbinit subdirectory.
1847 * NEWS: Add entry announcing the availability of system-wide
1848 configuration scripts for ElinOS and Wind River Linux.
1849
1850 2013-05-21 Hui Zhu <hui@codesourcery.com>
1851
1852 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1853 "-dprintf-insert" command.
1854
1855 2013-05-17 Doug Evans <dje@google.com>
1856
1857 * gdb.texinfo (Maintenance Commands): Update doc for
1858 "maint check-psymtabs". Add doc for "maint check-symtabs",
1859 "maint expand-symtabs".
1860
1861 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1862
1863 * gdb.texinfo (Process Record and Replay): Document the
1864 "record goto" command and its sub-commands.
1865
1866 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1867
1868 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1869 (Python API): Add Frame Filters API, Frame Wrapper API,
1870 Writing a Frame Filter/Wrapper, Managing Management of Frame
1871 Filters chapter entries.
1872 (Frame Filters API): New Node.
1873 (Frame Wrapper API): New Node.
1874 (Writing a Frame Filter): New Node.
1875 (Managing Frame Filters): New Node.
1876 (Progspaces In Python): Add note about frame_filters attribute.
1877 (Objfiles in Python): Ditto.
1878 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1879 @anchors and --no-frame-filters option to -stack-list-variables,
1880 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1881 commands.
1882
1883 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1886 Support" subsection documenting the XML format used to transfer
1887 shared library info on AIX.
1888
1889 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1890
1891 * gdb.texinfo (Debugging Output): Add documentation of
1892 "set debug aix-solib" and "show debug aix-solib" commands.
1893
1894 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1895
1896 * gdb.texinfo (Nios II): New section.
1897 (Nios II Features): New section.
1898
1899 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1900
1901 * gdbint.texinfo (Algorithms): Remove entries documenting
1902 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1903 SOLIB_CREATE_INFERIOR_HOOK.
1904
1905 2013-04-29 Tom Tromey <tromey@redhat.com>
1906
1907 PR python/14204:
1908 * gdb.texinfo (Python API): Fix menu entry.
1909 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1910 Define global and static block. Add example. Clarify
1911 block relationship for inline functions.
1912
1913 2013-04-29 Tom Tromey <tromey@redhat.com>
1914
1915 * gdb.texinfo (Python API): Mention Python help and keyword
1916 arguments. Move pagination text to Basic Python.
1917 (Basic Python): Put pagination text here. Document
1918 close-on-exec, SIGCHLD, and SIGINT.
1919
1920 2013-04-19 Pedro Alves <palves@redhat.com>
1921
1922 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1923 "signedness" instead of "signness".
1924
1925 2013-04-19 Pedro Alves <palves@redhat.com>
1926
1927 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1928 -Wno-pointer-sign text with text on -Wpointer-sign.
1929
1930 2013-04-16 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1933 GCC that has the SDT probe points.
1934
1935 2013-04-15 Tom Tromey <tromey@redhat.com>
1936
1937 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1938 exception catchpoints.
1939
1940 2013-04-15 Tom Tromey <tromey@redhat.com>
1941
1942 * gdb.texinfo (Set Catchpoints): Document $_exception.
1943 (Convenience Vars): Mention $_exception.
1944
1945 2013-04-15 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.texinfo (Set Catchpoints): Reorganize exception
1948 catchpoints. Document "catch rethrow".
1949 (Debugging C Plus Plus): Mention "catch rethrow".
1950
1951 2013-04-15 Tom Tromey <tromey@redhat.com>
1952
1953 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1954
1955 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1956 Eli Zaretskii <eliz@gnu.org>
1957
1958 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1959 line below the sample output.
1960
1961 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1962
1963 * gdb.texinfo (Mode Options): Document '-configuration'.
1964 (Help): Document "show configuration".
1965 (Bug Reporting): Add requirements to include the configuration
1966 details in bug reports.
1967
1968 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1969
1970 * Makefile.in (MAN1S): Add gcore.1.
1971 Remove "Host, target, and site specific Makefile fragments" comment.
1972 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1973 (install-man1, uninstall-man1): Conditionalize gcore.1.
1974 (gcore.1): New.
1975 * gdb.texinfo (Man Pages): Add gcore man.
1976 (gcore man): New node.
1977
1978 2013-04-10 Pedro Alves <palves@redhat.com>
1979
1980 * gdb.texinfo (Process Record and Replay): Document that "set
1981 record full insn-number-max", "set record
1982 instruction-history-size" and "set record
1983 function-call-history-size" accept "unlimited".
1984 (Backtrace): Document that "set backtrace limit" accepts
1985 "unlimited".
1986 (List): Document that "set listsize" accepts "unlimited".
1987 (Print Settings)" Document that "set print max-symbolic-offset",
1988 "set print elements" and "set print repeats" accept "unlimited".
1989 (Starting and Stopping Trace Experiments): Document that "set
1990 trace-buffer-size" accepts "unlimited".
1991 (Remote Configuration): Document that "set tcp connect-timeout"
1992 accepts "unlimited".
1993 (Command History): Document that "set history size" accepts
1994 "unlimited".
1995 (Screen Size): Document that "set height" and "set width" accepts
1996 "unlimited". Adjust "set pagination"'s description to suggest
1997 "set height unlimited" instead of "set height 0".
1998
1999 2013-04-10 Yao Qi <yao@codesourcery.com>
2000
2001 * gdb.texinfo (Trace Files): Add "target ctf".
2002
2003 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2004
2005 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2006
2007 * Makefile.in (install-man1, install-man5, uninstall-man1)
2008 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2009
2010 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2011
2012 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2013 Eli Zaretskii <eliz@gnu.org>
2014
2015 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2016 parameters order. Remove "On some targets" for --attach. Document the
2017 --multi parameter and extended-remote command. Document all the
2018 options.
2019
2020 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2023 the list of supported languages.
2024
2025 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2028 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2029 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2030 (diststuff): Add man.
2031 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2032 (uninstall-man5): New.
2033 (STAGESTUFF): Add *.1 and *.5.
2034 (GDBvn.texi): Add SYSTEM_GDBINIT.
2035 (gdb.1, gdbserver.1, gdbinit.5): New.
2036 (maintainer-clean realclean): Add $(MANS).
2037 (install): Add install-man.
2038 (uninstall): Add uninstall-man.
2039 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2040 (@copying): Wrap it by @c man begin COPYRIGHT.
2041 (Top): Add Man Pages.
2042 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2043
2044 2013-04-02 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.texinfo (Debugging Output): Document "set/show debug
2047 aarch64", "set/show debug coff-pe-read" and "set/show debug
2048 mach-o".
2049
2050 2013-04-02 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2053 table>: Add entry for "trace-buffer-size".
2054
2055 2013-03-28 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2058 table>: Add entry for "trace-status".
2059
2060 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2061
2062 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2063 @bullet", which is invalid (makeinfo 5.1 barfs).
2064
2065 2013-03-28 Pedro Alves <palves@redhat.com>
2066
2067 PR gdb/15294
2068
2069 * gdb.texinfo (List) <set listsize>: Adjust to document that
2070 listsize 0 means no limit, and remove mention of -1.
2071
2072 2013-03-22 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.texinfo (Embedded Processors): Remove menu item
2075 "OpenRISC 1000".
2076 (OpenRISC 1000): Remove.
2077
2078 2013-03-21 Doug Evans <dje@google.com>
2079
2080 * gdb.texinfo (Maintenance Commands): Add docs for
2081 "mt set per-command {space,time,symtab} {on,off}".
2082
2083 2013-03-14 Hui Zhu <hui@codesourcery.com>
2084 Yao Qi <yao@codesourcery.com>
2085
2086 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2087
2088 2013-03-13 Keith Seitz <keiths@redhat.com>
2089
2090 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2091 "maint agent" reference to Dynamic printf.
2092
2093 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2094
2095 * gdb.texinfo (General Query Packets): Don't use colon in index
2096 entries visible to Info format.
2097
2098 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2099
2100 * gdb.texinfo (Process Record and Replay): Document record
2101 changes.
2102
2103 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2104
2105 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2106 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2107 qXfer:btrace:read.
2108
2109 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2110
2111 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2112 use colons in @anchor and @cindex entries.
2113
2114 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2115
2116 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2117
2118 2013-03-08 Stan Shebs <stan@codesourcery.com>
2119 Hafiz Abid Qadeer <abidh@codesourcery.com>
2120
2121 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2122 trace-buffer-size set and show commands.
2123 (Tracepoint Packets): Document QTBuffer:size.
2124 (General Query Packets): Document QTBuffer:size.
2125
2126 2013-02-21 Tom Tromey <tromey@redhat.com>
2127
2128 * gdb.texinfo: Remove bad @syncodeindex.
2129 (Values From Inferior, Types In Python, Inferiors In Python)
2130 (Events In Python, Threads In Python, Frames In Python, Blocks In
2131 Python, Symbols In Python, Symbol Tables In Python): Remove
2132 @tables.
2133 (Packets, General Query Packets, Tracepoint Packets)
2134 (Host I/O Packets): Use @w{} for empty @item.
2135
2136 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2137
2138 * gdb.texinfo (Architectures In Python): Add description about
2139 the new method gdb.Architecture.disassemble.
2140
2141 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2142 Hafiz Abid Qadeer <abidh@codesourcery.com>
2143
2144 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2145 Document the "trace-file" field.
2146
2147 2013-02-07 Doug Evans <dje@google.com>
2148
2149 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2150 command.
2151
2152 2013-02-06 Yao Qi <yao@codesourcery.com>
2153
2154 * gdb.texinfo (GDB/MI Async Records): Document new MI
2155 notification "=tsv-modified". Update the document of MI
2156 notification "=tsv-created".
2157 * observer.texi (GDB Observers): New observer tsv_modified.
2158 Update observer tsv_created and tsv_delete.
2159
2160 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2161
2162 * gdb.texinfo (AArch64 Features): New section; document
2163 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2164 (Architectures): Add new AArch64 section to document AArch64
2165 architecture specific commands.
2166 (ABI): Add description of the new OS ABI "Newlib" and its influence
2167 on the longjmp handling.
2168
2169 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2170 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2173 variable in 'set/show backtrace' section.
2174
2175 2013-01-31 Tom Tromey <tromey@redhat.com>
2176
2177 * gdb.texinfo (Target Commands): Fix typo.
2178
2179 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2180
2181 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2182 describing the gdb.Architecture class.
2183 (Frames In Python): Add description about the new method
2184 gdb.Frame.architecture().
2185
2186 2013-01-23 Doug Evans <dje@google.com>
2187
2188 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2189
2190 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2191
2192 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2193 'thread-groups' field when printing a breakpoint in MI.
2194
2195 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2196 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2197 to reflect that jit-reader-load now supports absolute file-names.
2198
2199 2013-01-16 Tom Tromey <tromey@redhat.com>
2200
2201 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2202 (Signals): Likewise.
2203
2204 2013-01-16 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2207 "catch-type" field.
2208 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2209
2210 2013-01-07 Tom Tromey <tromey@redhat.com>
2211
2212 * gdb.texinfo (Mode Options): Don't mention -epoch.
2213 (Data, Emacs): Remove obsolete comments.
2214
2215 2013-01-02 Tom Tromey <tromey@redhat.com>
2216
2217 * gdb.texinfo (GDB/MI Output Records): Update menu.
2218 (GDB/MI Breakpoint Information): New node.
2219 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2220 <-break-insert>: Likewise.
2221
2222 2012-12-31 Yao Qi <yao@codesourcery.com>
2223
2224 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2225 (Packets): Move "vStopped" packet to ...
2226 (Notification Packets): ... here. Describe the components
2227 of notification. Add a table of supported notifications.
2228 Add an example on the process of he async notification.
2229
2230 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2233 present.
2234 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2235 fullname output always present.
2236
2237 2012-12-23 Pierre Muller <muller@sourceware.org>
2238
2239 * gdbint.texinfo (Function prototypes): Require use of "extern"
2240 modifier for function prototypes in headers.
2241
2242 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2243
2244 * refcard.tex: Update copyright notice to GPL v3 or later.
2245 Update contact info.
2246
2247 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2248
2249 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2250
2251 2012-12-15 Yao Qi <yao@codesourcery.com>
2252
2253 * gdb.texinfo (Debugging Output): Document 'set debug
2254 notification' and 'show debug notification'.
2255
2256 2012-12-15 Yao Qi <yao@codesourcery.com>
2257
2258 * gdb.texinfo (Listing Tracepoints): New item and example about
2259 'installed on target' output.
2260 Add more in the example about 'installed on target'.
2261 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2262
2263 2012-12-14 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (SVR4 Process Information): Mention core files.
2266
2267 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2268
2269 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2270
2271 2012-12-11 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.texinfo: Remove all mentions of Unixware throughout.
2274
2275 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2278
2279 2012-11-29 Tom Tromey <tromey@redhat.com>
2280
2281 * gdb.texinfo (SVR4 Process Information): Document missing
2282 "info proc" subcommands.
2283
2284 2012-11-29 Yao Qi <yao@codesourcery.com>
2285
2286 PR gdb/1477.
2287 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2288 to 'auto' instead of 'gnu'.
2289
2290 2012-11-26 Tom Tromey <tromey@redhat.com>
2291
2292 * gdb.texinfo (MiniDebugInfo): New node.
2293 (GDB Files): Update.
2294
2295 2012-11-16 Doug Evans <dje@google.com>
2296
2297 * gdb.texinfo (System-wide configuration): If the system-wide init
2298 file lives in the data-directory, and --data-directory is provided,
2299 look for it there.
2300
2301 2012-11-15 Tom Tromey <tromey@redhat.com>
2302
2303 * gdb.texinfo (Signaling): Fix typo.
2304
2305 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2306
2307 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2308 parameter "count" of -data-write-memory-bytes, and add an example.
2309
2310 2012-11-12 Tom Tromey <tromey@redhat.com>
2311
2312 * gdb.texinfo (Symbols): Document "info type-printers",
2313 "enable type-printer" and "disable type-printer".
2314 (Python API): Add new node to menu.
2315 (Type Printing API): New node.
2316 (Progspaces In Python): Document type_printers field.
2317 (Objfiles In Python): Likewise.
2318 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2319 register_type_printer, TypePrinter>: Document.
2320
2321 2012-11-12 Tom Tromey <tromey@redhat.com>
2322
2323 * gdb.texinfo (Symbols): Document "set print type methods",
2324 "set print type typedefs", and flags to ptype and whatis.
2325
2326 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2327
2328 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2329 the example -data-disassemble output. Extend the description of
2330 the -data-disassemble results to document all fields. Document
2331 the cli disassemble command as being related to -data-disassemble.
2332
2333 2012-11-09 Yao Qi <yao@codesourcery.com>
2334
2335 PR gdb/14777.
2336 * gdb.texinfo (OS Information): Remove doc on command
2337 'info udot'.
2338
2339 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2342 gdb.ini warning for Windows port.
2343
2344 2012-11-08 Yao Qi <yao@codesourcery.com>
2345
2346 * gdb.texinfo (Search): Add kindex for 'fo'.
2347
2348 2012-11-05 Tom Tromey <tromey@redhat.com>
2349
2350 PR python/14802:
2351 * gdb.texinfo (Functions In Python): Add example.
2352
2353 2012-11-03 Yao Qi <yao@codesourcery.com>
2354
2355 * observer.texi (GDB Observers): Remove observer
2356 'tracepoint_modified', 'tracepoint_created' and
2357 'tracepoint_deleted'.
2358
2359 2012-10-26 Tom Tromey <tromey@redhat.com>
2360
2361 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2362
2363 2012-10-25 Tom Tromey <tromey@redhat.com>
2364
2365 * gdb.texinfo (General Query Packets): Use @itemx.
2366
2367 2012-10-17 Yao Qi <yao@codesourcery.com>
2368
2369 * observer.texi (GDB Observers): Update observer
2370 'memory_changed'.
2371 * gdb.texinfo (GDB/MI Async Records): Document for
2372 "memory-changed" notification.
2373
2374 2012-10-15 Doug Evans <dje@google.com>
2375
2376 * gdb.texinfo (Mode Options): Document -nh.
2377 Elaborate on docs for -nx.
2378
2379 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2380
2381 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2382
2383 2012-09-21 Yao Qi <yao@codesourcery.com>
2384 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.texinfo (GDB/MI Async Records): Document notification
2387 'record-started' and 'record-stopped'.
2388 * observer.texi (GDB Observers): New observer 'record-changed'.
2389
2390 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2391
2392 * gdb.texinfo: Document the removal of SH's 'regs' command.
2393
2394 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2395
2396 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2397
2398 2012-09-18 Yao Qi <yao@codesourcery.com>
2399
2400 * gdb.texinfo (GDB/MI Async Records): Document new MI
2401 notifications '=tsv-created' and '=tsv-deleted'.
2402 * observer.texi (GDB Observers): New observer tsv_created and
2403 tsv_deleted.
2404
2405 2012-09-18 Yao Qi <yao@codesourcery.com>
2406
2407 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2408 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2409 '=traceframe-changed'.
2410
2411 2012-09-17 Yao Qi <yao@codesourcery.com>
2412
2413 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2414 'set listsize'.
2415
2416 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2417 Eli Zaretskii <eliz@gnu.org>
2418
2419 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2420 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2421 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2422
2423 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2424
2425 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2426
2427 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2428
2429 Document how to return from "python-interactive" to GDB.
2430 * gdb.texinfo (Python Commands): Update documentation.
2431
2432 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2433
2434 Add a new "python-interactive" command that starts a standard
2435 Python interactive prompt with "pi" as alias, and add "py" as
2436 an alias to "python".
2437 * gdb.texinfo (Python Commands): Document the new commands.
2438
2439 2012-08-22 Tom Tromey <tromey@redhat.com>
2440
2441 * gdbint.texinfo (Host Definition): Remove documentation for
2442 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2443
2444 2012-08-17 Keith Seitz <keiths@redhat.com>
2445
2446 PR c++/13356
2447 * gdb.texinfo (Type and Range Checking): Remove warning.
2448 Remove spurious commas.
2449 Update text and examples for re-implementation of set/show
2450 check type.
2451 (C and C++ Type and Range Checks): Likewise.
2452
2453 2012-08-16 Yao Qi <yao@codesourcery.com>
2454
2455 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2456 is deprecated.
2457
2458 2012-08-13 Doug Evans <dje@google.com>
2459
2460 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2461 to include functions.
2462
2463 2012-08-10 Doug Evans <dje@google.com>
2464
2465 * gdb.texinfo (Convenience Funs): New node.
2466 (Types In Python): Document Type.vector.
2467
2468 2012-08-09 Yao Qi <yao@codesourcery.com>
2469
2470 * observer.texi: New observer command_param_changed.
2471 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2472
2473 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2474
2475 * gdbint.texinfo (Debugging GDB): In section
2476 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2477 Mention also gdb-gdb.py.
2478
2479 2012-08-07 Yao Qi <yao@codesourcery.com>
2480
2481 Revert the folloing patch:
2482 2012-08-06 Yao Qi <yao@codesourcery.com>
2483 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2484 remote hardware-watchpoint-limit' and 'set
2485 remote hardware-breakpoint-limit'.
2486
2487 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2488
2489 * gdb.texinfo (Working Directory): Added information about new
2490 default argument for 'cd' command.
2491
2492 2012-08-06 Yao Qi <yao@codesourcery.com>
2493
2494 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2495 remote hardware-watchpoint-limit' and 'set
2496 remote hardware-breakpoint-limit'.
2497
2498 2012-08-06 Yao Qi <yao@codesourcery.com>
2499
2500 Fix PR14371.
2501
2502 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2503 '=breakpoint-deleted'.
2504
2505 2012-08-02 Yao Qi <yao@codesourcery.com>
2506
2507 * gdb.texinfo (Native): Remove node Neutrino.
2508
2509 2012-07-27 Yao Qi <yao@codesourcery.com>
2510
2511 * gdb.texinfo (IPA Protocol Commands): Document new command
2512 'close'.
2513
2514 2012-07-25 Tom Tromey <tromey@redhat.com>
2515
2516 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2517
2518 2012-07-20 Doug Evans <dje@google.com>
2519
2520 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2521 (Index Files): Document how to control the use of deprecated index
2522 sections.
2523 (Index Section Format): Replace --use-deprecated-index-sections with
2524 "set use-deprecated-index-sections on".
2525
2526 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2527
2528 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2529 indices into a single node "Index". Instead, join function and
2530 variable indices into a single index, separate from the concept
2531 index. Requested in
2532 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2533 (Top): Update the top-level menu: instead of one "Index" there are
2534 now separate entries "Concept Index" and "Function and Variable
2535 Index".
2536 (Concept Index, Function and Variable Index): New nodes.
2537 (Index): Node deleted.
2538
2539 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2540
2541 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2542 and "maint agent-eval".
2543
2544 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2545
2546 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2547 avoid file-name clashes between Index.html and index.html on
2548 case-insensitive filesystems. See the discussion starting in
2549 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2550 details of the problem.
2551 (Top): Update the master menu for the above.
2552 (Concept Index, Command and Variable Index): New nodes, instead of
2553 the old "Index" node that was deleted. All cross-references
2554 updated.
2555
2556 2012-07-02 Stan Shebs <stan@codesourcery.com>
2557
2558 * gdb.texinfo (Dynamic Printf): Mention agent style and
2559 disconnected dprintf.
2560 (Maintenance Commands): Describe maint agent-printf.
2561 (General Query Packets): Mention BreakpointCommands feature.
2562 (Packets): Document commands extension to Z0 packet.
2563 * agentexpr.texi (Bytecode Descriptions): Document printf
2564 bytecode.
2565
2566 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2569 only after gdbinit files.
2570 (Startup): Move -iex and -iex commands down after gdbinit files.
2571
2572 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2575 possibility.
2576
2577 2012-06-29 Tom Tromey <tromey@redhat.com>
2578
2579 * gdb.texinfo (Index Section Format): Update for version 7.
2580
2581 2012-06-28 Stan Shebs <stan@codesourcery.com>
2582
2583 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2584 example, add note about title column.
2585
2586 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2587
2588 * gdb.texinfo (Symbol Tables In Python): Add description about
2589 the new 'last' attribute of gdb.Symtab_and line.
2590
2591 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2592
2593 * gdb.texinfo (Symbol Tables In Python): Correct the description
2594 of the 'pc' attribute of gdb.Symtab_and_line.
2595
2596 2012-06-26 Doug Evans <dje@google.com>
2597
2598 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2599 and symtab-create.
2600
2601 2012-06-25 Keith Seitz <keiths@redhat.com>
2602
2603 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2604 from example. Remove "rbreak" from list of corresponding
2605 gdb commands.
2606
2607 2012-06-23 Doug Evans <dje@google.com>
2608
2609 * gdb.texinfo (Index Section Format): Document version 7 format.
2610
2611 2012-06-22 Yao Qi <yao@codesourcery.com>
2612
2613 * gdb.texinfo: Add missing cindex for some packets.
2614
2615 2012-06-20 Keith Seitz <keiths@redhat.com>
2616
2617 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2618 for -break-insert and document -p.
2619
2620 2012-06-20 Yao Qi <yao@codesourcery.com>
2621
2622 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2623 and "gdb.write_memory" with "Inferior.read_memory" and
2624 "Inferior.write_memory".
2625
2626 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2627
2628 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2629 (Free Documentation): Add @node line.
2630 (Continuing and Stepping) <advance location>: Use @item instead of
2631 @itemx.
2632 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2633 @itemx.
2634 (Embedded Processors): Put the link to "PA" to its correct place,
2635 according to document structure.
2636 (Python API): Put the link to "Lazy Strings In Python" to its
2637 correct place.
2638 (Index): Use @@ in @tex block to get a literal @.
2639
2640 * gdbint.texinfo: Fix the @subtitle line.
2641
2642 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2643 correct place.
2644
2645 2012-06-08 Yao Qi <yao@codesourcery.com>
2646
2647 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2648 Protocol'.
2649 (In-Process Agent Protocol, IPA Protocol Objects)
2650 (IPA Protocol Commands): New nodes.
2651 (Tracepoint Packets): Add anchors.
2652
2653 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2654
2655 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2656
2657 2012-06-06 Yao Qi <yao@codesourcery.com>
2658
2659 * gdb.texinfo: Update copyright year.
2660
2661 2012-05-23 Stan Shebs <stan@codesourcery.com>
2662 Kwok Cheung Yeung <kcy@codesourcery.com>
2663
2664 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2665
2666 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2669 Mention also --with-separate-debug-dir.
2670 (Auto-loading): Prepend $debugdir in the sample output.
2671 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2672 auto-load safe-path variable.
2673 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2674 Mention also $debugdir for 'set auto-load scripts-directory'.
2675
2676 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2677
2678 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2679 (MIPS Embedded, MIPS, MIPS Register packet Format)
2680 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2681 appropriate.
2682
2683 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2684 Maciej W. Rozycki <macro@codesourcery.com>
2685
2686 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2687 mips compression".
2688 (MIPS Breakpoint Kinds): New subsubsection.
2689
2690 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2691
2692 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2693 nodes for subsections. Add @acronym mark-ups and adjust
2694 formatting.
2695
2696 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 Rename $ddir to $datadir.
2699 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2700 (objfile-gdb.py file): Rename $ddir to $datadir.
2701
2702 2012-05-18 Tom Tromey <tromey@redhat.com>
2703
2704 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2705
2706 2012-05-14 Stan Shebs <stan@codesourcery.com>
2707
2708 * gdb.texinfo (Dynamic Printf): New subsection.
2709
2710 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2711
2712 * gdb.texinfo (Basic Python): Add description about the function
2713 gdb.find_pc_line
2714
2715 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2716 Eli Zaretskii <eliz@gnu.org>
2717
2718 * gdb.texinfo (Separate Debug Files): Use plural form for global
2719 debugging information directory.
2720
2721 2012-05-11 Stan Shebs <stan@codesourcery.com>
2722 Kwok Cheung Yeung <kcy@codesourcery.com>
2723
2724 * gdb.texinfo (Operating System Auxiliary Information): Document new
2725 'info os' subcommands.
2726
2727 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2730 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2731 (dotdebug_gdb_scripts section): Add reference
2732 to 'Auto-loading safe path'.
2733
2734 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2735
2736 Implement multi-component --with-auto-load-dir.
2737 * gdb.texinfo (Auto-loading): New references
2738 for 'set auto-load scripts-directory'
2739 and 'show auto-load scripts-directory'.
2740 (Auto-loading safe path): Describe the new default. Move $ddir
2741 substituation reference to 'objfile-gdb.py file'.
2742 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2743 script-name. Describe new 'set auto-load scripts-directory'
2744 and 'show auto-load scripts-directory'.
2745
2746 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2747
2748 Provide $ddir substitution for --with-auto-load-safe-path.
2749 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2750 (Auto-loading safe path): Likewise. Mention the default value,
2751 $ddir substitution, --with-auto-load-safe-path and
2752 --without-auto-load-safe-path.
2753 * observer.texi (gdb_datadir_changed): New.
2754
2755 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2756
2757 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2758 Twice.
2759
2760 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2761 directory separator by path separator.
2762
2763 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2764
2765 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2766 for 'set auto-load safe-path' optional. Mention if it is omitted.
2767 Change disabling security protection condition to "/", twice.
2768
2769 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2770
2771 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2772 the new methods global_block and static_block on gdb.Symtab
2773 objects.
2774
2775 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2776
2777 * gdb.texinfo (Blocks In Python): Add a note saying that future
2778 improvements to GDB and its infrastructure can move symbols
2779 across blocks within a symbol table.
2780
2781 2012-04-29 Yao Qi <yao@codesourcery.com>
2782
2783 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2784 (A29K): Remove.
2785
2786 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2787 Tom Tromey <tromey@redhat.com>
2788
2789 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2790 and generic static probe support on GDB.
2791
2792 2012-04-25 Doug Evans <dje@google.com>
2793
2794 * gdb.texinfo (Go): Fix thinko.
2795
2796 * gdb.texinfo (Supported Languages): Add Go.
2797 (Go): New node.
2798
2799 2012-04-25 Yao Qi <yao@codesourcery.com>
2800
2801 * gdbint.texinfo (Testsuite): New section `Board settings'.
2802
2803 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2804
2805 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2806 Three times.
2807
2808 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2809 Three times.
2810
2811 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2814 by @table @asis. Fix formatting of one item.
2815
2816 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2819
2820 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2821
2822 New option "set debug auto-load".
2823 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2824 (auto-load verbose mode): New node.
2825
2826 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 New option "set auto-load safe-path".
2829 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2830 and "info auto-load" examples for safe-path. Put there also references
2831 for "set auto-load safe-path" and "show auto-load safe-path".
2832 New menu item for Auto-loading safe path.
2833 (Auto-loading safe path): New node.
2834 (Python Auto-loading): Update the expected output from "Missing"
2835 to "No".
2836
2837 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2838
2839 auto-load: Implementation.
2840 * gdb.texinfo (Mode Options): New anchor for -nx.
2841 (Startup): New anchors for Option -init-eval-command,
2842 Home Directory Init File
2843 and Init File in the Current Directory during Startup.
2844 Mention set auto-load local-gdbinit with a reference.
2845 Change the sample code to "set auto-load python-scripts".
2846 (Threads): New anchor set libthread-db-search-path.
2847 Provide references to libthread_db.so.1 file.
2848 (Controlling GDB): New menu item for Auto-loading.
2849 (Auto-loading, Init File in the Current Directory)
2850 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2851 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2852 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2853 reference.
2854 (Auto-loading): Rename to ...
2855 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2856 "set auto-load python-scripts", new anchor for it. Change
2857 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2858 for it. Change "info auto-load-scripts"
2859 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2860 to "Python scripts".
2861
2862 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2863
2864 PR mi/13393
2865 * gdb.texinfo (Print Settings): Extend the description for "set print
2866 object".
2867 (GDB/MI Variable Objects): Extend the description for -var-create and
2868 -var-list-children.
2869
2870 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2871
2872 * gdb.texinfo (Examining Data): Document the 'explore' command.
2873
2874 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2875
2876 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2877 to the children of a varobj and its update range when -var-update
2878 returns that the varobj's type changed.
2879
2880 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2881
2882 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2883 Create two new links fir 'objfile-gdb.py file'
2884 and 'dotdebug_gdb_scripts section'.
2885
2886 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2887
2888 * gdb.texinfo (Auto-loading): Rename node reference
2889 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2890 Twice.
2891 (.debug_gdb_scripts section): Rename the node ...
2892 (dotdebug_gdb_scripts section): ... here.
2893 (Maintenance Commands): Also rename this node reference.
2894
2895 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2896
2897 * gdb.texinfo (Python API/Values From Inferior): Add description
2898 about the new method Value.referenced_value. Add description on
2899 how Value.dereference is different (and similar) to
2900 Value.referenced_value.
2901
2902 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2903
2904 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2905 --init-eval-command=COMMAND, -iex.
2906 (Startup): Describe -iex and -ix. Simplify the example
2907 for "set auto-load-scripts off".
2908
2909 2012-03-16 Gary Benson <gbenson@redhat.com>
2910
2911 PR breakpoints/10738
2912 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2913 stating that GDB cannot set breakpoints on inlined functions.
2914 (Mode Options): Document --use-deprecated-index-sections.
2915 (Index Section Format): Document new index section version format.
2916
2917 2012-03-15 Tom Tromey <tromey@redhat.com>
2918
2919 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2920
2921 2012-03-13 Doug Evans <dje@google.com>
2922
2923 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2924 of "reload".
2925 (Symbols): Delete docs for set/show symbol-reloading.
2926 * gdbint.texinfo (Defining Other Architecture Features): Delete
2927 SYMBOL_RELOADING_DEFAULT.
2928 * refcard.tex: Delete reference to symbol-reloading.
2929
2930 2012-03-07 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.texinfo (General Query Packets): Document new
2933 QProgramSignals packet.
2934 * gdb.texinfo (Remote configuration): Mention
2935 "program-signals-packet".
2936
2937 2012-03-05 Tristan Gingold <gingold@adacore.com>
2938
2939 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2940
2941 2012-03-03 Yao Qi <yao@codesourcery.com>
2942
2943 * gdb.texinfo (In-Process Agent): New node.
2944 Document new commands.
2945 (General Query Packets): Add packet `QAgent'.
2946
2947 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2948
2949 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2950
2951 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2952
2953 * gdb.texinfo (Commands In Python): Put example python macro in
2954 COMMAND_USER category rather than COMMAND_OBSCURE.
2955 Document gdb.COMMAND_USER.
2956 (User-defined Commands): Update documentation to clarify
2957 "set/show max-user-call-depth" and "show user" don't apply to python
2958 commands. Update documentation to clarify "help user-defined" may
2959 also include python commands defined as COMMAND_USER.
2960
2961 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2962
2963 * gdb.texinfo (Startup): Add option -ex description to the option -x
2964 description.
2965
2966 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2967
2968 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2969 condition-evaluation breakpoint parameter.
2970 Mention condition-evaluation mode being shown in "info break".
2971 (Break Conditions): Add description for target-side
2972 conditional breakpoints.
2973 (Remote Configuration): Mention conditional-breakpoints-packet.
2974 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2975 cond-expr.
2976 (General Query Packets): Mention new ConditionalBreakpoint feature.
2977
2978 2012-02-22 Tom Tromey <tromey@redhat.com>
2979
2980 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2981
2982 2012-02-17 Tom Tromey <tromey@redhat.com>
2983
2984 PR python/10753:
2985 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2986 directory.
2987
2988 2012-02-14 Stan Shebs <stan@codesourcery.com>
2989
2990 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2991
2992 2012-02-13 Pedro Alves <palves@redhat.com>
2993
2994 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2995 mips-idt-ecoff.
2996
2997 2012-02-09 Yao Qi <yao@codesourcery.com>
2998
2999 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3000
3001 2012-02-07 Tom Tromey <tromey@redhat.com>
3002
3003 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3004 Symbol.value.
3005
3006 2012-02-07 Tom Tromey <tromey@redhat.com>
3007
3008 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3009
3010 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3011
3012 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3013
3014 2012-01-24 Tom Tromey <tromey@redhat.com>
3015
3016 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3017 unload".
3018 (Files): Mention new catch commands.
3019 (GDB/MI Async Records): Likewise.
3020
3021 2012-01-24 Gary Benson <gbenson@redhat.com>
3022
3023 Delete #if 0'd out code.
3024 * gdb.texinfo (Frame Info): Remove "info catch".
3025
3026 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3027
3028 * gdb.texinfo (Remote Configuration): Document
3029 "set remote hostio-readlink-packet" command.
3030 (General Query Packets): Document vFile:readlink packet.
3031
3032 2012-01-16 Tom Tromey <tromey@redhat.com>
3033
3034 * gdb.texinfo (Specify Location): Document relative file name
3035 handling.
3036
3037 2012-01-16 Tom Tromey <tromey@redhat.com>
3038
3039 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3040
3041 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3042 Eli Zaretskii <eliz@gnu.org>
3043
3044 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3045 code.
3046
3047 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3048
3049 * gdb.texinfo (Variables): Document use of :: for non-static
3050 variables.
3051
3052 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3053
3054 * gdbint.texinfo (Start of New Year Procedure): Update
3055 to replace use of copyright.sh by use of copyright.py.
3056
3057 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3058
3059 Remove the gdbtui binary.
3060 * all-cfg.texi (GDBTUI): Remove.
3061 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3062 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3063 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3064
3065 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3066
3067 Introduce gdb.FinishBreakpoint in Python.
3068 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3069 (Python API): Add menu entry for Finish Breakpoints.
3070
3071 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3072
3073 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3074 tests.
3075
3076 2011-12-16 Doug Evans <dje@google.com>
3077
3078 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3079
3080 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3081
3082 * gdb.texinfo (Python Commands): Remove "maint set/show print
3083 stack". Add documentation for "set/show python print-stack".
3084
3085 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3086
3087 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3088 should transfer control to the stub in the startup code instead of
3089 in main. Mention the need to get past the initial breakpoint.
3090
3091 2011-12-06 Tom Tromey <tromey@redhat.com>
3092
3093 * gdb.texinfo (Set Breaks): Update for new behavior.
3094
3095 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3096
3097 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3098 List Format for SVR4 Targets'.
3099 (General Query Packets): New item qXfer:libraries-svr4:read.
3100 (Library List Format for SVR4 Targets): New node.
3101
3102 2011-12-01 Tom Tromey <tromey@redhat.com>
3103
3104 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3105 add.
3106
3107 2011-11-22 Tom Tromey <tromey@redhat.com>
3108
3109 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3110 reasons.
3111
3112 2011-11-20 Stan Shebs <stan@codesourcery.com>
3113
3114 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3115 note-related options and variables.
3116 (Tracepoint Packets): Document packet changes.
3117
3118 2011-11-20 Sanjoy Das <sdas@igalia.com>
3119
3120 * gdb.texinfo (JIT Interface): Add documentation on writing and
3121 usind JIT debug info readers.
3122 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3123 Debug Info Readers): New nodes.
3124
3125 2011-11-18 Yao Qi <yao@codesourcery.com>
3126
3127 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3128 tracepoint.
3129
3130 2011-11-15 Doug Evans <dje@google.com>
3131
3132 * gdb.texinfo (Files): Document basenames-may-differ.
3133
3134 2011-11-14 Doug Evans <dje@google.com>
3135
3136 * gdb.texinfo (Shell Commands): Document "!".
3137
3138 2011-11-14 Stan Shebs <stan@codesourcery.com>
3139 Kwok Cheung Yeung <kcy@codesourcery.com>
3140
3141 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3142 needed to get shorter fast tracepoints.
3143 (Tracepoint Packets): Document new qTMinFTPILen packet.
3144
3145 2011-11-14 Yao Qi <yao@codesourcery.com>
3146
3147 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3148 behavior of tracepoint.
3149 (General Query Packets): New feature InstallInTrace.
3150 (Remote Configuration): Document "set remote
3151 install-in-trace-packet".
3152
3153 2011-11-12 Matt Rice <ratmice@gmail.com>
3154
3155 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3156 Add arguments to info macro.
3157
3158 2011-11-10 Tom Tromey <tromey@redhat.com>
3159
3160 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3161 manual.
3162 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3163 (Macros): Add a footnote.
3164 (C): Remove paragraph about compiler options.
3165 (C Constants): Mention wide character and string constants.
3166 (C Plus Plus Expressions): Update compiler option advice. Mention
3167 using declarations. Mention ADL. Remove old HP compiler
3168 information.
3169
3170 2011-11-10 Tom Tromey <tromey@redhat.com>
3171
3172 PR c++/9257:
3173 * gdb.texinfo (Print Settings): Add an extra note about the need
3174 for a vtable.
3175
3176 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3177
3178 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3179 "set mips abi" documentation.
3180
3181 2011-11-04 Doug Evans <dje@google.com>
3182
3183 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3184
3185 2011-11-03 Tom Tromey <tromey@redhat.com>
3186
3187 * gdb.texinfo (Stopping): Add menu entry.
3188 (Continuing and Stepping): Restore @node. Use @section, not
3189 @subsection.
3190
3191 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3192
3193 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3194 designation. Fix "Specify Location" cross-reference.
3195
3196 2011-11-02 Stan Shebs <stan@codesourcery.com>
3197
3198 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3199 (General Query Packets): Describe tracenz feature.
3200 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3201
3202 2011-10-28 Paul Koning <paul_koning@dell.com>
3203
3204 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3205
3206 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3207
3208 * gdb.texinfo ((Frames In Python): Document
3209 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3210
3211 2011-10-26 Paul Koning <paul_koning@dell.com>
3212
3213 * gdb.texinfo (gdb.types): Document new deepitems function.
3214
3215 2011-10-25 Paul Koning <paul_koning@dell.com>
3216
3217 PR python/13327
3218
3219 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3220 fetch_lazy method.
3221
3222 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3223
3224 PR python/12656
3225
3226 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3227 global_block, static_block function.
3228
3229 2011-10-19 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.texinfo (Commands In Python): Add missing "@"s.
3232
3233 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3234
3235 PR python/13285 Document named constants for frame unwind stop reasons
3236 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3237 constants.
3238
3239 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3240
3241 Fix compatibility with texinfo versions older than 4.12.
3242 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3243 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3244 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3245 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3246 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3247 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3248 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3249
3250 2011-10-09 Doug Evans <dje@google.com>
3251
3252 * gdb.texinfo (Extending GDB): Document alias command.
3253
3254 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3255
3256 Support @entry in input expressions.
3257 * gdb.texinfo (Variables): Describe @entry names suffix.
3258 (Print Settings): Add anchor for `set print entry-values'.
3259
3260 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3261 Eli Zaretskii <eliz@gnu.org>
3262
3263 Display @entry parameter values (without references).
3264 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3265 example.
3266 (Print Settings): New description of set print entry-values and show
3267 print entry-values.
3268
3269 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3270 Eli Zaretskii <eliz@gnu.org>
3271
3272 Recognize virtual tail call frames.
3273 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3274 (Tail Call Frames): New node.
3275 (Frames In Python): Add gdb.TAILCALL_FRAME.
3276
3277 2011-10-07 Doug Evans <dje@google.com>
3278
3279 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3280 register_pretty_printer.
3281
3282 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3283
3284 PR python/12930
3285 PR python/12802
3286
3287 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3288 stop method.
3289
3290 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3291
3292 * gdb.texinfo (Starting your Program): "set disable-randomization"
3293 is no longer Linux-specific.
3294 (Remote Configuration): Document "set remote
3295 disable-randomization-packet".
3296 (General Query Packets): Document "QDisableRandomization" packet
3297 and add it to "qSupported" list.
3298
3299 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3300
3301 Allow Python notification of new object-file loadings.
3302 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3303 event type.
3304
3305 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3306
3307 PR python/12691: Add the inferior to Python exited event
3308 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3309
3310 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3311
3312 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3313 rephasing.
3314
3315 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3318 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3319 as possible feature returned by the `-list-features'
3320 command.
3321
3322 2011-09-28 Paul Koning <paul_koning@dell.com>
3323
3324 * gdb.texinfo (gdb.Type): Document field access by dictionary
3325 key syntax.
3326
3327 2011-09-28 Yao Qi <yao@codesourcery.com>
3328
3329 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3330 Add one space after option `-s'. Remove @r{} markup.
3331
3332 2011-09-27 Stan Shebs <stan@codesourcery.com>
3333
3334 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3335
3336 2011-09-16 Hui Zhu <teawater@gmail.com>
3337
3338 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3339 to *(unsigned char *)$esp@300.
3340
3341 2011-09-15 Paul Koning <paul_koning@dell.com>
3342
3343 * gdb.texinfo: Make style of Python functions and methods match
3344 the syntax of Python. Also put class and module names explicitly
3345 on function, member, and variable names, matching Python
3346 documentation conventions.
3347
3348 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3349
3350 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3351 * gdb.texinfo (Inferiors In Python): Describe new
3352 gdb.selected_inferior() function.
3353
3354 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3355
3356 Handle multiple breakpoint hits in Python interface:
3357 * gdb.texinfo (Events In Python): New function documentation:
3358 gdb.BreakpointEvent.breakpoints. Indicate that
3359 gdb.BreakpointEvent.breakpoint is now deprecated.
3360
3361 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3364
3365 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3366
3367 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3368
3369 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3370
3371 * gdb.texinfo (Prompt): Add set/show extended-prompt
3372 documentation
3373 (Basic Python): Add prompt_hook anchor.
3374 (Python modules): Reword module text to reflect multiple modules.
3375 (gdb.prompt): Document gdb.prompt module.
3376
3377 2011-08-14 Yao Qi <yao@codesourcery.com>
3378
3379 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3380
3381 2011-08-14 Yao Qi <yao@codesourcery.com>
3382
3383 * gdb.texinfo (Standard Target Features): Document C6x features.
3384 (TIC6x Features): New node.
3385
3386 2011-08-12 Doug Evans <dje@google.com>
3387
3388 * gdb.texinfo (Symbols In Python): Document symbol.type.
3389
3390 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3391
3392 * gdb.texinfo (Python): Document command and function
3393 auto-loading.
3394
3395 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3396 Eli Zaretskii <eliz@gnu.org>
3397
3398 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3399 typedefs unrolling. Extend the sample code by an inner typedef and
3400 outer typedefs unrolling.
3401
3402 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3403
3404 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3405 size and line-size.
3406
3407 2011-07-21 Matt Rice <ratmice@gmail.com>
3408
3409 PR macros/12999
3410 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3411 Update text and cindex entries for info macro command.
3412
3413 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3414
3415 * observer.texi (GDB Observers): Add before_prompt observer.
3416 * gdb.texinfo (Basic Python): Add documentation for prompt
3417 substitution.
3418
3419 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3420
3421 PR python/12438
3422 * gdb.texinfo (Python Commands): Add deprecate note to maint
3423 set/show python print-stack. Document set/show python
3424 print-backtrace.
3425
3426 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3427
3428 * gdb.texinfo: Fix typos.
3429
3430 2011-07-01 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.texinfo (Debugging Output): Document set debug
3433 check-physname.
3434
3435 2011-06-29 Tom Tromey <tromey@redhat.com>
3436
3437 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3438 breakpoint-notifications feature.
3439
3440 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3441
3442 * gdb.texinfo (Target Description): Remove warning about
3443 possibly unstable format.
3444
3445 2011-06-03 Tom Tromey <tromey@redhat.com>
3446
3447 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3448 (Events In Python): Note that exit_code is optional.
3449
3450 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3451
3452 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3453 required for multi-threading support.
3454 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3455 Hc are deprecated for multi-threading debugging. Point readers at
3456 the vCont packet.
3457
3458 2011-05-15 Doug Evans <dje@google.com>
3459
3460 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3461
3462 2011-05-13 Doug Evans <dje@google.com>
3463
3464 * gdb.texinfo (Threads): Document $sdir,$pdir.
3465 (Server): Document $pdir exception.
3466
3467 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3468
3469 * gdb.texinfo (Threads): Clarify default value for
3470 libthread-db-search-path.
3471
3472 * gdb.texinfo (Completion): Update example.
3473 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3474
3475 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3476
3477 * gdb.texinfo: Document change in the behaviour of the enable and
3478 disable GDB commands when applied to tracepoints.
3479 Document the EnableDisableTracepoints remote stub feature.
3480 Document QTEnable and QTDisable in the list of tracepoint packets.
3481
3482 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3483
3484 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3485 hsuser.texi.
3486 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3487 comment to hsuser.texi. Change rluser.texi name in the comment.
3488
3489 2011-05-10 Doug Evans <dje@google.com>
3490
3491 * gdb.texinfo (Threads): If an empty path is provided for
3492 libthread-db-search-path it is reset to its default value.
3493 (Server): Ditto.
3494
3495 2011-05-09 Doug Evans <dje@google.com>
3496
3497 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3498
3499 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3500 Thiago Jung Bauermann <bauerman@br.ibm.com>
3501
3502 Implement support for PowerPC BookE masked watchpoints.
3503 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3504 (PowerPC Embedded): Mention support of masked watchpoints.
3505
3506 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3509 `@value{GDBN}'.
3510
3511 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3512
3513 * gdb.texinfo (titlepage): Remove dedication.
3514 (In Memoriam): New appendix.
3515
3516 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3517 Eli Zaretskii <eliz@gnu.org>
3518
3519 * gdb.texinfo (Index Section Format): Change the version to 5.
3520 Describe the different formula.
3521
3522 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3523 Eli Zaretskii <eliz@gnu.org>
3524
3525 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3526 for disconnected tracing.
3527 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3528 extended-remote relationship. Mention --once.
3529 (TCP port allocation lifecycle of @code{gdbserver}): New.
3530
3531 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3532
3533 * gdb.texinfo (Server): Improve indexing. Index all optional
3534 switches to gdbserver.
3535
3536 2011-04-20 Tom Tromey <tromey@redhat.com>
3537
3538 * gdb.texinfo (Index Section Format): New node.
3539 (Top): Add new node to menu.
3540
3541 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3542
3543 * gdb.texinfo (Maintenance Commands): Document `maint print
3544 remote-registers'.
3545
3546 2011-04-20 Tom Tromey <tromey@redhat.com>
3547
3548 * gdb.texinfo (Trace File Format): Move node later.
3549
3550 2011-04-19 Tom Tromey <tromey@redhat.com>
3551
3552 * gdbint.texinfo (Register Information Functions): Remove
3553 duplicate "the".
3554 * gdb.texinfo (Emacs): Remove duplicate "to".
3555 (GDB/MI Variable Objects): Remove duplicate "the".
3556 (General Query Packets): Likewise.
3557
3558 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3559
3560 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3561 "GDB/MI Ada Exception Information" node.
3562
3563 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3564
3565 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3566 the "exception-name" field in the *stopped async record.
3567
3568 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3569 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3570
3571 Implement support for PowerPC BookE ranged breakpoints.
3572 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3573
3574 2011-03-28 Tom Tromey <tromey@redhat.com>
3575
3576 * gdb.texinfo (Set Tracepoints): Fix typo.
3577
3578 2011-03-24 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.texinfo (Specify Location): Document `function:label'
3581 linespec.
3582
3583 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3584
3585 PR python/12149
3586
3587 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3588
3589 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3590
3591 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3592 (Inferiors In Python): Likewise.
3593 (Threads In Python): Likewise.
3594 (Symbols In Python): Likewise.
3595 (Objfiles In Python): Likewise.
3596 (Symbol Tables In Python): Likewise.
3597
3598 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3599
3600 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3601 display>: Explain that the commands accept number ranges.
3602
3603 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3604
3605 * gdb.texinfo (Breakpoints In Python): Add description and example
3606 of Python stop function operation.
3607
3608 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3609
3610 * gdb.texinfo (Parameters In Python): Document get_set_string and
3611 get_show_string methods.
3612
3613 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3616
3617 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3618 circular-trace-buffer name.
3619
3620 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3621
3622 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3623 in the previous change.
3624
3625 2011-02-27 Michael Snyder <msnyder@vmware.com>
3626
3627 * gdb.texinfo (Inferiors and Programs): Update commands to show
3628 that they can accept multiple arguments.
3629
3630 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3631
3632 Revert the following patch (code patch was not approved):
3633 2011-02-21 Hui Zhu <teawater@gmail.com>
3634 * agentexpr.texi (bytecode descriptions): add printf.
3635 * gdb.texinfo (tracepoint action lists): add printf.
3636
3637 2011-02-23 Doug Evans <dje@google.com>
3638
3639 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3640
3641 2011-02-23 Michael Snyder <msnyder@vmware.com>
3642
3643 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3644 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3645 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3646
3647 2011-02-22 Doug Evans <dje@google.com>
3648
3649 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3650 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3651 add description of result, fix @defun formatting.
3652
3653 2011-02-21 Hui Zhu <teawater@gmail.com>
3654
3655 * agentexpr.texi (Bytecode Descriptions): Add printf.
3656 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3657
3658 2011-02-18 Tom Tromey <tromey@redhat.com>
3659
3660 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3661
3662 2011-02-14 Michael Snyder <msnyder@vmware.com>
3663
3664 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3665 Document new command "thread find".
3666
3667 2011-02-14 Michael Snyder <msnyder@vmware.com>
3668
3669 * gdb.texinfo (Threads): Update example of new thread message.
3670
3671 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3672
3673 * gdb.texinfo (Remote Configuration): Mention set/show remote
3674 traceframe-info.
3675 (Tools/Packages Optional for Building GDB): Mention that expat is
3676 used for traceframe info.
3677 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3678 (General Query Packets) <qSupported>: Describe the
3679 qXfer:traceframe-info:read feature.
3680 (qXfer::read): Describe qXfer:traceframe-info:read.
3681 (Traceframe Info Format): New section.
3682
3683 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3684
3685 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3686 for casts and unary operators.
3687
3688 2011-02-04 Tom Tromey <tromey@redhat.com>
3689
3690 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3691 is not useful.
3692
3693 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3694
3695 * gdb.texinfo: s/value optimized out/optimized out/g
3696
3697 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3698
3699 * gdb.texinfo (Other Misc Settings): Rework part of the
3700 documentation of the "set interactive mode" command.
3701
3702 2011-01-19 Tom Tromey <tromey@redhat.com>
3703
3704 * gdb.texinfo (Threads): Document thread name output and `thread
3705 name' command.
3706 (Threads In Python): Document Thread.name attribute.
3707 (GDB/MI Thread Commands): Document thread attributes.
3708
3709 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3710
3711 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3712 changes in mi/mi-cmd-disas.c
3713
3714 2011-01-12 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3717 Fix "thread apply" text.
3718
3719 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3720 Thiago Jung Bauermann <bauerman@br.ibm.com>
3721
3722 Implement support for PowerPC BookE ranged watchpoints.
3723 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3724 the "set powerpc exact-watchpoints" flag.
3725
3726 2011-01-07 Tom Tromey <tromey@redhat.com>
3727
3728 * gdb.texinfo (Python API): Add descriptions to @menu items.
3729
3730 2011-01-06 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3733
3734 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3735
3736 * gdb.texinfo (Debugging Output): Document "set debug jit".
3737
3738 2011-01-06 Tom Tromey <tromey@redhat.com>
3739
3740 PR python/12133:
3741 * gdb.texinfo (Frames In Python): Document various frame
3742 constants.
3743
3744 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3745
3746 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3747 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3748 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3749
3750 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3753 (clean): Add GDBvn.texi.
3754
3755 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3756
3757 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3758 occasional case where the debugger prints an array address
3759 instead of the array itself.
3760
3761 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3762
3763 * gdb.texinfo (Packets) <read registers packet>: Document support
3764 for registers that were not collected.
3765
3766 2010-12-15 Doug Evans <dje@google.com>
3767
3768 * gdb.texinfo (Startup): Document auto-loading of scripts during
3769 startup.
3770 (Auto-loading): Delete "maint set python auto-load on|off".
3771 Add "set auto-load-scripts on|off".
3772
3773 2010-12-07 Doug Evans <dje@google.com>
3774
3775 * gdb.texinfo (Mode Options): Document -data-directory.
3776 (Data Files): Add reference to -data-directory.
3777
3778 2010-11-29 Doug Evans <dje@google.com>
3779
3780 * gdb.texinfo (Pretty-Printer Introduction): Change
3781 printer-name:subprinter-name to printer-name;subprinter-name.
3782
3783 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3784
3785 PR python/12199
3786
3787 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3788
3789 2010-11-23 Tom Tromey <tromey@redhat.com>
3790
3791 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3792 (Editing): Likewise.
3793 (Command History): Likewise.
3794 (TUI Keys): Likewise.
3795 (Bug Reporting): Conditionally include rluser.texi and
3796 inc-history.texinfo.
3797 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3798 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3799 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3800 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3801 (gdb.pdf): Likewise.
3802 (gdb.info): Likewise.
3803 (gdb/index.html): Likewise.
3804
3805 2010-11-23 Tom Tromey <tromey@redhat.com>
3806
3807 * Makefile.in (Makefile): Run ../config.status.
3808 (distclean): Update.
3809 * configure: Remove.
3810 * configure.ac: Remove.
3811
3812 2010-11-12 Tom Tromey <tromey@redhat.com>
3813
3814 * gdb.texinfo (Basic Python): Update. Add xref.
3815 (Exception Handling): Document new exception classes.
3816 (Types In Python): Update.
3817 (Frames In Python): Update.
3818
3819 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3820
3821 * gdb.texinfo (Breakpoints In Python): Document "internal"
3822 parameter, and visible attribute.
3823
3824 2010-11-05 Doug Evans <dje@google.com>
3825
3826 * gdb.texinfo (Source Path): Document "set directories".
3827
3828 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3829
3830 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3831 (OpenCL C): New node.
3832
3833 2010-11-02 Doug Evans <dje@google.com>
3834
3835 * gdb.texinfo (Pretty Printing): Expand into three sections,
3836 introduction, example, and commands.
3837 (Python API): Delete section Disabling Pretty-Printers, merge into
3838 Selecting Pretty-Printers.
3839 (Writing a Pretty-Printer): New section. Move the pretty-printer
3840 example here, and reformat to match python coding style. Add a second
3841 example using the gdb.printing module.
3842 (Python modules): Add gdb.printing.
3843
3844 2010-10-29 Doug Evans <dje@google.com>
3845
3846 * gdb.texinfo (Python): Fix long line.
3847
3848 2010-10-20 Doug Evans <dje@google.com>
3849
3850 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3851 All references updated. Correct sections marked as subsections.
3852 (Coding Standards): New chapter. Move the coding standard related
3853 subsections here. Add section on Python coding standards.
3854
3855 2010-10-13 Doug Evans <dje@google.com>
3856
3857 * gdb.texinfo (Python): Add "Python modules".
3858 (Types in Python): Add reference to gdb.types section.
3859 (Python modules): New node.
3860
3861 2010-10-11 Doug Evans <dje@google.com>
3862
3863 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3864 Python" from gdb.Value.type description.
3865
3866 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3867
3868 * gdb.texinfo (Ravenscar Profile): New node.
3869
3870 2010-09-22 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3873
3874 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3875
3876 * gdb.texinfo (Values From Inferior): Clarify that
3877 value.dynamic_type works only in C++ programs with RTTI.
3878
3879 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3880
3881 * gdb.texinfo (Character Sets): Correctly reference host-charset
3882 in example.
3883
3884 2010-09-13 Tom Tromey <tromey@redhat.com>
3885
3886 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3887 Document "fullname" and "from".
3888
3889 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3890
3891 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3892 feature `reverse' output by -list-target-features.
3893
3894 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3895
3896 * gdb.texinfo (i386 Features): Remove an extra "@item".
3897
3898 2010-08-30 Tom Tromey <tromey@redhat.com>
3899
3900 PR python/11792:
3901 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3902
3903 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3904
3905 * gdb.texinfo (ARM Features): Document
3906 org.gnu.gdb.arm.m-profile.
3907
3908 2010-08-23 Tom Tromey <tromey@redhat.com>
3909
3910 PR python/11145:
3911 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3912 reinterpret_cast methods.
3913
3914 2010-08-23 Tom Tromey <tromey@redhat.com>
3915
3916 PR python/11915:
3917 * gdb.texinfo (Types In Python): Document array method.
3918
3919 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3920
3921 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3922
3923 2010-08-16 Tom Tromey <tromey@redhat.com>
3924
3925 * gdb.texinfo (Set Watchpoints): Document -location option.
3926
3927 2010-08-13 Doug Evans <dje@google.com>
3928
3929 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3930
3931 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3932
3933 * gdb.texinfo (GDB/MI Data Manipulation): Document
3934 -data-read-memory-raw and -data-write-memory-raw.
3935
3936 2010-08-11 Tom Tromey <tromey@redhat.com>
3937 Phil Muldoon <pmuldoon@redhat.com>
3938
3939 * gdb.texinfo (Basic Python): Describe post_event API.
3940
3941 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3942
3943 * gdb.texinfo (Basic Python): Describe solib_address and
3944 decode_line Python APIs
3945
3946 2010-08-10 Tom Tromey <tromey@redhat.com>
3947
3948 * gdb.texinfo (Pretty Printing API): Document
3949 gdb.default_visualizer.
3950
3951 2010-08-10 Tom Tromey <tromey@redhat.com>
3952
3953 Revert gdb-add-index addition:
3954 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3955
3956 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3957 Eli Zaretskii <eliz@gnu.org>
3958
3959 * gdb.texinfo (Mode Options) <-batch>
3960 (Basic Python) <gdb.execute>: Describe setting width and height.
3961
3962 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3963
3964 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3965
3966 2010-07-30 Tom Tromey <tromey@redhat.com>
3967
3968 * gdb.texinfo (Index Files): Mention gdb-add-index.
3969
3970 2010-07-30 Hui Zhu <teawater@gmail.com>
3971
3972 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3973 "detach inferior" and "kill inferior".
3974
3975 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3976
3977 * gdb.texinfo (Machine Code): Update description of two forms of
3978 arguments, and add new example to demonstrate the new form.
3979
3980 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3981
3982 * gdb.texinfo (Values From Inferior): Add value inferior function
3983 call description.
3984
3985 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3988
3989 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3990 Eli Zaretskii <eliz@gnu.org>
3991
3992 Make core files the process_stratum.
3993 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3994 record_stratum example.
3995
3996 2010-07-13 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.texinfo (Index Files): New node.
3999
4000 2010-07-13 Tom Tromey <tromey@redhat.com>
4001
4002 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4003
4004 2010-07-13 Tom Tromey <tromey@redhat.com>
4005
4006 * gdb.texinfo (Specify Location): Document labels.
4007
4008 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4009
4010 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4011 entries for fast tracepoints and static tracepoints.
4012
4013 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4014
4015 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4016 qsThreadInfo>: Spell out `l' as ell.
4017
4018 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4019
4020 * gdb.texinfo (Convenience Variables): Document $_sdata.
4021 (Commands to Set Tracepoints): Describe static tracepoints. Add
4022 `Listing Static Tracepoint Markers' menu entry. Document
4023 "strace".
4024 (Tracepoint Action Lists): Document collecting $_sdata.
4025 (Listing Static Tracepoint Markers): New subsection.
4026 (Tracepoints support in gdbserver): Mention static tracepoints.
4027 (remote packets, enabling and disabling): Mention
4028 read-sdata-object.
4029 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4030 and StaticTracepoint.
4031 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4032 Document qXfer:sdata:read.
4033 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4034
4035 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4036
4037 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4038
4039 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4040 Tom Tromey <tromey@redhat.com>
4041 Thiago Jung Bauermann <bauerman@br.ibm.com>
4042
4043 * gdb.texinfo (Inferiors In Python): New node.
4044 * gdb.texinfo (Threads In Python): New node.
4045
4046 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4047
4048 * gdb.texinfo (Python): Document what the python directory is
4049 and what its location is.
4050 (Basic Python): Document the gdb.PYTHONDIR constant.
4051
4052 2010-06-25 Tom Tromey <tromey@redhat.com>
4053
4054 PR python/10808:
4055 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4056
4057 2010-06-24 Hui Zhu <teawater@gmail.com>
4058
4059 * gdb.texinfo: (Commands for Controlled Output): Add
4060 documentation for command "eval".
4061
4062 2010-06-21 Stan Shebs <stan@codesourcery.com>
4063
4064 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4065 * annotate.texinfo: Ditto.
4066 * gdbint.texinfo: Ditto.
4067 * stabs.texinfo: Ditto.
4068
4069 2010-06-22 Hui Zhu <teawater@gmail.com>
4070
4071 * gdb.texinfo: (Process Record and Replay): Add documentation
4072 for command "set record memory-query".
4073
4074 2010-06-21 Stan Shebs <stan@codesourcery.com>
4075
4076 * gdb.texinfo: Relicense under GFDL version 1.3.
4077 * annotate.texinfo: Relicense under GFDL version 1.3.
4078 * gdbint.texinfo: Relicense under GFDL version 1.3.
4079 * stabs.texinfo: Relicense under GFDL version 1.3.
4080 * fdl.texi: Update to version 1.3.
4081
4082 2010-06-18 Stan Shebs <stan@codesourcery.com>
4083
4084 * gdb.texinfo (Operating System Auxiliary Information): Describe
4085 "info os" when no arguments given.
4086
4087 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4088 $_thread.
4089
4090 2010-06-18 Hui Zhu <teawater@gmail.com>
4091
4092 * gdb.texinfo: (Process Record and Replay): Add documentation
4093 for commands "record save" and "record restore".
4094
4095 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 * gdb.texinfo: Include information about the correct use
4098 of addresses in the `watch' command.
4099
4100 2010-06-11 Stan Shebs <stan@codesourcery.com>
4101
4102 * gdb.texinfo (Observer Mode): New section.
4103 (General Query Packets): Document QAllow.
4104
4105 2010-06-04 Doug Evans <dje@google.com>
4106
4107 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4108
4109 2010-06-03 Doug Evans <dje@google.com>
4110
4111 * gdbint.texinfo (Coding): Add subsection on command names.
4112
4113 2010-06-02 Tom Tromey <tromey@redhat.com>
4114
4115 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4116 always-disassemble.
4117
4118 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4119
4120 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4121 gdbserver, and add cross reference.
4122 (Tracepoints support in gdbserver): New subsection.
4123
4124 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4125
4126 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4127 `qRelocInsn' feature.
4128 (Relocate instruction reply packet): New subsection
4129 of `Tracepoint Packets'.
4130 (Tracepoint Packets): Mention that packets QTDP and QTStart
4131 support the qRelocInsn request, and add cross reference to new
4132 subsection.
4133
4134 2010-05-25 Doug Evans <dje@google.com>
4135
4136 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4137 (Commands In Python): Document gdb.string_to_argv.
4138
4139 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4140
4141 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4142 ATTR_NORETURN.
4143
4144 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4145 Tom Tromey <tromey@redhat.com>
4146 Thiago Jung Bauermann <bauerman@br.ibm.com>
4147
4148 * gdb.texinfo (Parameters In Python): New Node.
4149
4150 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4151
4152 * gdb.texinfo: (Summary) Add mention about D language support.
4153 (Filenames): Add D suffixes.
4154 (D): New node.
4155
4156 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4157
4158 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4159 of macro deleted from GDB code.
4160
4161 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4162
4163 * gdb.texinfo (Commands to specify files): Describe what how GDB
4164 looks up DOS-based filesystem paths on the system root. Document
4165 the new `set/show target-file-system-kind' commands.
4166
4167 2010-04-23 Doug Evans <dje@google.com>
4168
4169 * gdb.texinfo (Python): Move Auto-loading section here ...
4170 (Python API): from here.
4171 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4172 (Maintenance Commands): Add docs for "maint print section-scripts".
4173
4174 2010-04-20 Chris Moller <cmoller@redhat.com>
4175
4176 * gdb.texinfo (Setting Breakpoints): Added description of
4177 filename-qualified rbreak.
4178 * refcard.tex (Breakpoints and Watchpoints): Added brief
4179 description of filename-qualified rbreak.
4180
4181 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4182
4183 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4184 (Python API): Change the reference to Pretty Printing API.
4185 (Pretty Printing): Move the user part under the Data node. Reformat
4186 the sample output to 72 columns. Create a new reference to Pretty
4187 Printing API. Rename the API part ...
4188 (Pretty Printing API): To a new node name.
4189 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4190 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4191
4192 2010-04-21 Stan Shebs <stan@codesourcery.com>
4193
4194 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4195 and commands.
4196 (Listing Tracepoints): Update to reflect current behavior.
4197
4198 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4199
4200 * gdb.texinfo (Examining memory): Update for change in string
4201 display with explicit size.
4202
4203 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4204
4205 PR breakpoints/8554.
4206
4207 * gdb.texinfo (Save Breakpoints): New node.
4208 (save-tracepoints): Rename to ...
4209 (save tracepoints): ... this. Mention that `save-tracepoints' is
4210 a deprecated alias to `save tracepoints'.
4211
4212 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4213
4214 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4215 (info w32 thread-information-block): Document new command.
4216 (qGetTIBAddress): Document new gdbserver query.
4217 (maint set/show show-all-tib): Document new command.
4218
4219 2010-04-15 Doug Evans <dje@google.com>
4220
4221 * gdb.texinfo (Python API): Add progspaces section.
4222 (Selecting Pretty-Printers): Progspace pretty-printers are
4223 searched too.
4224 (Progspaces In Python): New section.
4225
4226 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4227
4228 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4229
4230 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4231 returns None.
4232
4233 2010-04-09 Stan Shebs <stan@codesourcery.com>
4234
4235 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4236 Describe the `frames-created' field, tweak grammar.
4237
4238 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4239
4240 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4241 Describe the `circular' and `disconnected' fields.
4242
4243 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4244
4245 * gdb.texinfo (maint print registers): Mention unavailable and
4246 invisible registers.
4247
4248 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4249 Thiago Jung Bauermann <bauerman@br.ibm.com>
4250 Tom Tromey <tromey@redhat.com>
4251
4252 * gdb.texinfo (Breakpoints In Python): New Node.
4253
4254 2010-04-08 Stan Shebs <stan@codesourcery.com>
4255
4256 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4257 trace status fields.
4258
4259 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4260
4261 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4262 optional. Make org.gnu.gdb.i386.avx requires
4263 org.gnu.gdb.i386.avx.
4264
4265 2010-04-08 Doug Evans <dje@google.com>
4266
4267 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4268 search path, and document that gdb only scans the search path if
4269 the script's path doesn't specify a directory.
4270
4271 2010-04-05 Doug Evans <dje@google.com>
4272
4273 * gdb.texinfo (maint show python auto-load): Fix typo.
4274
4275 2010-04-04 Stan Shebs <stan@codesourcery.com>
4276
4277 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4278 (Setting Watchpoints): Update description of "info watch".
4279 (Disabling Breakpoints): Only "info break" lists all.
4280
4281 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4282 (tdump): Explain how tdump works.
4283
4284 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4285
4286 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4287 add cross reference.
4288
4289 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4290
4291 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4292 commands error out.
4293
4294 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4295
4296 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4297
4298 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4299
4300 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4301
4302 2010-03-29 Stan Shebs <stan@codesourcery.com>
4303 Nathan Sidwell <nathan@codesourcery.com>
4304
4305 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4306 GDBN equivalent.
4307 (Set Tracepoints): Remove mention that conditional tracepoints
4308 don't exist.
4309 (Tracepoint Actions): Clarify when while-stepping collection
4310 happens, note that while-stepping does not automatically collect
4311 $pc.
4312
4313 2010-03-29 Stan Shebs <stan@codesourcery.com>
4314
4315 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4316 (General Query Packets): Describe TracepointSource.
4317
4318 2010-03-27 Matt Rice <ratmice@gmail.com>
4319
4320 * gdb.texinfo (ARM): Document arguments to "target sim".
4321 (Set Catchpoints): Use @dots{} instead of @r{...}.
4322
4323 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4324
4325 * gdb.texinfo (Tracepoint Packets): Remove mention that
4326 terror:string may be plain text, and drop mention of X prefix.
4327
4328 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4329
4330 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4331
4332 2010-03-24 Stan Shebs <stan@codesourcery.com>
4333
4334 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4335
4336 2010-03-24 Tom Tromey <tromey@redhat.com>
4337
4338 PR breakpoints/9352:
4339 * gdb.texinfo (Break Commands): Update.
4340
4341 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4342
4343 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4344 commands.
4345
4346 2010-03-16 Stan Shebs <stan@codesourcery.com>
4347
4348 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4349 circular-trace-buffer.
4350 (Tracepoint Packets): Describe QTBuffer, and details of the
4351 qTStatus reply.
4352
4353 2010-03-12 Stan Shebs <stan@codesourcery.com>
4354 Nathan Sidwell <nathan@codesourcery.com>
4355
4356 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4357 doing instruction stepping.
4358 (Tracepoint Restrictions): New node.
4359
4360 2010-03-10 Tom Tromey <tromey@redhat.com>
4361
4362 * gdbint.texinfo (Symbol Handling): Update.
4363
4364 2010-03-08 Tom Tromey <tromey@redhat.com>
4365
4366 PR cli/9591:
4367 * gdb.texinfo (Mode Options): Mention lack of pagination and
4368 confirmation with --batch.
4369 (Screen Size): Mention --batch.
4370 (Messages/Warnings): Likewise.
4371
4372 2010-03-05 Tom Tromey <tromey@redhat.com>
4373
4374 * gdb.texinfo (Basic Python): Document target_charset and
4375 target_wide_charset.
4376
4377 2010-03-05 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.texinfo (Data): Link to pretty-printing.
4380 (Output Formats): Likewise. Correct text.
4381
4382 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4383
4384 * gdb.texinfo (Types): Describe <struct> and <flags>.
4385
4386 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4387
4388 * gdb.texinfo (Frames In Python): Add block parameter and
4389 description to read_var text.
4390
4391 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4392 Tom Tromey <tromey@redhat.com>
4393
4394 * gdb.texinfo (Types In Python): Describe block argument in
4395 template_argument and gdb.lookup_type.
4396
4397 2010-02-24 Tom Tromey <tromey@redhat.com>
4398
4399 * gdb.texinfo (Cygwin Native): Fix typo.
4400
4401 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4402
4403 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4404 and select method descriptions.
4405 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4406 Tables in Python to menu.
4407 (Blocks In Python): New node.
4408 (Symbols In Python): New node.
4409 (Symbol Tables in Python): New node.
4410
4411 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4412
4413 Multiexec MI
4414
4415 gdb/
4416 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4417
4418 gdb/doc/
4419 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4420 changes.
4421 (GDB/MI Program Execution): Document current behaviour of
4422 --all and --thread-group.
4423 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4424 -remove-inferior.
4425 * observer.texi (inferior_added, inferior_removed): New
4426 observers.
4427
4428 2010-02-19 Tom Tromey <tromey@redhat.com>
4429
4430 * gdbint.texinfo (Getting Started): Fix @node.
4431 (Debugging GDB): Likewise.
4432
4433 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4434
4435 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4436 documenting the gdb_test_timeout variable.
4437
4438 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4439
4440 * gdb.texinfo (MI commands): Added documentation of --reverse
4441 option to a set of MI commands. Restructured documentation of MI
4442 commands --exec-continue to reflect the complexity of reverse
4443 execution.
4444
4445 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4446
4447 * gdb.texinfo (Using the Collected Data): Specify that the address
4448 range of `tfind outsize' is exclusive, and that the address range
4449 of `tfind range' is inclusive.
4450 (Tracepoint Packets): Specify that the address range of
4451 `QTFrame:range' is inclusive, and that the address range of
4452 `QTFrame:outside' is exclusive
4453
4454 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4455
4456 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4457
4458 2010-02-10 Tom Tromey <tromey@redhat.com>
4459
4460 * gdb.texinfo (Debugging Output): Document set debug parser and
4461 show debug parser.
4462
4463 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4464
4465 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4466 i386_eflags and i386_mxcsr.
4467
4468 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4469
4470 * gdb.texinfo: Document i386 target features.
4471
4472 2010-02-05 Doug Evans <dje@google.com>
4473
4474 * gdbint.texinfo (Testsuite): Add a new section to document the
4475 various DejaGnu variables that may be overridden.
4476 Document INTERNAL_GDBFLAGS.
4477
4478 2010-02-04 Tom Tromey <tromey@redhat.com>
4479
4480 PR cli/8830:
4481 * gdb.texinfo (Files): -readnow comes before the filename for file
4482 and symbol-file.
4483
4484 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4485
4486 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4487 Document ARM breakpoint types.
4488 (Register Packet Format): Move into the new section.
4489 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4490
4491 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4492
4493 * gdb.texinfo (File Options): Adjust the documentation of this
4494 switch to refer to the "source" command rather than partially
4495 duplicating some of the relevant information.
4496 (Extending GDB): Introduce and document the set/show script-extension
4497 setting.
4498 (Command Files): Add note explaining that the "source" command
4499 is also used to evalute scripts written in other languages.
4500 Remove the short slightly incorrect reference to sourcing Python
4501 scripts.
4502 (Python Commands): Document how to execute a Python script from GDB.
4503
4504 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4505
4506 * gdb.texinfo (Command Files): Fix typo.
4507
4508 2010-01-18 Tom Tromey <tromey@redhat.com>
4509
4510 * gdb.texinfo (File Options): Document -x on .py files.
4511 (Command Files): Document handling of Python scripts.
4512
4513 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4514
4515 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4516
4517 2010-01-15 Stan Shebs <stan@codesourcery.com>
4518
4519 * gdb.texinfo (Trace Files): New section.
4520 (Tracepoint Packets): Document QTSave and qTBuffer.
4521 (Trace File Format): New appendix.
4522
4523 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4524
4525 * gdb.texinfo (Values From Inferior): Document lazy_string value
4526 method.
4527 (Python API): Add Lazy strings menu item.
4528 (Lazy Strings In Python): New node.
4529
4530 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4531
4532 * gdb.texinfo (GDB/MI Thread Information): New.
4533 (GDB/MI Async Records): Document the core field in *stopped.
4534 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4535 documentation
4536 (Process list): Document that osdata document may contain
4537 threads.
4538 (Remote Serial Protocol): Document qXfer:threads.
4539
4540 2010-01-06 Stan Shebs <stan@codesourcery.com>
4541
4542 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4543 disconnected tracing.
4544 (Tracepoint Packets): Document new protocol.
4545
4546 2010-01-05 Stan Shebs <stan@codesourcery.com>
4547
4548 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4549 tracepoints.
4550 (Tracepoint Packets): Describe remote protocol for fast
4551 tracepoints.
4552
4553 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4554
4555 Update the "Start of New Year Procedure".
4556 * gdbint.texinfo: Add the list of files that need to be updated
4557 manually. Minor reformatting.
4558
4559 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4560
4561 * refcard.tex: Update copyright year in header and text.
4562
4563 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4564
4565 * agentexpr.texi: Add 2010 to the list of copyright years.
4566 * annotate.texinfo: Likewise.
4567 * gdb.texinfo: Likewise.
4568 * gdbint.texinfo: Likewise.
4569 * observer.texi: Likewise.
4570 * stabs.texinfo: Likewise.
4571
4572 2009-12-31 Stan Shebs <stan@codesourcery.com>
4573
4574 * gdb.texinfo (Tracepoint Actions): Describe teval.
4575
4576 2009-12-29 Stan Shebs <stan@codesourcery.com>
4577
4578 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4579
4580 2009-12-28 Stan Shebs <stan@codesourcery.com>
4581
4582 * gdb.texinfo (Trace State Variables): New section.
4583 (Tracepoint Packets): Describe trace state variable packets.
4584 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4585 variable bytecodes.
4586
4587 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4588
4589 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4590 declarations.
4591
4592 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4593
4594 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4595 -gdb-exit behaviour.
4596
4597 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4598
4599 * gpl.texi: Update to version 3 of the GPL.
4600
4601 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4602
4603 * Makefile.in: Update copyright header.
4604 * observer.texi: Fix the copyright header of the generated files.
4605
4606 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4607
4608 * gdb.texinfo (Types In Python): Describe range function.
4609
4610 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4611
4612 * gdb.texinfo (Types In Python): Describe "is_base_class".
4613
4614 2009-12-03 Tom Tromey <tromey@redhat.com>
4615
4616 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4617
4618 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4619
4620 * observer.texi: New memory_changed observer.
4621
4622 2009-12-01 Tom Tromey <tromey@redhat.com>
4623
4624 * gdb.texinfo (Reverse Execution): Fix typo.
4625
4626 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4627
4628 PR gdb/8704
4629
4630 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4631 are allowed after the breakpoint condition.
4632
4633 2009-11-23 Tom Tromey <tromey@redhat.com>
4634
4635 PR python/10782:
4636 * gdb.texinfo (Types In Python): Document Type.pointer.
4637
4638 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4639
4640 * gdb.texinfo (Machine Code): Adjust.
4641
4642 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4643
4644 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4645 (Using Agent Expressions): Delete cross reference.
4646
4647 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4648
4649 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4650 and @settitle directives up to help makeinfo find them.
4651
4652 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4653
4654 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4655 (Auto-loading): Use plural and note one can use multiple components now.
4656
4657 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4658
4659 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4660 -stack-list-arguments have the same documentation for parameter
4661 as -stack-list-locals. Add comas.
4662
4663 2009-10-27 Tom Tromey <tromey@redhat.com>
4664 Eli Zaretskii <eliz@gnu.org>
4665
4666 PR python/10781
4667
4668 * gdb.texinfo (Values From Inferior): Document cast method.
4669
4670 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4671
4672 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4673 and adjust example.
4674
4675 2009-10-22 Michael Snyder <msnyder@vmware.com>
4676
4677 * gdb.texinfo (Process Record and Replay): Document new form of
4678 info record command. Also document the new save and restore
4679 commands.
4680
4681 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4682
4683 * gdb.texinfo (Machine Code): Mention current pc marker.
4684 (Memory): Likewise.
4685
4686 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4687 Stan Shebs <stan@codesourcery.com>
4688
4689 * observer.texi (new_inferior): Rename to...
4690 (inferior_appeared): ... this.
4691
4692 * gdb.texinfo (Inferiors): Rename node to ...
4693 (Inferiors and Programs): ... this. Mention running multiple
4694 programs in the same debug session.
4695 <info inferiors>: Mention the new 'Executable' column if "info
4696 inferiors". Update examples. Document the "add-inferior",
4697 "clone-inferior", "remove-inferior" and "maint info
4698 program-spaces" commands.
4699 (Process): Rename node to...
4700 (Forks): ... this. Document "set|show follow-exec-mode".
4701
4702 2009-10-11 Michael Snyder <msnyder@vmware.com>
4703
4704 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4705 (ReverseContinue): Ditto.
4706
4707 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4708
4709 * gdb.texinfo (Server): Document libthread-db-search-path.
4710
4711 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4714
4715 2009-10-06 Michael Eager <eager@eagercon.com>
4716
4717 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4718 (Embedded Processors): Add MicroBlaze.
4719 (MicroBlaze): New. Describe Xilinx MicroBlaze
4720
4721 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4722
4723 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4724
4725 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4726
4727 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4728
4729 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4730
4731 * observer.texi (solib_unloaded): Document explicitly the fact that
4732 this observer is called before the associated symbols are unloaded.
4733
4734 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4735
4736 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4737 -stack-list-variables.
4738
4739 2009-09-18 Tom Tromey <tromey@redhat.com>
4740
4741 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4742 is experimental.
4743
4744 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4745
4746 * gdb.texinfo (convenince variables): Mention
4747 $_siginfo could be empty.
4748
4749 2009-09-15 Tom Tromey <tromey@redhat.com>
4750
4751 * gdb.texinfo (GDB/MI Variable Objects): Document
4752 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4753 Expand -var-update documentation.
4754
4755 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4756
4757 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4758 feature.
4759
4760 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4761
4762 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4763
4764 2009-09-10 Michael Snyder <msnyder@vmware.com>
4765
4766 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4767 ReverseStep replies to the qSupported query.
4768
4769 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4770
4771 Add documentation for set/show interactive-mode.
4772 * gdb.texinfo (Other Misc Settings): New node.
4773
4774 2009-09-01 Doug Evans <dje@google.com>
4775
4776 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4777 non-stop mode's affect on remote caching.
4778
4779 2009-08-31 Jacob Potter <jdpotter@google.com>
4780 Doug Evans <dje@google.com>
4781
4782 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4783 Mark `set/show remotecache' options as obsolete.
4784 Document new `set/show stack-cache' option.
4785 Update text for `info dcache'.
4786
4787 2009-08-27 Doug Evans <dje@google.com>
4788
4789 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4790 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4791
4792 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4793
4794 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4795 about autoconf.
4796
4797 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4798
4799 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4800 small example, and describe its columns. Replace "inferior-id" by
4801 "infno" throughout.
4802
4803 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4804
4805 * gdbint.texinfo (Releasing GDB): Point to
4806 README-maintainer-mode file for required autoconf version.
4807 * configure.ac: Do not substitute datarootdir, htmldir,
4808 pdfdir, docdir. Do not process --with-datarootdir,
4809 --with-htmldir, --with-pdfdir, --with-docdir.
4810 * configure: Regenerate.
4811
4812 * configure: Regenerate.
4813
4814 2009-08-20 Reid Kleckner <reid@kleckner.net>
4815
4816 * gdb.texinfo: Add chapter on JIT interface.
4817
4818 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4821 confirmation request.
4822
4823 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4824
4825 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4826 CRC definitions.
4827
4828 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4829
4830 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4831 -break-commands.
4832
4833 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4834
4835 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4836 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4837
4838 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4839
4840 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4841 "set spu stop-on-load" and "show spu stop-on-load" commands.
4842
4843 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4844
4845 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4846
4847 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4848
4849 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4850 org.gnu.gdb.arm.neon.
4851
4852 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4853
4854 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4855 optional element.
4856 (subsection OS ABI): New subsection.
4857
4858 2009-07-14 Stan Shebs <stan@codesourcery.com>
4859
4860 * gdb.texinfo (Tracepoint Conditions): New section.
4861 (General Query Packets): Describe ConditionalTracepoints.
4862 (Tracepoint Packets): Describe condition field.
4863 (Maintenance Commands): Describe maint agent-eval.
4864 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4865
4866 2009-07-11 Hui Zhu <teawater@gmail.com>
4867
4868 * gdb.texinfo (disassemble): Add a new modifier /r
4869 to "disassemble" command to make it print the raw instructions
4870 in hex as well as in symbolic form.
4871
4872 2009-07-09 Tom Tromey <tromey@redhat.com>
4873
4874 * gdbint.texinfo (Testsuite): Document parallel make check.
4875
4876 2009-07-09 Tom Tromey <tromey@redhat.com>
4877
4878 * gdbint.texinfo (Testsuite): Document test transcripts.
4879
4880 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4881
4882 * gdb.texinfo (Values From Inferior): Add length parameter
4883 description.
4884
4885 2009-07-04 Chris Genly <chris@genly.us>
4886
4887 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4888 in -var-list-children. Fix example according to what the code
4889 does.
4890
4891 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4892
4893 * gdb.texinfo (Debugging multiple inferiors): Document the
4894 "inferior", "detach inferior" and "kill inferior" commands.
4895 (Debugging Programs with Multiple Processes): Adjust to mention
4896 generic "inferior" commands. Delete mention of "detach fork" and
4897 "delete fork". Cross reference to "Debugging multiple inferiors"
4898 section.
4899
4900 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4901
4902 * gdbint.texinfo (Item Output Functions): Update signature
4903 for ui_out_field_core_addr.
4904
4905 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4906
4907 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4908 Update example code extrated from breakpoint.c.
4909
4910 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4911
4912 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4913 MI commands.
4914 (GDB/MI Symbol Query): Likewise.
4915 (GDB/MI File Commands): Likewise.
4916 (GDB/MI File Transfer Commands): Likewise.
4917 (GDB/MI Target Manipulation): Likewise.
4918 (GDB/MI Miscellaneous Commands): Likewise.
4919
4920 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4921
4922 * gdb.texinfo (Debugging Optimized Code): New chapter.
4923 (Compiling for Debugging): Reference it. Move some
4924 text to the new section.
4925
4926 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4927
4928 * doc/gdb.texinfo (Calling): Document
4929 set-unwind-on-terminating-exception usage.
4930
4931 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4932
4933 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4934 command.
4935
4936 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4937
4938 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4939 references.
4940
4941 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4942
4943 * gdbint.texinfo: Rename formal parameters to gdbarch function
4944 protoypes from "current_gdbarch" to "gdbarch".
4945
4946 2009-05-28 Tom Tromey <tromey@redhat.com>
4947
4948 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4949
4950 2009-05-27 Tom Tromey <tromey@redhat.com>
4951
4952 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4953 feature.
4954 (GDB/MI Variable Objects): Document -var-set-visualizer.
4955
4956 2009-04-02 Tom Tromey <tromey@redhat.com>
4957
4958 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4959 feature.
4960 (GDB/MI Variable Objects): Document -var-set-visualizer.
4961
4962 2009-05-27 Tom Tromey <tromey@redhat.com>
4963 Thiago Jung Bauermann <bauerman@br.ibm.com>
4964 Phil Muldoon <pmuldoon@redhat.com>
4965
4966 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4967 (Pretty Printing): New node.
4968 (Selecting Pretty-Printers): Likewise.
4969 (Python API): Update.
4970 (Output Formats): Document /r format.
4971
4972 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4973 Tom Tromey <tromey@redhat.com>
4974
4975 * gdb.texinfo (Types In Python): New node.
4976 (Values From Inferior): "type" is now an attribute.
4977 (Python API): Update.
4978
4979 2009-05-27 Tom Tromey <tromey@redhat.com>
4980 Thiago Jung Bauermann <bauerman@br.ibm.com>
4981 Phil Muldoon <pmuldoon@redhat.com>
4982
4983 * gdb.texinfo: Add @syncodeindex for `tp'.
4984 (Python API): Update.
4985 (Auto-loading): New node.
4986 (Objfiles In Python): New node.
4987
4988 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4989
4990 * gdb.texinfo (Threads): Document libthread-db-search-path.
4991
4992 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4993
4994 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4995
4996 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4997
4998 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4999 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5000 show show-debug-regs' docs.
5001
5002 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5003
5004 * gdb.texinfo (Process Record and Replay): Add description of
5005 reverse execution.
5006
5007 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdbint.texinfo (Adding support for debugging core files): New node.
5010 (Native Debugging): Remove the ``Native core file Support'' section.
5011
5012 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5013
5014 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5015 Add index entries.
5016
5017 2009-04-30 Hui Zhu <teawater@gmail.com>
5018 Michael Snyder <msnyder@vmware.com>
5019
5020 * gdb.texinfo: (Process Record and Replay): Add documentation for
5021 process record and replay.
5022
5023 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5024
5025 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5026 a new part on command-line defined macros.
5027
5028 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5029
5030 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5031 clarify the wording.
5032
5033 2009-04-23 Tom Tromey <tromey@redhat.com>
5034
5035 * gdb.texinfo (Data Files): New node.
5036 (GDB Files): Update menu.
5037
5038 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5039
5040 * gdbint.texinfo (Defining Other Architecture Features): Remove
5041 entry for PROCESS_LINENUMBER_HOOK.
5042
5043 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5044
5045 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5046
5047 2009-04-22 Hui Zhu <teawater@gmail.com>
5048
5049 * gdb.texinfo (disassemble-next-line): Set the default of
5050 disassemble-next-line to off.
5051
5052 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5053
5054 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5055 --with-htmldir): New.
5056 * configure: Regenerate.
5057 * Makefile.in (datarootdir, docdir): Define.
5058 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5059 instead of $(SET_TEXINPUTS).
5060 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5061 gdbint.info instead of $(SET_TEXINPUTS).
5062 (gdbint/index.html): Use same -I options as for building
5063 gdbint.info.
5064 (stabs.dvi, stabs.pdf): Use same -I options as for building
5065 stabs.info instead of $(SET_TEXINPUTS).
5066 (stabs/index.html): Use same -I options as for building
5067 stabs.info.
5068 (annotate.dvi, annotate.pdf): Use same -I options as for building
5069 annotate.info instead of $(SET_TEXINPUTS).
5070 (annotate/index.html): Use same -I options as for building
5071 annotate.info.
5072
5073 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5074
5075 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5076
5077 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5078
5079 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5080
5081 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5082 Joseph Myers <joseph@codesourcery.com>
5083
5084 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5085 (MAKEHTMLFLAGS): Set to empty.
5086 (html__strip_dir): Define.
5087 (HTMLFILES): Define.
5088 (HTMLFILES_INSTALL): Define.
5089 (install-html): Copy new automake rule.
5090 (html): Depend on $(HTMLFILES).
5091 (gdb_toc.html): Rename to gdb/index.html.
5092 (gdbint_toc.html): Rename to gdbint/index.html.
5093 (stabs_toc.html): Rename to stabs/index.html.
5094 (annotate_toc.html): Rename to annotate/index.html.
5095
5096 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5097
5098 * Makefile.in: Set pdfdir and htmldir from configure
5099 substitutions.
5100 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5101 * configure: Regenerate.
5102
5103 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5104
5105 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5106 This macro is no longer used.
5107
5108 2009-04-15 Tom Tromey <tromey@redhat.com>
5109
5110 * gdb.texinfo (Character Sets): Document default character set.
5111
5112 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5113
5114 * gdbint.texinfo: Change server name from sources.redhat.com to
5115 sourceware.org throughout.
5116
5117 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5118
5119 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5120 about a missing dot or coma after @xref.
5121
5122 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5123
5124 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5125 example, and add a small explanation about it.
5126 (Print Settings): Change the documentation of the "set print
5127 frame-arguments" to reflect the fact that the default is now "scalars".
5128
5129 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5130
5131 * gdb.texinfo (Print Settings): Add kindex for command "set
5132 print frame-arguments".
5133
5134 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5135
5136 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5137 breakpoints.
5138 (Set Breaks): Add reference to thread-specific and task-specific
5139 breakpoints.
5140
5141 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5142
5143 * gdb.texinfo (Ada Tasks): Remove the documentation about
5144 the "Running" state, as this state has been eliminated.
5145 Now all runnable tasks are shown as "Runnable".
5146
5147 2009-03-30 Stan Shebs <stan@codesourcery.com>
5148
5149 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5150 special case of breakpoints.
5151 (Enable and Disable Tracepoints): Mention deprecation.
5152 (Listing Tracepoints): Update description and example.
5153
5154 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5155
5156 * gdb.texinfo (Frames in Python): New node.
5157 (Python API): Update.
5158
5159 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5160
5161 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5162 from a method to an attribute.
5163
5164 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5165
5166 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5167 attribute.
5168
5169 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5170
5171 * observer.texi (thread_exit): Add "silent" parameter.
5172
5173 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5174
5175 * observer.texi (about_to_proceed): New.
5176
5177 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5178
5179 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5180 field throughout to handle types with spaces in them. Fix typos
5181 found by aspell.
5182 (Summary, Requirements, Contributors): New first chapter,
5183 "Summary" added, old Requirements section moved there, and new
5184 section, "Contributors" added.
5185 (Initializing a New Architecture, Register Representation)
5186 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5187 (Porting gdb): These sections extended and updated.
5188 (Compiler Characteristics): This section (empty) deleted.
5189 (Defining Other Architecture Features): This section renamed and
5190 duplicate material removed from (formerly "Target Conditionals").
5191 Use braces {} in @deftypeXX type field throughout to handle types
5192 with spaces in them. Typos found by aspell fixed.
5193
5194 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5195 * stack_frame.pdf: Version of image for PDF output.
5196 * stack_frame.png: Version of image for HTML output and for Emacs.
5197 * stack_frame.txt: Version of image for Info output.
5198 * stack_frame.eps: Version of image for TeX DVI output.
5199
5200 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5201
5202 * gdb.texinfo (Character Sets): Fix last change.
5203
5204 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5205
5206 * gdb.texinfo (Values From Inferior): Fix optional arguments
5207 markup.
5208 (Commands In Python): Adjust argument names of gdb.Command.__init__
5209 to what the function accepts as keywords.
5210
5211 2008-03-20 Tom Tromey <tromey@redhat.com>
5212
5213 * gdb.texinfo (Convenience Vars): Document convenience functions.
5214 (Functions In Python): New node.
5215 (Python API): Update.
5216
5217 2009-03-20 Tom Tromey <tromey@redhat.com>
5218
5219 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5220 set target-wide-charset.
5221 (Requirements): Mention iconv.
5222
5223 2009-03-17 Hui Zhu <teawater@gmail.com>
5224
5225 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5226
5227 2009-03-17 Hui Zhu <teawater@gmail.com>
5228
5229 * gdb.texinfo: Add documentation for disassemble-next-line.
5230
5231 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5232
5233 * gdb.texinfo (Commands In Python): Remove tindex entries.
5234
5235 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5236
5237 * gdb.texinfo (Returning): New description for missing debug info.
5238
5239 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5240
5241 * gdb.texinfo (Remote Configuration): Document query-attached.
5242 (General Query Packets): Document qAttached.
5243
5244 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5245
5246 * gdb.texinfo (Background Execution): Better describe the set
5247 target-async command.
5248 (Maintenance Commands): Delete description of the `maint set/show
5249 linux-async' and `maint set/show remote-async' commands.
5250
5251 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5252
5253 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5254 between sentences.
5255
5256 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5257
5258 * gdb.texinfo (GDB/MI Async Records): Document the
5259 =library-loaded and =library-unloaded notifications.
5260
5261 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5262
5263 * observer.texi (test_notification): New observer.
5264
5265 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5266
5267 * observer.texi: Add parameter 'print_frame' to normal_stop
5268 observer.
5269
5270 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5271
5272 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5273 (Commands In Python): Fix COMMAND_* constants in last change. Use
5274 @kbd for interactive input. Add cross-references and index
5275 entries.
5276
5277 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5278
5279 * gdb.texinfo (Signals): Document $_siginfo.
5280 (Convenience Variables): Mention $_siginfo.
5281 (Remote Configuration): Document qXfer:siginfo:read,
5282 qXfer:siginfo:write packets, and the read-siginfo-object,
5283 write-siginfo-object commands.
5284
5285 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5286
5287 * gdbint.texinfo (Values): New chapter.
5288
5289 2009-02-06 Tom Tromey <tromey@redhat.com>
5290
5291 * gdb.texinfo (Python API): Add entry for Commands In Python.
5292 (Commands In Python): New node.
5293
5294 2009-02-05 Tom Tromey <tromey@redhat.com>
5295
5296 * gdb.texinfo (Values From Inferior): Document Value.string.
5297
5298 2009-02-05 Tom Tromey <tromey@redhat.com>
5299
5300 * gdb.texinfo (Basic Python): Document execute's from_tty
5301 argument.
5302
5303 2009-02-04 Tom Tromey <tromey@redhat.com>
5304
5305 * gdb.texinfo (Basic Python): Document gdb.history.
5306
5307 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5308
5309 * gdb.texinfo (GDB/MI Thread Commands): Document the
5310 'current-thread-id' field. Remove the example with zero threads,
5311 since current GDB won't ever report that if there's inferior.
5312
5313 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5314
5315 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5316 option to -break-insert.
5317
5318 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5319 Jerome Guitton <guitton@adacore.com>
5320
5321 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5322 (System-wide configuration): New section.
5323
5324 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5325
5326 PR gdb/7580:
5327 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5328 internal-error|internal-warning quit|corefile ask|yes|no".
5329
5330 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5331
5332 * gdb.texinfo (Using the `gdbserver' Program): Document
5333 --remote-debug.
5334
5335 2009-01-23 Doug Evans <dje@google.com>
5336
5337 * gdb.texinfo: Add nexti to list of commands that support
5338 background execution.
5339
5340 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5341
5342 * gdb.texinfo (Define, Hooks): Document prefix command support.
5343
5344 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5345 Carlos O'Donell <carlos@codesourcery.com>
5346
5347 Fixes for makeinfo --html.
5348
5349 * annotate.texinfo: Use @copying and @insertcopying. Use
5350 @ifnottex in place of @ifinfo.
5351 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5352 place of @ifinfo. Use @ifnotinfo for one index entry.
5353 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5354 in place of @ifinfo.
5355 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5356 in place of @ifinfo. Include contents at start unconditionally.
5357
5358 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5359
5360 * gdb.texinfo (General Query Packets): Remove @var{} around the
5361 "spu" literal string.
5362
5363 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5364
5365 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5366 program may be running in another process" errors.
5367 * gdbint.texinfo (Native Conditionals): Delete
5368 ONE_PROCESS_WRITETEXT description.
5369
5370 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5371
5372 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5373 emacs local variable to be placed at the end of the ChangeLog.
5374 Add server.c and gdbreplay.c to the list of files where the
5375 copyright year needs to be updated.
5376
5377 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5378
5379 * gdb.texinfo (Remote Configuration): Document new
5380 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5381 commands.
5382
5383 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5384
5385 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5386 FETCH_INFERIOR_REGISTERS.
5387 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5388 FETCH_INFERIOR_REGISTERS descriptions. Remove
5389 gdbarch_get_longjmp_target descrition, since already described in
5390 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5391 (Target Conditionals): ... here.
5392
5393 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5394
5395 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5396 examples.
5397 (Additions to Ada): Likewise. Add the missing opening and closing
5398 parenthesis of the GDB prompt in one of the examples.
5399
5400 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5403 about the result of 'Address not being of type System.Address.
5404 This problem has been fixed a while ago.
5405
5406 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5407
5408 MI non-stop and multiprocess docs.
5409
5410 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5411 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5412 Adjust documentation for *stopped, document =thread-created,
5413 =thread-exited, =thread-group-created and =thread-group-exited.
5414 (GDB/MI Thread Commands): Document the 'state' field in
5415 -thread-info output.
5416 (GDB/MI Program Execution): Mention --all and --thread-group
5417 options.
5418 (GDB/MI Variable Objects): Describe floating and fixed variable
5419 objects.
5420 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5421
5422 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5423
5424 * gdb.texinfo (Operating System Information): New appendix.
5425 (Operating System Auxiliary Information): Document 'info os processes'
5426 (Remote Configuration): Document 'osdata'
5427 (General Query Packets): Document qXfer:osdata:read.
5428
5429 2008-11-27 Tristan Gingold <gingold@adacore.com>
5430
5431 * gdb.texinfo (Darwin): Document Darwin specific features.
5432
5433 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5434
5435 * gdbint.texinfo (Target Conditionals): Extend the
5436 gdbarch_breakpoint_from_pc description.
5437
5438 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5439
5440 * gdb.texinfo (M68K Features): Fix typo.
5441
5442 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5443
5444 * gdb.texinfo (Symbols): Mention printing containing
5445 image name in "info symbol".
5446 (Maint translate-address): Likewise.
5447
5448 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5451 commands "catch load" and "catch unload".
5452
5453 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5454
5455 * gdb.texinfo (GDB/MI Async Records): Document
5456 =thread-selected.
5457
5458 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5459
5460 * observer.texi (new_inferior, inferior_exit): New observers.
5461
5462 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5463
5464 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5465 .mt files, TM_CLIBS or TM_CDEPS.
5466 (x86 Watchpoints): Don't mention TDEPFILES.
5467
5468 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5469
5470 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5471 (Overview): Mention notifications and non-stop mode behavior.
5472 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5473 with non-stop mode behavior. Add vStopped description.
5474 (Stop Reply Packets): Update list of packets that return
5475 stop replies. Mention non-stop behavior.
5476 (General Query Packets): Document QNonStop packet and associated
5477 qSupported query response.
5478 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5479 behavior.
5480 (Notification Packets): New section.
5481 (Remote Non-Stop): New section.
5482 (File-I/O Overview): Mention non-stop behavior.
5483
5484 2008-10-24 Hui Zhu <teawater@gmail.com>
5485 Pedro Alves <pedro@codesourcery.com>
5486
5487 * gdb.texinfo (displaced-stepping): Describe the auto mode
5488 setting, and say it's the default. This is now a mainstream
5489 setting instead of a maintenance setting.
5490
5491 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5492
5493 * observer.texi (thread_stop_requested): New.
5494
5495 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5496
5497 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5498 (Patching): Replace incorrect usage of @samp by @kbd.
5499
5500 2008-10-17 Michael Snyder <msnyder@vmware.com>
5501
5502 * gdb.texinfo: Add documentation for reverse execution.
5503
5504 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5505 Eli Zaretskii <eliz@gnu.org>
5506
5507 * gdb.texinfo. (Values From Inferior): New subsubsection.
5508
5509 2008-10-06 Doug Evans <dje@google.com>
5510
5511 * gdb.texinfo (set debug dwarf2-die): Document it.
5512
5513 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.texinfo (catch) [exception]: Document how to insert
5516 a breakpoint on user-defined exceptions when the exception
5517 name is identical to one of the language-defined ones.
5518
5519 2008-09-27 Tom Tromey <tromey@redhat.com>
5520
5521 * gdb.texinfo (Macros): Remove text about stringification,
5522 varargs, and splicing.
5523
5524 2008-09-27 Tom Tromey <tromey@redhat.com>
5525
5526 * gdbint.texinfo (Language Support): Remove text about omitting
5527 support for a language.
5528
5529 2008-09-23 Doug Evans <dje@google.com>
5530
5531 * gdb.texinfo (info dcache): Update.
5532
5533 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5534
5535 * gdb.texinfo (Packets): Add info on thread-id syntax and
5536 multiprocess extensions.
5537 <D>: Document multiprocess form of packet.
5538 <H>: Use thread-id syntax.
5539 <T>: Likewise.
5540 <vCont>: Likewise. Note this is required for multiprocess.
5541 <vKill>: New packet.
5542 (Stop Reply Packets) <T>: Use thread-id syntax.
5543 <W>: Document multiprocess form of reply.
5544 <X>: Likewise.
5545 (General Query Packets) <qC>: Use thread-id syntax.
5546 <qfThreadInfo>: Likewise.
5547 <qGetTLSAddr>: Likewise.
5548 <qP>: Likewise.
5549 <qSupported>: Add "multiprocess" feature.
5550 <qThreadExtraInfo>: Use thread-id syntax.
5551
5552 2008-09-22 Stan Shebs <stan@codesourcery.com>
5553
5554 * gdb.texinfo (Inferiors): New section.
5555
5556 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5557
5558 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5559
5560 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5561
5562 * gdbint.texinfo (Target Conditionals): Remove documentation
5563 for gdbarch_name_of_malloc.
5564
5565 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5566
5567 * gdb.texinfo (Interrupts): Mention TCP interface for
5568 sending BREAK.
5569
5570 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5573 argument prefix to "set sysroot".
5574
5575 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5576
5577 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5578 and False.
5579
5580 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5581
5582 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5583 for possible features of -list-features.
5584
5585 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5586
5587 * gdb.texinfo (Background execution): Adjust example
5588 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5589
5590 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5591
5592 * doc/gdb.texinfo (PowerPC): Fix typo.
5593 (PowerPC features): Fix typo.
5594
5595 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5596
5597 * observer.texi (thread_ptid_changed): New.
5598
5599 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5600
5601 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5602 (PowerPC features): Mention feature set for VSX registers.
5603
5604 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5605
5606 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5607 the direct visibility of all names in user-written packages.
5608
5609 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5610
5611 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5612 setting, and make it the default.
5613 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5614 non-stop script example.
5615
5616 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5617
5618 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5619 reference to the "Using Different Register and Memory Data
5620 Representation" section.
5621
5622 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5623
5624 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5625 (Remote Protocol): Add Packet Acknowledgment to menu.
5626 (Overview): Mention +/- can be disabled, and point to new section
5627 where this is discussed in detail.
5628 (General Query Packets): Document QStartNoAckMode packet, and
5629 corresponding qSupported reply.
5630 (Packet Acknowledgment): New section.
5631
5632 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5633 Pedro Alves <pedro@codesourcery.com>
5634
5635 * gdb.texinfo (Threads): Move paragraph about automatic thread
5636 selection to All-Stop Mode subsection.
5637 (Thread Stops): Reorganize existing material into subsections.
5638 Add introductory blurb and menu.
5639 (Non-Stop Mode): New subsection.
5640 (Background Execution): New subsection.
5641 (Maintenance Commands): Add cross-references from async mode
5642 commands to the new Background Execution section.
5643
5644 2008-08-06 Tom Tromey <tromey@redhat.com>
5645
5646 * gdb.texinfo (Extending GDB): New chapter.
5647 (Sequences): Demoted chapter, now a section under the new
5648 Extending GDB chapter.
5649 (Python): New section.
5650
5651 2008-07-31 Stan Shebs <stan@codesourcery.com>
5652
5653 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5654
5655 2008-07-29 Stan Shebs <stan@codesourcery.com>
5656
5657 * gdbint.texinfo: General round of cleanup and minor
5658 clarifications.
5659 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5660 (Longjmp Support): Update description to reflect how it is done
5661 for targets without using native header.
5662 (Symbol Handling): Add a little more general explanation.
5663 (COFF, ELF): Mention stabs encapsulation.
5664 (DWARF 3): New section.
5665 (Adding a New Host): Scrub out some obsolete bits.
5666 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5667 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5668 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5669 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5670 SEEK_SET, STOP_SIGNAL, USG.
5671 (Raw and Virtual Register Representations): Ditto for
5672 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5673 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5674 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5675 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5676 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5677 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5678 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5679 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5680 DEPRECATED_USE_STRUCT_CONVENTION.
5681 Describe gdbarch_deprecated_fp_regnum.
5682 Update description of gdbarch_print_insn.
5683 (Adding a New Target): Scrub out obsolete bits.
5684 (Obsolete Conditionals): Remove entire section.
5685
5686 2008-07-25 Tom Tromey <tromey@redhat.com>
5687
5688 * observer.texi (GDB Observers): Document new observers:
5689 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5690 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5691 architecture_changed.
5692
5693 2008-07-21 Stan Shebs <stan@codesourcery.com>
5694
5695 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5696 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5697
5698 2008-07-21 Tom Tromey <tromey@redhat.com>
5699
5700 * observer.texi (GDB Observers): Remove obsolete comment.
5701 <executable_changed>: Remove argument.
5702
5703 2008-07-18 Tom Tromey <tromey@redhat.com>
5704
5705 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5706
5707 2008-07-10 Doug Evans <dje@google.com>
5708
5709 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5710
5711 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5712
5713 * gdb.texinfo (Starting): Document "set disable-randomization".
5714
5715 2008-07-07 Andreas Schwab <schwab@suse.de>
5716
5717 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5718
5719 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5720
5721 * gdb.texinfo (GDB/MI Target Manipulation): Add
5722 example of -target-attach.
5723
5724 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5725
5726 * observer.texi (target_resumed): New observer.
5727 * gdb.texinfo (GDB/MI Output Records): Document *running.
5728
5729 2008-06-06 Tom Tromey <tromey@redhat.com>
5730
5731 * gdb.texinfo (Completion): Add field name example.
5732
5733 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5734
5735 * gdb.texinfo (GDB/MI Program Context): Added example
5736 to -exec-arguments
5737
5738 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5739
5740 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5741 annotation.
5742
5743 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5744 Nathan Sidwell <nathan@codesourcery.com>
5745 Joseph Myers <joseph@codesourcery.com>
5746
5747 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5748 and ACX_BUGURL.
5749 * configure: Regenerate.
5750 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5751 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5752 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5753 mailing-list-specific text about bug reporting unless
5754 BUGURL_DEFAULT.
5755
5756 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5757
5758 * gdb.texinfo (-target-select): Remove reference to target async.
5759 (Maintenance Commands): Document "maint set/show remote-async".
5760
5761 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5762
5763 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5764 in -target-file-get section.
5765
5766 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5767
5768 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5769 killing the inferior when it is already debugging a process.
5770
5771 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5772
5773 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5774 abbreviation for "finish".
5775
5776 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5777
5778 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5779
5780 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5781
5782 * gdbint.texinfo (Target Conditionals): Delete entry for
5783 gdbarch_dwarf_reg_to_regnum.
5784
5785 2008-05-09 Doug Evans <dje@google.com>
5786
5787 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5788
5789 2008-05-05 Doug Evans <dje@google.com>
5790
5791 * gdb.texinfo (disassemble): Document /m modifier.
5792
5793 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5794
5795 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5796 will not report the time of commands that run the target.
5797
5798 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5799
5800 * gdb.texinfo (GDB/MI Output Records): Add
5801 missing semicolon.
5802
5803 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5804
5805 * gdb.texinfo (GDB/MI Output Records):
5806 Document =thread-create and =thread-exited.
5807
5808 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5809
5810 * gdb.texinfo (GDB/MI Development and Front Ends):
5811 Remove mention of dmi-discuss.
5812
5813 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5814
5815 * observer.texi (thread_exit): New.
5816
5817 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5818
5819 * gdb.texinfo (Debugging Output): Document "set/show debug
5820 displaced".
5821 (Maintenance Commands): Document "maint set/show
5822 can-use-displaced-stepping".
5823
5824 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5825
5826 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5827 and set/show arm force-mode.
5828
5829 2008-05-02 Andreas Schwab <schwab@suse.de>
5830
5831 * gdbint.texinfo (Algorithms): Describe
5832 target_watchpoint_addr_within_range.
5833
5834 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5835
5836 * gdbint.texinfo (Stack Frames): New chapter.
5837 (Algorithms): Move Frames text to the new chapter.
5838 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5839 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5840
5841 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5842
5843 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5844 output does not necessary include any tokens.
5845
5846 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5847
5848 * gdb.texinfo (Set SH Calling convention): New @item.
5849 (Show SH Calling convention): Ditto.
5850
5851 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5852
5853 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5854
5855 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5856
5857 * gdb.texinfo (Set Breaks): Mention that multiple location
5858 breakpoints need line number info. Add index entries.
5859
5860 2008-04-19 Craig Silverstein <csilvers@google.com>
5861
5862 * gdb.texinfo (Requirements): Add an optional requirement on
5863 zlib.
5864 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5865 Compressed DWARF 2.
5866
5867 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5868
5869 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5870 sample output for 'stopped,reason="breakpoint-hit"' message.
5871 (GDB/MI Program Execution): Likewise.
5872
5873 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5874
5875 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5876 -var-set-format. Add -f option to -var-evaluate-expression.
5877
5878 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5879
5880 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5881 new node "Ambiguous Expressions". Replace references to this
5882 node by references to "Ambiguous Expressions" throughout.
5883 (Ambiguous Expressions): New node.
5884
5885 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5886
5887 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5888
5889 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5890
5891 * gdb.texinfo (Debugging Output): Document
5892 "set/show debug lin-lwp-async".
5893 (Maintenance Commands): Document "maint set/show linux-async".
5894
5895 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5896
5897 * gdb.texinfo (Expressions): Update description of malloced arrays.
5898
5899 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5900
5901 * gdb.texinfo (Thread Commands): Document
5902 -thread-info. Remove -thread-list-all-threads.
5903
5904 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5905 Sandra Loosemore <sandra@codesourcery.com>
5906
5907 * gdb.texinfo (Library List Format): Update to mention the
5908 possibility to pass section addresses instead of segment
5909 addresses.
5910
5911 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5912
5913 * gdb.texinfo (Starting): Document "set exec-wrapper".
5914 (Server): Document gdbserver --wrapper.
5915
5916 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5917
5918 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5919 unreadable memory. Delete obsolete SPARClite reference.
5920
5921 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.texinfo (Starting): Mention always-running targets.
5924 (Target Commands): Add an anchor for load.
5925 (Connecting): Explain continue instead of run.
5926
5927 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5928
5929 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5930
5931 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5932
5933 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5934 breakpoint table.
5935
5936 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5937
5938 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5939 killing the inferior when it is already debugging a process.
5940
5941 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5942
5943 * gdbint.texinfo (Build Script): New section. Mention new build script
5944 gdb_buildall.sh.
5945
5946 2008-02-01 Jim Blandy <jimb@red-bean.com>
5947
5948 * gdb.texinfo (Help): Summarize 'info args' correctly.
5949
5950 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5951
5952 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5953 available in PowerPC architecture.
5954 (Embedded Processors): Change node name of PowerPC item in menu.
5955 (PowerPC): Rename to...
5956 (PowerPC Embedded): this.
5957 (Architectures): Add new PowerPC item in menu.
5958 (PowerPC): New node.
5959
5960 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5961
5962 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5963 commands.
5964
5965 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5966
5967 * gdb.texinfo (Setting Catchpoints): Mention features
5968 supported on GNU/Linux.
5969
5970 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5971
5972 * gdb.texinfo (GDB/MI File Commands): Describe new output
5973 field for MI command -file-list-exec-source-file.
5974
5975 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5976
5977 * gdb.texinfo (Using the `gdbserver' Program): Add security
5978 warning. Rearrange into subsections and subsubsections. Document
5979 --multi and --debug. Correct --with-sysroot typo. Update --attach
5980 usage. Make load reference clearer. Document monitor exit.
5981 (Remote Configuration): Document set remote exec-file, attach-packet,
5982 and run-packet.
5983 (Packets): Document vAttach and vRun.
5984
5985 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5986
5987 * gdb.texinfo (Processes): Mention process command.
5988 detach-on-follow -> detach-on-fork.
5989
5990 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5991
5992 * gdbint.texinfo (Native Conditionals): Remove
5993 SHELL_COMMAND_CONCAT and SHELL_FILE.
5994
5995 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5996
5997 * gdb.texinfo (Specify Location): Improve wording.
5998
5999 2008-01-23 Chris Demetriou <cgd@google.com>
6000
6001 * gdb.texinfo (Threads): Document new "set print thread-events"
6002 and "show print thread-events" commands.
6003
6004 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6005
6006 * gdb.texinfo (Specify Location): New section.
6007 (Delete Breaks, Edit, Set Breaks): Remove description of
6008 locations. Instead, add a reference to "Specify Location".
6009 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6010 (Symbols): Refer to "Specify Location" for the valid forms of
6011 linespecs and locations.
6012
6013 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6014
6015 * gdbint.texinfo (Target Conditionals): Replace the description of
6016 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6017
6018 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6019
6020 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6021 about &&var, which is rejected by the expression parser.
6022
6023 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6024
6025 * gdb.texinfo (Output): Update documentation on using printf with DFP
6026 types.
6027
6028 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6029
6030 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6031 subsubsection.
6032 (Decimal Floating Point format): New subsubsection.
6033
6034 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6035
6036 * gdb.texinfo (File Options): Remove mention of the attempt to
6037 open a core file with the -p option. Don't list -c as a valid
6038 option to attach to a process.
6039
6040 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6041
6042 * gdbint.texinfo (Host Conditionals): Remove mention of
6043 ALIGN_STACK_ON_ENTRY.
6044
6045 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6046
6047 * gdbint.texinfo (Start of New Year Procedure): Add item
6048 describing how to update the source and documentation copyright
6049 notices.
6050
6051 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6052
6053 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6054 watchpoint explanation into the main description of the watchpoint
6055 command; update synopses of 'watch', 'rwatch', and 'awatch'
6056 commands.
6057
6058 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6059
6060 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6061 Document 'pending-breakpoints' feature of
6062 -list-features.
6063
6064 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6065
6066 * gdb.texinfo: Add new parameter's description.
6067
6068 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6069
6070 * gdb.texinfo (Overview): Clarify run-length encoding
6071 example. Remove the restriction on "+" and "-" characters.
6072
6073 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6074
6075 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6076
6077 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6078
6079 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6080 the -f option for -break-insert, remove -r option,
6081 and clarify specification of location.
6082
6083 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6084
6085 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6086 formatting.
6087 (Remote Debugging): Add File Transfer section.
6088 (Remote Configuration): Document Host I/O packets.
6089 (GDB/MI): Add GDB/MI File Transfer Commands section.
6090 (Host I/O Packets): New section in "Remote Protocol".
6091 (Packets): Add vFile.
6092
6093 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6094
6095 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6096 breakpoints with multiple locations.
6097 (Breakpoint Menus): Improve wording.
6098 (Output): Fix last change.
6099
6100 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6101
6102 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6103
6104 2007-11-15 Doug Evans <dje@google.com>
6105
6106 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6107
6108 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6109
6110 * gdbint.texinfo (Native Conditionals): Remove
6111 mention of CLEAR_SOLIB.
6112
6113 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.texinfo (Print Settings): Add documentation for "set/show
6116 print frame-arguments".
6117
6118 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6119
6120 * gdb.texinfo (Output): Update printf command's description.
6121
6122 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6123
6124 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6125 powerpc soft-float".
6126
6127 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6128
6129 * gdb.texinfo (Files): Correct formatting. Mention Expat
6130 requirement.
6131 (Requirements for Building GDB): Expand the list of Expat
6132 uses.
6133 (Library List Format, Memory Map Format): Mention Expat.
6134 (Target Descriptions): Update Expat wording.
6135
6136 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6137
6138 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6139 Document that gdbarch_convert_register_p should return zero for no-op
6140 conversions.
6141
6142 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6143
6144 * gdbint.texi (Compiler Characteristics): Move documentation
6145 of set_gdbarch_sofun_address_maybe_missing back to ...
6146 (Target Conditionals): ... here to fix build break.
6147
6148 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6149
6150 * gdbint.texi (Target Conditionals): Remove documentation of
6151 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6152 (Compiler Characteristics): ... documentation of
6153 set_gdbarch_sofun_address_maybe_missing.
6154
6155 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6156
6157 * gdbint.texinfo (Target Conditionals): Use
6158 frame_unwind_register_unsigned in examples instead of
6159 frame_unwind_unsigned_register.
6160
6161 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6162
6163 * gdb.texinfo (Predefined Target Types): Add int128
6164 and uint128.
6165 (Standard Target Features): Add PowerPC features.
6166
6167 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6168
6169 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6170
6171 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6172
6173 * gdbint.texi (Target Conditionals): Remove documentation
6174 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6175 gdbarch_extract_return_value, and gdbarch_store_return_value.
6176
6177 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6178
6179 * gdbint.texi (Target Conditionals): Remove documentation of
6180 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6181
6182 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6183
6184 * gdb.texinfo: Mention that inaccessible-by-default is on by
6185 default.
6186
6187 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6188
6189 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6190
6191 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6194 multi-threaded watchpoints.
6195 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6196 checked. Describe sticky notification. Expand description
6197 of steppable and continuable watchpoints.
6198 (Watchpoints and Threads): New subsection.
6199
6200 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6201
6202 * gdb.texinfo (Setting Breakpoints): Revise
6203 documentation for pending breakpoints. Document
6204 breakpoints with multiple locations.
6205
6206 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6207
6208 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6209 Document -list-features.
6210
6211 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6212
6213 * gdb.texinfo (Output): Spell out which features of C's printf are
6214 not supported by GDB's printf.
6215 (Separate Debug Files): More accurate wording regarding build ID
6216 and a reference to the ld manual rather than the Fedora wiki.
6217
6218 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6219 Jim Blandy <jimb@codesourcery.com>
6220
6221 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6222 (Examining Memory): Update mentions of the 's' format.
6223 (Automatic Display): Likewise.
6224
6225 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6226
6227 * gdb.texinfo: Update the FSF's Back-Cover Text.
6228
6229 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6230 Eli Zaretskii <eliz@gnu.org>
6231
6232 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6233 Fixed the ``build ID'' name. New binaries build instructions for the
6234 build ID inclusion. Explain how the commands are specific to the build
6235 ID vs. debug link.
6236
6237 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6238
6239 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6240 indexing for ``build ID'' support.
6241
6242 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6245 Enlisted BUILD ID to the debug file searching example.
6246 Included a BUILD ID `.note.gnu.build-id' section description.
6247 Updated/added the debug files splitting instructions for OBJCOPY.
6248
6249 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6250
6251 * gdb.texinfo (Variable Objects): Adjust docs
6252 for -var-info-expression and document
6253 -var-info-path-expression.
6254
6255 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6256
6257 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6258 (title page): Include the dedication in the printed manual, as a
6259 separate page after the copyright notice.
6260
6261 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6262 don't break a @var across a line.
6263
6264 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6265
6266 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6267 for include files.
6268
6269 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6270
6271 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6272 in annotate.texinfo.
6273 (Command History): Link to new node.
6274
6275 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6276
6277 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6278
6279 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6280
6281 * gdbint.texinfo (Target Conditionals): Fix last change.
6282
6283 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6284
6285 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6286 routines:
6287 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6288 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6289 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6290 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6291 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6292 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6293 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6294 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6295 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6296 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6297 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6298 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6299 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6300 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6301 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6302 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6303 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6304 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6305 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6306 (SOFTWARE_SINGLE_STEP_P)
6307
6308 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6309 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6310
6311 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6312 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6313 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6314 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6315 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6316 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6317 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6318 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6319 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6320 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6321
6322 (Converting an existing Target Architecture to Multi-arch): Remove
6323 section.
6324
6325 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6326 (gdbarch_addr_bits_remove): Add code example.
6327
6328 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6329
6330 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6331
6332 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6333 Add other missing entries. Adjust the table size to fit.
6334 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6335 stop reasons including the new "library" event.
6336 (General Query Packets): Adjust table widths for qSupported. Mention
6337 qXfer:libraries:read reply to qSupported and document the new packet.
6338 (Library List Format): New section.
6339
6340 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6343
6344 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6345
6346 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6347
6348 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6349
6350 * gdbint.texinfo (Register and Memory Data): Break sections
6351 into nodes and add a menu.
6352
6353 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6354
6355 * gdb.texinfo (Examining Memory): Document the new behaviour.
6356
6357 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6358
6359 * gdb.texinfo (Standard Target Features): Document
6360 m68k features.
6361
6362 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6363
6364 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6365
6366 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * gdb.texinfo (Target Description Format): Add version attribute
6369 for <target>.
6370
6371 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6372
6373 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6374
6375 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6376
6377 * gdb.texinfo (MIPS Features): New subsection.
6378
6379 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6380 Markus Deuling <deuling@de.ibm.com>
6381
6382 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6383 and qXfer:spu:write packets and mention them under qSupported.
6384
6385 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6386 Markus Deuling <deuling@de.ibm.com>
6387
6388 * gdb.texinfo (Architectures): Add new SPU section to document
6389 Cell Broadband Engine SPU architecture specific commands.
6390
6391 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6392
6393 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6394 comments.
6395
6396 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6399
6400 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6401
6402 * gdb.texinfo (Overview): Doc fix.
6403
6404 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6405
6406 * gdb.texinfo (Remote Configuration): Document "set/show
6407 remoteflow".
6408
6409 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * gdb.texinfo (MIPS): Remove documentation for set mips
6412 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6413 stack-arg-size.
6414
6415 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6416
6417 * all-cfg.texi (GDBTUI): New.
6418 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6419 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6420 (TUI Configuration): Edit to improve clarity and fix problems of
6421 both style and content.
6422
6423 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6424
6425 * observer.texi (GDB Observers): New observer "new_objfile".
6426
6427 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6428
6429 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6430
6431 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6432
6433 * gdb.texinfo (GDB/MI Variable Objects): Document
6434 frozen variables objects.
6435
6436 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6437
6438 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6439 (Character Sets, Caching Data of Remote Targets): Likewise.
6440 (Targets): Delete Remote node. Move its text...
6441 (Debugging Remote Programs): ...to here. Delete description
6442 of the "remote" command.
6443 (Remote configuration): Delete description of "set remotedevice"
6444 and "show remotedevice".
6445 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6446
6447 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6448
6449 * gdb.texinfo (Contributors, Continuing and Stepping)
6450 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6451 (General Query Packets, File-I/O Remote Protocol Extension)
6452 (Protocol Basics, The F Reply Packet, Write)
6453 (Protocol-specific Representation of Datatypes, Memory Transfer):
6454 Fix hyphenation, punctuation and grammar problems.
6455 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6456 'section' instead of 'subsection' in the text.
6457 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6458 (i386): Remove period from section name.
6459 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6460 (Config Names, Configure Options): Use @file{configure}.
6461
6462 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6463
6464 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6465 and tab expansion.
6466
6467 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6470
6471 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6472
6473 * gdb.texinfo: Consistently capitalize all significant words in
6474 node names, chapter titles, section titles, and headings. Update
6475 cross references to match.
6476 (Starting and Stopping Trace Experiment): Make node name plural.
6477 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6478
6479 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6480
6481 * gdb.texinfo (WinCE): Delete obsolete subsection.
6482
6483 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6484
6485 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6486 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6487 references.
6488
6489 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6490
6491 * gdb.texinfo (Startup): Delete references to some alternate
6492 names for .gdbinit.
6493 (Thread): Remove LynxOS reference.
6494 (Tandem ST2000): Delete target-specific documentation.
6495 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6496 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6497 and GDB_OSABI_LYNXOS.
6498
6499 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6500
6501 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6502
6503 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6504
6505 * gdbint.texinfo (Target Conditionals): Remove mention of
6506 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6507 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6508
6509 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6510
6511 * Makefile.in: Add "pdfdir" installation
6512 directory, PDFTEX macro, support for "install-pdf" target,
6513 and rules for making a pdf version of refcard.texi.
6514 * refcard.tex: Specify paper size for PDF output.
6515
6516 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6517
6518 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6519
6520 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6521
6522 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6523 (Source Path, Character Sets, Macros, Define)
6524 (GDB/MI Result Records, GDB/MI Simple Examples)
6525 (GDB/MI Program Execution, GDB/MI File Commands)
6526 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6527 (Bug Reporting): Use @value{GCC}.
6528
6529 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6530
6531 * gdb.texinfo (Help): Fix formatting of examples.
6532 (Variables): Use @ifnotinfo instead of @iftex.
6533 (Non-debug DLL symbols): Use @ref instead of @pxref.
6534 (Sparclet File): Use @samp instead of quotes.
6535
6536 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6537
6538 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6539
6540 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6541
6542 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6543 the order of the nodes.
6544 (C Operators, C Constants, Debugging C): Remove extra menus.
6545 (Method Names in Commands): Do not specify next/prev/up nodes.
6546
6547 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6548
6549 * gdb.texinfo (File Options): Add missing parenthesis.
6550 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6551
6552 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6553
6554 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6555
6556 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6557
6558 * gdb.texinfo (Standard Target Features): Mention
6559 case insensitivity.
6560 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6561
6562 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6563
6564 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6565 (Files): Add section name to argument list for pxref.
6566 (Non-debug DLL symbols): Don't use `see' for pxref.
6567 (Embedded Processors): Fix typo.
6568 (GDB/MI Breakpoint Commands): Execution commands generate
6569 *stopped not ^done.
6570
6571 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6574 values for in_scope. Mention that only root variables can be
6575 updated.
6576 (GDB/MI Development and Front Ends): Explain new values may be
6577 added to existing fields.
6578
6579 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6580
6581 * gdb.texinfo (-target-disconnect): Use @smallexample.
6582 (Requirements): Add anchor for Expat. Update description.
6583 (Target Descriptions): Mention Expat.
6584 (Target Description Format): Document new elements. Use
6585 @smallexample.
6586 (Predefined Target Types, Standard Target Features): New sections.
6587 * gdbint.texinfo (Target Descriptions): New section.
6588
6589 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6590
6591 * gdb.texinfo (Target Description Format): Add section on XInclude.
6592
6593 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6594
6595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6596 command -enable-timings.
6597
6598 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6599
6600 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6601 descriptions for new/deleted elements in gdb_osabi. Add missing
6602 description for function generic_elf_osabi_sniff_abi_tag_sections.
6603
6604 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6605
6606 * gdb.texinfo (Maintenance Commands): Add documentation for
6607 the new "maint print target-stack" command.
6608
6609 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6610 Eli Zaretskii <eliz@gnu.org>
6611
6612 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6613
6614 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6615
6616 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6617 Use @value{NGCC} instead of @value{GCC}.
6618
6619 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6620
6621 * agentexpr.texi: Fix typos.
6622 * annotate.texinfo: Likewise.
6623 * gdb.texinfo: Likewise.
6624 * gdbint.texinfo: Likewise.
6625 * observer.texi: Likewise.
6626 * stabs.texinfo: Likewise.
6627
6628 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6629
6630 * gdbint.texinfo (Support Libraries): Remove mmalloc
6631 entry. Describe readline library.
6632
6633 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6634
6635 * gdb.texinfo (Target Descriptions): New section.
6636 (General Query Packets): Add QPassSignals anchor. Mention
6637 qXfer:features:read under qSupported. Expand mentions of
6638 qXfer:memory-map:read and QPassSignals. Document
6639 qXfer:features:read.
6640
6641 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdb.texinfo (Commands to specify files): Describe
6644 "set sysroot" and "show sysroot".
6645 (Using the `gdbserver' program): Lowercase argument
6646 to @var. Expand description of setting up GDB on the
6647 host.
6648
6649 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6650
6651 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6652 catch exception, catch exception unhandled, and catch assert
6653 commands.
6654
6655 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6656
6657 * gdb.texinfo (Debugging Output): Document "set debug xml"
6658 and "show debug xml".
6659
6660 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6661
6662 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6663
6664 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6665
6666 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6667
6668 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6669
6670 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6671 note in @ignore, to be removed later if nobody complains.
6672
6673 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6674
6675 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6676 of -var-delete.
6677
6678 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6679
6680 * gdb.texinfo (Setting breakpoints): Document
6681 automatic software/hardware breakpoint usage and
6682 the "set breakpoint auto-hw" command.
6683
6684 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6685
6686 * gdb.texinfo (Memory Access Checking): New.
6687
6688 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6689
6690 * gdb.texinfo (Remote configuration): Mention
6691 "pass-signals-packet".
6692 (General Query Packets): Document QPassSignals. Fix
6693 a typo.
6694
6695 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6696
6697 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6698
6699 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * gdb.texinfo (Remote configuration): Rewrite documentation for
6702 packet configuration commands.
6703 (OS Information): Adjust reference to qXfer:auxv:read.
6704 (General Query Packets): Remove references to read-aux-vector-packet
6705 and set remote get-thread-local-storage-address.
6706
6707 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6708
6709 * gdbint.texinfo (Target Architecture Definition): Add new
6710 Initializing a New Architecture section.
6711
6712 2006-10-31 David Taylor <dtaylor@emc.com>
6713
6714 * stabs.texinfo (Macro define and undefine): New node describing
6715 stabs for #define and #undef.
6716
6717 2006-10-27 Andreas Schwab <schwab@suse.de>
6718
6719 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6720
6721 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6722
6723 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6724 clarify on the possible meanings of ``expression'' watched by
6725 watchpoints. Add indexing.
6726 (Prompting, Errors, Invalidation, Annotations for Running)
6727 (Source Annotations): Fix index entries by adding "annotation" to
6728 them, to discriminate from index entries that point to the more
6729 general topic descriptions.
6730
6731 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6732
6733 * gdbint.texinfo (Target Vector Definition): Move most
6734 content into Existing Targets. Add a menu.
6735 (Existing Targets): New section, moved from Target Vector
6736 Definition. Use @subsection.
6737 (Managing Execution State): New section.
6738
6739 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6740
6741 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6742
6743 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6744
6745 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6746 (Command Syntax, Signals, Backtrace, Connecting)
6747 (Remote configuration, Renesas Boards, Console I/O): Fix last
6748 change: use Ctrl- instead of C-, except wrt Emacs.
6749 (File-I/O Examples): Put Ctrl-c in @kbd.
6750 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6751 (Console I/O): Use @samp with Ctrl-.
6752 (Signals, Set Breaks, Set Watchpoints): Document optional
6753 arguments to `info signals' `handle', `info breakpoints', and
6754 `info watchpoints'.
6755
6756 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6757
6758 * gdb.texinfo (Backtrace): Fix last change.
6759
6760 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6761
6762 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6763
6764 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6765
6766 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6767 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6768 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6769
6770 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6771 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 * gdb.texinfo (Packets): Document vFlashErase,
6774 vFlashWrite and vFlashDone packets.
6775 (General Query Packets): Document qXfer:memory-map:read.
6776 Add a new feature for qXfer:memory-map:read.
6777 (Memory map format): New section.
6778 (Target Commands): Mention that gdb can write flash.
6779
6780 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6781 Daniel Jacobowitz <dan@codesourcery.com>
6782
6783 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6784 memory regions and "mem auto".
6785
6786 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6787
6788 * gdbint.texinfo (Array Containers): New section.
6789
6790 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6793 -stack-list-arguments HIGH_FRAME argument can be larger then the
6794 actual number of frames.
6795
6796 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6797
6798 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6799 -stack-list-locals HIGH_FRAME argument can be larger then the
6800 actual number of frames.
6801
6802 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6803
6804 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6805 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6806
6807 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6808
6809 * gdbint.texinfo (Overall Structure): New section "Source Tree
6810 Structure".
6811
6812 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6813
6814 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6815 responses.
6816
6817 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6818
6819 * gdb.texinfo (Source Path): Add documentation for new
6820 substitute-path commands.
6821
6822 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6823
6824 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6825 (Running Configure): ...here.
6826 (Requirements): New node. Mention expat.
6827
6828 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6829
6830 * gdb.texinfo (Target Commands): Remove
6831 'set download-write-size' and 'show download-write-size'.
6832
6833 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6834
6835 * stabs.texinfo (Member Type Descriptor): Correct example for
6836 pointer to member types.
6837
6838 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6839
6840 * gdb.texinfo (Optional warnings and messages): Add
6841 'set/show trace-commands'.
6842 (Command files): Add '-v' to source command.
6843
6844 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6845
6846 * gdb.texinfo (OS Information): Update qPart reference to
6847 qXfer.
6848 (Remote configuration): Likewise.
6849 (Overview): Move @cindex to the start of a paragraph. Talk
6850 about binary data encoding.
6851 (Packets): Refer to the overview for the details of the X
6852 packet encoding.
6853 (General Query Packets): Remove qPart description. Add qXfer
6854 description. Add an anchor to qSupported. Correct feature
6855 table title. Add a new feature for qXfer:auxv:read.
6856 (Interrupts): Add a missing parenthesis.
6857
6858 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6859
6860 * gdb.texinfo (KOD): Remove node.
6861 (GDB/MI Kod Commands): Remove commented out node.
6862
6863 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6864
6865 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6866 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6867 (GDB/MI Thread Commands, GDB/MI Program Execution)
6868 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6869 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6870 (GDB/MI File Commands, GDB/MI Target Manipulation)
6871 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6872 since the MI prompt is hard-wired into the code.
6873
6874 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6875
6876 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6877 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6878 (GDB/MI Data Manipulation): Remove description of unimplemented
6879 display related commands as variable objects perform this function
6880 and are superior: -display-delete, -display-disable,
6881 -display-enable, -display-insert and -display-list. Move
6882 -environment-cd, -environment-directory, -environment-path
6883 and -environment-pwd to "Program Context".
6884 (GDB/MI Program Control): Rename to "Program Execution". Move
6885 -exec-arguments -exec-abort to...
6886 (GDB/MI Program Context): ...here. New node split from "Data
6887 Manipulation".
6888
6889 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6890
6891 * gdb.texinfo (Remote configuration): Document set / show
6892 remote supported-packets.
6893 (General Query Packets): Document qSupported packet.
6894
6895 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6896
6897 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6898 and font markup.
6899 (Protocol basics): Likewise.
6900 (The F request packet): Likewise.
6901 (The F reply packet): Likewise.
6902 (Memory transfer): Move this node to be a subsubsection of
6903 "Protocol specific representation of datatypes".
6904 (The Ctrl-C message): More copy editing.
6905 (Console I/O): Likewise.
6906 (The isatty call): Delete this node, and merge its content into
6907 the "isatty" node. Fixed references elsewhere.
6908 (The system call): Delete this node, and merge its content into
6909 the "system" node. Fixed references elsewhere.
6910 (open): Reformat to use @table, and add appropriate font markup.
6911 (close): Likewise.
6912 (read): Likewise.
6913 (write): Likewise.
6914 (lseek): Likewise.
6915 (rename): Likewise.
6916 (unlink): Likewise.
6917 (stat/fstat): Likewise.
6918 (gettimeofday): Likewise.
6919 (isatty): Likewise.
6920 (system): Likewise, plus minor changes to fix confusing wording.
6921 (Integral datatypes): Fix font markup.
6922 (Pointer values): Likewise.
6923 (struct stat): Fix markup to use @table, plus minor copy editing.
6924 (struct timeval): Fix font markup, plus minor copy editing.
6925 (Constants): Minor copy editing.
6926 (Errno values): Add font markup.
6927 (File-I/O Examples): Likewise.
6928
6929 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6930
6931 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6932 (GDB/MI Simple Examples): Move node up one level. Use real
6933 examples.
6934 (GDB/MI Compatibility with CLI): Update.
6935 (GDB/MI Result Records): Add "connected" and "exit" result
6936 classes.
6937 (GDB/MI Stream Records): Clarify target output.
6938 (GDB/MI Command Description Format): Modify example description.
6939 (GDB/MI Breakpoint Table Commands): Rename to...
6940 (GDB/MI Breakpoint Commands): ...this
6941 (GDB/MI Breakpoint Commands): Add optional thread field.
6942 (GDB/MI Program Control): Add an introduction. Move "Program
6943 termination" examples into exec-run description.
6944 (GDB/MI File Commands): Mention similar CLI commands.
6945 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6946 is similar to "-gdb-version".
6947
6948 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6949
6950 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6951
6952 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6953
6954 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6955 sourceware.org for mailing lists.
6956 (GDB/MI File Commands): New node split from Program Control.
6957
6958 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6959
6960 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6961
6962 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6963
6964 * gdb.texinfo (Cygwin Native): Fix last change.
6965
6966 2006-05-22 Christopher Faylor <cgf@timesys.com>
6967
6968 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6969
6970 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6971
6972 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6973 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6974
6975 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6976
6977 * gdb.texinfo (General Query Packets): Recommend not starting
6978 new packets with qC and clarify.
6979
6980 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6981
6982 * gdb.texinfo (M2 Types): New section.
6983
6984 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6985
6986 * agentexpr.texi: Add a copyright and license notice.
6987 * observer.texi: Likewise, with GPL clause for function prototypes.
6988 Remove trailing whitespace.
6989
6990 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6991
6992 * gdb.texinfo (General Query Packets): Document conventions for
6993 terminating packet names, and their violations.
6994
6995 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6996
6997 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6998 * gdb.texinfo: Likewise.
6999
7000 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7001
7002 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7003 and "show remotedebug".
7004 (Debugging Output): Add additional index entries.
7005
7006 2006-04-27 Michael Snyder <msnyder@redhat.com>
7007
7008 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7009
7010 2006-04-22 Andrew Cagney <cagney@redhat.com>
7011
7012 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7013 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7014
7015 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7016
7017 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7018 and remove breakpoint prototypes.
7019 (Watchpoints): Move description of target_insert_hw_breakpoint and
7020 target_remove_hw_breakpoint ...
7021 (Breakpoints): ... to here. Document target_insert_breakpoint and
7022 target_remove_breakpoint.
7023
7024 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7025
7026 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7027 and C packets are optional.
7028
7029 2006-04-14 Frederic Riss <frederic.riss@st.com>
7030
7031 * gdb.texinfo (Specifying source directories): Update the description
7032 of the source file search to reflect the fact that the source path
7033 always contains at least $cdir and $cwd.
7034
7035 2006-03-31 Michael Snyder <msnyder@redhat.com>
7036
7037 * gdb.texinfo: Update copyright dates.
7038
7039 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7040
7041 * gdb.texinfo (Overview): Add an index entry to "empty response".
7042
7043 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7044
7045 * gdbint.texinfo (Prologue Analysis): New section.
7046
7047 2006-03-07 Jim Blandy <jimb@red-bean.com>
7048
7049 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7050
7051 * gdb.texinfo (Target Commands): Update text describing how to
7052 specify a target. Refer to the detailed section on remote
7053 debugging, not the brief mention.
7054
7055 * gdb.texinfo (Connecting): Organize the different 'target remote'
7056 connection methods into a table. Add a 'target remote' index
7057 entry. (!!!)
7058
7059 2006-02-17 Fred Fish <fnf@specifix.com>
7060
7061 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7062 'ptype' commands to reflect the fact that the only significant
7063 difference between them is that ptype prints the complete type
7064 description instead of just the name.
7065
7066 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7067
7068 * gdbint.texinfo (Watchpoints): Delete
7069 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7070
7071 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7072
7073 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7074 times fields where needed. Fix typos. Update general form given
7075 for output of -break-insert.
7076 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7077
7078 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdbint.texinfo (Symbol Handling): Add a section
7081 on memory management.
7082
7083 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7084
7085 * gdb.texinfo (Breakpoint table commands): Document the fullname
7086 field in -break-list output.
7087
7088 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7089
7090 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7091 debugging information produced by the various "set debug..."
7092 options.
7093
7094 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7095
7096 * gdb.texinfo (Files): Remove obsolete bits from the description
7097 of "symbol-file".
7098
7099 2006-01-25 Jim Blandy <jimb@redhat.com>
7100
7101 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7102
7103 2006-01-24 Jim Blandy <jimb@redhat.com>
7104
7105 * gdbint.texinfo (Frames): Document the basics of GDB's register
7106 unwinding model, and explain the existence of the "sentinel" frame.
7107
7108 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7109
7110 * gdb.texinfo (Choosing files): Mention that -directory is used
7111 for script files.
7112 (Specifying source directories): Likewise.
7113 (Command files): Explain how script files are found.
7114
7115 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7116
7117 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7118 the threads in a multi-threaded program.
7119 (Threads): The threadno argument of "thread apply" can be a range
7120 of numbers.
7121
7122 2006-01-18 Jim Blandy <jimb@redhat.com>
7123
7124 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7125 of warning flags.
7126
7127 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7128
7129 * gdb.texinfo (Sequences): Improve menu annotations.
7130 (Define): Add index entries for arguments of user-defined
7131 commands. Move the description of flow-control commands...
7132 (Command Files): ...to here. Document loop_break and
7133 loop_continue.
7134 (Define, Command Files): Document `end' and add index entries for
7135 it.
7136
7137 2006-01-04 Michael Snyder <msnyder@redhat.com>
7138
7139 * gdb.texinfo: Add documentation for linux-fork.
7140 * gdbint.texinfo: Add internal documentation for checkpoints.
7141
7142 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7143
7144 * gdb.texinfo (Omissions from Ada): Document that there is now
7145 limited aggregate support.
7146
7147 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7148
7149 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7150 registers and the likes.
7151
7152 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7153
7154 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7155 (Symbols): Fix usage of "e.g.".
7156 (Memory Region Attributes): Fix usage of "etc."
7157
7158 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7159 (Coding): Fix usage of "e.g.".
7160
7161 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7162
7163 * stabs.texinfo:
7164 * refcard.tex:
7165 * gpl.texi:
7166 * gdbint.texinfo:
7167 * gdb.texinfo:
7168 * gdb-cfg.texi:
7169 * fdl.texi:
7170 * annotate.texinfo:
7171 * all-cfg.texi:
7172 * Makefile.in: Add (C) after Copyright. Update the FSF
7173 address.
7174
7175 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7176
7177 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7178 extend GDB with commands for external monitor.
7179
7180 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7181
7182 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7183
7184 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7185
7186 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7187
7188 2005-11-21 Jim Blandy <jimb@redhat.com>
7189
7190 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7191 placement of 'R' actions in tracepoint action packets; document
7192 dependence of 'X' and 'M' actions on a preceding 'R' action for
7193 their registers.
7194
7195 2005-11-19 Jim Blandy <jimb@redhat.com>
7196
7197 * gdb.texinfo (Tracepoint Packets): New node.
7198 (General Query Packets): Add entries for the tracepoint packets,
7199 referring to the "Tracepoint Packets" node.
7200 (Tracepoints): Add reference to "Tracepoint Packets".
7201
7202 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7203
7204 * gdb.texinfo (set remotebreak): Add anchor.
7205 (X packet): Likewise.
7206 (Remote Protocol): Add new section `Interrupts' and new index
7207 entry `interrupts (remote protocol)'.
7208
7209 2005-11-18 Jim Blandy <jimb@redhat.com>
7210
7211 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7212 entries into the General Query Packets section. Add a
7213 cross-reference to that section. Drop description of replies, as
7214 these are covered in the descriptions of each packet.
7215 (General Query Packets): Add introductory text. Explain naming
7216 conventions, and how the end of a name is recognized.
7217
7218 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7219
7220 * gdb.texinfo (Remote configuration): Fix typo in description of
7221 "set remotebreak" command.
7222
7223 2005-11-16 Jim Blandy <jimb@redhat.com>
7224
7225 * gdb.texinfo (Packets, Stop Reply Packets)
7226 (General Query Packets): Various formatting cleanups.
7227 - Use @samp for packet contents.
7228 - Drop summaries from packet @item lines; the same information appears
7229 immediately below in the description.
7230 - Delete paragraph breaks after packet @item commands, so that the
7231 description appears directly to the right of the packet prototype
7232 in the printed manual, if it fits.
7233 - Place spaces in packet prototypes between @vars and non-@var
7234 letters, and explain that they're just for formatting.
7235 - Use @dots{} instead of '...'.
7236 - Fix uses of @code where @var was needed.
7237 - Replace "deprecated" markers with English text spelling out the
7238 packet's status and the preferred alternatives.
7239 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7240 what this ever meant.
7241 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7242 this for a long time.
7243 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7244 implemented several times, and have been in use for years.
7245
7246 2005-11-15 Jim Blandy <jimb@redhat.com>
7247
7248 * gdb.texinfo (Packets): Add index entries for 'm' packet
7249 disclaimers.
7250
7251 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7252 of stub when processing an 'm' packet.
7253
7254 * gdb.texinfo (Packets): Mention that packets beginning with
7255 letters are reserved once, at the top, instead of actually listing
7256 them all and saying "reserved".
7257
7258 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7259
7260 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7261 Change @var{$arg0 to @code{$arg0.
7262
7263 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7264
7265 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7266
7267 2005-11-12 Jim Blandy <jimb@redhat.com>
7268
7269 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7270 order. Remove extraneous 'z'.
7271
7272 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7273
7274 * gdb.texinfo (Choosing files): Add --eval-command.
7275
7276 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7277
7278 * gdb.texinfo (Choosing modes): Add --return-child-result.
7279
7280
7281 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7282
7283 * gdb.texinfo (Choosing modes): Add --batch-silent.
7284
7285 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7286
7287 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7288 "The -var-update Command".
7289
7290 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7291
7292 * gdb.texinfo (Print Settings): Add documentation for set/show
7293 print array-indexes.
7294
7295 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7296
7297 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7298 6.2 and 6.3.
7299
7300 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7301
7302 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7303 since 19-Jan-2004.
7304 (Files): Likewise.
7305 (Variables, Symbols): Document the "<incomplete type>" message and
7306 its reasons.
7307
7308 2005-08-01 Fred Fish <fnf@specifix.com>
7309
7310 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7311
7312 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7313
7314 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7315 option for -var-list-children and -var-update.
7316 (GDB/MI Stack Manipulation): Simplify description of
7317 print-values option for -stack-list-locals.
7318 (GDB/MI Command Description Format): Clarify.
7319 (Mode Options): Spelling of superseded.
7320
7321 2005-07-12 Bob Rossi <bob@brasko.net>
7322
7323 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7324 corresponding GDB command comment.
7325
7326 2005-07-06 Bob Rossi <bob@brasko.net>
7327
7328 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7329 and -inferior-tty-show.
7330 (Input/Output): Document "set/show inferior-tty" and tty alias.
7331
7332 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7333
7334 * gdb.texinfo (Packets): Change description of 'D' packet to note
7335 that GDB does wait for a response.
7336
7337 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * gdb.texinfo (History) Rename "Command History".
7340 (Command History): Move node "Server Prefix" from section on
7341 Annotations here.
7342
7343 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7344
7345 * gdb.texinfo (GDB/MI Stack Manipulation):
7346 Re-instate -stack-info-frame with example. Say that it gets
7347 info on selected frame, not current frame.
7348
7349 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7350
7351 * gdb.texinfo (Server): Clarify that `file' should be used before
7352 connecting to the server.
7353 (Files): Add an xref to the above description.
7354 (Output Formats): More detailed description of the `c' format.
7355 (Memory): List explicitly all the formats supported by `x'.
7356 (Threads): Add an @cindex entry for "thread apply".
7357 (Files): Document the possibility of loading unlinked object
7358 files. Add more indexing for solib-absolute-prefix and
7359 --with-sysroot.
7360 (Machine Code): Document possible problems with locations in
7361 shared libraries.
7362 (Backtrace): Document that free-standing environments do not need
7363 to have a `main' function.
7364
7365 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7366
7367 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7368 -stack-info-frame.
7369
7370 2005-06-07 Andrew Cagney <cagney@gnu.org>
7371
7372 * gdb.texinfo (Contributors): Note the original multi-arch
7373 contributors.
7374
7375 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7376
7377 * gdb.texinfo (Registers): Add index entries for the standard
7378 registers.
7379 (Frames): Add cross-reference from frame pointer description to
7380 the Registers node.
7381 (Annotations Overview): Fix the reference to GDB name.
7382
7383 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7384
7385 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7386 can-use-hw-watchpoints.
7387
7388 2005-05-28 Bob Rossi <bob@brasko.net>
7389
7390 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7391 the possible reasons why an exec async record would be returned to FE.
7392
7393 2005-05-26 Andrew Cagney <cagney@gnu.org>
7394
7395 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7396 Andrew Cagney implemented the original GDB/MI.
7397
7398 2005-05-23 Orjan Friberg <orjanf@axis.com>
7399
7400 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7401 documentation. Add documentation for cris-mode.
7402
7403 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7404
7405 * gdb.texinfo (Numbers): Explain the example and make the wording
7406 more acurate.
7407
7408 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7409 Dennis Brueni <dennis@slickedit.com>
7410
7411 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7412 (GDB/MI Data Manipulation, GDB/MI Program Control)
7413 (GDB/MI Stack Manipulation): Update examples to include the fullname
7414 attribute in stack frames.
7415
7416 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7417
7418 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7419 do with other non-standard names of init files.
7420
7421 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7422
7423 * gdb.texinfo (Command Files): Move the description of the startup
7424 from here...
7425 (Startup): ...to this new subsection of the Invocation chapter.
7426 Rearrange the description of init files more logically and add a
7427 cross-reference to "Command Files". Document the special gdbinit
7428 name for CISCO 68k. Expand the description of what GDB does
7429 during startup.
7430 (History): Add index entry for HISTSIZE.
7431
7432 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7433
7434 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7435
7436 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7437
7438 * gdb.texinfo (SVR4 Process Information, The isatty call)
7439 (The system call): Don't use foo(N) notation for man pages and
7440 functions.
7441 (Compilation, DJGPP Native): Improve wording.
7442
7443 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7444
7445 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7446 were optimized away.
7447
7448 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7449
7450 * gdb.texinfo (Remote configuration): Document "set/show
7451 get-thread-local-storage-address". Add cross-reference to the
7452 description of the qGetTLSAddr packet.
7453 (General Query Packets): Mention "set remote
7454 get-thread-local-storage-address" and add a reference to its
7455 description.
7456
7457 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7458
7459 * gdb.texinfo (Backtrace): Describe 'bt full'.
7460
7461 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7462
7463 * gdb.texinfo (Mode Options): Fix typo.
7464 (GDB/MI): Describe how to invoke GDB/MI.
7465
7466 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7467
7468 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7469 references changed. Add description of "info udot".
7470 (Files): Document "set/show stop-on-solib-events".
7471 (M32R/D): Document "set/show download-path", "set/show
7472 board-address", "set/show server-address", "upload", "tload".
7473 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7474 "use_mon_code", "use_ib_break", "use_dbt_break".
7475 (Maintenance Commands): Improve indexing.
7476 (Target Commands): Document "set/show hash", "set/show debug
7477 monitor".
7478 (SVR4 Process Information): Document "info pidlist" and "info
7479 meminfo". Document "set/show procfs-tarce" and "set/show
7480 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7481 (Symbols, The Print Command with Objective-C): Improve indexing.
7482 (Objective-C): Add references to "info classes" and "info
7483 selectors".
7484 (Debugging Output): Improve wording. Document "set/show debug
7485 solib-frv". Fix "set/show debugvarobj".
7486 (Set Breaks): Add index entry for "hardware breakpoints".
7487 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7488 and "set/show usehardbreakpoints".
7489 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7490 monitor-prompt", "set/show monitor-warnings", "pmon".
7491 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7492 rdiromatzero", "set/show rdiheartbeat".
7493 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7494 "sds".
7495 (Embedded Processors): Document the "sim" command.
7496 (Remote): Document the "remote" command.
7497 (DJGPP Native): Document the "info serial" command.
7498 (Threads): Document "maint info sol-threads".
7499 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7500 (Set Breaks): Improve indexing.
7501 (Command Syntax): Add a reference to dont-repeat.
7502 (Define): Document "dont-repeat".
7503 (TUI Commands): Document "tabset".
7504 (WinCE): New subsection. Document "set/show remotedirectory",
7505 "set/show remoteupload", "set/show remoteaddhost".
7506
7507 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7508
7509 * gdb.texinfo (Hurd Native): New subsection, documents
7510 Hurd-specific commands.
7511 (Maintenance Commands): Add cross-reference to "Debugging Output".
7512 (Debugging Output): Document "set/show debug lin-lwp".
7513 (MIPS): Improve documentation of heuristic-fence-post. Document
7514 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7515 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7516 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7517 (ARM): Document ARM-specific commands.
7518 (AVR): New section. Document "info io_registers".
7519 (CRIS): New section. Document "set/show cris-version" and
7520 "set/show cris-dwarf2-cfi".
7521 (HPPA): New section. Document "set/show debug hppa" and "maint
7522 print unwind".
7523 (Neutrino): New subsection. Document "set/show debug nto-debug".
7524 (Super-H): New section. Document the "regs" command.
7525 (Debugging Output): Document "set/show debug aix-thread".
7526
7527 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7528
7529 * gdb.texinfo (Print Settings): Document "set/show print
7530 pascal_static-members", "set print repeats", "show print
7531 null-stop". Improve indexing. Fix documentation of "set print
7532 union".
7533 (Pascal): New section.
7534 (Supported languages): Rename from "Support"; all references
7535 updated. Add a menu item for Pascal.
7536 (Numbers): Document "set radix.
7537 (Screen Size): Document "set/show pagination".
7538 (MIPS Embedded): Remove "set processor" documentation.
7539 (Remote configuration): Document "set/show X/P/Z-packet",
7540 "set/show read-aux-vector-packet", "set/show remote
7541 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7542 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7543 remotedebug", "set/show remotebreak", "set/show remotedevice",
7544 "set/show remotelogfile".
7545 (Auxiliary Vector): Add reference to the description of the
7546 read-aux-vector-packet setting.
7547 (Set Watchpoints): Add a cross-reference to "set remote
7548 hardware-breakpoint-limit".
7549 (General Query Packets): Add indexing of requests and
7550 cross-references to related commands in "Remote configuration".
7551 (File-I/O Overview, The system call): Fix wording and typos.
7552 (Thread Stops): Add index entries.
7553 (Continuing and Stepping): Document "show step-mode".
7554 (i386): New node. Document "set/show struct-convention".
7555 (Files): Document "show trust-readonly-sections".
7556 (Calling): Document "set/show unwindonsignal".
7557 (Messages/Warnings): Add index entries.
7558 (Maintenance Commands): Document "set/show watchdog".
7559 (Annotations Overview): Document "show annotate".
7560 (Set Watchpoints): Add index entries.
7561 (Symbols): Fix doc of case-sensitive.
7562 (ABI): Document "show coerce-float-to-double".
7563 (Convenience Vars, Help): Improve indexing.
7564 (Machine Code): Document "show disassembly-flavor".
7565 (Debugging C plus plus): Document "show overload-resolution".
7566 (Value History, Signaling): Add index entries.
7567
7568 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7569
7570 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7571 (Processes): Fix wording.
7572 (History, List, Logging output, Define, Symbols, Print Settings):
7573 Improve indexing.
7574
7575 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7576
7577 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7578 redundant index entry for "target" command.
7579 (Backtrace): Add index entries.
7580 (Symbols, Fortran): Document the "set case-sensitive" command.
7581 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7582 (Print Settings): Add index entry for "set demangle-style".
7583 (Target Commands): Document "set download-write-size".
7584 (Debugging Output): Document "set exec-done-display".
7585
7586 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7587
7588 * gdb.texinfo (Files): Fix the name and documentation of
7589 add-shared-symbol-files. Document its alias assf. Update the
7590 list of OSs where GDB supports shared libraries. Fix markup.
7591 (Continuing and Stepping): Add reference to @var{location} in the
7592 text.
7593 (Dump/Restore Files): Fix reference to @{filename}.
7594 (Help): Fix wording.
7595 (Attach): Ditto.
7596 (Set Watchpoints): Ditto.
7597 (Backtrace): Remove redundant index entries. Improve index
7598 entries.
7599 (Delete Breaks): Fix wording.
7600 (Memory): Document the compare-sections command.
7601 (Memory Region Attributes): Improve wording.
7602 (Disabling): Improve wording.
7603 (Fortran): New subsection. Document the "info common" command.
7604 (Help): Document aliases "info copying" and "info warranty".
7605 (Caching Remote Data): New section. Document the "set/show
7606 remotecache" and "info dcache" commands.
7607 (Show): Fix wording of the documentation of the "set
7608 extension-language" command.
7609 (Signals): Add index entry for "info handle".
7610 (Memory Region Attributes): Fix punctuation.
7611 (Symbols): Change the arg name to "location" and refer to it in
7612 the text. Fix wording of "info types" doc.
7613 (Threads): Fix usage of @enumerate @item's.
7614 (Listing Tracepoints): Add index entry for "info tp".
7615 (Set Watchpoints): Add xref to "info break" description.
7616 (Macros): Add an index entry for "macro exp1". Document the
7617 "macro list" command.
7618 (Maintenance Commands): Document "flushregs", "maint agent",
7619 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7620 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7621 "maint print architecture", "maint print objfiles", "maint print
7622 statistics", "maint print type", "maint show-debug-regs", "maint
7623 space", "maint time", and "maint translate-address".
7624 (Connecting): Document the "monitor" command.
7625 (Annotations Overview): Describe the "set annotate" command.
7626
7627 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7628
7629 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7630 Rearrange index entries and improve wording about support for
7631 hardware watchpoints.
7632
7633 2005-03-10 Bob Rossi <bob@brasko.net>
7634
7635 * gdb.texinfo: Update copyright
7636
7637 2005-02-09 Theodore A. Roth <troth@openavr.org>
7638
7639 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7640 error.
7641
7642 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7643
7644 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7645
7646 2005-01-17 Michael Snyder <msnyder@redhat.com>
7647
7648 * gdb.texinfo: Fix spelling, infinte -> infinite.
7649
7650 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7651
7652 * observer.texi (GDB Observers): Document "solib_loaded".
7653
7654 2005-01-07 Andrew Cagney <cagney@gnu.org>
7655
7656 * configure.ac: Rename configure.in, require autoconf 2.59.
7657 * configure: Re-generate.
7658
7659 * configure.in: Replace configdirs with multiple references to
7660 AC_CONFIG_SUBDIRS.
7661 * configure: Re-generate.
7662
7663 2005-01-04 Andrew Cagney <cagney@gnu.org>
7664
7665 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7666 part of the version number.
7667
7668 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7669
7670 * gdbint.texinfo (Algorithms): Remove description of
7671 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7672
7673 2004-12-07 Jim Blandy <jimb@redhat.com>
7674
7675 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7676 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7677 numbers.
7678
7679 2004-12-07 Andreas Schwab <schwab@suse.de>
7680
7681 * gdb.texinfo (Mode Options): Document -l option.
7682
7683 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7684
7685 * gdbint.texinfo (Algorithms): More accurate description of
7686 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7687 is not needed unless data-read and data-access watchpoints are
7688 supported. Add a description of how GDB checks whether the
7689 inferior stopped because a watchpoint was hit.
7690
7691 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7692
7693 * gdb.texinfo (Files): Add cross-reference to description of
7694 -readnow command-line switch.
7695
7696 2004-11-10 Randolph Chung <tausq@debian.org>
7697
7698 * gdb.texinfo: Document set/show backtrace past-entry commands.
7699 Rearrange index entries for set/show backtrace past-main.
7700
7701 2004-11-10 Jon Beniston <jon@beniston.com>
7702
7703 Committed by Andrew Cagney <cagney@gnu.org>.
7704 * gdb.texinfo (Remote Serial Protocol): Further describe
7705 binary transfer escaping mechanism .
7706
7707 2004-11-08 Randolph Chung <tausq@debian.org>
7708
7709 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7710 and "show debug infrun". Add index entries.
7711
7712 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7713
7714 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7715 "info proc" that are already implemented. Add index entries.
7716 (Working Directory): Add a cross-reference to "info proc" command.
7717 (Files): Add a tip for decreasing memory used for symtabs from
7718 shared libraries.
7719 (Starting): Fix whitespace; make "elaboration" stand out where it
7720 is first used, and add an index entry for the term.
7721 (Calling): Expand and elaborate text. Add "print". Add the
7722 description of problems with weak aliases.
7723 (Core File Generation): New section.
7724
7725 2004-10-12 Andrew Cagney <cagney@gnu.org>
7726
7727 * gdbint.texinfo (Versions and Branches): New chapter.
7728 (Releasing GDB): Delete "Versions and Branches" section.
7729 (Top): Add "Versions and Branches".
7730
7731 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7732
7733 * gdb.texinfo (Editing, History): Add cross-references to the
7734 included Readline and History user documentation. Remove
7735 references to the symbol have-readline-appendices which is unused
7736 and undefined.
7737 (History): Fix indexing.
7738
7739 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7740
7741 * gdbint.texinfo (target_stopped_data_address): Update to
7742 new prototype.
7743 (i386_stopped_data_address): Update prototype and description.
7744 (i386_stopped_by_watchpoint): New function and description.
7745
7746 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7747
7748 * gdb.texinfo (Filenames): Add Ada suffixes.
7749 (Ada) New section.
7750
7751 2004-09-27 Andrew Cagney <cagney@gnu.org>
7752 Robert Picco <Robert.Picco@hp.com>
7753
7754 * gdb.texinfo (Packets): Document the "p" packet.
7755
7756 2004-09-21 Jason Molenda (jmolenda@apple.com)
7757
7758 * gdb.texinfo (Paths and Names of the Source Files): Document the
7759 meaning of values in the 'desc' field of a SO stab.
7760
7761 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7762
7763 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7764 max-cache-age" and "maint show dwarf2 max-cache-age".
7765
7766 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7767
7768 * gdb.texinfo (Set Breaks): Add index entry for setting
7769 breakpoints on overloaded C++ functions that are not members of
7770 any classes. Add an example and an index entry for setting
7771 breakpoints on all program functions.
7772 (Character Sets, Macros, Overlay Commands)
7773 (Non-debug DLL symbols, GDB/MI Output Syntax)
7774 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7775 Use "(@value{GDBP})" instead of a literal "(gdb)".
7776
7777 2004-09-12 Andrew Cagney <cagney@gnu.org>
7778
7779 * gdbint.texinfo (Native Debugging): Delete description of
7780 FILES_INFO_HOOK.
7781
7782 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7783
7784 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7785 to hex_string_custom (not historically correct, but more
7786 understandable, given the current code).
7787
7788 2004-09-03 Andrew Cagney <cagney@gnu.org>
7789
7790 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7791
7792 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7793
7794 * observer.texi (solib_unloaded): New observer.
7795
7796 2004-08-24 Andrew Cagney <cagney@gnu.org>
7797
7798 * gdbint.texinfo (Target Architecture Definition): Add missing
7799 comma.
7800
7801 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7802
7803 * (Using the Testsuite): build != host is supported,
7804 but some test scripts do not support build != host.
7805
7806 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7807
7808 * gdbint.texinfo (Host Definition): Delete description of
7809 FCLOSE_PROVIDED and GETENV_PROVIDED.
7810
7811 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7812
7813 * gdbint.texinfo (Host Definition): Delete description of
7814 NO_SYS_FILE.
7815 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7816 PTRACE_FP_BUG.
7817
7818 2004-08-05 Andrew Cagney <cagney@gnu.org>
7819
7820 * gdbint.texinfo (Target Architecture Definition): Delete
7821 reference to deprecated_read_fp.
7822
7823 2004-08-02 Andrew Cagney <cagney@gnu.org>
7824
7825 * gdbint.texinfo (Target Architecture Definition): Delete
7826 description of DEPRECATED_REGISTER_BYTES.
7827
7828 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7829
7830 * gdb.texinfo (Source Path): Document the new behavior of
7831 searching for the source files.
7832
7833 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7834
7835 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7836 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7837 (Auto Display): Improve indexing.
7838
7839 2004-07-16 Andrew Cagney <cagney@gnu.org>
7840
7841 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7842 "-noasync".
7843
7844 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7845
7846 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7847 have the same prefix have only their prefix in the index.
7848
7849 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7850
7851 * gdb.texinfo (BSD libkvm Interface): New node (section)
7852 (Native): Add it to the menu.
7853
7854 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7855
7856 * gdbint.texinfo (Target Architecture Definition): Remove
7857 PCC_SOL_BROKEN.
7858
7859 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7860
7861 * gdbint.texinfo (Target Architecture Definition): Remove
7862 SUN_FIXED_LBRAC_BUG.
7863
7864 2004-06-26 Andrew Cagney <cagney@gnu.org>
7865
7866 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7867
7868 2004-06-20 Andrew Cagney <cagney@gnu.org>
7869
7870 * gdbint.texinfo (Target Architecture Definition): Deprecate
7871 USE_STRUCT_CONVENTION.
7872
7873 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7874
7875 gdb.texinfo (Bug Reporting): Mention session recording,
7876 with the script command or Emacs.
7877
7878 2004-06-18 Andrew Cagney <cagney@gnu.org>
7879
7880 * gdbint.texinfo (Target Architecture Definition): Deprecate
7881 FUNCTION_START_OFFSET.
7882
7883 2004-06-14 Andrew Cagney <cagney@gnu.org>
7884
7885 Based on changes from Karl Berry.
7886 * gdb.texinfo: Do not use @sc in a direntry.
7887 * stabs.texinfo: Change @dircateogry to "Software development".
7888 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7889
7890 2004-06-13 Andrew Cagney <cagney@gnu.org>
7891
7892 * gdbint.texinfo (Target Architecture Definition): Delete
7893 description of RETURN_VALUE_ON_STACK.
7894
7895 2004-06-09 Andrew Cagney <cagney@gnu.org>
7896
7897 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7898 deleted by previous patch.
7899
7900 2004-06-08 Andrew Cagney <cagney@gnu.org>
7901
7902 * gdbint.texinfo (Native Debugging): Delete documentation on
7903 ATTACH_DETACH.
7904
7905 2004-06-06 Randolph Chung <tausq@debian.org>
7906
7907 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7908
7909 2004-06-06 Randolph Chung <tausq@debian.org>
7910
7911 * gdb.texinfo (push_dummy_call): Update argument list to match
7912 the new push_dummy_call method signature. Describe the function
7913 argument.
7914
7915 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7916
7917 * gdb.texinfo (Starting): Document new start command.
7918
7919 2004-05-21 Andrew Cagney <cagney@redhat.com>
7920
7921 * observer.texi (GDB Observers): Document "inferior_created".
7922
7923 2004-05-08 Andrew Cagney <cagney@redhat.com>
7924
7925 * gdbint.texinfo (Target Architecture Definition): Delete
7926 description of DO_DEFERRED_STORES.
7927
7928 * gdbint.texinfo (Target Architecture Definition): Delete
7929 references to DEPRECATED_FIX_CALL_DUMMY.
7930
7931 * gdbint.texinfo (Target Architecture Definition): Delete
7932 description of DEPRECATED_CALL_DUMMY_WORDS,
7933 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7934
7935 * gdbint.texinfo (Target Architecture Definition): Delete
7936 description of DEPRECATED_PUSH_DUMMY_FRAME.
7937
7938 * gdbint.texinfo (Target Architecture Definition): Delete
7939 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7940
7941 2004-05-07 Andrew Cagney <cagney@redhat.com>
7942
7943 * observer.texi (GDB Observers): Add "Debugging" section. Include
7944 cross reference to "set/show debug observer".
7945 * gdb.texinfo (Debugging Output): Document "set/show debug
7946 observer".
7947
7948 2004-05-01 Andrew Cagney <cagney@redhat.com>
7949
7950 * gdbint.texinfo (Target Architecture Definition): Delete
7951 description of DEPRECATED_PC_IN_SIGTRAMP.
7952
7953 2004-04-30 Andrew Cagney <cagney@redhat.com>
7954
7955 * gdbint.texinfo (Target Architecture Definition): Delete
7956 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7957
7958 2004-04-30 Orjan Friberg <orjanf@axis.com>
7959
7960 * observer.texi (GDB Observers): Correct spelling.
7961
7962 2004-04-26 Orjan Friberg <orjanf@axis.com>
7963
7964 * observer.texi (GDB Observers): Add target_changed event.
7965
7966 2004-04-08 Andrew Cagney <cagney@redhat.com>
7967
7968 * observer.texi (GDB Observers): Rework, provide generic observer
7969 definitions and then a list of observable events.
7970
7971 2004-04-04 Andrew Cagney <cagney@redhat.com>
7972
7973 * gdbint.texinfo (Host Definition): Delete reference to
7974 NO_SIGINTERRUPT.
7975
7976 2004-04-02 Andrew Cagney <cagney@redhat.com>
7977
7978 * gdbint.texinfo (Target Architecture Definition): Delete
7979 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7980
7981 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7982
7983 * gdb.texinfo (TUI Commands): Document tui reg commands.
7984
7985 2004-03-26 Andrew Cagney <cagney@redhat.com>
7986
7987 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7988 "gdbtui".
7989 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7990 (Contributors): Mention both Text and Terminal User Interface.
7991
7992 2004-03-23 Andrew Cagney <cagney@redhat.com>
7993
7994 * gdbint.texinfo (Target Architecture Definition): Deprecate
7995 references to SIGTRAMP_START and SIGTRAMP_END.
7996
7997 2004-03-23 Andrew Cagney <cagney@redhat.com>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Deprecate
8000 references to PC_IN_SIGTRAMP.
8001
8002 2004-03-19 Andrew Cagney <cagney@redhat.com>
8003
8004 * gdbint.texinfo (Target Architecture Definition): Delete
8005 reference to GDB_TARGET_IS_HPPA.
8006
8007 2004-03-18 Andrew Cagney <cagney@redhat.com>
8008
8009 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8010 describe pre_init and post_init.
8011
8012 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8013
8014 * gdb.texinfo (Debugging Output): Document values for "set debug
8015 target".
8016
8017 2004-02-28 Andrew Cagney <cagney@redhat.com>
8018
8019 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8020
8021 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8022
8023 * gdb.texinfo (breakpoints): Add information about the
8024 new "set breakpoint pending" and "show breakpoint pending"
8025 commands.
8026
8027 2004-02-26 Andrew Cagney <cagney@redhat.com>
8028
8029 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8030 in Per-architecture module data section.
8031
8032 2004-02-25 Roland McGrath <roland@redhat.com>
8033
8034 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8035
8036 2004-02-24 Andrew Cagney <cagney@redhat.com>
8037
8038 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8039 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8040 * fdl.texi: Import Version 1.2, November 2002.
8041
8042 2004-02-17 Andrew Cagney <cagney@redhat.com>
8043
8044 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8045
8046 2004-02-16 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdbint.texinfo (Target Architecture Definition): Deprecate
8049 FRAMELESS_FUNCTION_INVOCATION.
8050
8051 2004-02-16 Andrew Cagney <cagney@redhat.com>
8052
8053 * gdbint.texinfo (Coding): Mention -Wunused-function.
8054
8055 2004-02-14 Andrew Cagney <cagney@redhat.com>
8056
8057 * gdbint.texinfo (Target Architecture Definition): Delete
8058 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8059
8060 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8061
8062 * gdb.texinfo: Properly quote the name "C++".
8063 * gdbint.texinfo: Ditto.
8064 * stabs.texinfo: Ditto.
8065
8066 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8067
8068 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8069 minimal information about libiberty.
8070
8071 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8072
8073 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8074
8075 2004-02-04 Roland McGrath <roland@redhat.com>
8076
8077 * gdb.texinfo (Auxiliary Vector): New node (section).
8078 (Data): Add it to the menu.
8079
8080 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8081
8082 * gdb.texinfo (Breakpoints): Add information about pending
8083 breakpoint support.
8084
8085 2004-01-26 Andrew Cagney <cagney@redhat.com>
8086
8087 * gdb.texinfo (Overview): Delete references to the cisco protocol
8088 including the "N" response.
8089
8090 2004-01-26 Andrew Cagney <cagney@redhat.com>
8091
8092 * gdbint.texinfo (Target Architecture Definition): Rename
8093 EXTRACT_STRUCT_VALUE_ADDRESS to
8094 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8095
8096 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8097
8098 * gdb.texinfo (KOD): Document "show os". Add index entries for
8099 "set/show os" and "info cisco" commands.
8100
8101 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8102
8103 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8104
8105 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8106
8107 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8108 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8109
8110 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8111
8112 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8113 -stack-list-locals.
8114 (GDB/MI Variable Objects): Describe extension to
8115 -var-list-children.
8116
8117 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8118
8119 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8120
8121 2004-01-17 Andrew Cagney <cagney@redhat.com>
8122
8123 * gdbint.texinfo (Target Architecture Definition): Delete
8124 documentation on DEPRECATED_NPC_REGNUM.
8125
8126 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8127
8128 * gdb.texinfo: Update copyright year. Mention that set
8129 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8130 "set follow-fork-mode ask".
8131
8132 2004-01-13 Andrew Cagney <cagney@redhat.com>
8133
8134 * gdbint.texinfo: Update copyright year.
8135 (Coding): Add -Wunused-label to list of -Werror warnings.
8136
8137 2004-01-08 Jason Molenda <jmolenda@apple.com>
8138 Eli Zaretskii <eliz@gnu.org>
8139
8140 * gdb.texinfo: Update copyright.
8141 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8142 around names, as appropriate. Minor syntax cleanup of
8143 _NSPrintForDebugger explanation. Two spaces after periods.
8144 GDBN used instead of lit. "gdb". Index entries added for
8145 print-object and _NSPrintForDebugger. @noindent added in one spot.
8146
8147 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8148
8149 * stabs.texinfo: Add dircategory and direntry commands.
8150 * annotate.texinfo: Ditto.
8151
8152 2003-11-10 Andrew Cagney <cagney@redhat.com>
8153
8154 * gdbint.texinfo (Target Architecture Definition): Replace the
8155 return_value method's "inval" and "outval" parameters with
8156 "readbuf" and "writebuf".
8157
8158 2003-10-28 Jim Blandy <jimb@redhat.com>
8159
8160 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8161 from "The `F' request packet" and "The `F' reply packet", to make
8162 texi2dvi happy.
8163 (File-I/O remote protocol extension): Update menu entries, too.
8164
8165 2003-10-26 Michael Chastain <mec@shout.net>
8166
8167 * gdb.texinfo (Thread Stops): Document the issue with
8168 premature return from system calls in multi-threaded programs.
8169
8170 2003-10-24 Andrew Cagney <cagney@redhat.com>
8171
8172 * annotate.texinfo: Fix "fortunatly"[sic].
8173
8174 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8175
8176 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8177 with "Hitachi" and "Mitsubishi".
8178
8179 2003-10-20 Andrew Cagney <cagney@redhat.com>
8180
8181 * gdbint.texinfo (Target Architecture Definition): Document
8182 gdbarch_return_value. Add cross references from
8183 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8184 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8185
8186 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8187
8188 * gdbint.texinfo (Target Architecture Definition): Document
8189 regset_from_core_section.
8190
8191 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8192
8193 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8194
8195 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8196
8197 From Anthony Green <green@redhat.com>:
8198 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8199
8200 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8201
8202 * gdb.texinfo (Breakpoint related warnings): New node.
8203 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8204
8205 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8206
8207 * gdb.texinfo (Remote Protocol): Document v and vCont.
8208
8209 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8210
8211 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8212 * gdbint.texinfo: Ditto.
8213
8214 2003-10-09 Andrew Cagney <cagney@redhat.com>
8215
8216 From 2003-09-18 David Anderson <davea@sgi.com>:
8217 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8218 "command".
8219
8220 2003-10-03 Andrew Cagney <cagney@redhat.com>
8221
8222 * gdbint.texinfo (Target Architecture Definition): Deprecate
8223 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8224 just target.
8225
8226 2003-10-02 Andrew Cagney <cagney@redhat.com>
8227
8228 * gdbint.texinfo (Target Architecture Definition): Rename
8229 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8230 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8231 * gdbint.texinfo (Target Architecture Definition): Rename
8232
8233 2003-09-30 Andrew Cagney <cagney@redhat.com>
8234
8235 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8236 (Target Architecture Definition):
8237
8238 * gdbint.texinfo (Target Architecture Definition): Rename
8239 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8240
8241 2003-09-29 Andrew Cagney <cagney@redhat.com>
8242
8243 * gdbint.texinfo (Target Architecture Definition): Delete
8244 documentation for NEED_TEXT_START_END.
8245
8246 * gdbint.texinfo (Target Architecture Definition): Rename
8247 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8248 TARGET_WRITE_PC.
8249
8250 2003-09-22 Michael Chastain <mec@shout.net>
8251
8252 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8253
8254 2003-09-21 Anthony Green <green@redhat.com>
8255
8256 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8257
8258 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8259
8260 * gdbint.texinfo (Target Architecture Definition): Document
8261 stabs_argument_has_addr.
8262
8263 2003-09-18 Andrew Cagney <cagney@redhat.com>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Delete
8266 documentation on REGISTER_NAMES.
8267
8268 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8269
8270 * gdbint.texinfo (Target Architecture Definition): Replace
8271 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8272
8273 2003-09-11 Andrew Cagney <cagney@redhat.com>
8274
8275 * gdbint.texinfo (Target Architecture Definition): Replace
8276 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8277
8278 2003-08-18 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdbint.texinfo (Target Architecture Definition): Document
8281 "frame_red_zone_size".
8282
8283 2003-08-09 Andrew Cagney <cagney@redhat.com>
8284
8285 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8286 with "set/show backtrace past-main" and "set/show backtrace
8287 limit".
8288
8289 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8290
8291 * Makefile.in (install-info): Support DESTDIR.
8292 (install-html): Likewise.
8293
8294 2003-08-07 Andrew Cagney <cagney@redhat.com>
8295
8296 Patch from Nick Roberts.
8297 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8298 bindings. Remove description of send-gdb-command.
8299
8300 2003-08-07 Andrew Cagney <cagney@redhat.com>
8301
8302 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8303 GDB 6.0.
8304
8305 2003-08-06 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdb.texinfo (Mode Options): Mention that level three is the
8308 highest available and that level 2 is deprecated.
8309 (Annotations Overview): Mention annotation levels. Cross reference
8310 to "Limitations of the Annotation Interface" in annotate.texi.
8311 (TODO, Value Annotations, Frame Annotations): Delete section.
8312 (Displays, Breakpoint Info): Delete.
8313
8314 2003-08-04 Andrew Cagney <cagney@redhat.com>
8315
8316 * agentexpr.texi: Delete @bye.
8317 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8318 (stabs.info): Add $(srcdir) to include search path.
8319 (html): Depend on "annotate_toc.html", and not "annotate.html".
8320 * stabs.texinfo: Ditto. Include "fdl.texi".
8321 * gdbint.texinfo: Update copyright statement's list of invariant
8322 sections.
8323
8324 2003-07-28 Andrew Cagney <cagney@redhat.com>
8325
8326 * Makefile.in (INFO_DEPS): Add annotate.info.
8327 (dvi, ps, html, pdf): Add annotate.
8328 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8329 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8330 (ANNOTATE_DOC_FILES): New macro.
8331 (ANNOTATE_TEX_TMPS): New macro.
8332 (annotate.info, annotate_toc.html): Specify dependencies.
8333 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8334 * annotate.texinfo: Rename annotate.texi. Get building. Add
8335 "Migrating to GDB/MI" and "Limitations of the Annotation
8336 Interface" chapters. Mention why it is not part of the user
8337 guide. Update copyright notice. Include "fdl.texi".
8338
8339 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8340
8341 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8342
8343 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8344
8345 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8346
8347 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8348
8349 * gdb.texinfo (Server): Mention pidof.
8350
8351 2003-07-22 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8354 list.
8355
8356 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8357
8358 * gdb.texinfo (Logging output): New chapter.
8359
8360 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8361
8362 * gdb.texinfo (Unsupported languages): New section.
8363 (Languages): Add link to new section.
8364
8365 2003-06-22 Andrew Cagney <cagney@redhat.com>
8366
8367 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8368
8369 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8370
8371 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8372
8373 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8374
8375 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8376 * agentexpr.texi: Retitle section, and change it to an appendix.
8377 Comment out texinfo initialization. Factor a @var{} into two
8378 pieces to prevent makeinfo warnings.
8379 * gdb.texinfo: Add Agent Expressions appendix.
8380
8381 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8382
8383 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8384
8385 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8386
8387 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8388 remote target". Document the "detach" and "disconnect" commands.
8389 (Server, Netware, Debug Session): Reference "Connecting to a
8390 remote target".
8391 (GDB/MI Target Manipulation): Document "-target-disconnect".
8392
8393 2003-06-13 Andrew Cagney <cagney@redhat.com>
8394
8395 * gdbint.texinfo (Target Architecture Definition): Deprecate
8396 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8397 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8398
8399 2003-06-09 Jim Blandy <jimb@redhat.com>
8400
8401 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8402
8403 2003-06-08 Andrew Cagney <cagney@redhat.com>
8404
8405 * gdbint.texinfo (Target Architecture Definition): Delete
8406 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8407
8408 2003-06-08 Andrew Cagney <cagney@redhat.com>
8409
8410 * gdbint.texinfo (Target Architecture Definition): Document
8411 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8412
8413 2003-06-07 Adam Fedor <fedor@gnu.org>
8414
8415 * gdb.texinfo: Add Objective-C documentation.
8416
8417 2003-06-01 Andrew Cagney <cagney@redhat.com>
8418
8419 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8420 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8421
8422 2003-05-21 Andrew Cagney <cagney@redhat.com>
8423
8424 * gdbint.texinfo (Target Architecture Definition): Delete
8425 references to "extract_address" and "store_address".
8426
8427 2003-05-16 Andrew Cagney <cagney@redhat.com>
8428
8429 * gdbint.texinfo (Target Architecture Definition): Replace
8430 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8431 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8432
8433 2003-05-14 Theodore A. Roth <troth@openavr.org>
8434
8435 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8436
8437 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8438
8439 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8440 (gdb.dvi): Likewise.
8441 (gdb.pdf): Likewise.
8442 (links2roff): Likewise.
8443
8444 2003-05-08 Jim Blandy <jimb@redhat.com>
8445
8446 * gdb.texinfo (Dump/Restore Files): Update documentation for
8447 'dump', 'append', and 'restore': note that format argument is
8448 optional; simplify presentation of the command variants; and be
8449 more precise about the formats.
8450
8451 2003-05-07 Jim Blandy <jimb@redhat.com>
8452
8453 * gdb.texinfo (Symbols): Update documentation: 'maint list
8454 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8455 symtabs' and 'maint info psymtabs'.
8456
8457 2003-05-05 Andrew Cagney <cagney@redhat.com>
8458
8459 * gdbint.texinfo (Target Architecture Definition): Make
8460 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8461 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8462 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8463
8464 2003-05-04 Andrew Cagney <cagney@redhat.com>
8465
8466 * gdb.texinfo (Maintenance Commands): Document "maint print
8467 dummy-frames".
8468
8469 2003-05-04 Andrew Cagney <cagney@redhat.com>
8470
8471 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8472
8473 2003-05-03 J. Brobecker <brobecker@gnat.com>
8474
8475 Thierry Schneider <tpschneider1@yahoo.com>
8476 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8477 for new MI command.
8478
8479 2003-05-03 Andrew Cagney <cagney@redhat.com>
8480
8481 * gdbint.texinfo (Target Architecture Definition): Document
8482 push_dummy_code. Add cross references.
8483
8484 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8485
8486 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8487 set/show charsets commands.
8488
8489 2003-04-28 Andrew Cagney <cagney@redhat.com>
8490
8491 * gdbint.texinfo (Target Architecture Definition): Replace
8492 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8493 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8494
8495 2003-04-28 Andrew Cagney <cagney@redhat.com>
8496
8497 * gdbint.texinfo (Target Architecture Definition): Rename
8498 "tm_print_insn" to "deprecated_tm_print_insn".
8499
8500 2003-04-09 Jim Blandy <jimb@redhat.com>
8501
8502 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8503 list psymtabs'.
8504
8505 2003-04-08 Andrew Cagney <cagney@redhat.com>
8506
8507 * gdbint.texinfo (Target Architecture Definition): Delete
8508 references to EXTRA_FRAME_INFO.
8509
8510 2003-04-08 Andrew Cagney <cagney@redhat.com>
8511
8512 * gdbint.texinfo (Target Architecture Definition): Delete
8513 PRINT_TYPELESS_INTEGER.
8514
8515 2003-04-02 J. Brobecker <brobecker@gnat.com>
8516
8517 * observer.texi (GDB Observers): Adjust the documentation for the
8518 normal_stop notification to better describe reality. Fix a couple
8519 of minor typos.
8520
8521 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8522
8523 * gdb.texinfo (GDB/MI Program Control): Add
8524 '-file-list-exec-source-file'
8525
8526 2003-03-31 Andrew Cagney <cagney@redhat.com>
8527
8528 * gdbint.texinfo (Target Architecture Definition): Delete
8529 references to CALL_DUMMY_P.
8530
8531 2003-03-30 Andrew Cagney <cagney@redhat.com>
8532
8533 * gdbint.texinfo (Target Architecture Definition): Remove
8534 reference to TARGET_WRITE_SP.
8535
8536 2003-03-27 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbint.texinfo (Target Architecture Definition): Remove
8539 references to write_sp.
8540
8541 2003-03-27 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8544 chapter body. Use @smallexample instead of @example.
8545 (Annotations): Ditto.
8546 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8547 annotate.texi.
8548
8549 2003-03-26 Andrew Cagney <cagney@redhat.com>
8550
8551 * gdbint.texinfo (Target Architecture Definition): Replace
8552 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8553 dummy_addr parameters.
8554
8555 2003-03-25 Andrew Cagney <cagney@redhat.com>
8556
8557 * gdbint.texinfo (Target Architecture Definition): Delete
8558 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8559 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8560 Add reference to PUSH_ARGUMENTS.
8561
8562 2003-03-23 Andrew Cagney <cagney@redhat.com>
8563
8564 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8565 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8566
8567 2003-03-18 J. Brobecker <brobecker@gnat.com>
8568
8569 * gdbint.texinfo (Algorithms): Add new section describing the
8570 Observer paradigm.
8571 (Top): Add menu entry to new observer appendix.
8572 * observer.texi: New file.
8573 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8574 new observer.texi file.
8575
8576 2003-03-17 Andrew Cagney <cagney@redhat.com>
8577
8578 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8579 that GNU Press update the manual version number.
8580
8581 2003-03-12 Andrew Cagney <cagney@redhat.com>
8582
8583 * gdbint.texinfo (Target Architecture Definition): Delete
8584 references to get_saved_register. Rename GET_SAVED_REGISTER to
8585 DEPRECATED_GET_SAVED_REGISTER.
8586
8587 2003-03-13 Andrew Cagney <cagney@redhat.com>
8588
8589 * gdbint.texinfo (Target Architecture Definition): Replace
8590 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8591
8592 2003-03-12 Andrew Cagney <cagney@redhat.com>
8593
8594 * gdbint.texinfo (Target Architecture Definition): Rename
8595 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8596
8597 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8598
8599 * gdb.texinfo: Add File-I/O documentation.
8600
8601 2003-03-10 Andrew Cagney <cagney@redhat.com>
8602
8603 * gdbint.texinfo (Target Architecture Definition): Cross reference
8604 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8605
8606 2003-03-07 Andrew Cagney <cagney@redhat.com>
8607
8608 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8609 frame" command.
8610
8611 2003-03-05 Andrew Cagney <cagney@redhat.com>
8612
8613 * gdbint.texinfo (Target Architecture Definition): Document
8614 unwind_dummy_id. Cross reference unwind_dummy_id and
8615 SAVE_DUMMY_FRAME_TOS.
8616
8617 2003-03-05 James Ingham <jingham@apple.com>
8618 Daniel Jacobowitz <drow@mvista.com>
8619
8620 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8621 and "show cp-abi".
8622
8623 2003-03-03 Andrew Cagney <cagney@redhat.com>
8624
8625 * gdbint.texinfo (Target Architecture Definition): Document
8626 register_type.
8627
8628 2003-03-03 Andrew Cagney <cagney@redhat.com>
8629
8630 * stabs.texinfo (Structures): Use @samp and separate @var's
8631 instead of a single @var containing a comma separated list.
8632 (Unions): Ditto.
8633
8634 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8635
8636 * Makefile.in (distclean): Remove config.log.
8637
8638 2003-03-01 Andrew Cagney <cagney@redhat.com>
8639
8640 * gdbint.texinfo (Target Architecture Definition): Rename
8641 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8642
8643 2003-03-01 Andrew Cagney <cagney@redhat.com>
8644
8645 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8646 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8647
8648 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8649
8650 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8651 (Non-debug DLL symbols): New node, describing the minimal symbols
8652 loaded from DLLs without real debugging symbols.
8653
8654 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8655
8656 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8657 hardware-breakpoint-limit".
8658 (Set Watchpoints): Add cross reference to "set remote
8659 hardware-watchpoint-limit".
8660 (Remote configuration options): New section.
8661
8662 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8663
8664 * gdbint.texinfo (Target Architecture Definition): Delete
8665 descrption of IS_TRAPPED_INTERNALVAR.
8666
8667 From Keith Seitz <keiths@redhat.com>:
8668 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8669 option "-i"/"--interpreter" to this chapter. Include index
8670 entries.
8671
8672 2003-02-04 David Carlton <carlton@math.stanford.edu>
8673
8674 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8675 (Variables): Recommend stabs+ and DWARF 2.
8676 (C plus plus expressions): Correct info about
8677 compiler versions, debug formats.
8678 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8679 PR symtab/874.
8680
8681 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8682
8683 * gdbint.texinfo (Target Architecture Definition): Delete
8684 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8685 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8686 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8687 references to nindy and i960.
8688 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8689
8690 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8691
8692 * gdbint.texinfo (Target Architecture Definition): Delete
8693 FLOAT_INFO.
8694
8695 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8696
8697 * stabs.texinfo (Member Type Descriptor): Clarify description of
8698 `@'. Suggested by Ben Hutchings.
8699
8700 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8701
8702 * gdb.texinfo (M68K): Delete reference to es1800.
8703
8704 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8705
8706 * gdb.texinfo (Maintenance Commands): Document `maint print
8707 reggroups' and `maint print register-groups'.
8708 * gdbint.texinfo (Target Architecture Definition): Document
8709 register_reggroup_p.
8710
8711 2003-01-23 Jim Blandy <jimb@redhat.com>
8712
8713 * gdb.texinfo (Separate Debug Files): New section.
8714
8715 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8716
8717 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8718 and "maint show profile".
8719
8720 2003-01-16 Michael Chastain <mec@shout.net>
8721
8722 * gdb.texinfo (Installing GDB): Warn against
8723 ".../gdb-VERSION/gdb/configure".
8724 (Separate Objdir): Likewise.
8725
8726 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8727
8728 * gdbint.texinfo (Target Architecture Definition): Delete
8729 definition of PRINT_REGISTER_HOOK.
8730
8731 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8732
8733 (OpenRISC 1000): Fix formatting of command names.
8734
8735 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8736
8737 * gdb.texinfo (Continuing and Stepping): Add new command
8738 'advance'. Clarify behavior of 'until'.
8739
8740 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8741
8742 * gdb.texinfo (Files): Document solib-absolute-prefix and
8743 solib-search-path.
8744
8745 2003-01-09 Michael Chastain <mec@shout.net>
8746
8747 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8748 (Create a Release): Add new instructions for new @file{src-release}.
8749 Document existing instructions for @file{Makefile.in} as
8750 being for @value{GDBN} 5.3.1 or earlier.
8751
8752 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8753
8754 * gdbint.texinfo (Target Architecture Definition): Mention
8755 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8756 allocate memory.
8757
8758 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8759
8760 * gdb.texinfo (Controlling GDB): Add @kindex for
8761 "show osabi".
8762 (Backtraces): Add @kindex's for backtrace-below-main.
8763
8764 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8765
8766 * gdb.texinfo (Controlling GDB): Document "set osabi".
8767
8768 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8769
8770 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8771 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8772
8773 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8774
8775 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8776 "set coerce-float-to-double".
8777 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8778
8779 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8780
8781 * stabs.texinfo: Remove obsolete text.
8782 * gdbint.texinfo: Ditto.
8783 * gdb.texinfo: Ditto.
8784
8785 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8786
8787 * gdbint.texinfo (Target Architecture Definition): Update
8788 description of gdbarch_register_osabi.
8789
8790 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8791
8792 * agentexpr.texi: Fix typos.
8793 * annotate.texi: Likewise.
8794 * fdl.texi: Likewise.
8795
8796 2002-12-10 Andrew Cagney <cagney@redhat.com>
8797
8798 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8799 DEPRECATED_INIT_FRAME_PC.
8800
8801 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8802
8803 * gdbint.texinfo (Target Architecture Definition): Delete
8804 PC_IN_CALL_DUMMY.
8805
8806 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8807
8808 * gdbint.texinfo (Host Definition): Delete documentation on
8809 USE_GENERIC_DUMMY_FRAMES.
8810
8811 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8812
8813 Fix PR gdb/723 and PR gdb/245.
8814 * Makefile.in (install-info): Run the install-info command as part
8815 of the post install steps only.
8816 (uninstall-info): New target.
8817 (uninstall): New target.
8818
8819 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8820
8821 * Makefile.in (install): Make install do some real work.
8822
8823 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8824
8825 Fix POSIX problem reported by Paul Eggert.
8826 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8827 Fix PR gdb/527.
8828
8829 2002-10-26 Andrew Cagney <cagney@redhat.com>
8830
8831 * gdbint.texinfo (Target Architecture Definition): Delete
8832 definition of DO_REGISTERS_INFO.
8833
8834 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8835
8836 * gdbint.texinfo (Address Classes): Fix problems with insertion
8837 of ``{'' and ``}'' in example.
8838
8839 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8840
8841 * gdbint.texinfo (Address Classes): New section.
8842 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8843 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8844 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8845 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8846
8847 2002-10-11 Klee Dienes <kdienes@apple.com>
8848
8849 * gdb.texinfo (Registers): Mention vector registers as well as
8850 floating registers in the documentation for 'info registers' and
8851 'info all-registers'.
8852
8853 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8854
8855 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8856
8857 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8858
8859 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8860 interface definition.
8861
8862 2002-10-03 Marko Mlinar <markom@opencores.org>
8863
8864 * gdb.texinfo (Target Commands): Add or1k target specific
8865 commands.
8866 * gdb.texinfo (Contributors): Add myself to the contributors list.
8867
8868 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8869
8870 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8871 and "mi1" instead of "mi1" and "mi0".
8872
8873 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8874
8875 * gdb.texinfo (Packets): Fix typos "alligned".
8876 Correct z3/Z3 description. Correct z4/Z4 title.
8877
8878 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8879
8880 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8881
8882 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8883
8884 * gdb.texinfo: Use GNU/Linux instead of Linux.
8885
8886 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8887
8888 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8889
8890 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8891
8892 * gdb.texinfo: Replace @example with @smallexample.
8893
8894 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8895
8896 From Eli Zaretskii <eliz@gnu.org>:
8897 * gdb.texinfo (Character Sets): Use @smallexample instead of
8898 @example. Use GNU/Linux instead of Linux.
8899
8900 2002-09-20 Jim Blandy <jimb@redhat.com>
8901
8902 * gdb.texinfo: Add character set documentation.
8903
8904 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8905
8906 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8907 (Packets): Add cross reference from `b' packet to `z' packets.
8908
8909 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8910
8911 * gdb.texinfo (Maintenance Commands): Document ``maint
8912 internal-error'' and ``maint internal-warning''.
8913
8914 * gdbint.texinfo (Target Architecture Definition): Revise
8915 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8916
8917 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8918
8919 * gdbint.texinfo (Target Conditionals): Document the new
8920 NAME_OF_MALLOC macro.
8921
8922 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8923
8924 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8925 engineer.
8926
8927 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8928
8929 * gdb.texinfo (TUI Overview): Document status line fields.
8930
8931 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8932
8933 * gdb.texinfo (TUI Commands): Document info win command.
8934
8935 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8936
8937 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8938
8939 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8940
8941 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8942 (TUI Keys): Likewise.
8943
8944 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8945
8946 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8947 for a packet receive.
8948
8949 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8950
8951 * Makefile.in (clean): Move to end of file.
8952 (distclean, maintainer-clean, realclean): Ditto.
8953 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8954 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8955 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8956 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8957
8958 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8959
8960 * Makefile.in (GDBINT_TEX_TMPS): Define.
8961 (gdbint.dvi, gdbint.pdf): Use
8962 (GDB_TEX_TMPS): Define.
8963 (gdb.dvi, gdb.pdf): Use.
8964 (STABS_TEX_TMPS): Define.
8965 (stabs.dvi, stabs.pdf): Use.
8966 (GDB_DOC_SOURCE_INCLUDES): New macros.
8967 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8968 (GDBINT_DOC_FILES_INCLUDES): New macros.
8969 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8970 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8971 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8972 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8973 (links2roff): Replace SFILES_INCLUDED with
8974 GDB_DOC_SOURCE_INCLUDES.
8975 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8976 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8977 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8978 dependencies.
8979 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8980 dependencies.
8981 (gdbmi.texinfo): Delete rule.
8982 (inc-hist.texinfo): Delete rule.
8983 (rluser.texinfo): Delete rule.
8984
8985 2002-08-23 Andrew Cagney <cagney@redhat.com>
8986
8987 * gdbint.texinfo (Target Architecture Definition): Update
8988 STORE_RETURN_VALUE, mention regcache.
8989
8990 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8991
8992 * gdbint.texinfo (Target Architecture Definition): Document
8993 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8994
8995 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8996
8997 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8998 Fix minor typos. Add index entries.
8999
9000 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9001
9002 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9003
9004 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9005
9006 * gdbint.texinfo (Target Architecture Definition): Document
9007 PRINT_VECTOR_INFO.
9008 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9009
9010 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9011
9012 * gdb.texinfo (Maintenance Commands): Document "maint print
9013 registers", "maint print raw-registers" and "maint print
9014 cooked-registers".
9015
9016 2002-08-08 Grace Sainsbury <graces@redhat.com>
9017
9018 From Mark Salter:
9019 * gdb.texinfo (Protocol): Document T packet extension to
9020 allow watchpoint address reporting.
9021
9022 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9023
9024 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9025
9026 2002-08-01 Andrew Cagney <cagney@redhat.com>
9027
9028 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9029 to CHILL.
9030
9031 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9032
9033 * gdbint.texinfo (Coding): Revise section "Include Files".
9034
9035 2002-07-24 Andrew Cagney <cagney@redhat.com>
9036
9037 * gdbint.texinfo: Obsolete references to m88k.
9038 * gdb.texinfo: Ditto.
9039
9040 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9041
9042 * gdbint.texinfo (Create a release candiate): Add the location
9043 where the proper version of autoconf can be retrieved.
9044
9045 2002-07-09 Don Howard <dhoward@redhat.com>
9046
9047 * gdb.texinfo (Command Files): Further describe the behavior of
9048 sourced command files.
9049
9050 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9051
9052 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9053 (Coding): Clarify ISO C version that GDB assumes.
9054
9055 2002-06-26 Tom Tromey <tromey@redhat.com>
9056
9057 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9058 add_setshow_cmd_full.
9059
9060 2002-06-25 Don Howard <dhoward@redhat.com>
9061
9062 * gdb.texinfo (Memory Region Attributes): Document new behavior
9063 for 'mem' command.
9064
9065 2002-06-11 Jim Blandy <jimb@redhat.com>
9066
9067 * gdb.texinfo (Symbols): Update documentation for `info source'
9068 command.
9069
9070 * gdb.texinfo (Macros): Call the command `info macro', not
9071 `show macro'.
9072
9073 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9074
9075 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9076 data''.
9077
9078 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9079
9080 * gdbint.texinfo (Target Architecture Definition): Document
9081 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9082
9083 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9084
9085 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9086 lists.
9087
9088 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9089
9090 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9091 Branch''.
9092
9093 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9094
9095 * gdbint.texinfo (Target Architecture Definition): Add section
9096 ``Converting an existing Target Architecture to Multi-arch''.
9097
9098 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9099
9100 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9101 to ``Obsoleting code''. Revise.
9102
9103 2002-05-17 Jim Blandy <jimb@redhat.com>
9104
9105 * gdb.texinfo (C Preprocessor Macros): New chapter.
9106 Include it in the main menu.
9107 (Contributors): Credit Jim Blandy with macro support.
9108 (Compilation): Explain how to get macro information into the
9109 executable.
9110 (Expressions): Note that preprocessor macros are expanded.
9111
9112 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9113
9114 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9115 options for `target remote'.
9116
9117 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9118
9119 * gdbint.texinfo (Target Architecture Definition): Delete
9120 documentation on NNPC_REGNUM.
9121
9122 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9123
9124 * gdbint.texinfo (Target Architecture Definition): Document
9125 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9126 (Target Architecture Definition): Revise section `Using Different
9127 Register and Memory Data Representations'. Add section `Raw and
9128 Virtual Register Representations'.
9129
9130 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9131
9132 * gdbint.texinfo (Target Architecture Definition): Mention
9133 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9134 (Target Architecture Definition): Mention same. Add references to
9135 web pages.
9136
9137 2002-05-08 Michael Snyder <msnyder@redhat.com>
9138
9139 * stabs.texinfo (Attributes): Document new "vector" attribute.
9140
9141 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9142
9143 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9144
9145 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9146
9147 * gdb.texinfo: Delete obsolete references to a29k.
9148
9149 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9150
9151 * gdbint.texinfo (Target Architecture Definition): Replace
9152 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9153
9154 2002-04-24 David S. Miller <davem@redhat.com>
9155
9156 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9157
9158 2002-04-21 David S. Miller <davem@redhat.com>
9159
9160 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9161
9162 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9163
9164 * gdbint.texinfo (Target Architecture Definition): Delete
9165 definition of HAVE_REGISTER_WINDOWS.
9166
9167 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9168
9169 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9170 "Theodore A. Roth" <troth@verinet.com>.
9171
9172 2002-04-15 Don Howard <dhoward@redhat.com>
9173
9174 From Eli Zaretskii <eliz@gnu.org>
9175 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9176 Provide a better explaination of this feature.
9177
9178 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9179
9180 * gdbint.texinfo (Target Architecture Definition): Remove
9181 FRAME_CHAIN_COMBINE.
9182
9183 2002-04-12 Michael Chastain <mec@shout.net>
9184
9185 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9186 REG_STACK_SEGMENT.
9187
9188 2002-04-09 Michael Chastain <mec@shout.net>
9189
9190 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9191 PYRAMID_* macros.
9192
9193 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9194
9195 * gdb.texinfo (Bug Reporting): Document that the web is the
9196 prefered way of submitting bug reports.
9197 (Bug Reporting): Delete the s-mail address as the last resort.
9198
9199 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9200
9201 * gdbint.texinfo (Target Architecture Definition): Delete
9202 references to TARGET_WRITE_FP and write_fp.
9203
9204 2002-03-27 Michael Snyder <msnyder@redhat.com>
9205
9206 * gdb.texinfo: Document new commands dump, append, and restore.
9207
9208 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9209
9210 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9211 Branch'.
9212
9213 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9214
9215 * gdb.texinfo: Change all examples to @smallexample.
9216 * gdbint.texinfo: Ditto.
9217
9218 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9219
9220 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9221 Branches''.
9222
9223 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9224
9225 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9226 Policy''.
9227
9228 2002-03-04 Fred Fish <fnf@redhat.com>
9229
9230 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9231 expresson, suports, dependant, trhe, perhaphs, situtations,
9232 explictily, taged, oportunity, unfortunatly).
9233
9234 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9235
9236 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9237 Remove reference to 3.12.
9238
9239 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdbint.texinfo: Include fdl.texi.
9242 (Top): Add GNU Free Documentation License.
9243 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9244 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9245 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9246 (gdbint.info): Add srcdir to include path.
9247 * gdb.texinfo: Include gpl.texi.
9248 (Top): Add Copying.
9249 * gpl.texi: New file.
9250
9251 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9252
9253 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9254
9255 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9256
9257 * gdb.texinfo: Document Cygwin native specific commands.
9258
9259 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9260
9261 * gdb.texinfo: Document gdbserver ``--attach'' command.
9262
9263 2002-02-07 Michael Snyder <msnyder@redhat.com>
9264
9265 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9266 to @code(_ovly_debug_event).
9267
9268 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9269
9270 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9271
9272 2002-02-06 Michael Snyder <msnyder@redhat.com>
9273
9274 * gdb.texinfo (overlays): Mention new magic symbol
9275 '_ovly_debug_event', which allows GDB to keep better track
9276 of overlays.
9277
9278 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9279
9280 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9281 Suggested by Dmitry Sivachenko.
9282
9283 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9284
9285 2002-02-01 Michael Snyder <msnyder@redhat.com>
9286
9287 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9288
9289 2002-01-30 Michael Snyder <msnyder@redhat.com>
9290
9291 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9292 (set trust-readonly-sections): Document.
9293
9294 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9295
9296 * gdbint.texinfo (Releasing GDB): Revise and update.
9297
9298 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9299
9300 * gdbint.texinfo (Target Architecture Definition): Delete
9301 description of TARGET_BYTE_ORDER_DEFAULT.
9302
9303 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9304
9305 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9306 <mitya@cavia.pp.ru>.
9307
9308 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9309
9310 * libgdb.texinfo: Delete file.
9311
9312 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9313
9314 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9315 * gdbint.texinfo: Ditto.
9316
9317 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9318
9319 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9320
9321 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9322
9323 * Makefile.in: Update copyright.
9324 (TEXI2DVI): Define.
9325 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9326 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9327 gdb-cfg.texi.
9328 (TEXINDEX, PDFTEX): Delete makefile variables.
9329
9330 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9331
9332 * gdb.texinfo (Protocol): Move section to appendix.
9333
9334 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9335
9336 * gdb.texinfo (Remote Debugging): Create a menu.
9337 (Top): Add ``Remote Debugging'' to menu.
9338
9339 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9340
9341 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9342 serial protocol'' from here.
9343 (Remote Debugging): To here. New chapter.
9344
9345 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9346
9347 * gdbint.texinfo (Target Architecture Definition): Delete
9348 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9349
9350 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9351
9352 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9353 are no longer needed.
9354 (Porting GDB): Add maintainer note about configure.host.
9355
9356 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9357
9358 * gdbint.texinfo (Target Architecture Definition): Remove
9359 definition of IEEE_FLOAT.
9360
9361 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9362
9363 * gdb.texinfo: Beautify copyright years; fix a typo.
9364 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9365 <3diff@gnu.org>
9366
9367 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9368
9369 * gdbint.texinfo (Host Definition): Remove references to
9370 MALLOC_INCOMPATIBLE.
9371
9372 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9373
9374 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9375 and xyz-xdep.o.
9376
9377 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9378
9379 * gdb.texinfo (Maintenance Commands): Add appendix.
9380 (Set Breaks): Copy ``maint info breakpoint'' doco to
9381 ``Maintenance Commands'' appendix. Add reference.
9382
9383 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9384
9385 * fdl.texi: Remove next/prev from @node.
9386
9387 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9388
9389 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9390 for monstrous @multitable (from Brian Youmans).
9391
9392 * fdl.texi: New file.
9393
9394 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9395
9396 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9397
9398 * gdbint.texinfo (Releasing GDB): New chapter.
9399
9400 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9401
9402 * gdb.texinfo (Embedded Processors, Calling program functions):
9403 Obsolete references to a29k.
9404
9405 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9406
9407 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9408 examples. Document that a code-block should do or discard its
9409 cleanups before exit.
9410
9411 2002-01-11 Michael Snyder <msnyder@redhat.com>
9412
9413 * gdb.texinfo (Choosing files): Change @samp to @file.
9414
9415 2002-01-05 Michael Snyder <msnyder@redhat.com>
9416
9417 * gdb.texinfo (--pid): Document new command line option (attach).
9418
9419 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9420
9421 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9422 in the stub.
9423
9424 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9425
9426 * gdbint.texinfo (Target Architecture Definition): Replace
9427 BIG_ENDIAN with BFD_ENDIAN_BIG.
9428
9429 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9430
9431 * gdbint.texinfo (Target Architecture Definition): Replace
9432 value_ptr with struct value pointer.
9433
9434 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9435
9436 * gdb.texinfo (Free Software): Fix wording.
9437
9438 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9439
9440 * gdb.texinfo (Free Software): New section ``Free Software Needs
9441 Free Documentation''.
9442
9443 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9444
9445 * stabs.texinfo:
9446 * gdb.texinfo:
9447 * gdbint.texinfo:
9448 * libgdb.texinfo:
9449 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9450
9451 2001-12-29 Michael Snyder <msnyder@redhat.com>
9452
9453 * gdb.texinfo (maint info sections): Fix typo.
9454
9455 2001-12-26 Michael Snyder <msnyder@redhat.com>
9456
9457 * gdb.texinfo (maint info sections): Document.
9458
9459 * gdb.texinfo (info proc): Comment out documentation for
9460 'info proc' sub-options that are currently not implemented.
9461
9462 2001-12-20 Jim Blandy <jimb@redhat.com>
9463
9464 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9465
9466 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9467
9468 * gdbint.texinfo (Target Architecture Definition): Replace
9469 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9470
9471 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9472
9473 * gdbint.texinfo (Host Definition): Delete documentation on
9474 HOST_BYTE_ORDER.
9475
9476 2001-11-30 Jim Blandy <jimb@redhat.com>
9477
9478 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9479 overlay support. Add to top-level menu.
9480
9481 2001-11-26 Tom Tromey <tromey@redhat.com>
9482
9483 * gdb.texinfo (Command Syntax): Document C-o binding.
9484
9485 2001-07-26 Christopher Faylor <cgf@redhat.com>
9486
9487 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9488 use since it is described in the referenced section.
9489
9490 From Eli Zaretskii <eliz@gnu.org>
9491 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9492 clearer when using DJGPP.
9493
9494 2001-11-24 Christopher Faylor <cgf@redhat.com>
9495
9496 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9497 specifically refer to MS-DOS.
9498 (command files): Mention gdb.ini is only used on MS-DOS.
9499
9500 2001-11-21 Tom Tromey <tromey@redhat.com>
9501
9502 * gdb.texinfo (Invoking GDB): Document --args.
9503 (Mode Options): Likewise.
9504
9505 2001-11-21 Jim Blandy <jimb@redhat.com>
9506
9507 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9508 Delete documentation; this macro has been removed from the
9509 sources.
9510
9511 2001-11-13 Jim Blandy <jimb@redhat.com>
9512
9513 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9514
9515 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9516
9517 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9518
9519 2001-11-05 Michael Snyder <msnyder@redhat.com>
9520
9521 * gdb.texinfo (info functions): Document use of backslash to
9522 quote regexp chars in function names such as "operator*()".
9523
9524 2001-11-01 Fred Fish <fnf@redhat.com>
9525
9526 * gdbint.texinfo (SOLIB_ADD): Document additional new
9527 "readsyms" arg.
9528
9529 2001-10-30 Don Howard <dhoward@redhat.com>
9530
9531 * gdb.texinfo: (Command Files) Added documentation for the
9532 behavior of gdb with input redirected from a file.
9533
9534 2001-10-28 Fred Fish <fnf@redhat.com>
9535
9536 * gdb.texinfo (auto-solib-add): Change docs to match
9537 implementation change.
9538 (auto-solib-limit): Add docs for new variable.
9539
9540 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9541
9542 * gdbint.texinfo (Target Architecture Definition): Function
9543 value_as_pointer renamed to value_as_address.
9544
9545 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9546
9547 * gdbint.texinfo (Target Architecture Definition): Default
9548 POINTER_TO_ADDRESS functions assume unsigned addresses.
9549 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9550 posting by Jim Blandy.
9551
9552 2001-10-12 Jim Blandy <jimb@redhat.com>
9553
9554 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9555 version of texi2html (1.64) doesn't support this flag any more.
9556
9557 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9558
9559 * gdbint.texinfo (Host Definition): Remove description of
9560 MEM_FNS_DECLARED.
9561
9562 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9563
9564 * gdbint.texinfo (Host Definition): Remove description of
9565 HAVE_SIGSETMASK.
9566
9567 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9568
9569 * gdbint.texinfo (Target Architecture Definition): Add
9570 explanation of TARGET_PRINT_INSN macro.
9571
9572 2001-08-30 Jim Blandy <jimb@redhat.com>
9573
9574 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9575 Explain what it means to load relocatable files.
9576
9577 2001-08-28 Jim Blandy <jimb@redhat.com>
9578
9579 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9580 info `top' menu.
9581
9582 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9583
9584 * gdbint.texinfo: Add a cautionary note about macro use.
9585
9586 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9587
9588 * gdb.texinfo: Explain omitting the hostname in the
9589 `target remote' command.
9590
9591 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9592
9593 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9594 and END-INFO-DIR-ENTRY.
9595
9596 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9597
9598 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9599
9600 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9601
9602 * gdbint.texinfo (libgdb): Rewrite.
9603
9604 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9605
9606 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9607
9608 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9609
9610 * gdb.texinfo (TUI): New chapter, document the TUI.
9611 (Mode Options): Document the -tui option.
9612
9613 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9614
9615 * gdbint.texinfo (Host Definition): Remove description of
9616 NEED_POSIX_SETPGID.
9617
9618 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9619
9620 * gdb.tex (DJGPP Native): New node, with descriptions of
9621 DJGPP-specific commands.
9622
9623 2001-07-19 John R. Moore <jmoore@redhat.com>
9624
9625 * gdbint.texinfo: Three misspellings.
9626
9627 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9628
9629 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9630 `test` expressions on bash. Problem reported by Colin Walters.
9631
9632 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9633
9634 * gdbint.texinfo (User Interface): Update ui-out documentation to
9635 refelect recent UI/MI updates.
9636
9637 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9638
9639 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9640 interpreters.
9641
9642 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9643
9644 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9645 structure and not macros.
9646 (Host Definition): Document that much of this chapter is obsolete.
9647 (Target Architecture Definition): Update list of files that make
9648 up a target architecture.
9649 (Coding): Update.
9650
9651 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9652
9653 * gdbint.texinfo (Target Architecture Definition): Update
9654 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9655 The latter has been changed to a true predicate.
9656
9657 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9658
9659 * annotate.texi: Add @noindent where needed. From Dmitry
9660 Sivachenko <dima@Chg.RU>.
9661 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9662
9663 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9664
9665 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9666
9667 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9668
9669 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9670 returns ``OK''. Document that the ``R'' packet does not reply.
9671
9672 2001-06-13 Michael Snyder <msnyder@redhat.com>
9673
9674 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9675
9676 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9677
9678 * gdb.texinfo (Signals): Clarify the default setting of signal
9679 handling.
9680
9681 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9682
9683 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9684 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9685
9686 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9687
9688 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9689
9690 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9691
9692 * gdbint.texinfo (Clean Design and Portable Implementation):
9693 Renamed from "Clean Design".
9694 (Clean Design and Portable Implementation): Document portable
9695 methods of handling file names, and the associated macros.
9696
9697 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9698
9699 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9700 command and provide a cross-reference to its description.
9701 (Symbols): Note that "info scope" is useful for trace experiments.
9702
9703 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9704
9705 * gdb.texinfo (Symbols): Document "info scope".
9706 (Tracepoints): New chapter.
9707 (Contributors): Update for v5.1.
9708 <All nodes>: Change "C++" to "C@t{++}".
9709
9710 * gdbint.texinfo (User Interface): A new section about ui_out
9711 functions, based on text written by Fernando Nasser.
9712
9713 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9714
9715 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9716
9717 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9718
9719 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9720
9721 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9722 Replace "GDB" with "@value{GDBN}". Fix markup.
9723
9724 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9725
9726 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9727 a cross-reference to its description.
9728 (Symbols): Document "info symbol".
9729
9730 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9731
9732 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9733 subsection "x86 Watchpoints".
9734 (Target Architecture Definition): Document the macros
9735 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9736 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9737
9738 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9739
9740 * gdbint.texinfo (Target Architecture Definition): Update
9741 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9742 list.
9743
9744 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9745
9746 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9747 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9748
9749 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9750
9751 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9752
9753 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9754
9755 * gdb.texinfo (Environment): Document that `path' does not change
9756 the value of PATH in GDB's own environment (it did in the past,
9757 but that was changed on March 15, 1994). Reported by Doug Evans
9758 <dje@transmeta.com>.
9759
9760 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9761 its line. Fix markup of commands and macros. Add an Index node
9762 and index entries.
9763
9764 2001-01-23 J.T. Conklin <jtc@redback.com>
9765
9766 * gdb.texinfo (Memory region attributes): New manual section.
9767
9768 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9769
9770 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9771
9772 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9773
9774 * refcard.tex: Version and copyright fixed. From Phil Edwards
9775 <pedwards@disaster.jaj.com>.
9776
9777 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9778
9779 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9780 DWARF2_REG_TO_REGNUM): Document.
9781
9782 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9783
9784 * gdbint.texinfo (Coding): Update current value of
9785 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9786
9787 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9788
9789 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9790 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9791
9792 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9793
9794 * gdb.texinfo: Document new 'set step-mode' command.
9795
9796 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9797
9798 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9799 changes from Dmitry Sivachenko <dima@Chg.RU>.
9800
9801 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9802
9803 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9804 From Steven Johnson <sbjohnson@ozemail.com.au>.
9805
9806 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9807
9808 * gdbint.texinfo (Overall Structure): Spelling fix.
9809
9810 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9811
9812 * gdbint.texinfo (Target Architecture Definition): Document that
9813 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9814 for which REGISTER_CONVERTIBLE returns a zero value.
9815
9816 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9817
9818 * Makefile.in (install-info): Find files to install in either the
9819 build or source directories (adapted from Makefile.am).
9820
9821 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9822
9823 * stabs.texinfo: Fix spelling errors.
9824 (String Field): FILE-NUMBER starts from 0, not 1.
9825
9826 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9827
9828 * refcard.tex: Remove \centerline from the blurb. Patch from
9829 Brian Youmans.
9830
9831 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9832
9833 * Makefile.in (install-info): Support installation from outside of
9834 the source directory. Reported by Mark Harig
9835 <markh@frazier.landmark.com>.
9836
9837 2000-06-20 J.T. Conklin <jtc@redback.com>
9838
9839 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9840
9841 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9842
9843 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9844 Generate using pdftex.
9845 (PDFTEX): Define.
9846 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9847 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9848 @contents at the start.
9849
9850 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9851
9852 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9853 Youmans.
9854
9855 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9856
9857 From Brian Youmans:
9858 * gdb.texinfo: Fix ``et al.''.
9859
9860 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9861
9862 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9863 loop.
9864
9865 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9866
9867 * configure: Regenerate.
9868
9869 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9870
9871 * Makefile.in (install-info): Run install-info on installed Info
9872 files.
9873
9874 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9875
9876 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9877 Andrew Cagney.
9878
9879 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9880
9881 * gdb.texinfo: Proofreading changes from Brian Youmans.
9882
9883 2000-05-01 Nick Duffek <nsd@cygnus.com>
9884
9885 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9886 startup sequence, minor edits.
9887
9888 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9889
9890 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9891 TeX.
9892
9893 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9894 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9895 like `n' and `s' which look weird. Convert some of the @kindex to
9896 @vindex, when they refer to variables, not commands.
9897
9898 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9899
9900 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9901
9902 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9903
9904 * Makefile.in (GDBMI_DIR): New variable.
9905 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9906 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9907 (gdbmi.texinfo): New target, for texi2roff.
9908 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9909 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9910
9911 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9912 gdbmi.texinfo.
9913 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9914 comment.
9915
9916 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9917
9918 * gdb.texinfo (Files): Update description of add-symbol-file
9919 command.
9920
9921 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9922
9923 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9924 prevents the build (and is generally a Bad Idea).
9925
9926 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9927
9928 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9929 a comma inside @var.
9930 (Command Files): Index markup changes from Dmitry Sivachenko
9931 <dima@Chg.RU>.
9932
9933 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9934
9935 * Makefile.in (LN_S): Define.
9936 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9937 invoke "ln -s" unless it is known to work.
9938
9939 * configure.in (AC_PROG_LN_S): Add.
9940
9941 2000-04-14 Jim Blandy <jimb@redhat.com>
9942
9943 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9944 section.
9945 (Target Conditionals): Document ADDRESS_TO_POINTER,
9946 POINTER_TO_ADDRESS.
9947
9948 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9949
9950 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9951 gdb-cfg.texi to get the value.
9952
9953 2000-04-10 Jim Blandy <jimb@redhat.com>
9954
9955 * gdbint.texinfo (Target Architecture Definition): Fix
9956 cross-references.
9957
9958 2000-04-08 Jim Blandy <jimb@redhat.com>
9959
9960 * gdbint.texinfo (Using Different Register and Memory Data
9961 Representations): New section.
9962 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9963 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9964 REGISTER_CONVERT_TO_RAW): Document.
9965
9966 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9967
9968 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9969 for acknowledgments.
9970
9971 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9972
9973 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9974 qThreadExtraInfo.
9975
9976 2000-03-28 J.T. Conklin <jtc@redback.com>
9977
9978 * gdb.texinfo: Clarify which remote debug protocol commands are
9979 required and which are optional.
9980
9981 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9982
9983 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9984 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9985 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9986 * annotate.texi: Update.
9987
9988 2000-03-28 Stan Shebs <shebs@apple.com>
9989
9990 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9991 expectation of additional changes before release), update
9992 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9993 node links, rephrase and/or shorten lines to fix formatting
9994 problem in both regular and @smallbook formats.
9995 * annotate.texi: Shorten lines in example, use smallexample
9996 consistently everywhere.
9997 * Makefile.in: Add comment about texinfo 4.0 html generation.
9998 (SFILES_INCLUDED): Add annotate.texi.
9999
10000 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10001
10002 * gdb.texinfo (Debugging Output): Added new section, documenting
10003 the "set/show debug" commands.
10004
10005 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10006
10007 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10008 entry.
10009
10010 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10011 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10012 @chapter and @node entries.
10013
10014 * gdb.texinfo: Link all top-level nodes.
10015
10016 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10017
10018 * Makefile.in (install-info): Create $(infodir) before installing
10019 files.
10020
10021 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10022
10023 From David Whedon <dwhedon@gordian.com>
10024 * gdbint.texinfo : Added paragraphs about command deprecation.
10025
10026 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10027
10028 * gdb.texinfo: Add documentation for the apropos command.
10029
10030 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10031
10032 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10033
10034 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10035
10036 * gdb.texinfo: Add white space to prevent overprinting in
10037 two places.
10038
10039 2000-03-17 Stan Shebs <shebs@apple.com>
10040
10041 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10042 <dima@Chg.RU>, also clarification of allowed content for
10043 string constants.
10044
10045 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10046
10047 * gdb.texinfo (main menu): Add Annotations.
10048 (File Options): Add @cindex entries for each command-line option.
10049 Document --epoch, --annotate, --async, --interpreter, --write,
10050 --statistics, and --version.
10051
10052 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10053 of GDB.
10054
10055 2000-02-23 Jim Blandy <jimb@redhat.com>
10056
10057 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10058
10059 2000-02-22 Jim Blandy <jimb@redhat.com>
10060
10061 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10062
10063 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10064
10065 * Makefile.in (diststuff): New target.
10066
10067 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10068
10069 * agentexpr.texi: Fix wording regarding Intel's IA-64
10070 architecture. [From Jim Wilson.]
10071
10072 2000-01-16 Tom Tromey <tromey@cygnus.com>
10073
10074 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10075 (Delete Breaks): Mention range arguments.
10076 (Disabling): Likewise.
10077
10078 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10079
10080 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10081
10082 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10083
10084 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10085 valid functions.
10086
10087 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10088
10089 * gdb.texinfo: Clarify regular expressions used in rbreak.
10090
10091 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10092
10093 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10094 MEMORY_REMOVE_BREAKPOINT): Document.
10095
10096 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10097
10098 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10099 offset re-using the DATA offset instead.
10100
10101 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10102
10103 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10104
10105 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10106
10107 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10108 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10109 typos.
10110
10111 * gdb.texinfo: Various minor wording and formatting improvements,
10112 mentions of additional command-line options.
10113
10114 1999-09-30 Fred Fish <fnf@cygnus.com>
10115
10116 * gdb.texinfo: Document additional forms of specifying section
10117 names and addresses for the add-symbol-file command.
10118
10119 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10120
10121 * gdbint.texinfo: Fix typo, add the word "have".
10122
10123 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10124
10125 * gdbint.texinfo (Target Architecture Definition): Document the
10126 SKIP_PERMANENT_BREAKPOINT macro.
10127
10128 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10129
10130 * gdb.texinfo: Fiks speling errers.
10131
10132 * gdb.texinfo: Fix uses of @multitable.
10133
10134 From Eli Zaretskii <eliz@gnu.org>:
10135 * gdb.texinfo: Include details specific to DOS host, clarify
10136 some confusing language, fix @ref/@xref/@pxref usages, add
10137 comments about using with optimization, add more indexing,
10138 fix info about disassembly-flavor.
10139
10140 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10141
10142 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10143 SKIP_SOLIB_RESOLVER): Define.
10144
10145 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10146
10147 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10148 ``g'' packets.
10149
10150 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10151
10152 * gdb.texinfo: Create a new "Configurations" chapter with
10153 platform-specific info, inline remote.texi and move sections of it
10154 into the new chapter, move bits about info proc, heuristic search,
10155 and register stack into the new chapter.
10156 * remote.texi: Remove, now part of gdb.texinfo.
10157 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10158
10159 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10160
10161 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10162 GDB_TARGET_IS_MACH386): These kludges have gone away.
10163
10164 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10165
10166 * gdbint.texinfo (Target Architecture Definition): Mention
10167 TDEPLIBS.
10168
10169 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10170
10171 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10172 surrounding text to fit HP-UX bits into general info.
10173 (HPPA-cfg.texi): Remove, no longer useful.
10174
10175 * gdb.texinfo: Remove explicit links from @node lines, remove
10176 HP-added "Detailed Node Listing" from main menu which confuses
10177 things.
10178
10179 From Dmitry Sivachenko <dima@Chg.RU>:
10180 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10181 in description of `set environment'.
10182
10183 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10184
10185 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10186
10187 1999-08-12 Ben Elliston <bje@cygnus.com>
10188
10189 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10190
10191 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10192
10193 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10194 watch, awatch, and rwatch. Explain why the latter two cannot be
10195 set as software watchpoints. Document that watchpoints for local
10196 variables are deleted when the debuggee terminates.
10197
10198 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10199
10200 * remote.texi (Protocol): Further clarification of the "qRcmd"
10201 packet. Allow E.. response packet. "qRcmd" packet is no longer
10202 reserved.
10203
10204 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10205
10206 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10207 * gdb.texinfo: Ditto.
10208
10209 1999-08-06 Tom Tromey <tromey@cygnus.com>
10210
10211 * gdb.texinfo (KOD): New node.
10212
10213 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10214
10215 * remote.texi (Rcmd): Fix minor formatting typos.
10216
10217 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10218
10219 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10220 packets.
10221
10222 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10223
10224 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10225 fixes.
10226
10227 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10228
10229 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10230
10231 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10232
10233 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10234 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10235 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10236 packets that are not supported on all hosts. Expand examples.
10237 Spell check.
10238
10239 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10240
10241 * Makefile.in: Recognize html, install-html. Add targets
10242 to build HTML versions of documentation via texi2html.
10243
10244 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10245
10246 * gdbint.texinfo (Testsuite): New chapter, information about the
10247 testsuite.
10248
10249 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10250
10251 * remote.texi (Communication Protocol): Rewrite.
10252
10253 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10254
10255 * stabs.texinfo: Fix uses of xref.
10256
10257 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10258
10259 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10260 info about patch submission.
10261
10262 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10263
10264 From Per Bothner <bothner@cygnus.com>:
10265 * gdb.texinfo: Document Chill support.
10266
10267 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10268
10269 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10270 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10271 Document that the value should be greater-than or equal-to zero.
10272 (NO_STD_REGS): Document. Deprecate.
10273
10274 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10275
10276 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10277 Document that these are not used.
10278
10279 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10280
10281 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10282
10283 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10284
10285 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10286 numargs was dropped.
10287
10288 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10289
10290 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10291
10292 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10293
10294 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10295 Update.
10296
10297 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10298
10299 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10300 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10301
10302 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10303
10304 * gdbint.texinfo: Fix typos: $ -> @.
10305
10306 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10307
10308 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10309 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10310 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10311 BREAKPOINT_FROM_PC.
10312
10313 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10314
10315 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10316 CALL_DUMMY_STACK_ADJUST): Document.
10317
10318 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10319
10320 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10321 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10322
10323 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10324
10325 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10326 longer exists.
10327
10328 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10329
10330 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10331 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10332 they make the manual source incomprehensible.
10333 * h8-cfg.texi: Remove, hasn't been used in years.
10334
10335 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10336
10337 * gdb.texinfo: Update the credits.
10338
10339 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10340
10341 * gdb.texinfo: Fix mistakes noticed in printout of last
10342 draft, add Alpha to discussion of heuristic fence post.
10343
10344 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10345
10346 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10347 Edition, merge some HP changes into mainline, describe some
10348 previously undocumented features, describe more of the target
10349 commands available, eliminate obsolete section on renamed
10350 commands.
10351 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10352
10353 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10354
10355 * gdb.texinfo: Make many HPPA conditionals unconditional,
10356 including catchpoint description, since now on for all configs.
10357 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10358 specializations.
10359
10360 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10361
10362 * Makefile.in (GDBvn.texi): Fix match expression to work with
10363 current format of VERSION in gdb/Makefile.in.
10364 * gdb.texinfo: Fix node ref to match new readline.
10365
10366 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10367
10368 * gdb.texinfo: Changes made as part of a project to merge in
10369 changes made by HP. Documentation makes extensive use of
10370 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10371 on remote debugging. There are differences in documentation
10372 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10373 the HP manual discusses catchpoints, hardware watchpoints, and
10374 some HPUX specific limitations for shared library support.
10375
10376 There are also a number of @node changes.
10377
10378 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10379
10380 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10381 (C Usage): Same.
10382
10383 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10384
10385 The following changes were made by Edith Epstein
10386 <eepstein@cygnus.com> as part of a project to merge in changes
10387 made by HP.
10388
10389 * HPPA-cfg.texi: new file.
10390
10391 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10392
10393 * refcard.tex: change documentation about catch.
10394 removed info catch.
10395
10396 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10397
10398 * gdbint.texinfo: Expand on GDB's coding standards,
10399 specify the use of arg names with prototypes.
10400
10401 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10402
10403 * gdb.texinfo: Fix tipo.
10404
10405 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10406
10407 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10408 TARGET_BYTE_ORDER_SELECTABLE_P.
10409
10410 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10411
10412 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10413
10414 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10415
10416 * agentexpr.texi: New file.
10417
10418 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10419
10420 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10421
10422 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10423
10424 * remote.texi: Changed wording that implied that the GDB remote
10425 protocol caches register values instead of GDB itself.
10426
10427 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10428
10429 * gdbint.texinfo: Add some info about symbol readers.
10430 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10431 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10432 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10433 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10434
10435 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10436
10437 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10438
10439 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10440
10441 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10442
10443 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10444
10445 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10446 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10447
10448 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10449
10450 * gdbint.texinfo: Fix minor typos.
10451
10452 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10453
10454 * gdbint.texinfo: Complete overhaul. Group descriptions more
10455 logically, add more info on generic algorithms, remove much
10456 obsolete and/or wrong material.
10457
10458 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10459
10460 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10461
10462 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10463
10464 * refcard.tex: Copyright, address updates.
10465
10466 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10467
10468 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10469 for the edition instead of confusing GDB-version-like numbers.
10470
10471 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10472
10473 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10474
10475 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10476
10477 * LRS: Reformat a bit to keep text under 80 columns.
10478
10479 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10480
10481 * gdb.texinfo: Add some credits, mention bug monitor.
10482 * remote.texi: Mention mips monitor targets.
10483 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10484
10485 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10486
10487 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10488 files, finish sorting of host vs target vs native macros, describe
10489 some more of them.
10490
10491 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10492
10493 * gdbint.texinfo (Host Conditionals): Document change from
10494 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10495
10496 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10497
10498 * gdbint.texinfo (Host Conditionals): Document
10499 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10500
10501 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10502
10503 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10504 Document LSEEK_NOT_LINEAR.
10505
10506 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10507
10508 * stabs.texinfo (Stab Section Basics): Make it clear that only
10509 some versions of the GNU linker remove the leading N_UNDF symbol.
10510
10511 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10512
10513 * stabs.texinfo (String Field): Document type number pairs here,
10514 instead of in the Sun specific section.
10515 (Include Files): The GNU linker supports the N_BINCL
10516 optimization. Clarify the N_BINCL value, and what it is used
10517 for.
10518 (Procedures): Document N_FUN with an empty string to mark the end
10519 of a function.
10520 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10521 (Sun Differences): Remove this node, as the information is now
10522 elsewhere in the main document.
10523 (Stab Section Basics): Mention that the GNU linker may optimize
10524 stabs and remove the leading N_UNDF symbol.
10525
10526 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10527
10528 * gdb.texinfo, refcard.tex: Restore author credit
10529
10530 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10531
10532 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10533 documentation to account for START and END macros taking
10534 one arg.
10535
10536 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10537
10538 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10539 * gdb.texinfo (Frames): Fix typo.
10540
10541 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10542
10543 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10544 a target_signal as arg type, not a pid.
10545
10546 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10547
10548 * gdb.texinfo: Document `set assembly-language'.
10549
10550 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10551
10552 * remote.texi: Update list of stubs in the GDB distribution.
10553
10554 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10555
10556 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10557 Also document that some systems can use mmalloc but must define
10558 this if their C runtime allocates memory that is later freed.
10559 (MMCHECK_FORCE): Document new macro.
10560
10561 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10562
10563 * remote.texi: Add documentation for target Sparclet.
10564
10565 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10566
10567 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10568 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10569 * configure.in: Rewritten for autoconf.
10570 * configure: New.
10571
10572 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10573
10574 * Makefile.in (DVIPS): New define, set to dvips.
10575 (dvi): Add stabs.dvi.
10576 (ps): New target.
10577 (all-doc): Depend on info, dvi, and ps targets.
10578 (STAGESTUFF): Add *.ps and *.dvi files.
10579 (clean-info, clean-dvi): Remove.
10580 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10581 rules completely rewritten.
10582 (maintainer-clean): Remove clean-info and clean-dvi
10583 dependencies and put their actions in the rules.
10584 (gdb.ps): New target
10585 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10586 intermediate TeX files, whether they have 2 or 3 character
10587 extensions.
10588 (gdbint.ps): Add target and rules.
10589 (gdb-internals): Delete unused target.
10590 (Makefile): Depends upon config.status also.
10591
10592 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10593
10594 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10595 set.
10596
10597 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10598
10599 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10600 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10601
10602 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10603
10604 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10605
10606 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10607
10608 * gdb.texinfo (Print settings): Document
10609 `set/show print static-members' commands.
10610
10611 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10612
10613 * gdbint.texinfo (Native): Document name change, coredep.c to
10614 core-aout.c.
10615
10616 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * stabs.texinfo (Include Files): Document the values the SunOS4
10619 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10620
10621 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10622
10623 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10624 Fix typo.
10625
10626 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10627
10628 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10629 "gdb.tar.Z".
10630
10631 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10632
10633 * Makefile.in (maintainer-clean): New target, synonym for
10634 realclean.
10635
10636 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10637
10638 * Update all FSF addresses except those in COPYING* files.
10639
10640 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10641
10642 From Richard Earnshaw (rearnsha@armltd.co.uk):
10643 * gdb.texinfo (convenience variables): Document $_exitcode.
10644 (quit): Document optional expression to use as exit code.
10645
10646 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10647
10648 * gdb.texinfo, remote.texi: Brought up to date with various
10649 GDB changes.
10650
10651 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10652
10653 * gdb.texinfo: Update dates and versions, fix comments about
10654 hardware watchpoints in future releases and about the
10655 sharedlibrary command.
10656
10657 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10658
10659 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10660 C_FUN stab. Other cleanups.
10661
10662 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10663
10664 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10665 for the sparc stub.
10666
10667 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10668
10669 * annotate.texi: Clarify which addresses have differing formats
10670 depending on the language and which do not.
10671
10672 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10673
10674 * remote.texi (NetWare): Changed example to use BOARD= instead of
10675 NODE= argument to reflect correspoding change to gdbserve.nlm.
10676
10677 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10678
10679 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10680 GDB, as well as AIX dbx, supports the size type attribute.
10681
10682 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10683
10684 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10685
10686 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10687
10688 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10689 and new 'if' and 'while' commands.
10690
10691 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10692
10693 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10694
10695 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10696
10697 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10698 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10699 NetWare targets. Mostly stolen from the Server node.
10700
10701 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10702
10703 * gdb.texinfo (Setting): Talk about the language of a source file
10704 versus the working language. The old documentation did not match
10705 what GDB did.
10706
10707 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10708
10709 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10710 of a source file.
10711
10712 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10713
10714 * gdb.texinfo (Processes): New node.
10715
10716 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10717
10718 * remote.texi: Update documentation of set/show mipsfpu.
10719
10720 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10721
10722 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10723 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10724
10725 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10726
10727 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10728 obsolete conditionals, described some others.
10729
10730 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10731
10732 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10733 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10734
10735 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10736
10737 * gdbint.texinfo: Put regex conditionals in their own table.
10738
10739 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10740
10741 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10742 described or fixed the descriptions of many others.
10743
10744 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10745
10746 * gdb.texinfo: Add some more credits.
10747 * gdbint.texinfo: Capitalize GDB consistently, describe some
10748 macros and remove some.
10749
10750 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10751
10752 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10753 obsolete conditionals, described some others.
10754
10755 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10756
10757 * gdb.texinfo (help targets): Changed to `help target', which
10758 is the correct gdb command.
10759
10760 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10761
10762 * annotate.texi (TODO): New node, for keeping track of annotations
10763 suggested but not yet implemented.
10764
10765 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10766
10767 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10768 another symbol, it is not the address itself.
10769
10770 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10771
10772 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10773 of stabs-in-coff sections.
10774
10775 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10776
10777 * annotate.texi: Change edition to 0.5 and date to May 1994.
10778 Add index.
10779 (Frames): New node, for frame annotation.
10780 (Displays): New node, for display annotation.
10781
10782 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10783 when waiting for your program to stop.
10784
10785 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10786
10787 * annotate.texi (Breakpoint Info): Document annotation of header
10788 fields and record annotation.
10789
10790 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10791
10792 * annotate.texi: New file, to document annotations.
10793
10794 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10795
10796 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10797 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10798
10799 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10800
10801 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10802 section, and say n_strx field is compilation unit relative.
10803 * stabs.texinfo: Don't use @code for a.out when it is the name of
10804 an object file format.
10805
10806 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10807
10808 * gdb.texinfo: Refer to file names, not path names, per rms
10809 convention.
10810 (Arguments): Fix typo.
10811
10812 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10813
10814 * stabs.texinfo (Global Variables): Talk about stabs in files
10815 where variables are referenced, but not defined.
10816
10817 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10818
10819 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10820 Cplusplus to new nodes Member Type Descriptor and Method Type
10821 Descriptor. Re-write stuff for #.
10822
10823 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10824
10825 * gdb.texinfo (Print Settings): Don't document "set print
10826 fast-symbolic-addr off". The bug which it worked around was fixed
10827 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10828
10829 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10830 N_ENTRY node.
10831
10832 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10833
10834 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10835
10836 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10837 references to ieee-float.c.
10838
10839 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10840
10841 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10842 match what the code actually does.
10843
10844 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10845
10846 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10847
10848 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10849
10850 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10851 i, and b.
10852
10853 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10854
10855 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10856 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10857 as "stabs in sections" rather than just saying "ELF and SOM".
10858 Also make that stuff apply to COFF.
10859
10860 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10861
10862 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10863 Ghostscript.
10864
10865 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10866
10867 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10868 versus functions without line numbers, also mention stepping into
10869 them as well as "step" when you are in them. Tell the user how to
10870 deal with the situation. Add comment about "debugging information".
10871
10872 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10873
10874 * stabs.texinfo (Enumerations): Document restriction on where
10875 enumeration types can appear and still win with GDB.
10876
10877 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10878
10879 * stabs.texinfo (Negative Type Numbers): Document format for type
10880 -16.
10881
10882 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * gdb.texinfo (Selection, Frame Info): Update information about
10885 arbitrary frame specficiations.
10886
10887 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10888
10889 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10890
10891 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10892
10893 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10894
10895 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10896
10897 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10898
10899 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10900
10901 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10902 Differences node to Statics node.
10903 (Statics): Discuss XCOFF use of V symbol descriptor.
10904
10905 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10906 not clean.
10907
10908 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10909
10910 * gdb.texinfo (Print Settings): Document `set print
10911 fast-symbolic-addr' and improve the doc for some other
10912 `set print's.
10913
10914 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10915
10916 * stabs.texinfo (String Field): Talk about defining several type
10917 numbers at once.
10918 Fix lint regarding changing node ELF Transformations to
10919 ELF and SOM Transformations.
10920
10921 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10922
10923 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10924
10925 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * stabs.texinfo (Cross-References): `::' is for nested types only
10928 within <>.
10929 (Structures): Document static members.
10930
10931 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10932
10933 * stabs.texinfo: Document S type attribute.
10934
10935 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10936
10937 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10938
10939 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10940
10941 * gdbint.texinfo: Fix a few typos.
10942
10943 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10944
10945 * gdb.texinfo, remote.texi: formatting improvements
10946
10947 * gdb.texinfo (New Features): mention threads.
10948 (Summary, C): fix xrefs in newly contributed text.
10949 (Threads): index entries, clarifications, example
10950 (passim): minor typos fixed, phrasing improvements
10951
10952 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10953 entries; (Server): explain use of gdbserver w/real-time systems,
10954 add example of conflicting TCP port; (MIPS Remote) break up
10955 running text into table, highlighting commands, and add example.
10956
10957 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10958
10959 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10960
10961 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10962
10963 * stabs.texinfo (Nested Symbols): New node.
10964 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10965
10966 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10967
10968 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10969 to picking which Bbss.bss symbol to use, and (because there seems to
10970 be no good way of doing it) re-write some of the text to make it
10971 sound like Bbss.bss isn't such a great idea after all (as currently
10972 designed).
10973
10974 * gdb.texinfo (C): In addition to saying people have to use g++ for
10975 good results, say they have to use stabs. Specifically say cfront
10976 doesn't work well.
10977 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10978 the gdb README. Add xrefs to places where the support for the various
10979 languages is described in detail.
10980
10981 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10982
10983 * stabs.texinfo: Clean up stuff about visibility and virtual
10984 characters.
10985
10986 * stabs.texinfo (N_M2C): Cite Sun doc.
10987
10988 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10989
10990 * gdb.texinfo: updates re threads.
10991 * remote.texinfo: avoid index entries starting with digits.
10992
10993 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10994
10995 * stabs.texinfo (Enumerations): Talk about large, negative and
10996 octal values. Clean up cross reference to type attributes.
10997 (String Field): Say that GDB 4.11 supports size attribute.
10998
10999 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11000
11001 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11002 is a mandatory step. Make the stuff about that more concise.
11003
11004 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * stabs.texinfo (Class Names): New node.
11007
11008 * gdb.texinfo (Command Files): Explain order of init file reading.
11009
11010 * remote.texi (Bootstrapping): Talk about getting the serial driver
11011 to deal with ^C sent by gdb to stop the remote system.
11012
11013 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11014
11015 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11016
11017 * libgdb.texinfo (Defining Commands): made the DOC arg
11018 to gdb_define_app_command a char * instead of char **
11019 per a suggestion from kingdon.
11020
11021 * libgdb.texinfo: total rewrite from a different starting
11022 premise.
11023
11024 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11025
11026 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11027 floats passed as doubles (to improve clarity).
11028
11029 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11030
11031 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11032
11033 * a4rc.sed: update to work with Andreas Vogel papersize params
11034
11035 * refcard.tex: use Andreas Vogel simplifications of papersize
11036 params; remove useless version info; update copyright date.
11037
11038 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11039
11040 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11041
11042 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11043
11044 * gdb.texinfo (Files): Say what address the load command loads it at.
11045
11046 * stabs.texinfo (Common Blocks): Minor cleanups.
11047
11048 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11049 that Sun has backed away from the linker kludge and thus the relevant
11050 issue is changes to the SunPRO tools, not the Solaris linker.
11051
11052 * stabs.texinfo (Traditional Integer Types): Clean up description
11053 of octal bounds a little bit. Document extra leading zeroes.
11054
11055 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * gdb.texinfo (Signaling): Update for symbolic symbol names
11058 and add a section explaining the difference between the GDB
11059 signal command and the shell kill utility.
11060
11061 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11062
11063 * libgdb.texinfo: added `@' to braces that were unescaped.
11064
11065 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11066
11067 * libgdb.texinfo: new file. Spec for the gdb library.
11068
11069 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11070
11071 * stabs.texinfo (Include Files): Fix typo (start -> end).
11072
11073 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11074
11075 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11076 from Melissa at FSF's editing pass.
11077
11078 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11079
11080 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11081 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11082 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11083
11084 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11085
11086 * remote.texi (Bootstrapping): Discuss 386 call gates.
11087
11088 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11089
11090 * stabs.texinfo (Based Variables): New node.
11091
11092 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11093
11094 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11095 names, sizes, and formats to suggest how not to lose.
11096
11097 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11098
11099 * stabs.texinfo (Methods): Fix typo.
11100
11101 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11102
11103 * gdb.texinfo: Fix a few typos.
11104
11105 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11106
11107 * gdb.texinfo: Clarify how well it works with Fortran.
11108
11109 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11110 More on relocating stabs in ELF files.
11111
11112 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11113
11114 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11115
11116 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11117
11118 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11119 parameters on VAX.
11120
11121 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11122
11123 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11124
11125 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11126
11127 * stabs.texinfo: Make info author notice match the TeX author notice.
11128
11129 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11130
11131 * stabs.texinfo: Initial-caps all words in node names and
11132 non-trivial words in section names.
11133
11134 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11135
11136 * stabs.texinfo: Many minor cleanups.
11137
11138 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11139
11140 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11141
11142 * stabs.texinfo: Remove full description of big example.
11143 It's not really helpful; just use pieces of it where appropriate.
11144 Add more Texinfo formatting directives (@samp, etc.).
11145 Use @deffn to define stab types.
11146 Eliminate some wordiness. Break up some nodes.
11147 Add an (alphabetized) index of symbol types.
11148 Use consistent capitalization style in node and section names.
11149
11150 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11151
11152 * gdb.texinfo: Change typo "Two two" to "The two".
11153
11154 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11155
11156 * stabs.texinfo (XCOFF-differences): Remove references to
11157 non-existent types N_DECL and N_RPSYM.
11158
11159 * stabs.texinfo (String Field): Say that type attributes bug is
11160 fixed in GDB 4.10, since it is.
11161
11162 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11163
11164 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11165
11166 * stabs.texinfo: Formatting cleanups.
11167
11168 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11169
11170 * stabs.texinfo: When explaining the n_type of a stab, standardize
11171 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11172 no tabs, use @r).
11173 (Global Variables): Clean up.
11174
11175 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11176
11177 * stabs.texinfo (Stack Variables): Re-write.
11178
11179 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11180
11181 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11182 addresses of a source file. Also revise formatting.
11183 Change "object module" or "object file" to "source file".
11184 Various: Miscellaneous cleanups.
11185
11186 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11187
11188 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11189
11190 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11191
11192 * gdbint.texinfo: Removed many nonsensical machine-collected
11193 host and target conditionals, described some of the remainder.
11194
11195 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11196
11197 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11198
11199 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11200 paragraph which follows.
11201
11202 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11203 variables. Looks better and avoids overful hbox.
11204
11205 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11206
11207 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11208
11209 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11210
11211 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11212 retransmit-timeout
11213
11214 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11215
11216 * gdbint.texinfo: Update statement about `some ancient Unix
11217 systems, like Ultrix 4.0' to Ultrix 4.2.
11218
11219 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11220
11221 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11222
11223 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11224
11225 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11226 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11227
11228 * remote.texi: new name for former gdbinv-s.texi
11229
11230 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11231
11232 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11233
11234 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11235 variables for MIPS remote debugging protocol.
11236
11237 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11238
11239 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11240
11241 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11242
11243 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11244
11245 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11246
11247 * gdb.texinfo: repair conditional bugs in text markup
11248
11249 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11250
11251 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11252 to select Modula-2 material.
11253
11254 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11255
11256 * stabs.texinfo: Cleanups regarding statics.
11257
11258 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11259 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11260
11261 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11262
11263 * stabs.texinfo: N_MAIN is sometimes used for C.
11264
11265 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11266
11267 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11268
11269 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11270
11271 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11272 removed from the code by Kingdon.
11273
11274 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11275
11276 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11277 input when evaluating breakpoint conditions; the bug has been fixed.
11278
11279 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11280 sets the ignore count to N-1, not to N.
11281
11282 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11283
11284 * refcard.tex (\hoffset): correct longstanding error to match
11285 intended offset; avoids cutting off edge on some printers
11286
11287 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11288
11289 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11290
11291 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11292
11293 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11294
11295 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11296
11297 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11298 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11299 collect sed edits if any, apply to refcard before formatting;
11300 (refcard.ps) stop implying PS fonts if PS output requested;
11301 (lrefcard.ps) delete extra target for variant PS fonts
11302
11303 * refcard.tex: parametrize papersize dependent info, collect
11304 in easily replaced spot
11305
11306 * a4rc.sed: new file, edits to refcard for A4 paper
11307
11308 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11309
11310 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11311
11312 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11313
11314 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11315
11316 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11317
11318 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11319 politely rather than rudely.
11320
11321 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11322
11323 * stabs.texinfo: Document common blocks.
11324
11325 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11326
11327 * stabs.texinfo: Add some basic info about stabs-in-elf.
11328
11329 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11330
11331 * stabs.texinfo (Top): Minor cleanup.
11332
11333 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11334
11335 * Makefile.in (install-info): remove parentdir support
11336
11337 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11338
11339 * gdb.texinfo (Copying): delete this node and references to it;
11340 RMS says this manual need not carry GPL. (passim): Improvements
11341 from last round at FSF, largely due to Ian Taylor review, and
11342 minor formatting improvements.
11343
11344 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11345 largely due to Ian Taylor review. (Debug Session): minor edits to
11346 new text.
11347
11348 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11349
11350 * Makefile.in (realclean): Remove info and dvi files too.
11351
11352 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11353
11354 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11355 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11356 * gdb.texinfo: Change accordingly.
11357
11358 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11359 N_{L,R}BRAC,N_SLINE are relative to.
11360
11361 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11362
11363 * Makefile.in (GDBvn.texi): Update atomically.
11364
11365 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11366
11367 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11368
11369 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11370
11371 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11372 addresses together. Also motivate the set print symbol-filename
11373 command and suggest other solutions.
11374
11375 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11376
11377 * gdb.texinfo (set print elements): Note that the number of
11378 elements is set to unlimited by "set print elements 0".
11379
11380 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11381
11382 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11383 NF_LDOUBLE means.
11384 (Stab Types): Include Solaris stab types.
11385 (Procedures): Document Solaris extensions.
11386
11387 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11388
11389 * gdb.texinfo: Add `set print symbol-filename' doc.
11390
11391 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11392
11393 * stabs.texinfo (Arrays): Talk about type definition vs. type
11394 information.
11395
11396 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11397 the trailing semicolon.
11398
11399 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11400
11401 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11402 and merge in other parts of the document addressing these subjects.
11403 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11404
11405 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11406 at the end of a range type.
11407
11408 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11409 AIX extensions.
11410
11411 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11412
11413 * stabs.texinfo (Stabs Format): Misc fixes.
11414
11415 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11416
11417 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11418 (Traditional builtin types): Document convex convention for long long.
11419 (Negative builtin types): Discuss type names, and misc fixes.
11420
11421 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11422
11423 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11424 point types used with @samp{R} type descriptor.
11425 (Symbol Descriptors): Describe how to handle conflict between
11426 different meanings of @samp{P} symbol descriptor.
11427
11428 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11429
11430 * stabs.texinfo: Remove node Quick Reference and put its children
11431 directly under the main menu.
11432
11433 * stabs.texinfo: Many more changes to bring it into line with
11434 AIX documentation and reality. I think it now has all the
11435 information from the AIX documentation, except that I burned
11436 out when I got to variant records (Pascal and Modula-2) and
11437 all the COBOL types. Oh well, we can add them later when we're
11438 worrying more about those languages.
11439
11440 * stabs.texinfo (Automatic variables): Talk about what it means
11441 to omit the symbol descriptor.
11442
11443 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11444
11445 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11446 gcc2 behavior with promoted args.
11447
11448 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11449
11450 * gdb.texinfo: include readline appendices in info version of manual
11451
11452 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11453
11454 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11455 target remote.
11456
11457 * gdb.texinfo (Machine Code): more index entries for disassemble
11458
11459 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11460
11461 * Clarify the intended use of the gdb-testers and gdb-patches
11462 mailing lists, and shrink gzip comment.
11463
11464 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11465
11466 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11467 DOSHOST configuration of manual.
11468
11469 * gdb.texinfo (MIPS Stack): new node.
11470
11471 * all-config.texi (MIPS) new switch.
11472
11473 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11474 tense; (MIPS Remote) new node.
11475
11476 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11477 bug; (Environment) less passive, other small cleanups in text about
11478 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11479 (Remote) new MIPS Remote menu entry.
11480
11481 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11482
11483 * stabs.texinfo: Many changes to include information from the
11484 AIX documentation.
11485
11486 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11487
11488 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11489
11490 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11491 Move a bunch of information from ../README.
11492 (Getting Started): New node.
11493
11494 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11495
11496 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11497
11498 * gdb.texinfo: advance manual revision dates to present
11499
11500 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11501 stop using silly Roman numerals in @set variable names
11502
11503 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11504
11505 * stabs.texinfo (Parameters): Keep trying to get this right.
11506
11507 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11508
11509 * stabs.texinfo (Parameters): More on "local parameters".
11510
11511 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11512
11513 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11514
11515 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11516
11517 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11518 (Parameters): Rewrite.
11519 (xcoff-differences, Sun-differences): Minor changes.
11520
11521 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11522
11523 * stabs.texinfo: Minor cleanup.
11524
11525 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11526
11527 * gdbint.texinfo: Minor xcoff stuff.
11528
11529 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11530
11531 * gdbint.texinfo: Update for new config directory structure.
11532 Add info about internal type data structures.
11533
11534 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11535
11536 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11537 $(srcdir).
11538 (gdb-config.texi): Depend on file in $(srcdir).
11539
11540 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11541
11542 * stabs.texinfo: Fixes about N_SO.
11543
11544 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11545
11546 * gdb.texinfo: include list of nonstandard init file names
11547
11548 * *-config.texi: new switch GENERIC for text that applies *only*
11549 to (usual) multiple-target version of manual
11550
11551 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11552 h8 config
11553
11554 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11555 in menus (rather than conditionally selected multiple alternative
11556 menus).
11557
11558 * Makefile.in: define and use DOC_CONFIG var to select
11559 configuration for GDB user manual.
11560
11561 * gdb-config.texi: delete from repository, generate from Makefile.
11562
11563 * all-config.texi: normal `generic' configuration file, formerly
11564 stored as gdb-config.texi
11565
11566 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11567
11568 * Makefile.in: add dvi target to build all .dvi files
11569
11570 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11571
11572 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11573
11574 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11575
11576 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11577 host conditionals.
11578 * stabs.texinfo: More array fixes inspired by Jim's.
11579
11580 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11581
11582 * stabs.texinfo: Fixes re arrays and continuations.
11583
11584 * gdbint.texinfo: Add XCOFF node.
11585
11586 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11587
11588 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11589
11590 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11591
11592 * stabs.texinfo: Fix for array types to mention lower bounds.
11593
11594 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11595
11596 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11597
11598 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11599
11600 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11601
11602 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11603
11604 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11605 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11606
11607 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11608
11609 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11610
11611 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11612
11613 * gdb.texinfo, gdbinv-s.texi: misc updates
11614
11615 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11616
11617 * gdbint.texinfo: Brief documentation for longjmp support,
11618 from an email msg by Stu.
11619
11620 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11621
11622 * stabs.texinfo: Fix description of floating point "range"
11623 types (which really define basic types). Reported by Jim Meehan,
11624 <meehan@src.dec.com>.
11625
11626 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11627
11628 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11629
11630 * gdbint.texinfo: Slightly expand section on supporting a new
11631 object file format.
11632
11633 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11634
11635 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11636 intermediate file.
11637
11638 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11639
11640 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11641
11642 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11643
11644 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11645
11646 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11647 as well as Z8002.
11648
11649 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11650
11651 * gdbint.texinfo: Add sections on clean design and on how to send
11652 in changes.
11653
11654 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11655
11656 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11657
11658 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11659
11660 * gdb.texinfo: Fix typo, reported by Karl Berry.
11661
11662 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11663
11664 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11665
11666 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11667
11668 * gdbint.texinfo: fixed a stray email address (needs @@),
11669 added @table @code to node "Native Conditionals"
11670
11671 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11672
11673 * gdbint.texinfo: Describe coding style of GDB.
11674
11675 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11676
11677 * stabs.texinfo: Minor wording changes.
11678
11679 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11680
11681 * gdbint.texinfo: Improve release doc slightly.
11682
11683 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11684
11685 * gdbint.texinfo: Improve doc of GDB config macros.
11686
11687 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11688
11689 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11690 These will be reinserted when examined.
11691
11692 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11693
11694 * gdbint.texinfo: Make a start at documenting all the #if macros
11695 in GDB. At least list them all, and start separating them into
11696 host-specific and target-specific.
11697
11698 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11699
11700 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11701 examples (not consistent w others).
11702 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11703 for generic vn of doc
11704
11705 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11706
11707 * Makefile.in: always create installation directories.
11708
11709 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11710
11711 * gdb.texinfo: in h8 config, do not describe searching commands.
11712
11713 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11714
11715 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11716 conditionals; introduce a few generic switches that may be
11717 useful for other cross-dev or dos-hosted configs.
11718
11719 * gdb.texinfo: fix typo in "info reg" description
11720
11721 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11722
11723 * stabs.texinfo: Minor updates from running TeX over it.
11724 * Makefile.in (stabs.dvi, stabs.ps): Add.
11725
11726 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11727
11728 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11729 First pass at converting it to texinfo.
11730
11731 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11732
11733 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11734 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11735
11736 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11737
11738 * gdbint.texinfo: Add section on partial symbol tables.
11739
11740 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11741
11742 * gdb.texinfo: document `set remotedebug' and `set
11743 rstack_high_address'.
11744
11745 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11746
11747 * gdb.texinfo: slight expansion of new text on reading info files
11748 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11749 H8/300 from DOS.
11750
11751 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11752
11753 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11754
11755 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11756
11757 * gdb.texinfo: Say how to read the `info' files.
11758
11759 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11760
11761 * Makefile.in: gm4 -> m4.
11762
11763 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11764
11765 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11766 Documentation' ahead of `Installing GDB' to match README.
11767 Update shared library doc, -readnow and -mapped, and directory
11768 structure (add glob and mmalloc). Update configure doc.
11769
11770 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11771
11772 * Makefile.in: remove $(srcdir) from gdb.info rule.
11773
11774 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11775
11776 * Makefile.in: commented out gdb-all.texinfo rule. This is
11777 temporary.
11778
11779 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11780
11781 * Makefile.in, configure.in: removed traces of namesubdir,
11782 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11783 copyrights to '92, '13, changed some from Cygnus to FSF.
11784
11785 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11786
11787 * gdb.texinfo: Improve how we ask for bug reports.
11788
11789 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11790
11791 * Makefile.in: infodir belongs in datadir.
11792
11793 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11794
11795 * Makefile.in: remove spaces following hyphens, bsd make can't
11796 cope. install using INSTALL_DATA. added clean-info. added
11797 standards.text support.
11798
11799 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11800
11801 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11802 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11803 and mandir now keyed off datadir by default.
11804
11805 \f
11806 Local Variables:
11807 mode: change-log
11808 left-margin: 8
11809 fill-column: 74
11810 version-control: never
11811 coding: utf-8
11812 End:
This page took 0.263312 seconds and 5 git commands to generate.