PR gdb/21122: Fix documentation mistakes for breakpoint commands
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2
3 PR gdb/21122
4 * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
5 space-separated breakpoint lists. Also add a missing @table command
6 and @cindex for breakpoint lists.
7
8 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9
10 PR tdep/20936
11 * gdb.texinfo: (Standard Target Features): Document SPARC features.
12 (Sparc Features): New node.
13
14 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
15
16 * gdb.texinfo (i386 Features): Add system segment registers
17 as feature.
18
19 2017-01-24 Simon Marchi <simon.marchi@ericsson.com>
20
21 * python.texi (Events In Python): Fix typo.
22
23 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
24 Luis Machado <lgustavo@codesourcery.com>
25
26 * gdb.texinfo (-target-flash-erase): New MI command description.
27 (flash-erase): New CLI command description.
28
29 2017-01-04 John Baldwin <jhb@FreeBSD.org>
30
31 * gdb.texinfo (Contributors): Add SRI International and University
32 of Cambridge for FreeBSD/mips.
33
34 2016-12-22 Doug Evans <xdje42@gmail.com>
35
36 * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
37 commands.
38
39 2016-12-02 Pedro Alves <palves@redhat.com>
40
41 * gdb.texinfo (User-defined Commands): Limit on number of
42 arguments passed to user-defined commands removed; update.
43
44 2016-12-02 Pedro Alves <palves@redhat.com>
45
46 PR cli/20559
47 * gdb.texinfo (Define): Add example of using "eval" to process a
48 variable number of arguments.
49 (Output) <eval>: Add anchor.
50
51 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
52
53 * Makefile.in: Likewise.
54
55 2016-11-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
56
57 * gdb.texinfo (GDB/MI Async Records): Add missing comma after
58 xref.
59
60 2016-10-29 Pedro Alves <palves@redhat.com>
61
62 * gdb.texinfo (Packets) <vCont>: Remove mention of default
63 actions.
64
65 2016-10-26 Pedro Alves <palves@redhat.com>
66
67 * gdb.texinfo (Packets): Clarify vCont packets with multiple
68 actions that match a thread, and what happens when an action
69 matches a thread that is already running.
70
71 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
72
73 * gdb.texinfo (Using Trace Files): Fix typo.
74 (GDB/MI Tracepoint Commands): Likewise.
75
76 2016-10-14 Simon Marchi <simon.marchi@ericsson.com>
77
78 * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
79 of -trace-save.
80
81 2016-10-06 Tom Tromey <tom@tromey.com>
82
83 * guile.texi (Types In Guile): Remove Java mentions.
84 * python.texi (Types In Python): Remove Java mentions.
85 * gdb.texinfo (Address Locations, Supported Languages)
86 (Index Section Format): Remove Java mentions.
87
88 2016-08-15 Doug Evans <dje@google.com>
89
90 * gdb.texinfo (Target Description Format): Update docs on "end"
91 field spec and field default type.
92
93 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
94 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
95
96 PR gdb/20487
97 * gdb.texinfo (Context management): Update mention of frame
98 change notifications.
99 (gdb/mi Async Records): Document frame field in
100 =thread-select event.
101 * observer.texi (GDB Observers): New user_selected_context_changed
102 observer.
103
104 2016-09-28 Tom Tromey <tom@tromey.com>
105
106 * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
107 than "memory breakpoint". Further document "kind". Move
108 protocol-details link earlier.
109 <z1>: Document the cmd_list argument. Fix typo.
110 <g>: Remove incorrect sentence.
111 (Stop Reply Packets): Document "OK" response to requests when in
112 non-stop mode.
113 <swbreak>: Use "software breakpoint" rather than "memory
114 breakpoint".
115 <create>: Document that "R" is ignored.
116 <W, X, w>: Document formatting of "AA".
117 (Notification Packets): Use "%Stop", not "%%Stop".
118
119 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
120
121 * gdb.texinfo (Embedded Processors): Document ARC.
122 (Synopsys ARC): New section.
123 (Standard Target Features): Document ARC features.
124 (ARC Features): New section.
125
126 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
127
128 * .gitignore: New file.
129
130 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
131
132 * gdb.texinfo (Input/Output): Mention possibility to unset
133 inferior-tty.
134
135 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
136
137 * gdb.texinfo: Resume btrace on reconnect.
138
139 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
140
141 * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
142 syscall.
143
144 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
145
146 * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
147 command.
148
149 2016-07-13 Tom Tromey <tom@tromey.com>
150
151 PR python/15620, PR python/18620:
152 * python.texi (Events In Python): Document new breakpoint events.
153
154 2016-07-13 Tom Tromey <tom@tromey.com>
155
156 PR python/17698:
157 * python.texi (Breakpoints In Python): Document
158 Breakpoint.pending.
159
160 2016-07-13 Tom Tromey <tom@tromey.com>
161
162 * python.texi (Breakpoints In Python): Move table of types and
163 table of watchpoint types earlier in node.
164
165 2016-07-12 Tom Tromey <tom@tromey.com>
166
167 PR python/19293:
168 * python.texi (Frames In Python): Document
169 gdb.invalidate_cached_frames.
170
171 2016-06-21 Pedro Alves <palves@redhat.com>
172
173 * gdb.texinfo (Interpreters): Update intepreter-exec section,
174 document new-ui and explain use case.
175
176 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
177
178 * gdb.texinfo (Standard Target Features): Document NDS32 features.
179 (NDS32 Features): New Section.
180
181 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
182
183 * gdb.texinfo (Examining Memory): Document negative repeat
184 count in the 'x' command.
185
186 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
187
188 * gdb.texinfo (GDB/MI Async Records): Document method and
189 format fields in =record-started.
190 * observer.texi (record_changed): Add method and format
191 parameters.
192
193 2016-05-27 Eli Zaretskii <eliz@gnu.org>
194
195 * gdb.texinfo (General Query Packets): Move the description of the
196 response before the long list of the specific 'read' and 'write'
197 requests.
198
199 2016-05-23 Tom Tromey <tom@tromey.com>
200
201 * python.texi (Basic Python): Document gdb.breakpoints return.
202
203 2016-05-24 Tom Tromey <tom@tromey.com>
204
205 PR gdb/19194:
206 * gdb.texinfo (gdb man): Fix typo.
207
208 2016-05-17 Tom Tromey <tom@tromey.com>
209
210 * gdb.texinfo (Supported Languages): Mention Rust. Update menu.
211 (Rust): New node.
212
213 2016-05-17 Tom Tromey <tom@tromey.com>
214
215 * gdb.texinfo (Maintenance Commands): Document "maint selftest".
216
217 2016-04-27 Yao Qi <yao.qi@linaro.org>
218
219 * gdb.texinfo (tfind): Complete doc about tfind without
220 argument.
221
222 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
223
224 * agentexpr.texi (byte): Fix zero_ext description.
225
226 2016-03-31 Pedro Alves <palves@redhat.com>
227
228 * gdb.texinfo (M32R/SDI): Delete node.
229 (MIPS Embedded): Remove references to the MIPS remote debugging
230 protocol, PMON and variants, and the associated commands.
231
232 2016-03-15 Doug Evans <dje@google.com>
233
234 * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
235 (Target Description Format): Mention enum types. Update docs on
236 flags types.
237 (Predefined Target Types): Add "bool".
238 (Enum Target Types): New node.
239
240 2016-03-15 Pedro Alves <palves@redhat.com>
241
242 * gdb.texinfo (Tracepoint Actions): Fix typo.
243
244 2016-03-15 Pedro Alves <palves@redhat.com>
245 Andreas Arnez <arnez@linux.vnet.ibm.com>
246 Marcin Kościelnicki <koriakin@0x04.net>
247
248 * gdb.texinfo (Tracepoint Actions): Document possible
249 unreliability of '$_ret'.
250
251 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.texinfo (Symbols): Document new 'maint info line-table'
254 command.
255
256 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
257
258 * gdb.texinfo (Convenience Functions): Document $_as_string.
259
260 2016-02-23 Doug Evans <dje@google.com>
261
262 * gdb.texinfo (Skipping Over Functions and Files): Document new
263 options to "skip" command. Update docs of output of "info skip".
264
265 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
266
267 * gdb.texinfo (Signals): Add bound violation display hints for
268 a SIGSEGV.
269
270 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
271
272 * gdb.texinfo (Trace File Format): Add documentation for description
273 section lines.
274
275 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
276
277 * gdb.texinfo (Trace File Format): Remove misleading information
278 about register block ordering.
279
280 2016-02-01 Doug Evans <dje@google.com>
281
282 * gdb.texinfo (Value Sizes): Fix typo.
283
284 2016-02-01 Doug Evans <dje@google.com>
285
286 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
287
288 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.texinfo (Value Sizes): New section.
291 (Data): Add the 'Value Sizes' node to the menu.
292
293 2016-01-26 John Baldwin <jhb@FreeBSD.org>
294
295 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
296
297 2016-01-19 John Baldwin <jhb@FreeBSD.org>
298
299 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
300
301 2016-01-18 Pedro Alves <palves@redhat.com>
302
303 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
304 of the thread that hit a breakpoint or received a signal.
305
306 2016-01-15 Pedro Alves <palves@redhat.com>
307
308 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
309
310 2016-01-13 Pedro Alves <palves@redhat.com>
311
312 * gdb.texinfo (Threads): Document the $_gthread convenience
313 variable.
314 (Convenience Vars): Likewise.
315
316 2016-01-13 Pedro Alves <palves@redhat.com>
317
318 * gdb.texinfo (Threads): Document "info threads -gid".
319
320 2016-01-13 Pedro Alves <palves@redhat.com>
321
322 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
323 anchor.
324 (Threads In Python): Document new InferiorThread.global_num
325 attribute.
326
327 2016-01-07 Pedro Alves <palves@redhat.com>
328
329 * gdb.texinfo (Threads): Document per-inferior thread IDs,
330 qualified thread IDs, global thread IDs and thread ID lists.
331 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
332 thread IDs.
333 (Convenience Vars): Document the $_thread convenience variable.
334 (Ada Tasks): Adjust to refer to thread IDs.
335 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
336 Commands, GDB/MI Variable Objects): Update to mention global
337 thread IDs.
338 * guile.texi (Breakpoints In Guile)
339 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
340 global thread IDs instead of thread IDs.
341 * python.texi (Threads In Python): Adjust documentation of
342 InferiorThread.num.
343 (Breakpoint.thread): Mention global thread IDs instead of thread
344 IDs.
345
346 2016-01-13 Pedro Alves <palves@redhat.com>
347
348 * python.texi (Threads In Python): Document
349 InferiorThread.inferior.
350
351 2016-01-13 Pedro Alves <palves@redhat.com>
352
353 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
354 convenience variable.
355 (Convenience Vars): Likewise.
356
357 2016-01-12 Josh Stone <jistone@redhat.com>
358 Philippe Waroquiers <philippe.waroquiers@skynet.be>
359
360 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
361 (Stop Reply Packets): List the syscall entry and return stop reasons.
362 (General Query Packets): Describe QCatchSyscalls, and add it to the
363 table and the detailed list of stub features.
364
365 2016-01-12 Pedro Alves <palves@redhat.com>
366
367 Remove use of the registered trademark symbol throughout.
368
369 2016-01-12 Yao Qi <yao.qi@linaro.org>
370
371 * gdb.texinfo (Interrupts): Update the document on handling
372 interrupt when program is stopped.
373
374 2015-12-11 Don Breazeal <donb@codesourcery.com>
375
376 * gdb.texinfo (Forks): Correct Linux kernel version where
377 fork and exec events are supported, add notes about support
378 of these events in target remote mode.
379 (Connecting): Reorganize and clarify distinctions between
380 target remote, extended-remote, and multiprocess.
381 Reorganize related text from separate sections into new
382 sections.
383 (Server): Note effects of target extended-remote mode.
384 Delete section on Multi-Process Mode for gdbserver.
385 Move some text to "Connecting" node.
386
387 2015-12-10 Pedro Alves <palves@redhat.com>
388
389 * gdb.texinfo (Threads): Replace warning with explanation
390 about single-threaded programs.
391
392 2015-12-10 Pedro Alves <palves@redhat.com>
393
394 * gdb.texinfo (Threads): Remove mention of SGI.
395 (Forks): Remove mention of HP-UX.
396 (Breakpoints): Remove mention of HP-UX.
397 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
398 Reword in terms of architectures.
399 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
400 mention supported systems.
401 (Convenience Vars): Don't mention HP-UX.
402 (Jumping): Remove mention of HP-UX in comment.
403 (Files) <shared libraries>: Update supported shared library types
404 list. Remove mention of HP-UX.
405 (Native): Remove HP-UX subsection.
406 (SVR4 Process Information): Remove mention of HP-UX.
407
408 2015-12-10 Pedro Alves <palves@redhat.com>
409
410 * gdb.texinfo (Stack): Reorder menu.
411
412 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
413
414 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
415 -var-set-format's new zero-hexadecimal format.
416
417 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
418
419 * gdb.texinfo (Ada Mode Into): Move overloading support
420 description to its own node.
421 (Overloading support for Ada): New node.
422
423 2015-11-30 Pedro Alves <palves@redhat.com>
424
425 PR 14618
426 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
427 (Remote Configuration): Add the "set/show remote
428 no-resumed-stop-reply" to the available settings table.
429 (General Query Packets): Document the "no-resumed" qSupported
430 feature.
431
432 2015-11-30 Pedro Alves <palves@redhat.com>
433
434 * gdb.texinfo (Remote Configuration): List "set/show remote
435 thread-events" command in configuration table.
436 (Stop Reply Packets): Document "T05 create" stop
437 reason and 'w' stop reply.
438 (General Query Packets): Document QThreadEvents packet. Document
439 QThreadEvents qSupported feature.
440
441 2015-11-30 Pedro Alves <palves@redhat.com>
442
443 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
444 anchor.
445 (Packets): Document vCtrlC.
446
447 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
448
449 * gdb.texinfo (Thread List Format): Mention thread names.
450
451 2015-11-24 Pedro Alves <palves@redhat.com>
452
453 PR 17539
454 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
455 program-spaces" example to ascending order listing.
456 (Threads): Adjust "info threads" example to ascending order
457 listing.
458 (Forks): Adjust "info inferiors" example to ascending order
459 listing.
460
461 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
462
463 * gdb.texinfo (Process Record and Replay): Document "record
464 instruction-history" modifiers.
465
466 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
469 description.
470 (Frame Filter Management): Move to later in the 'Examining the
471 Stack' chapter.
472 (Selection): Add entry for 'select-frame'.
473
474 2015-09-25 Doug Evans <dje@google.com>
475
476 * gdb.texinfo (Process Record and Replay): Fix syntax of
477 "record instruction-history begin, end" and
478 "record function-call-history begin, end".
479
480 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
481
482 * gdb.texinfo (Specifying Source Directories): Fix
483 substitute-path example.
484
485 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
486
487 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
488
489 2015-09-15 Pedro Alves <palves@redhat.com>
490
491 PR remote/18965
492 * gdb.texinfo (Stop Reply Packets): Revert previous change to
493 the vforkdone description.
494
495 2015-09-15 Pedro Alves <palves@redhat.com>
496
497 PR remote/18965
498 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
499 part indicates the thread ID of the parent process.
500
501 2015-09-15 Yao Qi <yao.qi@linaro.org>
502
503 * gdb.texinfo (General Query Packets): Add vContSupported to
504 tables of 'gdbfeatures' and 'stub features' supported in the
505 qSupported packet, as well as to the list containing stub
506 feature details.
507
508 2015-09-11 Don Breazeal <donb@codesourcery.com>
509
510 * gdb.texinfo (Remote Configuration): Add exec event
511 feature to table of packet settings.
512 (Stop Reply Packets): Add exec events to the list of stop
513 reasons.
514 (General Query Packets): Add exec events to tables of
515 'gdbfeatures' and 'stub features' supported in the qSupported
516 packet, as well as to the list containing stub feature
517 details.
518
519 2015-08-24 Pedro Alves <palves@redhat.com>
520
521 * gdb.texinfo (Remote Configuration): Document the "set/show
522 remote multiprocess-extensions-packet" commands.
523
524 2015-08-24 Pedro Alves <palves@redhat.com>
525
526 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
527 <M32R>: Remove references to M32R/D.
528 <M68K>: Remove references to target dbug.
529 <MIPS Embedded>: Remove references to target r3900 and target
530 array.
531 <PowerPC Embedded>: Remove references to target dink32 and target
532 ppcbug, target sds
533 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
534
535 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
538
539 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
542
543 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * gdb.texinfo (Maintenance Commands): Move documentation of "main
546 info bfds" to...
547 (File Caching): A New section. Outline bfd caching, and add new
548 description for "main set/show bfd-sharing".
549
550 2015-08-14 Doug Evans <xdje42@gmail.com>
551
552 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
553 disassembly.
554 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
555
556 2015-08-11 Keith Seitz <keiths@redhat.com>
557
558 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
559 Use "location(s)"instead of "linespec(s)".
560 (Specifying a Location): Rewrite.
561 Add subsections describing linespec, address, and explicit locations.
562 Add node/menu for each subsection.
563 (Source and Machine Code, C Preprocessor Macros)
564 (Create and Delete Trace points)
565 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
566 (Continuing at a Different Address): Remove "linespec" examples.
567 Add reference to "Specify a Location"
568 (The -break-insert Command): Rewrite. Add anchor.
569 Add reference to appropriate manual section discussing locations.
570 (The -dprintf-insert Command): Refer to -break-insert for
571 specification of 'location'.
572
573 2015-08-07 Pedro Alves <palves@redhat.com>
574
575 * gdb.texinfo (Maintenance Commands): Document "maint set/show
576 target-non-stop".
577
578 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
579
580 * gdb.texinfo (Process Record and Replay): Document prefixing of
581 speculatively executed instructions in the "record instruction-history"
582 command.
583
584 2015-07-20 Doug Evans <dje@google.com>
585
586 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
587
588 2015-07-16 Doug Evans <dje@google.com>
589
590 * stabs.texinfo: @include gdb-cfg.texi.
591
592 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 Revert the previous 2 commits:
595 gdbserver build-id attribute generator
596 Validate symbol file using build-id
597
598 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
599
600 * gdb.texinfo (Files): Add 'set validate-build-id'
601 and 'show validate-build-id'.
602
603 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
604 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 gdbserver build-id attribute generator.
607 * gdb.texinfo (Library List Format for SVR4 Targets): Add
608 'build-id' in description, example, new attribute in dtd.
609
610 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.texinfo (Selection): Update documentation for 'frame'
613 command.
614
615 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
616
617 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
618 commands.
619
620 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
621
622 * gdb.texinfo (Process Record and Replay): Spell out that variables
623 and registers are not available during btrace replay.
624 Describe the new "record btrace pt" command.
625 Describe the new "set|show record btrace pt buffer-size" options.
626 (General Query Packets): Describe the new Qbtrace:pt and
627 Qbtrace-conf:pt:size packets.
628 Expand "bts" to "Branch Trace Store".
629 Update the branch trace DTD.
630
631 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
632
633 * gdb.texinfo (Command History): Document the new option
634 "history remove-duplicates".
635
636 2015-06-19 Doug Evans <dje@google.com>
637
638 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
639 longer supported.
640
641 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
642
643 * gdb.texinfo (Command History): Mention that setting
644 GDBHISTSIZE to the empty string disables history truncation.
645
646 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
647
648 PR gdb/16999
649 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
650 behavior.
651
652 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
653
654 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
655 with GDBHISTSIZE.
656
657 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
658
659 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
660 bytes and memory units for -data-{read,write}-memory-bytes.
661 (Packets): Same for m, M and X packets.
662 * python.texi (Inferiors In Python): Same for read_memory and
663 write_memory.
664
665 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
666
667 * gdb.texinfo (Separate Debug Files): Document that PE is also
668 supported.
669
670 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
673 single table entry.
674
675 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
676
677 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
678
679
680 2015-06-10 Gary Benson <gbenson@redhat.com>
681
682 * gdb.texinfo (Remote Configuration): Document the
683 "set/show remote hostio-setfs-packet" command.
684 (Host I/O Packets): Document the vFile:setfs packet.
685
686 2015-06-10 Gary Benson <gbenson@redhat.com>
687
688 * gdb.texinfo (Debugging Output): Document the "set/show debug
689 linux-namespaces" command.
690
691 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
692 Mircea Gherzan <mircea.gherzan@intel.com>
693
694 * gdb.texinfo (i386): Add documentation about "show mpx bound"
695 and "set mpx bound".
696
697 2015-05-27 Doug Evans <dje@google.com>
698
699 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
700
701 2015-05-26 Doug Evans <dje@google.com>
702
703 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
704 command renamings.
705 (Maintenance Commands): Update for DWARF "set debug" command renamings.
706
707 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
710
711 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
714 (TUI Commands): Add 'tui enable' and 'tui disable' details.
715
716 2015-05-16 Doug Evans <xdje42@gmail.com>
717
718 * guile.texi (Memory Ports in Guile): Document support for unbuffered
719 memory ports.
720
721 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
722
723 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
724
725 2015-05-12 Don Breazeal <donb@codesourcery.com>
726
727 * gdb.texinfo (Forks): Note that fork debugging is
728 supported in extended mode.
729 (Remote Configuration): Add fork event features to table
730 of packet settings.
731 (Stop Reply Packets): Add fork events to list of stop reasons.
732 (General Query Packets): Add fork events to tables of
733 'gdbfeatures' and 'stub features' supported in the qSupported
734 packet, as well as to the list containing stub feature
735 details.
736
737 2015-05-12 Gary Benson <gbenson@redhat.com>
738
739 * gdb.texinfo (General Query Packets): Document
740 qXfer:exec-file:read with empty annex.
741
742 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
743
744 * python.texi (Values From Inferior): Add descriptions of new
745 methods gdb.Value.reference_value and gdb.Value.const_value.
746
747 2015-05-06 Joel Brobecker <brobecker@adacore.com>
748
749 * gdb.texinfo (Files): Add "info dll" documentation.
750 (Cygwin Native): Remove "info dll" documentation.
751
752 2015-04-29 Doug Evans <dje@google.com>
753
754 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
755 Document.
756 (Writing an Xmethod): Add get_result_type to example.
757
758 2015-04-28 Sasha Smundak <asmundak@google.com>
759
760 * python.texi: New method documented.
761
762 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
765 format.
766
767 2015-04-24 Doug Evans <dje@google.com>
768
769 * python.texi (Xmethods In Python): Fix name of method to call the
770 xmethod.
771
772 2015-04-17 Gary Benson <gbenson@redhat.com>
773
774 * gdb.texinfo (Connecting to a Remote Target): Mention that
775 GDB can access program files from remote targets that support
776 qXfer:exec-file:read and Host I/O packets.
777
778 2015-04-17 Gary Benson <gbenson@redhat.com>
779
780 * gdb.texinfo (Remote Configuration): Document the "set/show
781 remote pid-to-exec-file-packet" command.
782 (General Query Packets): Document the qXfer:exec-file:read
783 qSupported features. Document the qXfer:exec-file:read packet.
784
785 2015-04-17 Gary Benson <gbenson@redhat.com>
786
787 * gdb.texinfo (set sysroot): Document that "set sysroot" also
788 applies to executable paths if supplied to GDB as absolute.
789
790 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
791
792 * gdb.texinfo (Mode Options): Remove -xdb.
793
794 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
795 Eli Zaretskii <eliz@gnu.org>
796
797 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
798 compile, show debug compile. New subsection Compilation options for
799 the compile command. New subsection Compiler search for the compile
800 command.
801
802 2015-04-09 Andy Wingo <wingo@igalia.com>
803
804 * guile.texi (Frames In Guile): Describe frame-read-register.
805
806 2015-04-02 Gary Benson <gbenson@redhat.com>
807
808 * gdb.texinfo (set sysroot): Document "target:".
809
810 2015-04-01 Sasha Smundak <asmundak@google.com>
811
812 * doc/python.texi (Writing a Frame Unwinder in Python): Add
813 section.
814
815 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
816
817 PR corefiles/16092
818 * gdb.texinfo (gcore): Mention new command 'set
819 use-coredump-filter'.
820 (set use-coredump-filter): Document new command.
821
822 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
823
824 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
825 documentation, reorder the info os entries in alphabetical order.
826
827 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
828
829 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
830 -data-write-memory-bytes.
831
832 2015-03-24 Pedro Alves <palves@redhat.com>
833
834 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
835 mention that threads may sometimes run unlocked.
836
837 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
838
839 * gdb.texinfo (Remote configuration): Document "set/show
840 serial parity" command.
841
842 2015-03-18 Gary Benson <gbenson@redhat.com>
843
844 * gdb.texinfo (General Query Packets): Remove documentation
845 for now-removed vFile:fstat qSupported features.
846
847 2015-03-11 Gary Benson <gbenson@redhat.com>
848
849 * gdb.texinfo (Remote Configuration): Document the
850 "set/show remote hostio-fstat-packet" command.
851 (General Query Packets): Document the vFile:fstat
852 qSupported features.
853 (Host I/O Packets): Document the vFile:fstat packet.
854
855 2015-03-11 Andy Wingo <wingo@igalia.com>
856
857 * guile.texi (Objfiles In Guile): Document objfile-progspace.
858
859 2015-03-04 Pedro Alves <palves@redhat.com>
860
861 * gdb.texinfo (Remote Configuration): Document the "set/show
862 remote swbreak-feature-packet" and "set/show remote
863 hwbreak-feature-packet" commands.
864 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
865 decription.
866 (Stop Reply Packets): Document the swbreak and hwbreak stop
867 reasons.
868 (General Query Packets): Document the swbreak and hwbreak
869 qSupported features.
870 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
871
872 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
873
874 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
875 under *stopped.
876
877 2015-03-02 Doug Evans <xdje42@gmail.com>
878
879 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
880
881 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
882
883 * gdb.texinfo (S/390 and System z Features): Describe new feature
884 "org.gnu.gdb.s390.vx".
885
886 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
887
888 PR gdb/18008
889 * gdb.texinfo (maint internal-error, maint internal-warning, maint
890 demangler-warning): Fix typo ("problam").
891
892 2015-02-19 David Taylor <dtaylor@emc.com>
893
894 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
895
896 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
897
898 * gdb.texinfo (Static Probe Points): Add cindex `static probe
899 point, DTrace'.
900 (Static Probe Points): Modified to cover DTrace probes in addition
901 to SystemTap probes. Also modified to cover the `enable probe'
902 and `disable probe' commands.
903
904 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
905
906 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
907 `disable probe' commands.
908
909 2015-02-12 David Taylor <dtaylor@emc.com>
910
911 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
912 fields of the QTDV packet.
913
914 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
915
916 * gdb.texinfo (Branch Trace Configuration Format): Add size.
917 (Process Record and Replay): Describe new set|show commands.
918 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
919
920 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
921
922 * gdb.texinfo (Process Record and Replay): Describe the "record
923 btrace bts" command.
924 (General Query Packets): Describe qXfer:btrace-conf:read packet.
925 (Branch Trace Configuration Format): New.
926
927 2015-01-31 Gary Benson <gbenson@redhat.com>
928 Doug Evans <dje@google.com>
929
930 * gdb.texinfo (Command Completion): Document new
931 "set/show max-completions" option.
932
933 2015-01-31 Doug Evans <xdje42@gmail.com>
934
935 * gdb.texinfo (Symbols): Document new commands
936 "maint print symbol-cache", "maint print symbol-cache-statistics",
937 "maint flush-symbol-cache". Document new option
938 "maint set symbol-cache-size".
939
940 2015-01-31 Doug Evans <xdje42@gmail.com>
941
942 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
943 distinguish script files vs inlined scripts.
944 * python.texi (Python Auto-loading): Ditto.
945
946 2015-01-30 Doug Evans <dje@google.com>
947
948 * gdb.texinfo (Symbols) <info source>: Output now contains producer
949 string if present.
950
951 2015-01-27 Doug Evans <dje@google.com>
952
953 * python.texi (Objfiles In Python): Document Objfile.username.
954
955 2015-01-27 Doug Evans <dje@google.com>
956
957 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
958 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
959
960 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
963
964 2015-01-16 Eli Zaretskii <eliz@gnu.org>
965
966 * doc/gdb.texinfo (TUI Commands): Document the possible
967 values of NAME argument to 'winheight' command. Explain the
968 effect of 'tabset' setting better.
969
970 2015-01-11 Doug Evans <xdje42@gmail.com>
971
972 PR gdb/15830
973 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
974 (Symbols): Ditto.
975 (Maintenance Commands): Delete docs for "maint demangle".
976
977 2014-12-31 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.texinfo (Files): Remove documentation of the
980 "add-shared-symbol-files" and "assf" commands.
981 (Cygwin Native): Remove documentation of the "dll-symbols"
982 command.
983
984 2014-12-17 Doug Evans <xdje42@gmail.com>
985
986 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
987
988 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
989 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 * gdb.texinfo (Altering): Update.
992 (Compiling and Injecting Code): New node.
993
994 2014-12-12 Doug Evans <dje@google.com>
995
996 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
997
998 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
999
1000 * gdb.texinfo: Document "maint print user-registers".
1001
1002 2014-12-08 Doug Evans <dje@google.com>
1003
1004 * python.texi (Objfiles In Python): Document Objfile.owner.
1005
1006 2014-12-04 Doug Evans <dje@google.com>
1007
1008 * python.texi (Objfiles In Python): Document
1009 Objfile.add_separate_debug_file.
1010
1011 2014-12-04 Doug Evans <dje@google.com>
1012
1013 * python.texi (Objfiles In Python): Document Objfile.build_id.
1014
1015 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1016
1017 * python.texi (Events In Python): Document new events
1018 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1019 and RegisterChangedEvent.
1020
1021 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 Add add-auto-load-scripts-directory.
1024 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1025 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1026
1027 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1028
1029 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1030 description typo.
1031
1032 2014-10-30 Doug Evans <dje@google.com>
1033
1034 * python.texi (Progspaces In Python): Document ability to add
1035 random attributes to gdb.Progspace objects.
1036 (Objfiles In Python): Document ability to add random attributes to
1037 gdb.objfile objects.
1038
1039 2014-10-27 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.texinfo (Continuing and Stepping): Add cross reference to
1042 info on stepping and signal handlers.
1043 (Signals): Explain stepping and signal handlers. Add context
1044 index entry, and cross references.
1045
1046 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * python.texi (Breakpoints In Python): Add parenthesis after
1049 Breakpoint.delete. Clarify Breakpoint.enabled description so
1050 that it contains "disable".
1051
1052 2014-10-17 Doug Evans <dje@google.com>
1053
1054 * python.texi (Events In Python): Document clear_objfiles event.
1055
1056 2014-10-17 Doug Evans <dje@google.com>
1057
1058 * python.texi (Objfiles In Python): Document new progspace attribute.
1059
1060 2014-10-17 Pedro Alves <palves@redhat.com>
1061
1062 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1063 (SVR4 Process Information): Delete mention of OSF/1.
1064
1065 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
1066
1067 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1068 exit-code field in -list-thread-groups output.
1069
1070 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1071
1072 * gdb.texinfo (Set Breaks): Add missing "@end table".
1073
1074 2014-09-22 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.texinfo (Set Breaks): Document that "set breakpoint
1077 always-inserted off" is the default mode now. Delete
1078 documentation of "set breakpoint always-inserted auto".
1079
1080 2014-09-18 Doug Evans <dje@google.com>
1081
1082 * python.texi (Symbol Tables In Python): Document "producer"
1083 attribute of gdb.Symtab objects.
1084
1085 2014-09-16 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1088 (Embedded OS): Remove VxWorks menu entry.
1089 (VxWorks): Remove node.
1090
1091 2014-09-13 Doug Evans <xdje42@gmail.com>
1092
1093 * gdb.texinfo (Signaling): Document new queue-signal command.
1094
1095 2014-09-06 Doug Evans <xdje42@gmail.com>
1096
1097 PR 15276
1098 * gdb.texinfo (Convenience Funs): Document $_caller_is,
1099 $_caller_matches, $_any_caller_is, $_any_caller_matches.
1100
1101 2014-09-03 Justin Lebar <jlebar@google.com>
1102
1103 * python.texi (Types In Python): Type.template_argument(n) returns a
1104 gdb.Value or a gdb.Type and throws an exception if n is out of
1105 range.
1106
1107 2014-09-03 Sasha Smundak <asmundak@google.com>
1108
1109 * python.texi (Frames in Python): Add read_register description.
1110
1111 2014-08-04 Tom Tromey <tromey@redhat.com>
1112
1113 * gdb.texinfo (Debugging Output): Update for change to "set debug
1114 target".
1115
1116 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
1117
1118 Pushed by Joel Brobecker <brobecker@adacore.com>.
1119 * Makefile.in (transform): New variable.
1120 (install-man1, install-man5): Apply $(transform) to man file names.
1121
1122 2014-07-26 Doug Evans <xdje42@gmail.com>
1123
1124 PR guile/17177
1125 * guile.texi (Guile Pretty Printing API): Fix typo.
1126 Document set-pretty-printers!, pretty-printers.
1127 (Selecting Guile Pretty-Printers): Update.
1128 Mention program-space based pretty-printers.
1129
1130 2014-07-25 Pedro Alves <palves@redhat.com>
1131 Eli Zaretskii <eliz@gnu.org>
1132
1133 * gdb.texinfo (Signaling) <signal command>: Explain what happens
1134 with multi-threaded programs.
1135
1136 2014-06-27 Yao Qi <yao@codesourcery.com>
1137
1138 * gdb.texinfo (Maintenance Commands): Update the output of
1139 'maint print dummy-frames' command.
1140
1141 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1142
1143 * gdb.texinfo (Screen Size): Improve indexing.
1144
1145 2014-06-19 Gary Benson <gbenson@redhat.com>
1146
1147 * gdb.texinfo (Maintenance Commands): Document new
1148 "maint set/show catch-demangler-crashes" option.
1149
1150 2014-06-19 Gary Benson <gbenson@redhat.com>
1151
1152 * gdb.texinfo (Maintenance Commands): Document new
1153 "maint demangler-warning" command and new
1154 "maint set/show demangler-warning" option.
1155
1156 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
1157
1158 * python.texi (Xmethod API): Add space before the opening
1159 parenthesis in function descriptions.
1160
1161 2014-06-06 Doug Evans <xdje42@gmail.com>
1162
1163 * guile.texi (Guile Configuration): Document guile-data-directory.
1164
1165 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
1166
1167 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1168
1169 2014-06-04 Doug Evans <xdje42@gmail.com>
1170
1171 * guile.texi (Breakpoints In Guile): Update.
1172
1173 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1174
1175 * python.texi (Xmethod API): Fix reference to "Progspaces In
1176 Python".
1177
1178 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1179
1180 * python.texi (Xmethods In Python, XMethod API)
1181 (Writing an Xmethod): New nodes.
1182 (Python API): New menu entries "Xmethods In Python",
1183 "Xmethod API", "Writing an Xmethod".
1184
1185 2014-06-02 Doug Evans <xdje42@gmail.com>
1186
1187 * guile.texi (Guile API): Add entry for Parameters In Guile.
1188 (GDB Scheme Data Types): Mention <gdb:parameter> object.
1189 (Parameters In Guile): New node.
1190
1191 2014-06-02 Doug Evans <xdje42@gmail.com>
1192
1193 * guile.texi (Guile API): Add entry for Commands In Guile.
1194 (Basic Guile) <parse-and-eval>: Add reference.
1195 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1196 (GDB Scheme Data Types): Mention <gdb:command> object.
1197 (Commands In Guile): New node.
1198
1199 2014-06-02 Doug Evans <xdje42@gmail.com>
1200
1201 * guile.texi (Guile API): Add entry for Progspaces In Guile.
1202 (GDB Scheme Data Types): Mention <gdb:progspace> object.
1203 (Progspaces In Guile): New node.
1204
1205 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1206
1207 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1208 * python.texi (Frames In Python): Mention
1209 gdb.FRAME_UNWIND_MEMORY_ERROR.
1210
1211 2014-05-29 Pedro Alves <palves@redhat.com>
1212 Tom Tromey <tromey@redhat.com>
1213
1214 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1215 from example.
1216 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1217 Mention that target-async is now deprecated.
1218 (Maintenance Commands): Document maint set/show target-async.
1219
1220 2014-05-29 Pedro Alves <palves@redhat.com>
1221
1222 * observer.texi (sync_execution_done, command_error): New
1223 subjects.
1224
1225 2014-05-29 Pedro Alves <palves@redhat.com>
1226
1227 PR gdb/13860
1228 * observer.texi (signal_received, end_stepping_range)
1229 (signal_exited, exited, no_history): New observer subjects.
1230
1231 2014-05-26 Andy Wingo <wingo@igalia.com>
1232
1233 * guile.texi (GDB Scheme Data Types): Remove documentation for
1234 removed interfaces. Update spelling of gdb-object-kind.
1235
1236 2014-05-26 Andy Wingo <wingo@igalia.com>
1237
1238 * guile.texi (Basic Guile): Fix some typos.
1239
1240 2014-05-26 Andy Wingo <wingo@igalia.com>
1241
1242 * guile.texi (Writing a Guile Pretty-Printer)
1243 (Guile Types Module): Fix excess parentheses in use-modules forms.
1244
1245 2014-05-24 Eli Zaretskii <eliz@gnu.org>
1246
1247 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1248 (Breakpoints In Guile, Guile Printing Module)
1249 (Guile Exception Handling, Values From Inferior In Guile)
1250 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1251 Don't use @var at the beginning of a sentence.
1252
1253 * gdb.texinfo (Frame Filter Management, Trace Files)
1254 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1255 (PowerPC Embedded, Define, Annotations for Running)
1256 (IPA Protocol Commands, Packets, General Query Packets)
1257 (Tracepoint Packets, Notification Packets, Environment)
1258 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1259 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1260 (Frames, Backtrace, Selection, Expressions, Registers)
1261 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1262 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1263 (Source Annotations, Using JIT Debug Info Readers, Packets)
1264 (Stop Reply Packets, Host I/O Packets)
1265 (Target Description Format): Don't use @var at the beginning of a
1266 sentence.
1267
1268 * python.texi (Basic Python, Types In Python)
1269 (Commands In Python, Frames In Python, Line Tables In Python)
1270 (Breakpoints In Python, gdb.printing, gdb.types)
1271 (Type Printing API): Don't use @var at the beginning of a
1272 sentence.
1273
1274 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1275
1276 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1277 replay-memory-access".
1278
1279 2014-05-21 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.texinfo (Starting): Document "set/show
1282 auto-connect-native-target".
1283 (Target Commands): Document "target native".
1284
1285 2014-05-20 Pedro Alves <palves@redhat.com>
1286
1287 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1288 not be remote specific. Add cross reference to the qCRC packet.
1289 (Separate Debug Files): Update cross reference to the qCRC packet.
1290 (General Query Packets) <qCRC packet>: Add anchor.
1291
1292 2014-05-17 Doug Evans <xdje42@gmail.com>
1293
1294 Copy over changes from guile.texi.
1295 * python.texi (Basic Python) <gdb.execute>: Add text.
1296 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1297 (Values From Inferior) <Python string>: Add text.
1298 (Values From Inferior) <Value.string>: Clarify string length handling.
1299 (Pretty Printing API): Add cindex.
1300 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1301 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1302 @vindex.
1303 (Commands In Python) <COMPLETE_*>: Similarly.
1304 (Symbols In Python) <SYMBOL_*>: Similarly.
1305 (Breakpoints In Python) <WP_*>: Similarly.
1306 (Breakpoints In Python) <BP_*>: Similarly.
1307
1308 2014-05-17 David Taylor <dtaylor@emc.com>
1309
1310 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1311 mentioned in the qfThreadInfo reply.
1312
1313 2014-05-16 Doug Evans <dje@google.com>
1314
1315 * gdb.texinfo (Mode Options): Add -D.
1316
1317 2014-05-09 Samuel Bronson <naesten@gmail.com>
1318
1319 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1320 "make -C".
1321
1322 2014-04-29 Tom Tromey <tromey@redhat.com>
1323
1324 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1325 "show debug varobj".
1326
1327 2014-05-01 David Taylor <dtaylor@emc.com>
1328
1329 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1330 option.
1331
1332 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1333 Walfred Tedeschi <walfred.tedeschi@intel.com>
1334
1335 * gdb.texinfo (i386 Features): Add description of AVX512
1336 registers.
1337
1338 2014-03-31 Doug Evans <dje@google.com>
1339
1340 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1341
1342 2014-03-30 Doug Evans <dje@google.com>
1343
1344 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1345 (Background Execution): Ditto.
1346
1347 2014-03-21 Pedro Alves <palves@redhat.com>
1348 Stan Shebs <stan@codesourcery.com>
1349 Hui Zhu <hui@codesourcery.com>
1350
1351 * gdb.texinfo (Packets): Add anchor to "? packet".
1352 Remove fixme and update introduction of "k packet".
1353 Add anchor to "vKill packet".
1354
1355 2014-03-12 Stan Shebs <stan@codesourcery.com>
1356
1357 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1358
1359 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1360
1361 * guile.texi (Basic Guile): Document 'history-append!'.
1362
1363 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1366 and "assf" as being deprecated.
1367 (Cygwin Native): Likewise for "dll-symbols".
1368 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1369 as a way to force the loading of symbols from a DLL.
1370
1371 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1372
1373 * python.texi (Values From Inferior): Add description about the
1374 new feature.
1375
1376 2014-02-17 Doug Evans <xdje42@gmail.com>
1377
1378 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1379 * gdb.texinfo (Python): Moved to ...
1380 * python.texi: ... here. New file.
1381
1382 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1383
1384 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1385 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1386 parameter to 'str-lookup-function' procedure. Look for
1387 the "std::string<" prefix.
1388 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1389 Adjust description.
1390
1391 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1392
1393 * guile.texi (Values From Inferior In Guile): Remove stray
1394 parantheses for deffn.
1395 (Disassembly In Guile): Ditto.
1396
1397 2014-02-10 Stan Shebs <stan@codesourcery.com>
1398
1399 Add Doxygen support.
1400 * Makefile.in (doxy): New action, generates Doxygen files.
1401 (DOXYGEN): New.
1402 (doxyedit): New.
1403 * Doxyfile-base.in: New file.
1404 * Doxyfile-gdb-api.in: New file.
1405 * Doxyfile-gdb-xref.in: New file.
1406 * Doxyfile-gdbserver.in: New file.
1407 * doxy-index.in: New file.
1408 * filter-for-doxygen: New file.
1409 * filter-params.pl: New file.
1410
1411 2014-02-10 Doug Evans <xdje42@gmail.com>
1412
1413 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1414 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1415 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1416 (Guile docs): Include guile.texi.
1417 (objfile-gdbdotext file): Add objfile-gdb.scm.
1418 (dotdebug_gdb_scripts section): Mention Guile scripts.
1419 (Multiple Extension Languages): New node.
1420 * guile.texi: New file.
1421
1422 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1423
1424 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1425 ignore-descriptive-types". commands.
1426
1427 2014-01-22 Doug Evans <dje@google.com>
1428
1429 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1430 (gdbserver man): Ditto.
1431
1432 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1433
1434 * gdb.texinfo: Document limited reverse/replay support
1435 for target record-btrace.
1436
1437 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1438
1439 * gdb.texinfo (Process Record and Replay): Update documentation.
1440
1441 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1442
1443 * gdb.texinfo (Process Record and Replay): Document new /c
1444 modifier accepted by "record function-call-history".
1445 Add /i modifier to "record function-call-history" example.
1446
1447 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1448 Joel Brobecker <brobecker@adacore.com>
1449
1450 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1451 markers. Remove one that was misplaced.
1452
1453 2014-01-10 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.texinfo (Your Program's Environment) <set environment>:
1456 Mention the shell, and point at 'set exec-wrapper'.
1457
1458 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1461
1462 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1463
1464 * gdb.texinfo (Types In Python): Clarify the documentation
1465 of attribute gdb.Field.bitpos.
1466
1467 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1468
1469 * gdb.texinfo (Types In Python): Fix the documentation of
1470 attribute "bitpos" in class gdb.Field for enum types. Add
1471 documentation for attribute "enumval" in that same class.
1472
1473 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1476 @ftable.
1477
1478 2013-12-23 Doug Evans <xdje42@gmail.com>
1479
1480 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1481 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1482 corresponding section in Extending GDB.
1483 (Extending GDB): Move menu up. New menu item "Auto-loading
1484 extensions".
1485 (Sequences): New menu item "Auto-loading sequences".
1486 (Auto-loading sequences): New node.
1487 (Python): Rename section from Scripting GDB to Extending GDB.
1488 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1489 Move docs on ways to auto-load extensions to ...
1490 (Auto-loading extensions): ... here. New node.
1491
1492 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1493
1494 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1495 in menu.
1496 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1497 command, now in a new node.
1498 (GDB/MI Support Commands): New node, with its contents being
1499 extracted from the "GDB/MI Miscellaneous Commands" node.
1500 A small paragraph introducing the section is also added at
1501 the start.
1502 (GDB/MI Miscellaneous Commands): Delete the description of the
1503 -info-gdb-mi-command, -list-features and -list-target-features
1504 commands, now hosted in the "GDB/MI Support Commands" node.
1505
1506 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1507
1508 PR python/16113
1509 * gdb.texinfo (Values From Inferior): Add a note about using
1510 gdb.Field objects as subscripts on gdb.Value objects.
1511 (Types In Python): Add description about the new attribute
1512 "parent_type" of gdb.Field objects.
1513
1514 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1515
1516 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1517 entry for section docuumenting the -list-features GDB/MI command.
1518
1519 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1520
1521 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1522 "exec-run-start-option" entry in the output of the "-list-features"
1523 command.
1524
1525 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1526
1527 * gdb.texinfo (i386): Fix yesterday's commit.
1528
1529 2013-12-03 Tom Tromey <tromey@redhat.com>
1530
1531 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1532 documented here.
1533
1534 2013-12-03 Tom Tromey <tromey@redhat.com>
1535
1536 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1537
1538 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1539
1540 * gdb.texinfo (i386 Features): Add MPX feature registers.
1541 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1542 a subsubsection for MPX and describes the display of the
1543 boundary registers.
1544
1545 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1546
1547 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1548 documentation of the "ada-exceptions" entry.
1549
1550 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1551
1552 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1553 "^error" result record concerning the error message. Document
1554 the error code that may also be part of that result record.
1555 (GDB/MI Miscellaneous Commands): Document the
1556 "undefined-command-error-code" element in the output of
1557 the "-list-features" GDB/MI command.
1558
1559 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1562 the new -info-gdb-mi-command GDB/MI command. Document
1563 the meaning of "-info-gdb-mi-command" in the output of
1564 -list-features.
1565
1566 2013-11-29 Pedro Alves <palves@redhat.com>
1567
1568 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1569 Update comment.
1570
1571 2013-11-24 Yao Qi <yao@codesourcery.com>
1572
1573 * gdb.texinfo (Caching Remote Data): Document new
1574 "set/show stack-cache" option.
1575
1576 2013-11-24 Yao Qi <yao@codesourcery.com>
1577
1578 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1579 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1580 "off" respectively.
1581
1582 2013-11-23 Yao Qi <yao@codesourcery.com>
1583
1584 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1585 of "displayhint" to the table about child results.
1586
1587 2013-11-21 Yao Qi <yao@codesourcery.com>
1588
1589 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1590 'dynamic' for the output of command -var-list-children.
1591
1592 2013-11-21 Yao Qi <yao@codesourcery.com>
1593
1594 * gdb.texinfo (Caching Target Data): Remove "see" before
1595 @pxref.
1596
1597 2013-11-20 Yao Qi <yao@codesourcery.com>
1598
1599 * gdb.texinfo (Caching Target Data): Update doc for
1600 per-address-space dcache.
1601
1602 2013-11-20 Yao Qi <yao@codesourcery.com>
1603
1604 * gdb.texinfo (Data): Rename menu item.
1605 (Caching Remote Data): Rename to ...
1606 (Caching Target Data): ... it. Update.
1607
1608 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1609
1610 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1611 "language-option" entry in the output of the "-list-features"
1612 command.
1613
1614 2013-11-15 Tom Tromey <tromey@redhat.com>
1615
1616 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1617 Add example.
1618
1619 2013-11-14 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1622
1623 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1626 (Context management): Place current subsection text into its own
1627 subsubsection. Add new subsubsection describing the "--language"
1628 command option.
1629
1630 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1631
1632 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1633 the documentation of "info-ada-exceptions" in the output
1634 of the "-list-features" command. Add the documentation
1635 of the "ada-exception" entry instead.
1636
1637 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1638
1639
1640 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1641 word of a couple of sentences to start with a capital letter.
1642
1643 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1644
1645 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1646 (Ada Exceptions): New node.
1647 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1648 Commands" node.
1649 (GDB/MI Ada Exceptions Commands): New node.
1650 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1651 field in the output of the "-list-features" command.
1652 * NEWS: Add entry for the new "info exceptions" CLI command,
1653 and for the new "-info-ada-exceptions" GDB/MI command.
1654
1655 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1656
1657 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1658 (Line Tables In Python): New node.
1659
1660 2013-11-08 Doug Evans <dje@google.com>
1661
1662 * gdb.texinfo (Debugging Output): Update text for
1663 "set debug dwarf2-read".
1664
1665 2013-11-08 Doug Evans <dje@google.com>
1666
1667 * gdb.texinfo (Debugging Output): Update text for
1668 "set debug symtab-create".
1669
1670 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1671
1672 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1673 constant.
1674
1675 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1676
1677 * gdb.texinfo (Breakpoints In Python): Document temporary
1678 option in breakpoint constructor, and add documentation to the
1679 temporary attribute.
1680
1681 2013-11-07 Yao Qi <yao@codesourcery.com>
1682
1683 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1684 output of "-var-info-expression".
1685
1686 2013-11-06 Pedro Alves <palves@redhat.com>
1687
1688 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1689 non-interactive mode.
1690 (Environment) <shell startup files warning>: Mention
1691 non-interactive mode. Mention .zshenv for Z shell, and talk about
1692 BASH_ENV instead of .bashrc for BASH.
1693
1694 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1695
1696 * gdb.texinfo (Commands to Specify Files): Add description
1697 of the remove-symbol-file command.
1698 * observer.texi: New free_objfile event
1699
1700 2013-10-24 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1703
1704 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1705
1706 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1707 New subsection inside which the "-catch-load" and "-catch-unload"
1708 commands documentation is now placed.
1709 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1710 documenting the "-catch-assert" and "-catch-exception" new
1711 GDB/MI commands.
1712
1713 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1714
1715 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1716
1717 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1718
1719 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1720 serial baud".
1721 (Remote Configuration): Replace "set remotebaud" by "set serial
1722 baud". Replace "show remotebaud" by "show serial baud".
1723
1724 2013-10-07 Pedro Alves <palves@redhat.com>
1725
1726 PR breakpoints/11568
1727 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1728 when the thread is removed from the thread list.
1729
1730 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1731
1732 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1733 Update entry for $_exitcode.
1734
1735 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1736
1737 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1738 new "--start" option.
1739
1740 2013-10-02 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.texinfo (Registers): Expand description of saved registers
1743 in frames. Explain <not saved>.
1744
1745 2013-09-25 Doug Evans <dje@google.com>
1746
1747 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1748
1749 2013-09-16 Stan Shebs <stan@codesourcery.com>
1750
1751 Remove the internals manual gdbint.texinfo.
1752 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1753 (PDFFILES): Remove gdbint.pdf.
1754 (HTMLFILES): Remove gdbint/index.html.
1755 (HTMLFILES_INSTALL): Remove gdbint.
1756 (GDBINT_DOC_FILES): Remove.
1757 (dvi): Remove gdbint.dvi.
1758 (ps): Remove gdbint.ps.
1759 * gdbint.texinfo: Remove file.
1760 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1761
1762 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1763
1764 * gdb.texinfo (Convenience Functions): Mention new convenience
1765 function $_isvoid.
1766
1767 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1768
1769 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1770 (Standard Target Features): Add new node to menu.
1771 (S/390 and System z Features): New node.
1772
1773 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1774
1775 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1776 -list-target-features in the example.
1777
1778 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1781 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1782
1783 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1784
1785 Sync documentation with gdb.base/gnu-debugdata.exp.
1786 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1787
1788 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1789
1790 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1791
1792 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1793 Yao Qi <yao@codesourcery.com>
1794
1795 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1796 Document new --skip-unavailable option.
1797 <-stack-list-variables>: Document new --skip-unavailable option.
1798
1799 2013-08-26 Doug Evans <dje@google.com>
1800
1801 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1802 an optional regexp.
1803
1804 2013-08-13 Tom Tromey <tromey@redhat.com>
1805
1806 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1807 Document GDB_PARALLEL and GDB_INOTIFY.
1808
1809 2013-08-09 Stan Shebs <stan@codesourcery.com>
1810
1811 * LRS: Remove file, describes a long-abandoned live-range
1812 splitting extension to stabs.
1813
1814 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1815
1816 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1817
1818 2013-07-17 Doug Evans <dje@google.com>
1819
1820 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1821
1822 2013-07-02 Tom Tromey <tromey@redhat.com>
1823
1824 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1825
1826 2013-06-28 Tom Tromey <tromey@redhat.com>
1827
1828 * Makefile.in (version.subst): Use version.in, not
1829 common/version.in.
1830 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1831 Likewise.
1832
1833 2013-06-27 Pedro Alves <palves@redhat.com>
1834
1835 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1836 dynamic symbol resolution code>: New section, based on infrun.c
1837 comment.
1838
1839 2013-06-26 Tom Tromey <tromey@redhat.com>
1840
1841 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1842 Update.
1843 (Releasing GDB): Likewise.
1844
1845 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1846 Yao Qi <yao@codesourcery.com>
1847
1848 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1849 -trace-frame-collected.
1850
1851 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1852
1853 * gdb.texinfo (Traceframe Info Format): Document tvar element
1854 and its attributes.
1855
1856 2013-06-25 Yao Qi <yao@codesourcery.com>
1857
1858 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1859
1860 2013-06-24 Tom Tromey <tromey@redhat.com>
1861
1862 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1863 (GDBvn.texi): Use version.subst.
1864 (version.subst): New target.
1865 (mostlyclean): Remove version.subst.
1866
1867 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1868
1869 * gdb.texinfo (GDB/MI Data Manipulation)
1870 <-data-list-register-values>: Document the --skip-unavailable
1871 option.
1872
1873 2013-06-07 Yao Qi <yao@codesourcery.com>
1874
1875 * gdb.texinfo (Symbols): Add kindex and cindex for
1876 'maint print msymbols'.
1877
1878 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1879
1880 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1881 response field name (thread-group to inferior).
1882
1883 2013-06-04 Gary Benson <gbenson@redhat.com>
1884
1885 * gdb.texinfo (General Query Packets/qSupported): Added
1886 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1887 to the table of currently defined stub features.
1888 Added a more detailed entry for "augmented-libraries-svr4-read".
1889 (General Query Packets/qXfer:libraries-svr4:read): Documented
1890 the augmented form of this packet.
1891
1892 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1893
1894 * gdb.texinfo (System-wide Configuration Scripts): Renames
1895 "Installed System-wide Configuration Scripts". Add associated
1896 @menu block.
1897
1898 2013-05-23 Yao Qi <yao@codesourcery.com>
1899 Pedro Alves <palves@redhat.com>
1900
1901 * gdb.texinfo (Packets): Document 'vCont;r'.
1902 (Continuing and Stepping): Document target-assisted range
1903 stepping, and the 'set range-stepping' and 'show range-stepping'
1904 commands.
1905
1906 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1907
1908 * gdb.texinfo (Installed System-wide Configuration Scripts):
1909 Add subsection describing the scripts now available under
1910 the data-dir's system-gdbbinit subdirectory.
1911 * NEWS: Add entry announcing the availability of system-wide
1912 configuration scripts for ElinOS and Wind River Linux.
1913
1914 2013-05-21 Hui Zhu <hui@codesourcery.com>
1915
1916 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1917 "-dprintf-insert" command.
1918
1919 2013-05-17 Doug Evans <dje@google.com>
1920
1921 * gdb.texinfo (Maintenance Commands): Update doc for
1922 "maint check-psymtabs". Add doc for "maint check-symtabs",
1923 "maint expand-symtabs".
1924
1925 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1926
1927 * gdb.texinfo (Process Record and Replay): Document the
1928 "record goto" command and its sub-commands.
1929
1930 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1931
1932 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1933 (Python API): Add Frame Filters API, Frame Wrapper API,
1934 Writing a Frame Filter/Wrapper, Managing Management of Frame
1935 Filters chapter entries.
1936 (Frame Filters API): New Node.
1937 (Frame Wrapper API): New Node.
1938 (Writing a Frame Filter): New Node.
1939 (Managing Frame Filters): New Node.
1940 (Progspaces In Python): Add note about frame_filters attribute.
1941 (Objfiles in Python): Ditto.
1942 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1943 @anchors and --no-frame-filters option to -stack-list-variables,
1944 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1945 commands.
1946
1947 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1948
1949 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1950 Support" subsection documenting the XML format used to transfer
1951 shared library info on AIX.
1952
1953 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.texinfo (Debugging Output): Add documentation of
1956 "set debug aix-solib" and "show debug aix-solib" commands.
1957
1958 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1959
1960 * gdb.texinfo (Nios II): New section.
1961 (Nios II Features): New section.
1962
1963 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1964
1965 * gdbint.texinfo (Algorithms): Remove entries documenting
1966 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1967 SOLIB_CREATE_INFERIOR_HOOK.
1968
1969 2013-04-29 Tom Tromey <tromey@redhat.com>
1970
1971 PR python/14204:
1972 * gdb.texinfo (Python API): Fix menu entry.
1973 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1974 Define global and static block. Add example. Clarify
1975 block relationship for inline functions.
1976
1977 2013-04-29 Tom Tromey <tromey@redhat.com>
1978
1979 * gdb.texinfo (Python API): Mention Python help and keyword
1980 arguments. Move pagination text to Basic Python.
1981 (Basic Python): Put pagination text here. Document
1982 close-on-exec, SIGCHLD, and SIGINT.
1983
1984 2013-04-19 Pedro Alves <palves@redhat.com>
1985
1986 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1987 "signedness" instead of "signness".
1988
1989 2013-04-19 Pedro Alves <palves@redhat.com>
1990
1991 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1992 -Wno-pointer-sign text with text on -Wpointer-sign.
1993
1994 2013-04-16 Tom Tromey <tromey@redhat.com>
1995
1996 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1997 GCC that has the SDT probe points.
1998
1999 2013-04-15 Tom Tromey <tromey@redhat.com>
2000
2001 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2002 exception catchpoints.
2003
2004 2013-04-15 Tom Tromey <tromey@redhat.com>
2005
2006 * gdb.texinfo (Set Catchpoints): Document $_exception.
2007 (Convenience Vars): Mention $_exception.
2008
2009 2013-04-15 Tom Tromey <tromey@redhat.com>
2010
2011 * gdb.texinfo (Set Catchpoints): Reorganize exception
2012 catchpoints. Document "catch rethrow".
2013 (Debugging C Plus Plus): Mention "catch rethrow".
2014
2015 2013-04-15 Tom Tromey <tromey@redhat.com>
2016
2017 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2018
2019 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2020 Eli Zaretskii <eliz@gnu.org>
2021
2022 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2023 line below the sample output.
2024
2025 2013-04-12 Eli Zaretskii <eliz@gnu.org>
2026
2027 * gdb.texinfo (Mode Options): Document '-configuration'.
2028 (Help): Document "show configuration".
2029 (Bug Reporting): Add requirements to include the configuration
2030 details in bug reports.
2031
2032 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 * Makefile.in (MAN1S): Add gcore.1.
2035 Remove "Host, target, and site specific Makefile fragments" comment.
2036 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2037 (install-man1, uninstall-man1): Conditionalize gcore.1.
2038 (gcore.1): New.
2039 * gdb.texinfo (Man Pages): Add gcore man.
2040 (gcore man): New node.
2041
2042 2013-04-10 Pedro Alves <palves@redhat.com>
2043
2044 * gdb.texinfo (Process Record and Replay): Document that "set
2045 record full insn-number-max", "set record
2046 instruction-history-size" and "set record
2047 function-call-history-size" accept "unlimited".
2048 (Backtrace): Document that "set backtrace limit" accepts
2049 "unlimited".
2050 (List): Document that "set listsize" accepts "unlimited".
2051 (Print Settings)" Document that "set print max-symbolic-offset",
2052 "set print elements" and "set print repeats" accept "unlimited".
2053 (Starting and Stopping Trace Experiments): Document that "set
2054 trace-buffer-size" accepts "unlimited".
2055 (Remote Configuration): Document that "set tcp connect-timeout"
2056 accepts "unlimited".
2057 (Command History): Document that "set history size" accepts
2058 "unlimited".
2059 (Screen Size): Document that "set height" and "set width" accepts
2060 "unlimited". Adjust "set pagination"'s description to suggest
2061 "set height unlimited" instead of "set height 0".
2062
2063 2013-04-10 Yao Qi <yao@codesourcery.com>
2064
2065 * gdb.texinfo (Trace Files): Add "target ctf".
2066
2067 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2068
2069 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2070
2071 * Makefile.in (install-man1, install-man5, uninstall-man1)
2072 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2073
2074 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2075
2076 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2077 Eli Zaretskii <eliz@gnu.org>
2078
2079 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
2080 parameters order. Remove "On some targets" for --attach. Document the
2081 --multi parameter and extended-remote command. Document all the
2082 options.
2083
2084 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2085
2086 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
2087 the list of supported languages.
2088
2089 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2090
2091 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2092 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2093 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2094 (diststuff): Add man.
2095 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2096 (uninstall-man5): New.
2097 (STAGESTUFF): Add *.1 and *.5.
2098 (GDBvn.texi): Add SYSTEM_GDBINIT.
2099 (gdb.1, gdbserver.1, gdbinit.5): New.
2100 (maintainer-clean realclean): Add $(MANS).
2101 (install): Add install-man.
2102 (uninstall): Add uninstall-man.
2103 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2104 (@copying): Wrap it by @c man begin COPYRIGHT.
2105 (Top): Add Man Pages.
2106 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2107
2108 2013-04-02 Pedro Alves <palves@redhat.com>
2109
2110 * gdb.texinfo (Debugging Output): Document "set/show debug
2111 aarch64", "set/show debug coff-pe-read" and "set/show debug
2112 mach-o".
2113
2114 2013-04-02 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2117 table>: Add entry for "trace-buffer-size".
2118
2119 2013-03-28 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2122 table>: Add entry for "trace-status".
2123
2124 2013-03-28 Eli Zaretskii <eliz@gnu.org>
2125
2126 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2127 @bullet", which is invalid (makeinfo 5.1 barfs).
2128
2129 2013-03-28 Pedro Alves <palves@redhat.com>
2130
2131 PR gdb/15294
2132
2133 * gdb.texinfo (List) <set listsize>: Adjust to document that
2134 listsize 0 means no limit, and remove mention of -1.
2135
2136 2013-03-22 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.texinfo (Embedded Processors): Remove menu item
2139 "OpenRISC 1000".
2140 (OpenRISC 1000): Remove.
2141
2142 2013-03-21 Doug Evans <dje@google.com>
2143
2144 * gdb.texinfo (Maintenance Commands): Add docs for
2145 "mt set per-command {space,time,symtab} {on,off}".
2146
2147 2013-03-14 Hui Zhu <hui@codesourcery.com>
2148 Yao Qi <yao@codesourcery.com>
2149
2150 * gdb.texinfo (Trace Files): Add "tsave -ctf".
2151
2152 2013-03-13 Keith Seitz <keiths@redhat.com>
2153
2154 * gdb.texinfo (Maintenance Commands): Add missing ')' for
2155 "maint agent" reference to Dynamic printf.
2156
2157 2013-03-11 Eli Zaretskii <eliz@gnu.org>
2158
2159 * gdb.texinfo (General Query Packets): Don't use colon in index
2160 entries visible to Info format.
2161
2162 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2163
2164 * gdb.texinfo (Process Record and Replay): Document record
2165 changes.
2166
2167 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2168
2169 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2170 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2171 qXfer:btrace:read.
2172
2173 2013-03-09 Eli Zaretskii <eliz@gnu.org>
2174
2175 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2176 use colons in @anchor and @cindex entries.
2177
2178 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
2179
2180 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2181
2182 2013-03-08 Stan Shebs <stan@codesourcery.com>
2183 Hafiz Abid Qadeer <abidh@codesourcery.com>
2184
2185 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2186 trace-buffer-size set and show commands.
2187 (Tracepoint Packets): Document QTBuffer:size.
2188 (General Query Packets): Document QTBuffer:size.
2189
2190 2013-02-21 Tom Tromey <tromey@redhat.com>
2191
2192 * gdb.texinfo: Remove bad @syncodeindex.
2193 (Values From Inferior, Types In Python, Inferiors In Python)
2194 (Events In Python, Threads In Python, Frames In Python, Blocks In
2195 Python, Symbols In Python, Symbol Tables In Python): Remove
2196 @tables.
2197 (Packets, General Query Packets, Tracepoint Packets)
2198 (Host I/O Packets): Use @w{} for empty @item.
2199
2200 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2201
2202 * gdb.texinfo (Architectures In Python): Add description about
2203 the new method gdb.Architecture.disassemble.
2204
2205 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2206 Hafiz Abid Qadeer <abidh@codesourcery.com>
2207
2208 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2209 Document the "trace-file" field.
2210
2211 2013-02-07 Doug Evans <dje@google.com>
2212
2213 * gdb.texinfo (Machine Code): Clarify argument to disassemble
2214 command.
2215
2216 2013-02-06 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.texinfo (GDB/MI Async Records): Document new MI
2219 notification "=tsv-modified". Update the document of MI
2220 notification "=tsv-created".
2221 * observer.texi (GDB Observers): New observer tsv_modified.
2222 Update observer tsv_created and tsv_delete.
2223
2224 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
2225
2226 * gdb.texinfo (AArch64 Features): New section; document
2227 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2228 (Architectures): Add new AArch64 section to document AArch64
2229 architecture specific commands.
2230 (ABI): Add description of the new OS ABI "Newlib" and its influence
2231 on the longjmp handling.
2232
2233 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2234 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 * gdb.texinfo (Backtrace): Added description of 'filename-display'
2237 variable in 'set/show backtrace' section.
2238
2239 2013-01-31 Tom Tromey <tromey@redhat.com>
2240
2241 * gdb.texinfo (Target Commands): Fix typo.
2242
2243 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2244
2245 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2246 describing the gdb.Architecture class.
2247 (Frames In Python): Add description about the new method
2248 gdb.Frame.architecture().
2249
2250 2013-01-23 Doug Evans <dje@google.com>
2251
2252 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2253
2254 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2255
2256 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2257 'thread-groups' field when printing a breakpoint in MI.
2258
2259 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2260 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2261 to reflect that jit-reader-load now supports absolute file-names.
2262
2263 2013-01-16 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2266 (Signals): Likewise.
2267
2268 2013-01-16 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2271 "catch-type" field.
2272 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2273
2274 2013-01-07 Tom Tromey <tromey@redhat.com>
2275
2276 * gdb.texinfo (Mode Options): Don't mention -epoch.
2277 (Data, Emacs): Remove obsolete comments.
2278
2279 2013-01-02 Tom Tromey <tromey@redhat.com>
2280
2281 * gdb.texinfo (GDB/MI Output Records): Update menu.
2282 (GDB/MI Breakpoint Information): New node.
2283 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2284 <-break-insert>: Likewise.
2285
2286 2012-12-31 Yao Qi <yao@codesourcery.com>
2287
2288 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2289 (Packets): Move "vStopped" packet to ...
2290 (Notification Packets): ... here. Describe the components
2291 of notification. Add a table of supported notifications.
2292 Add an example on the process of he async notification.
2293
2294 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2295
2296 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2297 present.
2298 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2299 fullname output always present.
2300
2301 2012-12-23 Pierre Muller <muller@sourceware.org>
2302
2303 * gdbint.texinfo (Function prototypes): Require use of "extern"
2304 modifier for function prototypes in headers.
2305
2306 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2307
2308 * refcard.tex: Update copyright notice to GPL v3 or later.
2309 Update contact info.
2310
2311 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2314
2315 2012-12-15 Yao Qi <yao@codesourcery.com>
2316
2317 * gdb.texinfo (Debugging Output): Document 'set debug
2318 notification' and 'show debug notification'.
2319
2320 2012-12-15 Yao Qi <yao@codesourcery.com>
2321
2322 * gdb.texinfo (Listing Tracepoints): New item and example about
2323 'installed on target' output.
2324 Add more in the example about 'installed on target'.
2325 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2326
2327 2012-12-14 Tom Tromey <tromey@redhat.com>
2328
2329 * gdb.texinfo (SVR4 Process Information): Mention core files.
2330
2331 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2332
2333 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2334
2335 2012-12-11 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.texinfo: Remove all mentions of Unixware throughout.
2338
2339 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2342
2343 2012-11-29 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.texinfo (SVR4 Process Information): Document missing
2346 "info proc" subcommands.
2347
2348 2012-11-29 Yao Qi <yao@codesourcery.com>
2349
2350 PR gdb/1477.
2351 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2352 to 'auto' instead of 'gnu'.
2353
2354 2012-11-26 Tom Tromey <tromey@redhat.com>
2355
2356 * gdb.texinfo (MiniDebugInfo): New node.
2357 (GDB Files): Update.
2358
2359 2012-11-16 Doug Evans <dje@google.com>
2360
2361 * gdb.texinfo (System-wide configuration): If the system-wide init
2362 file lives in the data-directory, and --data-directory is provided,
2363 look for it there.
2364
2365 2012-11-15 Tom Tromey <tromey@redhat.com>
2366
2367 * gdb.texinfo (Signaling): Fix typo.
2368
2369 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2370
2371 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2372 parameter "count" of -data-write-memory-bytes, and add an example.
2373
2374 2012-11-12 Tom Tromey <tromey@redhat.com>
2375
2376 * gdb.texinfo (Symbols): Document "info type-printers",
2377 "enable type-printer" and "disable type-printer".
2378 (Python API): Add new node to menu.
2379 (Type Printing API): New node.
2380 (Progspaces In Python): Document type_printers field.
2381 (Objfiles In Python): Likewise.
2382 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2383 register_type_printer, TypePrinter>: Document.
2384
2385 2012-11-12 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb.texinfo (Symbols): Document "set print type methods",
2388 "set print type typedefs", and flags to ptype and whatis.
2389
2390 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2391
2392 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2393 the example -data-disassemble output. Extend the description of
2394 the -data-disassemble results to document all fields. Document
2395 the cli disassemble command as being related to -data-disassemble.
2396
2397 2012-11-09 Yao Qi <yao@codesourcery.com>
2398
2399 PR gdb/14777.
2400 * gdb.texinfo (OS Information): Remove doc on command
2401 'info udot'.
2402
2403 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2404
2405 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2406 gdb.ini warning for Windows port.
2407
2408 2012-11-08 Yao Qi <yao@codesourcery.com>
2409
2410 * gdb.texinfo (Search): Add kindex for 'fo'.
2411
2412 2012-11-05 Tom Tromey <tromey@redhat.com>
2413
2414 PR python/14802:
2415 * gdb.texinfo (Functions In Python): Add example.
2416
2417 2012-11-03 Yao Qi <yao@codesourcery.com>
2418
2419 * observer.texi (GDB Observers): Remove observer
2420 'tracepoint_modified', 'tracepoint_created' and
2421 'tracepoint_deleted'.
2422
2423 2012-10-26 Tom Tromey <tromey@redhat.com>
2424
2425 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2426
2427 2012-10-25 Tom Tromey <tromey@redhat.com>
2428
2429 * gdb.texinfo (General Query Packets): Use @itemx.
2430
2431 2012-10-17 Yao Qi <yao@codesourcery.com>
2432
2433 * observer.texi (GDB Observers): Update observer
2434 'memory_changed'.
2435 * gdb.texinfo (GDB/MI Async Records): Document for
2436 "memory-changed" notification.
2437
2438 2012-10-15 Doug Evans <dje@google.com>
2439
2440 * gdb.texinfo (Mode Options): Document -nh.
2441 Elaborate on docs for -nx.
2442
2443 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2444
2445 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2446
2447 2012-09-21 Yao Qi <yao@codesourcery.com>
2448 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.texinfo (GDB/MI Async Records): Document notification
2451 'record-started' and 'record-stopped'.
2452 * observer.texi (GDB Observers): New observer 'record-changed'.
2453
2454 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2455
2456 * gdb.texinfo: Document the removal of SH's 'regs' command.
2457
2458 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2459
2460 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2461
2462 2012-09-18 Yao Qi <yao@codesourcery.com>
2463
2464 * gdb.texinfo (GDB/MI Async Records): Document new MI
2465 notifications '=tsv-created' and '=tsv-deleted'.
2466 * observer.texi (GDB Observers): New observer tsv_created and
2467 tsv_deleted.
2468
2469 2012-09-18 Yao Qi <yao@codesourcery.com>
2470
2471 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2472 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2473 '=traceframe-changed'.
2474
2475 2012-09-17 Yao Qi <yao@codesourcery.com>
2476
2477 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2478 'set listsize'.
2479
2480 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2481 Eli Zaretskii <eliz@gnu.org>
2482
2483 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2484 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2485 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2486
2487 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2490
2491 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2492
2493 Document how to return from "python-interactive" to GDB.
2494 * gdb.texinfo (Python Commands): Update documentation.
2495
2496 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2497
2498 Add a new "python-interactive" command that starts a standard
2499 Python interactive prompt with "pi" as alias, and add "py" as
2500 an alias to "python".
2501 * gdb.texinfo (Python Commands): Document the new commands.
2502
2503 2012-08-22 Tom Tromey <tromey@redhat.com>
2504
2505 * gdbint.texinfo (Host Definition): Remove documentation for
2506 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2507
2508 2012-08-17 Keith Seitz <keiths@redhat.com>
2509
2510 PR c++/13356
2511 * gdb.texinfo (Type and Range Checking): Remove warning.
2512 Remove spurious commas.
2513 Update text and examples for re-implementation of set/show
2514 check type.
2515 (C and C++ Type and Range Checks): Likewise.
2516
2517 2012-08-16 Yao Qi <yao@codesourcery.com>
2518
2519 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2520 is deprecated.
2521
2522 2012-08-13 Doug Evans <dje@google.com>
2523
2524 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2525 to include functions.
2526
2527 2012-08-10 Doug Evans <dje@google.com>
2528
2529 * gdb.texinfo (Convenience Funs): New node.
2530 (Types In Python): Document Type.vector.
2531
2532 2012-08-09 Yao Qi <yao@codesourcery.com>
2533
2534 * observer.texi: New observer command_param_changed.
2535 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2536
2537 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2538
2539 * gdbint.texinfo (Debugging GDB): In section
2540 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2541 Mention also gdb-gdb.py.
2542
2543 2012-08-07 Yao Qi <yao@codesourcery.com>
2544
2545 Revert the folloing patch:
2546 2012-08-06 Yao Qi <yao@codesourcery.com>
2547 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2548 remote hardware-watchpoint-limit' and 'set
2549 remote hardware-breakpoint-limit'.
2550
2551 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2552
2553 * gdb.texinfo (Working Directory): Added information about new
2554 default argument for 'cd' command.
2555
2556 2012-08-06 Yao Qi <yao@codesourcery.com>
2557
2558 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2559 remote hardware-watchpoint-limit' and 'set
2560 remote hardware-breakpoint-limit'.
2561
2562 2012-08-06 Yao Qi <yao@codesourcery.com>
2563
2564 Fix PR14371.
2565
2566 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2567 '=breakpoint-deleted'.
2568
2569 2012-08-02 Yao Qi <yao@codesourcery.com>
2570
2571 * gdb.texinfo (Native): Remove node Neutrino.
2572
2573 2012-07-27 Yao Qi <yao@codesourcery.com>
2574
2575 * gdb.texinfo (IPA Protocol Commands): Document new command
2576 'close'.
2577
2578 2012-07-25 Tom Tromey <tromey@redhat.com>
2579
2580 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2581
2582 2012-07-20 Doug Evans <dje@google.com>
2583
2584 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2585 (Index Files): Document how to control the use of deprecated index
2586 sections.
2587 (Index Section Format): Replace --use-deprecated-index-sections with
2588 "set use-deprecated-index-sections on".
2589
2590 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2591
2592 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2593 indices into a single node "Index". Instead, join function and
2594 variable indices into a single index, separate from the concept
2595 index. Requested in
2596 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2597 (Top): Update the top-level menu: instead of one "Index" there are
2598 now separate entries "Concept Index" and "Function and Variable
2599 Index".
2600 (Concept Index, Function and Variable Index): New nodes.
2601 (Index): Node deleted.
2602
2603 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2604
2605 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2606 and "maint agent-eval".
2607
2608 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2609
2610 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2611 avoid file-name clashes between Index.html and index.html on
2612 case-insensitive filesystems. See the discussion starting in
2613 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2614 details of the problem.
2615 (Top): Update the master menu for the above.
2616 (Concept Index, Command and Variable Index): New nodes, instead of
2617 the old "Index" node that was deleted. All cross-references
2618 updated.
2619
2620 2012-07-02 Stan Shebs <stan@codesourcery.com>
2621
2622 * gdb.texinfo (Dynamic Printf): Mention agent style and
2623 disconnected dprintf.
2624 (Maintenance Commands): Describe maint agent-printf.
2625 (General Query Packets): Mention BreakpointCommands feature.
2626 (Packets): Document commands extension to Z0 packet.
2627 * agentexpr.texi (Bytecode Descriptions): Document printf
2628 bytecode.
2629
2630 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2633 only after gdbinit files.
2634 (Startup): Move -iex and -iex commands down after gdbinit files.
2635
2636 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2639 possibility.
2640
2641 2012-06-29 Tom Tromey <tromey@redhat.com>
2642
2643 * gdb.texinfo (Index Section Format): Update for version 7.
2644
2645 2012-06-28 Stan Shebs <stan@codesourcery.com>
2646
2647 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2648 example, add note about title column.
2649
2650 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2651
2652 * gdb.texinfo (Symbol Tables In Python): Add description about
2653 the new 'last' attribute of gdb.Symtab_and line.
2654
2655 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2656
2657 * gdb.texinfo (Symbol Tables In Python): Correct the description
2658 of the 'pc' attribute of gdb.Symtab_and_line.
2659
2660 2012-06-26 Doug Evans <dje@google.com>
2661
2662 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2663 and symtab-create.
2664
2665 2012-06-25 Keith Seitz <keiths@redhat.com>
2666
2667 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2668 from example. Remove "rbreak" from list of corresponding
2669 gdb commands.
2670
2671 2012-06-23 Doug Evans <dje@google.com>
2672
2673 * gdb.texinfo (Index Section Format): Document version 7 format.
2674
2675 2012-06-22 Yao Qi <yao@codesourcery.com>
2676
2677 * gdb.texinfo: Add missing cindex for some packets.
2678
2679 2012-06-20 Keith Seitz <keiths@redhat.com>
2680
2681 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2682 for -break-insert and document -p.
2683
2684 2012-06-20 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2687 and "gdb.write_memory" with "Inferior.read_memory" and
2688 "Inferior.write_memory".
2689
2690 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2691
2692 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2693 (Free Documentation): Add @node line.
2694 (Continuing and Stepping) <advance location>: Use @item instead of
2695 @itemx.
2696 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2697 @itemx.
2698 (Embedded Processors): Put the link to "PA" to its correct place,
2699 according to document structure.
2700 (Python API): Put the link to "Lazy Strings In Python" to its
2701 correct place.
2702 (Index): Use @@ in @tex block to get a literal @.
2703
2704 * gdbint.texinfo: Fix the @subtitle line.
2705
2706 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2707 correct place.
2708
2709 2012-06-08 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2712 Protocol'.
2713 (In-Process Agent Protocol, IPA Protocol Objects)
2714 (IPA Protocol Commands): New nodes.
2715 (Tracepoint Packets): Add anchors.
2716
2717 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2718
2719 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2720
2721 2012-06-06 Yao Qi <yao@codesourcery.com>
2722
2723 * gdb.texinfo: Update copyright year.
2724
2725 2012-05-23 Stan Shebs <stan@codesourcery.com>
2726 Kwok Cheung Yeung <kcy@codesourcery.com>
2727
2728 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2729
2730 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2731
2732 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2733 Mention also --with-separate-debug-dir.
2734 (Auto-loading): Prepend $debugdir in the sample output.
2735 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2736 auto-load safe-path variable.
2737 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2738 Mention also $debugdir for 'set auto-load scripts-directory'.
2739
2740 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2741
2742 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2743 (MIPS Embedded, MIPS, MIPS Register packet Format)
2744 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2745 appropriate.
2746
2747 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2748 Maciej W. Rozycki <macro@codesourcery.com>
2749
2750 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2751 mips compression".
2752 (MIPS Breakpoint Kinds): New subsubsection.
2753
2754 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2755
2756 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2757 nodes for subsections. Add @acronym mark-ups and adjust
2758 formatting.
2759
2760 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2761
2762 Rename $ddir to $datadir.
2763 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2764 (objfile-gdb.py file): Rename $ddir to $datadir.
2765
2766 2012-05-18 Tom Tromey <tromey@redhat.com>
2767
2768 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2769
2770 2012-05-14 Stan Shebs <stan@codesourcery.com>
2771
2772 * gdb.texinfo (Dynamic Printf): New subsection.
2773
2774 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2775
2776 * gdb.texinfo (Basic Python): Add description about the function
2777 gdb.find_pc_line
2778
2779 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2780 Eli Zaretskii <eliz@gnu.org>
2781
2782 * gdb.texinfo (Separate Debug Files): Use plural form for global
2783 debugging information directory.
2784
2785 2012-05-11 Stan Shebs <stan@codesourcery.com>
2786 Kwok Cheung Yeung <kcy@codesourcery.com>
2787
2788 * gdb.texinfo (Operating System Auxiliary Information): Document new
2789 'info os' subcommands.
2790
2791 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2792
2793 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2794 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2795 (dotdebug_gdb_scripts section): Add reference
2796 to 'Auto-loading safe path'.
2797
2798 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 Implement multi-component --with-auto-load-dir.
2801 * gdb.texinfo (Auto-loading): New references
2802 for 'set auto-load scripts-directory'
2803 and 'show auto-load scripts-directory'.
2804 (Auto-loading safe path): Describe the new default. Move $ddir
2805 substituation reference to 'objfile-gdb.py file'.
2806 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2807 script-name. Describe new 'set auto-load scripts-directory'
2808 and 'show auto-load scripts-directory'.
2809
2810 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2811
2812 Provide $ddir substitution for --with-auto-load-safe-path.
2813 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2814 (Auto-loading safe path): Likewise. Mention the default value,
2815 $ddir substitution, --with-auto-load-safe-path and
2816 --without-auto-load-safe-path.
2817 * observer.texi (gdb_datadir_changed): New.
2818
2819 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2822 Twice.
2823
2824 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2825 directory separator by path separator.
2826
2827 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2830 for 'set auto-load safe-path' optional. Mention if it is omitted.
2831 Change disabling security protection condition to "/", twice.
2832
2833 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2834
2835 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2836 the new methods global_block and static_block on gdb.Symtab
2837 objects.
2838
2839 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2840
2841 * gdb.texinfo (Blocks In Python): Add a note saying that future
2842 improvements to GDB and its infrastructure can move symbols
2843 across blocks within a symbol table.
2844
2845 2012-04-29 Yao Qi <yao@codesourcery.com>
2846
2847 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2848 (A29K): Remove.
2849
2850 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2851 Tom Tromey <tromey@redhat.com>
2852
2853 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2854 and generic static probe support on GDB.
2855
2856 2012-04-25 Doug Evans <dje@google.com>
2857
2858 * gdb.texinfo (Go): Fix thinko.
2859
2860 * gdb.texinfo (Supported Languages): Add Go.
2861 (Go): New node.
2862
2863 2012-04-25 Yao Qi <yao@codesourcery.com>
2864
2865 * gdbint.texinfo (Testsuite): New section `Board settings'.
2866
2867 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2870 Three times.
2871
2872 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2873 Three times.
2874
2875 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2876
2877 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2878 by @table @asis. Fix formatting of one item.
2879
2880 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2881
2882 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2883
2884 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2885
2886 New option "set debug auto-load".
2887 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2888 (auto-load verbose mode): New node.
2889
2890 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2891
2892 New option "set auto-load safe-path".
2893 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2894 and "info auto-load" examples for safe-path. Put there also references
2895 for "set auto-load safe-path" and "show auto-load safe-path".
2896 New menu item for Auto-loading safe path.
2897 (Auto-loading safe path): New node.
2898 (Python Auto-loading): Update the expected output from "Missing"
2899 to "No".
2900
2901 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 auto-load: Implementation.
2904 * gdb.texinfo (Mode Options): New anchor for -nx.
2905 (Startup): New anchors for Option -init-eval-command,
2906 Home Directory Init File
2907 and Init File in the Current Directory during Startup.
2908 Mention set auto-load local-gdbinit with a reference.
2909 Change the sample code to "set auto-load python-scripts".
2910 (Threads): New anchor set libthread-db-search-path.
2911 Provide references to libthread_db.so.1 file.
2912 (Controlling GDB): New menu item for Auto-loading.
2913 (Auto-loading, Init File in the Current Directory)
2914 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2915 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2916 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2917 reference.
2918 (Auto-loading): Rename to ...
2919 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2920 "set auto-load python-scripts", new anchor for it. Change
2921 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2922 for it. Change "info auto-load-scripts"
2923 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2924 to "Python scripts".
2925
2926 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2927
2928 PR mi/13393
2929 * gdb.texinfo (Print Settings): Extend the description for "set print
2930 object".
2931 (GDB/MI Variable Objects): Extend the description for -var-create and
2932 -var-list-children.
2933
2934 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2935
2936 * gdb.texinfo (Examining Data): Document the 'explore' command.
2937
2938 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2939
2940 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2941 to the children of a varobj and its update range when -var-update
2942 returns that the varobj's type changed.
2943
2944 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2945
2946 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2947 Create two new links fir 'objfile-gdb.py file'
2948 and 'dotdebug_gdb_scripts section'.
2949
2950 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 * gdb.texinfo (Auto-loading): Rename node reference
2953 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2954 Twice.
2955 (.debug_gdb_scripts section): Rename the node ...
2956 (dotdebug_gdb_scripts section): ... here.
2957 (Maintenance Commands): Also rename this node reference.
2958
2959 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2960
2961 * gdb.texinfo (Python API/Values From Inferior): Add description
2962 about the new method Value.referenced_value. Add description on
2963 how Value.dereference is different (and similar) to
2964 Value.referenced_value.
2965
2966 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2969 --init-eval-command=COMMAND, -iex.
2970 (Startup): Describe -iex and -ix. Simplify the example
2971 for "set auto-load-scripts off".
2972
2973 2012-03-16 Gary Benson <gbenson@redhat.com>
2974
2975 PR breakpoints/10738
2976 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2977 stating that GDB cannot set breakpoints on inlined functions.
2978 (Mode Options): Document --use-deprecated-index-sections.
2979 (Index Section Format): Document new index section version format.
2980
2981 2012-03-15 Tom Tromey <tromey@redhat.com>
2982
2983 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2984
2985 2012-03-13 Doug Evans <dje@google.com>
2986
2987 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2988 of "reload".
2989 (Symbols): Delete docs for set/show symbol-reloading.
2990 * gdbint.texinfo (Defining Other Architecture Features): Delete
2991 SYMBOL_RELOADING_DEFAULT.
2992 * refcard.tex: Delete reference to symbol-reloading.
2993
2994 2012-03-07 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.texinfo (General Query Packets): Document new
2997 QProgramSignals packet.
2998 * gdb.texinfo (Remote configuration): Mention
2999 "program-signals-packet".
3000
3001 2012-03-05 Tristan Gingold <gingold@adacore.com>
3002
3003 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3004
3005 2012-03-03 Yao Qi <yao@codesourcery.com>
3006
3007 * gdb.texinfo (In-Process Agent): New node.
3008 Document new commands.
3009 (General Query Packets): Add packet `QAgent'.
3010
3011 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3012
3013 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3014
3015 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
3016
3017 * gdb.texinfo (Commands In Python): Put example python macro in
3018 COMMAND_USER category rather than COMMAND_OBSCURE.
3019 Document gdb.COMMAND_USER.
3020 (User-defined Commands): Update documentation to clarify
3021 "set/show max-user-call-depth" and "show user" don't apply to python
3022 commands. Update documentation to clarify "help user-defined" may
3023 also include python commands defined as COMMAND_USER.
3024
3025 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3026
3027 * gdb.texinfo (Startup): Add option -ex description to the option -x
3028 description.
3029
3030 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
3031
3032 * gdb.texinfo (Setting Breakpoints): Mention and explain the
3033 condition-evaluation breakpoint parameter.
3034 Mention condition-evaluation mode being shown in "info break".
3035 (Break Conditions): Add description for target-side
3036 conditional breakpoints.
3037 (Remote Configuration): Mention conditional-breakpoints-packet.
3038 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3039 cond-expr.
3040 (General Query Packets): Mention new ConditionalBreakpoint feature.
3041
3042 2012-02-22 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.texinfo (Blocks In Python): Clarify block iteration.
3045
3046 2012-02-17 Tom Tromey <tromey@redhat.com>
3047
3048 PR python/10753:
3049 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3050 directory.
3051
3052 2012-02-14 Stan Shebs <stan@codesourcery.com>
3053
3054 * gdb.texinfo (Disabling Breakpoints): Document enable count.
3055
3056 2012-02-13 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3059 mips-idt-ecoff.
3060
3061 2012-02-09 Yao Qi <yao@codesourcery.com>
3062
3063 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3064
3065 2012-02-07 Tom Tromey <tromey@redhat.com>
3066
3067 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3068 Symbol.value.
3069
3070 2012-02-07 Tom Tromey <tromey@redhat.com>
3071
3072 * gdb.texinfo (Symbols In Python): Document Symbol.line.
3073
3074 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
3075
3076 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3077
3078 2012-01-24 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3081 unload".
3082 (Files): Mention new catch commands.
3083 (GDB/MI Async Records): Likewise.
3084
3085 2012-01-24 Gary Benson <gbenson@redhat.com>
3086
3087 Delete #if 0'd out code.
3088 * gdb.texinfo (Frame Info): Remove "info catch".
3089
3090 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3091
3092 * gdb.texinfo (Remote Configuration): Document
3093 "set remote hostio-readlink-packet" command.
3094 (General Query Packets): Document vFile:readlink packet.
3095
3096 2012-01-16 Tom Tromey <tromey@redhat.com>
3097
3098 * gdb.texinfo (Specify Location): Document relative file name
3099 handling.
3100
3101 2012-01-16 Tom Tromey <tromey@redhat.com>
3102
3103 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3104
3105 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3106 Eli Zaretskii <eliz@gnu.org>
3107
3108 * gdbint.texinfo (Coding Standards): Require braces for two lines of
3109 code.
3110
3111 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
3112
3113 * gdb.texinfo (Variables): Document use of :: for non-static
3114 variables.
3115
3116 2012-01-05 Joel Brobecker <brobecker@adacore.com>
3117
3118 * gdbint.texinfo (Start of New Year Procedure): Update
3119 to replace use of copyright.sh by use of copyright.py.
3120
3121 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 Remove the gdbtui binary.
3124 * all-cfg.texi (GDBTUI): Remove.
3125 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3126 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
3127 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3128
3129 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3130
3131 Introduce gdb.FinishBreakpoint in Python.
3132 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3133 (Python API): Add menu entry for Finish Breakpoints.
3134
3135 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3138 tests.
3139
3140 2011-12-16 Doug Evans <dje@google.com>
3141
3142 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3143
3144 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3145
3146 * gdb.texinfo (Python Commands): Remove "maint set/show print
3147 stack". Add documentation for "set/show python print-stack".
3148
3149 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3150
3151 * gdb.texinfo (Implementing a Remote Stub): Explain that you
3152 should transfer control to the stub in the startup code instead of
3153 in main. Mention the need to get past the initial breakpoint.
3154
3155 2011-12-06 Tom Tromey <tromey@redhat.com>
3156
3157 * gdb.texinfo (Set Breaks): Update for new behavior.
3158
3159 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3160
3161 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3162 List Format for SVR4 Targets'.
3163 (General Query Packets): New item qXfer:libraries-svr4:read.
3164 (Library List Format for SVR4 Targets): New node.
3165
3166 2011-12-01 Tom Tromey <tromey@redhat.com>
3167
3168 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3169 add.
3170
3171 2011-11-22 Tom Tromey <tromey@redhat.com>
3172
3173 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3174 reasons.
3175
3176 2011-11-20 Stan Shebs <stan@codesourcery.com>
3177
3178 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3179 note-related options and variables.
3180 (Tracepoint Packets): Document packet changes.
3181
3182 2011-11-20 Sanjoy Das <sdas@igalia.com>
3183
3184 * gdb.texinfo (JIT Interface): Add documentation on writing and
3185 usind JIT debug info readers.
3186 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3187 Debug Info Readers): New nodes.
3188
3189 2011-11-18 Yao Qi <yao@codesourcery.com>
3190
3191 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3192 tracepoint.
3193
3194 2011-11-15 Doug Evans <dje@google.com>
3195
3196 * gdb.texinfo (Files): Document basenames-may-differ.
3197
3198 2011-11-14 Doug Evans <dje@google.com>
3199
3200 * gdb.texinfo (Shell Commands): Document "!".
3201
3202 2011-11-14 Stan Shebs <stan@codesourcery.com>
3203 Kwok Cheung Yeung <kcy@codesourcery.com>
3204
3205 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3206 needed to get shorter fast tracepoints.
3207 (Tracepoint Packets): Document new qTMinFTPILen packet.
3208
3209 2011-11-14 Yao Qi <yao@codesourcery.com>
3210
3211 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3212 behavior of tracepoint.
3213 (General Query Packets): New feature InstallInTrace.
3214 (Remote Configuration): Document "set remote
3215 install-in-trace-packet".
3216
3217 2011-11-12 Matt Rice <ratmice@gmail.com>
3218
3219 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3220 Add arguments to info macro.
3221
3222 2011-11-10 Tom Tromey <tromey@redhat.com>
3223
3224 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
3225 manual.
3226 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
3227 (Macros): Add a footnote.
3228 (C): Remove paragraph about compiler options.
3229 (C Constants): Mention wide character and string constants.
3230 (C Plus Plus Expressions): Update compiler option advice. Mention
3231 using declarations. Mention ADL. Remove old HP compiler
3232 information.
3233
3234 2011-11-10 Tom Tromey <tromey@redhat.com>
3235
3236 PR c++/9257:
3237 * gdb.texinfo (Print Settings): Add an extra note about the need
3238 for a vtable.
3239
3240 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3241
3242 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3243 "set mips abi" documentation.
3244
3245 2011-11-04 Doug Evans <dje@google.com>
3246
3247 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3248
3249 2011-11-03 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.texinfo (Stopping): Add menu entry.
3252 (Continuing and Stepping): Restore @node. Use @section, not
3253 @subsection.
3254
3255 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3256
3257 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3258 designation. Fix "Specify Location" cross-reference.
3259
3260 2011-11-02 Stan Shebs <stan@codesourcery.com>
3261
3262 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3263 (General Query Packets): Describe tracenz feature.
3264 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3265
3266 2011-10-28 Paul Koning <paul_koning@dell.com>
3267
3268 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3269
3270 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3271
3272 * gdb.texinfo ((Frames In Python): Document
3273 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3274
3275 2011-10-26 Paul Koning <paul_koning@dell.com>
3276
3277 * gdb.texinfo (gdb.types): Document new deepitems function.
3278
3279 2011-10-25 Paul Koning <paul_koning@dell.com>
3280
3281 PR python/13327
3282
3283 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3284 fetch_lazy method.
3285
3286 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3287
3288 PR python/12656
3289
3290 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3291 global_block, static_block function.
3292
3293 2011-10-19 Tom Tromey <tromey@redhat.com>
3294
3295 * gdb.texinfo (Commands In Python): Add missing "@"s.
3296
3297 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3298
3299 PR python/13285 Document named constants for frame unwind stop reasons
3300 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3301 constants.
3302
3303 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3304
3305 Fix compatibility with texinfo versions older than 4.12.
3306 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3307 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3308 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3309 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3310 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3311 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3312 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3313
3314 2011-10-09 Doug Evans <dje@google.com>
3315
3316 * gdb.texinfo (Extending GDB): Document alias command.
3317
3318 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 Support @entry in input expressions.
3321 * gdb.texinfo (Variables): Describe @entry names suffix.
3322 (Print Settings): Add anchor for `set print entry-values'.
3323
3324 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3325 Eli Zaretskii <eliz@gnu.org>
3326
3327 Display @entry parameter values (without references).
3328 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3329 example.
3330 (Print Settings): New description of set print entry-values and show
3331 print entry-values.
3332
3333 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3334 Eli Zaretskii <eliz@gnu.org>
3335
3336 Recognize virtual tail call frames.
3337 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3338 (Tail Call Frames): New node.
3339 (Frames In Python): Add gdb.TAILCALL_FRAME.
3340
3341 2011-10-07 Doug Evans <dje@google.com>
3342
3343 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3344 register_pretty_printer.
3345
3346 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3347
3348 PR python/12930
3349 PR python/12802
3350
3351 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3352 stop method.
3353
3354 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3355
3356 * gdb.texinfo (Starting your Program): "set disable-randomization"
3357 is no longer Linux-specific.
3358 (Remote Configuration): Document "set remote
3359 disable-randomization-packet".
3360 (General Query Packets): Document "QDisableRandomization" packet
3361 and add it to "qSupported" list.
3362
3363 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3364
3365 Allow Python notification of new object-file loadings.
3366 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3367 event type.
3368
3369 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3370
3371 PR python/12691: Add the inferior to Python exited event
3372 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3373
3374 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3375
3376 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3377 rephasing.
3378
3379 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3380
3381 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3382 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3383 as possible feature returned by the `-list-features'
3384 command.
3385
3386 2011-09-28 Paul Koning <paul_koning@dell.com>
3387
3388 * gdb.texinfo (gdb.Type): Document field access by dictionary
3389 key syntax.
3390
3391 2011-09-28 Yao Qi <yao@codesourcery.com>
3392
3393 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3394 Add one space after option `-s'. Remove @r{} markup.
3395
3396 2011-09-27 Stan Shebs <stan@codesourcery.com>
3397
3398 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3399
3400 2011-09-16 Hui Zhu <teawater@gmail.com>
3401
3402 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3403 to *(unsigned char *)$esp@300.
3404
3405 2011-09-15 Paul Koning <paul_koning@dell.com>
3406
3407 * gdb.texinfo: Make style of Python functions and methods match
3408 the syntax of Python. Also put class and module names explicitly
3409 on function, member, and variable names, matching Python
3410 documentation conventions.
3411
3412 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3413
3414 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3415 * gdb.texinfo (Inferiors In Python): Describe new
3416 gdb.selected_inferior() function.
3417
3418 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3419
3420 Handle multiple breakpoint hits in Python interface:
3421 * gdb.texinfo (Events In Python): New function documentation:
3422 gdb.BreakpointEvent.breakpoints. Indicate that
3423 gdb.BreakpointEvent.breakpoint is now deprecated.
3424
3425 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3426
3427 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3428
3429 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3430
3431 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3432
3433 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3434
3435 * gdb.texinfo (Prompt): Add set/show extended-prompt
3436 documentation
3437 (Basic Python): Add prompt_hook anchor.
3438 (Python modules): Reword module text to reflect multiple modules.
3439 (gdb.prompt): Document gdb.prompt module.
3440
3441 2011-08-14 Yao Qi <yao@codesourcery.com>
3442
3443 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3444
3445 2011-08-14 Yao Qi <yao@codesourcery.com>
3446
3447 * gdb.texinfo (Standard Target Features): Document C6x features.
3448 (TIC6x Features): New node.
3449
3450 2011-08-12 Doug Evans <dje@google.com>
3451
3452 * gdb.texinfo (Symbols In Python): Document symbol.type.
3453
3454 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3455
3456 * gdb.texinfo (Python): Document command and function
3457 auto-loading.
3458
3459 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3460 Eli Zaretskii <eliz@gnu.org>
3461
3462 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3463 typedefs unrolling. Extend the sample code by an inner typedef and
3464 outer typedefs unrolling.
3465
3466 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3467
3468 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3469 size and line-size.
3470
3471 2011-07-21 Matt Rice <ratmice@gmail.com>
3472
3473 PR macros/12999
3474 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3475 Update text and cindex entries for info macro command.
3476
3477 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3478
3479 * observer.texi (GDB Observers): Add before_prompt observer.
3480 * gdb.texinfo (Basic Python): Add documentation for prompt
3481 substitution.
3482
3483 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3484
3485 PR python/12438
3486 * gdb.texinfo (Python Commands): Add deprecate note to maint
3487 set/show python print-stack. Document set/show python
3488 print-backtrace.
3489
3490 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3491
3492 * gdb.texinfo: Fix typos.
3493
3494 2011-07-01 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Debugging Output): Document set debug
3497 check-physname.
3498
3499 2011-06-29 Tom Tromey <tromey@redhat.com>
3500
3501 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3502 breakpoint-notifications feature.
3503
3504 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3505
3506 * gdb.texinfo (Target Description): Remove warning about
3507 possibly unstable format.
3508
3509 2011-06-03 Tom Tromey <tromey@redhat.com>
3510
3511 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3512 (Events In Python): Note that exit_code is optional.
3513
3514 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3515
3516 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3517 required for multi-threading support.
3518 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3519 Hc are deprecated for multi-threading debugging. Point readers at
3520 the vCont packet.
3521
3522 2011-05-15 Doug Evans <dje@google.com>
3523
3524 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3525
3526 2011-05-13 Doug Evans <dje@google.com>
3527
3528 * gdb.texinfo (Threads): Document $sdir,$pdir.
3529 (Server): Document $pdir exception.
3530
3531 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3532
3533 * gdb.texinfo (Threads): Clarify default value for
3534 libthread-db-search-path.
3535
3536 * gdb.texinfo (Completion): Update example.
3537 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3538
3539 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3540
3541 * gdb.texinfo: Document change in the behaviour of the enable and
3542 disable GDB commands when applied to tracepoints.
3543 Document the EnableDisableTracepoints remote stub feature.
3544 Document QTEnable and QTDisable in the list of tracepoint packets.
3545
3546 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3549 hsuser.texi.
3550 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3551 comment to hsuser.texi. Change rluser.texi name in the comment.
3552
3553 2011-05-10 Doug Evans <dje@google.com>
3554
3555 * gdb.texinfo (Threads): If an empty path is provided for
3556 libthread-db-search-path it is reset to its default value.
3557 (Server): Ditto.
3558
3559 2011-05-09 Doug Evans <dje@google.com>
3560
3561 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3562
3563 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3564 Thiago Jung Bauermann <bauerman@br.ibm.com>
3565
3566 Implement support for PowerPC BookE masked watchpoints.
3567 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3568 (PowerPC Embedded): Mention support of masked watchpoints.
3569
3570 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3573 `@value{GDBN}'.
3574
3575 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3576
3577 * gdb.texinfo (titlepage): Remove dedication.
3578 (In Memoriam): New appendix.
3579
3580 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3581 Eli Zaretskii <eliz@gnu.org>
3582
3583 * gdb.texinfo (Index Section Format): Change the version to 5.
3584 Describe the different formula.
3585
3586 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3587 Eli Zaretskii <eliz@gnu.org>
3588
3589 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3590 for disconnected tracing.
3591 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3592 extended-remote relationship. Mention --once.
3593 (TCP port allocation lifecycle of @code{gdbserver}): New.
3594
3595 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3596
3597 * gdb.texinfo (Server): Improve indexing. Index all optional
3598 switches to gdbserver.
3599
3600 2011-04-20 Tom Tromey <tromey@redhat.com>
3601
3602 * gdb.texinfo (Index Section Format): New node.
3603 (Top): Add new node to menu.
3604
3605 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3606
3607 * gdb.texinfo (Maintenance Commands): Document `maint print
3608 remote-registers'.
3609
3610 2011-04-20 Tom Tromey <tromey@redhat.com>
3611
3612 * gdb.texinfo (Trace File Format): Move node later.
3613
3614 2011-04-19 Tom Tromey <tromey@redhat.com>
3615
3616 * gdbint.texinfo (Register Information Functions): Remove
3617 duplicate "the".
3618 * gdb.texinfo (Emacs): Remove duplicate "to".
3619 (GDB/MI Variable Objects): Remove duplicate "the".
3620 (General Query Packets): Likewise.
3621
3622 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3623
3624 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3625 "GDB/MI Ada Exception Information" node.
3626
3627 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3628
3629 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3630 the "exception-name" field in the *stopped async record.
3631
3632 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3633 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3634
3635 Implement support for PowerPC BookE ranged breakpoints.
3636 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3637
3638 2011-03-28 Tom Tromey <tromey@redhat.com>
3639
3640 * gdb.texinfo (Set Tracepoints): Fix typo.
3641
3642 2011-03-24 Tom Tromey <tromey@redhat.com>
3643
3644 * gdb.texinfo (Specify Location): Document `function:label'
3645 linespec.
3646
3647 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3648
3649 PR python/12149
3650
3651 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3652
3653 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3654
3655 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3656 (Inferiors In Python): Likewise.
3657 (Threads In Python): Likewise.
3658 (Symbols In Python): Likewise.
3659 (Objfiles In Python): Likewise.
3660 (Symbol Tables In Python): Likewise.
3661
3662 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3663
3664 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3665 display>: Explain that the commands accept number ranges.
3666
3667 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3668
3669 * gdb.texinfo (Breakpoints In Python): Add description and example
3670 of Python stop function operation.
3671
3672 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3673
3674 * gdb.texinfo (Parameters In Python): Document get_set_string and
3675 get_show_string methods.
3676
3677 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3678
3679 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3680
3681 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3682 circular-trace-buffer name.
3683
3684 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3685
3686 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3687 in the previous change.
3688
3689 2011-02-27 Michael Snyder <msnyder@vmware.com>
3690
3691 * gdb.texinfo (Inferiors and Programs): Update commands to show
3692 that they can accept multiple arguments.
3693
3694 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3695
3696 Revert the following patch (code patch was not approved):
3697 2011-02-21 Hui Zhu <teawater@gmail.com>
3698 * agentexpr.texi (bytecode descriptions): add printf.
3699 * gdb.texinfo (tracepoint action lists): add printf.
3700
3701 2011-02-23 Doug Evans <dje@google.com>
3702
3703 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3704
3705 2011-02-23 Michael Snyder <msnyder@vmware.com>
3706
3707 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3708 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3709 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3710
3711 2011-02-22 Doug Evans <dje@google.com>
3712
3713 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3714 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3715 add description of result, fix @defun formatting.
3716
3717 2011-02-21 Hui Zhu <teawater@gmail.com>
3718
3719 * agentexpr.texi (Bytecode Descriptions): Add printf.
3720 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3721
3722 2011-02-18 Tom Tromey <tromey@redhat.com>
3723
3724 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3725
3726 2011-02-14 Michael Snyder <msnyder@vmware.com>
3727
3728 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3729 Document new command "thread find".
3730
3731 2011-02-14 Michael Snyder <msnyder@vmware.com>
3732
3733 * gdb.texinfo (Threads): Update example of new thread message.
3734
3735 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3736
3737 * gdb.texinfo (Remote Configuration): Mention set/show remote
3738 traceframe-info.
3739 (Tools/Packages Optional for Building GDB): Mention that expat is
3740 used for traceframe info.
3741 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3742 (General Query Packets) <qSupported>: Describe the
3743 qXfer:traceframe-info:read feature.
3744 (qXfer::read): Describe qXfer:traceframe-info:read.
3745 (Traceframe Info Format): New section.
3746
3747 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3748
3749 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3750 for casts and unary operators.
3751
3752 2011-02-04 Tom Tromey <tromey@redhat.com>
3753
3754 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3755 is not useful.
3756
3757 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3758
3759 * gdb.texinfo: s/value optimized out/optimized out/g
3760
3761 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3762
3763 * gdb.texinfo (Other Misc Settings): Rework part of the
3764 documentation of the "set interactive mode" command.
3765
3766 2011-01-19 Tom Tromey <tromey@redhat.com>
3767
3768 * gdb.texinfo (Threads): Document thread name output and `thread
3769 name' command.
3770 (Threads In Python): Document Thread.name attribute.
3771 (GDB/MI Thread Commands): Document thread attributes.
3772
3773 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3774
3775 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3776 changes in mi/mi-cmd-disas.c
3777
3778 2011-01-12 Tom Tromey <tromey@redhat.com>
3779
3780 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3781 Fix "thread apply" text.
3782
3783 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3784 Thiago Jung Bauermann <bauerman@br.ibm.com>
3785
3786 Implement support for PowerPC BookE ranged watchpoints.
3787 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3788 the "set powerpc exact-watchpoints" flag.
3789
3790 2011-01-07 Tom Tromey <tromey@redhat.com>
3791
3792 * gdb.texinfo (Python API): Add descriptions to @menu items.
3793
3794 2011-01-06 Tom Tromey <tromey@redhat.com>
3795
3796 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3797
3798 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3799
3800 * gdb.texinfo (Debugging Output): Document "set debug jit".
3801
3802 2011-01-06 Tom Tromey <tromey@redhat.com>
3803
3804 PR python/12133:
3805 * gdb.texinfo (Frames In Python): Document various frame
3806 constants.
3807
3808 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3809
3810 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3811 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3812 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3813
3814 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3817 (clean): Add GDBvn.texi.
3818
3819 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3820
3821 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3822 occasional case where the debugger prints an array address
3823 instead of the array itself.
3824
3825 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3826
3827 * gdb.texinfo (Packets) <read registers packet>: Document support
3828 for registers that were not collected.
3829
3830 2010-12-15 Doug Evans <dje@google.com>
3831
3832 * gdb.texinfo (Startup): Document auto-loading of scripts during
3833 startup.
3834 (Auto-loading): Delete "maint set python auto-load on|off".
3835 Add "set auto-load-scripts on|off".
3836
3837 2010-12-07 Doug Evans <dje@google.com>
3838
3839 * gdb.texinfo (Mode Options): Document -data-directory.
3840 (Data Files): Add reference to -data-directory.
3841
3842 2010-11-29 Doug Evans <dje@google.com>
3843
3844 * gdb.texinfo (Pretty-Printer Introduction): Change
3845 printer-name:subprinter-name to printer-name;subprinter-name.
3846
3847 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3848
3849 PR python/12199
3850
3851 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3852
3853 2010-11-23 Tom Tromey <tromey@redhat.com>
3854
3855 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3856 (Editing): Likewise.
3857 (Command History): Likewise.
3858 (TUI Keys): Likewise.
3859 (Bug Reporting): Conditionally include rluser.texi and
3860 inc-history.texinfo.
3861 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3862 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3863 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3864 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3865 (gdb.pdf): Likewise.
3866 (gdb.info): Likewise.
3867 (gdb/index.html): Likewise.
3868
3869 2010-11-23 Tom Tromey <tromey@redhat.com>
3870
3871 * Makefile.in (Makefile): Run ../config.status.
3872 (distclean): Update.
3873 * configure: Remove.
3874 * configure.ac: Remove.
3875
3876 2010-11-12 Tom Tromey <tromey@redhat.com>
3877
3878 * gdb.texinfo (Basic Python): Update. Add xref.
3879 (Exception Handling): Document new exception classes.
3880 (Types In Python): Update.
3881 (Frames In Python): Update.
3882
3883 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3884
3885 * gdb.texinfo (Breakpoints In Python): Document "internal"
3886 parameter, and visible attribute.
3887
3888 2010-11-05 Doug Evans <dje@google.com>
3889
3890 * gdb.texinfo (Source Path): Document "set directories".
3891
3892 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3893
3894 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3895 (OpenCL C): New node.
3896
3897 2010-11-02 Doug Evans <dje@google.com>
3898
3899 * gdb.texinfo (Pretty Printing): Expand into three sections,
3900 introduction, example, and commands.
3901 (Python API): Delete section Disabling Pretty-Printers, merge into
3902 Selecting Pretty-Printers.
3903 (Writing a Pretty-Printer): New section. Move the pretty-printer
3904 example here, and reformat to match python coding style. Add a second
3905 example using the gdb.printing module.
3906 (Python modules): Add gdb.printing.
3907
3908 2010-10-29 Doug Evans <dje@google.com>
3909
3910 * gdb.texinfo (Python): Fix long line.
3911
3912 2010-10-20 Doug Evans <dje@google.com>
3913
3914 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3915 All references updated. Correct sections marked as subsections.
3916 (Coding Standards): New chapter. Move the coding standard related
3917 subsections here. Add section on Python coding standards.
3918
3919 2010-10-13 Doug Evans <dje@google.com>
3920
3921 * gdb.texinfo (Python): Add "Python modules".
3922 (Types in Python): Add reference to gdb.types section.
3923 (Python modules): New node.
3924
3925 2010-10-11 Doug Evans <dje@google.com>
3926
3927 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3928 Python" from gdb.Value.type description.
3929
3930 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb.texinfo (Ravenscar Profile): New node.
3933
3934 2010-09-22 Tom Tromey <tromey@redhat.com>
3935
3936 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3937
3938 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3939
3940 * gdb.texinfo (Values From Inferior): Clarify that
3941 value.dynamic_type works only in C++ programs with RTTI.
3942
3943 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3944
3945 * gdb.texinfo (Character Sets): Correctly reference host-charset
3946 in example.
3947
3948 2010-09-13 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3951 Document "fullname" and "from".
3952
3953 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3954
3955 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3956 feature `reverse' output by -list-target-features.
3957
3958 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3959
3960 * gdb.texinfo (i386 Features): Remove an extra "@item".
3961
3962 2010-08-30 Tom Tromey <tromey@redhat.com>
3963
3964 PR python/11792:
3965 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3966
3967 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3968
3969 * gdb.texinfo (ARM Features): Document
3970 org.gnu.gdb.arm.m-profile.
3971
3972 2010-08-23 Tom Tromey <tromey@redhat.com>
3973
3974 PR python/11145:
3975 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3976 reinterpret_cast methods.
3977
3978 2010-08-23 Tom Tromey <tromey@redhat.com>
3979
3980 PR python/11915:
3981 * gdb.texinfo (Types In Python): Document array method.
3982
3983 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3984
3985 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3986
3987 2010-08-16 Tom Tromey <tromey@redhat.com>
3988
3989 * gdb.texinfo (Set Watchpoints): Document -location option.
3990
3991 2010-08-13 Doug Evans <dje@google.com>
3992
3993 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3994
3995 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3996
3997 * gdb.texinfo (GDB/MI Data Manipulation): Document
3998 -data-read-memory-raw and -data-write-memory-raw.
3999
4000 2010-08-11 Tom Tromey <tromey@redhat.com>
4001 Phil Muldoon <pmuldoon@redhat.com>
4002
4003 * gdb.texinfo (Basic Python): Describe post_event API.
4004
4005 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4006
4007 * gdb.texinfo (Basic Python): Describe solib_address and
4008 decode_line Python APIs
4009
4010 2010-08-10 Tom Tromey <tromey@redhat.com>
4011
4012 * gdb.texinfo (Pretty Printing API): Document
4013 gdb.default_visualizer.
4014
4015 2010-08-10 Tom Tromey <tromey@redhat.com>
4016
4017 Revert gdb-add-index addition:
4018 * gdb.texinfo (Index Files): Don't document gdb-add-index.
4019
4020 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4021 Eli Zaretskii <eliz@gnu.org>
4022
4023 * gdb.texinfo (Mode Options) <-batch>
4024 (Basic Python) <gdb.execute>: Describe setting width and height.
4025
4026 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
4027
4028 * gdb.texinfo (Threads): Document 'debug libthread-db'.
4029
4030 2010-07-30 Tom Tromey <tromey@redhat.com>
4031
4032 * gdb.texinfo (Index Files): Mention gdb-add-index.
4033
4034 2010-07-30 Hui Zhu <teawater@gmail.com>
4035
4036 * gdb.texinfo (Inferiors and Programs): Update the introduce of
4037 "detach inferior" and "kill inferior".
4038
4039 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
4040
4041 * gdb.texinfo (Machine Code): Update description of two forms of
4042 arguments, and add new example to demonstrate the new form.
4043
4044 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4045
4046 * gdb.texinfo (Values From Inferior): Add value inferior function
4047 call description.
4048
4049 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 * gdb.texinfo (Active Targets): Fix wrong comma placement.
4052
4053 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4054 Eli Zaretskii <eliz@gnu.org>
4055
4056 Make core files the process_stratum.
4057 * gdb.texinfo (Active Targets): Remove core_stratum. Include
4058 record_stratum example.
4059
4060 2010-07-13 Tom Tromey <tromey@redhat.com>
4061
4062 * gdb.texinfo (Index Files): New node.
4063
4064 2010-07-13 Tom Tromey <tromey@redhat.com>
4065
4066 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4067
4068 2010-07-13 Tom Tromey <tromey@redhat.com>
4069
4070 * gdb.texinfo (Specify Location): Document labels.
4071
4072 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4073
4074 * gdb.texinfo (Create and Delete Tracepoints): Add more index
4075 entries for fast tracepoints and static tracepoints.
4076
4077 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4078
4079 * gdb.texinfo (General Query Packets) <qfThreadInfo,
4080 qsThreadInfo>: Spell out `l' as ell.
4081
4082 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4083
4084 * gdb.texinfo (Convenience Variables): Document $_sdata.
4085 (Commands to Set Tracepoints): Describe static tracepoints. Add
4086 `Listing Static Tracepoint Markers' menu entry. Document
4087 "strace".
4088 (Tracepoint Action Lists): Document collecting $_sdata.
4089 (Listing Static Tracepoint Markers): New subsection.
4090 (Tracepoints support in gdbserver): Mention static tracepoints.
4091 (remote packets, enabling and disabling): Mention
4092 read-sdata-object.
4093 (General Query Packets) <qSupported>: Document qXfer:sdata:read
4094 and StaticTracepoint.
4095 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4096 Document qXfer:sdata:read.
4097 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4098
4099 2010-06-29 Joel Brobecker <brobecker@adacore.com>
4100
4101 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4102
4103 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4104 Tom Tromey <tromey@redhat.com>
4105 Thiago Jung Bauermann <bauerman@br.ibm.com>
4106
4107 * gdb.texinfo (Inferiors In Python): New node.
4108 * gdb.texinfo (Threads In Python): New node.
4109
4110 2010-06-28 Joel Brobecker <brobecker@adacore.com>
4111
4112 * gdb.texinfo (Python): Document what the python directory is
4113 and what its location is.
4114 (Basic Python): Document the gdb.PYTHONDIR constant.
4115
4116 2010-06-25 Tom Tromey <tromey@redhat.com>
4117
4118 PR python/10808:
4119 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4120
4121 2010-06-24 Hui Zhu <teawater@gmail.com>
4122
4123 * gdb.texinfo: (Commands for Controlled Output): Add
4124 documentation for command "eval".
4125
4126 2010-06-21 Stan Shebs <stan@codesourcery.com>
4127
4128 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4129 * annotate.texinfo: Ditto.
4130 * gdbint.texinfo: Ditto.
4131 * stabs.texinfo: Ditto.
4132
4133 2010-06-22 Hui Zhu <teawater@gmail.com>
4134
4135 * gdb.texinfo: (Process Record and Replay): Add documentation
4136 for command "set record memory-query".
4137
4138 2010-06-21 Stan Shebs <stan@codesourcery.com>
4139
4140 * gdb.texinfo: Relicense under GFDL version 1.3.
4141 * annotate.texinfo: Relicense under GFDL version 1.3.
4142 * gdbint.texinfo: Relicense under GFDL version 1.3.
4143 * stabs.texinfo: Relicense under GFDL version 1.3.
4144 * fdl.texi: Update to version 1.3.
4145
4146 2010-06-18 Stan Shebs <stan@codesourcery.com>
4147
4148 * gdb.texinfo (Operating System Auxiliary Information): Describe
4149 "info os" when no arguments given.
4150
4151 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4152 $_thread.
4153
4154 2010-06-18 Hui Zhu <teawater@gmail.com>
4155
4156 * gdb.texinfo: (Process Record and Replay): Add documentation
4157 for commands "record save" and "record restore".
4158
4159 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * gdb.texinfo: Include information about the correct use
4162 of addresses in the `watch' command.
4163
4164 2010-06-11 Stan Shebs <stan@codesourcery.com>
4165
4166 * gdb.texinfo (Observer Mode): New section.
4167 (General Query Packets): Document QAllow.
4168
4169 2010-06-04 Doug Evans <dje@google.com>
4170
4171 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4172
4173 2010-06-03 Doug Evans <dje@google.com>
4174
4175 * gdbint.texinfo (Coding): Add subsection on command names.
4176
4177 2010-06-02 Tom Tromey <tromey@redhat.com>
4178
4179 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4180 always-disassemble.
4181
4182 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4183
4184 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4185 gdbserver, and add cross reference.
4186 (Tracepoints support in gdbserver): New subsection.
4187
4188 2010-05-26 Pedro Alves <pedro@codesourcery.com>
4189
4190 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4191 `qRelocInsn' feature.
4192 (Relocate instruction reply packet): New subsection
4193 of `Tracepoint Packets'.
4194 (Tracepoint Packets): Mention that packets QTDP and QTStart
4195 support the qRelocInsn request, and add cross reference to new
4196 subsection.
4197
4198 2010-05-25 Doug Evans <dje@google.com>
4199
4200 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4201 (Commands In Python): Document gdb.string_to_argv.
4202
4203 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 * gdbint.texinfo (Host Definition): Remove items NORETURN and
4206 ATTR_NORETURN.
4207
4208 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4209 Tom Tromey <tromey@redhat.com>
4210 Thiago Jung Bauermann <bauerman@br.ibm.com>
4211
4212 * gdb.texinfo (Parameters In Python): New Node.
4213
4214 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4215
4216 * gdb.texinfo: (Summary) Add mention about D language support.
4217 (Filenames): Add D suffixes.
4218 (D): New node.
4219
4220 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4221
4222 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4223 of macro deleted from GDB code.
4224
4225 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4226
4227 * gdb.texinfo (Commands to specify files): Describe what how GDB
4228 looks up DOS-based filesystem paths on the system root. Document
4229 the new `set/show target-file-system-kind' commands.
4230
4231 2010-04-23 Doug Evans <dje@google.com>
4232
4233 * gdb.texinfo (Python): Move Auto-loading section here ...
4234 (Python API): from here.
4235 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4236 (Maintenance Commands): Add docs for "maint print section-scripts".
4237
4238 2010-04-20 Chris Moller <cmoller@redhat.com>
4239
4240 * gdb.texinfo (Setting Breakpoints): Added description of
4241 filename-qualified rbreak.
4242 * refcard.tex (Breakpoints and Watchpoints): Added brief
4243 description of filename-qualified rbreak.
4244
4245 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4246
4247 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4248 (Python API): Change the reference to Pretty Printing API.
4249 (Pretty Printing): Move the user part under the Data node. Reformat
4250 the sample output to 72 columns. Create a new reference to Pretty
4251 Printing API. Rename the API part ...
4252 (Pretty Printing API): To a new node name.
4253 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4254 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4255
4256 2010-04-21 Stan Shebs <stan@codesourcery.com>
4257
4258 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4259 and commands.
4260 (Listing Tracepoints): Update to reflect current behavior.
4261
4262 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4263
4264 * gdb.texinfo (Examining memory): Update for change in string
4265 display with explicit size.
4266
4267 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4268
4269 PR breakpoints/8554.
4270
4271 * gdb.texinfo (Save Breakpoints): New node.
4272 (save-tracepoints): Rename to ...
4273 (save tracepoints): ... this. Mention that `save-tracepoints' is
4274 a deprecated alias to `save tracepoints'.
4275
4276 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4277
4278 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4279 (info w32 thread-information-block): Document new command.
4280 (qGetTIBAddress): Document new gdbserver query.
4281 (maint set/show show-all-tib): Document new command.
4282
4283 2010-04-15 Doug Evans <dje@google.com>
4284
4285 * gdb.texinfo (Python API): Add progspaces section.
4286 (Selecting Pretty-Printers): Progspace pretty-printers are
4287 searched too.
4288 (Progspaces In Python): New section.
4289
4290 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4291
4292 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4293
4294 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4295 returns None.
4296
4297 2010-04-09 Stan Shebs <stan@codesourcery.com>
4298
4299 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4300 Describe the `frames-created' field, tweak grammar.
4301
4302 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4303
4304 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4305 Describe the `circular' and `disconnected' fields.
4306
4307 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4308
4309 * gdb.texinfo (maint print registers): Mention unavailable and
4310 invisible registers.
4311
4312 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4313 Thiago Jung Bauermann <bauerman@br.ibm.com>
4314 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.texinfo (Breakpoints In Python): New Node.
4317
4318 2010-04-08 Stan Shebs <stan@codesourcery.com>
4319
4320 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4321 trace status fields.
4322
4323 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4324
4325 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4326 optional. Make org.gnu.gdb.i386.avx requires
4327 org.gnu.gdb.i386.avx.
4328
4329 2010-04-08 Doug Evans <dje@google.com>
4330
4331 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4332 search path, and document that gdb only scans the search path if
4333 the script's path doesn't specify a directory.
4334
4335 2010-04-05 Doug Evans <dje@google.com>
4336
4337 * gdb.texinfo (maint show python auto-load): Fix typo.
4338
4339 2010-04-04 Stan Shebs <stan@codesourcery.com>
4340
4341 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4342 (Setting Watchpoints): Update description of "info watch".
4343 (Disabling Breakpoints): Only "info break" lists all.
4344
4345 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4346 (tdump): Explain how tdump works.
4347
4348 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4349
4350 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4351 add cross reference.
4352
4353 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4354
4355 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4356 commands error out.
4357
4358 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4359
4360 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4361
4362 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4363
4364 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4365
4366 2010-03-29 Stan Shebs <stan@codesourcery.com>
4367 Nathan Sidwell <nathan@codesourcery.com>
4368
4369 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4370 GDBN equivalent.
4371 (Set Tracepoints): Remove mention that conditional tracepoints
4372 don't exist.
4373 (Tracepoint Actions): Clarify when while-stepping collection
4374 happens, note that while-stepping does not automatically collect
4375 $pc.
4376
4377 2010-03-29 Stan Shebs <stan@codesourcery.com>
4378
4379 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4380 (General Query Packets): Describe TracepointSource.
4381
4382 2010-03-27 Matt Rice <ratmice@gmail.com>
4383
4384 * gdb.texinfo (ARM): Document arguments to "target sim".
4385 (Set Catchpoints): Use @dots{} instead of @r{...}.
4386
4387 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4388
4389 * gdb.texinfo (Tracepoint Packets): Remove mention that
4390 terror:string may be plain text, and drop mention of X prefix.
4391
4392 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4393
4394 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4395
4396 2010-03-24 Stan Shebs <stan@codesourcery.com>
4397
4398 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4399
4400 2010-03-24 Tom Tromey <tromey@redhat.com>
4401
4402 PR breakpoints/9352:
4403 * gdb.texinfo (Break Commands): Update.
4404
4405 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4406
4407 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4408 commands.
4409
4410 2010-03-16 Stan Shebs <stan@codesourcery.com>
4411
4412 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4413 circular-trace-buffer.
4414 (Tracepoint Packets): Describe QTBuffer, and details of the
4415 qTStatus reply.
4416
4417 2010-03-12 Stan Shebs <stan@codesourcery.com>
4418 Nathan Sidwell <nathan@codesourcery.com>
4419
4420 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4421 doing instruction stepping.
4422 (Tracepoint Restrictions): New node.
4423
4424 2010-03-10 Tom Tromey <tromey@redhat.com>
4425
4426 * gdbint.texinfo (Symbol Handling): Update.
4427
4428 2010-03-08 Tom Tromey <tromey@redhat.com>
4429
4430 PR cli/9591:
4431 * gdb.texinfo (Mode Options): Mention lack of pagination and
4432 confirmation with --batch.
4433 (Screen Size): Mention --batch.
4434 (Messages/Warnings): Likewise.
4435
4436 2010-03-05 Tom Tromey <tromey@redhat.com>
4437
4438 * gdb.texinfo (Basic Python): Document target_charset and
4439 target_wide_charset.
4440
4441 2010-03-05 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.texinfo (Data): Link to pretty-printing.
4444 (Output Formats): Likewise. Correct text.
4445
4446 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4447
4448 * gdb.texinfo (Types): Describe <struct> and <flags>.
4449
4450 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4451
4452 * gdb.texinfo (Frames In Python): Add block parameter and
4453 description to read_var text.
4454
4455 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4456 Tom Tromey <tromey@redhat.com>
4457
4458 * gdb.texinfo (Types In Python): Describe block argument in
4459 template_argument and gdb.lookup_type.
4460
4461 2010-02-24 Tom Tromey <tromey@redhat.com>
4462
4463 * gdb.texinfo (Cygwin Native): Fix typo.
4464
4465 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4466
4467 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4468 and select method descriptions.
4469 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4470 Tables in Python to menu.
4471 (Blocks In Python): New node.
4472 (Symbols In Python): New node.
4473 (Symbol Tables in Python): New node.
4474
4475 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4476
4477 Multiexec MI
4478
4479 gdb/
4480 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4481
4482 gdb/doc/
4483 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4484 changes.
4485 (GDB/MI Program Execution): Document current behaviour of
4486 --all and --thread-group.
4487 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4488 -remove-inferior.
4489 * observer.texi (inferior_added, inferior_removed): New
4490 observers.
4491
4492 2010-02-19 Tom Tromey <tromey@redhat.com>
4493
4494 * gdbint.texinfo (Getting Started): Fix @node.
4495 (Debugging GDB): Likewise.
4496
4497 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4498
4499 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4500 documenting the gdb_test_timeout variable.
4501
4502 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4503
4504 * gdb.texinfo (MI commands): Added documentation of --reverse
4505 option to a set of MI commands. Restructured documentation of MI
4506 commands --exec-continue to reflect the complexity of reverse
4507 execution.
4508
4509 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4510
4511 * gdb.texinfo (Using the Collected Data): Specify that the address
4512 range of `tfind outsize' is exclusive, and that the address range
4513 of `tfind range' is inclusive.
4514 (Tracepoint Packets): Specify that the address range of
4515 `QTFrame:range' is inclusive, and that the address range of
4516 `QTFrame:outside' is exclusive
4517
4518 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4519
4520 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4521
4522 2010-02-10 Tom Tromey <tromey@redhat.com>
4523
4524 * gdb.texinfo (Debugging Output): Document set debug parser and
4525 show debug parser.
4526
4527 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4528
4529 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4530 i386_eflags and i386_mxcsr.
4531
4532 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4533
4534 * gdb.texinfo: Document i386 target features.
4535
4536 2010-02-05 Doug Evans <dje@google.com>
4537
4538 * gdbint.texinfo (Testsuite): Add a new section to document the
4539 various DejaGnu variables that may be overridden.
4540 Document INTERNAL_GDBFLAGS.
4541
4542 2010-02-04 Tom Tromey <tromey@redhat.com>
4543
4544 PR cli/8830:
4545 * gdb.texinfo (Files): -readnow comes before the filename for file
4546 and symbol-file.
4547
4548 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4551 Document ARM breakpoint types.
4552 (Register Packet Format): Move into the new section.
4553 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4554
4555 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4556
4557 * gdb.texinfo (File Options): Adjust the documentation of this
4558 switch to refer to the "source" command rather than partially
4559 duplicating some of the relevant information.
4560 (Extending GDB): Introduce and document the set/show script-extension
4561 setting.
4562 (Command Files): Add note explaining that the "source" command
4563 is also used to evalute scripts written in other languages.
4564 Remove the short slightly incorrect reference to sourcing Python
4565 scripts.
4566 (Python Commands): Document how to execute a Python script from GDB.
4567
4568 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4569
4570 * gdb.texinfo (Command Files): Fix typo.
4571
4572 2010-01-18 Tom Tromey <tromey@redhat.com>
4573
4574 * gdb.texinfo (File Options): Document -x on .py files.
4575 (Command Files): Document handling of Python scripts.
4576
4577 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4578
4579 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4580
4581 2010-01-15 Stan Shebs <stan@codesourcery.com>
4582
4583 * gdb.texinfo (Trace Files): New section.
4584 (Tracepoint Packets): Document QTSave and qTBuffer.
4585 (Trace File Format): New appendix.
4586
4587 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4588
4589 * gdb.texinfo (Values From Inferior): Document lazy_string value
4590 method.
4591 (Python API): Add Lazy strings menu item.
4592 (Lazy Strings In Python): New node.
4593
4594 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4595
4596 * gdb.texinfo (GDB/MI Thread Information): New.
4597 (GDB/MI Async Records): Document the core field in *stopped.
4598 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4599 documentation
4600 (Process list): Document that osdata document may contain
4601 threads.
4602 (Remote Serial Protocol): Document qXfer:threads.
4603
4604 2010-01-06 Stan Shebs <stan@codesourcery.com>
4605
4606 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4607 disconnected tracing.
4608 (Tracepoint Packets): Document new protocol.
4609
4610 2010-01-05 Stan Shebs <stan@codesourcery.com>
4611
4612 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4613 tracepoints.
4614 (Tracepoint Packets): Describe remote protocol for fast
4615 tracepoints.
4616
4617 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4618
4619 Update the "Start of New Year Procedure".
4620 * gdbint.texinfo: Add the list of files that need to be updated
4621 manually. Minor reformatting.
4622
4623 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4624
4625 * refcard.tex: Update copyright year in header and text.
4626
4627 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4628
4629 * agentexpr.texi: Add 2010 to the list of copyright years.
4630 * annotate.texinfo: Likewise.
4631 * gdb.texinfo: Likewise.
4632 * gdbint.texinfo: Likewise.
4633 * observer.texi: Likewise.
4634 * stabs.texinfo: Likewise.
4635
4636 2009-12-31 Stan Shebs <stan@codesourcery.com>
4637
4638 * gdb.texinfo (Tracepoint Actions): Describe teval.
4639
4640 2009-12-29 Stan Shebs <stan@codesourcery.com>
4641
4642 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4643
4644 2009-12-28 Stan Shebs <stan@codesourcery.com>
4645
4646 * gdb.texinfo (Trace State Variables): New section.
4647 (Tracepoint Packets): Describe trace state variable packets.
4648 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4649 variable bytecodes.
4650
4651 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4652
4653 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4654 declarations.
4655
4656 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4657
4658 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4659 -gdb-exit behaviour.
4660
4661 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4662
4663 * gpl.texi: Update to version 3 of the GPL.
4664
4665 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4666
4667 * Makefile.in: Update copyright header.
4668 * observer.texi: Fix the copyright header of the generated files.
4669
4670 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4671
4672 * gdb.texinfo (Types In Python): Describe range function.
4673
4674 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4675
4676 * gdb.texinfo (Types In Python): Describe "is_base_class".
4677
4678 2009-12-03 Tom Tromey <tromey@redhat.com>
4679
4680 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4681
4682 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4683
4684 * observer.texi: New memory_changed observer.
4685
4686 2009-12-01 Tom Tromey <tromey@redhat.com>
4687
4688 * gdb.texinfo (Reverse Execution): Fix typo.
4689
4690 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4691
4692 PR gdb/8704
4693
4694 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4695 are allowed after the breakpoint condition.
4696
4697 2009-11-23 Tom Tromey <tromey@redhat.com>
4698
4699 PR python/10782:
4700 * gdb.texinfo (Types In Python): Document Type.pointer.
4701
4702 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4703
4704 * gdb.texinfo (Machine Code): Adjust.
4705
4706 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4707
4708 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4709 (Using Agent Expressions): Delete cross reference.
4710
4711 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4712
4713 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4714 and @settitle directives up to help makeinfo find them.
4715
4716 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4717
4718 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4719 (Auto-loading): Use plural and note one can use multiple components now.
4720
4721 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4722
4723 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4724 -stack-list-arguments have the same documentation for parameter
4725 as -stack-list-locals. Add comas.
4726
4727 2009-10-27 Tom Tromey <tromey@redhat.com>
4728 Eli Zaretskii <eliz@gnu.org>
4729
4730 PR python/10781
4731
4732 * gdb.texinfo (Values From Inferior): Document cast method.
4733
4734 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4735
4736 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4737 and adjust example.
4738
4739 2009-10-22 Michael Snyder <msnyder@vmware.com>
4740
4741 * gdb.texinfo (Process Record and Replay): Document new form of
4742 info record command. Also document the new save and restore
4743 commands.
4744
4745 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4746
4747 * gdb.texinfo (Machine Code): Mention current pc marker.
4748 (Memory): Likewise.
4749
4750 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4751 Stan Shebs <stan@codesourcery.com>
4752
4753 * observer.texi (new_inferior): Rename to...
4754 (inferior_appeared): ... this.
4755
4756 * gdb.texinfo (Inferiors): Rename node to ...
4757 (Inferiors and Programs): ... this. Mention running multiple
4758 programs in the same debug session.
4759 <info inferiors>: Mention the new 'Executable' column if "info
4760 inferiors". Update examples. Document the "add-inferior",
4761 "clone-inferior", "remove-inferior" and "maint info
4762 program-spaces" commands.
4763 (Process): Rename node to...
4764 (Forks): ... this. Document "set|show follow-exec-mode".
4765
4766 2009-10-11 Michael Snyder <msnyder@vmware.com>
4767
4768 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4769 (ReverseContinue): Ditto.
4770
4771 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4772
4773 * gdb.texinfo (Server): Document libthread-db-search-path.
4774
4775 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4778
4779 2009-10-06 Michael Eager <eager@eagercon.com>
4780
4781 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4782 (Embedded Processors): Add MicroBlaze.
4783 (MicroBlaze): New. Describe Xilinx MicroBlaze
4784
4785 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4786
4787 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4788
4789 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4790
4791 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4792
4793 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4794
4795 * observer.texi (solib_unloaded): Document explicitly the fact that
4796 this observer is called before the associated symbols are unloaded.
4797
4798 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4799
4800 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4801 -stack-list-variables.
4802
4803 2009-09-18 Tom Tromey <tromey@redhat.com>
4804
4805 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4806 is experimental.
4807
4808 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4809
4810 * gdb.texinfo (convenince variables): Mention
4811 $_siginfo could be empty.
4812
4813 2009-09-15 Tom Tromey <tromey@redhat.com>
4814
4815 * gdb.texinfo (GDB/MI Variable Objects): Document
4816 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4817 Expand -var-update documentation.
4818
4819 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4820
4821 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4822 feature.
4823
4824 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4827
4828 2009-09-10 Michael Snyder <msnyder@vmware.com>
4829
4830 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4831 ReverseStep replies to the qSupported query.
4832
4833 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4834
4835 Add documentation for set/show interactive-mode.
4836 * gdb.texinfo (Other Misc Settings): New node.
4837
4838 2009-09-01 Doug Evans <dje@google.com>
4839
4840 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4841 non-stop mode's affect on remote caching.
4842
4843 2009-08-31 Jacob Potter <jdpotter@google.com>
4844 Doug Evans <dje@google.com>
4845
4846 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4847 Mark `set/show remotecache' options as obsolete.
4848 Document new `set/show stack-cache' option.
4849 Update text for `info dcache'.
4850
4851 2009-08-27 Doug Evans <dje@google.com>
4852
4853 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4854 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4855
4856 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4857
4858 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4859 about autoconf.
4860
4861 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4862
4863 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4864 small example, and describe its columns. Replace "inferior-id" by
4865 "infno" throughout.
4866
4867 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4868
4869 * gdbint.texinfo (Releasing GDB): Point to
4870 README-maintainer-mode file for required autoconf version.
4871 * configure.ac: Do not substitute datarootdir, htmldir,
4872 pdfdir, docdir. Do not process --with-datarootdir,
4873 --with-htmldir, --with-pdfdir, --with-docdir.
4874 * configure: Regenerate.
4875
4876 * configure: Regenerate.
4877
4878 2009-08-20 Reid Kleckner <reid@kleckner.net>
4879
4880 * gdb.texinfo: Add chapter on JIT interface.
4881
4882 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4883
4884 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4885 confirmation request.
4886
4887 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4888
4889 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4890 CRC definitions.
4891
4892 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4893
4894 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4895 -break-commands.
4896
4897 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4898
4899 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4900 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4901
4902 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4903
4904 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4905 "set spu stop-on-load" and "show spu stop-on-load" commands.
4906
4907 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4908
4909 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4910
4911 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4912
4913 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4914 org.gnu.gdb.arm.neon.
4915
4916 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4917
4918 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4919 optional element.
4920 (subsection OS ABI): New subsection.
4921
4922 2009-07-14 Stan Shebs <stan@codesourcery.com>
4923
4924 * gdb.texinfo (Tracepoint Conditions): New section.
4925 (General Query Packets): Describe ConditionalTracepoints.
4926 (Tracepoint Packets): Describe condition field.
4927 (Maintenance Commands): Describe maint agent-eval.
4928 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4929
4930 2009-07-11 Hui Zhu <teawater@gmail.com>
4931
4932 * gdb.texinfo (disassemble): Add a new modifier /r
4933 to "disassemble" command to make it print the raw instructions
4934 in hex as well as in symbolic form.
4935
4936 2009-07-09 Tom Tromey <tromey@redhat.com>
4937
4938 * gdbint.texinfo (Testsuite): Document parallel make check.
4939
4940 2009-07-09 Tom Tromey <tromey@redhat.com>
4941
4942 * gdbint.texinfo (Testsuite): Document test transcripts.
4943
4944 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4945
4946 * gdb.texinfo (Values From Inferior): Add length parameter
4947 description.
4948
4949 2009-07-04 Chris Genly <chris@genly.us>
4950
4951 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4952 in -var-list-children. Fix example according to what the code
4953 does.
4954
4955 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4956
4957 * gdb.texinfo (Debugging multiple inferiors): Document the
4958 "inferior", "detach inferior" and "kill inferior" commands.
4959 (Debugging Programs with Multiple Processes): Adjust to mention
4960 generic "inferior" commands. Delete mention of "detach fork" and
4961 "delete fork". Cross reference to "Debugging multiple inferiors"
4962 section.
4963
4964 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4965
4966 * gdbint.texinfo (Item Output Functions): Update signature
4967 for ui_out_field_core_addr.
4968
4969 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4970
4971 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4972 Update example code extrated from breakpoint.c.
4973
4974 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4975
4976 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4977 MI commands.
4978 (GDB/MI Symbol Query): Likewise.
4979 (GDB/MI File Commands): Likewise.
4980 (GDB/MI File Transfer Commands): Likewise.
4981 (GDB/MI Target Manipulation): Likewise.
4982 (GDB/MI Miscellaneous Commands): Likewise.
4983
4984 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4985
4986 * gdb.texinfo (Debugging Optimized Code): New chapter.
4987 (Compiling for Debugging): Reference it. Move some
4988 text to the new section.
4989
4990 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4991
4992 * doc/gdb.texinfo (Calling): Document
4993 set-unwind-on-terminating-exception usage.
4994
4995 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4996
4997 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4998 command.
4999
5000 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5001
5002 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5003 references.
5004
5005 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
5006
5007 * gdbint.texinfo: Rename formal parameters to gdbarch function
5008 protoypes from "current_gdbarch" to "gdbarch".
5009
5010 2009-05-28 Tom Tromey <tromey@redhat.com>
5011
5012 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5013
5014 2009-05-27 Tom Tromey <tromey@redhat.com>
5015
5016 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5017 feature.
5018 (GDB/MI Variable Objects): Document -var-set-visualizer.
5019
5020 2009-04-02 Tom Tromey <tromey@redhat.com>
5021
5022 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5023 feature.
5024 (GDB/MI Variable Objects): Document -var-set-visualizer.
5025
5026 2009-05-27 Tom Tromey <tromey@redhat.com>
5027 Thiago Jung Bauermann <bauerman@br.ibm.com>
5028 Phil Muldoon <pmuldoon@redhat.com>
5029
5030 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5031 (Pretty Printing): New node.
5032 (Selecting Pretty-Printers): Likewise.
5033 (Python API): Update.
5034 (Output Formats): Document /r format.
5035
5036 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
5037 Tom Tromey <tromey@redhat.com>
5038
5039 * gdb.texinfo (Types In Python): New node.
5040 (Values From Inferior): "type" is now an attribute.
5041 (Python API): Update.
5042
5043 2009-05-27 Tom Tromey <tromey@redhat.com>
5044 Thiago Jung Bauermann <bauerman@br.ibm.com>
5045 Phil Muldoon <pmuldoon@redhat.com>
5046
5047 * gdb.texinfo: Add @syncodeindex for `tp'.
5048 (Python API): Update.
5049 (Auto-loading): New node.
5050 (Objfiles In Python): New node.
5051
5052 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5053
5054 * gdb.texinfo (Threads): Document libthread-db-search-path.
5055
5056 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
5057
5058 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5059
5060 2009-05-12 Pedro Alves <pedro@codesourcery.com>
5061
5062 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
5063 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5064 show show-debug-regs' docs.
5065
5066 2009-05-08 Eli Zaretskii <eliz@gnu.org>
5067
5068 * gdb.texinfo (Process Record and Replay): Add description of
5069 reverse execution.
5070
5071 2009-05-07 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdbint.texinfo (Adding support for debugging core files): New node.
5074 (Native Debugging): Remove the ``Native core file Support'' section.
5075
5076 2009-05-01 Eli Zaretskii <eliz@gnu.org>
5077
5078 * gdb.texinfo (Process Record and Replay): Improve and clarify.
5079 Add index entries.
5080
5081 2009-04-30 Hui Zhu <teawater@gmail.com>
5082 Michael Snyder <msnyder@vmware.com>
5083
5084 * gdb.texinfo: (Process Record and Replay): Add documentation for
5085 process record and replay.
5086
5087 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5088
5089 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
5090 a new part on command-line defined macros.
5091
5092 2009-04-25 Eli Zaretskii <eliz@gnu.org>
5093
5094 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5095 clarify the wording.
5096
5097 2009-04-23 Tom Tromey <tromey@redhat.com>
5098
5099 * gdb.texinfo (Data Files): New node.
5100 (GDB Files): Update menu.
5101
5102 2009-04-23 Joel Brobecker <brobecker@adacore.com>
5103
5104 * gdbint.texinfo (Defining Other Architecture Features): Remove
5105 entry for PROCESS_LINENUMBER_HOOK.
5106
5107 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
5108
5109 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5110
5111 2009-04-22 Hui Zhu <teawater@gmail.com>
5112
5113 * gdb.texinfo (disassemble-next-line): Set the default of
5114 disassemble-next-line to off.
5115
5116 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5117
5118 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5119 --with-htmldir): New.
5120 * configure: Regenerate.
5121 * Makefile.in (datarootdir, docdir): Define.
5122 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5123 instead of $(SET_TEXINPUTS).
5124 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5125 gdbint.info instead of $(SET_TEXINPUTS).
5126 (gdbint/index.html): Use same -I options as for building
5127 gdbint.info.
5128 (stabs.dvi, stabs.pdf): Use same -I options as for building
5129 stabs.info instead of $(SET_TEXINPUTS).
5130 (stabs/index.html): Use same -I options as for building
5131 stabs.info.
5132 (annotate.dvi, annotate.pdf): Use same -I options as for building
5133 annotate.info instead of $(SET_TEXINPUTS).
5134 (annotate/index.html): Use same -I options as for building
5135 annotate.info.
5136
5137 2009-04-21 David Daney <ddaney@caviumnetworks.com>
5138
5139 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5140
5141 2009-04-21 Joseph Myers <joseph@codesourcery.com>
5142
5143 * gdb.texinfo (Source Path): Document --with-relocated-sources.
5144
5145 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
5146 Joseph Myers <joseph@codesourcery.com>
5147
5148 * Makefile.in (MAKEHTML): Set to makeinfo --html.
5149 (MAKEHTMLFLAGS): Set to empty.
5150 (html__strip_dir): Define.
5151 (HTMLFILES): Define.
5152 (HTMLFILES_INSTALL): Define.
5153 (install-html): Copy new automake rule.
5154 (html): Depend on $(HTMLFILES).
5155 (gdb_toc.html): Rename to gdb/index.html.
5156 (gdbint_toc.html): Rename to gdbint/index.html.
5157 (stabs_toc.html): Rename to stabs/index.html.
5158 (annotate_toc.html): Rename to annotate/index.html.
5159
5160 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
5161
5162 * Makefile.in: Set pdfdir and htmldir from configure
5163 substitutions.
5164 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5165 * configure: Regenerate.
5166
5167 2009-04-16 Joel Brobecker <brobecker@adacore.com>
5168
5169 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5170 This macro is no longer used.
5171
5172 2009-04-15 Tom Tromey <tromey@redhat.com>
5173
5174 * gdb.texinfo (Character Sets): Document default character set.
5175
5176 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
5177
5178 * gdbint.texinfo: Change server name from sources.redhat.com to
5179 sourceware.org throughout.
5180
5181 2009-04-09 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5184 about a missing dot or coma after @xref.
5185
5186 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5187
5188 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5189 example, and add a small explanation about it.
5190 (Print Settings): Change the documentation of the "set print
5191 frame-arguments" to reflect the fact that the default is now "scalars".
5192
5193 2009-04-02 Joel Brobecker <brobecker@adacore.com>
5194
5195 * gdb.texinfo (Print Settings): Add kindex for command "set
5196 print frame-arguments".
5197
5198 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5199
5200 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5201 breakpoints.
5202 (Set Breaks): Add reference to thread-specific and task-specific
5203 breakpoints.
5204
5205 2009-03-31 Joel Brobecker <brobecker@adacore.com>
5206
5207 * gdb.texinfo (Ada Tasks): Remove the documentation about
5208 the "Running" state, as this state has been eliminated.
5209 Now all runnable tasks are shown as "Runnable".
5210
5211 2009-03-30 Stan Shebs <stan@codesourcery.com>
5212
5213 * gdb.texinfo (Tracepoints): Describe tracepoints as a
5214 special case of breakpoints.
5215 (Enable and Disable Tracepoints): Mention deprecation.
5216 (Listing Tracepoints): Update description and example.
5217
5218 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5219
5220 * gdb.texinfo (Frames in Python): New node.
5221 (Python API): Update.
5222
5223 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
5224
5225 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5226 from a method to an attribute.
5227
5228 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
5229
5230 * gdb.texinfo (Values From Inferior): Document is_optimized_out
5231 attribute.
5232
5233 2009-03-25 Pedro Alves <pedro@codesourcery.com>
5234
5235 * observer.texi (thread_exit): Add "silent" parameter.
5236
5237 2009-03-22 Pedro Alves <pedro@codesourcery.com>
5238
5239 * observer.texi (about_to_proceed): New.
5240
5241 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
5242
5243 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5244 field throughout to handle types with spaces in them. Fix typos
5245 found by aspell.
5246 (Summary, Requirements, Contributors): New first chapter,
5247 "Summary" added, old Requirements section moved there, and new
5248 section, "Contributors" added.
5249 (Initializing a New Architecture, Register Representation)
5250 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5251 (Porting gdb): These sections extended and updated.
5252 (Compiler Characteristics): This section (empty) deleted.
5253 (Defining Other Architecture Features): This section renamed and
5254 duplicate material removed from (formerly "Target Conditionals").
5255 Use braces {} in @deftypeXX type field throughout to handle types
5256 with spaces in them. Typos found by aspell fixed.
5257
5258 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5259 * stack_frame.pdf: Version of image for PDF output.
5260 * stack_frame.png: Version of image for HTML output and for Emacs.
5261 * stack_frame.txt: Version of image for Info output.
5262 * stack_frame.eps: Version of image for TeX DVI output.
5263
5264 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5265
5266 * gdb.texinfo (Character Sets): Fix last change.
5267
5268 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5269
5270 * gdb.texinfo (Values From Inferior): Fix optional arguments
5271 markup.
5272 (Commands In Python): Adjust argument names of gdb.Command.__init__
5273 to what the function accepts as keywords.
5274
5275 2008-03-20 Tom Tromey <tromey@redhat.com>
5276
5277 * gdb.texinfo (Convenience Vars): Document convenience functions.
5278 (Functions In Python): New node.
5279 (Python API): Update.
5280
5281 2009-03-20 Tom Tromey <tromey@redhat.com>
5282
5283 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5284 set target-wide-charset.
5285 (Requirements): Mention iconv.
5286
5287 2009-03-17 Hui Zhu <teawater@gmail.com>
5288
5289 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5290
5291 2009-03-17 Hui Zhu <teawater@gmail.com>
5292
5293 * gdb.texinfo: Add documentation for disassemble-next-line.
5294
5295 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5296
5297 * gdb.texinfo (Commands In Python): Remove tindex entries.
5298
5299 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5300
5301 * gdb.texinfo (Returning): New description for missing debug info.
5302
5303 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5304
5305 * gdb.texinfo (Remote Configuration): Document query-attached.
5306 (General Query Packets): Document qAttached.
5307
5308 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5309
5310 * gdb.texinfo (Background Execution): Better describe the set
5311 target-async command.
5312 (Maintenance Commands): Delete description of the `maint set/show
5313 linux-async' and `maint set/show remote-async' commands.
5314
5315 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5316
5317 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5318 between sentences.
5319
5320 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5321
5322 * gdb.texinfo (GDB/MI Async Records): Document the
5323 =library-loaded and =library-unloaded notifications.
5324
5325 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5326
5327 * observer.texi (test_notification): New observer.
5328
5329 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5330
5331 * observer.texi: Add parameter 'print_frame' to normal_stop
5332 observer.
5333
5334 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5335
5336 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5337 (Commands In Python): Fix COMMAND_* constants in last change. Use
5338 @kbd for interactive input. Add cross-references and index
5339 entries.
5340
5341 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5342
5343 * gdb.texinfo (Signals): Document $_siginfo.
5344 (Convenience Variables): Mention $_siginfo.
5345 (Remote Configuration): Document qXfer:siginfo:read,
5346 qXfer:siginfo:write packets, and the read-siginfo-object,
5347 write-siginfo-object commands.
5348
5349 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5350
5351 * gdbint.texinfo (Values): New chapter.
5352
5353 2009-02-06 Tom Tromey <tromey@redhat.com>
5354
5355 * gdb.texinfo (Python API): Add entry for Commands In Python.
5356 (Commands In Python): New node.
5357
5358 2009-02-05 Tom Tromey <tromey@redhat.com>
5359
5360 * gdb.texinfo (Values From Inferior): Document Value.string.
5361
5362 2009-02-05 Tom Tromey <tromey@redhat.com>
5363
5364 * gdb.texinfo (Basic Python): Document execute's from_tty
5365 argument.
5366
5367 2009-02-04 Tom Tromey <tromey@redhat.com>
5368
5369 * gdb.texinfo (Basic Python): Document gdb.history.
5370
5371 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5372
5373 * gdb.texinfo (GDB/MI Thread Commands): Document the
5374 'current-thread-id' field. Remove the example with zero threads,
5375 since current GDB won't ever report that if there's inferior.
5376
5377 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5378
5379 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5380 option to -break-insert.
5381
5382 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5383 Jerome Guitton <guitton@adacore.com>
5384
5385 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5386 (System-wide configuration): New section.
5387
5388 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5389
5390 PR gdb/7580:
5391 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5392 internal-error|internal-warning quit|corefile ask|yes|no".
5393
5394 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5395
5396 * gdb.texinfo (Using the `gdbserver' Program): Document
5397 --remote-debug.
5398
5399 2009-01-23 Doug Evans <dje@google.com>
5400
5401 * gdb.texinfo: Add nexti to list of commands that support
5402 background execution.
5403
5404 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5405
5406 * gdb.texinfo (Define, Hooks): Document prefix command support.
5407
5408 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5409 Carlos O'Donell <carlos@codesourcery.com>
5410
5411 Fixes for makeinfo --html.
5412
5413 * annotate.texinfo: Use @copying and @insertcopying. Use
5414 @ifnottex in place of @ifinfo.
5415 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5416 place of @ifinfo. Use @ifnotinfo for one index entry.
5417 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5418 in place of @ifinfo.
5419 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5420 in place of @ifinfo. Include contents at start unconditionally.
5421
5422 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5423
5424 * gdb.texinfo (General Query Packets): Remove @var{} around the
5425 "spu" literal string.
5426
5427 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5428
5429 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5430 program may be running in another process" errors.
5431 * gdbint.texinfo (Native Conditionals): Delete
5432 ONE_PROCESS_WRITETEXT description.
5433
5434 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5435
5436 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5437 emacs local variable to be placed at the end of the ChangeLog.
5438 Add server.c and gdbreplay.c to the list of files where the
5439 copyright year needs to be updated.
5440
5441 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5442
5443 * gdb.texinfo (Remote Configuration): Document new
5444 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5445 commands.
5446
5447 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5448
5449 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5450 FETCH_INFERIOR_REGISTERS.
5451 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5452 FETCH_INFERIOR_REGISTERS descriptions. Remove
5453 gdbarch_get_longjmp_target descrition, since already described in
5454 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5455 (Target Conditionals): ... here.
5456
5457 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5458
5459 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5460 examples.
5461 (Additions to Ada): Likewise. Add the missing opening and closing
5462 parenthesis of the GDB prompt in one of the examples.
5463
5464 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5465
5466 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5467 about the result of 'Address not being of type System.Address.
5468 This problem has been fixed a while ago.
5469
5470 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5471
5472 MI non-stop and multiprocess docs.
5473
5474 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5475 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5476 Adjust documentation for *stopped, document =thread-created,
5477 =thread-exited, =thread-group-created and =thread-group-exited.
5478 (GDB/MI Thread Commands): Document the 'state' field in
5479 -thread-info output.
5480 (GDB/MI Program Execution): Mention --all and --thread-group
5481 options.
5482 (GDB/MI Variable Objects): Describe floating and fixed variable
5483 objects.
5484 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5485
5486 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5487
5488 * gdb.texinfo (Operating System Information): New appendix.
5489 (Operating System Auxiliary Information): Document 'info os processes'
5490 (Remote Configuration): Document 'osdata'
5491 (General Query Packets): Document qXfer:osdata:read.
5492
5493 2008-11-27 Tristan Gingold <gingold@adacore.com>
5494
5495 * gdb.texinfo (Darwin): Document Darwin specific features.
5496
5497 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 * gdbint.texinfo (Target Conditionals): Extend the
5500 gdbarch_breakpoint_from_pc description.
5501
5502 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5503
5504 * gdb.texinfo (M68K Features): Fix typo.
5505
5506 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5507
5508 * gdb.texinfo (Symbols): Mention printing containing
5509 image name in "info symbol".
5510 (Maint translate-address): Likewise.
5511
5512 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5513
5514 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5515 commands "catch load" and "catch unload".
5516
5517 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5518
5519 * gdb.texinfo (GDB/MI Async Records): Document
5520 =thread-selected.
5521
5522 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5523
5524 * observer.texi (new_inferior, inferior_exit): New observers.
5525
5526 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5527
5528 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5529 .mt files, TM_CLIBS or TM_CDEPS.
5530 (x86 Watchpoints): Don't mention TDEPFILES.
5531
5532 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5533
5534 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5535 (Overview): Mention notifications and non-stop mode behavior.
5536 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5537 with non-stop mode behavior. Add vStopped description.
5538 (Stop Reply Packets): Update list of packets that return
5539 stop replies. Mention non-stop behavior.
5540 (General Query Packets): Document QNonStop packet and associated
5541 qSupported query response.
5542 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5543 behavior.
5544 (Notification Packets): New section.
5545 (Remote Non-Stop): New section.
5546 (File-I/O Overview): Mention non-stop behavior.
5547
5548 2008-10-24 Hui Zhu <teawater@gmail.com>
5549 Pedro Alves <pedro@codesourcery.com>
5550
5551 * gdb.texinfo (displaced-stepping): Describe the auto mode
5552 setting, and say it's the default. This is now a mainstream
5553 setting instead of a maintenance setting.
5554
5555 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5556
5557 * observer.texi (thread_stop_requested): New.
5558
5559 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5560
5561 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5562 (Patching): Replace incorrect usage of @samp by @kbd.
5563
5564 2008-10-17 Michael Snyder <msnyder@vmware.com>
5565
5566 * gdb.texinfo: Add documentation for reverse execution.
5567
5568 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5569 Eli Zaretskii <eliz@gnu.org>
5570
5571 * gdb.texinfo. (Values From Inferior): New subsubsection.
5572
5573 2008-10-06 Doug Evans <dje@google.com>
5574
5575 * gdb.texinfo (set debug dwarf2-die): Document it.
5576
5577 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5578
5579 * gdb.texinfo (catch) [exception]: Document how to insert
5580 a breakpoint on user-defined exceptions when the exception
5581 name is identical to one of the language-defined ones.
5582
5583 2008-09-27 Tom Tromey <tromey@redhat.com>
5584
5585 * gdb.texinfo (Macros): Remove text about stringification,
5586 varargs, and splicing.
5587
5588 2008-09-27 Tom Tromey <tromey@redhat.com>
5589
5590 * gdbint.texinfo (Language Support): Remove text about omitting
5591 support for a language.
5592
5593 2008-09-23 Doug Evans <dje@google.com>
5594
5595 * gdb.texinfo (info dcache): Update.
5596
5597 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5598
5599 * gdb.texinfo (Packets): Add info on thread-id syntax and
5600 multiprocess extensions.
5601 <D>: Document multiprocess form of packet.
5602 <H>: Use thread-id syntax.
5603 <T>: Likewise.
5604 <vCont>: Likewise. Note this is required for multiprocess.
5605 <vKill>: New packet.
5606 (Stop Reply Packets) <T>: Use thread-id syntax.
5607 <W>: Document multiprocess form of reply.
5608 <X>: Likewise.
5609 (General Query Packets) <qC>: Use thread-id syntax.
5610 <qfThreadInfo>: Likewise.
5611 <qGetTLSAddr>: Likewise.
5612 <qP>: Likewise.
5613 <qSupported>: Add "multiprocess" feature.
5614 <qThreadExtraInfo>: Use thread-id syntax.
5615
5616 2008-09-22 Stan Shebs <stan@codesourcery.com>
5617
5618 * gdb.texinfo (Inferiors): New section.
5619
5620 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5621
5622 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5623
5624 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5625
5626 * gdbint.texinfo (Target Conditionals): Remove documentation
5627 for gdbarch_name_of_malloc.
5628
5629 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5630
5631 * gdb.texinfo (Interrupts): Mention TCP interface for
5632 sending BREAK.
5633
5634 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5635
5636 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5637 argument prefix to "set sysroot".
5638
5639 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5640
5641 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5642 and False.
5643
5644 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5645
5646 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5647 for possible features of -list-features.
5648
5649 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5650
5651 * gdb.texinfo (Background execution): Adjust example
5652 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5653
5654 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5655
5656 * doc/gdb.texinfo (PowerPC): Fix typo.
5657 (PowerPC features): Fix typo.
5658
5659 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5660
5661 * observer.texi (thread_ptid_changed): New.
5662
5663 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5664
5665 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5666 (PowerPC features): Mention feature set for VSX registers.
5667
5668 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5671 the direct visibility of all names in user-written packages.
5672
5673 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5674
5675 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5676 setting, and make it the default.
5677 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5678 non-stop script example.
5679
5680 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5681
5682 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5683 reference to the "Using Different Register and Memory Data
5684 Representation" section.
5685
5686 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5687
5688 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5689 (Remote Protocol): Add Packet Acknowledgment to menu.
5690 (Overview): Mention +/- can be disabled, and point to new section
5691 where this is discussed in detail.
5692 (General Query Packets): Document QStartNoAckMode packet, and
5693 corresponding qSupported reply.
5694 (Packet Acknowledgment): New section.
5695
5696 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5697 Pedro Alves <pedro@codesourcery.com>
5698
5699 * gdb.texinfo (Threads): Move paragraph about automatic thread
5700 selection to All-Stop Mode subsection.
5701 (Thread Stops): Reorganize existing material into subsections.
5702 Add introductory blurb and menu.
5703 (Non-Stop Mode): New subsection.
5704 (Background Execution): New subsection.
5705 (Maintenance Commands): Add cross-references from async mode
5706 commands to the new Background Execution section.
5707
5708 2008-08-06 Tom Tromey <tromey@redhat.com>
5709
5710 * gdb.texinfo (Extending GDB): New chapter.
5711 (Sequences): Demoted chapter, now a section under the new
5712 Extending GDB chapter.
5713 (Python): New section.
5714
5715 2008-07-31 Stan Shebs <stan@codesourcery.com>
5716
5717 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5718
5719 2008-07-29 Stan Shebs <stan@codesourcery.com>
5720
5721 * gdbint.texinfo: General round of cleanup and minor
5722 clarifications.
5723 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5724 (Longjmp Support): Update description to reflect how it is done
5725 for targets without using native header.
5726 (Symbol Handling): Add a little more general explanation.
5727 (COFF, ELF): Mention stabs encapsulation.
5728 (DWARF 3): New section.
5729 (Adding a New Host): Scrub out some obsolete bits.
5730 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5731 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5732 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5733 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5734 SEEK_SET, STOP_SIGNAL, USG.
5735 (Raw and Virtual Register Representations): Ditto for
5736 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5737 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5738 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5739 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5740 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5741 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5742 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5743 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5744 DEPRECATED_USE_STRUCT_CONVENTION.
5745 Describe gdbarch_deprecated_fp_regnum.
5746 Update description of gdbarch_print_insn.
5747 (Adding a New Target): Scrub out obsolete bits.
5748 (Obsolete Conditionals): Remove entire section.
5749
5750 2008-07-25 Tom Tromey <tromey@redhat.com>
5751
5752 * observer.texi (GDB Observers): Document new observers:
5753 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5754 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5755 architecture_changed.
5756
5757 2008-07-21 Stan Shebs <stan@codesourcery.com>
5758
5759 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5760 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5761
5762 2008-07-21 Tom Tromey <tromey@redhat.com>
5763
5764 * observer.texi (GDB Observers): Remove obsolete comment.
5765 <executable_changed>: Remove argument.
5766
5767 2008-07-18 Tom Tromey <tromey@redhat.com>
5768
5769 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5770
5771 2008-07-10 Doug Evans <dje@google.com>
5772
5773 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5774
5775 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5776
5777 * gdb.texinfo (Starting): Document "set disable-randomization".
5778
5779 2008-07-07 Andreas Schwab <schwab@suse.de>
5780
5781 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5782
5783 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5784
5785 * gdb.texinfo (GDB/MI Target Manipulation): Add
5786 example of -target-attach.
5787
5788 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5789
5790 * observer.texi (target_resumed): New observer.
5791 * gdb.texinfo (GDB/MI Output Records): Document *running.
5792
5793 2008-06-06 Tom Tromey <tromey@redhat.com>
5794
5795 * gdb.texinfo (Completion): Add field name example.
5796
5797 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5798
5799 * gdb.texinfo (GDB/MI Program Context): Added example
5800 to -exec-arguments
5801
5802 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5803
5804 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5805 annotation.
5806
5807 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5808 Nathan Sidwell <nathan@codesourcery.com>
5809 Joseph Myers <joseph@codesourcery.com>
5810
5811 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5812 and ACX_BUGURL.
5813 * configure: Regenerate.
5814 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5815 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5816 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5817 mailing-list-specific text about bug reporting unless
5818 BUGURL_DEFAULT.
5819
5820 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5821
5822 * gdb.texinfo (-target-select): Remove reference to target async.
5823 (Maintenance Commands): Document "maint set/show remote-async".
5824
5825 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5826
5827 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5828 in -target-file-get section.
5829
5830 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5831
5832 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5833 killing the inferior when it is already debugging a process.
5834
5835 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5836
5837 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5838 abbreviation for "finish".
5839
5840 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5841
5842 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5843
5844 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5845
5846 * gdbint.texinfo (Target Conditionals): Delete entry for
5847 gdbarch_dwarf_reg_to_regnum.
5848
5849 2008-05-09 Doug Evans <dje@google.com>
5850
5851 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5852
5853 2008-05-05 Doug Evans <dje@google.com>
5854
5855 * gdb.texinfo (disassemble): Document /m modifier.
5856
5857 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5858
5859 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5860 will not report the time of commands that run the target.
5861
5862 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5863
5864 * gdb.texinfo (GDB/MI Output Records): Add
5865 missing semicolon.
5866
5867 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5868
5869 * gdb.texinfo (GDB/MI Output Records):
5870 Document =thread-create and =thread-exited.
5871
5872 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5873
5874 * gdb.texinfo (GDB/MI Development and Front Ends):
5875 Remove mention of dmi-discuss.
5876
5877 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5878
5879 * observer.texi (thread_exit): New.
5880
5881 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5882
5883 * gdb.texinfo (Debugging Output): Document "set/show debug
5884 displaced".
5885 (Maintenance Commands): Document "maint set/show
5886 can-use-displaced-stepping".
5887
5888 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5889
5890 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5891 and set/show arm force-mode.
5892
5893 2008-05-02 Andreas Schwab <schwab@suse.de>
5894
5895 * gdbint.texinfo (Algorithms): Describe
5896 target_watchpoint_addr_within_range.
5897
5898 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5899
5900 * gdbint.texinfo (Stack Frames): New chapter.
5901 (Algorithms): Move Frames text to the new chapter.
5902 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5903 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5904
5905 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5906
5907 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5908 output does not necessary include any tokens.
5909
5910 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5911
5912 * gdb.texinfo (Set SH Calling convention): New @item.
5913 (Show SH Calling convention): Ditto.
5914
5915 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5916
5917 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5918
5919 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5920
5921 * gdb.texinfo (Set Breaks): Mention that multiple location
5922 breakpoints need line number info. Add index entries.
5923
5924 2008-04-19 Craig Silverstein <csilvers@google.com>
5925
5926 * gdb.texinfo (Requirements): Add an optional requirement on
5927 zlib.
5928 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5929 Compressed DWARF 2.
5930
5931 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5932
5933 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5934 sample output for 'stopped,reason="breakpoint-hit"' message.
5935 (GDB/MI Program Execution): Likewise.
5936
5937 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5938
5939 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5940 -var-set-format. Add -f option to -var-evaluate-expression.
5941
5942 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5945 new node "Ambiguous Expressions". Replace references to this
5946 node by references to "Ambiguous Expressions" throughout.
5947 (Ambiguous Expressions): New node.
5948
5949 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5950
5951 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5952
5953 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5954
5955 * gdb.texinfo (Debugging Output): Document
5956 "set/show debug lin-lwp-async".
5957 (Maintenance Commands): Document "maint set/show linux-async".
5958
5959 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5960
5961 * gdb.texinfo (Expressions): Update description of malloced arrays.
5962
5963 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5964
5965 * gdb.texinfo (Thread Commands): Document
5966 -thread-info. Remove -thread-list-all-threads.
5967
5968 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5969 Sandra Loosemore <sandra@codesourcery.com>
5970
5971 * gdb.texinfo (Library List Format): Update to mention the
5972 possibility to pass section addresses instead of segment
5973 addresses.
5974
5975 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5976
5977 * gdb.texinfo (Starting): Document "set exec-wrapper".
5978 (Server): Document gdbserver --wrapper.
5979
5980 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5981
5982 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5983 unreadable memory. Delete obsolete SPARClite reference.
5984
5985 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5986
5987 * gdb.texinfo (Starting): Mention always-running targets.
5988 (Target Commands): Add an anchor for load.
5989 (Connecting): Explain continue instead of run.
5990
5991 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5992
5993 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5994
5995 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5996
5997 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5998 breakpoint table.
5999
6000 2008-02-19 Pedro Alves <pedro@codesourcery.com>
6001
6002 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6003 killing the inferior when it is already debugging a process.
6004
6005 2008-02-13 Markus Deuling <deuling@de.ibm.com>
6006
6007 * gdbint.texinfo (Build Script): New section. Mention new build script
6008 gdb_buildall.sh.
6009
6010 2008-02-01 Jim Blandy <jimb@red-bean.com>
6011
6012 * gdb.texinfo (Help): Summarize 'info args' correctly.
6013
6014 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6015
6016 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6017 available in PowerPC architecture.
6018 (Embedded Processors): Change node name of PowerPC item in menu.
6019 (PowerPC): Rename to...
6020 (PowerPC Embedded): this.
6021 (Architectures): Add new PowerPC item in menu.
6022 (PowerPC): New node.
6023
6024 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6025
6026 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6027 commands.
6028
6029 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
6030
6031 * gdb.texinfo (Setting Catchpoints): Mention features
6032 supported on GNU/Linux.
6033
6034 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6035
6036 * gdb.texinfo (GDB/MI File Commands): Describe new output
6037 field for MI command -file-list-exec-source-file.
6038
6039 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6040
6041 * gdb.texinfo (Using the `gdbserver' Program): Add security
6042 warning. Rearrange into subsections and subsubsections. Document
6043 --multi and --debug. Correct --with-sysroot typo. Update --attach
6044 usage. Make load reference clearer. Document monitor exit.
6045 (Remote Configuration): Document set remote exec-file, attach-packet,
6046 and run-packet.
6047 (Packets): Document vAttach and vRun.
6048
6049 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
6050
6051 * gdb.texinfo (Processes): Mention process command.
6052 detach-on-follow -> detach-on-fork.
6053
6054 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6055
6056 * gdbint.texinfo (Native Conditionals): Remove
6057 SHELL_COMMAND_CONCAT and SHELL_FILE.
6058
6059 2008-01-26 Eli Zaretskii <eliz@gnu.org>
6060
6061 * gdb.texinfo (Specify Location): Improve wording.
6062
6063 2008-01-23 Chris Demetriou <cgd@google.com>
6064
6065 * gdb.texinfo (Threads): Document new "set print thread-events"
6066 and "show print thread-events" commands.
6067
6068 2008-01-19 Eli Zaretskii <eliz@gnu.org>
6069
6070 * gdb.texinfo (Specify Location): New section.
6071 (Delete Breaks, Edit, Set Breaks): Remove description of
6072 locations. Instead, add a reference to "Specify Location".
6073 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6074 (Symbols): Refer to "Specify Location" for the valid forms of
6075 linespecs and locations.
6076
6077 2008-01-18 Markus Deuling <deuling@de.ibm.com>
6078
6079 * gdbint.texinfo (Target Conditionals): Replace the description of
6080 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6081
6082 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
6083
6084 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6085 about &&var, which is rejected by the expression parser.
6086
6087 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6088
6089 * gdb.texinfo (Output): Update documentation on using printf with DFP
6090 types.
6091
6092 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6093
6094 * gdb.texinfo (C and C++): Add Decimal Floating Point format
6095 subsubsection.
6096 (Decimal Floating Point format): New subsubsection.
6097
6098 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6099
6100 * gdb.texinfo (File Options): Remove mention of the attempt to
6101 open a core file with the -p option. Don't list -c as a valid
6102 option to attach to a process.
6103
6104 2008-01-05 Pedro Alves <pedro@codesourcery.com>
6105
6106 * gdbint.texinfo (Host Conditionals): Remove mention of
6107 ALIGN_STACK_ON_ENTRY.
6108
6109 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6110
6111 * gdbint.texinfo (Start of New Year Procedure): Add item
6112 describing how to update the source and documentation copyright
6113 notices.
6114
6115 2007-12-18 Jim Blandy <jimb@codesourcery.com>
6116
6117 * gdb.texinfo (Set Watchpoints): Integrate per-thread
6118 watchpoint explanation into the main description of the watchpoint
6119 command; update synopses of 'watch', 'rwatch', and 'awatch'
6120 commands.
6121
6122 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
6123
6124 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6125 Document 'pending-breakpoints' feature of
6126 -list-features.
6127
6128 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
6129
6130 * gdb.texinfo: Add new parameter's description.
6131
6132 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
6133
6134 * gdb.texinfo (Overview): Clarify run-length encoding
6135 example. Remove the restriction on "+" and "-" characters.
6136
6137 2007-12-15 Eli Zaretskii <eliz@gnu.org>
6138
6139 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6140
6141 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
6142
6143 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6144 the -f option for -break-insert, remove -r option,
6145 and clarify specification of location.
6146
6147 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6148
6149 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6150 formatting.
6151 (Remote Debugging): Add File Transfer section.
6152 (Remote Configuration): Document Host I/O packets.
6153 (GDB/MI): Add GDB/MI File Transfer Commands section.
6154 (Host I/O Packets): New section in "Remote Protocol".
6155 (Packets): Add vFile.
6156
6157 2007-11-17 Eli Zaretskii <eliz@gnu.org>
6158
6159 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6160 breakpoints with multiple locations.
6161 (Breakpoint Menus): Improve wording.
6162 (Output): Fix last change.
6163
6164 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
6165
6166 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6167
6168 2007-11-15 Doug Evans <dje@google.com>
6169
6170 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6171
6172 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
6173
6174 * gdbint.texinfo (Native Conditionals): Remove
6175 mention of CLEAR_SOLIB.
6176
6177 2007-11-11 Joel Brobecker <brobecker@adacore.com>
6178
6179 * gdb.texinfo (Print Settings): Add documentation for "set/show
6180 print frame-arguments".
6181
6182 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
6183
6184 * gdb.texinfo (Output): Update printf command's description.
6185
6186 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6189 powerpc soft-float".
6190
6191 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * gdb.texinfo (Files): Correct formatting. Mention Expat
6194 requirement.
6195 (Requirements for Building GDB): Expand the list of Expat
6196 uses.
6197 (Library List Format, Memory Map Format): Mention Expat.
6198 (Target Descriptions): Update Expat wording.
6199
6200 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6201
6202 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6203 Document that gdbarch_convert_register_p should return zero for no-op
6204 conversions.
6205
6206 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
6207
6208 * gdbint.texi (Compiler Characteristics): Move documentation
6209 of set_gdbarch_sofun_address_maybe_missing back to ...
6210 (Target Conditionals): ... here to fix build break.
6211
6212 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6213
6214 * gdbint.texi (Target Conditionals): Remove documentation of
6215 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6216 (Compiler Characteristics): ... documentation of
6217 set_gdbarch_sofun_address_maybe_missing.
6218
6219 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6220
6221 * gdbint.texinfo (Target Conditionals): Use
6222 frame_unwind_register_unsigned in examples instead of
6223 frame_unwind_unsigned_register.
6224
6225 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6226
6227 * gdb.texinfo (Predefined Target Types): Add int128
6228 and uint128.
6229 (Standard Target Features): Add PowerPC features.
6230
6231 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6232
6233 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6234
6235 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6236
6237 * gdbint.texi (Target Conditionals): Remove documentation
6238 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6239 gdbarch_extract_return_value, and gdbarch_store_return_value.
6240
6241 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6242
6243 * gdbint.texi (Target Conditionals): Remove documentation of
6244 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6245
6246 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
6247
6248 * gdb.texinfo: Mention that inaccessible-by-default is on by
6249 default.
6250
6251 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6252
6253 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6254
6255 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6256
6257 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6258 multi-threaded watchpoints.
6259 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6260 checked. Describe sticky notification. Expand description
6261 of steppable and continuable watchpoints.
6262 (Watchpoints and Threads): New subsection.
6263
6264 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6265
6266 * gdb.texinfo (Setting Breakpoints): Revise
6267 documentation for pending breakpoints. Document
6268 breakpoints with multiple locations.
6269
6270 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6271
6272 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6273 Document -list-features.
6274
6275 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6276
6277 * gdb.texinfo (Output): Spell out which features of C's printf are
6278 not supported by GDB's printf.
6279 (Separate Debug Files): More accurate wording regarding build ID
6280 and a reference to the ld manual rather than the Fedora wiki.
6281
6282 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6283 Jim Blandy <jimb@codesourcery.com>
6284
6285 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6286 (Examining Memory): Update mentions of the 's' format.
6287 (Automatic Display): Likewise.
6288
6289 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6290
6291 * gdb.texinfo: Update the FSF's Back-Cover Text.
6292
6293 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6294 Eli Zaretskii <eliz@gnu.org>
6295
6296 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6297 Fixed the ``build ID'' name. New binaries build instructions for the
6298 build ID inclusion. Explain how the commands are specific to the build
6299 ID vs. debug link.
6300
6301 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6304 indexing for ``build ID'' support.
6305
6306 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6307
6308 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6309 Enlisted BUILD ID to the debug file searching example.
6310 Included a BUILD ID `.note.gnu.build-id' section description.
6311 Updated/added the debug files splitting instructions for OBJCOPY.
6312
6313 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6314
6315 * gdb.texinfo (Variable Objects): Adjust docs
6316 for -var-info-expression and document
6317 -var-info-path-expression.
6318
6319 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6320
6321 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6322 (title page): Include the dedication in the printed manual, as a
6323 separate page after the copyright notice.
6324
6325 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6326 don't break a @var across a line.
6327
6328 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6329
6330 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6331 for include files.
6332
6333 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6334
6335 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6336 in annotate.texinfo.
6337 (Command History): Link to new node.
6338
6339 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6340
6341 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6342
6343 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6344
6345 * gdbint.texinfo (Target Conditionals): Fix last change.
6346
6347 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6348
6349 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6350 routines:
6351 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6352 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6353 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6354 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6355 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6356 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6357 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6358 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6359 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6360 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6361 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6362 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6363 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6364 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6365 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6366 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6367 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6368 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6369 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6370 (SOFTWARE_SINGLE_STEP_P)
6371
6372 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6373 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6374
6375 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6376 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6377 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6378 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6379 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6380 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6381 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6382 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6383 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6384 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6385
6386 (Converting an existing Target Architecture to Multi-arch): Remove
6387 section.
6388
6389 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6390 (gdbarch_addr_bits_remove): Add code example.
6391
6392 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6393
6394 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6395
6396 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6397 Add other missing entries. Adjust the table size to fit.
6398 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6399 stop reasons including the new "library" event.
6400 (General Query Packets): Adjust table widths for qSupported. Mention
6401 qXfer:libraries:read reply to qSupported and document the new packet.
6402 (Library List Format): New section.
6403
6404 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6405
6406 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6407
6408 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6409
6410 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6411
6412 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6413
6414 * gdbint.texinfo (Register and Memory Data): Break sections
6415 into nodes and add a menu.
6416
6417 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6418
6419 * gdb.texinfo (Examining Memory): Document the new behaviour.
6420
6421 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6422
6423 * gdb.texinfo (Standard Target Features): Document
6424 m68k features.
6425
6426 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6427
6428 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6429
6430 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6431
6432 * gdb.texinfo (Target Description Format): Add version attribute
6433 for <target>.
6434
6435 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6436
6437 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6438
6439 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6440
6441 * gdb.texinfo (MIPS Features): New subsection.
6442
6443 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6444 Markus Deuling <deuling@de.ibm.com>
6445
6446 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6447 and qXfer:spu:write packets and mention them under qSupported.
6448
6449 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6450 Markus Deuling <deuling@de.ibm.com>
6451
6452 * gdb.texinfo (Architectures): Add new SPU section to document
6453 Cell Broadband Engine SPU architecture specific commands.
6454
6455 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6456
6457 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6458 comments.
6459
6460 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6461
6462 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6463
6464 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6465
6466 * gdb.texinfo (Overview): Doc fix.
6467
6468 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6469
6470 * gdb.texinfo (Remote Configuration): Document "set/show
6471 remoteflow".
6472
6473 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.texinfo (MIPS): Remove documentation for set mips
6476 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6477 stack-arg-size.
6478
6479 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6480
6481 * all-cfg.texi (GDBTUI): New.
6482 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6483 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6484 (TUI Configuration): Edit to improve clarity and fix problems of
6485 both style and content.
6486
6487 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6488
6489 * observer.texi (GDB Observers): New observer "new_objfile".
6490
6491 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6492
6493 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6494
6495 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6496
6497 * gdb.texinfo (GDB/MI Variable Objects): Document
6498 frozen variables objects.
6499
6500 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6501
6502 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6503 (Character Sets, Caching Data of Remote Targets): Likewise.
6504 (Targets): Delete Remote node. Move its text...
6505 (Debugging Remote Programs): ...to here. Delete description
6506 of the "remote" command.
6507 (Remote configuration): Delete description of "set remotedevice"
6508 and "show remotedevice".
6509 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6510
6511 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6512
6513 * gdb.texinfo (Contributors, Continuing and Stepping)
6514 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6515 (General Query Packets, File-I/O Remote Protocol Extension)
6516 (Protocol Basics, The F Reply Packet, Write)
6517 (Protocol-specific Representation of Datatypes, Memory Transfer):
6518 Fix hyphenation, punctuation and grammar problems.
6519 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6520 'section' instead of 'subsection' in the text.
6521 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6522 (i386): Remove period from section name.
6523 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6524 (Config Names, Configure Options): Use @file{configure}.
6525
6526 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6527
6528 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6529 and tab expansion.
6530
6531 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6532
6533 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6534
6535 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6536
6537 * gdb.texinfo: Consistently capitalize all significant words in
6538 node names, chapter titles, section titles, and headings. Update
6539 cross references to match.
6540 (Starting and Stopping Trace Experiment): Make node name plural.
6541 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6542
6543 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6544
6545 * gdb.texinfo (WinCE): Delete obsolete subsection.
6546
6547 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6548
6549 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6550 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6551 references.
6552
6553 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6554
6555 * gdb.texinfo (Startup): Delete references to some alternate
6556 names for .gdbinit.
6557 (Thread): Remove LynxOS reference.
6558 (Tandem ST2000): Delete target-specific documentation.
6559 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6560 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6561 and GDB_OSABI_LYNXOS.
6562
6563 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6564
6565 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6566
6567 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6568
6569 * gdbint.texinfo (Target Conditionals): Remove mention of
6570 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6571 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6572
6573 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6574
6575 * Makefile.in: Add "pdfdir" installation
6576 directory, PDFTEX macro, support for "install-pdf" target,
6577 and rules for making a pdf version of refcard.texi.
6578 * refcard.tex: Specify paper size for PDF output.
6579
6580 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6581
6582 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6583
6584 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6585
6586 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6587 (Source Path, Character Sets, Macros, Define)
6588 (GDB/MI Result Records, GDB/MI Simple Examples)
6589 (GDB/MI Program Execution, GDB/MI File Commands)
6590 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6591 (Bug Reporting): Use @value{GCC}.
6592
6593 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6594
6595 * gdb.texinfo (Help): Fix formatting of examples.
6596 (Variables): Use @ifnotinfo instead of @iftex.
6597 (Non-debug DLL symbols): Use @ref instead of @pxref.
6598 (Sparclet File): Use @samp instead of quotes.
6599
6600 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6601
6602 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6603
6604 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6605
6606 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6607 the order of the nodes.
6608 (C Operators, C Constants, Debugging C): Remove extra menus.
6609 (Method Names in Commands): Do not specify next/prev/up nodes.
6610
6611 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6612
6613 * gdb.texinfo (File Options): Add missing parenthesis.
6614 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6615
6616 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6617
6618 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6619
6620 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6621
6622 * gdb.texinfo (Standard Target Features): Mention
6623 case insensitivity.
6624 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6625
6626 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6627
6628 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6629 (Files): Add section name to argument list for pxref.
6630 (Non-debug DLL symbols): Don't use `see' for pxref.
6631 (Embedded Processors): Fix typo.
6632 (GDB/MI Breakpoint Commands): Execution commands generate
6633 *stopped not ^done.
6634
6635 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6636
6637 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6638 values for in_scope. Mention that only root variables can be
6639 updated.
6640 (GDB/MI Development and Front Ends): Explain new values may be
6641 added to existing fields.
6642
6643 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6644
6645 * gdb.texinfo (-target-disconnect): Use @smallexample.
6646 (Requirements): Add anchor for Expat. Update description.
6647 (Target Descriptions): Mention Expat.
6648 (Target Description Format): Document new elements. Use
6649 @smallexample.
6650 (Predefined Target Types, Standard Target Features): New sections.
6651 * gdbint.texinfo (Target Descriptions): New section.
6652
6653 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.texinfo (Target Description Format): Add section on XInclude.
6656
6657 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6658
6659 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6660 command -enable-timings.
6661
6662 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6663
6664 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6665 descriptions for new/deleted elements in gdb_osabi. Add missing
6666 description for function generic_elf_osabi_sniff_abi_tag_sections.
6667
6668 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6669
6670 * gdb.texinfo (Maintenance Commands): Add documentation for
6671 the new "maint print target-stack" command.
6672
6673 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6674 Eli Zaretskii <eliz@gnu.org>
6675
6676 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6677
6678 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6679
6680 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6681 Use @value{NGCC} instead of @value{GCC}.
6682
6683 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6684
6685 * agentexpr.texi: Fix typos.
6686 * annotate.texinfo: Likewise.
6687 * gdb.texinfo: Likewise.
6688 * gdbint.texinfo: Likewise.
6689 * observer.texi: Likewise.
6690 * stabs.texinfo: Likewise.
6691
6692 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6693
6694 * gdbint.texinfo (Support Libraries): Remove mmalloc
6695 entry. Describe readline library.
6696
6697 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6698
6699 * gdb.texinfo (Target Descriptions): New section.
6700 (General Query Packets): Add QPassSignals anchor. Mention
6701 qXfer:features:read under qSupported. Expand mentions of
6702 qXfer:memory-map:read and QPassSignals. Document
6703 qXfer:features:read.
6704
6705 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6706
6707 * gdb.texinfo (Commands to specify files): Describe
6708 "set sysroot" and "show sysroot".
6709 (Using the `gdbserver' program): Lowercase argument
6710 to @var. Expand description of setting up GDB on the
6711 host.
6712
6713 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6714
6715 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6716 catch exception, catch exception unhandled, and catch assert
6717 commands.
6718
6719 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6720
6721 * gdb.texinfo (Debugging Output): Document "set debug xml"
6722 and "show debug xml".
6723
6724 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6725
6726 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6727
6728 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6729
6730 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6731
6732 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6733
6734 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6735 note in @ignore, to be removed later if nobody complains.
6736
6737 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6738
6739 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6740 of -var-delete.
6741
6742 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6743
6744 * gdb.texinfo (Setting breakpoints): Document
6745 automatic software/hardware breakpoint usage and
6746 the "set breakpoint auto-hw" command.
6747
6748 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6749
6750 * gdb.texinfo (Memory Access Checking): New.
6751
6752 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.texinfo (Remote configuration): Mention
6755 "pass-signals-packet".
6756 (General Query Packets): Document QPassSignals. Fix
6757 a typo.
6758
6759 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6760
6761 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6762
6763 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 * gdb.texinfo (Remote configuration): Rewrite documentation for
6766 packet configuration commands.
6767 (OS Information): Adjust reference to qXfer:auxv:read.
6768 (General Query Packets): Remove references to read-aux-vector-packet
6769 and set remote get-thread-local-storage-address.
6770
6771 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 * gdbint.texinfo (Target Architecture Definition): Add new
6774 Initializing a New Architecture section.
6775
6776 2006-10-31 David Taylor <dtaylor@emc.com>
6777
6778 * stabs.texinfo (Macro define and undefine): New node describing
6779 stabs for #define and #undef.
6780
6781 2006-10-27 Andreas Schwab <schwab@suse.de>
6782
6783 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6784
6785 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6786
6787 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6788 clarify on the possible meanings of ``expression'' watched by
6789 watchpoints. Add indexing.
6790 (Prompting, Errors, Invalidation, Annotations for Running)
6791 (Source Annotations): Fix index entries by adding "annotation" to
6792 them, to discriminate from index entries that point to the more
6793 general topic descriptions.
6794
6795 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6796
6797 * gdbint.texinfo (Target Vector Definition): Move most
6798 content into Existing Targets. Add a menu.
6799 (Existing Targets): New section, moved from Target Vector
6800 Definition. Use @subsection.
6801 (Managing Execution State): New section.
6802
6803 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6804
6805 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6806
6807 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6808
6809 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6810 (Command Syntax, Signals, Backtrace, Connecting)
6811 (Remote configuration, Renesas Boards, Console I/O): Fix last
6812 change: use Ctrl- instead of C-, except wrt Emacs.
6813 (File-I/O Examples): Put Ctrl-c in @kbd.
6814 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6815 (Console I/O): Use @samp with Ctrl-.
6816 (Signals, Set Breaks, Set Watchpoints): Document optional
6817 arguments to `info signals' `handle', `info breakpoints', and
6818 `info watchpoints'.
6819
6820 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6821
6822 * gdb.texinfo (Backtrace): Fix last change.
6823
6824 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6825
6826 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6827
6828 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6829
6830 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6831 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6832 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6833
6834 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6835 Daniel Jacobowitz <dan@codesourcery.com>
6836
6837 * gdb.texinfo (Packets): Document vFlashErase,
6838 vFlashWrite and vFlashDone packets.
6839 (General Query Packets): Document qXfer:memory-map:read.
6840 Add a new feature for qXfer:memory-map:read.
6841 (Memory map format): New section.
6842 (Target Commands): Mention that gdb can write flash.
6843
6844 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6845 Daniel Jacobowitz <dan@codesourcery.com>
6846
6847 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6848 memory regions and "mem auto".
6849
6850 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6851
6852 * gdbint.texinfo (Array Containers): New section.
6853
6854 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6855
6856 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6857 -stack-list-arguments HIGH_FRAME argument can be larger then the
6858 actual number of frames.
6859
6860 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6861
6862 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6863 -stack-list-locals HIGH_FRAME argument can be larger then the
6864 actual number of frames.
6865
6866 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6867
6868 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6869 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6870
6871 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6872
6873 * gdbint.texinfo (Overall Structure): New section "Source Tree
6874 Structure".
6875
6876 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6877
6878 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6879 responses.
6880
6881 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdb.texinfo (Source Path): Add documentation for new
6884 substitute-path commands.
6885
6886 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6887
6888 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6889 (Running Configure): ...here.
6890 (Requirements): New node. Mention expat.
6891
6892 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6893
6894 * gdb.texinfo (Target Commands): Remove
6895 'set download-write-size' and 'show download-write-size'.
6896
6897 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6898
6899 * stabs.texinfo (Member Type Descriptor): Correct example for
6900 pointer to member types.
6901
6902 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6903
6904 * gdb.texinfo (Optional warnings and messages): Add
6905 'set/show trace-commands'.
6906 (Command files): Add '-v' to source command.
6907
6908 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6909
6910 * gdb.texinfo (OS Information): Update qPart reference to
6911 qXfer.
6912 (Remote configuration): Likewise.
6913 (Overview): Move @cindex to the start of a paragraph. Talk
6914 about binary data encoding.
6915 (Packets): Refer to the overview for the details of the X
6916 packet encoding.
6917 (General Query Packets): Remove qPart description. Add qXfer
6918 description. Add an anchor to qSupported. Correct feature
6919 table title. Add a new feature for qXfer:auxv:read.
6920 (Interrupts): Add a missing parenthesis.
6921
6922 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6923
6924 * gdb.texinfo (KOD): Remove node.
6925 (GDB/MI Kod Commands): Remove commented out node.
6926
6927 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6928
6929 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6930 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6931 (GDB/MI Thread Commands, GDB/MI Program Execution)
6932 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6933 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6934 (GDB/MI File Commands, GDB/MI Target Manipulation)
6935 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6936 since the MI prompt is hard-wired into the code.
6937
6938 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6939
6940 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6941 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6942 (GDB/MI Data Manipulation): Remove description of unimplemented
6943 display related commands as variable objects perform this function
6944 and are superior: -display-delete, -display-disable,
6945 -display-enable, -display-insert and -display-list. Move
6946 -environment-cd, -environment-directory, -environment-path
6947 and -environment-pwd to "Program Context".
6948 (GDB/MI Program Control): Rename to "Program Execution". Move
6949 -exec-arguments -exec-abort to...
6950 (GDB/MI Program Context): ...here. New node split from "Data
6951 Manipulation".
6952
6953 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6954
6955 * gdb.texinfo (Remote configuration): Document set / show
6956 remote supported-packets.
6957 (General Query Packets): Document qSupported packet.
6958
6959 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6960
6961 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6962 and font markup.
6963 (Protocol basics): Likewise.
6964 (The F request packet): Likewise.
6965 (The F reply packet): Likewise.
6966 (Memory transfer): Move this node to be a subsubsection of
6967 "Protocol specific representation of datatypes".
6968 (The Ctrl-C message): More copy editing.
6969 (Console I/O): Likewise.
6970 (The isatty call): Delete this node, and merge its content into
6971 the "isatty" node. Fixed references elsewhere.
6972 (The system call): Delete this node, and merge its content into
6973 the "system" node. Fixed references elsewhere.
6974 (open): Reformat to use @table, and add appropriate font markup.
6975 (close): Likewise.
6976 (read): Likewise.
6977 (write): Likewise.
6978 (lseek): Likewise.
6979 (rename): Likewise.
6980 (unlink): Likewise.
6981 (stat/fstat): Likewise.
6982 (gettimeofday): Likewise.
6983 (isatty): Likewise.
6984 (system): Likewise, plus minor changes to fix confusing wording.
6985 (Integral datatypes): Fix font markup.
6986 (Pointer values): Likewise.
6987 (struct stat): Fix markup to use @table, plus minor copy editing.
6988 (struct timeval): Fix font markup, plus minor copy editing.
6989 (Constants): Minor copy editing.
6990 (Errno values): Add font markup.
6991 (File-I/O Examples): Likewise.
6992
6993 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6994
6995 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6996 (GDB/MI Simple Examples): Move node up one level. Use real
6997 examples.
6998 (GDB/MI Compatibility with CLI): Update.
6999 (GDB/MI Result Records): Add "connected" and "exit" result
7000 classes.
7001 (GDB/MI Stream Records): Clarify target output.
7002 (GDB/MI Command Description Format): Modify example description.
7003 (GDB/MI Breakpoint Table Commands): Rename to...
7004 (GDB/MI Breakpoint Commands): ...this
7005 (GDB/MI Breakpoint Commands): Add optional thread field.
7006 (GDB/MI Program Control): Add an introduction. Move "Program
7007 termination" examples into exec-run description.
7008 (GDB/MI File Commands): Mention similar CLI commands.
7009 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
7010 is similar to "-gdb-version".
7011
7012 2006-06-09 Eli Zaretskii <eliz@gnu.org>
7013
7014 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7015
7016 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
7017
7018 * gdb.texinfo (GDB/MI Development and Front Ends): Use
7019 sourceware.org for mailing lists.
7020 (GDB/MI File Commands): New node split from Program Control.
7021
7022 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
7023
7024 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7025
7026 2006-05-22 Eli Zaretskii <eliz@gnu.org>
7027
7028 * gdb.texinfo (Cygwin Native): Fix last change.
7029
7030 2006-05-22 Christopher Faylor <cgf@timesys.com>
7031
7032 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7033
7034 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
7035
7036 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7037 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7038
7039 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7040
7041 * gdb.texinfo (General Query Packets): Recommend not starting
7042 new packets with qC and clarify.
7043
7044 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
7045
7046 * gdb.texinfo (M2 Types): New section.
7047
7048 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
7049
7050 * agentexpr.texi: Add a copyright and license notice.
7051 * observer.texi: Likewise, with GPL clause for function prototypes.
7052 Remove trailing whitespace.
7053
7054 2006-05-05 Jim Blandy <jimb@codesourcery.com>
7055
7056 * gdb.texinfo (General Query Packets): Document conventions for
7057 terminating packet names, and their violations.
7058
7059 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7060
7061 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7062 * gdb.texinfo: Likewise.
7063
7064 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7065
7066 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7067 and "show remotedebug".
7068 (Debugging Output): Add additional index entries.
7069
7070 2006-04-27 Michael Snyder <msnyder@redhat.com>
7071
7072 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7073
7074 2006-04-22 Andrew Cagney <cagney@redhat.com>
7075
7076 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7077 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7078
7079 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7082 and remove breakpoint prototypes.
7083 (Watchpoints): Move description of target_insert_hw_breakpoint and
7084 target_remove_hw_breakpoint ...
7085 (Breakpoints): ... to here. Document target_insert_breakpoint and
7086 target_remove_breakpoint.
7087
7088 2006-04-17 Jim Blandy <jimb@codesourcery.com>
7089
7090 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7091 and C packets are optional.
7092
7093 2006-04-14 Frederic Riss <frederic.riss@st.com>
7094
7095 * gdb.texinfo (Specifying source directories): Update the description
7096 of the source file search to reflect the fact that the source path
7097 always contains at least $cdir and $cwd.
7098
7099 2006-03-31 Michael Snyder <msnyder@redhat.com>
7100
7101 * gdb.texinfo: Update copyright dates.
7102
7103 2006-03-31 Eli Zaretskii <eliz@gnu.org>
7104
7105 * gdb.texinfo (Overview): Add an index entry to "empty response".
7106
7107 2006-03-28 Jim Blandy <jimb@codesourcery.com>
7108
7109 * gdbint.texinfo (Prologue Analysis): New section.
7110
7111 2006-03-07 Jim Blandy <jimb@red-bean.com>
7112
7113 * gdb.texinfo (Connecting): Document 'target remote pipe'.
7114
7115 * gdb.texinfo (Target Commands): Update text describing how to
7116 specify a target. Refer to the detailed section on remote
7117 debugging, not the brief mention.
7118
7119 * gdb.texinfo (Connecting): Organize the different 'target remote'
7120 connection methods into a table. Add a 'target remote' index
7121 entry. (!!!)
7122
7123 2006-02-17 Fred Fish <fnf@specifix.com>
7124
7125 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7126 'ptype' commands to reflect the fact that the only significant
7127 difference between them is that ptype prints the complete type
7128 description instead of just the name.
7129
7130 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
7131
7132 * gdbint.texinfo (Watchpoints): Delete
7133 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7134
7135 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7138 times fields where needed. Fix typos. Update general form given
7139 for output of -break-insert.
7140 (GDB/MI): Abbreviate some unnecessarily long fullnames.
7141
7142 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
7143
7144 * gdbint.texinfo (Symbol Handling): Add a section
7145 on memory management.
7146
7147 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7148
7149 * gdb.texinfo (Breakpoint table commands): Document the fullname
7150 field in -break-list output.
7151
7152 2006-02-03 Eli Zaretskii <eliz@gnu.org>
7153
7154 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
7155 debugging information produced by the various "set debug..."
7156 options.
7157
7158 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7159
7160 * gdb.texinfo (Files): Remove obsolete bits from the description
7161 of "symbol-file".
7162
7163 2006-01-25 Jim Blandy <jimb@redhat.com>
7164
7165 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7166
7167 2006-01-24 Jim Blandy <jimb@redhat.com>
7168
7169 * gdbint.texinfo (Frames): Document the basics of GDB's register
7170 unwinding model, and explain the existence of the "sentinel" frame.
7171
7172 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
7173
7174 * gdb.texinfo (Choosing files): Mention that -directory is used
7175 for script files.
7176 (Specifying source directories): Likewise.
7177 (Command files): Explain how script files are found.
7178
7179 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7180
7181 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7182 the threads in a multi-threaded program.
7183 (Threads): The threadno argument of "thread apply" can be a range
7184 of numbers.
7185
7186 2006-01-18 Jim Blandy <jimb@redhat.com>
7187
7188 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7189 of warning flags.
7190
7191 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7192
7193 * gdb.texinfo (Sequences): Improve menu annotations.
7194 (Define): Add index entries for arguments of user-defined
7195 commands. Move the description of flow-control commands...
7196 (Command Files): ...to here. Document loop_break and
7197 loop_continue.
7198 (Define, Command Files): Document `end' and add index entries for
7199 it.
7200
7201 2006-01-04 Michael Snyder <msnyder@redhat.com>
7202
7203 * gdb.texinfo: Add documentation for linux-fork.
7204 * gdbint.texinfo: Add internal documentation for checkpoints.
7205
7206 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
7207
7208 * gdb.texinfo (Omissions from Ada): Document that there is now
7209 limited aggregate support.
7210
7211 2005-12-28 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7214 registers and the likes.
7215
7216 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7217
7218 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7219 (Symbols): Fix usage of "e.g.".
7220 (Memory Region Attributes): Fix usage of "etc."
7221
7222 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7223 (Coding): Fix usage of "e.g.".
7224
7225 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7226
7227 * stabs.texinfo:
7228 * refcard.tex:
7229 * gpl.texi:
7230 * gdbint.texinfo:
7231 * gdb.texinfo:
7232 * gdb-cfg.texi:
7233 * fdl.texi:
7234 * annotate.texinfo:
7235 * all-cfg.texi:
7236 * Makefile.in: Add (C) after Copyright. Update the FSF
7237 address.
7238
7239 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7240
7241 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7242 extend GDB with commands for external monitor.
7243
7244 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7245
7246 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7247
7248 2005-11-25 Joel Brobecker <brobecker@adacore.com>
7249
7250 * gdbint.texinfo (Start of New Year Procedure): New chapter.
7251
7252 2005-11-21 Jim Blandy <jimb@redhat.com>
7253
7254 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7255 placement of 'R' actions in tracepoint action packets; document
7256 dependence of 'X' and 'M' actions on a preceding 'R' action for
7257 their registers.
7258
7259 2005-11-19 Jim Blandy <jimb@redhat.com>
7260
7261 * gdb.texinfo (Tracepoint Packets): New node.
7262 (General Query Packets): Add entries for the tracepoint packets,
7263 referring to the "Tracepoint Packets" node.
7264 (Tracepoints): Add reference to "Tracepoint Packets".
7265
7266 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7267
7268 * gdb.texinfo (set remotebreak): Add anchor.
7269 (X packet): Likewise.
7270 (Remote Protocol): Add new section `Interrupts' and new index
7271 entry `interrupts (remote protocol)'.
7272
7273 2005-11-18 Jim Blandy <jimb@redhat.com>
7274
7275 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7276 entries into the General Query Packets section. Add a
7277 cross-reference to that section. Drop description of replies, as
7278 these are covered in the descriptions of each packet.
7279 (General Query Packets): Add introductory text. Explain naming
7280 conventions, and how the end of a name is recognized.
7281
7282 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7283
7284 * gdb.texinfo (Remote configuration): Fix typo in description of
7285 "set remotebreak" command.
7286
7287 2005-11-16 Jim Blandy <jimb@redhat.com>
7288
7289 * gdb.texinfo (Packets, Stop Reply Packets)
7290 (General Query Packets): Various formatting cleanups.
7291 - Use @samp for packet contents.
7292 - Drop summaries from packet @item lines; the same information appears
7293 immediately below in the description.
7294 - Delete paragraph breaks after packet @item commands, so that the
7295 description appears directly to the right of the packet prototype
7296 in the printed manual, if it fits.
7297 - Place spaces in packet prototypes between @vars and non-@var
7298 letters, and explain that they're just for formatting.
7299 - Use @dots{} instead of '...'.
7300 - Fix uses of @code where @var was needed.
7301 - Replace "deprecated" markers with English text spelling out the
7302 packet's status and the preferred alternatives.
7303 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7304 what this ever meant.
7305 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7306 this for a long time.
7307 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7308 implemented several times, and have been in use for years.
7309
7310 2005-11-15 Jim Blandy <jimb@redhat.com>
7311
7312 * gdb.texinfo (Packets): Add index entries for 'm' packet
7313 disclaimers.
7314
7315 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7316 of stub when processing an 'm' packet.
7317
7318 * gdb.texinfo (Packets): Mention that packets beginning with
7319 letters are reserved once, at the top, instead of actually listing
7320 them all and saying "reserved".
7321
7322 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7323
7324 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7325 Change @var{$arg0 to @code{$arg0.
7326
7327 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7328
7329 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7330
7331 2005-11-12 Jim Blandy <jimb@redhat.com>
7332
7333 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7334 order. Remove extraneous 'z'.
7335
7336 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7337
7338 * gdb.texinfo (Choosing files): Add --eval-command.
7339
7340 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7341
7342 * gdb.texinfo (Choosing modes): Add --return-child-result.
7343
7344
7345 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7346
7347 * gdb.texinfo (Choosing modes): Add --batch-silent.
7348
7349 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7350
7351 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7352 "The -var-update Command".
7353
7354 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7355
7356 * gdb.texinfo (Print Settings): Add documentation for set/show
7357 print array-indexes.
7358
7359 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7360
7361 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7362 6.2 and 6.3.
7363
7364 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7365
7366 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7367 since 19-Jan-2004.
7368 (Files): Likewise.
7369 (Variables, Symbols): Document the "<incomplete type>" message and
7370 its reasons.
7371
7372 2005-08-01 Fred Fish <fnf@specifix.com>
7373
7374 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7375
7376 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7377
7378 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7379 option for -var-list-children and -var-update.
7380 (GDB/MI Stack Manipulation): Simplify description of
7381 print-values option for -stack-list-locals.
7382 (GDB/MI Command Description Format): Clarify.
7383 (Mode Options): Spelling of superseded.
7384
7385 2005-07-12 Bob Rossi <bob@brasko.net>
7386
7387 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7388 corresponding GDB command comment.
7389
7390 2005-07-06 Bob Rossi <bob@brasko.net>
7391
7392 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7393 and -inferior-tty-show.
7394 (Input/Output): Document "set/show inferior-tty" and tty alias.
7395
7396 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7397
7398 * gdb.texinfo (Packets): Change description of 'D' packet to note
7399 that GDB does wait for a response.
7400
7401 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7402
7403 * gdb.texinfo (History) Rename "Command History".
7404 (Command History): Move node "Server Prefix" from section on
7405 Annotations here.
7406
7407 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7408
7409 * gdb.texinfo (GDB/MI Stack Manipulation):
7410 Re-instate -stack-info-frame with example. Say that it gets
7411 info on selected frame, not current frame.
7412
7413 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7414
7415 * gdb.texinfo (Server): Clarify that `file' should be used before
7416 connecting to the server.
7417 (Files): Add an xref to the above description.
7418 (Output Formats): More detailed description of the `c' format.
7419 (Memory): List explicitly all the formats supported by `x'.
7420 (Threads): Add an @cindex entry for "thread apply".
7421 (Files): Document the possibility of loading unlinked object
7422 files. Add more indexing for solib-absolute-prefix and
7423 --with-sysroot.
7424 (Machine Code): Document possible problems with locations in
7425 shared libraries.
7426 (Backtrace): Document that free-standing environments do not need
7427 to have a `main' function.
7428
7429 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7430
7431 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7432 -stack-info-frame.
7433
7434 2005-06-07 Andrew Cagney <cagney@gnu.org>
7435
7436 * gdb.texinfo (Contributors): Note the original multi-arch
7437 contributors.
7438
7439 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7440
7441 * gdb.texinfo (Registers): Add index entries for the standard
7442 registers.
7443 (Frames): Add cross-reference from frame pointer description to
7444 the Registers node.
7445 (Annotations Overview): Fix the reference to GDB name.
7446
7447 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7448
7449 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7450 can-use-hw-watchpoints.
7451
7452 2005-05-28 Bob Rossi <bob@brasko.net>
7453
7454 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7455 the possible reasons why an exec async record would be returned to FE.
7456
7457 2005-05-26 Andrew Cagney <cagney@gnu.org>
7458
7459 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7460 Andrew Cagney implemented the original GDB/MI.
7461
7462 2005-05-23 Orjan Friberg <orjanf@axis.com>
7463
7464 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7465 documentation. Add documentation for cris-mode.
7466
7467 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7468
7469 * gdb.texinfo (Numbers): Explain the example and make the wording
7470 more acurate.
7471
7472 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7473 Dennis Brueni <dennis@slickedit.com>
7474
7475 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7476 (GDB/MI Data Manipulation, GDB/MI Program Control)
7477 (GDB/MI Stack Manipulation): Update examples to include the fullname
7478 attribute in stack frames.
7479
7480 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7481
7482 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7483 do with other non-standard names of init files.
7484
7485 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7486
7487 * gdb.texinfo (Command Files): Move the description of the startup
7488 from here...
7489 (Startup): ...to this new subsection of the Invocation chapter.
7490 Rearrange the description of init files more logically and add a
7491 cross-reference to "Command Files". Document the special gdbinit
7492 name for CISCO 68k. Expand the description of what GDB does
7493 during startup.
7494 (History): Add index entry for HISTSIZE.
7495
7496 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7497
7498 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7499
7500 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7501
7502 * gdb.texinfo (SVR4 Process Information, The isatty call)
7503 (The system call): Don't use foo(N) notation for man pages and
7504 functions.
7505 (Compilation, DJGPP Native): Improve wording.
7506
7507 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7508
7509 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7510 were optimized away.
7511
7512 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7513
7514 * gdb.texinfo (Remote configuration): Document "set/show
7515 get-thread-local-storage-address". Add cross-reference to the
7516 description of the qGetTLSAddr packet.
7517 (General Query Packets): Mention "set remote
7518 get-thread-local-storage-address" and add a reference to its
7519 description.
7520
7521 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7522
7523 * gdb.texinfo (Backtrace): Describe 'bt full'.
7524
7525 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7526
7527 * gdb.texinfo (Mode Options): Fix typo.
7528 (GDB/MI): Describe how to invoke GDB/MI.
7529
7530 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7531
7532 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7533 references changed. Add description of "info udot".
7534 (Files): Document "set/show stop-on-solib-events".
7535 (M32R/D): Document "set/show download-path", "set/show
7536 board-address", "set/show server-address", "upload", "tload".
7537 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7538 "use_mon_code", "use_ib_break", "use_dbt_break".
7539 (Maintenance Commands): Improve indexing.
7540 (Target Commands): Document "set/show hash", "set/show debug
7541 monitor".
7542 (SVR4 Process Information): Document "info pidlist" and "info
7543 meminfo". Document "set/show procfs-tarce" and "set/show
7544 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7545 (Symbols, The Print Command with Objective-C): Improve indexing.
7546 (Objective-C): Add references to "info classes" and "info
7547 selectors".
7548 (Debugging Output): Improve wording. Document "set/show debug
7549 solib-frv". Fix "set/show debugvarobj".
7550 (Set Breaks): Add index entry for "hardware breakpoints".
7551 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7552 and "set/show usehardbreakpoints".
7553 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7554 monitor-prompt", "set/show monitor-warnings", "pmon".
7555 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7556 rdiromatzero", "set/show rdiheartbeat".
7557 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7558 "sds".
7559 (Embedded Processors): Document the "sim" command.
7560 (Remote): Document the "remote" command.
7561 (DJGPP Native): Document the "info serial" command.
7562 (Threads): Document "maint info sol-threads".
7563 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7564 (Set Breaks): Improve indexing.
7565 (Command Syntax): Add a reference to dont-repeat.
7566 (Define): Document "dont-repeat".
7567 (TUI Commands): Document "tabset".
7568 (WinCE): New subsection. Document "set/show remotedirectory",
7569 "set/show remoteupload", "set/show remoteaddhost".
7570
7571 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7572
7573 * gdb.texinfo (Hurd Native): New subsection, documents
7574 Hurd-specific commands.
7575 (Maintenance Commands): Add cross-reference to "Debugging Output".
7576 (Debugging Output): Document "set/show debug lin-lwp".
7577 (MIPS): Improve documentation of heuristic-fence-post. Document
7578 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7579 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7580 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7581 (ARM): Document ARM-specific commands.
7582 (AVR): New section. Document "info io_registers".
7583 (CRIS): New section. Document "set/show cris-version" and
7584 "set/show cris-dwarf2-cfi".
7585 (HPPA): New section. Document "set/show debug hppa" and "maint
7586 print unwind".
7587 (Neutrino): New subsection. Document "set/show debug nto-debug".
7588 (Super-H): New section. Document the "regs" command.
7589 (Debugging Output): Document "set/show debug aix-thread".
7590
7591 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7592
7593 * gdb.texinfo (Print Settings): Document "set/show print
7594 pascal_static-members", "set print repeats", "show print
7595 null-stop". Improve indexing. Fix documentation of "set print
7596 union".
7597 (Pascal): New section.
7598 (Supported languages): Rename from "Support"; all references
7599 updated. Add a menu item for Pascal.
7600 (Numbers): Document "set radix.
7601 (Screen Size): Document "set/show pagination".
7602 (MIPS Embedded): Remove "set processor" documentation.
7603 (Remote configuration): Document "set/show X/P/Z-packet",
7604 "set/show read-aux-vector-packet", "set/show remote
7605 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7606 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7607 remotedebug", "set/show remotebreak", "set/show remotedevice",
7608 "set/show remotelogfile".
7609 (Auxiliary Vector): Add reference to the description of the
7610 read-aux-vector-packet setting.
7611 (Set Watchpoints): Add a cross-reference to "set remote
7612 hardware-breakpoint-limit".
7613 (General Query Packets): Add indexing of requests and
7614 cross-references to related commands in "Remote configuration".
7615 (File-I/O Overview, The system call): Fix wording and typos.
7616 (Thread Stops): Add index entries.
7617 (Continuing and Stepping): Document "show step-mode".
7618 (i386): New node. Document "set/show struct-convention".
7619 (Files): Document "show trust-readonly-sections".
7620 (Calling): Document "set/show unwindonsignal".
7621 (Messages/Warnings): Add index entries.
7622 (Maintenance Commands): Document "set/show watchdog".
7623 (Annotations Overview): Document "show annotate".
7624 (Set Watchpoints): Add index entries.
7625 (Symbols): Fix doc of case-sensitive.
7626 (ABI): Document "show coerce-float-to-double".
7627 (Convenience Vars, Help): Improve indexing.
7628 (Machine Code): Document "show disassembly-flavor".
7629 (Debugging C plus plus): Document "show overload-resolution".
7630 (Value History, Signaling): Add index entries.
7631
7632 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7633
7634 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7635 (Processes): Fix wording.
7636 (History, List, Logging output, Define, Symbols, Print Settings):
7637 Improve indexing.
7638
7639 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7640
7641 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7642 redundant index entry for "target" command.
7643 (Backtrace): Add index entries.
7644 (Symbols, Fortran): Document the "set case-sensitive" command.
7645 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7646 (Print Settings): Add index entry for "set demangle-style".
7647 (Target Commands): Document "set download-write-size".
7648 (Debugging Output): Document "set exec-done-display".
7649
7650 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7651
7652 * gdb.texinfo (Files): Fix the name and documentation of
7653 add-shared-symbol-files. Document its alias assf. Update the
7654 list of OSs where GDB supports shared libraries. Fix markup.
7655 (Continuing and Stepping): Add reference to @var{location} in the
7656 text.
7657 (Dump/Restore Files): Fix reference to @{filename}.
7658 (Help): Fix wording.
7659 (Attach): Ditto.
7660 (Set Watchpoints): Ditto.
7661 (Backtrace): Remove redundant index entries. Improve index
7662 entries.
7663 (Delete Breaks): Fix wording.
7664 (Memory): Document the compare-sections command.
7665 (Memory Region Attributes): Improve wording.
7666 (Disabling): Improve wording.
7667 (Fortran): New subsection. Document the "info common" command.
7668 (Help): Document aliases "info copying" and "info warranty".
7669 (Caching Remote Data): New section. Document the "set/show
7670 remotecache" and "info dcache" commands.
7671 (Show): Fix wording of the documentation of the "set
7672 extension-language" command.
7673 (Signals): Add index entry for "info handle".
7674 (Memory Region Attributes): Fix punctuation.
7675 (Symbols): Change the arg name to "location" and refer to it in
7676 the text. Fix wording of "info types" doc.
7677 (Threads): Fix usage of @enumerate @item's.
7678 (Listing Tracepoints): Add index entry for "info tp".
7679 (Set Watchpoints): Add xref to "info break" description.
7680 (Macros): Add an index entry for "macro exp1". Document the
7681 "macro list" command.
7682 (Maintenance Commands): Document "flushregs", "maint agent",
7683 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7684 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7685 "maint print architecture", "maint print objfiles", "maint print
7686 statistics", "maint print type", "maint show-debug-regs", "maint
7687 space", "maint time", and "maint translate-address".
7688 (Connecting): Document the "monitor" command.
7689 (Annotations Overview): Describe the "set annotate" command.
7690
7691 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7692
7693 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7694 Rearrange index entries and improve wording about support for
7695 hardware watchpoints.
7696
7697 2005-03-10 Bob Rossi <bob@brasko.net>
7698
7699 * gdb.texinfo: Update copyright
7700
7701 2005-02-09 Theodore A. Roth <troth@openavr.org>
7702
7703 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7704 error.
7705
7706 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7707
7708 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7709
7710 2005-01-17 Michael Snyder <msnyder@redhat.com>
7711
7712 * gdb.texinfo: Fix spelling, infinte -> infinite.
7713
7714 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7715
7716 * observer.texi (GDB Observers): Document "solib_loaded".
7717
7718 2005-01-07 Andrew Cagney <cagney@gnu.org>
7719
7720 * configure.ac: Rename configure.in, require autoconf 2.59.
7721 * configure: Re-generate.
7722
7723 * configure.in: Replace configdirs with multiple references to
7724 AC_CONFIG_SUBDIRS.
7725 * configure: Re-generate.
7726
7727 2005-01-04 Andrew Cagney <cagney@gnu.org>
7728
7729 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7730 part of the version number.
7731
7732 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7733
7734 * gdbint.texinfo (Algorithms): Remove description of
7735 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7736
7737 2004-12-07 Jim Blandy <jimb@redhat.com>
7738
7739 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7740 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7741 numbers.
7742
7743 2004-12-07 Andreas Schwab <schwab@suse.de>
7744
7745 * gdb.texinfo (Mode Options): Document -l option.
7746
7747 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7748
7749 * gdbint.texinfo (Algorithms): More accurate description of
7750 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7751 is not needed unless data-read and data-access watchpoints are
7752 supported. Add a description of how GDB checks whether the
7753 inferior stopped because a watchpoint was hit.
7754
7755 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7756
7757 * gdb.texinfo (Files): Add cross-reference to description of
7758 -readnow command-line switch.
7759
7760 2004-11-10 Randolph Chung <tausq@debian.org>
7761
7762 * gdb.texinfo: Document set/show backtrace past-entry commands.
7763 Rearrange index entries for set/show backtrace past-main.
7764
7765 2004-11-10 Jon Beniston <jon@beniston.com>
7766
7767 Committed by Andrew Cagney <cagney@gnu.org>.
7768 * gdb.texinfo (Remote Serial Protocol): Further describe
7769 binary transfer escaping mechanism .
7770
7771 2004-11-08 Randolph Chung <tausq@debian.org>
7772
7773 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7774 and "show debug infrun". Add index entries.
7775
7776 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7777
7778 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7779 "info proc" that are already implemented. Add index entries.
7780 (Working Directory): Add a cross-reference to "info proc" command.
7781 (Files): Add a tip for decreasing memory used for symtabs from
7782 shared libraries.
7783 (Starting): Fix whitespace; make "elaboration" stand out where it
7784 is first used, and add an index entry for the term.
7785 (Calling): Expand and elaborate text. Add "print". Add the
7786 description of problems with weak aliases.
7787 (Core File Generation): New section.
7788
7789 2004-10-12 Andrew Cagney <cagney@gnu.org>
7790
7791 * gdbint.texinfo (Versions and Branches): New chapter.
7792 (Releasing GDB): Delete "Versions and Branches" section.
7793 (Top): Add "Versions and Branches".
7794
7795 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7796
7797 * gdb.texinfo (Editing, History): Add cross-references to the
7798 included Readline and History user documentation. Remove
7799 references to the symbol have-readline-appendices which is unused
7800 and undefined.
7801 (History): Fix indexing.
7802
7803 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7804
7805 * gdbint.texinfo (target_stopped_data_address): Update to
7806 new prototype.
7807 (i386_stopped_data_address): Update prototype and description.
7808 (i386_stopped_by_watchpoint): New function and description.
7809
7810 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7811
7812 * gdb.texinfo (Filenames): Add Ada suffixes.
7813 (Ada) New section.
7814
7815 2004-09-27 Andrew Cagney <cagney@gnu.org>
7816 Robert Picco <Robert.Picco@hp.com>
7817
7818 * gdb.texinfo (Packets): Document the "p" packet.
7819
7820 2004-09-21 Jason Molenda (jmolenda@apple.com)
7821
7822 * gdb.texinfo (Paths and Names of the Source Files): Document the
7823 meaning of values in the 'desc' field of a SO stab.
7824
7825 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7826
7827 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7828 max-cache-age" and "maint show dwarf2 max-cache-age".
7829
7830 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7831
7832 * gdb.texinfo (Set Breaks): Add index entry for setting
7833 breakpoints on overloaded C++ functions that are not members of
7834 any classes. Add an example and an index entry for setting
7835 breakpoints on all program functions.
7836 (Character Sets, Macros, Overlay Commands)
7837 (Non-debug DLL symbols, GDB/MI Output Syntax)
7838 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7839 Use "(@value{GDBP})" instead of a literal "(gdb)".
7840
7841 2004-09-12 Andrew Cagney <cagney@gnu.org>
7842
7843 * gdbint.texinfo (Native Debugging): Delete description of
7844 FILES_INFO_HOOK.
7845
7846 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7847
7848 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7849 to hex_string_custom (not historically correct, but more
7850 understandable, given the current code).
7851
7852 2004-09-03 Andrew Cagney <cagney@gnu.org>
7853
7854 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7855
7856 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7857
7858 * observer.texi (solib_unloaded): New observer.
7859
7860 2004-08-24 Andrew Cagney <cagney@gnu.org>
7861
7862 * gdbint.texinfo (Target Architecture Definition): Add missing
7863 comma.
7864
7865 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7866
7867 * (Using the Testsuite): build != host is supported,
7868 but some test scripts do not support build != host.
7869
7870 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7871
7872 * gdbint.texinfo (Host Definition): Delete description of
7873 FCLOSE_PROVIDED and GETENV_PROVIDED.
7874
7875 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7876
7877 * gdbint.texinfo (Host Definition): Delete description of
7878 NO_SYS_FILE.
7879 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7880 PTRACE_FP_BUG.
7881
7882 2004-08-05 Andrew Cagney <cagney@gnu.org>
7883
7884 * gdbint.texinfo (Target Architecture Definition): Delete
7885 reference to deprecated_read_fp.
7886
7887 2004-08-02 Andrew Cagney <cagney@gnu.org>
7888
7889 * gdbint.texinfo (Target Architecture Definition): Delete
7890 description of DEPRECATED_REGISTER_BYTES.
7891
7892 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7893
7894 * gdb.texinfo (Source Path): Document the new behavior of
7895 searching for the source files.
7896
7897 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7898
7899 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7900 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7901 (Auto Display): Improve indexing.
7902
7903 2004-07-16 Andrew Cagney <cagney@gnu.org>
7904
7905 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7906 "-noasync".
7907
7908 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7909
7910 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7911 have the same prefix have only their prefix in the index.
7912
7913 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7914
7915 * gdb.texinfo (BSD libkvm Interface): New node (section)
7916 (Native): Add it to the menu.
7917
7918 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7919
7920 * gdbint.texinfo (Target Architecture Definition): Remove
7921 PCC_SOL_BROKEN.
7922
7923 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7924
7925 * gdbint.texinfo (Target Architecture Definition): Remove
7926 SUN_FIXED_LBRAC_BUG.
7927
7928 2004-06-26 Andrew Cagney <cagney@gnu.org>
7929
7930 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7931
7932 2004-06-20 Andrew Cagney <cagney@gnu.org>
7933
7934 * gdbint.texinfo (Target Architecture Definition): Deprecate
7935 USE_STRUCT_CONVENTION.
7936
7937 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7938
7939 gdb.texinfo (Bug Reporting): Mention session recording,
7940 with the script command or Emacs.
7941
7942 2004-06-18 Andrew Cagney <cagney@gnu.org>
7943
7944 * gdbint.texinfo (Target Architecture Definition): Deprecate
7945 FUNCTION_START_OFFSET.
7946
7947 2004-06-14 Andrew Cagney <cagney@gnu.org>
7948
7949 Based on changes from Karl Berry.
7950 * gdb.texinfo: Do not use @sc in a direntry.
7951 * stabs.texinfo: Change @dircateogry to "Software development".
7952 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7953
7954 2004-06-13 Andrew Cagney <cagney@gnu.org>
7955
7956 * gdbint.texinfo (Target Architecture Definition): Delete
7957 description of RETURN_VALUE_ON_STACK.
7958
7959 2004-06-09 Andrew Cagney <cagney@gnu.org>
7960
7961 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7962 deleted by previous patch.
7963
7964 2004-06-08 Andrew Cagney <cagney@gnu.org>
7965
7966 * gdbint.texinfo (Native Debugging): Delete documentation on
7967 ATTACH_DETACH.
7968
7969 2004-06-06 Randolph Chung <tausq@debian.org>
7970
7971 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7972
7973 2004-06-06 Randolph Chung <tausq@debian.org>
7974
7975 * gdb.texinfo (push_dummy_call): Update argument list to match
7976 the new push_dummy_call method signature. Describe the function
7977 argument.
7978
7979 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7980
7981 * gdb.texinfo (Starting): Document new start command.
7982
7983 2004-05-21 Andrew Cagney <cagney@redhat.com>
7984
7985 * observer.texi (GDB Observers): Document "inferior_created".
7986
7987 2004-05-08 Andrew Cagney <cagney@redhat.com>
7988
7989 * gdbint.texinfo (Target Architecture Definition): Delete
7990 description of DO_DEFERRED_STORES.
7991
7992 * gdbint.texinfo (Target Architecture Definition): Delete
7993 references to DEPRECATED_FIX_CALL_DUMMY.
7994
7995 * gdbint.texinfo (Target Architecture Definition): Delete
7996 description of DEPRECATED_CALL_DUMMY_WORDS,
7997 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7998
7999 * gdbint.texinfo (Target Architecture Definition): Delete
8000 description of DEPRECATED_PUSH_DUMMY_FRAME.
8001
8002 * gdbint.texinfo (Target Architecture Definition): Delete
8003 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8004
8005 2004-05-07 Andrew Cagney <cagney@redhat.com>
8006
8007 * observer.texi (GDB Observers): Add "Debugging" section. Include
8008 cross reference to "set/show debug observer".
8009 * gdb.texinfo (Debugging Output): Document "set/show debug
8010 observer".
8011
8012 2004-05-01 Andrew Cagney <cagney@redhat.com>
8013
8014 * gdbint.texinfo (Target Architecture Definition): Delete
8015 description of DEPRECATED_PC_IN_SIGTRAMP.
8016
8017 2004-04-30 Andrew Cagney <cagney@redhat.com>
8018
8019 * gdbint.texinfo (Target Architecture Definition): Delete
8020 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8021
8022 2004-04-30 Orjan Friberg <orjanf@axis.com>
8023
8024 * observer.texi (GDB Observers): Correct spelling.
8025
8026 2004-04-26 Orjan Friberg <orjanf@axis.com>
8027
8028 * observer.texi (GDB Observers): Add target_changed event.
8029
8030 2004-04-08 Andrew Cagney <cagney@redhat.com>
8031
8032 * observer.texi (GDB Observers): Rework, provide generic observer
8033 definitions and then a list of observable events.
8034
8035 2004-04-04 Andrew Cagney <cagney@redhat.com>
8036
8037 * gdbint.texinfo (Host Definition): Delete reference to
8038 NO_SIGINTERRUPT.
8039
8040 2004-04-02 Andrew Cagney <cagney@redhat.com>
8041
8042 * gdbint.texinfo (Target Architecture Definition): Delete
8043 reference to DEPRECATED_CALL_DUMMY_LENGTH.
8044
8045 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8046
8047 * gdb.texinfo (TUI Commands): Document tui reg commands.
8048
8049 2004-03-26 Andrew Cagney <cagney@redhat.com>
8050
8051 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
8052 "gdbtui".
8053 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
8054 (Contributors): Mention both Text and Terminal User Interface.
8055
8056 2004-03-23 Andrew Cagney <cagney@redhat.com>
8057
8058 * gdbint.texinfo (Target Architecture Definition): Deprecate
8059 references to SIGTRAMP_START and SIGTRAMP_END.
8060
8061 2004-03-23 Andrew Cagney <cagney@redhat.com>
8062
8063 * gdbint.texinfo (Target Architecture Definition): Deprecate
8064 references to PC_IN_SIGTRAMP.
8065
8066 2004-03-19 Andrew Cagney <cagney@redhat.com>
8067
8068 * gdbint.texinfo (Target Architecture Definition): Delete
8069 reference to GDB_TARGET_IS_HPPA.
8070
8071 2004-03-18 Andrew Cagney <cagney@redhat.com>
8072
8073 * gdbint.texinfo (Coding): Update section on gdbarch_data,
8074 describe pre_init and post_init.
8075
8076 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8077
8078 * gdb.texinfo (Debugging Output): Document values for "set debug
8079 target".
8080
8081 2004-02-28 Andrew Cagney <cagney@redhat.com>
8082
8083 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8084
8085 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8086
8087 * gdb.texinfo (breakpoints): Add information about the
8088 new "set breakpoint pending" and "show breakpoint pending"
8089 commands.
8090
8091 2004-02-26 Andrew Cagney <cagney@redhat.com>
8092
8093 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8094 in Per-architecture module data section.
8095
8096 2004-02-25 Roland McGrath <roland@redhat.com>
8097
8098 * gdb.texinfo (General Query Packets): Document qPart:... packets.
8099
8100 2004-02-24 Andrew Cagney <cagney@redhat.com>
8101
8102 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8103 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8104 * fdl.texi: Import Version 1.2, November 2002.
8105
8106 2004-02-17 Andrew Cagney <cagney@redhat.com>
8107
8108 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8109
8110 2004-02-16 Andrew Cagney <cagney@redhat.com>
8111
8112 * gdbint.texinfo (Target Architecture Definition): Deprecate
8113 FRAMELESS_FUNCTION_INVOCATION.
8114
8115 2004-02-16 Andrew Cagney <cagney@redhat.com>
8116
8117 * gdbint.texinfo (Coding): Mention -Wunused-function.
8118
8119 2004-02-14 Andrew Cagney <cagney@redhat.com>
8120
8121 * gdbint.texinfo (Target Architecture Definition): Delete
8122 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8123
8124 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
8125
8126 * gdb.texinfo: Properly quote the name "C++".
8127 * gdbint.texinfo: Ditto.
8128 * stabs.texinfo: Ditto.
8129
8130 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
8131
8132 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8133 minimal information about libiberty.
8134
8135 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
8136
8137 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8138
8139 2004-02-04 Roland McGrath <roland@redhat.com>
8140
8141 * gdb.texinfo (Auxiliary Vector): New node (section).
8142 (Data): Add it to the menu.
8143
8144 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
8145
8146 * gdb.texinfo (Breakpoints): Add information about pending
8147 breakpoint support.
8148
8149 2004-01-26 Andrew Cagney <cagney@redhat.com>
8150
8151 * gdb.texinfo (Overview): Delete references to the cisco protocol
8152 including the "N" response.
8153
8154 2004-01-26 Andrew Cagney <cagney@redhat.com>
8155
8156 * gdbint.texinfo (Target Architecture Definition): Rename
8157 EXTRACT_STRUCT_VALUE_ADDRESS to
8158 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8159
8160 2004-01-24 Eli Zaretskii <eliz@gnu.org>
8161
8162 * gdb.texinfo (KOD): Document "show os". Add index entries for
8163 "set/show os" and "info cisco" commands.
8164
8165 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8166
8167 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8168
8169 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8170
8171 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8172 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8173
8174 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
8175
8176 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8177 -stack-list-locals.
8178 (GDB/MI Variable Objects): Describe extension to
8179 -var-list-children.
8180
8181 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8182
8183 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8184
8185 2004-01-17 Andrew Cagney <cagney@redhat.com>
8186
8187 * gdbint.texinfo (Target Architecture Definition): Delete
8188 documentation on DEPRECATED_NPC_REGNUM.
8189
8190 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8191
8192 * gdb.texinfo: Update copyright year. Mention that set
8193 follow-fork-mode is supported on GNU/Linux. Remove documentation of
8194 "set follow-fork-mode ask".
8195
8196 2004-01-13 Andrew Cagney <cagney@redhat.com>
8197
8198 * gdbint.texinfo: Update copyright year.
8199 (Coding): Add -Wunused-label to list of -Werror warnings.
8200
8201 2004-01-08 Jason Molenda <jmolenda@apple.com>
8202 Eli Zaretskii <eliz@gnu.org>
8203
8204 * gdb.texinfo: Update copyright.
8205 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
8206 around names, as appropriate. Minor syntax cleanup of
8207 _NSPrintForDebugger explanation. Two spaces after periods.
8208 GDBN used instead of lit. "gdb". Index entries added for
8209 print-object and _NSPrintForDebugger. @noindent added in one spot.
8210
8211 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
8212
8213 * stabs.texinfo: Add dircategory and direntry commands.
8214 * annotate.texinfo: Ditto.
8215
8216 2003-11-10 Andrew Cagney <cagney@redhat.com>
8217
8218 * gdbint.texinfo (Target Architecture Definition): Replace the
8219 return_value method's "inval" and "outval" parameters with
8220 "readbuf" and "writebuf".
8221
8222 2003-10-28 Jim Blandy <jimb@redhat.com>
8223
8224 * gdb.texinfo (The F request packet, The F reply packet): Renamed
8225 from "The `F' request packet" and "The `F' reply packet", to make
8226 texi2dvi happy.
8227 (File-I/O remote protocol extension): Update menu entries, too.
8228
8229 2003-10-26 Michael Chastain <mec@shout.net>
8230
8231 * gdb.texinfo (Thread Stops): Document the issue with
8232 premature return from system calls in multi-threaded programs.
8233
8234 2003-10-24 Andrew Cagney <cagney@redhat.com>
8235
8236 * annotate.texinfo: Fix "fortunatly"[sic].
8237
8238 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
8239
8240 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8241 with "Hitachi" and "Mitsubishi".
8242
8243 2003-10-20 Andrew Cagney <cagney@redhat.com>
8244
8245 * gdbint.texinfo (Target Architecture Definition): Document
8246 gdbarch_return_value. Add cross references from
8247 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8248 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8249
8250 2003-10-18 Mark Kettenis <kettenis@gnu.org>
8251
8252 * gdbint.texinfo (Target Architecture Definition): Document
8253 regset_from_core_section.
8254
8255 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8256
8257 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8258
8259 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8260
8261 From Anthony Green <green@redhat.com>:
8262 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8263
8264 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8265
8266 * gdb.texinfo (Breakpoint related warnings): New node.
8267 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8268
8269 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8270
8271 * gdb.texinfo (Remote Protocol): Document v and vCont.
8272
8273 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8274
8275 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8276 * gdbint.texinfo: Ditto.
8277
8278 2003-10-09 Andrew Cagney <cagney@redhat.com>
8279
8280 From 2003-09-18 David Anderson <davea@sgi.com>:
8281 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8282 "command".
8283
8284 2003-10-03 Andrew Cagney <cagney@redhat.com>
8285
8286 * gdbint.texinfo (Target Architecture Definition): Deprecate
8287 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8288 just target.
8289
8290 2003-10-02 Andrew Cagney <cagney@redhat.com>
8291
8292 * gdbint.texinfo (Target Architecture Definition): Rename
8293 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8294 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8295 * gdbint.texinfo (Target Architecture Definition): Rename
8296
8297 2003-09-30 Andrew Cagney <cagney@redhat.com>
8298
8299 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8300 (Target Architecture Definition):
8301
8302 * gdbint.texinfo (Target Architecture Definition): Rename
8303 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8304
8305 2003-09-29 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdbint.texinfo (Target Architecture Definition): Delete
8308 documentation for NEED_TEXT_START_END.
8309
8310 * gdbint.texinfo (Target Architecture Definition): Rename
8311 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8312 TARGET_WRITE_PC.
8313
8314 2003-09-22 Michael Chastain <mec@shout.net>
8315
8316 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8317
8318 2003-09-21 Anthony Green <green@redhat.com>
8319
8320 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8321
8322 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8323
8324 * gdbint.texinfo (Target Architecture Definition): Document
8325 stabs_argument_has_addr.
8326
8327 2003-09-18 Andrew Cagney <cagney@redhat.com>
8328
8329 * gdbint.texinfo (Target Architecture Definition): Delete
8330 documentation on REGISTER_NAMES.
8331
8332 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Replace
8335 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8336
8337 2003-09-11 Andrew Cagney <cagney@redhat.com>
8338
8339 * gdbint.texinfo (Target Architecture Definition): Replace
8340 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8341
8342 2003-08-18 Andrew Cagney <cagney@redhat.com>
8343
8344 * gdbint.texinfo (Target Architecture Definition): Document
8345 "frame_red_zone_size".
8346
8347 2003-08-09 Andrew Cagney <cagney@redhat.com>
8348
8349 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8350 with "set/show backtrace past-main" and "set/show backtrace
8351 limit".
8352
8353 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8354
8355 * Makefile.in (install-info): Support DESTDIR.
8356 (install-html): Likewise.
8357
8358 2003-08-07 Andrew Cagney <cagney@redhat.com>
8359
8360 Patch from Nick Roberts.
8361 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8362 bindings. Remove description of send-gdb-command.
8363
8364 2003-08-07 Andrew Cagney <cagney@redhat.com>
8365
8366 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8367 GDB 6.0.
8368
8369 2003-08-06 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdb.texinfo (Mode Options): Mention that level three is the
8372 highest available and that level 2 is deprecated.
8373 (Annotations Overview): Mention annotation levels. Cross reference
8374 to "Limitations of the Annotation Interface" in annotate.texi.
8375 (TODO, Value Annotations, Frame Annotations): Delete section.
8376 (Displays, Breakpoint Info): Delete.
8377
8378 2003-08-04 Andrew Cagney <cagney@redhat.com>
8379
8380 * agentexpr.texi: Delete @bye.
8381 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8382 (stabs.info): Add $(srcdir) to include search path.
8383 (html): Depend on "annotate_toc.html", and not "annotate.html".
8384 * stabs.texinfo: Ditto. Include "fdl.texi".
8385 * gdbint.texinfo: Update copyright statement's list of invariant
8386 sections.
8387
8388 2003-07-28 Andrew Cagney <cagney@redhat.com>
8389
8390 * Makefile.in (INFO_DEPS): Add annotate.info.
8391 (dvi, ps, html, pdf): Add annotate.
8392 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8393 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8394 (ANNOTATE_DOC_FILES): New macro.
8395 (ANNOTATE_TEX_TMPS): New macro.
8396 (annotate.info, annotate_toc.html): Specify dependencies.
8397 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8398 * annotate.texinfo: Rename annotate.texi. Get building. Add
8399 "Migrating to GDB/MI" and "Limitations of the Annotation
8400 Interface" chapters. Mention why it is not part of the user
8401 guide. Update copyright notice. Include "fdl.texi".
8402
8403 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8404
8405 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8406
8407 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8408
8409 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8410
8411 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8412
8413 * gdb.texinfo (Server): Mention pidof.
8414
8415 2003-07-22 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8418 list.
8419
8420 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8421
8422 * gdb.texinfo (Logging output): New chapter.
8423
8424 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8425
8426 * gdb.texinfo (Unsupported languages): New section.
8427 (Languages): Add link to new section.
8428
8429 2003-06-22 Andrew Cagney <cagney@redhat.com>
8430
8431 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8432
8433 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8434
8435 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8436
8437 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8438
8439 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8440 * agentexpr.texi: Retitle section, and change it to an appendix.
8441 Comment out texinfo initialization. Factor a @var{} into two
8442 pieces to prevent makeinfo warnings.
8443 * gdb.texinfo: Add Agent Expressions appendix.
8444
8445 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8446
8447 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8448
8449 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8450
8451 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8452 remote target". Document the "detach" and "disconnect" commands.
8453 (Server, Netware, Debug Session): Reference "Connecting to a
8454 remote target".
8455 (GDB/MI Target Manipulation): Document "-target-disconnect".
8456
8457 2003-06-13 Andrew Cagney <cagney@redhat.com>
8458
8459 * gdbint.texinfo (Target Architecture Definition): Deprecate
8460 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8461 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8462
8463 2003-06-09 Jim Blandy <jimb@redhat.com>
8464
8465 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8466
8467 2003-06-08 Andrew Cagney <cagney@redhat.com>
8468
8469 * gdbint.texinfo (Target Architecture Definition): Delete
8470 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8471
8472 2003-06-08 Andrew Cagney <cagney@redhat.com>
8473
8474 * gdbint.texinfo (Target Architecture Definition): Document
8475 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8476
8477 2003-06-07 Adam Fedor <fedor@gnu.org>
8478
8479 * gdb.texinfo: Add Objective-C documentation.
8480
8481 2003-06-01 Andrew Cagney <cagney@redhat.com>
8482
8483 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8484 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8485
8486 2003-05-21 Andrew Cagney <cagney@redhat.com>
8487
8488 * gdbint.texinfo (Target Architecture Definition): Delete
8489 references to "extract_address" and "store_address".
8490
8491 2003-05-16 Andrew Cagney <cagney@redhat.com>
8492
8493 * gdbint.texinfo (Target Architecture Definition): Replace
8494 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8495 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8496
8497 2003-05-14 Theodore A. Roth <troth@openavr.org>
8498
8499 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8500
8501 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8502
8503 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8504 (gdb.dvi): Likewise.
8505 (gdb.pdf): Likewise.
8506 (links2roff): Likewise.
8507
8508 2003-05-08 Jim Blandy <jimb@redhat.com>
8509
8510 * gdb.texinfo (Dump/Restore Files): Update documentation for
8511 'dump', 'append', and 'restore': note that format argument is
8512 optional; simplify presentation of the command variants; and be
8513 more precise about the formats.
8514
8515 2003-05-07 Jim Blandy <jimb@redhat.com>
8516
8517 * gdb.texinfo (Symbols): Update documentation: 'maint list
8518 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8519 symtabs' and 'maint info psymtabs'.
8520
8521 2003-05-05 Andrew Cagney <cagney@redhat.com>
8522
8523 * gdbint.texinfo (Target Architecture Definition): Make
8524 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8525 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8526 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8527
8528 2003-05-04 Andrew Cagney <cagney@redhat.com>
8529
8530 * gdb.texinfo (Maintenance Commands): Document "maint print
8531 dummy-frames".
8532
8533 2003-05-04 Andrew Cagney <cagney@redhat.com>
8534
8535 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8536
8537 2003-05-03 J. Brobecker <brobecker@gnat.com>
8538
8539 Thierry Schneider <tpschneider1@yahoo.com>
8540 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8541 for new MI command.
8542
8543 2003-05-03 Andrew Cagney <cagney@redhat.com>
8544
8545 * gdbint.texinfo (Target Architecture Definition): Document
8546 push_dummy_code. Add cross references.
8547
8548 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8549
8550 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8551 set/show charsets commands.
8552
8553 2003-04-28 Andrew Cagney <cagney@redhat.com>
8554
8555 * gdbint.texinfo (Target Architecture Definition): Replace
8556 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8557 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8558
8559 2003-04-28 Andrew Cagney <cagney@redhat.com>
8560
8561 * gdbint.texinfo (Target Architecture Definition): Rename
8562 "tm_print_insn" to "deprecated_tm_print_insn".
8563
8564 2003-04-09 Jim Blandy <jimb@redhat.com>
8565
8566 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8567 list psymtabs'.
8568
8569 2003-04-08 Andrew Cagney <cagney@redhat.com>
8570
8571 * gdbint.texinfo (Target Architecture Definition): Delete
8572 references to EXTRA_FRAME_INFO.
8573
8574 2003-04-08 Andrew Cagney <cagney@redhat.com>
8575
8576 * gdbint.texinfo (Target Architecture Definition): Delete
8577 PRINT_TYPELESS_INTEGER.
8578
8579 2003-04-02 J. Brobecker <brobecker@gnat.com>
8580
8581 * observer.texi (GDB Observers): Adjust the documentation for the
8582 normal_stop notification to better describe reality. Fix a couple
8583 of minor typos.
8584
8585 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8586
8587 * gdb.texinfo (GDB/MI Program Control): Add
8588 '-file-list-exec-source-file'
8589
8590 2003-03-31 Andrew Cagney <cagney@redhat.com>
8591
8592 * gdbint.texinfo (Target Architecture Definition): Delete
8593 references to CALL_DUMMY_P.
8594
8595 2003-03-30 Andrew Cagney <cagney@redhat.com>
8596
8597 * gdbint.texinfo (Target Architecture Definition): Remove
8598 reference to TARGET_WRITE_SP.
8599
8600 2003-03-27 Andrew Cagney <cagney@redhat.com>
8601
8602 * gdbint.texinfo (Target Architecture Definition): Remove
8603 references to write_sp.
8604
8605 2003-03-27 Andrew Cagney <cagney@redhat.com>
8606
8607 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8608 chapter body. Use @smallexample instead of @example.
8609 (Annotations): Ditto.
8610 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8611 annotate.texi.
8612
8613 2003-03-26 Andrew Cagney <cagney@redhat.com>
8614
8615 * gdbint.texinfo (Target Architecture Definition): Replace
8616 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8617 dummy_addr parameters.
8618
8619 2003-03-25 Andrew Cagney <cagney@redhat.com>
8620
8621 * gdbint.texinfo (Target Architecture Definition): Delete
8622 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8623 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8624 Add reference to PUSH_ARGUMENTS.
8625
8626 2003-03-23 Andrew Cagney <cagney@redhat.com>
8627
8628 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8629 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8630
8631 2003-03-18 J. Brobecker <brobecker@gnat.com>
8632
8633 * gdbint.texinfo (Algorithms): Add new section describing the
8634 Observer paradigm.
8635 (Top): Add menu entry to new observer appendix.
8636 * observer.texi: New file.
8637 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8638 new observer.texi file.
8639
8640 2003-03-17 Andrew Cagney <cagney@redhat.com>
8641
8642 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8643 that GNU Press update the manual version number.
8644
8645 2003-03-12 Andrew Cagney <cagney@redhat.com>
8646
8647 * gdbint.texinfo (Target Architecture Definition): Delete
8648 references to get_saved_register. Rename GET_SAVED_REGISTER to
8649 DEPRECATED_GET_SAVED_REGISTER.
8650
8651 2003-03-13 Andrew Cagney <cagney@redhat.com>
8652
8653 * gdbint.texinfo (Target Architecture Definition): Replace
8654 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8655
8656 2003-03-12 Andrew Cagney <cagney@redhat.com>
8657
8658 * gdbint.texinfo (Target Architecture Definition): Rename
8659 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8660
8661 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8662
8663 * gdb.texinfo: Add File-I/O documentation.
8664
8665 2003-03-10 Andrew Cagney <cagney@redhat.com>
8666
8667 * gdbint.texinfo (Target Architecture Definition): Cross reference
8668 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8669
8670 2003-03-07 Andrew Cagney <cagney@redhat.com>
8671
8672 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8673 frame" command.
8674
8675 2003-03-05 Andrew Cagney <cagney@redhat.com>
8676
8677 * gdbint.texinfo (Target Architecture Definition): Document
8678 unwind_dummy_id. Cross reference unwind_dummy_id and
8679 SAVE_DUMMY_FRAME_TOS.
8680
8681 2003-03-05 James Ingham <jingham@apple.com>
8682 Daniel Jacobowitz <drow@mvista.com>
8683
8684 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8685 and "show cp-abi".
8686
8687 2003-03-03 Andrew Cagney <cagney@redhat.com>
8688
8689 * gdbint.texinfo (Target Architecture Definition): Document
8690 register_type.
8691
8692 2003-03-03 Andrew Cagney <cagney@redhat.com>
8693
8694 * stabs.texinfo (Structures): Use @samp and separate @var's
8695 instead of a single @var containing a comma separated list.
8696 (Unions): Ditto.
8697
8698 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8699
8700 * Makefile.in (distclean): Remove config.log.
8701
8702 2003-03-01 Andrew Cagney <cagney@redhat.com>
8703
8704 * gdbint.texinfo (Target Architecture Definition): Rename
8705 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8706
8707 2003-03-01 Andrew Cagney <cagney@redhat.com>
8708
8709 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8710 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8711
8712 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8713
8714 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8715 (Non-debug DLL symbols): New node, describing the minimal symbols
8716 loaded from DLLs without real debugging symbols.
8717
8718 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8719
8720 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8721 hardware-breakpoint-limit".
8722 (Set Watchpoints): Add cross reference to "set remote
8723 hardware-watchpoint-limit".
8724 (Remote configuration options): New section.
8725
8726 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8727
8728 * gdbint.texinfo (Target Architecture Definition): Delete
8729 descrption of IS_TRAPPED_INTERNALVAR.
8730
8731 From Keith Seitz <keiths@redhat.com>:
8732 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8733 option "-i"/"--interpreter" to this chapter. Include index
8734 entries.
8735
8736 2003-02-04 David Carlton <carlton@math.stanford.edu>
8737
8738 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8739 (Variables): Recommend stabs+ and DWARF 2.
8740 (C plus plus expressions): Correct info about
8741 compiler versions, debug formats.
8742 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8743 PR symtab/874.
8744
8745 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8746
8747 * gdbint.texinfo (Target Architecture Definition): Delete
8748 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8749 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8750 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8751 references to nindy and i960.
8752 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8753
8754 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8755
8756 * gdbint.texinfo (Target Architecture Definition): Delete
8757 FLOAT_INFO.
8758
8759 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8760
8761 * stabs.texinfo (Member Type Descriptor): Clarify description of
8762 `@'. Suggested by Ben Hutchings.
8763
8764 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8765
8766 * gdb.texinfo (M68K): Delete reference to es1800.
8767
8768 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8769
8770 * gdb.texinfo (Maintenance Commands): Document `maint print
8771 reggroups' and `maint print register-groups'.
8772 * gdbint.texinfo (Target Architecture Definition): Document
8773 register_reggroup_p.
8774
8775 2003-01-23 Jim Blandy <jimb@redhat.com>
8776
8777 * gdb.texinfo (Separate Debug Files): New section.
8778
8779 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8780
8781 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8782 and "maint show profile".
8783
8784 2003-01-16 Michael Chastain <mec@shout.net>
8785
8786 * gdb.texinfo (Installing GDB): Warn against
8787 ".../gdb-VERSION/gdb/configure".
8788 (Separate Objdir): Likewise.
8789
8790 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8791
8792 * gdbint.texinfo (Target Architecture Definition): Delete
8793 definition of PRINT_REGISTER_HOOK.
8794
8795 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8796
8797 (OpenRISC 1000): Fix formatting of command names.
8798
8799 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8800
8801 * gdb.texinfo (Continuing and Stepping): Add new command
8802 'advance'. Clarify behavior of 'until'.
8803
8804 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * gdb.texinfo (Files): Document solib-absolute-prefix and
8807 solib-search-path.
8808
8809 2003-01-09 Michael Chastain <mec@shout.net>
8810
8811 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8812 (Create a Release): Add new instructions for new @file{src-release}.
8813 Document existing instructions for @file{Makefile.in} as
8814 being for @value{GDBN} 5.3.1 or earlier.
8815
8816 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8817
8818 * gdbint.texinfo (Target Architecture Definition): Mention
8819 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8820 allocate memory.
8821
8822 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8823
8824 * gdb.texinfo (Controlling GDB): Add @kindex for
8825 "show osabi".
8826 (Backtraces): Add @kindex's for backtrace-below-main.
8827
8828 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8829
8830 * gdb.texinfo (Controlling GDB): Document "set osabi".
8831
8832 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8833
8834 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8835 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8836
8837 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8838
8839 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8840 "set coerce-float-to-double".
8841 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8842
8843 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8844
8845 * stabs.texinfo: Remove obsolete text.
8846 * gdbint.texinfo: Ditto.
8847 * gdb.texinfo: Ditto.
8848
8849 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8850
8851 * gdbint.texinfo (Target Architecture Definition): Update
8852 description of gdbarch_register_osabi.
8853
8854 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8855
8856 * agentexpr.texi: Fix typos.
8857 * annotate.texi: Likewise.
8858 * fdl.texi: Likewise.
8859
8860 2002-12-10 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8863 DEPRECATED_INIT_FRAME_PC.
8864
8865 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8866
8867 * gdbint.texinfo (Target Architecture Definition): Delete
8868 PC_IN_CALL_DUMMY.
8869
8870 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8871
8872 * gdbint.texinfo (Host Definition): Delete documentation on
8873 USE_GENERIC_DUMMY_FRAMES.
8874
8875 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8876
8877 Fix PR gdb/723 and PR gdb/245.
8878 * Makefile.in (install-info): Run the install-info command as part
8879 of the post install steps only.
8880 (uninstall-info): New target.
8881 (uninstall): New target.
8882
8883 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8884
8885 * Makefile.in (install): Make install do some real work.
8886
8887 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8888
8889 Fix POSIX problem reported by Paul Eggert.
8890 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8891 Fix PR gdb/527.
8892
8893 2002-10-26 Andrew Cagney <cagney@redhat.com>
8894
8895 * gdbint.texinfo (Target Architecture Definition): Delete
8896 definition of DO_REGISTERS_INFO.
8897
8898 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8899
8900 * gdbint.texinfo (Address Classes): Fix problems with insertion
8901 of ``{'' and ``}'' in example.
8902
8903 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8904
8905 * gdbint.texinfo (Address Classes): New section.
8906 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8907 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8908 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8909 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8910
8911 2002-10-11 Klee Dienes <kdienes@apple.com>
8912
8913 * gdb.texinfo (Registers): Mention vector registers as well as
8914 floating registers in the documentation for 'info registers' and
8915 'info all-registers'.
8916
8917 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8918
8919 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8920
8921 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8922
8923 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8924 interface definition.
8925
8926 2002-10-03 Marko Mlinar <markom@opencores.org>
8927
8928 * gdb.texinfo (Target Commands): Add or1k target specific
8929 commands.
8930 * gdb.texinfo (Contributors): Add myself to the contributors list.
8931
8932 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8933
8934 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8935 and "mi1" instead of "mi1" and "mi0".
8936
8937 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8938
8939 * gdb.texinfo (Packets): Fix typos "alligned".
8940 Correct z3/Z3 description. Correct z4/Z4 title.
8941
8942 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8943
8944 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8945
8946 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8947
8948 * gdb.texinfo: Use GNU/Linux instead of Linux.
8949
8950 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8951
8952 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8953
8954 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8955
8956 * gdb.texinfo: Replace @example with @smallexample.
8957
8958 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8959
8960 From Eli Zaretskii <eliz@gnu.org>:
8961 * gdb.texinfo (Character Sets): Use @smallexample instead of
8962 @example. Use GNU/Linux instead of Linux.
8963
8964 2002-09-20 Jim Blandy <jimb@redhat.com>
8965
8966 * gdb.texinfo: Add character set documentation.
8967
8968 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8969
8970 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8971 (Packets): Add cross reference from `b' packet to `z' packets.
8972
8973 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8974
8975 * gdb.texinfo (Maintenance Commands): Document ``maint
8976 internal-error'' and ``maint internal-warning''.
8977
8978 * gdbint.texinfo (Target Architecture Definition): Revise
8979 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8980
8981 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8982
8983 * gdbint.texinfo (Target Conditionals): Document the new
8984 NAME_OF_MALLOC macro.
8985
8986 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8987
8988 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8989 engineer.
8990
8991 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8992
8993 * gdb.texinfo (TUI Overview): Document status line fields.
8994
8995 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8996
8997 * gdb.texinfo (TUI Commands): Document info win command.
8998
8999 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9000
9001 * gdb.texinfo (TUI Overview): Document breakpoint markers.
9002
9003 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
9004
9005 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9006 (TUI Keys): Likewise.
9007
9008 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9009
9010 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9011 for a packet receive.
9012
9013 2002-08-25 Andrew Cagney <ac131313@redhat.com>
9014
9015 * Makefile.in (clean): Move to end of file.
9016 (distclean, maintainer-clean, realclean): Ditto.
9017 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
9018 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9019 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9020 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9021
9022 2002-08-24 Andrew Cagney <ac131313@redhat.com>
9023
9024 * Makefile.in (GDBINT_TEX_TMPS): Define.
9025 (gdbint.dvi, gdbint.pdf): Use
9026 (GDB_TEX_TMPS): Define.
9027 (gdb.dvi, gdb.pdf): Use.
9028 (STABS_TEX_TMPS): Define.
9029 (stabs.dvi, stabs.pdf): Use.
9030 (GDB_DOC_SOURCE_INCLUDES): New macros.
9031 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9032 (GDBINT_DOC_FILES_INCLUDES): New macros.
9033 (GDBINT_DOC_BUILD_INCLUDES): New macros.
9034 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9035 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9036 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9037 (links2roff): Replace SFILES_INCLUDED with
9038 GDB_DOC_SOURCE_INCLUDES.
9039 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9040 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9041 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9042 dependencies.
9043 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9044 dependencies.
9045 (gdbmi.texinfo): Delete rule.
9046 (inc-hist.texinfo): Delete rule.
9047 (rluser.texinfo): Delete rule.
9048
9049 2002-08-23 Andrew Cagney <cagney@redhat.com>
9050
9051 * gdbint.texinfo (Target Architecture Definition): Update
9052 STORE_RETURN_VALUE, mention regcache.
9053
9054 2002-08-21 Andrew Cagney <ac131313@redhat.com>
9055
9056 * gdbint.texinfo (Target Architecture Definition): Document
9057 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
9058
9059 2002-08-19 Andrew Cagney <ac131313@redhat.com>
9060
9061 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
9062 Fix minor typos. Add index entries.
9063
9064 2002-08-18 Andrew Cagney <ac131313@redhat.com>
9065
9066 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9067
9068 2002-08-15 Andrew Cagney <ac131313@redhat.com>
9069
9070 * gdbint.texinfo (Target Architecture Definition): Document
9071 PRINT_VECTOR_INFO.
9072 * gdb.texinfo (Vector Unit): Document "info vectors" command.
9073
9074 2002-08-13 Andrew Cagney <ac131313@redhat.com>
9075
9076 * gdb.texinfo (Maintenance Commands): Document "maint print
9077 registers", "maint print raw-registers" and "maint print
9078 cooked-registers".
9079
9080 2002-08-08 Grace Sainsbury <graces@redhat.com>
9081
9082 From Mark Salter:
9083 * gdb.texinfo (Protocol): Document T packet extension to
9084 allow watchpoint address reporting.
9085
9086 2002-08-03 Andrew Cagney <ac131313@redhat.com>
9087
9088 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9089
9090 2002-08-01 Andrew Cagney <cagney@redhat.com>
9091
9092 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9093 to CHILL.
9094
9095 2002-08-01 Andrew Cagney <ac131313@redhat.com>
9096
9097 * gdbint.texinfo (Coding): Revise section "Include Files".
9098
9099 2002-07-24 Andrew Cagney <cagney@redhat.com>
9100
9101 * gdbint.texinfo: Obsolete references to m88k.
9102 * gdb.texinfo: Ditto.
9103
9104 2002-07-10 Joel Brobecker <brobecker@gnat.com>
9105
9106 * gdbint.texinfo (Create a release candiate): Add the location
9107 where the proper version of autoconf can be retrieved.
9108
9109 2002-07-09 Don Howard <dhoward@redhat.com>
9110
9111 * gdb.texinfo (Command Files): Further describe the behavior of
9112 sourced command files.
9113
9114 2002-06-27 Andrew Cagney <ac131313@redhat.com>
9115
9116 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9117 (Coding): Clarify ISO C version that GDB assumes.
9118
9119 2002-06-26 Tom Tromey <tromey@redhat.com>
9120
9121 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9122 add_setshow_cmd_full.
9123
9124 2002-06-25 Don Howard <dhoward@redhat.com>
9125
9126 * gdb.texinfo (Memory Region Attributes): Document new behavior
9127 for 'mem' command.
9128
9129 2002-06-11 Jim Blandy <jimb@redhat.com>
9130
9131 * gdb.texinfo (Symbols): Update documentation for `info source'
9132 command.
9133
9134 * gdb.texinfo (Macros): Call the command `info macro', not
9135 `show macro'.
9136
9137 2002-06-09 Andrew Cagney <ac131313@redhat.com>
9138
9139 * gdbint.texinfo (Coding): Add section ``Per-architecture module
9140 data''.
9141
9142 2002-06-09 Mark Kettenis <kettenis@gnu.org>
9143
9144 * gdbint.texinfo (Target Architecture Definition): Document
9145 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9146
9147 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9148
9149 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9150 lists.
9151
9152 2002-06-08 Andrew Cagney <ac131313@redhat.com>
9153
9154 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9155 Branch''.
9156
9157 2002-06-01 Andrew Cagney <ac131313@redhat.com>
9158
9159 * gdbint.texinfo (Target Architecture Definition): Add section
9160 ``Converting an existing Target Architecture to Multi-arch''.
9161
9162 2002-05-30 Andrew Cagney <ac131313@redhat.com>
9163
9164 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9165 to ``Obsoleting code''. Revise.
9166
9167 2002-05-17 Jim Blandy <jimb@redhat.com>
9168
9169 * gdb.texinfo (C Preprocessor Macros): New chapter.
9170 Include it in the main menu.
9171 (Contributors): Credit Jim Blandy with macro support.
9172 (Compilation): Explain how to get macro information into the
9173 executable.
9174 (Expressions): Note that preprocessor macros are expanded.
9175
9176 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
9177
9178 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9179 options for `target remote'.
9180
9181 2002-05-13 Andrew Cagney <ac131313@redhat.com>
9182
9183 * gdbint.texinfo (Target Architecture Definition): Delete
9184 documentation on NNPC_REGNUM.
9185
9186 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9187
9188 * gdbint.texinfo (Target Architecture Definition): Document
9189 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9190 (Target Architecture Definition): Revise section `Using Different
9191 Register and Memory Data Representations'. Add section `Raw and
9192 Virtual Register Representations'.
9193
9194 2002-05-11 Andrew Cagney <ac131313@redhat.com>
9195
9196 * gdbint.texinfo (Target Architecture Definition): Mention
9197 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9198 (Target Architecture Definition): Mention same. Add references to
9199 web pages.
9200
9201 2002-05-08 Michael Snyder <msnyder@redhat.com>
9202
9203 * stabs.texinfo (Attributes): Document new "vector" attribute.
9204
9205 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9206
9207 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9208
9209 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9210
9211 * gdb.texinfo: Delete obsolete references to a29k.
9212
9213 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9214
9215 * gdbint.texinfo (Target Architecture Definition): Replace
9216 IN_SIGTRAMP with PC_IN_SIGTRAMP.
9217
9218 2002-04-24 David S. Miller <davem@redhat.com>
9219
9220 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9221
9222 2002-04-21 David S. Miller <davem@redhat.com>
9223
9224 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9225
9226 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9227
9228 * gdbint.texinfo (Target Architecture Definition): Delete
9229 definition of HAVE_REGISTER_WINDOWS.
9230
9231 2002-04-19 Eli Zaretskii <eliz@gnu.org>
9232
9233 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
9234 "Theodore A. Roth" <troth@verinet.com>.
9235
9236 2002-04-15 Don Howard <dhoward@redhat.com>
9237
9238 From Eli Zaretskii <eliz@gnu.org>
9239 * gdb.texinfo (show max-user-call-depth): Correct formatting.
9240 Provide a better explaination of this feature.
9241
9242 2002-04-14 Andrew Cagney <ac131313@redhat.com>
9243
9244 * gdbint.texinfo (Target Architecture Definition): Remove
9245 FRAME_CHAIN_COMBINE.
9246
9247 2002-04-12 Michael Chastain <mec@shout.net>
9248
9249 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9250 REG_STACK_SEGMENT.
9251
9252 2002-04-09 Michael Chastain <mec@shout.net>
9253
9254 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9255 PYRAMID_* macros.
9256
9257 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9258
9259 * gdb.texinfo (Bug Reporting): Document that the web is the
9260 prefered way of submitting bug reports.
9261 (Bug Reporting): Delete the s-mail address as the last resort.
9262
9263 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9264
9265 * gdbint.texinfo (Target Architecture Definition): Delete
9266 references to TARGET_WRITE_FP and write_fp.
9267
9268 2002-03-27 Michael Snyder <msnyder@redhat.com>
9269
9270 * gdb.texinfo: Document new commands dump, append, and restore.
9271
9272 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9273
9274 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9275 Branch'.
9276
9277 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9278
9279 * gdb.texinfo: Change all examples to @smallexample.
9280 * gdbint.texinfo: Ditto.
9281
9282 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9283
9284 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9285 Branches''.
9286
9287 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9288
9289 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9290 Policy''.
9291
9292 2002-03-04 Fred Fish <fnf@redhat.com>
9293
9294 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9295 expresson, suports, dependant, trhe, perhaphs, situtations,
9296 explictily, taged, oportunity, unfortunatly).
9297
9298 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9299
9300 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9301 Remove reference to 3.12.
9302
9303 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9304
9305 * gdbint.texinfo: Include fdl.texi.
9306 (Top): Add GNU Free Documentation License.
9307 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9308 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9309 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9310 (gdbint.info): Add srcdir to include path.
9311 * gdb.texinfo: Include gpl.texi.
9312 (Top): Add Copying.
9313 * gpl.texi: New file.
9314
9315 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9316
9317 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9318
9319 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9320
9321 * gdb.texinfo: Document Cygwin native specific commands.
9322
9323 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9324
9325 * gdb.texinfo: Document gdbserver ``--attach'' command.
9326
9327 2002-02-07 Michael Snyder <msnyder@redhat.com>
9328
9329 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9330 to @code(_ovly_debug_event).
9331
9332 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9333
9334 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9335
9336 2002-02-06 Michael Snyder <msnyder@redhat.com>
9337
9338 * gdb.texinfo (overlays): Mention new magic symbol
9339 '_ovly_debug_event', which allows GDB to keep better track
9340 of overlays.
9341
9342 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9343
9344 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9345 Suggested by Dmitry Sivachenko.
9346
9347 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9348
9349 2002-02-01 Michael Snyder <msnyder@redhat.com>
9350
9351 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9352
9353 2002-01-30 Michael Snyder <msnyder@redhat.com>
9354
9355 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9356 (set trust-readonly-sections): Document.
9357
9358 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9359
9360 * gdbint.texinfo (Releasing GDB): Revise and update.
9361
9362 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9363
9364 * gdbint.texinfo (Target Architecture Definition): Delete
9365 description of TARGET_BYTE_ORDER_DEFAULT.
9366
9367 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9368
9369 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9370 <mitya@cavia.pp.ru>.
9371
9372 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9373
9374 * libgdb.texinfo: Delete file.
9375
9376 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9377
9378 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9379 * gdbint.texinfo: Ditto.
9380
9381 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9382
9383 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9384
9385 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9386
9387 * Makefile.in: Update copyright.
9388 (TEXI2DVI): Define.
9389 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9390 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9391 gdb-cfg.texi.
9392 (TEXINDEX, PDFTEX): Delete makefile variables.
9393
9394 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9395
9396 * gdb.texinfo (Protocol): Move section to appendix.
9397
9398 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9399
9400 * gdb.texinfo (Remote Debugging): Create a menu.
9401 (Top): Add ``Remote Debugging'' to menu.
9402
9403 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9404
9405 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9406 serial protocol'' from here.
9407 (Remote Debugging): To here. New chapter.
9408
9409 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9410
9411 * gdbint.texinfo (Target Architecture Definition): Delete
9412 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9413
9414 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9415
9416 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9417 are no longer needed.
9418 (Porting GDB): Add maintainer note about configure.host.
9419
9420 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9421
9422 * gdbint.texinfo (Target Architecture Definition): Remove
9423 definition of IEEE_FLOAT.
9424
9425 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9426
9427 * gdb.texinfo: Beautify copyright years; fix a typo.
9428 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9429 <3diff@gnu.org>
9430
9431 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9432
9433 * gdbint.texinfo (Host Definition): Remove references to
9434 MALLOC_INCOMPATIBLE.
9435
9436 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9437
9438 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9439 and xyz-xdep.o.
9440
9441 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9442
9443 * gdb.texinfo (Maintenance Commands): Add appendix.
9444 (Set Breaks): Copy ``maint info breakpoint'' doco to
9445 ``Maintenance Commands'' appendix. Add reference.
9446
9447 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9448
9449 * fdl.texi: Remove next/prev from @node.
9450
9451 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9452
9453 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9454 for monstrous @multitable (from Brian Youmans).
9455
9456 * fdl.texi: New file.
9457
9458 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9459
9460 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Releasing GDB): New chapter.
9463
9464 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9465
9466 * gdb.texinfo (Embedded Processors, Calling program functions):
9467 Obsolete references to a29k.
9468
9469 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9470
9471 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9472 examples. Document that a code-block should do or discard its
9473 cleanups before exit.
9474
9475 2002-01-11 Michael Snyder <msnyder@redhat.com>
9476
9477 * gdb.texinfo (Choosing files): Change @samp to @file.
9478
9479 2002-01-05 Michael Snyder <msnyder@redhat.com>
9480
9481 * gdb.texinfo (--pid): Document new command line option (attach).
9482
9483 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9484
9485 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9486 in the stub.
9487
9488 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9489
9490 * gdbint.texinfo (Target Architecture Definition): Replace
9491 BIG_ENDIAN with BFD_ENDIAN_BIG.
9492
9493 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9494
9495 * gdbint.texinfo (Target Architecture Definition): Replace
9496 value_ptr with struct value pointer.
9497
9498 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9499
9500 * gdb.texinfo (Free Software): Fix wording.
9501
9502 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9503
9504 * gdb.texinfo (Free Software): New section ``Free Software Needs
9505 Free Documentation''.
9506
9507 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9508
9509 * stabs.texinfo:
9510 * gdb.texinfo:
9511 * gdbint.texinfo:
9512 * libgdb.texinfo:
9513 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9514
9515 2001-12-29 Michael Snyder <msnyder@redhat.com>
9516
9517 * gdb.texinfo (maint info sections): Fix typo.
9518
9519 2001-12-26 Michael Snyder <msnyder@redhat.com>
9520
9521 * gdb.texinfo (maint info sections): Document.
9522
9523 * gdb.texinfo (info proc): Comment out documentation for
9524 'info proc' sub-options that are currently not implemented.
9525
9526 2001-12-20 Jim Blandy <jimb@redhat.com>
9527
9528 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9529
9530 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9531
9532 * gdbint.texinfo (Target Architecture Definition): Replace
9533 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9534
9535 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9536
9537 * gdbint.texinfo (Host Definition): Delete documentation on
9538 HOST_BYTE_ORDER.
9539
9540 2001-11-30 Jim Blandy <jimb@redhat.com>
9541
9542 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9543 overlay support. Add to top-level menu.
9544
9545 2001-11-26 Tom Tromey <tromey@redhat.com>
9546
9547 * gdb.texinfo (Command Syntax): Document C-o binding.
9548
9549 2001-07-26 Christopher Faylor <cgf@redhat.com>
9550
9551 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9552 use since it is described in the referenced section.
9553
9554 From Eli Zaretskii <eliz@gnu.org>
9555 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9556 clearer when using DJGPP.
9557
9558 2001-11-24 Christopher Faylor <cgf@redhat.com>
9559
9560 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9561 specifically refer to MS-DOS.
9562 (command files): Mention gdb.ini is only used on MS-DOS.
9563
9564 2001-11-21 Tom Tromey <tromey@redhat.com>
9565
9566 * gdb.texinfo (Invoking GDB): Document --args.
9567 (Mode Options): Likewise.
9568
9569 2001-11-21 Jim Blandy <jimb@redhat.com>
9570
9571 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9572 Delete documentation; this macro has been removed from the
9573 sources.
9574
9575 2001-11-13 Jim Blandy <jimb@redhat.com>
9576
9577 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9578
9579 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9580
9581 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9582
9583 2001-11-05 Michael Snyder <msnyder@redhat.com>
9584
9585 * gdb.texinfo (info functions): Document use of backslash to
9586 quote regexp chars in function names such as "operator*()".
9587
9588 2001-11-01 Fred Fish <fnf@redhat.com>
9589
9590 * gdbint.texinfo (SOLIB_ADD): Document additional new
9591 "readsyms" arg.
9592
9593 2001-10-30 Don Howard <dhoward@redhat.com>
9594
9595 * gdb.texinfo: (Command Files) Added documentation for the
9596 behavior of gdb with input redirected from a file.
9597
9598 2001-10-28 Fred Fish <fnf@redhat.com>
9599
9600 * gdb.texinfo (auto-solib-add): Change docs to match
9601 implementation change.
9602 (auto-solib-limit): Add docs for new variable.
9603
9604 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9605
9606 * gdbint.texinfo (Target Architecture Definition): Function
9607 value_as_pointer renamed to value_as_address.
9608
9609 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9610
9611 * gdbint.texinfo (Target Architecture Definition): Default
9612 POINTER_TO_ADDRESS functions assume unsigned addresses.
9613 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9614 posting by Jim Blandy.
9615
9616 2001-10-12 Jim Blandy <jimb@redhat.com>
9617
9618 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9619 version of texi2html (1.64) doesn't support this flag any more.
9620
9621 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9622
9623 * gdbint.texinfo (Host Definition): Remove description of
9624 MEM_FNS_DECLARED.
9625
9626 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9627
9628 * gdbint.texinfo (Host Definition): Remove description of
9629 HAVE_SIGSETMASK.
9630
9631 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9632
9633 * gdbint.texinfo (Target Architecture Definition): Add
9634 explanation of TARGET_PRINT_INSN macro.
9635
9636 2001-08-30 Jim Blandy <jimb@redhat.com>
9637
9638 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9639 Explain what it means to load relocatable files.
9640
9641 2001-08-28 Jim Blandy <jimb@redhat.com>
9642
9643 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9644 info `top' menu.
9645
9646 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9647
9648 * gdbint.texinfo: Add a cautionary note about macro use.
9649
9650 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9651
9652 * gdb.texinfo: Explain omitting the hostname in the
9653 `target remote' command.
9654
9655 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9656
9657 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9658 and END-INFO-DIR-ENTRY.
9659
9660 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9661
9662 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9663
9664 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9665
9666 * gdbint.texinfo (libgdb): Rewrite.
9667
9668 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9669
9670 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9671
9672 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9673
9674 * gdb.texinfo (TUI): New chapter, document the TUI.
9675 (Mode Options): Document the -tui option.
9676
9677 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9678
9679 * gdbint.texinfo (Host Definition): Remove description of
9680 NEED_POSIX_SETPGID.
9681
9682 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9683
9684 * gdb.tex (DJGPP Native): New node, with descriptions of
9685 DJGPP-specific commands.
9686
9687 2001-07-19 John R. Moore <jmoore@redhat.com>
9688
9689 * gdbint.texinfo: Three misspellings.
9690
9691 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9692
9693 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9694 `test` expressions on bash. Problem reported by Colin Walters.
9695
9696 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9697
9698 * gdbint.texinfo (User Interface): Update ui-out documentation to
9699 refelect recent UI/MI updates.
9700
9701 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9702
9703 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9704 interpreters.
9705
9706 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9707
9708 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9709 structure and not macros.
9710 (Host Definition): Document that much of this chapter is obsolete.
9711 (Target Architecture Definition): Update list of files that make
9712 up a target architecture.
9713 (Coding): Update.
9714
9715 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9716
9717 * gdbint.texinfo (Target Architecture Definition): Update
9718 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9719 The latter has been changed to a true predicate.
9720
9721 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9722
9723 * annotate.texi: Add @noindent where needed. From Dmitry
9724 Sivachenko <dima@Chg.RU>.
9725 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9726
9727 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9728
9729 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9730
9731 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9732
9733 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9734 returns ``OK''. Document that the ``R'' packet does not reply.
9735
9736 2001-06-13 Michael Snyder <msnyder@redhat.com>
9737
9738 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9739
9740 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9741
9742 * gdb.texinfo (Signals): Clarify the default setting of signal
9743 handling.
9744
9745 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9746
9747 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9748 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9749
9750 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9751
9752 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9753
9754 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9755
9756 * gdbint.texinfo (Clean Design and Portable Implementation):
9757 Renamed from "Clean Design".
9758 (Clean Design and Portable Implementation): Document portable
9759 methods of handling file names, and the associated macros.
9760
9761 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9762
9763 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9764 command and provide a cross-reference to its description.
9765 (Symbols): Note that "info scope" is useful for trace experiments.
9766
9767 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9768
9769 * gdb.texinfo (Symbols): Document "info scope".
9770 (Tracepoints): New chapter.
9771 (Contributors): Update for v5.1.
9772 <All nodes>: Change "C++" to "C@t{++}".
9773
9774 * gdbint.texinfo (User Interface): A new section about ui_out
9775 functions, based on text written by Fernando Nasser.
9776
9777 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9778
9779 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9780
9781 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9782
9783 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9784
9785 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9786 Replace "GDB" with "@value{GDBN}". Fix markup.
9787
9788 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9789
9790 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9791 a cross-reference to its description.
9792 (Symbols): Document "info symbol".
9793
9794 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9795
9796 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9797 subsection "x86 Watchpoints".
9798 (Target Architecture Definition): Document the macros
9799 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9800 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9801
9802 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9803
9804 * gdbint.texinfo (Target Architecture Definition): Update
9805 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9806 list.
9807
9808 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9809
9810 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9811 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9812
9813 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9814
9815 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9816
9817 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9818
9819 * gdb.texinfo (Environment): Document that `path' does not change
9820 the value of PATH in GDB's own environment (it did in the past,
9821 but that was changed on March 15, 1994). Reported by Doug Evans
9822 <dje@transmeta.com>.
9823
9824 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9825 its line. Fix markup of commands and macros. Add an Index node
9826 and index entries.
9827
9828 2001-01-23 J.T. Conklin <jtc@redback.com>
9829
9830 * gdb.texinfo (Memory region attributes): New manual section.
9831
9832 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9833
9834 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9835
9836 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9837
9838 * refcard.tex: Version and copyright fixed. From Phil Edwards
9839 <pedwards@disaster.jaj.com>.
9840
9841 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9842
9843 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9844 DWARF2_REG_TO_REGNUM): Document.
9845
9846 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9847
9848 * gdbint.texinfo (Coding): Update current value of
9849 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9850
9851 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9852
9853 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9854 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9855
9856 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9857
9858 * gdb.texinfo: Document new 'set step-mode' command.
9859
9860 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9861
9862 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9863 changes from Dmitry Sivachenko <dima@Chg.RU>.
9864
9865 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9866
9867 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9868 From Steven Johnson <sbjohnson@ozemail.com.au>.
9869
9870 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9871
9872 * gdbint.texinfo (Overall Structure): Spelling fix.
9873
9874 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9875
9876 * gdbint.texinfo (Target Architecture Definition): Document that
9877 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9878 for which REGISTER_CONVERTIBLE returns a zero value.
9879
9880 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9881
9882 * Makefile.in (install-info): Find files to install in either the
9883 build or source directories (adapted from Makefile.am).
9884
9885 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9886
9887 * stabs.texinfo: Fix spelling errors.
9888 (String Field): FILE-NUMBER starts from 0, not 1.
9889
9890 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9891
9892 * refcard.tex: Remove \centerline from the blurb. Patch from
9893 Brian Youmans.
9894
9895 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9896
9897 * Makefile.in (install-info): Support installation from outside of
9898 the source directory. Reported by Mark Harig
9899 <markh@frazier.landmark.com>.
9900
9901 2000-06-20 J.T. Conklin <jtc@redback.com>
9902
9903 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9904
9905 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9906
9907 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9908 Generate using pdftex.
9909 (PDFTEX): Define.
9910 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9911 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9912 @contents at the start.
9913
9914 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9915
9916 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9917 Youmans.
9918
9919 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9920
9921 From Brian Youmans:
9922 * gdb.texinfo: Fix ``et al.''.
9923
9924 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9925
9926 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9927 loop.
9928
9929 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9930
9931 * configure: Regenerate.
9932
9933 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9934
9935 * Makefile.in (install-info): Run install-info on installed Info
9936 files.
9937
9938 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9939
9940 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9941 Andrew Cagney.
9942
9943 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9944
9945 * gdb.texinfo: Proofreading changes from Brian Youmans.
9946
9947 2000-05-01 Nick Duffek <nsd@cygnus.com>
9948
9949 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9950 startup sequence, minor edits.
9951
9952 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9953
9954 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9955 TeX.
9956
9957 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9958 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9959 like `n' and `s' which look weird. Convert some of the @kindex to
9960 @vindex, when they refer to variables, not commands.
9961
9962 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9963
9964 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9965
9966 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9967
9968 * Makefile.in (GDBMI_DIR): New variable.
9969 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9970 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9971 (gdbmi.texinfo): New target, for texi2roff.
9972 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9973 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9974
9975 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9976 gdbmi.texinfo.
9977 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9978 comment.
9979
9980 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9981
9982 * gdb.texinfo (Files): Update description of add-symbol-file
9983 command.
9984
9985 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9986
9987 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9988 prevents the build (and is generally a Bad Idea).
9989
9990 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9991
9992 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9993 a comma inside @var.
9994 (Command Files): Index markup changes from Dmitry Sivachenko
9995 <dima@Chg.RU>.
9996
9997 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9998
9999 * Makefile.in (LN_S): Define.
10000 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10001 invoke "ln -s" unless it is known to work.
10002
10003 * configure.in (AC_PROG_LN_S): Add.
10004
10005 2000-04-14 Jim Blandy <jimb@redhat.com>
10006
10007 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10008 section.
10009 (Target Conditionals): Document ADDRESS_TO_POINTER,
10010 POINTER_TO_ADDRESS.
10011
10012 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
10013
10014 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10015 gdb-cfg.texi to get the value.
10016
10017 2000-04-10 Jim Blandy <jimb@redhat.com>
10018
10019 * gdbint.texinfo (Target Architecture Definition): Fix
10020 cross-references.
10021
10022 2000-04-08 Jim Blandy <jimb@redhat.com>
10023
10024 * gdbint.texinfo (Using Different Register and Memory Data
10025 Representations): New section.
10026 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10027 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10028 REGISTER_CONVERT_TO_RAW): Document.
10029
10030 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
10031
10032 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
10033 for acknowledgments.
10034
10035 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
10036
10037 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10038 qThreadExtraInfo.
10039
10040 2000-03-28 J.T. Conklin <jtc@redback.com>
10041
10042 * gdb.texinfo: Clarify which remote debug protocol commands are
10043 required and which are optional.
10044
10045 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
10046
10047 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10048 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
10049 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10050 * annotate.texi: Update.
10051
10052 2000-03-28 Stan Shebs <shebs@apple.com>
10053
10054 * gdb.texinfo: Update dates, bump to Eighth Edition (note
10055 expectation of additional changes before release), update
10056 ISBN, add copy of top-level menu for @ifhtml, remove explicit
10057 node links, rephrase and/or shorten lines to fix formatting
10058 problem in both regular and @smallbook formats.
10059 * annotate.texi: Shorten lines in example, use smallexample
10060 consistently everywhere.
10061 * Makefile.in: Add comment about texinfo 4.0 html generation.
10062 (SFILES_INCLUDED): Add annotate.texi.
10063
10064 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
10065
10066 * gdb.texinfo (Debugging Output): Added new section, documenting
10067 the "set/show debug" commands.
10068
10069 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
10070
10071 * annotate.texi (Annotations): When GDBN omit @chapter and @node
10072 entry.
10073
10074 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10075 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10076 @chapter and @node entries.
10077
10078 * gdb.texinfo: Link all top-level nodes.
10079
10080 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10081
10082 * Makefile.in (install-info): Create $(infodir) before installing
10083 files.
10084
10085 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
10086
10087 From David Whedon <dwhedon@gordian.com>
10088 * gdbint.texinfo : Added paragraphs about command deprecation.
10089
10090 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
10091
10092 * gdb.texinfo: Add documentation for the apropos command.
10093
10094 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10095
10096 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10097
10098 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
10099
10100 * gdb.texinfo: Add white space to prevent overprinting in
10101 two places.
10102
10103 2000-03-17 Stan Shebs <shebs@apple.com>
10104
10105 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10106 <dima@Chg.RU>, also clarification of allowed content for
10107 string constants.
10108
10109 2000-03-16 Eli Zaretskii <eliz@gnu.org>
10110
10111 * gdb.texinfo (main menu): Add Annotations.
10112 (File Options): Add @cindex entries for each command-line option.
10113 Document --epoch, --annotate, --async, --interpreter, --write,
10114 --statistics, and --version.
10115
10116 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
10117 of GDB.
10118
10119 2000-02-23 Jim Blandy <jimb@redhat.com>
10120
10121 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10122
10123 2000-02-22 Jim Blandy <jimb@redhat.com>
10124
10125 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10126
10127 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
10128
10129 * Makefile.in (diststuff): New target.
10130
10131 2000-02-15 Kevin Buettner <kevinb@redhat.com>
10132
10133 * agentexpr.texi: Fix wording regarding Intel's IA-64
10134 architecture. [From Jim Wilson.]
10135
10136 2000-01-16 Tom Tromey <tromey@cygnus.com>
10137
10138 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10139 (Delete Breaks): Mention range arguments.
10140 (Disabling): Likewise.
10141
10142 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
10143
10144 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
10145
10146 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
10147
10148 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10149 valid functions.
10150
10151 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
10152
10153 * gdb.texinfo: Clarify regular expressions used in rbreak.
10154
10155 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
10156
10157 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10158 MEMORY_REMOVE_BREAKPOINT): Document.
10159
10160 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
10161
10162 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10163 offset re-using the DATA offset instead.
10164
10165 1999-10-11 Jim Kingdon <kingdon@redhat.com>
10166
10167 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10168
10169 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
10170
10171 From Dmitry Sivachenko <demon@gpad.ac.ru>:
10172 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10173 typos.
10174
10175 * gdb.texinfo: Various minor wording and formatting improvements,
10176 mentions of additional command-line options.
10177
10178 1999-09-30 Fred Fish <fnf@cygnus.com>
10179
10180 * gdb.texinfo: Document additional forms of specifying section
10181 names and addresses for the add-symbol-file command.
10182
10183 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
10184
10185 * gdbint.texinfo: Fix typo, add the word "have".
10186
10187 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
10188
10189 * gdbint.texinfo (Target Architecture Definition): Document the
10190 SKIP_PERMANENT_BREAKPOINT macro.
10191
10192 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
10193
10194 * gdb.texinfo: Fiks speling errers.
10195
10196 * gdb.texinfo: Fix uses of @multitable.
10197
10198 From Eli Zaretskii <eliz@gnu.org>:
10199 * gdb.texinfo: Include details specific to DOS host, clarify
10200 some confusing language, fix @ref/@xref/@pxref usages, add
10201 comments about using with optimization, add more indexing,
10202 fix info about disassembly-flavor.
10203
10204 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
10205
10206 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10207 SKIP_SOLIB_RESOLVER): Define.
10208
10209 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
10210
10211 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
10212 ``g'' packets.
10213
10214 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
10215
10216 * gdb.texinfo: Create a new "Configurations" chapter with
10217 platform-specific info, inline remote.texi and move sections of it
10218 into the new chapter, move bits about info proc, heuristic search,
10219 and register stack into the new chapter.
10220 * remote.texi: Remove, now part of gdb.texinfo.
10221 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10222
10223 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
10224
10225 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10226 GDB_TARGET_IS_MACH386): These kludges have gone away.
10227
10228 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
10229
10230 * gdbint.texinfo (Target Architecture Definition): Mention
10231 TDEPLIBS.
10232
10233 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
10234
10235 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10236 surrounding text to fit HP-UX bits into general info.
10237 (HPPA-cfg.texi): Remove, no longer useful.
10238
10239 * gdb.texinfo: Remove explicit links from @node lines, remove
10240 HP-added "Detailed Node Listing" from main menu which confuses
10241 things.
10242
10243 From Dmitry Sivachenko <dima@Chg.RU>:
10244 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10245 in description of `set environment'.
10246
10247 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
10248
10249 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10250
10251 1999-08-12 Ben Elliston <bje@cygnus.com>
10252
10253 * gdbint.texinfo (Breakpoint Handling): Add missing words.
10254
10255 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10256
10257 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10258 watch, awatch, and rwatch. Explain why the latter two cannot be
10259 set as software watchpoints. Document that watchpoints for local
10260 variables are deleted when the debuggee terminates.
10261
10262 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10263
10264 * remote.texi (Protocol): Further clarification of the "qRcmd"
10265 packet. Allow E.. response packet. "qRcmd" packet is no longer
10266 reserved.
10267
10268 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10269
10270 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10271 * gdb.texinfo: Ditto.
10272
10273 1999-08-06 Tom Tromey <tromey@cygnus.com>
10274
10275 * gdb.texinfo (KOD): New node.
10276
10277 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10278
10279 * remote.texi (Rcmd): Fix minor formatting typos.
10280
10281 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10282
10283 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10284 packets.
10285
10286 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10287
10288 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10289 fixes.
10290
10291 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10292
10293 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10294
10295 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10296
10297 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10298 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10299 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10300 packets that are not supported on all hosts. Expand examples.
10301 Spell check.
10302
10303 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10304
10305 * Makefile.in: Recognize html, install-html. Add targets
10306 to build HTML versions of documentation via texi2html.
10307
10308 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10309
10310 * gdbint.texinfo (Testsuite): New chapter, information about the
10311 testsuite.
10312
10313 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10314
10315 * remote.texi (Communication Protocol): Rewrite.
10316
10317 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10318
10319 * stabs.texinfo: Fix uses of xref.
10320
10321 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10322
10323 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10324 info about patch submission.
10325
10326 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10327
10328 From Per Bothner <bothner@cygnus.com>:
10329 * gdb.texinfo: Document Chill support.
10330
10331 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10332
10333 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10334 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10335 Document that the value should be greater-than or equal-to zero.
10336 (NO_STD_REGS): Document. Deprecate.
10337
10338 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10339
10340 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10341 Document that these are not used.
10342
10343 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10344
10345 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10346
10347 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10348
10349 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10350 numargs was dropped.
10351
10352 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10353
10354 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10355
10356 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10357
10358 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10359 Update.
10360
10361 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10362
10363 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10364 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10365
10366 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10367
10368 * gdbint.texinfo: Fix typos: $ -> @.
10369
10370 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10371
10372 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10373 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10374 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10375 BREAKPOINT_FROM_PC.
10376
10377 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10378
10379 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10380 CALL_DUMMY_STACK_ADJUST): Document.
10381
10382 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10383
10384 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10385 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10386
10387 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10388
10389 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10390 longer exists.
10391
10392 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10393
10394 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10395 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10396 they make the manual source incomprehensible.
10397 * h8-cfg.texi: Remove, hasn't been used in years.
10398
10399 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10400
10401 * gdb.texinfo: Update the credits.
10402
10403 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10404
10405 * gdb.texinfo: Fix mistakes noticed in printout of last
10406 draft, add Alpha to discussion of heuristic fence post.
10407
10408 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10409
10410 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10411 Edition, merge some HP changes into mainline, describe some
10412 previously undocumented features, describe more of the target
10413 commands available, eliminate obsolete section on renamed
10414 commands.
10415 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10416
10417 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10418
10419 * gdb.texinfo: Make many HPPA conditionals unconditional,
10420 including catchpoint description, since now on for all configs.
10421 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10422 specializations.
10423
10424 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10425
10426 * Makefile.in (GDBvn.texi): Fix match expression to work with
10427 current format of VERSION in gdb/Makefile.in.
10428 * gdb.texinfo: Fix node ref to match new readline.
10429
10430 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10431
10432 * gdb.texinfo: Changes made as part of a project to merge in
10433 changes made by HP. Documentation makes extensive use of
10434 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10435 on remote debugging. There are differences in documentation
10436 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10437 the HP manual discusses catchpoints, hardware watchpoints, and
10438 some HPUX specific limitations for shared library support.
10439
10440 There are also a number of @node changes.
10441
10442 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10443
10444 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10445 (C Usage): Same.
10446
10447 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10448
10449 The following changes were made by Edith Epstein
10450 <eepstein@cygnus.com> as part of a project to merge in changes
10451 made by HP.
10452
10453 * HPPA-cfg.texi: new file.
10454
10455 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10456
10457 * refcard.tex: change documentation about catch.
10458 removed info catch.
10459
10460 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10461
10462 * gdbint.texinfo: Expand on GDB's coding standards,
10463 specify the use of arg names with prototypes.
10464
10465 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10466
10467 * gdb.texinfo: Fix tipo.
10468
10469 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10470
10471 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10472 TARGET_BYTE_ORDER_SELECTABLE_P.
10473
10474 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10475
10476 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10477
10478 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10479
10480 * agentexpr.texi: New file.
10481
10482 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10483
10484 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10485
10486 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10487
10488 * remote.texi: Changed wording that implied that the GDB remote
10489 protocol caches register values instead of GDB itself.
10490
10491 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10492
10493 * gdbint.texinfo: Add some info about symbol readers.
10494 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10495 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10496 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10497 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10498
10499 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10500
10501 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10502
10503 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10504
10505 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10506
10507 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10508
10509 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10510 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10511
10512 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10513
10514 * gdbint.texinfo: Fix minor typos.
10515
10516 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10517
10518 * gdbint.texinfo: Complete overhaul. Group descriptions more
10519 logically, add more info on generic algorithms, remove much
10520 obsolete and/or wrong material.
10521
10522 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10523
10524 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10525
10526 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10527
10528 * refcard.tex: Copyright, address updates.
10529
10530 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10531
10532 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10533 for the edition instead of confusing GDB-version-like numbers.
10534
10535 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10536
10537 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10538
10539 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10540
10541 * LRS: Reformat a bit to keep text under 80 columns.
10542
10543 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10544
10545 * gdb.texinfo: Add some credits, mention bug monitor.
10546 * remote.texi: Mention mips monitor targets.
10547 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10548
10549 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10550
10551 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10552 files, finish sorting of host vs target vs native macros, describe
10553 some more of them.
10554
10555 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10556
10557 * gdbint.texinfo (Host Conditionals): Document change from
10558 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10559
10560 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10561
10562 * gdbint.texinfo (Host Conditionals): Document
10563 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10564
10565 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10566
10567 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10568 Document LSEEK_NOT_LINEAR.
10569
10570 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10571
10572 * stabs.texinfo (Stab Section Basics): Make it clear that only
10573 some versions of the GNU linker remove the leading N_UNDF symbol.
10574
10575 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10576
10577 * stabs.texinfo (String Field): Document type number pairs here,
10578 instead of in the Sun specific section.
10579 (Include Files): The GNU linker supports the N_BINCL
10580 optimization. Clarify the N_BINCL value, and what it is used
10581 for.
10582 (Procedures): Document N_FUN with an empty string to mark the end
10583 of a function.
10584 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10585 (Sun Differences): Remove this node, as the information is now
10586 elsewhere in the main document.
10587 (Stab Section Basics): Mention that the GNU linker may optimize
10588 stabs and remove the leading N_UNDF symbol.
10589
10590 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10591
10592 * gdb.texinfo, refcard.tex: Restore author credit
10593
10594 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10595
10596 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10597 documentation to account for START and END macros taking
10598 one arg.
10599
10600 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10601
10602 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10603 * gdb.texinfo (Frames): Fix typo.
10604
10605 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10606
10607 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10608 a target_signal as arg type, not a pid.
10609
10610 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10611
10612 * gdb.texinfo: Document `set assembly-language'.
10613
10614 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10615
10616 * remote.texi: Update list of stubs in the GDB distribution.
10617
10618 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10619
10620 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10621 Also document that some systems can use mmalloc but must define
10622 this if their C runtime allocates memory that is later freed.
10623 (MMCHECK_FORCE): Document new macro.
10624
10625 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10626
10627 * remote.texi: Add documentation for target Sparclet.
10628
10629 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10630
10631 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10632 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10633 * configure.in: Rewritten for autoconf.
10634 * configure: New.
10635
10636 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10637
10638 * Makefile.in (DVIPS): New define, set to dvips.
10639 (dvi): Add stabs.dvi.
10640 (ps): New target.
10641 (all-doc): Depend on info, dvi, and ps targets.
10642 (STAGESTUFF): Add *.ps and *.dvi files.
10643 (clean-info, clean-dvi): Remove.
10644 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10645 rules completely rewritten.
10646 (maintainer-clean): Remove clean-info and clean-dvi
10647 dependencies and put their actions in the rules.
10648 (gdb.ps): New target
10649 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10650 intermediate TeX files, whether they have 2 or 3 character
10651 extensions.
10652 (gdbint.ps): Add target and rules.
10653 (gdb-internals): Delete unused target.
10654 (Makefile): Depends upon config.status also.
10655
10656 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10657
10658 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10659 set.
10660
10661 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10662
10663 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10664 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10665
10666 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10667
10668 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10669
10670 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10671
10672 * gdb.texinfo (Print settings): Document
10673 `set/show print static-members' commands.
10674
10675 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10676
10677 * gdbint.texinfo (Native): Document name change, coredep.c to
10678 core-aout.c.
10679
10680 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10681
10682 * stabs.texinfo (Include Files): Document the values the SunOS4
10683 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10684
10685 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10686
10687 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10688 Fix typo.
10689
10690 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10691
10692 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10693 "gdb.tar.Z".
10694
10695 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10696
10697 * Makefile.in (maintainer-clean): New target, synonym for
10698 realclean.
10699
10700 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10701
10702 * Update all FSF addresses except those in COPYING* files.
10703
10704 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10705
10706 From Richard Earnshaw (rearnsha@armltd.co.uk):
10707 * gdb.texinfo (convenience variables): Document $_exitcode.
10708 (quit): Document optional expression to use as exit code.
10709
10710 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10711
10712 * gdb.texinfo, remote.texi: Brought up to date with various
10713 GDB changes.
10714
10715 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10716
10717 * gdb.texinfo: Update dates and versions, fix comments about
10718 hardware watchpoints in future releases and about the
10719 sharedlibrary command.
10720
10721 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10722
10723 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10724 C_FUN stab. Other cleanups.
10725
10726 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10727
10728 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10729 for the sparc stub.
10730
10731 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10732
10733 * annotate.texi: Clarify which addresses have differing formats
10734 depending on the language and which do not.
10735
10736 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10737
10738 * remote.texi (NetWare): Changed example to use BOARD= instead of
10739 NODE= argument to reflect correspoding change to gdbserve.nlm.
10740
10741 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10742
10743 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10744 GDB, as well as AIX dbx, supports the size type attribute.
10745
10746 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10747
10748 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10749
10750 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10751
10752 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10753 and new 'if' and 'while' commands.
10754
10755 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10756
10757 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10758
10759 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10760
10761 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10762 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10763 NetWare targets. Mostly stolen from the Server node.
10764
10765 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10766
10767 * gdb.texinfo (Setting): Talk about the language of a source file
10768 versus the working language. The old documentation did not match
10769 what GDB did.
10770
10771 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10772
10773 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10774 of a source file.
10775
10776 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10777
10778 * gdb.texinfo (Processes): New node.
10779
10780 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10781
10782 * remote.texi: Update documentation of set/show mipsfpu.
10783
10784 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10785
10786 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10787 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10788
10789 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10790
10791 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10792 obsolete conditionals, described some others.
10793
10794 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10795
10796 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10797 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10798
10799 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10800
10801 * gdbint.texinfo: Put regex conditionals in their own table.
10802
10803 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10804
10805 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10806 described or fixed the descriptions of many others.
10807
10808 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10809
10810 * gdb.texinfo: Add some more credits.
10811 * gdbint.texinfo: Capitalize GDB consistently, describe some
10812 macros and remove some.
10813
10814 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10815
10816 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10817 obsolete conditionals, described some others.
10818
10819 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10820
10821 * gdb.texinfo (help targets): Changed to `help target', which
10822 is the correct gdb command.
10823
10824 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10825
10826 * annotate.texi (TODO): New node, for keeping track of annotations
10827 suggested but not yet implemented.
10828
10829 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10830
10831 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10832 another symbol, it is not the address itself.
10833
10834 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10835
10836 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10837 of stabs-in-coff sections.
10838
10839 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10840
10841 * annotate.texi: Change edition to 0.5 and date to May 1994.
10842 Add index.
10843 (Frames): New node, for frame annotation.
10844 (Displays): New node, for display annotation.
10845
10846 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10847 when waiting for your program to stop.
10848
10849 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10850
10851 * annotate.texi (Breakpoint Info): Document annotation of header
10852 fields and record annotation.
10853
10854 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10855
10856 * annotate.texi: New file, to document annotations.
10857
10858 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10859
10860 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10861 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10862
10863 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10864
10865 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10866 section, and say n_strx field is compilation unit relative.
10867 * stabs.texinfo: Don't use @code for a.out when it is the name of
10868 an object file format.
10869
10870 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10871
10872 * gdb.texinfo: Refer to file names, not path names, per rms
10873 convention.
10874 (Arguments): Fix typo.
10875
10876 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10877
10878 * stabs.texinfo (Global Variables): Talk about stabs in files
10879 where variables are referenced, but not defined.
10880
10881 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10882
10883 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10884 Cplusplus to new nodes Member Type Descriptor and Method Type
10885 Descriptor. Re-write stuff for #.
10886
10887 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10888
10889 * gdb.texinfo (Print Settings): Don't document "set print
10890 fast-symbolic-addr off". The bug which it worked around was fixed
10891 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10892
10893 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10894 N_ENTRY node.
10895
10896 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10897
10898 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10899
10900 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10901 references to ieee-float.c.
10902
10903 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10904
10905 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10906 match what the code actually does.
10907
10908 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10909
10910 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10911
10912 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10913
10914 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10915 i, and b.
10916
10917 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10918
10919 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10920 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10921 as "stabs in sections" rather than just saying "ELF and SOM".
10922 Also make that stuff apply to COFF.
10923
10924 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10925
10926 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10927 Ghostscript.
10928
10929 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10930
10931 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10932 versus functions without line numbers, also mention stepping into
10933 them as well as "step" when you are in them. Tell the user how to
10934 deal with the situation. Add comment about "debugging information".
10935
10936 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10937
10938 * stabs.texinfo (Enumerations): Document restriction on where
10939 enumeration types can appear and still win with GDB.
10940
10941 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10942
10943 * stabs.texinfo (Negative Type Numbers): Document format for type
10944 -16.
10945
10946 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10947
10948 * gdb.texinfo (Selection, Frame Info): Update information about
10949 arbitrary frame specficiations.
10950
10951 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10952
10953 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10954
10955 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10956
10957 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10958
10959 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10960
10961 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10962
10963 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10964
10965 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10966 Differences node to Statics node.
10967 (Statics): Discuss XCOFF use of V symbol descriptor.
10968
10969 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10970 not clean.
10971
10972 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10973
10974 * gdb.texinfo (Print Settings): Document `set print
10975 fast-symbolic-addr' and improve the doc for some other
10976 `set print's.
10977
10978 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10979
10980 * stabs.texinfo (String Field): Talk about defining several type
10981 numbers at once.
10982 Fix lint regarding changing node ELF Transformations to
10983 ELF and SOM Transformations.
10984
10985 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10986
10987 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10988
10989 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10990
10991 * stabs.texinfo (Cross-References): `::' is for nested types only
10992 within <>.
10993 (Structures): Document static members.
10994
10995 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10996
10997 * stabs.texinfo: Document S type attribute.
10998
10999 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11000
11001 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11002
11003 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
11004
11005 * gdbint.texinfo: Fix a few typos.
11006
11007 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11008
11009 * gdb.texinfo, remote.texi: formatting improvements
11010
11011 * gdb.texinfo (New Features): mention threads.
11012 (Summary, C): fix xrefs in newly contributed text.
11013 (Threads): index entries, clarifications, example
11014 (passim): minor typos fixed, phrasing improvements
11015
11016 * remote.texi (Bootstrapping): rephrase text on ^C and add index
11017 entries; (Server): explain use of gdbserver w/real-time systems,
11018 add example of conflicting TCP port; (MIPS Remote) break up
11019 running text into table, highlighting commands, and add example.
11020
11021 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11022
11023 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11024
11025 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11026
11027 * stabs.texinfo (Nested Symbols): New node.
11028 (String Field, Symbol Descriptors, Cross-References): Refer to it.
11029
11030 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11031
11032 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11033 to picking which Bbss.bss symbol to use, and (because there seems to
11034 be no good way of doing it) re-write some of the text to make it
11035 sound like Bbss.bss isn't such a great idea after all (as currently
11036 designed).
11037
11038 * gdb.texinfo (C): In addition to saying people have to use g++ for
11039 good results, say they have to use stabs. Specifically say cfront
11040 doesn't work well.
11041 (Summary): Merge in information on Modula-2, Pascal, and Chill from
11042 the gdb README. Add xrefs to places where the support for the various
11043 languages is described in detail.
11044
11045 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11046
11047 * stabs.texinfo: Clean up stuff about visibility and virtual
11048 characters.
11049
11050 * stabs.texinfo (N_M2C): Cite Sun doc.
11051
11052 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11053
11054 * gdb.texinfo: updates re threads.
11055 * remote.texinfo: avoid index entries starting with digits.
11056
11057 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11058
11059 * stabs.texinfo (Enumerations): Talk about large, negative and
11060 octal values. Clean up cross reference to type attributes.
11061 (String Field): Say that GDB 4.11 supports size attribute.
11062
11063 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11064
11065 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11066 is a mandatory step. Make the stuff about that more concise.
11067
11068 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11069
11070 * stabs.texinfo (Class Names): New node.
11071
11072 * gdb.texinfo (Command Files): Explain order of init file reading.
11073
11074 * remote.texi (Bootstrapping): Talk about getting the serial driver
11075 to deal with ^C sent by gdb to stop the remote system.
11076
11077 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
11078
11079 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11080
11081 * libgdb.texinfo (Defining Commands): made the DOC arg
11082 to gdb_define_app_command a char * instead of char **
11083 per a suggestion from kingdon.
11084
11085 * libgdb.texinfo: total rewrite from a different starting
11086 premise.
11087
11088 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11089
11090 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11091 floats passed as doubles (to improve clarity).
11092
11093 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11094
11095 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11096
11097 * a4rc.sed: update to work with Andreas Vogel papersize params
11098
11099 * refcard.tex: use Andreas Vogel simplifications of papersize
11100 params; remove useless version info; update copyright date.
11101
11102 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11103
11104 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11105
11106 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11107
11108 * gdb.texinfo (Files): Say what address the load command loads it at.
11109
11110 * stabs.texinfo (Common Blocks): Minor cleanups.
11111
11112 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11113 that Sun has backed away from the linker kludge and thus the relevant
11114 issue is changes to the SunPRO tools, not the Solaris linker.
11115
11116 * stabs.texinfo (Traditional Integer Types): Clean up description
11117 of octal bounds a little bit. Document extra leading zeroes.
11118
11119 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11120
11121 * gdb.texinfo (Signaling): Update for symbolic symbol names
11122 and add a section explaining the difference between the GDB
11123 signal command and the shell kill utility.
11124
11125 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
11126
11127 * libgdb.texinfo: added `@' to braces that were unescaped.
11128
11129 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
11130
11131 * libgdb.texinfo: new file. Spec for the gdb library.
11132
11133 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11134
11135 * stabs.texinfo (Include Files): Fix typo (start -> end).
11136
11137 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11138
11139 * gdb.texinfo, remote.texi: assorted small improvements, mostly
11140 from Melissa at FSF's editing pass.
11141
11142 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11143
11144 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11145 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11146 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11147
11148 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11149
11150 * remote.texi (Bootstrapping): Discuss 386 call gates.
11151
11152 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11153
11154 * stabs.texinfo (Based Variables): New node.
11155
11156 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11157
11158 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11159 names, sizes, and formats to suggest how not to lose.
11160
11161 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
11162
11163 * stabs.texinfo (Methods): Fix typo.
11164
11165 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11166
11167 * gdb.texinfo: Fix a few typos.
11168
11169 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11170
11171 * gdb.texinfo: Clarify how well it works with Fortran.
11172
11173 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11174 More on relocating stabs in ELF files.
11175
11176 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11177
11178 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11179
11180 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11181
11182 * stabs.texinfo (Local Variable Parameters): Talk about nameless
11183 parameters on VAX.
11184
11185 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11186
11187 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11188
11189 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11190
11191 * stabs.texinfo: Make info author notice match the TeX author notice.
11192
11193 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
11194
11195 * stabs.texinfo: Initial-caps all words in node names and
11196 non-trivial words in section names.
11197
11198 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11199
11200 * stabs.texinfo: Many minor cleanups.
11201
11202 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11203
11204 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
11205
11206 * stabs.texinfo: Remove full description of big example.
11207 It's not really helpful; just use pieces of it where appropriate.
11208 Add more Texinfo formatting directives (@samp, etc.).
11209 Use @deffn to define stab types.
11210 Eliminate some wordiness. Break up some nodes.
11211 Add an (alphabetized) index of symbol types.
11212 Use consistent capitalization style in node and section names.
11213
11214 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
11215
11216 * gdb.texinfo: Change typo "Two two" to "The two".
11217
11218 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11219
11220 * stabs.texinfo (XCOFF-differences): Remove references to
11221 non-existent types N_DECL and N_RPSYM.
11222
11223 * stabs.texinfo (String Field): Say that type attributes bug is
11224 fixed in GDB 4.10, since it is.
11225
11226 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11227
11228 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
11229
11230 * stabs.texinfo: Formatting cleanups.
11231
11232 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11233
11234 * stabs.texinfo: When explaining the n_type of a stab, standardize
11235 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11236 no tabs, use @r).
11237 (Global Variables): Clean up.
11238
11239 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11240
11241 * stabs.texinfo (Stack Variables): Re-write.
11242
11243 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11244
11245 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11246 addresses of a source file. Also revise formatting.
11247 Change "object module" or "object file" to "source file".
11248 Various: Miscellaneous cleanups.
11249
11250 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11251
11252 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11253
11254 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11255
11256 * gdbint.texinfo: Removed many nonsensical machine-collected
11257 host and target conditionals, described some of the remainder.
11258
11259 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11260
11261 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11262
11263 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11264 paragraph which follows.
11265
11266 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11267 variables. Looks better and avoids overful hbox.
11268
11269 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11270
11271 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11272
11273 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11274
11275 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11276 retransmit-timeout
11277
11278 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11279
11280 * gdbint.texinfo: Update statement about `some ancient Unix
11281 systems, like Ultrix 4.0' to Ultrix 4.2.
11282
11283 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11284
11285 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11286
11287 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11288
11289 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11290 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11291
11292 * remote.texi: new name for former gdbinv-s.texi
11293
11294 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11295
11296 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11297
11298 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11299 variables for MIPS remote debugging protocol.
11300
11301 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11302
11303 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11304
11305 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11306
11307 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11308
11309 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11310
11311 * gdb.texinfo: repair conditional bugs in text markup
11312
11313 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11314
11315 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11316 to select Modula-2 material.
11317
11318 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11319
11320 * stabs.texinfo: Cleanups regarding statics.
11321
11322 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11323 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11324
11325 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11326
11327 * stabs.texinfo: N_MAIN is sometimes used for C.
11328
11329 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11330
11331 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11332
11333 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11334
11335 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11336 removed from the code by Kingdon.
11337
11338 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11339
11340 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11341 input when evaluating breakpoint conditions; the bug has been fixed.
11342
11343 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11344 sets the ignore count to N-1, not to N.
11345
11346 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11347
11348 * refcard.tex (\hoffset): correct longstanding error to match
11349 intended offset; avoids cutting off edge on some printers
11350
11351 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11352
11353 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11354
11355 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11356
11357 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11358
11359 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11360
11361 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11362 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11363 collect sed edits if any, apply to refcard before formatting;
11364 (refcard.ps) stop implying PS fonts if PS output requested;
11365 (lrefcard.ps) delete extra target for variant PS fonts
11366
11367 * refcard.tex: parametrize papersize dependent info, collect
11368 in easily replaced spot
11369
11370 * a4rc.sed: new file, edits to refcard for A4 paper
11371
11372 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11373
11374 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11375
11376 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11377
11378 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11379
11380 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11381
11382 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11383 politely rather than rudely.
11384
11385 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11386
11387 * stabs.texinfo: Document common blocks.
11388
11389 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11390
11391 * stabs.texinfo: Add some basic info about stabs-in-elf.
11392
11393 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11394
11395 * stabs.texinfo (Top): Minor cleanup.
11396
11397 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11398
11399 * Makefile.in (install-info): remove parentdir support
11400
11401 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11402
11403 * gdb.texinfo (Copying): delete this node and references to it;
11404 RMS says this manual need not carry GPL. (passim): Improvements
11405 from last round at FSF, largely due to Ian Taylor review, and
11406 minor formatting improvements.
11407
11408 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11409 largely due to Ian Taylor review. (Debug Session): minor edits to
11410 new text.
11411
11412 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11413
11414 * Makefile.in (realclean): Remove info and dvi files too.
11415
11416 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11417
11418 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11419 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11420 * gdb.texinfo: Change accordingly.
11421
11422 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11423 N_{L,R}BRAC,N_SLINE are relative to.
11424
11425 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11426
11427 * Makefile.in (GDBvn.texi): Update atomically.
11428
11429 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11430
11431 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11432
11433 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11434
11435 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11436 addresses together. Also motivate the set print symbol-filename
11437 command and suggest other solutions.
11438
11439 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11440
11441 * gdb.texinfo (set print elements): Note that the number of
11442 elements is set to unlimited by "set print elements 0".
11443
11444 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11445
11446 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11447 NF_LDOUBLE means.
11448 (Stab Types): Include Solaris stab types.
11449 (Procedures): Document Solaris extensions.
11450
11451 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11452
11453 * gdb.texinfo: Add `set print symbol-filename' doc.
11454
11455 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11456
11457 * stabs.texinfo (Arrays): Talk about type definition vs. type
11458 information.
11459
11460 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11461 the trailing semicolon.
11462
11463 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11464
11465 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11466 and merge in other parts of the document addressing these subjects.
11467 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11468
11469 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11470 at the end of a range type.
11471
11472 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11473 AIX extensions.
11474
11475 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11476
11477 * stabs.texinfo (Stabs Format): Misc fixes.
11478
11479 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11480
11481 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11482 (Traditional builtin types): Document convex convention for long long.
11483 (Negative builtin types): Discuss type names, and misc fixes.
11484
11485 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11486
11487 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11488 point types used with @samp{R} type descriptor.
11489 (Symbol Descriptors): Describe how to handle conflict between
11490 different meanings of @samp{P} symbol descriptor.
11491
11492 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11493
11494 * stabs.texinfo: Remove node Quick Reference and put its children
11495 directly under the main menu.
11496
11497 * stabs.texinfo: Many more changes to bring it into line with
11498 AIX documentation and reality. I think it now has all the
11499 information from the AIX documentation, except that I burned
11500 out when I got to variant records (Pascal and Modula-2) and
11501 all the COBOL types. Oh well, we can add them later when we're
11502 worrying more about those languages.
11503
11504 * stabs.texinfo (Automatic variables): Talk about what it means
11505 to omit the symbol descriptor.
11506
11507 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11508
11509 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11510 gcc2 behavior with promoted args.
11511
11512 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11513
11514 * gdb.texinfo: include readline appendices in info version of manual
11515
11516 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11517
11518 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11519 target remote.
11520
11521 * gdb.texinfo (Machine Code): more index entries for disassemble
11522
11523 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11524
11525 * Clarify the intended use of the gdb-testers and gdb-patches
11526 mailing lists, and shrink gzip comment.
11527
11528 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11529
11530 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11531 DOSHOST configuration of manual.
11532
11533 * gdb.texinfo (MIPS Stack): new node.
11534
11535 * all-config.texi (MIPS) new switch.
11536
11537 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11538 tense; (MIPS Remote) new node.
11539
11540 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11541 bug; (Environment) less passive, other small cleanups in text about
11542 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11543 (Remote) new MIPS Remote menu entry.
11544
11545 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11546
11547 * stabs.texinfo: Many changes to include information from the
11548 AIX documentation.
11549
11550 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11551
11552 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11553
11554 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11555 Move a bunch of information from ../README.
11556 (Getting Started): New node.
11557
11558 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11559
11560 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11561
11562 * gdb.texinfo: advance manual revision dates to present
11563
11564 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11565 stop using silly Roman numerals in @set variable names
11566
11567 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11568
11569 * stabs.texinfo (Parameters): Keep trying to get this right.
11570
11571 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11572
11573 * stabs.texinfo (Parameters): More on "local parameters".
11574
11575 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11576
11577 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11578
11579 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11580
11581 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11582 (Parameters): Rewrite.
11583 (xcoff-differences, Sun-differences): Minor changes.
11584
11585 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11586
11587 * stabs.texinfo: Minor cleanup.
11588
11589 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11590
11591 * gdbint.texinfo: Minor xcoff stuff.
11592
11593 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11594
11595 * gdbint.texinfo: Update for new config directory structure.
11596 Add info about internal type data structures.
11597
11598 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11599
11600 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11601 $(srcdir).
11602 (gdb-config.texi): Depend on file in $(srcdir).
11603
11604 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11605
11606 * stabs.texinfo: Fixes about N_SO.
11607
11608 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11609
11610 * gdb.texinfo: include list of nonstandard init file names
11611
11612 * *-config.texi: new switch GENERIC for text that applies *only*
11613 to (usual) multiple-target version of manual
11614
11615 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11616 h8 config
11617
11618 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11619 in menus (rather than conditionally selected multiple alternative
11620 menus).
11621
11622 * Makefile.in: define and use DOC_CONFIG var to select
11623 configuration for GDB user manual.
11624
11625 * gdb-config.texi: delete from repository, generate from Makefile.
11626
11627 * all-config.texi: normal `generic' configuration file, formerly
11628 stored as gdb-config.texi
11629
11630 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11631
11632 * Makefile.in: add dvi target to build all .dvi files
11633
11634 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11635
11636 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11637
11638 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11639
11640 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11641 host conditionals.
11642 * stabs.texinfo: More array fixes inspired by Jim's.
11643
11644 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11645
11646 * stabs.texinfo: Fixes re arrays and continuations.
11647
11648 * gdbint.texinfo: Add XCOFF node.
11649
11650 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11651
11652 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11653
11654 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11655
11656 * stabs.texinfo: Fix for array types to mention lower bounds.
11657
11658 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11659
11660 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11661
11662 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11663
11664 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11665
11666 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11667
11668 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11669 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11670
11671 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11672
11673 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11674
11675 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11676
11677 * gdb.texinfo, gdbinv-s.texi: misc updates
11678
11679 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11680
11681 * gdbint.texinfo: Brief documentation for longjmp support,
11682 from an email msg by Stu.
11683
11684 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11685
11686 * stabs.texinfo: Fix description of floating point "range"
11687 types (which really define basic types). Reported by Jim Meehan,
11688 <meehan@src.dec.com>.
11689
11690 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11691
11692 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11693
11694 * gdbint.texinfo: Slightly expand section on supporting a new
11695 object file format.
11696
11697 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11698
11699 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11700 intermediate file.
11701
11702 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11703
11704 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11705
11706 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11707
11708 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11709
11710 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11711 as well as Z8002.
11712
11713 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11714
11715 * gdbint.texinfo: Add sections on clean design and on how to send
11716 in changes.
11717
11718 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11719
11720 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11721
11722 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11723
11724 * gdb.texinfo: Fix typo, reported by Karl Berry.
11725
11726 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11727
11728 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11729
11730 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11731
11732 * gdbint.texinfo: fixed a stray email address (needs @@),
11733 added @table @code to node "Native Conditionals"
11734
11735 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11736
11737 * gdbint.texinfo: Describe coding style of GDB.
11738
11739 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11740
11741 * stabs.texinfo: Minor wording changes.
11742
11743 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11744
11745 * gdbint.texinfo: Improve release doc slightly.
11746
11747 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11748
11749 * gdbint.texinfo: Improve doc of GDB config macros.
11750
11751 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11752
11753 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11754 These will be reinserted when examined.
11755
11756 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11757
11758 * gdbint.texinfo: Make a start at documenting all the #if macros
11759 in GDB. At least list them all, and start separating them into
11760 host-specific and target-specific.
11761
11762 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11763
11764 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11765 examples (not consistent w others).
11766 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11767 for generic vn of doc
11768
11769 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11770
11771 * Makefile.in: always create installation directories.
11772
11773 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11774
11775 * gdb.texinfo: in h8 config, do not describe searching commands.
11776
11777 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11778
11779 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11780 conditionals; introduce a few generic switches that may be
11781 useful for other cross-dev or dos-hosted configs.
11782
11783 * gdb.texinfo: fix typo in "info reg" description
11784
11785 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11786
11787 * stabs.texinfo: Minor updates from running TeX over it.
11788 * Makefile.in (stabs.dvi, stabs.ps): Add.
11789
11790 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11791
11792 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11793 First pass at converting it to texinfo.
11794
11795 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11796
11797 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11798 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11799
11800 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11801
11802 * gdbint.texinfo: Add section on partial symbol tables.
11803
11804 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11805
11806 * gdb.texinfo: document `set remotedebug' and `set
11807 rstack_high_address'.
11808
11809 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11810
11811 * gdb.texinfo: slight expansion of new text on reading info files
11812 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11813 H8/300 from DOS.
11814
11815 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11816
11817 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11818
11819 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11820
11821 * gdb.texinfo: Say how to read the `info' files.
11822
11823 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11824
11825 * Makefile.in: gm4 -> m4.
11826
11827 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11828
11829 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11830 Documentation' ahead of `Installing GDB' to match README.
11831 Update shared library doc, -readnow and -mapped, and directory
11832 structure (add glob and mmalloc). Update configure doc.
11833
11834 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11835
11836 * Makefile.in: remove $(srcdir) from gdb.info rule.
11837
11838 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11839
11840 * Makefile.in: commented out gdb-all.texinfo rule. This is
11841 temporary.
11842
11843 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11844
11845 * Makefile.in, configure.in: removed traces of namesubdir,
11846 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11847 copyrights to '92, '13, changed some from Cygnus to FSF.
11848
11849 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11850
11851 * gdb.texinfo: Improve how we ask for bug reports.
11852
11853 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11854
11855 * Makefile.in: infodir belongs in datadir.
11856
11857 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11858
11859 * Makefile.in: remove spaces following hyphens, bsd make can't
11860 cope. install using INSTALL_DATA. added clean-info. added
11861 standards.text support.
11862
11863 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11864
11865 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11866 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11867 and mandir now keyed off datadir by default.
11868
11869 \f
11870 Local Variables:
11871 mode: change-log
11872 left-margin: 8
11873 fill-column: 74
11874 version-control: never
11875 coding: utf-8
11876 End:
This page took 0.489739 seconds and 5 git commands to generate.