Add $_as_string convenience function
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.texinfo (Convenience Functions): Document $_as_string.
4
5 2016-02-23 Doug Evans <dje@google.com>
6
7 * gdb.texinfo (Skipping Over Functions and Files): Document new
8 options to "skip" command. Update docs of output of "info skip".
9
10 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11
12 * gdb.texinfo (Signals): Add bound violation display hints for
13 a SIGSEGV.
14
15 2016-02-18 Marcin Koƛcielnicki <koriakin@0x04.net>
16
17 * gdb.texinfo (Trace File Format): Add documentation for description
18 section lines.
19
20 2016-02-10 Marcin Koƛcielnicki <koriakin@0x04.net>
21
22 * gdb.texinfo (Trace File Format): Remove misleading information
23 about register block ordering.
24
25 2016-02-01 Doug Evans <dje@google.com>
26
27 * gdb.texinfo (Value Sizes): Fix typo.
28
29 2016-02-01 Doug Evans <dje@google.com>
30
31 * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
32
33 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * gdb.texinfo (Value Sizes): New section.
36 (Data): Add the 'Value Sizes' node to the menu.
37
38 2016-01-26 John Baldwin <jhb@FreeBSD.org>
39
40 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
41
42 2016-01-19 John Baldwin <jhb@FreeBSD.org>
43
44 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
45
46 2016-01-18 Pedro Alves <palves@redhat.com>
47
48 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
49 of the thread that hit a breakpoint or received a signal.
50
51 2016-01-15 Pedro Alves <palves@redhat.com>
52
53 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
54
55 2016-01-13 Pedro Alves <palves@redhat.com>
56
57 * gdb.texinfo (Threads): Document the $_gthread convenience
58 variable.
59 (Convenience Vars): Likewise.
60
61 2016-01-13 Pedro Alves <palves@redhat.com>
62
63 * gdb.texinfo (Threads): Document "info threads -gid".
64
65 2016-01-13 Pedro Alves <palves@redhat.com>
66
67 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
68 anchor.
69 (Threads In Python): Document new InferiorThread.global_num
70 attribute.
71
72 2016-01-07 Pedro Alves <palves@redhat.com>
73
74 * gdb.texinfo (Threads): Document per-inferior thread IDs,
75 qualified thread IDs, global thread IDs and thread ID lists.
76 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
77 thread IDs.
78 (Convenience Vars): Document the $_thread convenience variable.
79 (Ada Tasks): Adjust to refer to thread IDs.
80 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
81 Commands, GDB/MI Variable Objects): Update to mention global
82 thread IDs.
83 * guile.texi (Breakpoints In Guile)
84 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
85 global thread IDs instead of thread IDs.
86 * python.texi (Threads In Python): Adjust documentation of
87 InferiorThread.num.
88 (Breakpoint.thread): Mention global thread IDs instead of thread
89 IDs.
90
91 2016-01-13 Pedro Alves <palves@redhat.com>
92
93 * python.texi (Threads In Python): Document
94 InferiorThread.inferior.
95
96 2016-01-13 Pedro Alves <palves@redhat.com>
97
98 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
99 convenience variable.
100 (Convenience Vars): Likewise.
101
102 2016-01-12 Josh Stone <jistone@redhat.com>
103 Philippe Waroquiers <philippe.waroquiers@skynet.be>
104
105 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
106 (Stop Reply Packets): List the syscall entry and return stop reasons.
107 (General Query Packets): Describe QCatchSyscalls, and add it to the
108 table and the detailed list of stub features.
109
110 2016-01-12 Pedro Alves <palves@redhat.com>
111
112 Remove use of the registered trademark symbol throughout.
113
114 2016-01-12 Yao Qi <yao.qi@linaro.org>
115
116 * gdb.texinfo (Interrupts): Update the document on handling
117 interrupt when program is stopped.
118
119 2015-12-11 Don Breazeal <donb@codesourcery.com>
120
121 * gdb.texinfo (Forks): Correct Linux kernel version where
122 fork and exec events are supported, add notes about support
123 of these events in target remote mode.
124 (Connecting): Reorganize and clarify distinctions between
125 target remote, extended-remote, and multiprocess.
126 Reorganize related text from separate sections into new
127 sections.
128 (Server): Note effects of target extended-remote mode.
129 Delete section on Multi-Process Mode for gdbserver.
130 Move some text to "Connecting" node.
131
132 2015-12-10 Pedro Alves <palves@redhat.com>
133
134 * gdb.texinfo (Threads): Replace warning with explanation
135 about single-threaded programs.
136
137 2015-12-10 Pedro Alves <palves@redhat.com>
138
139 * gdb.texinfo (Threads): Remove mention of SGI.
140 (Forks): Remove mention of HP-UX.
141 (Breakpoints): Remove mention of HP-UX.
142 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
143 Reword in terms of architectures.
144 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
145 mention supported systems.
146 (Convenience Vars): Don't mention HP-UX.
147 (Jumping): Remove mention of HP-UX in comment.
148 (Files) <shared libraries>: Update supported shared library types
149 list. Remove mention of HP-UX.
150 (Native): Remove HP-UX subsection.
151 (SVR4 Process Information): Remove mention of HP-UX.
152
153 2015-12-10 Pedro Alves <palves@redhat.com>
154
155 * gdb.texinfo (Stack): Reorder menu.
156
157 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
158
159 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
160 -var-set-format's new zero-hexadecimal format.
161
162 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
163
164 * gdb.texinfo (Ada Mode Into): Move overloading support
165 description to its own node.
166 (Overloading support for Ada): New node.
167
168 2015-11-30 Pedro Alves <palves@redhat.com>
169
170 PR 14618
171 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
172 (Remote Configuration): Add the "set/show remote
173 no-resumed-stop-reply" to the available settings table.
174 (General Query Packets): Document the "no-resumed" qSupported
175 feature.
176
177 2015-11-30 Pedro Alves <palves@redhat.com>
178
179 * gdb.texinfo (Remote Configuration): List "set/show remote
180 thread-events" command in configuration table.
181 (Stop Reply Packets): Document "T05 create" stop
182 reason and 'w' stop reply.
183 (General Query Packets): Document QThreadEvents packet. Document
184 QThreadEvents qSupported feature.
185
186 2015-11-30 Pedro Alves <palves@redhat.com>
187
188 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
189 anchor.
190 (Packets): Document vCtrlC.
191
192 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
193
194 * gdb.texinfo (Thread List Format): Mention thread names.
195
196 2015-11-24 Pedro Alves <palves@redhat.com>
197
198 PR 17539
199 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
200 program-spaces" example to ascending order listing.
201 (Threads): Adjust "info threads" example to ascending order
202 listing.
203 (Forks): Adjust "info inferiors" example to ascending order
204 listing.
205
206 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
207
208 * gdb.texinfo (Process Record and Replay): Document "record
209 instruction-history" modifiers.
210
211 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
214 description.
215 (Frame Filter Management): Move to later in the 'Examining the
216 Stack' chapter.
217 (Selection): Add entry for 'select-frame'.
218
219 2015-09-25 Doug Evans <dje@google.com>
220
221 * gdb.texinfo (Process Record and Replay): Fix syntax of
222 "record instruction-history begin, end" and
223 "record function-call-history begin, end".
224
225 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
226
227 * gdb.texinfo (Specifying Source Directories): Fix
228 substitute-path example.
229
230 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
231
232 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
233
234 2015-09-15 Pedro Alves <palves@redhat.com>
235
236 PR remote/18965
237 * gdb.texinfo (Stop Reply Packets): Revert previous change to
238 the vforkdone description.
239
240 2015-09-15 Pedro Alves <palves@redhat.com>
241
242 PR remote/18965
243 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
244 part indicates the thread ID of the parent process.
245
246 2015-09-15 Yao Qi <yao.qi@linaro.org>
247
248 * gdb.texinfo (General Query Packets): Add vContSupported to
249 tables of 'gdbfeatures' and 'stub features' supported in the
250 qSupported packet, as well as to the list containing stub
251 feature details.
252
253 2015-09-11 Don Breazeal <donb@codesourcery.com>
254
255 * gdb.texinfo (Remote Configuration): Add exec event
256 feature to table of packet settings.
257 (Stop Reply Packets): Add exec events to the list of stop
258 reasons.
259 (General Query Packets): Add exec events to tables of
260 'gdbfeatures' and 'stub features' supported in the qSupported
261 packet, as well as to the list containing stub feature
262 details.
263
264 2015-08-24 Pedro Alves <palves@redhat.com>
265
266 * gdb.texinfo (Remote Configuration): Document the "set/show
267 remote multiprocess-extensions-packet" commands.
268
269 2015-08-24 Pedro Alves <palves@redhat.com>
270
271 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
272 <M32R>: Remove references to M32R/D.
273 <M68K>: Remove references to target dbug.
274 <MIPS Embedded>: Remove references to target r3900 and target
275 array.
276 <PowerPC Embedded>: Remove references to target dink32 and target
277 ppcbug, target sds
278 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
279
280 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
283
284 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
287
288 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.texinfo (Maintenance Commands): Move documentation of "main
291 info bfds" to...
292 (File Caching): A New section. Outline bfd caching, and add new
293 description for "main set/show bfd-sharing".
294
295 2015-08-14 Doug Evans <xdje42@gmail.com>
296
297 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
298 disassembly.
299 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
300
301 2015-08-11 Keith Seitz <keiths@redhat.com>
302
303 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
304 Use "location(s)"instead of "linespec(s)".
305 (Specifying a Location): Rewrite.
306 Add subsections describing linespec, address, and explicit locations.
307 Add node/menu for each subsection.
308 (Source and Machine Code, C Preprocessor Macros)
309 (Create and Delete Trace points)
310 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
311 (Continuing at a Different Address): Remove "linespec" examples.
312 Add reference to "Specify a Location"
313 (The -break-insert Command): Rewrite. Add anchor.
314 Add reference to appropriate manual section discussing locations.
315 (The -dprintf-insert Command): Refer to -break-insert for
316 specification of 'location'.
317
318 2015-08-07 Pedro Alves <palves@redhat.com>
319
320 * gdb.texinfo (Maintenance Commands): Document "maint set/show
321 target-non-stop".
322
323 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
324
325 * gdb.texinfo (Process Record and Replay): Document prefixing of
326 speculatively executed instructions in the "record instruction-history"
327 command.
328
329 2015-07-20 Doug Evans <dje@google.com>
330
331 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
332
333 2015-07-16 Doug Evans <dje@google.com>
334
335 * stabs.texinfo: @include gdb-cfg.texi.
336
337 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 Revert the previous 2 commits:
340 gdbserver build-id attribute generator
341 Validate symbol file using build-id
342
343 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 * gdb.texinfo (Files): Add 'set validate-build-id'
346 and 'show validate-build-id'.
347
348 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
349 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 gdbserver build-id attribute generator.
352 * gdb.texinfo (Library List Format for SVR4 Targets): Add
353 'build-id' in description, example, new attribute in dtd.
354
355 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * gdb.texinfo (Selection): Update documentation for 'frame'
358 command.
359
360 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
361
362 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
363 commands.
364
365 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
366
367 * gdb.texinfo (Process Record and Replay): Spell out that variables
368 and registers are not available during btrace replay.
369 Describe the new "record btrace pt" command.
370 Describe the new "set|show record btrace pt buffer-size" options.
371 (General Query Packets): Describe the new Qbtrace:pt and
372 Qbtrace-conf:pt:size packets.
373 Expand "bts" to "Branch Trace Store".
374 Update the branch trace DTD.
375
376 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
377
378 * gdb.texinfo (Command History): Document the new option
379 "history remove-duplicates".
380
381 2015-06-19 Doug Evans <dje@google.com>
382
383 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
384 longer supported.
385
386 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
387
388 * gdb.texinfo (Command History): Mention that setting
389 GDBHISTSIZE to the empty string disables history truncation.
390
391 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
392
393 PR gdb/16999
394 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
395 behavior.
396
397 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
398
399 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
400 with GDBHISTSIZE.
401
402 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
403
404 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
405 bytes and memory units for -data-{read,write}-memory-bytes.
406 (Packets): Same for m, M and X packets.
407 * python.texi (Inferiors In Python): Same for read_memory and
408 write_memory.
409
410 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
411
412 * gdb.texinfo (Separate Debug Files): Document that PE is also
413 supported.
414
415 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
418 single table entry.
419
420 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
421
422 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
423
424
425 2015-06-10 Gary Benson <gbenson@redhat.com>
426
427 * gdb.texinfo (Remote Configuration): Document the
428 "set/show remote hostio-setfs-packet" command.
429 (Host I/O Packets): Document the vFile:setfs packet.
430
431 2015-06-10 Gary Benson <gbenson@redhat.com>
432
433 * gdb.texinfo (Debugging Output): Document the "set/show debug
434 linux-namespaces" command.
435
436 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
437 Mircea Gherzan <mircea.gherzan@intel.com>
438
439 * gdb.texinfo (i386): Add documentation about "show mpx bound"
440 and "set mpx bound".
441
442 2015-05-27 Doug Evans <dje@google.com>
443
444 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
445
446 2015-05-26 Doug Evans <dje@google.com>
447
448 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
449 command renamings.
450 (Maintenance Commands): Update for DWARF "set debug" command renamings.
451
452 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
455
456 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
459 (TUI Commands): Add 'tui enable' and 'tui disable' details.
460
461 2015-05-16 Doug Evans <xdje42@gmail.com>
462
463 * guile.texi (Memory Ports in Guile): Document support for unbuffered
464 memory ports.
465
466 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
469
470 2015-05-12 Don Breazeal <donb@codesourcery.com>
471
472 * gdb.texinfo (Forks): Note that fork debugging is
473 supported in extended mode.
474 (Remote Configuration): Add fork event features to table
475 of packet settings.
476 (Stop Reply Packets): Add fork events to list of stop reasons.
477 (General Query Packets): Add fork events to tables of
478 'gdbfeatures' and 'stub features' supported in the qSupported
479 packet, as well as to the list containing stub feature
480 details.
481
482 2015-05-12 Gary Benson <gbenson@redhat.com>
483
484 * gdb.texinfo (General Query Packets): Document
485 qXfer:exec-file:read with empty annex.
486
487 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
488
489 * python.texi (Values From Inferior): Add descriptions of new
490 methods gdb.Value.reference_value and gdb.Value.const_value.
491
492 2015-05-06 Joel Brobecker <brobecker@adacore.com>
493
494 * gdb.texinfo (Files): Add "info dll" documentation.
495 (Cygwin Native): Remove "info dll" documentation.
496
497 2015-04-29 Doug Evans <dje@google.com>
498
499 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
500 Document.
501 (Writing an Xmethod): Add get_result_type to example.
502
503 2015-04-28 Sasha Smundak <asmundak@google.com>
504
505 * python.texi: New method documented.
506
507 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
510 format.
511
512 2015-04-24 Doug Evans <dje@google.com>
513
514 * python.texi (Xmethods In Python): Fix name of method to call the
515 xmethod.
516
517 2015-04-17 Gary Benson <gbenson@redhat.com>
518
519 * gdb.texinfo (Connecting to a Remote Target): Mention that
520 GDB can access program files from remote targets that support
521 qXfer:exec-file:read and Host I/O packets.
522
523 2015-04-17 Gary Benson <gbenson@redhat.com>
524
525 * gdb.texinfo (Remote Configuration): Document the "set/show
526 remote pid-to-exec-file-packet" command.
527 (General Query Packets): Document the qXfer:exec-file:read
528 qSupported features. Document the qXfer:exec-file:read packet.
529
530 2015-04-17 Gary Benson <gbenson@redhat.com>
531
532 * gdb.texinfo (set sysroot): Document that "set sysroot" also
533 applies to executable paths if supplied to GDB as absolute.
534
535 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 * gdb.texinfo (Mode Options): Remove -xdb.
538
539 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
540 Eli Zaretskii <eliz@gnu.org>
541
542 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
543 compile, show debug compile. New subsection Compilation options for
544 the compile command. New subsection Compiler search for the compile
545 command.
546
547 2015-04-09 Andy Wingo <wingo@igalia.com>
548
549 * guile.texi (Frames In Guile): Describe frame-read-register.
550
551 2015-04-02 Gary Benson <gbenson@redhat.com>
552
553 * gdb.texinfo (set sysroot): Document "target:".
554
555 2015-04-01 Sasha Smundak <asmundak@google.com>
556
557 * doc/python.texi (Writing a Frame Unwinder in Python): Add
558 section.
559
560 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
561
562 PR corefiles/16092
563 * gdb.texinfo (gcore): Mention new command 'set
564 use-coredump-filter'.
565 (set use-coredump-filter): Document new command.
566
567 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
568
569 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
570 documentation, reorder the info os entries in alphabetical order.
571
572 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
573
574 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
575 -data-write-memory-bytes.
576
577 2015-03-24 Pedro Alves <palves@redhat.com>
578
579 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
580 mention that threads may sometimes run unlocked.
581
582 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
583
584 * gdb.texinfo (Remote configuration): Document "set/show
585 serial parity" command.
586
587 2015-03-18 Gary Benson <gbenson@redhat.com>
588
589 * gdb.texinfo (General Query Packets): Remove documentation
590 for now-removed vFile:fstat qSupported features.
591
592 2015-03-11 Gary Benson <gbenson@redhat.com>
593
594 * gdb.texinfo (Remote Configuration): Document the
595 "set/show remote hostio-fstat-packet" command.
596 (General Query Packets): Document the vFile:fstat
597 qSupported features.
598 (Host I/O Packets): Document the vFile:fstat packet.
599
600 2015-03-11 Andy Wingo <wingo@igalia.com>
601
602 * guile.texi (Objfiles In Guile): Document objfile-progspace.
603
604 2015-03-04 Pedro Alves <palves@redhat.com>
605
606 * gdb.texinfo (Remote Configuration): Document the "set/show
607 remote swbreak-feature-packet" and "set/show remote
608 hwbreak-feature-packet" commands.
609 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
610 decription.
611 (Stop Reply Packets): Document the swbreak and hwbreak stop
612 reasons.
613 (General Query Packets): Document the swbreak and hwbreak
614 qSupported features.
615 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
616
617 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
618
619 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
620 under *stopped.
621
622 2015-03-02 Doug Evans <xdje42@gmail.com>
623
624 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
625
626 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
627
628 * gdb.texinfo (S/390 and System z Features): Describe new feature
629 "org.gnu.gdb.s390.vx".
630
631 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
632
633 PR gdb/18008
634 * gdb.texinfo (maint internal-error, maint internal-warning, maint
635 demangler-warning): Fix typo ("problam").
636
637 2015-02-19 David Taylor <dtaylor@emc.com>
638
639 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
640
641 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
642
643 * gdb.texinfo (Static Probe Points): Add cindex `static probe
644 point, DTrace'.
645 (Static Probe Points): Modified to cover DTrace probes in addition
646 to SystemTap probes. Also modified to cover the `enable probe'
647 and `disable probe' commands.
648
649 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
650
651 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
652 `disable probe' commands.
653
654 2015-02-12 David Taylor <dtaylor@emc.com>
655
656 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
657 fields of the QTDV packet.
658
659 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
660
661 * gdb.texinfo (Branch Trace Configuration Format): Add size.
662 (Process Record and Replay): Describe new set|show commands.
663 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
664
665 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
666
667 * gdb.texinfo (Process Record and Replay): Describe the "record
668 btrace bts" command.
669 (General Query Packets): Describe qXfer:btrace-conf:read packet.
670 (Branch Trace Configuration Format): New.
671
672 2015-01-31 Gary Benson <gbenson@redhat.com>
673 Doug Evans <dje@google.com>
674
675 * gdb.texinfo (Command Completion): Document new
676 "set/show max-completions" option.
677
678 2015-01-31 Doug Evans <xdje42@gmail.com>
679
680 * gdb.texinfo (Symbols): Document new commands
681 "maint print symbol-cache", "maint print symbol-cache-statistics",
682 "maint flush-symbol-cache". Document new option
683 "maint set symbol-cache-size".
684
685 2015-01-31 Doug Evans <xdje42@gmail.com>
686
687 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
688 distinguish script files vs inlined scripts.
689 * python.texi (Python Auto-loading): Ditto.
690
691 2015-01-30 Doug Evans <dje@google.com>
692
693 * gdb.texinfo (Symbols) <info source>: Output now contains producer
694 string if present.
695
696 2015-01-27 Doug Evans <dje@google.com>
697
698 * python.texi (Objfiles In Python): Document Objfile.username.
699
700 2015-01-27 Doug Evans <dje@google.com>
701
702 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
703 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
704
705 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
706
707 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
708
709 2015-01-16 Eli Zaretskii <eliz@gnu.org>
710
711 * doc/gdb.texinfo (TUI Commands): Document the possible
712 values of NAME argument to 'winheight' command. Explain the
713 effect of 'tabset' setting better.
714
715 2015-01-11 Doug Evans <xdje42@gmail.com>
716
717 PR gdb/15830
718 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
719 (Symbols): Ditto.
720 (Maintenance Commands): Delete docs for "maint demangle".
721
722 2014-12-31 Joel Brobecker <brobecker@adacore.com>
723
724 * gdb.texinfo (Files): Remove documentation of the
725 "add-shared-symbol-files" and "assf" commands.
726 (Cygwin Native): Remove documentation of the "dll-symbols"
727 command.
728
729 2014-12-17 Doug Evans <xdje42@gmail.com>
730
731 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
732
733 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
734 Jan Kratochvil <jan.kratochvil@redhat.com>
735
736 * gdb.texinfo (Altering): Update.
737 (Compiling and Injecting Code): New node.
738
739 2014-12-12 Doug Evans <dje@google.com>
740
741 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
742
743 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
744
745 * gdb.texinfo: Document "maint print user-registers".
746
747 2014-12-08 Doug Evans <dje@google.com>
748
749 * python.texi (Objfiles In Python): Document Objfile.owner.
750
751 2014-12-04 Doug Evans <dje@google.com>
752
753 * python.texi (Objfiles In Python): Document
754 Objfile.add_separate_debug_file.
755
756 2014-12-04 Doug Evans <dje@google.com>
757
758 * python.texi (Objfiles In Python): Document Objfile.build_id.
759
760 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
761
762 * python.texi (Events In Python): Document new events
763 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
764 and RegisterChangedEvent.
765
766 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
767
768 Add add-auto-load-scripts-directory.
769 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
770 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
771
772 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
773
774 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
775 description typo.
776
777 2014-10-30 Doug Evans <dje@google.com>
778
779 * python.texi (Progspaces In Python): Document ability to add
780 random attributes to gdb.Progspace objects.
781 (Objfiles In Python): Document ability to add random attributes to
782 gdb.objfile objects.
783
784 2014-10-27 Pedro Alves <palves@redhat.com>
785
786 * gdb.texinfo (Continuing and Stepping): Add cross reference to
787 info on stepping and signal handlers.
788 (Signals): Explain stepping and signal handlers. Add context
789 index entry, and cross references.
790
791 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
792
793 * python.texi (Breakpoints In Python): Add parenthesis after
794 Breakpoint.delete. Clarify Breakpoint.enabled description so
795 that it contains "disable".
796
797 2014-10-17 Doug Evans <dje@google.com>
798
799 * python.texi (Events In Python): Document clear_objfiles event.
800
801 2014-10-17 Doug Evans <dje@google.com>
802
803 * python.texi (Objfiles In Python): Document new progspace attribute.
804
805 2014-10-17 Pedro Alves <palves@redhat.com>
806
807 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
808 (SVR4 Process Information): Delete mention of OSF/1.
809
810 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
811
812 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
813 exit-code field in -list-thread-groups output.
814
815 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
816
817 * gdb.texinfo (Set Breaks): Add missing "@end table".
818
819 2014-09-22 Pedro Alves <palves@redhat.com>
820
821 * gdb.texinfo (Set Breaks): Document that "set breakpoint
822 always-inserted off" is the default mode now. Delete
823 documentation of "set breakpoint always-inserted auto".
824
825 2014-09-18 Doug Evans <dje@google.com>
826
827 * python.texi (Symbol Tables In Python): Document "producer"
828 attribute of gdb.Symtab objects.
829
830 2014-09-16 Pedro Alves <palves@redhat.com>
831
832 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
833 (Embedded OS): Remove VxWorks menu entry.
834 (VxWorks): Remove node.
835
836 2014-09-13 Doug Evans <xdje42@gmail.com>
837
838 * gdb.texinfo (Signaling): Document new queue-signal command.
839
840 2014-09-06 Doug Evans <xdje42@gmail.com>
841
842 PR 15276
843 * gdb.texinfo (Convenience Funs): Document $_caller_is,
844 $_caller_matches, $_any_caller_is, $_any_caller_matches.
845
846 2014-09-03 Justin Lebar <jlebar@google.com>
847
848 * python.texi (Types In Python): Type.template_argument(n) returns a
849 gdb.Value or a gdb.Type and throws an exception if n is out of
850 range.
851
852 2014-09-03 Sasha Smundak <asmundak@google.com>
853
854 * python.texi (Frames in Python): Add read_register description.
855
856 2014-08-04 Tom Tromey <tromey@redhat.com>
857
858 * gdb.texinfo (Debugging Output): Update for change to "set debug
859 target".
860
861 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
862
863 Pushed by Joel Brobecker <brobecker@adacore.com>.
864 * Makefile.in (transform): New variable.
865 (install-man1, install-man5): Apply $(transform) to man file names.
866
867 2014-07-26 Doug Evans <xdje42@gmail.com>
868
869 PR guile/17177
870 * guile.texi (Guile Pretty Printing API): Fix typo.
871 Document set-pretty-printers!, pretty-printers.
872 (Selecting Guile Pretty-Printers): Update.
873 Mention program-space based pretty-printers.
874
875 2014-07-25 Pedro Alves <palves@redhat.com>
876 Eli Zaretskii <eliz@gnu.org>
877
878 * gdb.texinfo (Signaling) <signal command>: Explain what happens
879 with multi-threaded programs.
880
881 2014-06-27 Yao Qi <yao@codesourcery.com>
882
883 * gdb.texinfo (Maintenance Commands): Update the output of
884 'maint print dummy-frames' command.
885
886 2014-06-24 Eli Zaretskii <eliz@gnu.org>
887
888 * gdb.texinfo (Screen Size): Improve indexing.
889
890 2014-06-19 Gary Benson <gbenson@redhat.com>
891
892 * gdb.texinfo (Maintenance Commands): Document new
893 "maint set/show catch-demangler-crashes" option.
894
895 2014-06-19 Gary Benson <gbenson@redhat.com>
896
897 * gdb.texinfo (Maintenance Commands): Document new
898 "maint demangler-warning" command and new
899 "maint set/show demangler-warning" option.
900
901 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
902
903 * python.texi (Xmethod API): Add space before the opening
904 parenthesis in function descriptions.
905
906 2014-06-06 Doug Evans <xdje42@gmail.com>
907
908 * guile.texi (Guile Configuration): Document guile-data-directory.
909
910 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
911
912 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
913
914 2014-06-04 Doug Evans <xdje42@gmail.com>
915
916 * guile.texi (Breakpoints In Guile): Update.
917
918 2014-06-03 Joel Brobecker <brobecker@adacore.com>
919
920 * python.texi (Xmethod API): Fix reference to "Progspaces In
921 Python".
922
923 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
924
925 * python.texi (Xmethods In Python, XMethod API)
926 (Writing an Xmethod): New nodes.
927 (Python API): New menu entries "Xmethods In Python",
928 "Xmethod API", "Writing an Xmethod".
929
930 2014-06-02 Doug Evans <xdje42@gmail.com>
931
932 * guile.texi (Guile API): Add entry for Parameters In Guile.
933 (GDB Scheme Data Types): Mention <gdb:parameter> object.
934 (Parameters In Guile): New node.
935
936 2014-06-02 Doug Evans <xdje42@gmail.com>
937
938 * guile.texi (Guile API): Add entry for Commands In Guile.
939 (Basic Guile) <parse-and-eval>: Add reference.
940 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
941 (GDB Scheme Data Types): Mention <gdb:command> object.
942 (Commands In Guile): New node.
943
944 2014-06-02 Doug Evans <xdje42@gmail.com>
945
946 * guile.texi (Guile API): Add entry for Progspaces In Guile.
947 (GDB Scheme Data Types): Mention <gdb:progspace> object.
948 (Progspaces In Guile): New node.
949
950 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
951
952 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
953 * python.texi (Frames In Python): Mention
954 gdb.FRAME_UNWIND_MEMORY_ERROR.
955
956 2014-05-29 Pedro Alves <palves@redhat.com>
957 Tom Tromey <tromey@redhat.com>
958
959 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
960 from example.
961 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
962 Mention that target-async is now deprecated.
963 (Maintenance Commands): Document maint set/show target-async.
964
965 2014-05-29 Pedro Alves <palves@redhat.com>
966
967 * observer.texi (sync_execution_done, command_error): New
968 subjects.
969
970 2014-05-29 Pedro Alves <palves@redhat.com>
971
972 PR gdb/13860
973 * observer.texi (signal_received, end_stepping_range)
974 (signal_exited, exited, no_history): New observer subjects.
975
976 2014-05-26 Andy Wingo <wingo@igalia.com>
977
978 * guile.texi (GDB Scheme Data Types): Remove documentation for
979 removed interfaces. Update spelling of gdb-object-kind.
980
981 2014-05-26 Andy Wingo <wingo@igalia.com>
982
983 * guile.texi (Basic Guile): Fix some typos.
984
985 2014-05-26 Andy Wingo <wingo@igalia.com>
986
987 * guile.texi (Writing a Guile Pretty-Printer)
988 (Guile Types Module): Fix excess parentheses in use-modules forms.
989
990 2014-05-24 Eli Zaretskii <eliz@gnu.org>
991
992 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
993 (Breakpoints In Guile, Guile Printing Module)
994 (Guile Exception Handling, Values From Inferior In Guile)
995 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
996 Don't use @var at the beginning of a sentence.
997
998 * gdb.texinfo (Frame Filter Management, Trace Files)
999 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1000 (PowerPC Embedded, Define, Annotations for Running)
1001 (IPA Protocol Commands, Packets, General Query Packets)
1002 (Tracepoint Packets, Notification Packets, Environment)
1003 (Inferiors and Programs, Set Breaks, Set Catchpoints)
1004 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1005 (Frames, Backtrace, Selection, Expressions, Registers)
1006 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1007 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1008 (Source Annotations, Using JIT Debug Info Readers, Packets)
1009 (Stop Reply Packets, Host I/O Packets)
1010 (Target Description Format): Don't use @var at the beginning of a
1011 sentence.
1012
1013 * python.texi (Basic Python, Types In Python)
1014 (Commands In Python, Frames In Python, Line Tables In Python)
1015 (Breakpoints In Python, gdb.printing, gdb.types)
1016 (Type Printing API): Don't use @var at the beginning of a
1017 sentence.
1018
1019 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1020
1021 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1022 replay-memory-access".
1023
1024 2014-05-21 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.texinfo (Starting): Document "set/show
1027 auto-connect-native-target".
1028 (Target Commands): Document "target native".
1029
1030 2014-05-20 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1033 not be remote specific. Add cross reference to the qCRC packet.
1034 (Separate Debug Files): Update cross reference to the qCRC packet.
1035 (General Query Packets) <qCRC packet>: Add anchor.
1036
1037 2014-05-17 Doug Evans <xdje42@gmail.com>
1038
1039 Copy over changes from guile.texi.
1040 * python.texi (Basic Python) <gdb.execute>: Add text.
1041 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1042 (Values From Inferior) <Python string>: Add text.
1043 (Values From Inferior) <Value.string>: Clarify string length handling.
1044 (Pretty Printing API): Add cindex.
1045 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1046 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1047 @vindex.
1048 (Commands In Python) <COMPLETE_*>: Similarly.
1049 (Symbols In Python) <SYMBOL_*>: Similarly.
1050 (Breakpoints In Python) <WP_*>: Similarly.
1051 (Breakpoints In Python) <BP_*>: Similarly.
1052
1053 2014-05-17 David Taylor <dtaylor@emc.com>
1054
1055 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1056 mentioned in the qfThreadInfo reply.
1057
1058 2014-05-16 Doug Evans <dje@google.com>
1059
1060 * gdb.texinfo (Mode Options): Add -D.
1061
1062 2014-05-09 Samuel Bronson <naesten@gmail.com>
1063
1064 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1065 "make -C".
1066
1067 2014-04-29 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1070 "show debug varobj".
1071
1072 2014-05-01 David Taylor <dtaylor@emc.com>
1073
1074 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1075 option.
1076
1077 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1078 Walfred Tedeschi <walfred.tedeschi@intel.com>
1079
1080 * gdb.texinfo (i386 Features): Add description of AVX512
1081 registers.
1082
1083 2014-03-31 Doug Evans <dje@google.com>
1084
1085 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1086
1087 2014-03-30 Doug Evans <dje@google.com>
1088
1089 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1090 (Background Execution): Ditto.
1091
1092 2014-03-21 Pedro Alves <palves@redhat.com>
1093 Stan Shebs <stan@codesourcery.com>
1094 Hui Zhu <hui@codesourcery.com>
1095
1096 * gdb.texinfo (Packets): Add anchor to "? packet".
1097 Remove fixme and update introduction of "k packet".
1098 Add anchor to "vKill packet".
1099
1100 2014-03-12 Stan Shebs <stan@codesourcery.com>
1101
1102 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1103
1104 2014-02-26 Ludovic CourtĂšs <ludo@gnu.org>
1105
1106 * guile.texi (Basic Guile): Document 'history-append!'.
1107
1108 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1109
1110 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1111 and "assf" as being deprecated.
1112 (Cygwin Native): Likewise for "dll-symbols".
1113 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1114 as a way to force the loading of symbols from a DLL.
1115
1116 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1117
1118 * python.texi (Values From Inferior): Add description about the
1119 new feature.
1120
1121 2014-02-17 Doug Evans <xdje42@gmail.com>
1122
1123 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1124 * gdb.texinfo (Python): Moved to ...
1125 * python.texi: ... here. New file.
1126
1127 2014-02-17 Ludovic CourtĂšs <ludo@gnu.org>
1128
1129 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1130 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1131 parameter to 'str-lookup-function' procedure. Look for
1132 the "std::string<" prefix.
1133 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1134 Adjust description.
1135
1136 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1137
1138 * guile.texi (Values From Inferior In Guile): Remove stray
1139 parantheses for deffn.
1140 (Disassembly In Guile): Ditto.
1141
1142 2014-02-10 Stan Shebs <stan@codesourcery.com>
1143
1144 Add Doxygen support.
1145 * Makefile.in (doxy): New action, generates Doxygen files.
1146 (DOXYGEN): New.
1147 (doxyedit): New.
1148 * Doxyfile-base.in: New file.
1149 * Doxyfile-gdb-api.in: New file.
1150 * Doxyfile-gdb-xref.in: New file.
1151 * Doxyfile-gdbserver.in: New file.
1152 * doxy-index.in: New file.
1153 * filter-for-doxygen: New file.
1154 * filter-params.pl: New file.
1155
1156 2014-02-10 Doug Evans <xdje42@gmail.com>
1157
1158 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1159 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1160 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1161 (Guile docs): Include guile.texi.
1162 (objfile-gdbdotext file): Add objfile-gdb.scm.
1163 (dotdebug_gdb_scripts section): Mention Guile scripts.
1164 (Multiple Extension Languages): New node.
1165 * guile.texi: New file.
1166
1167 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1168
1169 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1170 ignore-descriptive-types". commands.
1171
1172 2014-01-22 Doug Evans <dje@google.com>
1173
1174 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1175 (gdbserver man): Ditto.
1176
1177 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1178
1179 * gdb.texinfo: Document limited reverse/replay support
1180 for target record-btrace.
1181
1182 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1183
1184 * gdb.texinfo (Process Record and Replay): Update documentation.
1185
1186 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1187
1188 * gdb.texinfo (Process Record and Replay): Document new /c
1189 modifier accepted by "record function-call-history".
1190 Add /i modifier to "record function-call-history" example.
1191
1192 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1193 Joel Brobecker <brobecker@adacore.com>
1194
1195 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1196 markers. Remove one that was misplaced.
1197
1198 2014-01-10 Pedro Alves <palves@redhat.com>
1199
1200 * gdb.texinfo (Your Program's Environment) <set environment>:
1201 Mention the shell, and point at 'set exec-wrapper'.
1202
1203 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1204
1205 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1206
1207 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1208
1209 * gdb.texinfo (Types In Python): Clarify the documentation
1210 of attribute gdb.Field.bitpos.
1211
1212 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1213
1214 * gdb.texinfo (Types In Python): Fix the documentation of
1215 attribute "bitpos" in class gdb.Field for enum types. Add
1216 documentation for attribute "enumval" in that same class.
1217
1218 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1219
1220 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1221 @ftable.
1222
1223 2013-12-23 Doug Evans <xdje42@gmail.com>
1224
1225 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1226 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1227 corresponding section in Extending GDB.
1228 (Extending GDB): Move menu up. New menu item "Auto-loading
1229 extensions".
1230 (Sequences): New menu item "Auto-loading sequences".
1231 (Auto-loading sequences): New node.
1232 (Python): Rename section from Scripting GDB to Extending GDB.
1233 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1234 Move docs on ways to auto-load extensions to ...
1235 (Auto-loading extensions): ... here. New node.
1236
1237 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1238
1239 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1240 in menu.
1241 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1242 command, now in a new node.
1243 (GDB/MI Support Commands): New node, with its contents being
1244 extracted from the "GDB/MI Miscellaneous Commands" node.
1245 A small paragraph introducing the section is also added at
1246 the start.
1247 (GDB/MI Miscellaneous Commands): Delete the description of the
1248 -info-gdb-mi-command, -list-features and -list-target-features
1249 commands, now hosted in the "GDB/MI Support Commands" node.
1250
1251 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1252
1253 PR python/16113
1254 * gdb.texinfo (Values From Inferior): Add a note about using
1255 gdb.Field objects as subscripts on gdb.Value objects.
1256 (Types In Python): Add description about the new attribute
1257 "parent_type" of gdb.Field objects.
1258
1259 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1260
1261 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1262 entry for section docuumenting the -list-features GDB/MI command.
1263
1264 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1265
1266 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1267 "exec-run-start-option" entry in the output of the "-list-features"
1268 command.
1269
1270 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1271
1272 * gdb.texinfo (i386): Fix yesterday's commit.
1273
1274 2013-12-03 Tom Tromey <tromey@redhat.com>
1275
1276 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1277 documented here.
1278
1279 2013-12-03 Tom Tromey <tromey@redhat.com>
1280
1281 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1282
1283 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1284
1285 * gdb.texinfo (i386 Features): Add MPX feature registers.
1286 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1287 a subsubsection for MPX and describes the display of the
1288 boundary registers.
1289
1290 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1291
1292 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1293 documentation of the "ada-exceptions" entry.
1294
1295 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1296
1297 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1298 "^error" result record concerning the error message. Document
1299 the error code that may also be part of that result record.
1300 (GDB/MI Miscellaneous Commands): Document the
1301 "undefined-command-error-code" element in the output of
1302 the "-list-features" GDB/MI command.
1303
1304 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1305
1306 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1307 the new -info-gdb-mi-command GDB/MI command. Document
1308 the meaning of "-info-gdb-mi-command" in the output of
1309 -list-features.
1310
1311 2013-11-29 Pedro Alves <palves@redhat.com>
1312
1313 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1314 Update comment.
1315
1316 2013-11-24 Yao Qi <yao@codesourcery.com>
1317
1318 * gdb.texinfo (Caching Remote Data): Document new
1319 "set/show stack-cache" option.
1320
1321 2013-11-24 Yao Qi <yao@codesourcery.com>
1322
1323 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1324 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1325 "off" respectively.
1326
1327 2013-11-23 Yao Qi <yao@codesourcery.com>
1328
1329 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1330 of "displayhint" to the table about child results.
1331
1332 2013-11-21 Yao Qi <yao@codesourcery.com>
1333
1334 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1335 'dynamic' for the output of command -var-list-children.
1336
1337 2013-11-21 Yao Qi <yao@codesourcery.com>
1338
1339 * gdb.texinfo (Caching Target Data): Remove "see" before
1340 @pxref.
1341
1342 2013-11-20 Yao Qi <yao@codesourcery.com>
1343
1344 * gdb.texinfo (Caching Target Data): Update doc for
1345 per-address-space dcache.
1346
1347 2013-11-20 Yao Qi <yao@codesourcery.com>
1348
1349 * gdb.texinfo (Data): Rename menu item.
1350 (Caching Remote Data): Rename to ...
1351 (Caching Target Data): ... it. Update.
1352
1353 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1354
1355 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1356 "language-option" entry in the output of the "-list-features"
1357 command.
1358
1359 2013-11-15 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1362 Add example.
1363
1364 2013-11-14 Tom Tromey <tromey@redhat.com>
1365
1366 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1367
1368 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1371 (Context management): Place current subsection text into its own
1372 subsubsection. Add new subsubsection describing the "--language"
1373 command option.
1374
1375 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1376
1377 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1378 the documentation of "info-ada-exceptions" in the output
1379 of the "-list-features" command. Add the documentation
1380 of the "ada-exception" entry instead.
1381
1382 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1383
1384
1385 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1386 word of a couple of sentences to start with a capital letter.
1387
1388 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1389
1390 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1391 (Ada Exceptions): New node.
1392 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1393 Commands" node.
1394 (GDB/MI Ada Exceptions Commands): New node.
1395 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1396 field in the output of the "-list-features" command.
1397 * NEWS: Add entry for the new "info exceptions" CLI command,
1398 and for the new "-info-ada-exceptions" GDB/MI command.
1399
1400 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1401
1402 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1403 (Line Tables In Python): New node.
1404
1405 2013-11-08 Doug Evans <dje@google.com>
1406
1407 * gdb.texinfo (Debugging Output): Update text for
1408 "set debug dwarf2-read".
1409
1410 2013-11-08 Doug Evans <dje@google.com>
1411
1412 * gdb.texinfo (Debugging Output): Update text for
1413 "set debug symtab-create".
1414
1415 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1416
1417 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1418 constant.
1419
1420 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1421
1422 * gdb.texinfo (Breakpoints In Python): Document temporary
1423 option in breakpoint constructor, and add documentation to the
1424 temporary attribute.
1425
1426 2013-11-07 Yao Qi <yao@codesourcery.com>
1427
1428 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1429 output of "-var-info-expression".
1430
1431 2013-11-06 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1434 non-interactive mode.
1435 (Environment) <shell startup files warning>: Mention
1436 non-interactive mode. Mention .zshenv for Z shell, and talk about
1437 BASH_ENV instead of .bashrc for BASH.
1438
1439 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1440
1441 * gdb.texinfo (Commands to Specify Files): Add description
1442 of the remove-symbol-file command.
1443 * observer.texi: New free_objfile event
1444
1445 2013-10-24 Pedro Alves <palves@redhat.com>
1446
1447 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1448
1449 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1450
1451 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1452 New subsection inside which the "-catch-load" and "-catch-unload"
1453 commands documentation is now placed.
1454 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1455 documenting the "-catch-assert" and "-catch-exception" new
1456 GDB/MI commands.
1457
1458 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1461
1462 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1463
1464 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1465 serial baud".
1466 (Remote Configuration): Replace "set remotebaud" by "set serial
1467 baud". Replace "show remotebaud" by "show serial baud".
1468
1469 2013-10-07 Pedro Alves <palves@redhat.com>
1470
1471 PR breakpoints/11568
1472 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1473 when the thread is removed from the thread list.
1474
1475 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1476
1477 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1478 Update entry for $_exitcode.
1479
1480 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1483 new "--start" option.
1484
1485 2013-10-02 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.texinfo (Registers): Expand description of saved registers
1488 in frames. Explain <not saved>.
1489
1490 2013-09-25 Doug Evans <dje@google.com>
1491
1492 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1493
1494 2013-09-16 Stan Shebs <stan@codesourcery.com>
1495
1496 Remove the internals manual gdbint.texinfo.
1497 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1498 (PDFFILES): Remove gdbint.pdf.
1499 (HTMLFILES): Remove gdbint/index.html.
1500 (HTMLFILES_INSTALL): Remove gdbint.
1501 (GDBINT_DOC_FILES): Remove.
1502 (dvi): Remove gdbint.dvi.
1503 (ps): Remove gdbint.ps.
1504 * gdbint.texinfo: Remove file.
1505 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1506
1507 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1508
1509 * gdb.texinfo (Convenience Functions): Mention new convenience
1510 function $_isvoid.
1511
1512 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1513
1514 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1515 (Standard Target Features): Add new node to menu.
1516 (S/390 and System z Features): New node.
1517
1518 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1519
1520 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1521 -list-target-features in the example.
1522
1523 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1526 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1527
1528 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 Sync documentation with gdb.base/gnu-debugdata.exp.
1531 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1532
1533 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1536
1537 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1538 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1541 Document new --skip-unavailable option.
1542 <-stack-list-variables>: Document new --skip-unavailable option.
1543
1544 2013-08-26 Doug Evans <dje@google.com>
1545
1546 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1547 an optional regexp.
1548
1549 2013-08-13 Tom Tromey <tromey@redhat.com>
1550
1551 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1552 Document GDB_PARALLEL and GDB_INOTIFY.
1553
1554 2013-08-09 Stan Shebs <stan@codesourcery.com>
1555
1556 * LRS: Remove file, describes a long-abandoned live-range
1557 splitting extension to stabs.
1558
1559 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1560
1561 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1562
1563 2013-07-17 Doug Evans <dje@google.com>
1564
1565 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1566
1567 2013-07-02 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1570
1571 2013-06-28 Tom Tromey <tromey@redhat.com>
1572
1573 * Makefile.in (version.subst): Use version.in, not
1574 common/version.in.
1575 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1576 Likewise.
1577
1578 2013-06-27 Pedro Alves <palves@redhat.com>
1579
1580 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1581 dynamic symbol resolution code>: New section, based on infrun.c
1582 comment.
1583
1584 2013-06-26 Tom Tromey <tromey@redhat.com>
1585
1586 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1587 Update.
1588 (Releasing GDB): Likewise.
1589
1590 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1591 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1594 -trace-frame-collected.
1595
1596 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1597
1598 * gdb.texinfo (Traceframe Info Format): Document tvar element
1599 and its attributes.
1600
1601 2013-06-25 Yao Qi <yao@codesourcery.com>
1602
1603 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1604
1605 2013-06-24 Tom Tromey <tromey@redhat.com>
1606
1607 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1608 (GDBvn.texi): Use version.subst.
1609 (version.subst): New target.
1610 (mostlyclean): Remove version.subst.
1611
1612 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1613
1614 * gdb.texinfo (GDB/MI Data Manipulation)
1615 <-data-list-register-values>: Document the --skip-unavailable
1616 option.
1617
1618 2013-06-07 Yao Qi <yao@codesourcery.com>
1619
1620 * gdb.texinfo (Symbols): Add kindex and cindex for
1621 'maint print msymbols'.
1622
1623 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1624
1625 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1626 response field name (thread-group to inferior).
1627
1628 2013-06-04 Gary Benson <gbenson@redhat.com>
1629
1630 * gdb.texinfo (General Query Packets/qSupported): Added
1631 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1632 to the table of currently defined stub features.
1633 Added a more detailed entry for "augmented-libraries-svr4-read".
1634 (General Query Packets/qXfer:libraries-svr4:read): Documented
1635 the augmented form of this packet.
1636
1637 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdb.texinfo (System-wide Configuration Scripts): Renames
1640 "Installed System-wide Configuration Scripts". Add associated
1641 @menu block.
1642
1643 2013-05-23 Yao Qi <yao@codesourcery.com>
1644 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.texinfo (Packets): Document 'vCont;r'.
1647 (Continuing and Stepping): Document target-assisted range
1648 stepping, and the 'set range-stepping' and 'show range-stepping'
1649 commands.
1650
1651 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdb.texinfo (Installed System-wide Configuration Scripts):
1654 Add subsection describing the scripts now available under
1655 the data-dir's system-gdbbinit subdirectory.
1656 * NEWS: Add entry announcing the availability of system-wide
1657 configuration scripts for ElinOS and Wind River Linux.
1658
1659 2013-05-21 Hui Zhu <hui@codesourcery.com>
1660
1661 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1662 "-dprintf-insert" command.
1663
1664 2013-05-17 Doug Evans <dje@google.com>
1665
1666 * gdb.texinfo (Maintenance Commands): Update doc for
1667 "maint check-psymtabs". Add doc for "maint check-symtabs",
1668 "maint expand-symtabs".
1669
1670 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1671
1672 * gdb.texinfo (Process Record and Replay): Document the
1673 "record goto" command and its sub-commands.
1674
1675 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1676
1677 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1678 (Python API): Add Frame Filters API, Frame Wrapper API,
1679 Writing a Frame Filter/Wrapper, Managing Management of Frame
1680 Filters chapter entries.
1681 (Frame Filters API): New Node.
1682 (Frame Wrapper API): New Node.
1683 (Writing a Frame Filter): New Node.
1684 (Managing Frame Filters): New Node.
1685 (Progspaces In Python): Add note about frame_filters attribute.
1686 (Objfiles in Python): Ditto.
1687 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1688 @anchors and --no-frame-filters option to -stack-list-variables,
1689 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1690 commands.
1691
1692 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1693
1694 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1695 Support" subsection documenting the XML format used to transfer
1696 shared library info on AIX.
1697
1698 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1699
1700 * gdb.texinfo (Debugging Output): Add documentation of
1701 "set debug aix-solib" and "show debug aix-solib" commands.
1702
1703 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1704
1705 * gdb.texinfo (Nios II): New section.
1706 (Nios II Features): New section.
1707
1708 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdbint.texinfo (Algorithms): Remove entries documenting
1711 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1712 SOLIB_CREATE_INFERIOR_HOOK.
1713
1714 2013-04-29 Tom Tromey <tromey@redhat.com>
1715
1716 PR python/14204:
1717 * gdb.texinfo (Python API): Fix menu entry.
1718 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1719 Define global and static block. Add example. Clarify
1720 block relationship for inline functions.
1721
1722 2013-04-29 Tom Tromey <tromey@redhat.com>
1723
1724 * gdb.texinfo (Python API): Mention Python help and keyword
1725 arguments. Move pagination text to Basic Python.
1726 (Basic Python): Put pagination text here. Document
1727 close-on-exec, SIGCHLD, and SIGINT.
1728
1729 2013-04-19 Pedro Alves <palves@redhat.com>
1730
1731 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1732 "signedness" instead of "signness".
1733
1734 2013-04-19 Pedro Alves <palves@redhat.com>
1735
1736 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1737 -Wno-pointer-sign text with text on -Wpointer-sign.
1738
1739 2013-04-16 Tom Tromey <tromey@redhat.com>
1740
1741 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1742 GCC that has the SDT probe points.
1743
1744 2013-04-15 Tom Tromey <tromey@redhat.com>
1745
1746 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1747 exception catchpoints.
1748
1749 2013-04-15 Tom Tromey <tromey@redhat.com>
1750
1751 * gdb.texinfo (Set Catchpoints): Document $_exception.
1752 (Convenience Vars): Mention $_exception.
1753
1754 2013-04-15 Tom Tromey <tromey@redhat.com>
1755
1756 * gdb.texinfo (Set Catchpoints): Reorganize exception
1757 catchpoints. Document "catch rethrow".
1758 (Debugging C Plus Plus): Mention "catch rethrow".
1759
1760 2013-04-15 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1763
1764 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1765 Eli Zaretskii <eliz@gnu.org>
1766
1767 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1768 line below the sample output.
1769
1770 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1771
1772 * gdb.texinfo (Mode Options): Document '-configuration'.
1773 (Help): Document "show configuration".
1774 (Bug Reporting): Add requirements to include the configuration
1775 details in bug reports.
1776
1777 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 * Makefile.in (MAN1S): Add gcore.1.
1780 Remove "Host, target, and site specific Makefile fragments" comment.
1781 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1782 (install-man1, uninstall-man1): Conditionalize gcore.1.
1783 (gcore.1): New.
1784 * gdb.texinfo (Man Pages): Add gcore man.
1785 (gcore man): New node.
1786
1787 2013-04-10 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.texinfo (Process Record and Replay): Document that "set
1790 record full insn-number-max", "set record
1791 instruction-history-size" and "set record
1792 function-call-history-size" accept "unlimited".
1793 (Backtrace): Document that "set backtrace limit" accepts
1794 "unlimited".
1795 (List): Document that "set listsize" accepts "unlimited".
1796 (Print Settings)" Document that "set print max-symbolic-offset",
1797 "set print elements" and "set print repeats" accept "unlimited".
1798 (Starting and Stopping Trace Experiments): Document that "set
1799 trace-buffer-size" accepts "unlimited".
1800 (Remote Configuration): Document that "set tcp connect-timeout"
1801 accepts "unlimited".
1802 (Command History): Document that "set history size" accepts
1803 "unlimited".
1804 (Screen Size): Document that "set height" and "set width" accepts
1805 "unlimited". Adjust "set pagination"'s description to suggest
1806 "set height unlimited" instead of "set height 0".
1807
1808 2013-04-10 Yao Qi <yao@codesourcery.com>
1809
1810 * gdb.texinfo (Trace Files): Add "target ctf".
1811
1812 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1815
1816 * Makefile.in (install-man1, install-man5, uninstall-man1)
1817 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1818
1819 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1820
1821 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1822 Eli Zaretskii <eliz@gnu.org>
1823
1824 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1825 parameters order. Remove "On some targets" for --attach. Document the
1826 --multi parameter and extended-remote command. Document all the
1827 options.
1828
1829 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1830
1831 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1832 the list of supported languages.
1833
1834 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1837 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1838 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1839 (diststuff): Add man.
1840 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1841 (uninstall-man5): New.
1842 (STAGESTUFF): Add *.1 and *.5.
1843 (GDBvn.texi): Add SYSTEM_GDBINIT.
1844 (gdb.1, gdbserver.1, gdbinit.5): New.
1845 (maintainer-clean realclean): Add $(MANS).
1846 (install): Add install-man.
1847 (uninstall): Add uninstall-man.
1848 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1849 (@copying): Wrap it by @c man begin COPYRIGHT.
1850 (Top): Add Man Pages.
1851 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1852
1853 2013-04-02 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.texinfo (Debugging Output): Document "set/show debug
1856 aarch64", "set/show debug coff-pe-read" and "set/show debug
1857 mach-o".
1858
1859 2013-04-02 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1862 table>: Add entry for "trace-buffer-size".
1863
1864 2013-03-28 Pedro Alves <palves@redhat.com>
1865
1866 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1867 table>: Add entry for "trace-status".
1868
1869 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1870
1871 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1872 @bullet", which is invalid (makeinfo 5.1 barfs).
1873
1874 2013-03-28 Pedro Alves <palves@redhat.com>
1875
1876 PR gdb/15294
1877
1878 * gdb.texinfo (List) <set listsize>: Adjust to document that
1879 listsize 0 means no limit, and remove mention of -1.
1880
1881 2013-03-22 Yao Qi <yao@codesourcery.com>
1882
1883 * gdb.texinfo (Embedded Processors): Remove menu item
1884 "OpenRISC 1000".
1885 (OpenRISC 1000): Remove.
1886
1887 2013-03-21 Doug Evans <dje@google.com>
1888
1889 * gdb.texinfo (Maintenance Commands): Add docs for
1890 "mt set per-command {space,time,symtab} {on,off}".
1891
1892 2013-03-14 Hui Zhu <hui@codesourcery.com>
1893 Yao Qi <yao@codesourcery.com>
1894
1895 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1896
1897 2013-03-13 Keith Seitz <keiths@redhat.com>
1898
1899 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1900 "maint agent" reference to Dynamic printf.
1901
1902 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1903
1904 * gdb.texinfo (General Query Packets): Don't use colon in index
1905 entries visible to Info format.
1906
1907 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1908
1909 * gdb.texinfo (Process Record and Replay): Document record
1910 changes.
1911
1912 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1913
1914 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1915 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1916 qXfer:btrace:read.
1917
1918 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1919
1920 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1921 use colons in @anchor and @cindex entries.
1922
1923 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1924
1925 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1926
1927 2013-03-08 Stan Shebs <stan@codesourcery.com>
1928 Hafiz Abid Qadeer <abidh@codesourcery.com>
1929
1930 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1931 trace-buffer-size set and show commands.
1932 (Tracepoint Packets): Document QTBuffer:size.
1933 (General Query Packets): Document QTBuffer:size.
1934
1935 2013-02-21 Tom Tromey <tromey@redhat.com>
1936
1937 * gdb.texinfo: Remove bad @syncodeindex.
1938 (Values From Inferior, Types In Python, Inferiors In Python)
1939 (Events In Python, Threads In Python, Frames In Python, Blocks In
1940 Python, Symbols In Python, Symbol Tables In Python): Remove
1941 @tables.
1942 (Packets, General Query Packets, Tracepoint Packets)
1943 (Host I/O Packets): Use @w{} for empty @item.
1944
1945 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1946
1947 * gdb.texinfo (Architectures In Python): Add description about
1948 the new method gdb.Architecture.disassemble.
1949
1950 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1951 Hafiz Abid Qadeer <abidh@codesourcery.com>
1952
1953 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1954 Document the "trace-file" field.
1955
1956 2013-02-07 Doug Evans <dje@google.com>
1957
1958 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1959 command.
1960
1961 2013-02-06 Yao Qi <yao@codesourcery.com>
1962
1963 * gdb.texinfo (GDB/MI Async Records): Document new MI
1964 notification "=tsv-modified". Update the document of MI
1965 notification "=tsv-created".
1966 * observer.texi (GDB Observers): New observer tsv_modified.
1967 Update observer tsv_created and tsv_delete.
1968
1969 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1970
1971 * gdb.texinfo (AArch64 Features): New section; document
1972 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1973 (Architectures): Add new AArch64 section to document AArch64
1974 architecture specific commands.
1975 (ABI): Add description of the new OS ABI "Newlib" and its influence
1976 on the longjmp handling.
1977
1978 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1979 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1982 variable in 'set/show backtrace' section.
1983
1984 2013-01-31 Tom Tromey <tromey@redhat.com>
1985
1986 * gdb.texinfo (Target Commands): Fix typo.
1987
1988 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1989
1990 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1991 describing the gdb.Architecture class.
1992 (Frames In Python): Add description about the new method
1993 gdb.Frame.architecture().
1994
1995 2013-01-23 Doug Evans <dje@google.com>
1996
1997 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1998
1999 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2000
2001 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2002 'thread-groups' field when printing a breakpoint in MI.
2003
2004 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2005 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2006 to reflect that jit-reader-load now supports absolute file-names.
2007
2008 2013-01-16 Tom Tromey <tromey@redhat.com>
2009
2010 * gdb.texinfo (Set Catchpoints): Document "catch signal".
2011 (Signals): Likewise.
2012
2013 2013-01-16 Tom Tromey <tromey@redhat.com>
2014
2015 * gdb.texinfo (GDB/MI Breakpoint Information): Document
2016 "catch-type" field.
2017 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2018
2019 2013-01-07 Tom Tromey <tromey@redhat.com>
2020
2021 * gdb.texinfo (Mode Options): Don't mention -epoch.
2022 (Data, Emacs): Remove obsolete comments.
2023
2024 2013-01-02 Tom Tromey <tromey@redhat.com>
2025
2026 * gdb.texinfo (GDB/MI Output Records): Update menu.
2027 (GDB/MI Breakpoint Information): New node.
2028 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2029 <-break-insert>: Likewise.
2030
2031 2012-12-31 Yao Qi <yao@codesourcery.com>
2032
2033 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2034 (Packets): Move "vStopped" packet to ...
2035 (Notification Packets): ... here. Describe the components
2036 of notification. Add a table of supported notifications.
2037 Add an example on the process of he async notification.
2038
2039 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2042 present.
2043 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2044 fullname output always present.
2045
2046 2012-12-23 Pierre Muller <muller@sourceware.org>
2047
2048 * gdbint.texinfo (Function prototypes): Require use of "extern"
2049 modifier for function prototypes in headers.
2050
2051 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2052
2053 * refcard.tex: Update copyright notice to GPL v3 or later.
2054 Update contact info.
2055
2056 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2059
2060 2012-12-15 Yao Qi <yao@codesourcery.com>
2061
2062 * gdb.texinfo (Debugging Output): Document 'set debug
2063 notification' and 'show debug notification'.
2064
2065 2012-12-15 Yao Qi <yao@codesourcery.com>
2066
2067 * gdb.texinfo (Listing Tracepoints): New item and example about
2068 'installed on target' output.
2069 Add more in the example about 'installed on target'.
2070 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2071
2072 2012-12-14 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.texinfo (SVR4 Process Information): Mention core files.
2075
2076 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2077
2078 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2079
2080 2012-12-11 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.texinfo: Remove all mentions of Unixware throughout.
2083
2084 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2085
2086 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2087
2088 2012-11-29 Tom Tromey <tromey@redhat.com>
2089
2090 * gdb.texinfo (SVR4 Process Information): Document missing
2091 "info proc" subcommands.
2092
2093 2012-11-29 Yao Qi <yao@codesourcery.com>
2094
2095 PR gdb/1477.
2096 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2097 to 'auto' instead of 'gnu'.
2098
2099 2012-11-26 Tom Tromey <tromey@redhat.com>
2100
2101 * gdb.texinfo (MiniDebugInfo): New node.
2102 (GDB Files): Update.
2103
2104 2012-11-16 Doug Evans <dje@google.com>
2105
2106 * gdb.texinfo (System-wide configuration): If the system-wide init
2107 file lives in the data-directory, and --data-directory is provided,
2108 look for it there.
2109
2110 2012-11-15 Tom Tromey <tromey@redhat.com>
2111
2112 * gdb.texinfo (Signaling): Fix typo.
2113
2114 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2115
2116 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2117 parameter "count" of -data-write-memory-bytes, and add an example.
2118
2119 2012-11-12 Tom Tromey <tromey@redhat.com>
2120
2121 * gdb.texinfo (Symbols): Document "info type-printers",
2122 "enable type-printer" and "disable type-printer".
2123 (Python API): Add new node to menu.
2124 (Type Printing API): New node.
2125 (Progspaces In Python): Document type_printers field.
2126 (Objfiles In Python): Likewise.
2127 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2128 register_type_printer, TypePrinter>: Document.
2129
2130 2012-11-12 Tom Tromey <tromey@redhat.com>
2131
2132 * gdb.texinfo (Symbols): Document "set print type methods",
2133 "set print type typedefs", and flags to ptype and whatis.
2134
2135 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2136
2137 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2138 the example -data-disassemble output. Extend the description of
2139 the -data-disassemble results to document all fields. Document
2140 the cli disassemble command as being related to -data-disassemble.
2141
2142 2012-11-09 Yao Qi <yao@codesourcery.com>
2143
2144 PR gdb/14777.
2145 * gdb.texinfo (OS Information): Remove doc on command
2146 'info udot'.
2147
2148 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2149
2150 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2151 gdb.ini warning for Windows port.
2152
2153 2012-11-08 Yao Qi <yao@codesourcery.com>
2154
2155 * gdb.texinfo (Search): Add kindex for 'fo'.
2156
2157 2012-11-05 Tom Tromey <tromey@redhat.com>
2158
2159 PR python/14802:
2160 * gdb.texinfo (Functions In Python): Add example.
2161
2162 2012-11-03 Yao Qi <yao@codesourcery.com>
2163
2164 * observer.texi (GDB Observers): Remove observer
2165 'tracepoint_modified', 'tracepoint_created' and
2166 'tracepoint_deleted'.
2167
2168 2012-10-26 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2171
2172 2012-10-25 Tom Tromey <tromey@redhat.com>
2173
2174 * gdb.texinfo (General Query Packets): Use @itemx.
2175
2176 2012-10-17 Yao Qi <yao@codesourcery.com>
2177
2178 * observer.texi (GDB Observers): Update observer
2179 'memory_changed'.
2180 * gdb.texinfo (GDB/MI Async Records): Document for
2181 "memory-changed" notification.
2182
2183 2012-10-15 Doug Evans <dje@google.com>
2184
2185 * gdb.texinfo (Mode Options): Document -nh.
2186 Elaborate on docs for -nx.
2187
2188 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2189
2190 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2191
2192 2012-09-21 Yao Qi <yao@codesourcery.com>
2193 Pedro Alves <palves@redhat.com>
2194
2195 * gdb.texinfo (GDB/MI Async Records): Document notification
2196 'record-started' and 'record-stopped'.
2197 * observer.texi (GDB Observers): New observer 'record-changed'.
2198
2199 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2200
2201 * gdb.texinfo: Document the removal of SH's 'regs' command.
2202
2203 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2204
2205 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2206
2207 2012-09-18 Yao Qi <yao@codesourcery.com>
2208
2209 * gdb.texinfo (GDB/MI Async Records): Document new MI
2210 notifications '=tsv-created' and '=tsv-deleted'.
2211 * observer.texi (GDB Observers): New observer tsv_created and
2212 tsv_deleted.
2213
2214 2012-09-18 Yao Qi <yao@codesourcery.com>
2215
2216 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2217 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2218 '=traceframe-changed'.
2219
2220 2012-09-17 Yao Qi <yao@codesourcery.com>
2221
2222 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2223 'set listsize'.
2224
2225 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2226 Eli Zaretskii <eliz@gnu.org>
2227
2228 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2229 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2230 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2231
2232 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2235
2236 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2237
2238 Document how to return from "python-interactive" to GDB.
2239 * gdb.texinfo (Python Commands): Update documentation.
2240
2241 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2242
2243 Add a new "python-interactive" command that starts a standard
2244 Python interactive prompt with "pi" as alias, and add "py" as
2245 an alias to "python".
2246 * gdb.texinfo (Python Commands): Document the new commands.
2247
2248 2012-08-22 Tom Tromey <tromey@redhat.com>
2249
2250 * gdbint.texinfo (Host Definition): Remove documentation for
2251 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2252
2253 2012-08-17 Keith Seitz <keiths@redhat.com>
2254
2255 PR c++/13356
2256 * gdb.texinfo (Type and Range Checking): Remove warning.
2257 Remove spurious commas.
2258 Update text and examples for re-implementation of set/show
2259 check type.
2260 (C and C++ Type and Range Checks): Likewise.
2261
2262 2012-08-16 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2265 is deprecated.
2266
2267 2012-08-13 Doug Evans <dje@google.com>
2268
2269 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2270 to include functions.
2271
2272 2012-08-10 Doug Evans <dje@google.com>
2273
2274 * gdb.texinfo (Convenience Funs): New node.
2275 (Types In Python): Document Type.vector.
2276
2277 2012-08-09 Yao Qi <yao@codesourcery.com>
2278
2279 * observer.texi: New observer command_param_changed.
2280 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2281
2282 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2283
2284 * gdbint.texinfo (Debugging GDB): In section
2285 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2286 Mention also gdb-gdb.py.
2287
2288 2012-08-07 Yao Qi <yao@codesourcery.com>
2289
2290 Revert the folloing patch:
2291 2012-08-06 Yao Qi <yao@codesourcery.com>
2292 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2293 remote hardware-watchpoint-limit' and 'set
2294 remote hardware-breakpoint-limit'.
2295
2296 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2297
2298 * gdb.texinfo (Working Directory): Added information about new
2299 default argument for 'cd' command.
2300
2301 2012-08-06 Yao Qi <yao@codesourcery.com>
2302
2303 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2304 remote hardware-watchpoint-limit' and 'set
2305 remote hardware-breakpoint-limit'.
2306
2307 2012-08-06 Yao Qi <yao@codesourcery.com>
2308
2309 Fix PR14371.
2310
2311 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2312 '=breakpoint-deleted'.
2313
2314 2012-08-02 Yao Qi <yao@codesourcery.com>
2315
2316 * gdb.texinfo (Native): Remove node Neutrino.
2317
2318 2012-07-27 Yao Qi <yao@codesourcery.com>
2319
2320 * gdb.texinfo (IPA Protocol Commands): Document new command
2321 'close'.
2322
2323 2012-07-25 Tom Tromey <tromey@redhat.com>
2324
2325 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2326
2327 2012-07-20 Doug Evans <dje@google.com>
2328
2329 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2330 (Index Files): Document how to control the use of deprecated index
2331 sections.
2332 (Index Section Format): Replace --use-deprecated-index-sections with
2333 "set use-deprecated-index-sections on".
2334
2335 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2336
2337 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2338 indices into a single node "Index". Instead, join function and
2339 variable indices into a single index, separate from the concept
2340 index. Requested in
2341 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2342 (Top): Update the top-level menu: instead of one "Index" there are
2343 now separate entries "Concept Index" and "Function and Variable
2344 Index".
2345 (Concept Index, Function and Variable Index): New nodes.
2346 (Index): Node deleted.
2347
2348 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2349
2350 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2351 and "maint agent-eval".
2352
2353 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2354
2355 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2356 avoid file-name clashes between Index.html and index.html on
2357 case-insensitive filesystems. See the discussion starting in
2358 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2359 details of the problem.
2360 (Top): Update the master menu for the above.
2361 (Concept Index, Command and Variable Index): New nodes, instead of
2362 the old "Index" node that was deleted. All cross-references
2363 updated.
2364
2365 2012-07-02 Stan Shebs <stan@codesourcery.com>
2366
2367 * gdb.texinfo (Dynamic Printf): Mention agent style and
2368 disconnected dprintf.
2369 (Maintenance Commands): Describe maint agent-printf.
2370 (General Query Packets): Mention BreakpointCommands feature.
2371 (Packets): Document commands extension to Z0 packet.
2372 * agentexpr.texi (Bytecode Descriptions): Document printf
2373 bytecode.
2374
2375 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2376
2377 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2378 only after gdbinit files.
2379 (Startup): Move -iex and -iex commands down after gdbinit files.
2380
2381 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2384 possibility.
2385
2386 2012-06-29 Tom Tromey <tromey@redhat.com>
2387
2388 * gdb.texinfo (Index Section Format): Update for version 7.
2389
2390 2012-06-28 Stan Shebs <stan@codesourcery.com>
2391
2392 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2393 example, add note about title column.
2394
2395 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2396
2397 * gdb.texinfo (Symbol Tables In Python): Add description about
2398 the new 'last' attribute of gdb.Symtab_and line.
2399
2400 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2401
2402 * gdb.texinfo (Symbol Tables In Python): Correct the description
2403 of the 'pc' attribute of gdb.Symtab_and_line.
2404
2405 2012-06-26 Doug Evans <dje@google.com>
2406
2407 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2408 and symtab-create.
2409
2410 2012-06-25 Keith Seitz <keiths@redhat.com>
2411
2412 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2413 from example. Remove "rbreak" from list of corresponding
2414 gdb commands.
2415
2416 2012-06-23 Doug Evans <dje@google.com>
2417
2418 * gdb.texinfo (Index Section Format): Document version 7 format.
2419
2420 2012-06-22 Yao Qi <yao@codesourcery.com>
2421
2422 * gdb.texinfo: Add missing cindex for some packets.
2423
2424 2012-06-20 Keith Seitz <keiths@redhat.com>
2425
2426 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2427 for -break-insert and document -p.
2428
2429 2012-06-20 Yao Qi <yao@codesourcery.com>
2430
2431 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2432 and "gdb.write_memory" with "Inferior.read_memory" and
2433 "Inferior.write_memory".
2434
2435 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2436
2437 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2438 (Free Documentation): Add @node line.
2439 (Continuing and Stepping) <advance location>: Use @item instead of
2440 @itemx.
2441 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2442 @itemx.
2443 (Embedded Processors): Put the link to "PA" to its correct place,
2444 according to document structure.
2445 (Python API): Put the link to "Lazy Strings In Python" to its
2446 correct place.
2447 (Index): Use @@ in @tex block to get a literal @.
2448
2449 * gdbint.texinfo: Fix the @subtitle line.
2450
2451 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2452 correct place.
2453
2454 2012-06-08 Yao Qi <yao@codesourcery.com>
2455
2456 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2457 Protocol'.
2458 (In-Process Agent Protocol, IPA Protocol Objects)
2459 (IPA Protocol Commands): New nodes.
2460 (Tracepoint Packets): Add anchors.
2461
2462 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2463
2464 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2465
2466 2012-06-06 Yao Qi <yao@codesourcery.com>
2467
2468 * gdb.texinfo: Update copyright year.
2469
2470 2012-05-23 Stan Shebs <stan@codesourcery.com>
2471 Kwok Cheung Yeung <kcy@codesourcery.com>
2472
2473 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2474
2475 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2478 Mention also --with-separate-debug-dir.
2479 (Auto-loading): Prepend $debugdir in the sample output.
2480 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2481 auto-load safe-path variable.
2482 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2483 Mention also $debugdir for 'set auto-load scripts-directory'.
2484
2485 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2486
2487 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2488 (MIPS Embedded, MIPS, MIPS Register packet Format)
2489 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2490 appropriate.
2491
2492 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2493 Maciej W. Rozycki <macro@codesourcery.com>
2494
2495 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2496 mips compression".
2497 (MIPS Breakpoint Kinds): New subsubsection.
2498
2499 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2500
2501 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2502 nodes for subsections. Add @acronym mark-ups and adjust
2503 formatting.
2504
2505 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 Rename $ddir to $datadir.
2508 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2509 (objfile-gdb.py file): Rename $ddir to $datadir.
2510
2511 2012-05-18 Tom Tromey <tromey@redhat.com>
2512
2513 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2514
2515 2012-05-14 Stan Shebs <stan@codesourcery.com>
2516
2517 * gdb.texinfo (Dynamic Printf): New subsection.
2518
2519 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2520
2521 * gdb.texinfo (Basic Python): Add description about the function
2522 gdb.find_pc_line
2523
2524 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2525 Eli Zaretskii <eliz@gnu.org>
2526
2527 * gdb.texinfo (Separate Debug Files): Use plural form for global
2528 debugging information directory.
2529
2530 2012-05-11 Stan Shebs <stan@codesourcery.com>
2531 Kwok Cheung Yeung <kcy@codesourcery.com>
2532
2533 * gdb.texinfo (Operating System Auxiliary Information): Document new
2534 'info os' subcommands.
2535
2536 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2537
2538 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2539 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2540 (dotdebug_gdb_scripts section): Add reference
2541 to 'Auto-loading safe path'.
2542
2543 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2544
2545 Implement multi-component --with-auto-load-dir.
2546 * gdb.texinfo (Auto-loading): New references
2547 for 'set auto-load scripts-directory'
2548 and 'show auto-load scripts-directory'.
2549 (Auto-loading safe path): Describe the new default. Move $ddir
2550 substituation reference to 'objfile-gdb.py file'.
2551 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2552 script-name. Describe new 'set auto-load scripts-directory'
2553 and 'show auto-load scripts-directory'.
2554
2555 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 Provide $ddir substitution for --with-auto-load-safe-path.
2558 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2559 (Auto-loading safe path): Likewise. Mention the default value,
2560 $ddir substitution, --with-auto-load-safe-path and
2561 --without-auto-load-safe-path.
2562 * observer.texi (gdb_datadir_changed): New.
2563
2564 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2567 Twice.
2568
2569 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2570 directory separator by path separator.
2571
2572 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2575 for 'set auto-load safe-path' optional. Mention if it is omitted.
2576 Change disabling security protection condition to "/", twice.
2577
2578 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2579
2580 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2581 the new methods global_block and static_block on gdb.Symtab
2582 objects.
2583
2584 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2585
2586 * gdb.texinfo (Blocks In Python): Add a note saying that future
2587 improvements to GDB and its infrastructure can move symbols
2588 across blocks within a symbol table.
2589
2590 2012-04-29 Yao Qi <yao@codesourcery.com>
2591
2592 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2593 (A29K): Remove.
2594
2595 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2596 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2599 and generic static probe support on GDB.
2600
2601 2012-04-25 Doug Evans <dje@google.com>
2602
2603 * gdb.texinfo (Go): Fix thinko.
2604
2605 * gdb.texinfo (Supported Languages): Add Go.
2606 (Go): New node.
2607
2608 2012-04-25 Yao Qi <yao@codesourcery.com>
2609
2610 * gdbint.texinfo (Testsuite): New section `Board settings'.
2611
2612 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2615 Three times.
2616
2617 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2618 Three times.
2619
2620 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2623 by @table @asis. Fix formatting of one item.
2624
2625 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2628
2629 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 New option "set debug auto-load".
2632 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2633 (auto-load verbose mode): New node.
2634
2635 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 New option "set auto-load safe-path".
2638 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2639 and "info auto-load" examples for safe-path. Put there also references
2640 for "set auto-load safe-path" and "show auto-load safe-path".
2641 New menu item for Auto-loading safe path.
2642 (Auto-loading safe path): New node.
2643 (Python Auto-loading): Update the expected output from "Missing"
2644 to "No".
2645
2646 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 auto-load: Implementation.
2649 * gdb.texinfo (Mode Options): New anchor for -nx.
2650 (Startup): New anchors for Option -init-eval-command,
2651 Home Directory Init File
2652 and Init File in the Current Directory during Startup.
2653 Mention set auto-load local-gdbinit with a reference.
2654 Change the sample code to "set auto-load python-scripts".
2655 (Threads): New anchor set libthread-db-search-path.
2656 Provide references to libthread_db.so.1 file.
2657 (Controlling GDB): New menu item for Auto-loading.
2658 (Auto-loading, Init File in the Current Directory)
2659 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2660 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2661 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2662 reference.
2663 (Auto-loading): Rename to ...
2664 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2665 "set auto-load python-scripts", new anchor for it. Change
2666 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2667 for it. Change "info auto-load-scripts"
2668 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2669 to "Python scripts".
2670
2671 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2672
2673 PR mi/13393
2674 * gdb.texinfo (Print Settings): Extend the description for "set print
2675 object".
2676 (GDB/MI Variable Objects): Extend the description for -var-create and
2677 -var-list-children.
2678
2679 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2680
2681 * gdb.texinfo (Examining Data): Document the 'explore' command.
2682
2683 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2684
2685 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2686 to the children of a varobj and its update range when -var-update
2687 returns that the varobj's type changed.
2688
2689 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2692 Create two new links fir 'objfile-gdb.py file'
2693 and 'dotdebug_gdb_scripts section'.
2694
2695 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2696
2697 * gdb.texinfo (Auto-loading): Rename node reference
2698 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2699 Twice.
2700 (.debug_gdb_scripts section): Rename the node ...
2701 (dotdebug_gdb_scripts section): ... here.
2702 (Maintenance Commands): Also rename this node reference.
2703
2704 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2705
2706 * gdb.texinfo (Python API/Values From Inferior): Add description
2707 about the new method Value.referenced_value. Add description on
2708 how Value.dereference is different (and similar) to
2709 Value.referenced_value.
2710
2711 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2714 --init-eval-command=COMMAND, -iex.
2715 (Startup): Describe -iex and -ix. Simplify the example
2716 for "set auto-load-scripts off".
2717
2718 2012-03-16 Gary Benson <gbenson@redhat.com>
2719
2720 PR breakpoints/10738
2721 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2722 stating that GDB cannot set breakpoints on inlined functions.
2723 (Mode Options): Document --use-deprecated-index-sections.
2724 (Index Section Format): Document new index section version format.
2725
2726 2012-03-15 Tom Tromey <tromey@redhat.com>
2727
2728 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2729
2730 2012-03-13 Doug Evans <dje@google.com>
2731
2732 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2733 of "reload".
2734 (Symbols): Delete docs for set/show symbol-reloading.
2735 * gdbint.texinfo (Defining Other Architecture Features): Delete
2736 SYMBOL_RELOADING_DEFAULT.
2737 * refcard.tex: Delete reference to symbol-reloading.
2738
2739 2012-03-07 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.texinfo (General Query Packets): Document new
2742 QProgramSignals packet.
2743 * gdb.texinfo (Remote configuration): Mention
2744 "program-signals-packet".
2745
2746 2012-03-05 Tristan Gingold <gingold@adacore.com>
2747
2748 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2749
2750 2012-03-03 Yao Qi <yao@codesourcery.com>
2751
2752 * gdb.texinfo (In-Process Agent): New node.
2753 Document new commands.
2754 (General Query Packets): Add packet `QAgent'.
2755
2756 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2757
2758 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2759
2760 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2761
2762 * gdb.texinfo (Commands In Python): Put example python macro in
2763 COMMAND_USER category rather than COMMAND_OBSCURE.
2764 Document gdb.COMMAND_USER.
2765 (User-defined Commands): Update documentation to clarify
2766 "set/show max-user-call-depth" and "show user" don't apply to python
2767 commands. Update documentation to clarify "help user-defined" may
2768 also include python commands defined as COMMAND_USER.
2769
2770 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2771
2772 * gdb.texinfo (Startup): Add option -ex description to the option -x
2773 description.
2774
2775 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2776
2777 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2778 condition-evaluation breakpoint parameter.
2779 Mention condition-evaluation mode being shown in "info break".
2780 (Break Conditions): Add description for target-side
2781 conditional breakpoints.
2782 (Remote Configuration): Mention conditional-breakpoints-packet.
2783 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2784 cond-expr.
2785 (General Query Packets): Mention new ConditionalBreakpoint feature.
2786
2787 2012-02-22 Tom Tromey <tromey@redhat.com>
2788
2789 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2790
2791 2012-02-17 Tom Tromey <tromey@redhat.com>
2792
2793 PR python/10753:
2794 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2795 directory.
2796
2797 2012-02-14 Stan Shebs <stan@codesourcery.com>
2798
2799 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2800
2801 2012-02-13 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2804 mips-idt-ecoff.
2805
2806 2012-02-09 Yao Qi <yao@codesourcery.com>
2807
2808 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2809
2810 2012-02-07 Tom Tromey <tromey@redhat.com>
2811
2812 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2813 Symbol.value.
2814
2815 2012-02-07 Tom Tromey <tromey@redhat.com>
2816
2817 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2818
2819 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2820
2821 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2822
2823 2012-01-24 Tom Tromey <tromey@redhat.com>
2824
2825 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2826 unload".
2827 (Files): Mention new catch commands.
2828 (GDB/MI Async Records): Likewise.
2829
2830 2012-01-24 Gary Benson <gbenson@redhat.com>
2831
2832 Delete #if 0'd out code.
2833 * gdb.texinfo (Frame Info): Remove "info catch".
2834
2835 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2836
2837 * gdb.texinfo (Remote Configuration): Document
2838 "set remote hostio-readlink-packet" command.
2839 (General Query Packets): Document vFile:readlink packet.
2840
2841 2012-01-16 Tom Tromey <tromey@redhat.com>
2842
2843 * gdb.texinfo (Specify Location): Document relative file name
2844 handling.
2845
2846 2012-01-16 Tom Tromey <tromey@redhat.com>
2847
2848 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2849
2850 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2851 Eli Zaretskii <eliz@gnu.org>
2852
2853 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2854 code.
2855
2856 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2857
2858 * gdb.texinfo (Variables): Document use of :: for non-static
2859 variables.
2860
2861 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2862
2863 * gdbint.texinfo (Start of New Year Procedure): Update
2864 to replace use of copyright.sh by use of copyright.py.
2865
2866 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 Remove the gdbtui binary.
2869 * all-cfg.texi (GDBTUI): Remove.
2870 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2871 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2872 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2873
2874 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2875
2876 Introduce gdb.FinishBreakpoint in Python.
2877 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2878 (Python API): Add menu entry for Finish Breakpoints.
2879
2880 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2881
2882 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2883 tests.
2884
2885 2011-12-16 Doug Evans <dje@google.com>
2886
2887 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2888
2889 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2890
2891 * gdb.texinfo (Python Commands): Remove "maint set/show print
2892 stack". Add documentation for "set/show python print-stack".
2893
2894 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2895
2896 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2897 should transfer control to the stub in the startup code instead of
2898 in main. Mention the need to get past the initial breakpoint.
2899
2900 2011-12-06 Tom Tromey <tromey@redhat.com>
2901
2902 * gdb.texinfo (Set Breaks): Update for new behavior.
2903
2904 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2907 List Format for SVR4 Targets'.
2908 (General Query Packets): New item qXfer:libraries-svr4:read.
2909 (Library List Format for SVR4 Targets): New node.
2910
2911 2011-12-01 Tom Tromey <tromey@redhat.com>
2912
2913 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2914 add.
2915
2916 2011-11-22 Tom Tromey <tromey@redhat.com>
2917
2918 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2919 reasons.
2920
2921 2011-11-20 Stan Shebs <stan@codesourcery.com>
2922
2923 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2924 note-related options and variables.
2925 (Tracepoint Packets): Document packet changes.
2926
2927 2011-11-20 Sanjoy Das <sdas@igalia.com>
2928
2929 * gdb.texinfo (JIT Interface): Add documentation on writing and
2930 usind JIT debug info readers.
2931 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2932 Debug Info Readers): New nodes.
2933
2934 2011-11-18 Yao Qi <yao@codesourcery.com>
2935
2936 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2937 tracepoint.
2938
2939 2011-11-15 Doug Evans <dje@google.com>
2940
2941 * gdb.texinfo (Files): Document basenames-may-differ.
2942
2943 2011-11-14 Doug Evans <dje@google.com>
2944
2945 * gdb.texinfo (Shell Commands): Document "!".
2946
2947 2011-11-14 Stan Shebs <stan@codesourcery.com>
2948 Kwok Cheung Yeung <kcy@codesourcery.com>
2949
2950 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2951 needed to get shorter fast tracepoints.
2952 (Tracepoint Packets): Document new qTMinFTPILen packet.
2953
2954 2011-11-14 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2957 behavior of tracepoint.
2958 (General Query Packets): New feature InstallInTrace.
2959 (Remote Configuration): Document "set remote
2960 install-in-trace-packet".
2961
2962 2011-11-12 Matt Rice <ratmice@gmail.com>
2963
2964 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2965 Add arguments to info macro.
2966
2967 2011-11-10 Tom Tromey <tromey@redhat.com>
2968
2969 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2970 manual.
2971 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2972 (Macros): Add a footnote.
2973 (C): Remove paragraph about compiler options.
2974 (C Constants): Mention wide character and string constants.
2975 (C Plus Plus Expressions): Update compiler option advice. Mention
2976 using declarations. Mention ADL. Remove old HP compiler
2977 information.
2978
2979 2011-11-10 Tom Tromey <tromey@redhat.com>
2980
2981 PR c++/9257:
2982 * gdb.texinfo (Print Settings): Add an extra note about the need
2983 for a vtable.
2984
2985 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2986
2987 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2988 "set mips abi" documentation.
2989
2990 2011-11-04 Doug Evans <dje@google.com>
2991
2992 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2993
2994 2011-11-03 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.texinfo (Stopping): Add menu entry.
2997 (Continuing and Stepping): Restore @node. Use @section, not
2998 @subsection.
2999
3000 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
3001
3002 * gdb.texinfo (Skipping Over Functions and Files): Remove node
3003 designation. Fix "Specify Location" cross-reference.
3004
3005 2011-11-02 Stan Shebs <stan@codesourcery.com>
3006
3007 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3008 (General Query Packets): Describe tracenz feature.
3009 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3010
3011 2011-10-28 Paul Koning <paul_koning@dell.com>
3012
3013 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3014
3015 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
3016
3017 * gdb.texinfo ((Frames In Python): Document
3018 gdb.FRAME_UNWIND_FIRST_ERROR contant.
3019
3020 2011-10-26 Paul Koning <paul_koning@dell.com>
3021
3022 * gdb.texinfo (gdb.types): Document new deepitems function.
3023
3024 2011-10-25 Paul Koning <paul_koning@dell.com>
3025
3026 PR python/13327
3027
3028 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3029 fetch_lazy method.
3030
3031 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3032
3033 PR python/12656
3034
3035 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3036 global_block, static_block function.
3037
3038 2011-10-19 Tom Tromey <tromey@redhat.com>
3039
3040 * gdb.texinfo (Commands In Python): Add missing "@"s.
3041
3042 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3043
3044 PR python/13285 Document named constants for frame unwind stop reasons
3045 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3046 constants.
3047
3048 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3049
3050 Fix compatibility with texinfo versions older than 4.12.
3051 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3052 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3053 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3054 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3055 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3056 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3057 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3058
3059 2011-10-09 Doug Evans <dje@google.com>
3060
3061 * gdb.texinfo (Extending GDB): Document alias command.
3062
3063 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 Support @entry in input expressions.
3066 * gdb.texinfo (Variables): Describe @entry names suffix.
3067 (Print Settings): Add anchor for `set print entry-values'.
3068
3069 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3070 Eli Zaretskii <eliz@gnu.org>
3071
3072 Display @entry parameter values (without references).
3073 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3074 example.
3075 (Print Settings): New description of set print entry-values and show
3076 print entry-values.
3077
3078 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3079 Eli Zaretskii <eliz@gnu.org>
3080
3081 Recognize virtual tail call frames.
3082 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3083 (Tail Call Frames): New node.
3084 (Frames In Python): Add gdb.TAILCALL_FRAME.
3085
3086 2011-10-07 Doug Evans <dje@google.com>
3087
3088 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3089 register_pretty_printer.
3090
3091 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3092
3093 PR python/12930
3094 PR python/12802
3095
3096 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3097 stop method.
3098
3099 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3100
3101 * gdb.texinfo (Starting your Program): "set disable-randomization"
3102 is no longer Linux-specific.
3103 (Remote Configuration): Document "set remote
3104 disable-randomization-packet".
3105 (General Query Packets): Document "QDisableRandomization" packet
3106 and add it to "qSupported" list.
3107
3108 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3109
3110 Allow Python notification of new object-file loadings.
3111 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3112 event type.
3113
3114 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3115
3116 PR python/12691: Add the inferior to Python exited event
3117 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3118
3119 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3122 rephasing.
3123
3124 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3125
3126 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3127 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3128 as possible feature returned by the `-list-features'
3129 command.
3130
3131 2011-09-28 Paul Koning <paul_koning@dell.com>
3132
3133 * gdb.texinfo (gdb.Type): Document field access by dictionary
3134 key syntax.
3135
3136 2011-09-28 Yao Qi <yao@codesourcery.com>
3137
3138 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3139 Add one space after option `-s'. Remove @r{} markup.
3140
3141 2011-09-27 Stan Shebs <stan@codesourcery.com>
3142
3143 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3144
3145 2011-09-16 Hui Zhu <teawater@gmail.com>
3146
3147 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3148 to *(unsigned char *)$esp@300.
3149
3150 2011-09-15 Paul Koning <paul_koning@dell.com>
3151
3152 * gdb.texinfo: Make style of Python functions and methods match
3153 the syntax of Python. Also put class and module names explicitly
3154 on function, member, and variable names, matching Python
3155 documentation conventions.
3156
3157 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3158
3159 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3160 * gdb.texinfo (Inferiors In Python): Describe new
3161 gdb.selected_inferior() function.
3162
3163 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3164
3165 Handle multiple breakpoint hits in Python interface:
3166 * gdb.texinfo (Events In Python): New function documentation:
3167 gdb.BreakpointEvent.breakpoints. Indicate that
3168 gdb.BreakpointEvent.breakpoint is now deprecated.
3169
3170 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3171
3172 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3173
3174 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3175
3176 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3177
3178 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 * gdb.texinfo (Prompt): Add set/show extended-prompt
3181 documentation
3182 (Basic Python): Add prompt_hook anchor.
3183 (Python modules): Reword module text to reflect multiple modules.
3184 (gdb.prompt): Document gdb.prompt module.
3185
3186 2011-08-14 Yao Qi <yao@codesourcery.com>
3187
3188 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3189
3190 2011-08-14 Yao Qi <yao@codesourcery.com>
3191
3192 * gdb.texinfo (Standard Target Features): Document C6x features.
3193 (TIC6x Features): New node.
3194
3195 2011-08-12 Doug Evans <dje@google.com>
3196
3197 * gdb.texinfo (Symbols In Python): Document symbol.type.
3198
3199 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3200
3201 * gdb.texinfo (Python): Document command and function
3202 auto-loading.
3203
3204 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3205 Eli Zaretskii <eliz@gnu.org>
3206
3207 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3208 typedefs unrolling. Extend the sample code by an inner typedef and
3209 outer typedefs unrolling.
3210
3211 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3212
3213 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3214 size and line-size.
3215
3216 2011-07-21 Matt Rice <ratmice@gmail.com>
3217
3218 PR macros/12999
3219 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3220 Update text and cindex entries for info macro command.
3221
3222 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3223
3224 * observer.texi (GDB Observers): Add before_prompt observer.
3225 * gdb.texinfo (Basic Python): Add documentation for prompt
3226 substitution.
3227
3228 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3229
3230 PR python/12438
3231 * gdb.texinfo (Python Commands): Add deprecate note to maint
3232 set/show python print-stack. Document set/show python
3233 print-backtrace.
3234
3235 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3236
3237 * gdb.texinfo: Fix typos.
3238
3239 2011-07-01 Tom Tromey <tromey@redhat.com>
3240
3241 * gdb.texinfo (Debugging Output): Document set debug
3242 check-physname.
3243
3244 2011-06-29 Tom Tromey <tromey@redhat.com>
3245
3246 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3247 breakpoint-notifications feature.
3248
3249 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3250
3251 * gdb.texinfo (Target Description): Remove warning about
3252 possibly unstable format.
3253
3254 2011-06-03 Tom Tromey <tromey@redhat.com>
3255
3256 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3257 (Events In Python): Note that exit_code is optional.
3258
3259 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3260
3261 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3262 required for multi-threading support.
3263 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3264 Hc are deprecated for multi-threading debugging. Point readers at
3265 the vCont packet.
3266
3267 2011-05-15 Doug Evans <dje@google.com>
3268
3269 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3270
3271 2011-05-13 Doug Evans <dje@google.com>
3272
3273 * gdb.texinfo (Threads): Document $sdir,$pdir.
3274 (Server): Document $pdir exception.
3275
3276 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3277
3278 * gdb.texinfo (Threads): Clarify default value for
3279 libthread-db-search-path.
3280
3281 * gdb.texinfo (Completion): Update example.
3282 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3283
3284 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3285
3286 * gdb.texinfo: Document change in the behaviour of the enable and
3287 disable GDB commands when applied to tracepoints.
3288 Document the EnableDisableTracepoints remote stub feature.
3289 Document QTEnable and QTDisable in the list of tracepoint packets.
3290
3291 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3294 hsuser.texi.
3295 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3296 comment to hsuser.texi. Change rluser.texi name in the comment.
3297
3298 2011-05-10 Doug Evans <dje@google.com>
3299
3300 * gdb.texinfo (Threads): If an empty path is provided for
3301 libthread-db-search-path it is reset to its default value.
3302 (Server): Ditto.
3303
3304 2011-05-09 Doug Evans <dje@google.com>
3305
3306 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3307
3308 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3309 Thiago Jung Bauermann <bauerman@br.ibm.com>
3310
3311 Implement support for PowerPC BookE masked watchpoints.
3312 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3313 (PowerPC Embedded): Mention support of masked watchpoints.
3314
3315 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3318 `@value{GDBN}'.
3319
3320 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3321
3322 * gdb.texinfo (titlepage): Remove dedication.
3323 (In Memoriam): New appendix.
3324
3325 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3326 Eli Zaretskii <eliz@gnu.org>
3327
3328 * gdb.texinfo (Index Section Format): Change the version to 5.
3329 Describe the different formula.
3330
3331 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3332 Eli Zaretskii <eliz@gnu.org>
3333
3334 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3335 for disconnected tracing.
3336 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3337 extended-remote relationship. Mention --once.
3338 (TCP port allocation lifecycle of @code{gdbserver}): New.
3339
3340 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3341
3342 * gdb.texinfo (Server): Improve indexing. Index all optional
3343 switches to gdbserver.
3344
3345 2011-04-20 Tom Tromey <tromey@redhat.com>
3346
3347 * gdb.texinfo (Index Section Format): New node.
3348 (Top): Add new node to menu.
3349
3350 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3351
3352 * gdb.texinfo (Maintenance Commands): Document `maint print
3353 remote-registers'.
3354
3355 2011-04-20 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.texinfo (Trace File Format): Move node later.
3358
3359 2011-04-19 Tom Tromey <tromey@redhat.com>
3360
3361 * gdbint.texinfo (Register Information Functions): Remove
3362 duplicate "the".
3363 * gdb.texinfo (Emacs): Remove duplicate "to".
3364 (GDB/MI Variable Objects): Remove duplicate "the".
3365 (General Query Packets): Likewise.
3366
3367 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3368
3369 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3370 "GDB/MI Ada Exception Information" node.
3371
3372 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3373
3374 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3375 the "exception-name" field in the *stopped async record.
3376
3377 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3378 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3379
3380 Implement support for PowerPC BookE ranged breakpoints.
3381 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3382
3383 2011-03-28 Tom Tromey <tromey@redhat.com>
3384
3385 * gdb.texinfo (Set Tracepoints): Fix typo.
3386
3387 2011-03-24 Tom Tromey <tromey@redhat.com>
3388
3389 * gdb.texinfo (Specify Location): Document `function:label'
3390 linespec.
3391
3392 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3393
3394 PR python/12149
3395
3396 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3397
3398 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3399
3400 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3401 (Inferiors In Python): Likewise.
3402 (Threads In Python): Likewise.
3403 (Symbols In Python): Likewise.
3404 (Objfiles In Python): Likewise.
3405 (Symbol Tables In Python): Likewise.
3406
3407 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3408
3409 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3410 display>: Explain that the commands accept number ranges.
3411
3412 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3413
3414 * gdb.texinfo (Breakpoints In Python): Add description and example
3415 of Python stop function operation.
3416
3417 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3418
3419 * gdb.texinfo (Parameters In Python): Document get_set_string and
3420 get_show_string methods.
3421
3422 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3425
3426 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3427 circular-trace-buffer name.
3428
3429 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3432 in the previous change.
3433
3434 2011-02-27 Michael Snyder <msnyder@vmware.com>
3435
3436 * gdb.texinfo (Inferiors and Programs): Update commands to show
3437 that they can accept multiple arguments.
3438
3439 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3440
3441 Revert the following patch (code patch was not approved):
3442 2011-02-21 Hui Zhu <teawater@gmail.com>
3443 * agentexpr.texi (bytecode descriptions): add printf.
3444 * gdb.texinfo (tracepoint action lists): add printf.
3445
3446 2011-02-23 Doug Evans <dje@google.com>
3447
3448 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3449
3450 2011-02-23 Michael Snyder <msnyder@vmware.com>
3451
3452 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3453 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3454 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3455
3456 2011-02-22 Doug Evans <dje@google.com>
3457
3458 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3459 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3460 add description of result, fix @defun formatting.
3461
3462 2011-02-21 Hui Zhu <teawater@gmail.com>
3463
3464 * agentexpr.texi (Bytecode Descriptions): Add printf.
3465 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3466
3467 2011-02-18 Tom Tromey <tromey@redhat.com>
3468
3469 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3470
3471 2011-02-14 Michael Snyder <msnyder@vmware.com>
3472
3473 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3474 Document new command "thread find".
3475
3476 2011-02-14 Michael Snyder <msnyder@vmware.com>
3477
3478 * gdb.texinfo (Threads): Update example of new thread message.
3479
3480 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3481
3482 * gdb.texinfo (Remote Configuration): Mention set/show remote
3483 traceframe-info.
3484 (Tools/Packages Optional for Building GDB): Mention that expat is
3485 used for traceframe info.
3486 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3487 (General Query Packets) <qSupported>: Describe the
3488 qXfer:traceframe-info:read feature.
3489 (qXfer::read): Describe qXfer:traceframe-info:read.
3490 (Traceframe Info Format): New section.
3491
3492 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3493
3494 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3495 for casts and unary operators.
3496
3497 2011-02-04 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3500 is not useful.
3501
3502 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3503
3504 * gdb.texinfo: s/value optimized out/optimized out/g
3505
3506 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3507
3508 * gdb.texinfo (Other Misc Settings): Rework part of the
3509 documentation of the "set interactive mode" command.
3510
3511 2011-01-19 Tom Tromey <tromey@redhat.com>
3512
3513 * gdb.texinfo (Threads): Document thread name output and `thread
3514 name' command.
3515 (Threads In Python): Document Thread.name attribute.
3516 (GDB/MI Thread Commands): Document thread attributes.
3517
3518 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3519
3520 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3521 changes in mi/mi-cmd-disas.c
3522
3523 2011-01-12 Tom Tromey <tromey@redhat.com>
3524
3525 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3526 Fix "thread apply" text.
3527
3528 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3529 Thiago Jung Bauermann <bauerman@br.ibm.com>
3530
3531 Implement support for PowerPC BookE ranged watchpoints.
3532 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3533 the "set powerpc exact-watchpoints" flag.
3534
3535 2011-01-07 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.texinfo (Python API): Add descriptions to @menu items.
3538
3539 2011-01-06 Tom Tromey <tromey@redhat.com>
3540
3541 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3542
3543 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3544
3545 * gdb.texinfo (Debugging Output): Document "set debug jit".
3546
3547 2011-01-06 Tom Tromey <tromey@redhat.com>
3548
3549 PR python/12133:
3550 * gdb.texinfo (Frames In Python): Document various frame
3551 constants.
3552
3553 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3554
3555 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3556 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3557 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3558
3559 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3560
3561 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3562 (clean): Add GDBvn.texi.
3563
3564 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3565
3566 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3567 occasional case where the debugger prints an array address
3568 instead of the array itself.
3569
3570 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3571
3572 * gdb.texinfo (Packets) <read registers packet>: Document support
3573 for registers that were not collected.
3574
3575 2010-12-15 Doug Evans <dje@google.com>
3576
3577 * gdb.texinfo (Startup): Document auto-loading of scripts during
3578 startup.
3579 (Auto-loading): Delete "maint set python auto-load on|off".
3580 Add "set auto-load-scripts on|off".
3581
3582 2010-12-07 Doug Evans <dje@google.com>
3583
3584 * gdb.texinfo (Mode Options): Document -data-directory.
3585 (Data Files): Add reference to -data-directory.
3586
3587 2010-11-29 Doug Evans <dje@google.com>
3588
3589 * gdb.texinfo (Pretty-Printer Introduction): Change
3590 printer-name:subprinter-name to printer-name;subprinter-name.
3591
3592 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3593
3594 PR python/12199
3595
3596 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3597
3598 2010-11-23 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3601 (Editing): Likewise.
3602 (Command History): Likewise.
3603 (TUI Keys): Likewise.
3604 (Bug Reporting): Conditionally include rluser.texi and
3605 inc-history.texinfo.
3606 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3607 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3608 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3609 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3610 (gdb.pdf): Likewise.
3611 (gdb.info): Likewise.
3612 (gdb/index.html): Likewise.
3613
3614 2010-11-23 Tom Tromey <tromey@redhat.com>
3615
3616 * Makefile.in (Makefile): Run ../config.status.
3617 (distclean): Update.
3618 * configure: Remove.
3619 * configure.ac: Remove.
3620
3621 2010-11-12 Tom Tromey <tromey@redhat.com>
3622
3623 * gdb.texinfo (Basic Python): Update. Add xref.
3624 (Exception Handling): Document new exception classes.
3625 (Types In Python): Update.
3626 (Frames In Python): Update.
3627
3628 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3629
3630 * gdb.texinfo (Breakpoints In Python): Document "internal"
3631 parameter, and visible attribute.
3632
3633 2010-11-05 Doug Evans <dje@google.com>
3634
3635 * gdb.texinfo (Source Path): Document "set directories".
3636
3637 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3638
3639 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3640 (OpenCL C): New node.
3641
3642 2010-11-02 Doug Evans <dje@google.com>
3643
3644 * gdb.texinfo (Pretty Printing): Expand into three sections,
3645 introduction, example, and commands.
3646 (Python API): Delete section Disabling Pretty-Printers, merge into
3647 Selecting Pretty-Printers.
3648 (Writing a Pretty-Printer): New section. Move the pretty-printer
3649 example here, and reformat to match python coding style. Add a second
3650 example using the gdb.printing module.
3651 (Python modules): Add gdb.printing.
3652
3653 2010-10-29 Doug Evans <dje@google.com>
3654
3655 * gdb.texinfo (Python): Fix long line.
3656
3657 2010-10-20 Doug Evans <dje@google.com>
3658
3659 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3660 All references updated. Correct sections marked as subsections.
3661 (Coding Standards): New chapter. Move the coding standard related
3662 subsections here. Add section on Python coding standards.
3663
3664 2010-10-13 Doug Evans <dje@google.com>
3665
3666 * gdb.texinfo (Python): Add "Python modules".
3667 (Types in Python): Add reference to gdb.types section.
3668 (Python modules): New node.
3669
3670 2010-10-11 Doug Evans <dje@google.com>
3671
3672 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3673 Python" from gdb.Value.type description.
3674
3675 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3676
3677 * gdb.texinfo (Ravenscar Profile): New node.
3678
3679 2010-09-22 Tom Tromey <tromey@redhat.com>
3680
3681 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3682
3683 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3684
3685 * gdb.texinfo (Values From Inferior): Clarify that
3686 value.dynamic_type works only in C++ programs with RTTI.
3687
3688 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3689
3690 * gdb.texinfo (Character Sets): Correctly reference host-charset
3691 in example.
3692
3693 2010-09-13 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3696 Document "fullname" and "from".
3697
3698 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3699
3700 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3701 feature `reverse' output by -list-target-features.
3702
3703 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3704
3705 * gdb.texinfo (i386 Features): Remove an extra "@item".
3706
3707 2010-08-30 Tom Tromey <tromey@redhat.com>
3708
3709 PR python/11792:
3710 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3711
3712 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3713
3714 * gdb.texinfo (ARM Features): Document
3715 org.gnu.gdb.arm.m-profile.
3716
3717 2010-08-23 Tom Tromey <tromey@redhat.com>
3718
3719 PR python/11145:
3720 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3721 reinterpret_cast methods.
3722
3723 2010-08-23 Tom Tromey <tromey@redhat.com>
3724
3725 PR python/11915:
3726 * gdb.texinfo (Types In Python): Document array method.
3727
3728 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3729
3730 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3731
3732 2010-08-16 Tom Tromey <tromey@redhat.com>
3733
3734 * gdb.texinfo (Set Watchpoints): Document -location option.
3735
3736 2010-08-13 Doug Evans <dje@google.com>
3737
3738 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3739
3740 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3741
3742 * gdb.texinfo (GDB/MI Data Manipulation): Document
3743 -data-read-memory-raw and -data-write-memory-raw.
3744
3745 2010-08-11 Tom Tromey <tromey@redhat.com>
3746 Phil Muldoon <pmuldoon@redhat.com>
3747
3748 * gdb.texinfo (Basic Python): Describe post_event API.
3749
3750 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3751
3752 * gdb.texinfo (Basic Python): Describe solib_address and
3753 decode_line Python APIs
3754
3755 2010-08-10 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.texinfo (Pretty Printing API): Document
3758 gdb.default_visualizer.
3759
3760 2010-08-10 Tom Tromey <tromey@redhat.com>
3761
3762 Revert gdb-add-index addition:
3763 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3764
3765 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3766 Eli Zaretskii <eliz@gnu.org>
3767
3768 * gdb.texinfo (Mode Options) <-batch>
3769 (Basic Python) <gdb.execute>: Describe setting width and height.
3770
3771 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3772
3773 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3774
3775 2010-07-30 Tom Tromey <tromey@redhat.com>
3776
3777 * gdb.texinfo (Index Files): Mention gdb-add-index.
3778
3779 2010-07-30 Hui Zhu <teawater@gmail.com>
3780
3781 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3782 "detach inferior" and "kill inferior".
3783
3784 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3785
3786 * gdb.texinfo (Machine Code): Update description of two forms of
3787 arguments, and add new example to demonstrate the new form.
3788
3789 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3790
3791 * gdb.texinfo (Values From Inferior): Add value inferior function
3792 call description.
3793
3794 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3795
3796 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3797
3798 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3799 Eli Zaretskii <eliz@gnu.org>
3800
3801 Make core files the process_stratum.
3802 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3803 record_stratum example.
3804
3805 2010-07-13 Tom Tromey <tromey@redhat.com>
3806
3807 * gdb.texinfo (Index Files): New node.
3808
3809 2010-07-13 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3812
3813 2010-07-13 Tom Tromey <tromey@redhat.com>
3814
3815 * gdb.texinfo (Specify Location): Document labels.
3816
3817 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3818
3819 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3820 entries for fast tracepoints and static tracepoints.
3821
3822 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3823
3824 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3825 qsThreadInfo>: Spell out `l' as ell.
3826
3827 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3828
3829 * gdb.texinfo (Convenience Variables): Document $_sdata.
3830 (Commands to Set Tracepoints): Describe static tracepoints. Add
3831 `Listing Static Tracepoint Markers' menu entry. Document
3832 "strace".
3833 (Tracepoint Action Lists): Document collecting $_sdata.
3834 (Listing Static Tracepoint Markers): New subsection.
3835 (Tracepoints support in gdbserver): Mention static tracepoints.
3836 (remote packets, enabling and disabling): Mention
3837 read-sdata-object.
3838 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3839 and StaticTracepoint.
3840 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3841 Document qXfer:sdata:read.
3842 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3843
3844 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3845
3846 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3847
3848 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3849 Tom Tromey <tromey@redhat.com>
3850 Thiago Jung Bauermann <bauerman@br.ibm.com>
3851
3852 * gdb.texinfo (Inferiors In Python): New node.
3853 * gdb.texinfo (Threads In Python): New node.
3854
3855 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.texinfo (Python): Document what the python directory is
3858 and what its location is.
3859 (Basic Python): Document the gdb.PYTHONDIR constant.
3860
3861 2010-06-25 Tom Tromey <tromey@redhat.com>
3862
3863 PR python/10808:
3864 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3865
3866 2010-06-24 Hui Zhu <teawater@gmail.com>
3867
3868 * gdb.texinfo: (Commands for Controlled Output): Add
3869 documentation for command "eval".
3870
3871 2010-06-21 Stan Shebs <stan@codesourcery.com>
3872
3873 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3874 * annotate.texinfo: Ditto.
3875 * gdbint.texinfo: Ditto.
3876 * stabs.texinfo: Ditto.
3877
3878 2010-06-22 Hui Zhu <teawater@gmail.com>
3879
3880 * gdb.texinfo: (Process Record and Replay): Add documentation
3881 for command "set record memory-query".
3882
3883 2010-06-21 Stan Shebs <stan@codesourcery.com>
3884
3885 * gdb.texinfo: Relicense under GFDL version 1.3.
3886 * annotate.texinfo: Relicense under GFDL version 1.3.
3887 * gdbint.texinfo: Relicense under GFDL version 1.3.
3888 * stabs.texinfo: Relicense under GFDL version 1.3.
3889 * fdl.texi: Update to version 1.3.
3890
3891 2010-06-18 Stan Shebs <stan@codesourcery.com>
3892
3893 * gdb.texinfo (Operating System Auxiliary Information): Describe
3894 "info os" when no arguments given.
3895
3896 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3897 $_thread.
3898
3899 2010-06-18 Hui Zhu <teawater@gmail.com>
3900
3901 * gdb.texinfo: (Process Record and Replay): Add documentation
3902 for commands "record save" and "record restore".
3903
3904 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3905
3906 * gdb.texinfo: Include information about the correct use
3907 of addresses in the `watch' command.
3908
3909 2010-06-11 Stan Shebs <stan@codesourcery.com>
3910
3911 * gdb.texinfo (Observer Mode): New section.
3912 (General Query Packets): Document QAllow.
3913
3914 2010-06-04 Doug Evans <dje@google.com>
3915
3916 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3917
3918 2010-06-03 Doug Evans <dje@google.com>
3919
3920 * gdbint.texinfo (Coding): Add subsection on command names.
3921
3922 2010-06-02 Tom Tromey <tromey@redhat.com>
3923
3924 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3925 always-disassemble.
3926
3927 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3928
3929 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3930 gdbserver, and add cross reference.
3931 (Tracepoints support in gdbserver): New subsection.
3932
3933 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3934
3935 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3936 `qRelocInsn' feature.
3937 (Relocate instruction reply packet): New subsection
3938 of `Tracepoint Packets'.
3939 (Tracepoint Packets): Mention that packets QTDP and QTStart
3940 support the qRelocInsn request, and add cross reference to new
3941 subsection.
3942
3943 2010-05-25 Doug Evans <dje@google.com>
3944
3945 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3946 (Commands In Python): Document gdb.string_to_argv.
3947
3948 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3949
3950 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3951 ATTR_NORETURN.
3952
3953 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3954 Tom Tromey <tromey@redhat.com>
3955 Thiago Jung Bauermann <bauerman@br.ibm.com>
3956
3957 * gdb.texinfo (Parameters In Python): New Node.
3958
3959 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3960
3961 * gdb.texinfo: (Summary) Add mention about D language support.
3962 (Filenames): Add D suffixes.
3963 (D): New node.
3964
3965 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3966
3967 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3968 of macro deleted from GDB code.
3969
3970 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3971
3972 * gdb.texinfo (Commands to specify files): Describe what how GDB
3973 looks up DOS-based filesystem paths on the system root. Document
3974 the new `set/show target-file-system-kind' commands.
3975
3976 2010-04-23 Doug Evans <dje@google.com>
3977
3978 * gdb.texinfo (Python): Move Auto-loading section here ...
3979 (Python API): from here.
3980 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3981 (Maintenance Commands): Add docs for "maint print section-scripts".
3982
3983 2010-04-20 Chris Moller <cmoller@redhat.com>
3984
3985 * gdb.texinfo (Setting Breakpoints): Added description of
3986 filename-qualified rbreak.
3987 * refcard.tex (Breakpoints and Watchpoints): Added brief
3988 description of filename-qualified rbreak.
3989
3990 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3991
3992 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3993 (Python API): Change the reference to Pretty Printing API.
3994 (Pretty Printing): Move the user part under the Data node. Reformat
3995 the sample output to 72 columns. Create a new reference to Pretty
3996 Printing API. Rename the API part ...
3997 (Pretty Printing API): To a new node name.
3998 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3999 (GDB/MI Variable Objects): Change references to Pretty Printing API.
4000
4001 2010-04-21 Stan Shebs <stan@codesourcery.com>
4002
4003 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4004 and commands.
4005 (Listing Tracepoints): Update to reflect current behavior.
4006
4007 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4008
4009 * gdb.texinfo (Examining memory): Update for change in string
4010 display with explicit size.
4011
4012 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4013
4014 PR breakpoints/8554.
4015
4016 * gdb.texinfo (Save Breakpoints): New node.
4017 (save-tracepoints): Rename to ...
4018 (save tracepoints): ... this. Mention that `save-tracepoints' is
4019 a deprecated alias to `save tracepoints'.
4020
4021 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4022
4023 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4024 (info w32 thread-information-block): Document new command.
4025 (qGetTIBAddress): Document new gdbserver query.
4026 (maint set/show show-all-tib): Document new command.
4027
4028 2010-04-15 Doug Evans <dje@google.com>
4029
4030 * gdb.texinfo (Python API): Add progspaces section.
4031 (Selecting Pretty-Printers): Progspace pretty-printers are
4032 searched too.
4033 (Progspaces In Python): New section.
4034
4035 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4036
4037 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4038
4039 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4040 returns None.
4041
4042 2010-04-09 Stan Shebs <stan@codesourcery.com>
4043
4044 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4045 Describe the `frames-created' field, tweak grammar.
4046
4047 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4048
4049 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4050 Describe the `circular' and `disconnected' fields.
4051
4052 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4053
4054 * gdb.texinfo (maint print registers): Mention unavailable and
4055 invisible registers.
4056
4057 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4058 Thiago Jung Bauermann <bauerman@br.ibm.com>
4059 Tom Tromey <tromey@redhat.com>
4060
4061 * gdb.texinfo (Breakpoints In Python): New Node.
4062
4063 2010-04-08 Stan Shebs <stan@codesourcery.com>
4064
4065 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4066 trace status fields.
4067
4068 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4069
4070 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4071 optional. Make org.gnu.gdb.i386.avx requires
4072 org.gnu.gdb.i386.avx.
4073
4074 2010-04-08 Doug Evans <dje@google.com>
4075
4076 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4077 search path, and document that gdb only scans the search path if
4078 the script's path doesn't specify a directory.
4079
4080 2010-04-05 Doug Evans <dje@google.com>
4081
4082 * gdb.texinfo (maint show python auto-load): Fix typo.
4083
4084 2010-04-04 Stan Shebs <stan@codesourcery.com>
4085
4086 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4087 (Setting Watchpoints): Update description of "info watch".
4088 (Disabling Breakpoints): Only "info break" lists all.
4089
4090 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4091 (tdump): Explain how tdump works.
4092
4093 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4094
4095 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4096 add cross reference.
4097
4098 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4099
4100 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4101 commands error out.
4102
4103 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4104
4105 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4106
4107 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4108
4109 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4110
4111 2010-03-29 Stan Shebs <stan@codesourcery.com>
4112 Nathan Sidwell <nathan@codesourcery.com>
4113
4114 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4115 GDBN equivalent.
4116 (Set Tracepoints): Remove mention that conditional tracepoints
4117 don't exist.
4118 (Tracepoint Actions): Clarify when while-stepping collection
4119 happens, note that while-stepping does not automatically collect
4120 $pc.
4121
4122 2010-03-29 Stan Shebs <stan@codesourcery.com>
4123
4124 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4125 (General Query Packets): Describe TracepointSource.
4126
4127 2010-03-27 Matt Rice <ratmice@gmail.com>
4128
4129 * gdb.texinfo (ARM): Document arguments to "target sim".
4130 (Set Catchpoints): Use @dots{} instead of @r{...}.
4131
4132 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4133
4134 * gdb.texinfo (Tracepoint Packets): Remove mention that
4135 terror:string may be plain text, and drop mention of X prefix.
4136
4137 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4138
4139 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4140
4141 2010-03-24 Stan Shebs <stan@codesourcery.com>
4142
4143 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4144
4145 2010-03-24 Tom Tromey <tromey@redhat.com>
4146
4147 PR breakpoints/9352:
4148 * gdb.texinfo (Break Commands): Update.
4149
4150 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4151
4152 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4153 commands.
4154
4155 2010-03-16 Stan Shebs <stan@codesourcery.com>
4156
4157 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4158 circular-trace-buffer.
4159 (Tracepoint Packets): Describe QTBuffer, and details of the
4160 qTStatus reply.
4161
4162 2010-03-12 Stan Shebs <stan@codesourcery.com>
4163 Nathan Sidwell <nathan@codesourcery.com>
4164
4165 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4166 doing instruction stepping.
4167 (Tracepoint Restrictions): New node.
4168
4169 2010-03-10 Tom Tromey <tromey@redhat.com>
4170
4171 * gdbint.texinfo (Symbol Handling): Update.
4172
4173 2010-03-08 Tom Tromey <tromey@redhat.com>
4174
4175 PR cli/9591:
4176 * gdb.texinfo (Mode Options): Mention lack of pagination and
4177 confirmation with --batch.
4178 (Screen Size): Mention --batch.
4179 (Messages/Warnings): Likewise.
4180
4181 2010-03-05 Tom Tromey <tromey@redhat.com>
4182
4183 * gdb.texinfo (Basic Python): Document target_charset and
4184 target_wide_charset.
4185
4186 2010-03-05 Tom Tromey <tromey@redhat.com>
4187
4188 * gdb.texinfo (Data): Link to pretty-printing.
4189 (Output Formats): Likewise. Correct text.
4190
4191 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4192
4193 * gdb.texinfo (Types): Describe <struct> and <flags>.
4194
4195 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4196
4197 * gdb.texinfo (Frames In Python): Add block parameter and
4198 description to read_var text.
4199
4200 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4201 Tom Tromey <tromey@redhat.com>
4202
4203 * gdb.texinfo (Types In Python): Describe block argument in
4204 template_argument and gdb.lookup_type.
4205
4206 2010-02-24 Tom Tromey <tromey@redhat.com>
4207
4208 * gdb.texinfo (Cygwin Native): Fix typo.
4209
4210 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4211
4212 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4213 and select method descriptions.
4214 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4215 Tables in Python to menu.
4216 (Blocks In Python): New node.
4217 (Symbols In Python): New node.
4218 (Symbol Tables in Python): New node.
4219
4220 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4221
4222 Multiexec MI
4223
4224 gdb/
4225 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4226
4227 gdb/doc/
4228 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4229 changes.
4230 (GDB/MI Program Execution): Document current behaviour of
4231 --all and --thread-group.
4232 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4233 -remove-inferior.
4234 * observer.texi (inferior_added, inferior_removed): New
4235 observers.
4236
4237 2010-02-19 Tom Tromey <tromey@redhat.com>
4238
4239 * gdbint.texinfo (Getting Started): Fix @node.
4240 (Debugging GDB): Likewise.
4241
4242 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4243
4244 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4245 documenting the gdb_test_timeout variable.
4246
4247 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4248
4249 * gdb.texinfo (MI commands): Added documentation of --reverse
4250 option to a set of MI commands. Restructured documentation of MI
4251 commands --exec-continue to reflect the complexity of reverse
4252 execution.
4253
4254 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4255
4256 * gdb.texinfo (Using the Collected Data): Specify that the address
4257 range of `tfind outsize' is exclusive, and that the address range
4258 of `tfind range' is inclusive.
4259 (Tracepoint Packets): Specify that the address range of
4260 `QTFrame:range' is inclusive, and that the address range of
4261 `QTFrame:outside' is exclusive
4262
4263 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4264
4265 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4266
4267 2010-02-10 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.texinfo (Debugging Output): Document set debug parser and
4270 show debug parser.
4271
4272 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4273
4274 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4275 i386_eflags and i386_mxcsr.
4276
4277 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4278
4279 * gdb.texinfo: Document i386 target features.
4280
4281 2010-02-05 Doug Evans <dje@google.com>
4282
4283 * gdbint.texinfo (Testsuite): Add a new section to document the
4284 various DejaGnu variables that may be overridden.
4285 Document INTERNAL_GDBFLAGS.
4286
4287 2010-02-04 Tom Tromey <tromey@redhat.com>
4288
4289 PR cli/8830:
4290 * gdb.texinfo (Files): -readnow comes before the filename for file
4291 and symbol-file.
4292
4293 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4294
4295 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4296 Document ARM breakpoint types.
4297 (Register Packet Format): Move into the new section.
4298 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4299
4300 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4301
4302 * gdb.texinfo (File Options): Adjust the documentation of this
4303 switch to refer to the "source" command rather than partially
4304 duplicating some of the relevant information.
4305 (Extending GDB): Introduce and document the set/show script-extension
4306 setting.
4307 (Command Files): Add note explaining that the "source" command
4308 is also used to evalute scripts written in other languages.
4309 Remove the short slightly incorrect reference to sourcing Python
4310 scripts.
4311 (Python Commands): Document how to execute a Python script from GDB.
4312
4313 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.texinfo (Command Files): Fix typo.
4316
4317 2010-01-18 Tom Tromey <tromey@redhat.com>
4318
4319 * gdb.texinfo (File Options): Document -x on .py files.
4320 (Command Files): Document handling of Python scripts.
4321
4322 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4323
4324 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4325
4326 2010-01-15 Stan Shebs <stan@codesourcery.com>
4327
4328 * gdb.texinfo (Trace Files): New section.
4329 (Tracepoint Packets): Document QTSave and qTBuffer.
4330 (Trace File Format): New appendix.
4331
4332 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4333
4334 * gdb.texinfo (Values From Inferior): Document lazy_string value
4335 method.
4336 (Python API): Add Lazy strings menu item.
4337 (Lazy Strings In Python): New node.
4338
4339 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4340
4341 * gdb.texinfo (GDB/MI Thread Information): New.
4342 (GDB/MI Async Records): Document the core field in *stopped.
4343 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4344 documentation
4345 (Process list): Document that osdata document may contain
4346 threads.
4347 (Remote Serial Protocol): Document qXfer:threads.
4348
4349 2010-01-06 Stan Shebs <stan@codesourcery.com>
4350
4351 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4352 disconnected tracing.
4353 (Tracepoint Packets): Document new protocol.
4354
4355 2010-01-05 Stan Shebs <stan@codesourcery.com>
4356
4357 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4358 tracepoints.
4359 (Tracepoint Packets): Describe remote protocol for fast
4360 tracepoints.
4361
4362 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4363
4364 Update the "Start of New Year Procedure".
4365 * gdbint.texinfo: Add the list of files that need to be updated
4366 manually. Minor reformatting.
4367
4368 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4369
4370 * refcard.tex: Update copyright year in header and text.
4371
4372 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4373
4374 * agentexpr.texi: Add 2010 to the list of copyright years.
4375 * annotate.texinfo: Likewise.
4376 * gdb.texinfo: Likewise.
4377 * gdbint.texinfo: Likewise.
4378 * observer.texi: Likewise.
4379 * stabs.texinfo: Likewise.
4380
4381 2009-12-31 Stan Shebs <stan@codesourcery.com>
4382
4383 * gdb.texinfo (Tracepoint Actions): Describe teval.
4384
4385 2009-12-29 Stan Shebs <stan@codesourcery.com>
4386
4387 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4388
4389 2009-12-28 Stan Shebs <stan@codesourcery.com>
4390
4391 * gdb.texinfo (Trace State Variables): New section.
4392 (Tracepoint Packets): Describe trace state variable packets.
4393 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4394 variable bytecodes.
4395
4396 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4397
4398 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4399 declarations.
4400
4401 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4402
4403 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4404 -gdb-exit behaviour.
4405
4406 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4407
4408 * gpl.texi: Update to version 3 of the GPL.
4409
4410 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4411
4412 * Makefile.in: Update copyright header.
4413 * observer.texi: Fix the copyright header of the generated files.
4414
4415 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4416
4417 * gdb.texinfo (Types In Python): Describe range function.
4418
4419 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4420
4421 * gdb.texinfo (Types In Python): Describe "is_base_class".
4422
4423 2009-12-03 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4426
4427 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4428
4429 * observer.texi: New memory_changed observer.
4430
4431 2009-12-01 Tom Tromey <tromey@redhat.com>
4432
4433 * gdb.texinfo (Reverse Execution): Fix typo.
4434
4435 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4436
4437 PR gdb/8704
4438
4439 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4440 are allowed after the breakpoint condition.
4441
4442 2009-11-23 Tom Tromey <tromey@redhat.com>
4443
4444 PR python/10782:
4445 * gdb.texinfo (Types In Python): Document Type.pointer.
4446
4447 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4448
4449 * gdb.texinfo (Machine Code): Adjust.
4450
4451 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4452
4453 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4454 (Using Agent Expressions): Delete cross reference.
4455
4456 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4457
4458 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4459 and @settitle directives up to help makeinfo find them.
4460
4461 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4462
4463 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4464 (Auto-loading): Use plural and note one can use multiple components now.
4465
4466 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4467
4468 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4469 -stack-list-arguments have the same documentation for parameter
4470 as -stack-list-locals. Add comas.
4471
4472 2009-10-27 Tom Tromey <tromey@redhat.com>
4473 Eli Zaretskii <eliz@gnu.org>
4474
4475 PR python/10781
4476
4477 * gdb.texinfo (Values From Inferior): Document cast method.
4478
4479 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4480
4481 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4482 and adjust example.
4483
4484 2009-10-22 Michael Snyder <msnyder@vmware.com>
4485
4486 * gdb.texinfo (Process Record and Replay): Document new form of
4487 info record command. Also document the new save and restore
4488 commands.
4489
4490 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4491
4492 * gdb.texinfo (Machine Code): Mention current pc marker.
4493 (Memory): Likewise.
4494
4495 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4496 Stan Shebs <stan@codesourcery.com>
4497
4498 * observer.texi (new_inferior): Rename to...
4499 (inferior_appeared): ... this.
4500
4501 * gdb.texinfo (Inferiors): Rename node to ...
4502 (Inferiors and Programs): ... this. Mention running multiple
4503 programs in the same debug session.
4504 <info inferiors>: Mention the new 'Executable' column if "info
4505 inferiors". Update examples. Document the "add-inferior",
4506 "clone-inferior", "remove-inferior" and "maint info
4507 program-spaces" commands.
4508 (Process): Rename node to...
4509 (Forks): ... this. Document "set|show follow-exec-mode".
4510
4511 2009-10-11 Michael Snyder <msnyder@vmware.com>
4512
4513 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4514 (ReverseContinue): Ditto.
4515
4516 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4517
4518 * gdb.texinfo (Server): Document libthread-db-search-path.
4519
4520 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4521
4522 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4523
4524 2009-10-06 Michael Eager <eager@eagercon.com>
4525
4526 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4527 (Embedded Processors): Add MicroBlaze.
4528 (MicroBlaze): New. Describe Xilinx MicroBlaze
4529
4530 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4531
4532 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4533
4534 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4535
4536 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4537
4538 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4539
4540 * observer.texi (solib_unloaded): Document explicitly the fact that
4541 this observer is called before the associated symbols are unloaded.
4542
4543 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4544
4545 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4546 -stack-list-variables.
4547
4548 2009-09-18 Tom Tromey <tromey@redhat.com>
4549
4550 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4551 is experimental.
4552
4553 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4554
4555 * gdb.texinfo (convenince variables): Mention
4556 $_siginfo could be empty.
4557
4558 2009-09-15 Tom Tromey <tromey@redhat.com>
4559
4560 * gdb.texinfo (GDB/MI Variable Objects): Document
4561 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4562 Expand -var-update documentation.
4563
4564 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4565
4566 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4567 feature.
4568
4569 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4570
4571 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4572
4573 2009-09-10 Michael Snyder <msnyder@vmware.com>
4574
4575 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4576 ReverseStep replies to the qSupported query.
4577
4578 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4579
4580 Add documentation for set/show interactive-mode.
4581 * gdb.texinfo (Other Misc Settings): New node.
4582
4583 2009-09-01 Doug Evans <dje@google.com>
4584
4585 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4586 non-stop mode's affect on remote caching.
4587
4588 2009-08-31 Jacob Potter <jdpotter@google.com>
4589 Doug Evans <dje@google.com>
4590
4591 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4592 Mark `set/show remotecache' options as obsolete.
4593 Document new `set/show stack-cache' option.
4594 Update text for `info dcache'.
4595
4596 2009-08-27 Doug Evans <dje@google.com>
4597
4598 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4599 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4600
4601 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4602
4603 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4604 about autoconf.
4605
4606 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4607
4608 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4609 small example, and describe its columns. Replace "inferior-id" by
4610 "infno" throughout.
4611
4612 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4613
4614 * gdbint.texinfo (Releasing GDB): Point to
4615 README-maintainer-mode file for required autoconf version.
4616 * configure.ac: Do not substitute datarootdir, htmldir,
4617 pdfdir, docdir. Do not process --with-datarootdir,
4618 --with-htmldir, --with-pdfdir, --with-docdir.
4619 * configure: Regenerate.
4620
4621 * configure: Regenerate.
4622
4623 2009-08-20 Reid Kleckner <reid@kleckner.net>
4624
4625 * gdb.texinfo: Add chapter on JIT interface.
4626
4627 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4628
4629 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4630 confirmation request.
4631
4632 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4633
4634 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4635 CRC definitions.
4636
4637 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4638
4639 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4640 -break-commands.
4641
4642 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4643
4644 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4645 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4646
4647 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4648
4649 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4650 "set spu stop-on-load" and "show spu stop-on-load" commands.
4651
4652 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4653
4654 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4655
4656 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4657
4658 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4659 org.gnu.gdb.arm.neon.
4660
4661 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4662
4663 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4664 optional element.
4665 (subsection OS ABI): New subsection.
4666
4667 2009-07-14 Stan Shebs <stan@codesourcery.com>
4668
4669 * gdb.texinfo (Tracepoint Conditions): New section.
4670 (General Query Packets): Describe ConditionalTracepoints.
4671 (Tracepoint Packets): Describe condition field.
4672 (Maintenance Commands): Describe maint agent-eval.
4673 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4674
4675 2009-07-11 Hui Zhu <teawater@gmail.com>
4676
4677 * gdb.texinfo (disassemble): Add a new modifier /r
4678 to "disassemble" command to make it print the raw instructions
4679 in hex as well as in symbolic form.
4680
4681 2009-07-09 Tom Tromey <tromey@redhat.com>
4682
4683 * gdbint.texinfo (Testsuite): Document parallel make check.
4684
4685 2009-07-09 Tom Tromey <tromey@redhat.com>
4686
4687 * gdbint.texinfo (Testsuite): Document test transcripts.
4688
4689 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4690
4691 * gdb.texinfo (Values From Inferior): Add length parameter
4692 description.
4693
4694 2009-07-04 Chris Genly <chris@genly.us>
4695
4696 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4697 in -var-list-children. Fix example according to what the code
4698 does.
4699
4700 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4701
4702 * gdb.texinfo (Debugging multiple inferiors): Document the
4703 "inferior", "detach inferior" and "kill inferior" commands.
4704 (Debugging Programs with Multiple Processes): Adjust to mention
4705 generic "inferior" commands. Delete mention of "detach fork" and
4706 "delete fork". Cross reference to "Debugging multiple inferiors"
4707 section.
4708
4709 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4710
4711 * gdbint.texinfo (Item Output Functions): Update signature
4712 for ui_out_field_core_addr.
4713
4714 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4715
4716 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4717 Update example code extrated from breakpoint.c.
4718
4719 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4720
4721 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4722 MI commands.
4723 (GDB/MI Symbol Query): Likewise.
4724 (GDB/MI File Commands): Likewise.
4725 (GDB/MI File Transfer Commands): Likewise.
4726 (GDB/MI Target Manipulation): Likewise.
4727 (GDB/MI Miscellaneous Commands): Likewise.
4728
4729 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * gdb.texinfo (Debugging Optimized Code): New chapter.
4732 (Compiling for Debugging): Reference it. Move some
4733 text to the new section.
4734
4735 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4736
4737 * doc/gdb.texinfo (Calling): Document
4738 set-unwind-on-terminating-exception usage.
4739
4740 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4741
4742 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4743 command.
4744
4745 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4746
4747 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4748 references.
4749
4750 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4751
4752 * gdbint.texinfo: Rename formal parameters to gdbarch function
4753 protoypes from "current_gdbarch" to "gdbarch".
4754
4755 2009-05-28 Tom Tromey <tromey@redhat.com>
4756
4757 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4758
4759 2009-05-27 Tom Tromey <tromey@redhat.com>
4760
4761 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4762 feature.
4763 (GDB/MI Variable Objects): Document -var-set-visualizer.
4764
4765 2009-04-02 Tom Tromey <tromey@redhat.com>
4766
4767 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4768 feature.
4769 (GDB/MI Variable Objects): Document -var-set-visualizer.
4770
4771 2009-05-27 Tom Tromey <tromey@redhat.com>
4772 Thiago Jung Bauermann <bauerman@br.ibm.com>
4773 Phil Muldoon <pmuldoon@redhat.com>
4774
4775 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4776 (Pretty Printing): New node.
4777 (Selecting Pretty-Printers): Likewise.
4778 (Python API): Update.
4779 (Output Formats): Document /r format.
4780
4781 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4782 Tom Tromey <tromey@redhat.com>
4783
4784 * gdb.texinfo (Types In Python): New node.
4785 (Values From Inferior): "type" is now an attribute.
4786 (Python API): Update.
4787
4788 2009-05-27 Tom Tromey <tromey@redhat.com>
4789 Thiago Jung Bauermann <bauerman@br.ibm.com>
4790 Phil Muldoon <pmuldoon@redhat.com>
4791
4792 * gdb.texinfo: Add @syncodeindex for `tp'.
4793 (Python API): Update.
4794 (Auto-loading): New node.
4795 (Objfiles In Python): New node.
4796
4797 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4798
4799 * gdb.texinfo (Threads): Document libthread-db-search-path.
4800
4801 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4802
4803 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4804
4805 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4806
4807 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4808 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4809 show show-debug-regs' docs.
4810
4811 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4812
4813 * gdb.texinfo (Process Record and Replay): Add description of
4814 reverse execution.
4815
4816 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4817
4818 * gdbint.texinfo (Adding support for debugging core files): New node.
4819 (Native Debugging): Remove the ``Native core file Support'' section.
4820
4821 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4822
4823 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4824 Add index entries.
4825
4826 2009-04-30 Hui Zhu <teawater@gmail.com>
4827 Michael Snyder <msnyder@vmware.com>
4828
4829 * gdb.texinfo: (Process Record and Replay): Add documentation for
4830 process record and replay.
4831
4832 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4833
4834 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4835 a new part on command-line defined macros.
4836
4837 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4838
4839 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4840 clarify the wording.
4841
4842 2009-04-23 Tom Tromey <tromey@redhat.com>
4843
4844 * gdb.texinfo (Data Files): New node.
4845 (GDB Files): Update menu.
4846
4847 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4848
4849 * gdbint.texinfo (Defining Other Architecture Features): Remove
4850 entry for PROCESS_LINENUMBER_HOOK.
4851
4852 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4853
4854 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4855
4856 2009-04-22 Hui Zhu <teawater@gmail.com>
4857
4858 * gdb.texinfo (disassemble-next-line): Set the default of
4859 disassemble-next-line to off.
4860
4861 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4862
4863 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4864 --with-htmldir): New.
4865 * configure: Regenerate.
4866 * Makefile.in (datarootdir, docdir): Define.
4867 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4868 instead of $(SET_TEXINPUTS).
4869 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4870 gdbint.info instead of $(SET_TEXINPUTS).
4871 (gdbint/index.html): Use same -I options as for building
4872 gdbint.info.
4873 (stabs.dvi, stabs.pdf): Use same -I options as for building
4874 stabs.info instead of $(SET_TEXINPUTS).
4875 (stabs/index.html): Use same -I options as for building
4876 stabs.info.
4877 (annotate.dvi, annotate.pdf): Use same -I options as for building
4878 annotate.info instead of $(SET_TEXINPUTS).
4879 (annotate/index.html): Use same -I options as for building
4880 annotate.info.
4881
4882 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4883
4884 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4885
4886 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4887
4888 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4889
4890 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4891 Joseph Myers <joseph@codesourcery.com>
4892
4893 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4894 (MAKEHTMLFLAGS): Set to empty.
4895 (html__strip_dir): Define.
4896 (HTMLFILES): Define.
4897 (HTMLFILES_INSTALL): Define.
4898 (install-html): Copy new automake rule.
4899 (html): Depend on $(HTMLFILES).
4900 (gdb_toc.html): Rename to gdb/index.html.
4901 (gdbint_toc.html): Rename to gdbint/index.html.
4902 (stabs_toc.html): Rename to stabs/index.html.
4903 (annotate_toc.html): Rename to annotate/index.html.
4904
4905 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4906
4907 * Makefile.in: Set pdfdir and htmldir from configure
4908 substitutions.
4909 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4910 * configure: Regenerate.
4911
4912 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4913
4914 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4915 This macro is no longer used.
4916
4917 2009-04-15 Tom Tromey <tromey@redhat.com>
4918
4919 * gdb.texinfo (Character Sets): Document default character set.
4920
4921 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4922
4923 * gdbint.texinfo: Change server name from sources.redhat.com to
4924 sourceware.org throughout.
4925
4926 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4929 about a missing dot or coma after @xref.
4930
4931 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4934 example, and add a small explanation about it.
4935 (Print Settings): Change the documentation of the "set print
4936 frame-arguments" to reflect the fact that the default is now "scalars".
4937
4938 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.texinfo (Print Settings): Add kindex for command "set
4941 print frame-arguments".
4942
4943 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4944
4945 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4946 breakpoints.
4947 (Set Breaks): Add reference to thread-specific and task-specific
4948 breakpoints.
4949
4950 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4951
4952 * gdb.texinfo (Ada Tasks): Remove the documentation about
4953 the "Running" state, as this state has been eliminated.
4954 Now all runnable tasks are shown as "Runnable".
4955
4956 2009-03-30 Stan Shebs <stan@codesourcery.com>
4957
4958 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4959 special case of breakpoints.
4960 (Enable and Disable Tracepoints): Mention deprecation.
4961 (Listing Tracepoints): Update description and example.
4962
4963 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4964
4965 * gdb.texinfo (Frames in Python): New node.
4966 (Python API): Update.
4967
4968 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4969
4970 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4971 from a method to an attribute.
4972
4973 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4974
4975 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4976 attribute.
4977
4978 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4979
4980 * observer.texi (thread_exit): Add "silent" parameter.
4981
4982 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4983
4984 * observer.texi (about_to_proceed): New.
4985
4986 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4987
4988 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4989 field throughout to handle types with spaces in them. Fix typos
4990 found by aspell.
4991 (Summary, Requirements, Contributors): New first chapter,
4992 "Summary" added, old Requirements section moved there, and new
4993 section, "Contributors" added.
4994 (Initializing a New Architecture, Register Representation)
4995 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4996 (Porting gdb): These sections extended and updated.
4997 (Compiler Characteristics): This section (empty) deleted.
4998 (Defining Other Architecture Features): This section renamed and
4999 duplicate material removed from (formerly "Target Conditionals").
5000 Use braces {} in @deftypeXX type field throughout to handle types
5001 with spaces in them. Typos found by aspell fixed.
5002
5003 * stack_frame.svg: New file, source of image for gdbint.texinfo.
5004 * stack_frame.pdf: Version of image for PDF output.
5005 * stack_frame.png: Version of image for HTML output and for Emacs.
5006 * stack_frame.txt: Version of image for Info output.
5007 * stack_frame.eps: Version of image for TeX DVI output.
5008
5009 2009-03-21 Eli Zaretskii <eliz@gnu.org>
5010
5011 * gdb.texinfo (Character Sets): Fix last change.
5012
5013 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
5014
5015 * gdb.texinfo (Values From Inferior): Fix optional arguments
5016 markup.
5017 (Commands In Python): Adjust argument names of gdb.Command.__init__
5018 to what the function accepts as keywords.
5019
5020 2008-03-20 Tom Tromey <tromey@redhat.com>
5021
5022 * gdb.texinfo (Convenience Vars): Document convenience functions.
5023 (Functions In Python): New node.
5024 (Python API): Update.
5025
5026 2009-03-20 Tom Tromey <tromey@redhat.com>
5027
5028 * gdb.texinfo (Character Sets): Remove obsolete text. Document
5029 set target-wide-charset.
5030 (Requirements): Mention iconv.
5031
5032 2009-03-17 Hui Zhu <teawater@gmail.com>
5033
5034 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5035
5036 2009-03-17 Hui Zhu <teawater@gmail.com>
5037
5038 * gdb.texinfo: Add documentation for disassemble-next-line.
5039
5040 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5041
5042 * gdb.texinfo (Commands In Python): Remove tindex entries.
5043
5044 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5045
5046 * gdb.texinfo (Returning): New description for missing debug info.
5047
5048 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5049
5050 * gdb.texinfo (Remote Configuration): Document query-attached.
5051 (General Query Packets): Document qAttached.
5052
5053 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5054
5055 * gdb.texinfo (Background Execution): Better describe the set
5056 target-async command.
5057 (Maintenance Commands): Delete description of the `maint set/show
5058 linux-async' and `maint set/show remote-async' commands.
5059
5060 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5061
5062 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5063 between sentences.
5064
5065 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5066
5067 * gdb.texinfo (GDB/MI Async Records): Document the
5068 =library-loaded and =library-unloaded notifications.
5069
5070 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5071
5072 * observer.texi (test_notification): New observer.
5073
5074 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5075
5076 * observer.texi: Add parameter 'print_frame' to normal_stop
5077 observer.
5078
5079 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5080
5081 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5082 (Commands In Python): Fix COMMAND_* constants in last change. Use
5083 @kbd for interactive input. Add cross-references and index
5084 entries.
5085
5086 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5087
5088 * gdb.texinfo (Signals): Document $_siginfo.
5089 (Convenience Variables): Mention $_siginfo.
5090 (Remote Configuration): Document qXfer:siginfo:read,
5091 qXfer:siginfo:write packets, and the read-siginfo-object,
5092 write-siginfo-object commands.
5093
5094 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5095
5096 * gdbint.texinfo (Values): New chapter.
5097
5098 2009-02-06 Tom Tromey <tromey@redhat.com>
5099
5100 * gdb.texinfo (Python API): Add entry for Commands In Python.
5101 (Commands In Python): New node.
5102
5103 2009-02-05 Tom Tromey <tromey@redhat.com>
5104
5105 * gdb.texinfo (Values From Inferior): Document Value.string.
5106
5107 2009-02-05 Tom Tromey <tromey@redhat.com>
5108
5109 * gdb.texinfo (Basic Python): Document execute's from_tty
5110 argument.
5111
5112 2009-02-04 Tom Tromey <tromey@redhat.com>
5113
5114 * gdb.texinfo (Basic Python): Document gdb.history.
5115
5116 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5117
5118 * gdb.texinfo (GDB/MI Thread Commands): Document the
5119 'current-thread-id' field. Remove the example with zero threads,
5120 since current GDB won't ever report that if there's inferior.
5121
5122 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5123
5124 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5125 option to -break-insert.
5126
5127 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5128 Jerome Guitton <guitton@adacore.com>
5129
5130 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5131 (System-wide configuration): New section.
5132
5133 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5134
5135 PR gdb/7580:
5136 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5137 internal-error|internal-warning quit|corefile ask|yes|no".
5138
5139 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5140
5141 * gdb.texinfo (Using the `gdbserver' Program): Document
5142 --remote-debug.
5143
5144 2009-01-23 Doug Evans <dje@google.com>
5145
5146 * gdb.texinfo: Add nexti to list of commands that support
5147 background execution.
5148
5149 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5150
5151 * gdb.texinfo (Define, Hooks): Document prefix command support.
5152
5153 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5154 Carlos O'Donell <carlos@codesourcery.com>
5155
5156 Fixes for makeinfo --html.
5157
5158 * annotate.texinfo: Use @copying and @insertcopying. Use
5159 @ifnottex in place of @ifinfo.
5160 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5161 place of @ifinfo. Use @ifnotinfo for one index entry.
5162 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5163 in place of @ifinfo.
5164 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5165 in place of @ifinfo. Include contents at start unconditionally.
5166
5167 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5168
5169 * gdb.texinfo (General Query Packets): Remove @var{} around the
5170 "spu" literal string.
5171
5172 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5173
5174 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5175 program may be running in another process" errors.
5176 * gdbint.texinfo (Native Conditionals): Delete
5177 ONE_PROCESS_WRITETEXT description.
5178
5179 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5180
5181 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5182 emacs local variable to be placed at the end of the ChangeLog.
5183 Add server.c and gdbreplay.c to the list of files where the
5184 copyright year needs to be updated.
5185
5186 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5187
5188 * gdb.texinfo (Remote Configuration): Document new
5189 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5190 commands.
5191
5192 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5193
5194 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5195 FETCH_INFERIOR_REGISTERS.
5196 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5197 FETCH_INFERIOR_REGISTERS descriptions. Remove
5198 gdbarch_get_longjmp_target descrition, since already described in
5199 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5200 (Target Conditionals): ... here.
5201
5202 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5203
5204 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5205 examples.
5206 (Additions to Ada): Likewise. Add the missing opening and closing
5207 parenthesis of the GDB prompt in one of the examples.
5208
5209 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5210
5211 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5212 about the result of 'Address not being of type System.Address.
5213 This problem has been fixed a while ago.
5214
5215 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5216
5217 MI non-stop and multiprocess docs.
5218
5219 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5220 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5221 Adjust documentation for *stopped, document =thread-created,
5222 =thread-exited, =thread-group-created and =thread-group-exited.
5223 (GDB/MI Thread Commands): Document the 'state' field in
5224 -thread-info output.
5225 (GDB/MI Program Execution): Mention --all and --thread-group
5226 options.
5227 (GDB/MI Variable Objects): Describe floating and fixed variable
5228 objects.
5229 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5230
5231 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5232
5233 * gdb.texinfo (Operating System Information): New appendix.
5234 (Operating System Auxiliary Information): Document 'info os processes'
5235 (Remote Configuration): Document 'osdata'
5236 (General Query Packets): Document qXfer:osdata:read.
5237
5238 2008-11-27 Tristan Gingold <gingold@adacore.com>
5239
5240 * gdb.texinfo (Darwin): Document Darwin specific features.
5241
5242 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5243
5244 * gdbint.texinfo (Target Conditionals): Extend the
5245 gdbarch_breakpoint_from_pc description.
5246
5247 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5248
5249 * gdb.texinfo (M68K Features): Fix typo.
5250
5251 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5252
5253 * gdb.texinfo (Symbols): Mention printing containing
5254 image name in "info symbol".
5255 (Maint translate-address): Likewise.
5256
5257 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5258
5259 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5260 commands "catch load" and "catch unload".
5261
5262 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5263
5264 * gdb.texinfo (GDB/MI Async Records): Document
5265 =thread-selected.
5266
5267 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5268
5269 * observer.texi (new_inferior, inferior_exit): New observers.
5270
5271 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5272
5273 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5274 .mt files, TM_CLIBS or TM_CDEPS.
5275 (x86 Watchpoints): Don't mention TDEPFILES.
5276
5277 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5278
5279 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5280 (Overview): Mention notifications and non-stop mode behavior.
5281 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5282 with non-stop mode behavior. Add vStopped description.
5283 (Stop Reply Packets): Update list of packets that return
5284 stop replies. Mention non-stop behavior.
5285 (General Query Packets): Document QNonStop packet and associated
5286 qSupported query response.
5287 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5288 behavior.
5289 (Notification Packets): New section.
5290 (Remote Non-Stop): New section.
5291 (File-I/O Overview): Mention non-stop behavior.
5292
5293 2008-10-24 Hui Zhu <teawater@gmail.com>
5294 Pedro Alves <pedro@codesourcery.com>
5295
5296 * gdb.texinfo (displaced-stepping): Describe the auto mode
5297 setting, and say it's the default. This is now a mainstream
5298 setting instead of a maintenance setting.
5299
5300 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5301
5302 * observer.texi (thread_stop_requested): New.
5303
5304 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5307 (Patching): Replace incorrect usage of @samp by @kbd.
5308
5309 2008-10-17 Michael Snyder <msnyder@vmware.com>
5310
5311 * gdb.texinfo: Add documentation for reverse execution.
5312
5313 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5314 Eli Zaretskii <eliz@gnu.org>
5315
5316 * gdb.texinfo. (Values From Inferior): New subsubsection.
5317
5318 2008-10-06 Doug Evans <dje@google.com>
5319
5320 * gdb.texinfo (set debug dwarf2-die): Document it.
5321
5322 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5323
5324 * gdb.texinfo (catch) [exception]: Document how to insert
5325 a breakpoint on user-defined exceptions when the exception
5326 name is identical to one of the language-defined ones.
5327
5328 2008-09-27 Tom Tromey <tromey@redhat.com>
5329
5330 * gdb.texinfo (Macros): Remove text about stringification,
5331 varargs, and splicing.
5332
5333 2008-09-27 Tom Tromey <tromey@redhat.com>
5334
5335 * gdbint.texinfo (Language Support): Remove text about omitting
5336 support for a language.
5337
5338 2008-09-23 Doug Evans <dje@google.com>
5339
5340 * gdb.texinfo (info dcache): Update.
5341
5342 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5343
5344 * gdb.texinfo (Packets): Add info on thread-id syntax and
5345 multiprocess extensions.
5346 <D>: Document multiprocess form of packet.
5347 <H>: Use thread-id syntax.
5348 <T>: Likewise.
5349 <vCont>: Likewise. Note this is required for multiprocess.
5350 <vKill>: New packet.
5351 (Stop Reply Packets) <T>: Use thread-id syntax.
5352 <W>: Document multiprocess form of reply.
5353 <X>: Likewise.
5354 (General Query Packets) <qC>: Use thread-id syntax.
5355 <qfThreadInfo>: Likewise.
5356 <qGetTLSAddr>: Likewise.
5357 <qP>: Likewise.
5358 <qSupported>: Add "multiprocess" feature.
5359 <qThreadExtraInfo>: Use thread-id syntax.
5360
5361 2008-09-22 Stan Shebs <stan@codesourcery.com>
5362
5363 * gdb.texinfo (Inferiors): New section.
5364
5365 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5366
5367 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5368
5369 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5370
5371 * gdbint.texinfo (Target Conditionals): Remove documentation
5372 for gdbarch_name_of_malloc.
5373
5374 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5375
5376 * gdb.texinfo (Interrupts): Mention TCP interface for
5377 sending BREAK.
5378
5379 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5380
5381 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5382 argument prefix to "set sysroot".
5383
5384 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5385
5386 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5387 and False.
5388
5389 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5390
5391 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5392 for possible features of -list-features.
5393
5394 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5395
5396 * gdb.texinfo (Background execution): Adjust example
5397 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5398
5399 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5400
5401 * doc/gdb.texinfo (PowerPC): Fix typo.
5402 (PowerPC features): Fix typo.
5403
5404 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5405
5406 * observer.texi (thread_ptid_changed): New.
5407
5408 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5409
5410 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5411 (PowerPC features): Mention feature set for VSX registers.
5412
5413 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5414
5415 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5416 the direct visibility of all names in user-written packages.
5417
5418 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5419
5420 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5421 setting, and make it the default.
5422 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5423 non-stop script example.
5424
5425 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5426
5427 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5428 reference to the "Using Different Register and Memory Data
5429 Representation" section.
5430
5431 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5432
5433 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5434 (Remote Protocol): Add Packet Acknowledgment to menu.
5435 (Overview): Mention +/- can be disabled, and point to new section
5436 where this is discussed in detail.
5437 (General Query Packets): Document QStartNoAckMode packet, and
5438 corresponding qSupported reply.
5439 (Packet Acknowledgment): New section.
5440
5441 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5442 Pedro Alves <pedro@codesourcery.com>
5443
5444 * gdb.texinfo (Threads): Move paragraph about automatic thread
5445 selection to All-Stop Mode subsection.
5446 (Thread Stops): Reorganize existing material into subsections.
5447 Add introductory blurb and menu.
5448 (Non-Stop Mode): New subsection.
5449 (Background Execution): New subsection.
5450 (Maintenance Commands): Add cross-references from async mode
5451 commands to the new Background Execution section.
5452
5453 2008-08-06 Tom Tromey <tromey@redhat.com>
5454
5455 * gdb.texinfo (Extending GDB): New chapter.
5456 (Sequences): Demoted chapter, now a section under the new
5457 Extending GDB chapter.
5458 (Python): New section.
5459
5460 2008-07-31 Stan Shebs <stan@codesourcery.com>
5461
5462 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5463
5464 2008-07-29 Stan Shebs <stan@codesourcery.com>
5465
5466 * gdbint.texinfo: General round of cleanup and minor
5467 clarifications.
5468 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5469 (Longjmp Support): Update description to reflect how it is done
5470 for targets without using native header.
5471 (Symbol Handling): Add a little more general explanation.
5472 (COFF, ELF): Mention stabs encapsulation.
5473 (DWARF 3): New section.
5474 (Adding a New Host): Scrub out some obsolete bits.
5475 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5476 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5477 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5478 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5479 SEEK_SET, STOP_SIGNAL, USG.
5480 (Raw and Virtual Register Representations): Ditto for
5481 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5482 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5483 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5484 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5485 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5486 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5487 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5488 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5489 DEPRECATED_USE_STRUCT_CONVENTION.
5490 Describe gdbarch_deprecated_fp_regnum.
5491 Update description of gdbarch_print_insn.
5492 (Adding a New Target): Scrub out obsolete bits.
5493 (Obsolete Conditionals): Remove entire section.
5494
5495 2008-07-25 Tom Tromey <tromey@redhat.com>
5496
5497 * observer.texi (GDB Observers): Document new observers:
5498 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5499 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5500 architecture_changed.
5501
5502 2008-07-21 Stan Shebs <stan@codesourcery.com>
5503
5504 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5505 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5506
5507 2008-07-21 Tom Tromey <tromey@redhat.com>
5508
5509 * observer.texi (GDB Observers): Remove obsolete comment.
5510 <executable_changed>: Remove argument.
5511
5512 2008-07-18 Tom Tromey <tromey@redhat.com>
5513
5514 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5515
5516 2008-07-10 Doug Evans <dje@google.com>
5517
5518 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5519
5520 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 * gdb.texinfo (Starting): Document "set disable-randomization".
5523
5524 2008-07-07 Andreas Schwab <schwab@suse.de>
5525
5526 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5527
5528 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5529
5530 * gdb.texinfo (GDB/MI Target Manipulation): Add
5531 example of -target-attach.
5532
5533 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5534
5535 * observer.texi (target_resumed): New observer.
5536 * gdb.texinfo (GDB/MI Output Records): Document *running.
5537
5538 2008-06-06 Tom Tromey <tromey@redhat.com>
5539
5540 * gdb.texinfo (Completion): Add field name example.
5541
5542 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5543
5544 * gdb.texinfo (GDB/MI Program Context): Added example
5545 to -exec-arguments
5546
5547 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5548
5549 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5550 annotation.
5551
5552 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5553 Nathan Sidwell <nathan@codesourcery.com>
5554 Joseph Myers <joseph@codesourcery.com>
5555
5556 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5557 and ACX_BUGURL.
5558 * configure: Regenerate.
5559 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5560 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5561 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5562 mailing-list-specific text about bug reporting unless
5563 BUGURL_DEFAULT.
5564
5565 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5566
5567 * gdb.texinfo (-target-select): Remove reference to target async.
5568 (Maintenance Commands): Document "maint set/show remote-async".
5569
5570 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5571
5572 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5573 in -target-file-get section.
5574
5575 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5576
5577 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5578 killing the inferior when it is already debugging a process.
5579
5580 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5581
5582 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5583 abbreviation for "finish".
5584
5585 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5586
5587 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5588
5589 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5590
5591 * gdbint.texinfo (Target Conditionals): Delete entry for
5592 gdbarch_dwarf_reg_to_regnum.
5593
5594 2008-05-09 Doug Evans <dje@google.com>
5595
5596 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5597
5598 2008-05-05 Doug Evans <dje@google.com>
5599
5600 * gdb.texinfo (disassemble): Document /m modifier.
5601
5602 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5603
5604 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5605 will not report the time of commands that run the target.
5606
5607 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5608
5609 * gdb.texinfo (GDB/MI Output Records): Add
5610 missing semicolon.
5611
5612 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5613
5614 * gdb.texinfo (GDB/MI Output Records):
5615 Document =thread-create and =thread-exited.
5616
5617 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5618
5619 * gdb.texinfo (GDB/MI Development and Front Ends):
5620 Remove mention of dmi-discuss.
5621
5622 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5623
5624 * observer.texi (thread_exit): New.
5625
5626 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5627
5628 * gdb.texinfo (Debugging Output): Document "set/show debug
5629 displaced".
5630 (Maintenance Commands): Document "maint set/show
5631 can-use-displaced-stepping".
5632
5633 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5634
5635 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5636 and set/show arm force-mode.
5637
5638 2008-05-02 Andreas Schwab <schwab@suse.de>
5639
5640 * gdbint.texinfo (Algorithms): Describe
5641 target_watchpoint_addr_within_range.
5642
5643 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5644
5645 * gdbint.texinfo (Stack Frames): New chapter.
5646 (Algorithms): Move Frames text to the new chapter.
5647 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5648 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5649
5650 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5651
5652 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5653 output does not necessary include any tokens.
5654
5655 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5656
5657 * gdb.texinfo (Set SH Calling convention): New @item.
5658 (Show SH Calling convention): Ditto.
5659
5660 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5661
5662 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5663
5664 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5665
5666 * gdb.texinfo (Set Breaks): Mention that multiple location
5667 breakpoints need line number info. Add index entries.
5668
5669 2008-04-19 Craig Silverstein <csilvers@google.com>
5670
5671 * gdb.texinfo (Requirements): Add an optional requirement on
5672 zlib.
5673 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5674 Compressed DWARF 2.
5675
5676 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5677
5678 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5679 sample output for 'stopped,reason="breakpoint-hit"' message.
5680 (GDB/MI Program Execution): Likewise.
5681
5682 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5683
5684 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5685 -var-set-format. Add -f option to -var-evaluate-expression.
5686
5687 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5688
5689 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5690 new node "Ambiguous Expressions". Replace references to this
5691 node by references to "Ambiguous Expressions" throughout.
5692 (Ambiguous Expressions): New node.
5693
5694 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5695
5696 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5697
5698 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5699
5700 * gdb.texinfo (Debugging Output): Document
5701 "set/show debug lin-lwp-async".
5702 (Maintenance Commands): Document "maint set/show linux-async".
5703
5704 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * gdb.texinfo (Expressions): Update description of malloced arrays.
5707
5708 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5709
5710 * gdb.texinfo (Thread Commands): Document
5711 -thread-info. Remove -thread-list-all-threads.
5712
5713 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5714 Sandra Loosemore <sandra@codesourcery.com>
5715
5716 * gdb.texinfo (Library List Format): Update to mention the
5717 possibility to pass section addresses instead of segment
5718 addresses.
5719
5720 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5721
5722 * gdb.texinfo (Starting): Document "set exec-wrapper".
5723 (Server): Document gdbserver --wrapper.
5724
5725 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5726
5727 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5728 unreadable memory. Delete obsolete SPARClite reference.
5729
5730 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5731
5732 * gdb.texinfo (Starting): Mention always-running targets.
5733 (Target Commands): Add an anchor for load.
5734 (Connecting): Explain continue instead of run.
5735
5736 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5737
5738 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5739
5740 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5741
5742 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5743 breakpoint table.
5744
5745 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5746
5747 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5748 killing the inferior when it is already debugging a process.
5749
5750 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5751
5752 * gdbint.texinfo (Build Script): New section. Mention new build script
5753 gdb_buildall.sh.
5754
5755 2008-02-01 Jim Blandy <jimb@red-bean.com>
5756
5757 * gdb.texinfo (Help): Summarize 'info args' correctly.
5758
5759 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5760
5761 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5762 available in PowerPC architecture.
5763 (Embedded Processors): Change node name of PowerPC item in menu.
5764 (PowerPC): Rename to...
5765 (PowerPC Embedded): this.
5766 (Architectures): Add new PowerPC item in menu.
5767 (PowerPC): New node.
5768
5769 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5770
5771 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5772 commands.
5773
5774 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5775
5776 * gdb.texinfo (Setting Catchpoints): Mention features
5777 supported on GNU/Linux.
5778
5779 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * gdb.texinfo (GDB/MI File Commands): Describe new output
5782 field for MI command -file-list-exec-source-file.
5783
5784 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5785
5786 * gdb.texinfo (Using the `gdbserver' Program): Add security
5787 warning. Rearrange into subsections and subsubsections. Document
5788 --multi and --debug. Correct --with-sysroot typo. Update --attach
5789 usage. Make load reference clearer. Document monitor exit.
5790 (Remote Configuration): Document set remote exec-file, attach-packet,
5791 and run-packet.
5792 (Packets): Document vAttach and vRun.
5793
5794 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5795
5796 * gdb.texinfo (Processes): Mention process command.
5797 detach-on-follow -> detach-on-fork.
5798
5799 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5800
5801 * gdbint.texinfo (Native Conditionals): Remove
5802 SHELL_COMMAND_CONCAT and SHELL_FILE.
5803
5804 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5805
5806 * gdb.texinfo (Specify Location): Improve wording.
5807
5808 2008-01-23 Chris Demetriou <cgd@google.com>
5809
5810 * gdb.texinfo (Threads): Document new "set print thread-events"
5811 and "show print thread-events" commands.
5812
5813 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5814
5815 * gdb.texinfo (Specify Location): New section.
5816 (Delete Breaks, Edit, Set Breaks): Remove description of
5817 locations. Instead, add a reference to "Specify Location".
5818 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5819 (Symbols): Refer to "Specify Location" for the valid forms of
5820 linespecs and locations.
5821
5822 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5823
5824 * gdbint.texinfo (Target Conditionals): Replace the description of
5825 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5826
5827 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5828
5829 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5830 about &&var, which is rejected by the expression parser.
5831
5832 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5833
5834 * gdb.texinfo (Output): Update documentation on using printf with DFP
5835 types.
5836
5837 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5838
5839 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5840 subsubsection.
5841 (Decimal Floating Point format): New subsubsection.
5842
5843 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5844
5845 * gdb.texinfo (File Options): Remove mention of the attempt to
5846 open a core file with the -p option. Don't list -c as a valid
5847 option to attach to a process.
5848
5849 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5850
5851 * gdbint.texinfo (Host Conditionals): Remove mention of
5852 ALIGN_STACK_ON_ENTRY.
5853
5854 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5855
5856 * gdbint.texinfo (Start of New Year Procedure): Add item
5857 describing how to update the source and documentation copyright
5858 notices.
5859
5860 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5861
5862 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5863 watchpoint explanation into the main description of the watchpoint
5864 command; update synopses of 'watch', 'rwatch', and 'awatch'
5865 commands.
5866
5867 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5868
5869 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5870 Document 'pending-breakpoints' feature of
5871 -list-features.
5872
5873 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5874
5875 * gdb.texinfo: Add new parameter's description.
5876
5877 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5878
5879 * gdb.texinfo (Overview): Clarify run-length encoding
5880 example. Remove the restriction on "+" and "-" characters.
5881
5882 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5883
5884 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5885
5886 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5887
5888 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5889 the -f option for -break-insert, remove -r option,
5890 and clarify specification of location.
5891
5892 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5893
5894 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5895 formatting.
5896 (Remote Debugging): Add File Transfer section.
5897 (Remote Configuration): Document Host I/O packets.
5898 (GDB/MI): Add GDB/MI File Transfer Commands section.
5899 (Host I/O Packets): New section in "Remote Protocol".
5900 (Packets): Add vFile.
5901
5902 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5903
5904 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5905 breakpoints with multiple locations.
5906 (Breakpoint Menus): Improve wording.
5907 (Output): Fix last change.
5908
5909 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5910
5911 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5912
5913 2007-11-15 Doug Evans <dje@google.com>
5914
5915 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5916
5917 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5918
5919 * gdbint.texinfo (Native Conditionals): Remove
5920 mention of CLEAR_SOLIB.
5921
5922 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5923
5924 * gdb.texinfo (Print Settings): Add documentation for "set/show
5925 print frame-arguments".
5926
5927 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5928
5929 * gdb.texinfo (Output): Update printf command's description.
5930
5931 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5934 powerpc soft-float".
5935
5936 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * gdb.texinfo (Files): Correct formatting. Mention Expat
5939 requirement.
5940 (Requirements for Building GDB): Expand the list of Expat
5941 uses.
5942 (Library List Format, Memory Map Format): Mention Expat.
5943 (Target Descriptions): Update Expat wording.
5944
5945 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5946
5947 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5948 Document that gdbarch_convert_register_p should return zero for no-op
5949 conversions.
5950
5951 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5952
5953 * gdbint.texi (Compiler Characteristics): Move documentation
5954 of set_gdbarch_sofun_address_maybe_missing back to ...
5955 (Target Conditionals): ... here to fix build break.
5956
5957 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5958
5959 * gdbint.texi (Target Conditionals): Remove documentation of
5960 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5961 (Compiler Characteristics): ... documentation of
5962 set_gdbarch_sofun_address_maybe_missing.
5963
5964 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5965
5966 * gdbint.texinfo (Target Conditionals): Use
5967 frame_unwind_register_unsigned in examples instead of
5968 frame_unwind_unsigned_register.
5969
5970 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5971
5972 * gdb.texinfo (Predefined Target Types): Add int128
5973 and uint128.
5974 (Standard Target Features): Add PowerPC features.
5975
5976 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5977
5978 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5979
5980 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5981
5982 * gdbint.texi (Target Conditionals): Remove documentation
5983 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5984 gdbarch_extract_return_value, and gdbarch_store_return_value.
5985
5986 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5987
5988 * gdbint.texi (Target Conditionals): Remove documentation of
5989 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5990
5991 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5992
5993 * gdb.texinfo: Mention that inaccessible-by-default is on by
5994 default.
5995
5996 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5997
5998 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5999
6000 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6001
6002 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6003 multi-threaded watchpoints.
6004 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6005 checked. Describe sticky notification. Expand description
6006 of steppable and continuable watchpoints.
6007 (Watchpoints and Threads): New subsection.
6008
6009 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
6010
6011 * gdb.texinfo (Setting Breakpoints): Revise
6012 documentation for pending breakpoints. Document
6013 breakpoints with multiple locations.
6014
6015 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
6016
6017 * gdb.texinfo (Miscellaneous gdb/mi Commands):
6018 Document -list-features.
6019
6020 2007-09-15 Eli Zaretskii <eliz@gnu.org>
6021
6022 * gdb.texinfo (Output): Spell out which features of C's printf are
6023 not supported by GDB's printf.
6024 (Separate Debug Files): More accurate wording regarding build ID
6025 and a reference to the ld manual rather than the Fedora wiki.
6026
6027 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6028 Jim Blandy <jimb@codesourcery.com>
6029
6030 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
6031 (Examining Memory): Update mentions of the 's' format.
6032 (Automatic Display): Likewise.
6033
6034 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6035
6036 * gdb.texinfo: Update the FSF's Back-Cover Text.
6037
6038 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6039 Eli Zaretskii <eliz@gnu.org>
6040
6041 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6042 Fixed the ``build ID'' name. New binaries build instructions for the
6043 build ID inclusion. Explain how the commands are specific to the build
6044 ID vs. debug link.
6045
6046 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6047
6048 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6049 indexing for ``build ID'' support.
6050
6051 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6052
6053 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6054 Enlisted BUILD ID to the debug file searching example.
6055 Included a BUILD ID `.note.gnu.build-id' section description.
6056 Updated/added the debug files splitting instructions for OBJCOPY.
6057
6058 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6059
6060 * gdb.texinfo (Variable Objects): Adjust docs
6061 for -var-info-expression and document
6062 -var-info-path-expression.
6063
6064 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6065
6066 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6067 (title page): Include the dedication in the printed manual, as a
6068 separate page after the copyright notice.
6069
6070 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6071 don't break a @var across a line.
6072
6073 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6074
6075 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6076 for include files.
6077
6078 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6079
6080 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6081 in annotate.texinfo.
6082 (Command History): Link to new node.
6083
6084 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6085
6086 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6087
6088 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6089
6090 * gdbint.texinfo (Target Conditionals): Fix last change.
6091
6092 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6093
6094 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6095 routines:
6096 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6097 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6098 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6099 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6100 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6101 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6102 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6103 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6104 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6105 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6106 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6107 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6108 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6109 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6110 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6111 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6112 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6113 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6114 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6115 (SOFTWARE_SINGLE_STEP_P)
6116
6117 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6118 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6119
6120 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6121 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6122 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6123 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6124 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6125 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6126 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6127 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6128 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6129 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6130
6131 (Converting an existing Target Architecture to Multi-arch): Remove
6132 section.
6133
6134 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6135 (gdbarch_addr_bits_remove): Add code example.
6136
6137 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6138
6139 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6140
6141 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6142 Add other missing entries. Adjust the table size to fit.
6143 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6144 stop reasons including the new "library" event.
6145 (General Query Packets): Adjust table widths for qSupported. Mention
6146 qXfer:libraries:read reply to qSupported and document the new packet.
6147 (Library List Format): New section.
6148
6149 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6150
6151 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6152
6153 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6154
6155 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6156
6157 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6158
6159 * gdbint.texinfo (Register and Memory Data): Break sections
6160 into nodes and add a menu.
6161
6162 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6163
6164 * gdb.texinfo (Examining Memory): Document the new behaviour.
6165
6166 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6167
6168 * gdb.texinfo (Standard Target Features): Document
6169 m68k features.
6170
6171 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6172
6173 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6174
6175 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6176
6177 * gdb.texinfo (Target Description Format): Add version attribute
6178 for <target>.
6179
6180 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6181
6182 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6183
6184 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6185
6186 * gdb.texinfo (MIPS Features): New subsection.
6187
6188 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6189 Markus Deuling <deuling@de.ibm.com>
6190
6191 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6192 and qXfer:spu:write packets and mention them under qSupported.
6193
6194 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6195 Markus Deuling <deuling@de.ibm.com>
6196
6197 * gdb.texinfo (Architectures): Add new SPU section to document
6198 Cell Broadband Engine SPU architecture specific commands.
6199
6200 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6201
6202 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6203 comments.
6204
6205 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6206
6207 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6208
6209 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6210
6211 * gdb.texinfo (Overview): Doc fix.
6212
6213 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6214
6215 * gdb.texinfo (Remote Configuration): Document "set/show
6216 remoteflow".
6217
6218 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6219
6220 * gdb.texinfo (MIPS): Remove documentation for set mips
6221 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6222 stack-arg-size.
6223
6224 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6225
6226 * all-cfg.texi (GDBTUI): New.
6227 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6228 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6229 (TUI Configuration): Edit to improve clarity and fix problems of
6230 both style and content.
6231
6232 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6233
6234 * observer.texi (GDB Observers): New observer "new_objfile".
6235
6236 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6237
6238 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6239
6240 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6241
6242 * gdb.texinfo (GDB/MI Variable Objects): Document
6243 frozen variables objects.
6244
6245 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6246
6247 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6248 (Character Sets, Caching Data of Remote Targets): Likewise.
6249 (Targets): Delete Remote node. Move its text...
6250 (Debugging Remote Programs): ...to here. Delete description
6251 of the "remote" command.
6252 (Remote configuration): Delete description of "set remotedevice"
6253 and "show remotedevice".
6254 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6255
6256 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6257
6258 * gdb.texinfo (Contributors, Continuing and Stepping)
6259 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6260 (General Query Packets, File-I/O Remote Protocol Extension)
6261 (Protocol Basics, The F Reply Packet, Write)
6262 (Protocol-specific Representation of Datatypes, Memory Transfer):
6263 Fix hyphenation, punctuation and grammar problems.
6264 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6265 'section' instead of 'subsection' in the text.
6266 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6267 (i386): Remove period from section name.
6268 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6269 (Config Names, Configure Options): Use @file{configure}.
6270
6271 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6272
6273 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6274 and tab expansion.
6275
6276 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6277
6278 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6279
6280 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6281
6282 * gdb.texinfo: Consistently capitalize all significant words in
6283 node names, chapter titles, section titles, and headings. Update
6284 cross references to match.
6285 (Starting and Stopping Trace Experiment): Make node name plural.
6286 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6287
6288 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6289
6290 * gdb.texinfo (WinCE): Delete obsolete subsection.
6291
6292 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6293
6294 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6295 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6296 references.
6297
6298 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6299
6300 * gdb.texinfo (Startup): Delete references to some alternate
6301 names for .gdbinit.
6302 (Thread): Remove LynxOS reference.
6303 (Tandem ST2000): Delete target-specific documentation.
6304 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6305 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6306 and GDB_OSABI_LYNXOS.
6307
6308 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6309
6310 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6311
6312 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6313
6314 * gdbint.texinfo (Target Conditionals): Remove mention of
6315 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6316 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6317
6318 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6319
6320 * Makefile.in: Add "pdfdir" installation
6321 directory, PDFTEX macro, support for "install-pdf" target,
6322 and rules for making a pdf version of refcard.texi.
6323 * refcard.tex: Specify paper size for PDF output.
6324
6325 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6326
6327 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6328
6329 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6330
6331 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6332 (Source Path, Character Sets, Macros, Define)
6333 (GDB/MI Result Records, GDB/MI Simple Examples)
6334 (GDB/MI Program Execution, GDB/MI File Commands)
6335 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6336 (Bug Reporting): Use @value{GCC}.
6337
6338 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6339
6340 * gdb.texinfo (Help): Fix formatting of examples.
6341 (Variables): Use @ifnotinfo instead of @iftex.
6342 (Non-debug DLL symbols): Use @ref instead of @pxref.
6343 (Sparclet File): Use @samp instead of quotes.
6344
6345 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6346
6347 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6348
6349 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6350
6351 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6352 the order of the nodes.
6353 (C Operators, C Constants, Debugging C): Remove extra menus.
6354 (Method Names in Commands): Do not specify next/prev/up nodes.
6355
6356 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6357
6358 * gdb.texinfo (File Options): Add missing parenthesis.
6359 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6360
6361 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6364
6365 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.texinfo (Standard Target Features): Mention
6368 case insensitivity.
6369 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6370
6371 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6372
6373 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6374 (Files): Add section name to argument list for pxref.
6375 (Non-debug DLL symbols): Don't use `see' for pxref.
6376 (Embedded Processors): Fix typo.
6377 (GDB/MI Breakpoint Commands): Execution commands generate
6378 *stopped not ^done.
6379
6380 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6381
6382 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6383 values for in_scope. Mention that only root variables can be
6384 updated.
6385 (GDB/MI Development and Front Ends): Explain new values may be
6386 added to existing fields.
6387
6388 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6389
6390 * gdb.texinfo (-target-disconnect): Use @smallexample.
6391 (Requirements): Add anchor for Expat. Update description.
6392 (Target Descriptions): Mention Expat.
6393 (Target Description Format): Document new elements. Use
6394 @smallexample.
6395 (Predefined Target Types, Standard Target Features): New sections.
6396 * gdbint.texinfo (Target Descriptions): New section.
6397
6398 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6399
6400 * gdb.texinfo (Target Description Format): Add section on XInclude.
6401
6402 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6405 command -enable-timings.
6406
6407 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6408
6409 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6410 descriptions for new/deleted elements in gdb_osabi. Add missing
6411 description for function generic_elf_osabi_sniff_abi_tag_sections.
6412
6413 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6414
6415 * gdb.texinfo (Maintenance Commands): Add documentation for
6416 the new "maint print target-stack" command.
6417
6418 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6419 Eli Zaretskii <eliz@gnu.org>
6420
6421 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6422
6423 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6424
6425 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6426 Use @value{NGCC} instead of @value{GCC}.
6427
6428 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6429
6430 * agentexpr.texi: Fix typos.
6431 * annotate.texinfo: Likewise.
6432 * gdb.texinfo: Likewise.
6433 * gdbint.texinfo: Likewise.
6434 * observer.texi: Likewise.
6435 * stabs.texinfo: Likewise.
6436
6437 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6438
6439 * gdbint.texinfo (Support Libraries): Remove mmalloc
6440 entry. Describe readline library.
6441
6442 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6443
6444 * gdb.texinfo (Target Descriptions): New section.
6445 (General Query Packets): Add QPassSignals anchor. Mention
6446 qXfer:features:read under qSupported. Expand mentions of
6447 qXfer:memory-map:read and QPassSignals. Document
6448 qXfer:features:read.
6449
6450 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6451
6452 * gdb.texinfo (Commands to specify files): Describe
6453 "set sysroot" and "show sysroot".
6454 (Using the `gdbserver' program): Lowercase argument
6455 to @var. Expand description of setting up GDB on the
6456 host.
6457
6458 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6459
6460 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6461 catch exception, catch exception unhandled, and catch assert
6462 commands.
6463
6464 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6465
6466 * gdb.texinfo (Debugging Output): Document "set debug xml"
6467 and "show debug xml".
6468
6469 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6470
6471 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6472
6473 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6474
6475 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6476
6477 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6478
6479 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6480 note in @ignore, to be removed later if nobody complains.
6481
6482 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6483
6484 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6485 of -var-delete.
6486
6487 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6488
6489 * gdb.texinfo (Setting breakpoints): Document
6490 automatic software/hardware breakpoint usage and
6491 the "set breakpoint auto-hw" command.
6492
6493 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6494
6495 * gdb.texinfo (Memory Access Checking): New.
6496
6497 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6498
6499 * gdb.texinfo (Remote configuration): Mention
6500 "pass-signals-packet".
6501 (General Query Packets): Document QPassSignals. Fix
6502 a typo.
6503
6504 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6505
6506 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6507
6508 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6509
6510 * gdb.texinfo (Remote configuration): Rewrite documentation for
6511 packet configuration commands.
6512 (OS Information): Adjust reference to qXfer:auxv:read.
6513 (General Query Packets): Remove references to read-aux-vector-packet
6514 and set remote get-thread-local-storage-address.
6515
6516 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6517
6518 * gdbint.texinfo (Target Architecture Definition): Add new
6519 Initializing a New Architecture section.
6520
6521 2006-10-31 David Taylor <dtaylor@emc.com>
6522
6523 * stabs.texinfo (Macro define and undefine): New node describing
6524 stabs for #define and #undef.
6525
6526 2006-10-27 Andreas Schwab <schwab@suse.de>
6527
6528 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6529
6530 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6531
6532 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6533 clarify on the possible meanings of ``expression'' watched by
6534 watchpoints. Add indexing.
6535 (Prompting, Errors, Invalidation, Annotations for Running)
6536 (Source Annotations): Fix index entries by adding "annotation" to
6537 them, to discriminate from index entries that point to the more
6538 general topic descriptions.
6539
6540 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6541
6542 * gdbint.texinfo (Target Vector Definition): Move most
6543 content into Existing Targets. Add a menu.
6544 (Existing Targets): New section, moved from Target Vector
6545 Definition. Use @subsection.
6546 (Managing Execution State): New section.
6547
6548 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6549
6550 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6551
6552 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6553
6554 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6555 (Command Syntax, Signals, Backtrace, Connecting)
6556 (Remote configuration, Renesas Boards, Console I/O): Fix last
6557 change: use Ctrl- instead of C-, except wrt Emacs.
6558 (File-I/O Examples): Put Ctrl-c in @kbd.
6559 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6560 (Console I/O): Use @samp with Ctrl-.
6561 (Signals, Set Breaks, Set Watchpoints): Document optional
6562 arguments to `info signals' `handle', `info breakpoints', and
6563 `info watchpoints'.
6564
6565 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6566
6567 * gdb.texinfo (Backtrace): Fix last change.
6568
6569 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6570
6571 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6572
6573 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6574
6575 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6576 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6577 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6578
6579 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6580 Daniel Jacobowitz <dan@codesourcery.com>
6581
6582 * gdb.texinfo (Packets): Document vFlashErase,
6583 vFlashWrite and vFlashDone packets.
6584 (General Query Packets): Document qXfer:memory-map:read.
6585 Add a new feature for qXfer:memory-map:read.
6586 (Memory map format): New section.
6587 (Target Commands): Mention that gdb can write flash.
6588
6589 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6590 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6593 memory regions and "mem auto".
6594
6595 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6596
6597 * gdbint.texinfo (Array Containers): New section.
6598
6599 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6600
6601 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6602 -stack-list-arguments HIGH_FRAME argument can be larger then the
6603 actual number of frames.
6604
6605 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6606
6607 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6608 -stack-list-locals HIGH_FRAME argument can be larger then the
6609 actual number of frames.
6610
6611 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6612
6613 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6614 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6615
6616 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6617
6618 * gdbint.texinfo (Overall Structure): New section "Source Tree
6619 Structure".
6620
6621 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6622
6623 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6624 responses.
6625
6626 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6627
6628 * gdb.texinfo (Source Path): Add documentation for new
6629 substitute-path commands.
6630
6631 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6632
6633 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6634 (Running Configure): ...here.
6635 (Requirements): New node. Mention expat.
6636
6637 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6638
6639 * gdb.texinfo (Target Commands): Remove
6640 'set download-write-size' and 'show download-write-size'.
6641
6642 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6643
6644 * stabs.texinfo (Member Type Descriptor): Correct example for
6645 pointer to member types.
6646
6647 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6648
6649 * gdb.texinfo (Optional warnings and messages): Add
6650 'set/show trace-commands'.
6651 (Command files): Add '-v' to source command.
6652
6653 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6654
6655 * gdb.texinfo (OS Information): Update qPart reference to
6656 qXfer.
6657 (Remote configuration): Likewise.
6658 (Overview): Move @cindex to the start of a paragraph. Talk
6659 about binary data encoding.
6660 (Packets): Refer to the overview for the details of the X
6661 packet encoding.
6662 (General Query Packets): Remove qPart description. Add qXfer
6663 description. Add an anchor to qSupported. Correct feature
6664 table title. Add a new feature for qXfer:auxv:read.
6665 (Interrupts): Add a missing parenthesis.
6666
6667 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6668
6669 * gdb.texinfo (KOD): Remove node.
6670 (GDB/MI Kod Commands): Remove commented out node.
6671
6672 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6673
6674 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6675 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6676 (GDB/MI Thread Commands, GDB/MI Program Execution)
6677 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6678 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6679 (GDB/MI File Commands, GDB/MI Target Manipulation)
6680 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6681 since the MI prompt is hard-wired into the code.
6682
6683 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6686 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6687 (GDB/MI Data Manipulation): Remove description of unimplemented
6688 display related commands as variable objects perform this function
6689 and are superior: -display-delete, -display-disable,
6690 -display-enable, -display-insert and -display-list. Move
6691 -environment-cd, -environment-directory, -environment-path
6692 and -environment-pwd to "Program Context".
6693 (GDB/MI Program Control): Rename to "Program Execution". Move
6694 -exec-arguments -exec-abort to...
6695 (GDB/MI Program Context): ...here. New node split from "Data
6696 Manipulation".
6697
6698 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6699
6700 * gdb.texinfo (Remote configuration): Document set / show
6701 remote supported-packets.
6702 (General Query Packets): Document qSupported packet.
6703
6704 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6705
6706 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6707 and font markup.
6708 (Protocol basics): Likewise.
6709 (The F request packet): Likewise.
6710 (The F reply packet): Likewise.
6711 (Memory transfer): Move this node to be a subsubsection of
6712 "Protocol specific representation of datatypes".
6713 (The Ctrl-C message): More copy editing.
6714 (Console I/O): Likewise.
6715 (The isatty call): Delete this node, and merge its content into
6716 the "isatty" node. Fixed references elsewhere.
6717 (The system call): Delete this node, and merge its content into
6718 the "system" node. Fixed references elsewhere.
6719 (open): Reformat to use @table, and add appropriate font markup.
6720 (close): Likewise.
6721 (read): Likewise.
6722 (write): Likewise.
6723 (lseek): Likewise.
6724 (rename): Likewise.
6725 (unlink): Likewise.
6726 (stat/fstat): Likewise.
6727 (gettimeofday): Likewise.
6728 (isatty): Likewise.
6729 (system): Likewise, plus minor changes to fix confusing wording.
6730 (Integral datatypes): Fix font markup.
6731 (Pointer values): Likewise.
6732 (struct stat): Fix markup to use @table, plus minor copy editing.
6733 (struct timeval): Fix font markup, plus minor copy editing.
6734 (Constants): Minor copy editing.
6735 (Errno values): Add font markup.
6736 (File-I/O Examples): Likewise.
6737
6738 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6739
6740 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6741 (GDB/MI Simple Examples): Move node up one level. Use real
6742 examples.
6743 (GDB/MI Compatibility with CLI): Update.
6744 (GDB/MI Result Records): Add "connected" and "exit" result
6745 classes.
6746 (GDB/MI Stream Records): Clarify target output.
6747 (GDB/MI Command Description Format): Modify example description.
6748 (GDB/MI Breakpoint Table Commands): Rename to...
6749 (GDB/MI Breakpoint Commands): ...this
6750 (GDB/MI Breakpoint Commands): Add optional thread field.
6751 (GDB/MI Program Control): Add an introduction. Move "Program
6752 termination" examples into exec-run description.
6753 (GDB/MI File Commands): Mention similar CLI commands.
6754 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6755 is similar to "-gdb-version".
6756
6757 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6758
6759 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6760
6761 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6762
6763 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6764 sourceware.org for mailing lists.
6765 (GDB/MI File Commands): New node split from Program Control.
6766
6767 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6768
6769 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6770
6771 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6772
6773 * gdb.texinfo (Cygwin Native): Fix last change.
6774
6775 2006-05-22 Christopher Faylor <cgf@timesys.com>
6776
6777 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6778
6779 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6780
6781 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6782 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6783
6784 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6785
6786 * gdb.texinfo (General Query Packets): Recommend not starting
6787 new packets with qC and clarify.
6788
6789 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6790
6791 * gdb.texinfo (M2 Types): New section.
6792
6793 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6794
6795 * agentexpr.texi: Add a copyright and license notice.
6796 * observer.texi: Likewise, with GPL clause for function prototypes.
6797 Remove trailing whitespace.
6798
6799 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6800
6801 * gdb.texinfo (General Query Packets): Document conventions for
6802 terminating packet names, and their violations.
6803
6804 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6805
6806 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6807 * gdb.texinfo: Likewise.
6808
6809 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6810
6811 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6812 and "show remotedebug".
6813 (Debugging Output): Add additional index entries.
6814
6815 2006-04-27 Michael Snyder <msnyder@redhat.com>
6816
6817 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6818
6819 2006-04-22 Andrew Cagney <cagney@redhat.com>
6820
6821 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6822 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6823
6824 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6825
6826 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6827 and remove breakpoint prototypes.
6828 (Watchpoints): Move description of target_insert_hw_breakpoint and
6829 target_remove_hw_breakpoint ...
6830 (Breakpoints): ... to here. Document target_insert_breakpoint and
6831 target_remove_breakpoint.
6832
6833 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6834
6835 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6836 and C packets are optional.
6837
6838 2006-04-14 Frederic Riss <frederic.riss@st.com>
6839
6840 * gdb.texinfo (Specifying source directories): Update the description
6841 of the source file search to reflect the fact that the source path
6842 always contains at least $cdir and $cwd.
6843
6844 2006-03-31 Michael Snyder <msnyder@redhat.com>
6845
6846 * gdb.texinfo: Update copyright dates.
6847
6848 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6849
6850 * gdb.texinfo (Overview): Add an index entry to "empty response".
6851
6852 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6853
6854 * gdbint.texinfo (Prologue Analysis): New section.
6855
6856 2006-03-07 Jim Blandy <jimb@red-bean.com>
6857
6858 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6859
6860 * gdb.texinfo (Target Commands): Update text describing how to
6861 specify a target. Refer to the detailed section on remote
6862 debugging, not the brief mention.
6863
6864 * gdb.texinfo (Connecting): Organize the different 'target remote'
6865 connection methods into a table. Add a 'target remote' index
6866 entry. (!!!)
6867
6868 2006-02-17 Fred Fish <fnf@specifix.com>
6869
6870 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6871 'ptype' commands to reflect the fact that the only significant
6872 difference between them is that ptype prints the complete type
6873 description instead of just the name.
6874
6875 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6876
6877 * gdbint.texinfo (Watchpoints): Delete
6878 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6879
6880 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6883 times fields where needed. Fix typos. Update general form given
6884 for output of -break-insert.
6885 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6886
6887 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6888
6889 * gdbint.texinfo (Symbol Handling): Add a section
6890 on memory management.
6891
6892 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6893
6894 * gdb.texinfo (Breakpoint table commands): Document the fullname
6895 field in -break-list output.
6896
6897 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6898
6899 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6900 debugging information produced by the various "set debug..."
6901 options.
6902
6903 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6904
6905 * gdb.texinfo (Files): Remove obsolete bits from the description
6906 of "symbol-file".
6907
6908 2006-01-25 Jim Blandy <jimb@redhat.com>
6909
6910 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6911
6912 2006-01-24 Jim Blandy <jimb@redhat.com>
6913
6914 * gdbint.texinfo (Frames): Document the basics of GDB's register
6915 unwinding model, and explain the existence of the "sentinel" frame.
6916
6917 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6918
6919 * gdb.texinfo (Choosing files): Mention that -directory is used
6920 for script files.
6921 (Specifying source directories): Likewise.
6922 (Command files): Explain how script files are found.
6923
6924 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6925
6926 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6927 the threads in a multi-threaded program.
6928 (Threads): The threadno argument of "thread apply" can be a range
6929 of numbers.
6930
6931 2006-01-18 Jim Blandy <jimb@redhat.com>
6932
6933 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6934 of warning flags.
6935
6936 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6937
6938 * gdb.texinfo (Sequences): Improve menu annotations.
6939 (Define): Add index entries for arguments of user-defined
6940 commands. Move the description of flow-control commands...
6941 (Command Files): ...to here. Document loop_break and
6942 loop_continue.
6943 (Define, Command Files): Document `end' and add index entries for
6944 it.
6945
6946 2006-01-04 Michael Snyder <msnyder@redhat.com>
6947
6948 * gdb.texinfo: Add documentation for linux-fork.
6949 * gdbint.texinfo: Add internal documentation for checkpoints.
6950
6951 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6952
6953 * gdb.texinfo (Omissions from Ada): Document that there is now
6954 limited aggregate support.
6955
6956 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6957
6958 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6959 registers and the likes.
6960
6961 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6962
6963 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6964 (Symbols): Fix usage of "e.g.".
6965 (Memory Region Attributes): Fix usage of "etc."
6966
6967 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6968 (Coding): Fix usage of "e.g.".
6969
6970 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6971
6972 * stabs.texinfo:
6973 * refcard.tex:
6974 * gpl.texi:
6975 * gdbint.texinfo:
6976 * gdb.texinfo:
6977 * gdb-cfg.texi:
6978 * fdl.texi:
6979 * annotate.texinfo:
6980 * all-cfg.texi:
6981 * Makefile.in: Add (C) after Copyright. Update the FSF
6982 address.
6983
6984 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6985
6986 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6987 extend GDB with commands for external monitor.
6988
6989 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6990
6991 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6992
6993 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6994
6995 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6996
6997 2005-11-21 Jim Blandy <jimb@redhat.com>
6998
6999 * gdb.texinfo (Tracepoint Packets): Document restrictions on
7000 placement of 'R' actions in tracepoint action packets; document
7001 dependence of 'X' and 'M' actions on a preceding 'R' action for
7002 their registers.
7003
7004 2005-11-19 Jim Blandy <jimb@redhat.com>
7005
7006 * gdb.texinfo (Tracepoint Packets): New node.
7007 (General Query Packets): Add entries for the tracepoint packets,
7008 referring to the "Tracepoint Packets" node.
7009 (Tracepoints): Add reference to "Tracepoint Packets".
7010
7011 2005-11-18 Kevin Buettner <kevinb@redhat.com>
7012
7013 * gdb.texinfo (set remotebreak): Add anchor.
7014 (X packet): Likewise.
7015 (Remote Protocol): Add new section `Interrupts' and new index
7016 entry `interrupts (remote protocol)'.
7017
7018 2005-11-18 Jim Blandy <jimb@redhat.com>
7019
7020 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7021 entries into the General Query Packets section. Add a
7022 cross-reference to that section. Drop description of replies, as
7023 these are covered in the descriptions of each packet.
7024 (General Query Packets): Add introductory text. Explain naming
7025 conventions, and how the end of a name is recognized.
7026
7027 2005-11-17 Kevin Buettner <kevinb@redhat.com>
7028
7029 * gdb.texinfo (Remote configuration): Fix typo in description of
7030 "set remotebreak" command.
7031
7032 2005-11-16 Jim Blandy <jimb@redhat.com>
7033
7034 * gdb.texinfo (Packets, Stop Reply Packets)
7035 (General Query Packets): Various formatting cleanups.
7036 - Use @samp for packet contents.
7037 - Drop summaries from packet @item lines; the same information appears
7038 immediately below in the description.
7039 - Delete paragraph breaks after packet @item commands, so that the
7040 description appears directly to the right of the packet prototype
7041 in the printed manual, if it fits.
7042 - Place spaces in packet prototypes between @vars and non-@var
7043 letters, and explain that they're just for formatting.
7044 - Use @dots{} instead of '...'.
7045 - Fix uses of @code where @var was needed.
7046 - Replace "deprecated" markers with English text spelling out the
7047 packet's status and the preferred alternatives.
7048 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7049 what this ever meant.
7050 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7051 this for a long time.
7052 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7053 implemented several times, and have been in use for years.
7054
7055 2005-11-15 Jim Blandy <jimb@redhat.com>
7056
7057 * gdb.texinfo (Packets): Add index entries for 'm' packet
7058 disclaimers.
7059
7060 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7061 of stub when processing an 'm' packet.
7062
7063 * gdb.texinfo (Packets): Mention that packets beginning with
7064 letters are reserved once, at the top, instead of actually listing
7065 them all and saying "reserved".
7066
7067 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7068
7069 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7070 Change @var{$arg0 to @code{$arg0.
7071
7072 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7073
7074 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7075
7076 2005-11-12 Jim Blandy <jimb@redhat.com>
7077
7078 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7079 order. Remove extraneous 'z'.
7080
7081 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7082
7083 * gdb.texinfo (Choosing files): Add --eval-command.
7084
7085 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7086
7087 * gdb.texinfo (Choosing modes): Add --return-child-result.
7088
7089
7090 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7091
7092 * gdb.texinfo (Choosing modes): Add --batch-silent.
7093
7094 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7095
7096 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7097 "The -var-update Command".
7098
7099 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7100
7101 * gdb.texinfo (Print Settings): Add documentation for set/show
7102 print array-indexes.
7103
7104 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7105
7106 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7107 6.2 and 6.3.
7108
7109 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7110
7111 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7112 since 19-Jan-2004.
7113 (Files): Likewise.
7114 (Variables, Symbols): Document the "<incomplete type>" message and
7115 its reasons.
7116
7117 2005-08-01 Fred Fish <fnf@specifix.com>
7118
7119 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7120
7121 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7122
7123 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7124 option for -var-list-children and -var-update.
7125 (GDB/MI Stack Manipulation): Simplify description of
7126 print-values option for -stack-list-locals.
7127 (GDB/MI Command Description Format): Clarify.
7128 (Mode Options): Spelling of superseded.
7129
7130 2005-07-12 Bob Rossi <bob@brasko.net>
7131
7132 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7133 corresponding GDB command comment.
7134
7135 2005-07-06 Bob Rossi <bob@brasko.net>
7136
7137 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7138 and -inferior-tty-show.
7139 (Input/Output): Document "set/show inferior-tty" and tty alias.
7140
7141 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7142
7143 * gdb.texinfo (Packets): Change description of 'D' packet to note
7144 that GDB does wait for a response.
7145
7146 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * gdb.texinfo (History) Rename "Command History".
7149 (Command History): Move node "Server Prefix" from section on
7150 Annotations here.
7151
7152 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7153
7154 * gdb.texinfo (GDB/MI Stack Manipulation):
7155 Re-instate -stack-info-frame with example. Say that it gets
7156 info on selected frame, not current frame.
7157
7158 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7159
7160 * gdb.texinfo (Server): Clarify that `file' should be used before
7161 connecting to the server.
7162 (Files): Add an xref to the above description.
7163 (Output Formats): More detailed description of the `c' format.
7164 (Memory): List explicitly all the formats supported by `x'.
7165 (Threads): Add an @cindex entry for "thread apply".
7166 (Files): Document the possibility of loading unlinked object
7167 files. Add more indexing for solib-absolute-prefix and
7168 --with-sysroot.
7169 (Machine Code): Document possible problems with locations in
7170 shared libraries.
7171 (Backtrace): Document that free-standing environments do not need
7172 to have a `main' function.
7173
7174 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7175
7176 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7177 -stack-info-frame.
7178
7179 2005-06-07 Andrew Cagney <cagney@gnu.org>
7180
7181 * gdb.texinfo (Contributors): Note the original multi-arch
7182 contributors.
7183
7184 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7185
7186 * gdb.texinfo (Registers): Add index entries for the standard
7187 registers.
7188 (Frames): Add cross-reference from frame pointer description to
7189 the Registers node.
7190 (Annotations Overview): Fix the reference to GDB name.
7191
7192 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7193
7194 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7195 can-use-hw-watchpoints.
7196
7197 2005-05-28 Bob Rossi <bob@brasko.net>
7198
7199 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7200 the possible reasons why an exec async record would be returned to FE.
7201
7202 2005-05-26 Andrew Cagney <cagney@gnu.org>
7203
7204 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7205 Andrew Cagney implemented the original GDB/MI.
7206
7207 2005-05-23 Orjan Friberg <orjanf@axis.com>
7208
7209 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7210 documentation. Add documentation for cris-mode.
7211
7212 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7213
7214 * gdb.texinfo (Numbers): Explain the example and make the wording
7215 more acurate.
7216
7217 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7218 Dennis Brueni <dennis@slickedit.com>
7219
7220 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7221 (GDB/MI Data Manipulation, GDB/MI Program Control)
7222 (GDB/MI Stack Manipulation): Update examples to include the fullname
7223 attribute in stack frames.
7224
7225 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7226
7227 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7228 do with other non-standard names of init files.
7229
7230 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7231
7232 * gdb.texinfo (Command Files): Move the description of the startup
7233 from here...
7234 (Startup): ...to this new subsection of the Invocation chapter.
7235 Rearrange the description of init files more logically and add a
7236 cross-reference to "Command Files". Document the special gdbinit
7237 name for CISCO 68k. Expand the description of what GDB does
7238 during startup.
7239 (History): Add index entry for HISTSIZE.
7240
7241 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7242
7243 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7244
7245 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7246
7247 * gdb.texinfo (SVR4 Process Information, The isatty call)
7248 (The system call): Don't use foo(N) notation for man pages and
7249 functions.
7250 (Compilation, DJGPP Native): Improve wording.
7251
7252 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7253
7254 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7255 were optimized away.
7256
7257 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7258
7259 * gdb.texinfo (Remote configuration): Document "set/show
7260 get-thread-local-storage-address". Add cross-reference to the
7261 description of the qGetTLSAddr packet.
7262 (General Query Packets): Mention "set remote
7263 get-thread-local-storage-address" and add a reference to its
7264 description.
7265
7266 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7267
7268 * gdb.texinfo (Backtrace): Describe 'bt full'.
7269
7270 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7271
7272 * gdb.texinfo (Mode Options): Fix typo.
7273 (GDB/MI): Describe how to invoke GDB/MI.
7274
7275 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7276
7277 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7278 references changed. Add description of "info udot".
7279 (Files): Document "set/show stop-on-solib-events".
7280 (M32R/D): Document "set/show download-path", "set/show
7281 board-address", "set/show server-address", "upload", "tload".
7282 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7283 "use_mon_code", "use_ib_break", "use_dbt_break".
7284 (Maintenance Commands): Improve indexing.
7285 (Target Commands): Document "set/show hash", "set/show debug
7286 monitor".
7287 (SVR4 Process Information): Document "info pidlist" and "info
7288 meminfo". Document "set/show procfs-tarce" and "set/show
7289 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7290 (Symbols, The Print Command with Objective-C): Improve indexing.
7291 (Objective-C): Add references to "info classes" and "info
7292 selectors".
7293 (Debugging Output): Improve wording. Document "set/show debug
7294 solib-frv". Fix "set/show debugvarobj".
7295 (Set Breaks): Add index entry for "hardware breakpoints".
7296 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7297 and "set/show usehardbreakpoints".
7298 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7299 monitor-prompt", "set/show monitor-warnings", "pmon".
7300 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7301 rdiromatzero", "set/show rdiheartbeat".
7302 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7303 "sds".
7304 (Embedded Processors): Document the "sim" command.
7305 (Remote): Document the "remote" command.
7306 (DJGPP Native): Document the "info serial" command.
7307 (Threads): Document "maint info sol-threads".
7308 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7309 (Set Breaks): Improve indexing.
7310 (Command Syntax): Add a reference to dont-repeat.
7311 (Define): Document "dont-repeat".
7312 (TUI Commands): Document "tabset".
7313 (WinCE): New subsection. Document "set/show remotedirectory",
7314 "set/show remoteupload", "set/show remoteaddhost".
7315
7316 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7317
7318 * gdb.texinfo (Hurd Native): New subsection, documents
7319 Hurd-specific commands.
7320 (Maintenance Commands): Add cross-reference to "Debugging Output".
7321 (Debugging Output): Document "set/show debug lin-lwp".
7322 (MIPS): Improve documentation of heuristic-fence-post. Document
7323 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7324 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7325 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7326 (ARM): Document ARM-specific commands.
7327 (AVR): New section. Document "info io_registers".
7328 (CRIS): New section. Document "set/show cris-version" and
7329 "set/show cris-dwarf2-cfi".
7330 (HPPA): New section. Document "set/show debug hppa" and "maint
7331 print unwind".
7332 (Neutrino): New subsection. Document "set/show debug nto-debug".
7333 (Super-H): New section. Document the "regs" command.
7334 (Debugging Output): Document "set/show debug aix-thread".
7335
7336 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7337
7338 * gdb.texinfo (Print Settings): Document "set/show print
7339 pascal_static-members", "set print repeats", "show print
7340 null-stop". Improve indexing. Fix documentation of "set print
7341 union".
7342 (Pascal): New section.
7343 (Supported languages): Rename from "Support"; all references
7344 updated. Add a menu item for Pascal.
7345 (Numbers): Document "set radix.
7346 (Screen Size): Document "set/show pagination".
7347 (MIPS Embedded): Remove "set processor" documentation.
7348 (Remote configuration): Document "set/show X/P/Z-packet",
7349 "set/show read-aux-vector-packet", "set/show remote
7350 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7351 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7352 remotedebug", "set/show remotebreak", "set/show remotedevice",
7353 "set/show remotelogfile".
7354 (Auxiliary Vector): Add reference to the description of the
7355 read-aux-vector-packet setting.
7356 (Set Watchpoints): Add a cross-reference to "set remote
7357 hardware-breakpoint-limit".
7358 (General Query Packets): Add indexing of requests and
7359 cross-references to related commands in "Remote configuration".
7360 (File-I/O Overview, The system call): Fix wording and typos.
7361 (Thread Stops): Add index entries.
7362 (Continuing and Stepping): Document "show step-mode".
7363 (i386): New node. Document "set/show struct-convention".
7364 (Files): Document "show trust-readonly-sections".
7365 (Calling): Document "set/show unwindonsignal".
7366 (Messages/Warnings): Add index entries.
7367 (Maintenance Commands): Document "set/show watchdog".
7368 (Annotations Overview): Document "show annotate".
7369 (Set Watchpoints): Add index entries.
7370 (Symbols): Fix doc of case-sensitive.
7371 (ABI): Document "show coerce-float-to-double".
7372 (Convenience Vars, Help): Improve indexing.
7373 (Machine Code): Document "show disassembly-flavor".
7374 (Debugging C plus plus): Document "show overload-resolution".
7375 (Value History, Signaling): Add index entries.
7376
7377 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7378
7379 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7380 (Processes): Fix wording.
7381 (History, List, Logging output, Define, Symbols, Print Settings):
7382 Improve indexing.
7383
7384 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7385
7386 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7387 redundant index entry for "target" command.
7388 (Backtrace): Add index entries.
7389 (Symbols, Fortran): Document the "set case-sensitive" command.
7390 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7391 (Print Settings): Add index entry for "set demangle-style".
7392 (Target Commands): Document "set download-write-size".
7393 (Debugging Output): Document "set exec-done-display".
7394
7395 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7396
7397 * gdb.texinfo (Files): Fix the name and documentation of
7398 add-shared-symbol-files. Document its alias assf. Update the
7399 list of OSs where GDB supports shared libraries. Fix markup.
7400 (Continuing and Stepping): Add reference to @var{location} in the
7401 text.
7402 (Dump/Restore Files): Fix reference to @{filename}.
7403 (Help): Fix wording.
7404 (Attach): Ditto.
7405 (Set Watchpoints): Ditto.
7406 (Backtrace): Remove redundant index entries. Improve index
7407 entries.
7408 (Delete Breaks): Fix wording.
7409 (Memory): Document the compare-sections command.
7410 (Memory Region Attributes): Improve wording.
7411 (Disabling): Improve wording.
7412 (Fortran): New subsection. Document the "info common" command.
7413 (Help): Document aliases "info copying" and "info warranty".
7414 (Caching Remote Data): New section. Document the "set/show
7415 remotecache" and "info dcache" commands.
7416 (Show): Fix wording of the documentation of the "set
7417 extension-language" command.
7418 (Signals): Add index entry for "info handle".
7419 (Memory Region Attributes): Fix punctuation.
7420 (Symbols): Change the arg name to "location" and refer to it in
7421 the text. Fix wording of "info types" doc.
7422 (Threads): Fix usage of @enumerate @item's.
7423 (Listing Tracepoints): Add index entry for "info tp".
7424 (Set Watchpoints): Add xref to "info break" description.
7425 (Macros): Add an index entry for "macro exp1". Document the
7426 "macro list" command.
7427 (Maintenance Commands): Document "flushregs", "maint agent",
7428 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7429 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7430 "maint print architecture", "maint print objfiles", "maint print
7431 statistics", "maint print type", "maint show-debug-regs", "maint
7432 space", "maint time", and "maint translate-address".
7433 (Connecting): Document the "monitor" command.
7434 (Annotations Overview): Describe the "set annotate" command.
7435
7436 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7437
7438 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7439 Rearrange index entries and improve wording about support for
7440 hardware watchpoints.
7441
7442 2005-03-10 Bob Rossi <bob@brasko.net>
7443
7444 * gdb.texinfo: Update copyright
7445
7446 2005-02-09 Theodore A. Roth <troth@openavr.org>
7447
7448 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7449 error.
7450
7451 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7452
7453 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7454
7455 2005-01-17 Michael Snyder <msnyder@redhat.com>
7456
7457 * gdb.texinfo: Fix spelling, infinte -> infinite.
7458
7459 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7460
7461 * observer.texi (GDB Observers): Document "solib_loaded".
7462
7463 2005-01-07 Andrew Cagney <cagney@gnu.org>
7464
7465 * configure.ac: Rename configure.in, require autoconf 2.59.
7466 * configure: Re-generate.
7467
7468 * configure.in: Replace configdirs with multiple references to
7469 AC_CONFIG_SUBDIRS.
7470 * configure: Re-generate.
7471
7472 2005-01-04 Andrew Cagney <cagney@gnu.org>
7473
7474 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7475 part of the version number.
7476
7477 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7478
7479 * gdbint.texinfo (Algorithms): Remove description of
7480 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7481
7482 2004-12-07 Jim Blandy <jimb@redhat.com>
7483
7484 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7485 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7486 numbers.
7487
7488 2004-12-07 Andreas Schwab <schwab@suse.de>
7489
7490 * gdb.texinfo (Mode Options): Document -l option.
7491
7492 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7493
7494 * gdbint.texinfo (Algorithms): More accurate description of
7495 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7496 is not needed unless data-read and data-access watchpoints are
7497 supported. Add a description of how GDB checks whether the
7498 inferior stopped because a watchpoint was hit.
7499
7500 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7501
7502 * gdb.texinfo (Files): Add cross-reference to description of
7503 -readnow command-line switch.
7504
7505 2004-11-10 Randolph Chung <tausq@debian.org>
7506
7507 * gdb.texinfo: Document set/show backtrace past-entry commands.
7508 Rearrange index entries for set/show backtrace past-main.
7509
7510 2004-11-10 Jon Beniston <jon@beniston.com>
7511
7512 Committed by Andrew Cagney <cagney@gnu.org>.
7513 * gdb.texinfo (Remote Serial Protocol): Further describe
7514 binary transfer escaping mechanism .
7515
7516 2004-11-08 Randolph Chung <tausq@debian.org>
7517
7518 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7519 and "show debug infrun". Add index entries.
7520
7521 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7522
7523 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7524 "info proc" that are already implemented. Add index entries.
7525 (Working Directory): Add a cross-reference to "info proc" command.
7526 (Files): Add a tip for decreasing memory used for symtabs from
7527 shared libraries.
7528 (Starting): Fix whitespace; make "elaboration" stand out where it
7529 is first used, and add an index entry for the term.
7530 (Calling): Expand and elaborate text. Add "print". Add the
7531 description of problems with weak aliases.
7532 (Core File Generation): New section.
7533
7534 2004-10-12 Andrew Cagney <cagney@gnu.org>
7535
7536 * gdbint.texinfo (Versions and Branches): New chapter.
7537 (Releasing GDB): Delete "Versions and Branches" section.
7538 (Top): Add "Versions and Branches".
7539
7540 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7541
7542 * gdb.texinfo (Editing, History): Add cross-references to the
7543 included Readline and History user documentation. Remove
7544 references to the symbol have-readline-appendices which is unused
7545 and undefined.
7546 (History): Fix indexing.
7547
7548 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7549
7550 * gdbint.texinfo (target_stopped_data_address): Update to
7551 new prototype.
7552 (i386_stopped_data_address): Update prototype and description.
7553 (i386_stopped_by_watchpoint): New function and description.
7554
7555 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7556
7557 * gdb.texinfo (Filenames): Add Ada suffixes.
7558 (Ada) New section.
7559
7560 2004-09-27 Andrew Cagney <cagney@gnu.org>
7561 Robert Picco <Robert.Picco@hp.com>
7562
7563 * gdb.texinfo (Packets): Document the "p" packet.
7564
7565 2004-09-21 Jason Molenda (jmolenda@apple.com)
7566
7567 * gdb.texinfo (Paths and Names of the Source Files): Document the
7568 meaning of values in the 'desc' field of a SO stab.
7569
7570 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7571
7572 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7573 max-cache-age" and "maint show dwarf2 max-cache-age".
7574
7575 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7576
7577 * gdb.texinfo (Set Breaks): Add index entry for setting
7578 breakpoints on overloaded C++ functions that are not members of
7579 any classes. Add an example and an index entry for setting
7580 breakpoints on all program functions.
7581 (Character Sets, Macros, Overlay Commands)
7582 (Non-debug DLL symbols, GDB/MI Output Syntax)
7583 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7584 Use "(@value{GDBP})" instead of a literal "(gdb)".
7585
7586 2004-09-12 Andrew Cagney <cagney@gnu.org>
7587
7588 * gdbint.texinfo (Native Debugging): Delete description of
7589 FILES_INFO_HOOK.
7590
7591 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7592
7593 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7594 to hex_string_custom (not historically correct, but more
7595 understandable, given the current code).
7596
7597 2004-09-03 Andrew Cagney <cagney@gnu.org>
7598
7599 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7600
7601 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7602
7603 * observer.texi (solib_unloaded): New observer.
7604
7605 2004-08-24 Andrew Cagney <cagney@gnu.org>
7606
7607 * gdbint.texinfo (Target Architecture Definition): Add missing
7608 comma.
7609
7610 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7611
7612 * (Using the Testsuite): build != host is supported,
7613 but some test scripts do not support build != host.
7614
7615 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7616
7617 * gdbint.texinfo (Host Definition): Delete description of
7618 FCLOSE_PROVIDED and GETENV_PROVIDED.
7619
7620 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7621
7622 * gdbint.texinfo (Host Definition): Delete description of
7623 NO_SYS_FILE.
7624 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7625 PTRACE_FP_BUG.
7626
7627 2004-08-05 Andrew Cagney <cagney@gnu.org>
7628
7629 * gdbint.texinfo (Target Architecture Definition): Delete
7630 reference to deprecated_read_fp.
7631
7632 2004-08-02 Andrew Cagney <cagney@gnu.org>
7633
7634 * gdbint.texinfo (Target Architecture Definition): Delete
7635 description of DEPRECATED_REGISTER_BYTES.
7636
7637 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7638
7639 * gdb.texinfo (Source Path): Document the new behavior of
7640 searching for the source files.
7641
7642 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7643
7644 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7645 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7646 (Auto Display): Improve indexing.
7647
7648 2004-07-16 Andrew Cagney <cagney@gnu.org>
7649
7650 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7651 "-noasync".
7652
7653 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7654
7655 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7656 have the same prefix have only their prefix in the index.
7657
7658 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7659
7660 * gdb.texinfo (BSD libkvm Interface): New node (section)
7661 (Native): Add it to the menu.
7662
7663 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7664
7665 * gdbint.texinfo (Target Architecture Definition): Remove
7666 PCC_SOL_BROKEN.
7667
7668 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7669
7670 * gdbint.texinfo (Target Architecture Definition): Remove
7671 SUN_FIXED_LBRAC_BUG.
7672
7673 2004-06-26 Andrew Cagney <cagney@gnu.org>
7674
7675 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7676
7677 2004-06-20 Andrew Cagney <cagney@gnu.org>
7678
7679 * gdbint.texinfo (Target Architecture Definition): Deprecate
7680 USE_STRUCT_CONVENTION.
7681
7682 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7683
7684 gdb.texinfo (Bug Reporting): Mention session recording,
7685 with the script command or Emacs.
7686
7687 2004-06-18 Andrew Cagney <cagney@gnu.org>
7688
7689 * gdbint.texinfo (Target Architecture Definition): Deprecate
7690 FUNCTION_START_OFFSET.
7691
7692 2004-06-14 Andrew Cagney <cagney@gnu.org>
7693
7694 Based on changes from Karl Berry.
7695 * gdb.texinfo: Do not use @sc in a direntry.
7696 * stabs.texinfo: Change @dircateogry to "Software development".
7697 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7698
7699 2004-06-13 Andrew Cagney <cagney@gnu.org>
7700
7701 * gdbint.texinfo (Target Architecture Definition): Delete
7702 description of RETURN_VALUE_ON_STACK.
7703
7704 2004-06-09 Andrew Cagney <cagney@gnu.org>
7705
7706 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7707 deleted by previous patch.
7708
7709 2004-06-08 Andrew Cagney <cagney@gnu.org>
7710
7711 * gdbint.texinfo (Native Debugging): Delete documentation on
7712 ATTACH_DETACH.
7713
7714 2004-06-06 Randolph Chung <tausq@debian.org>
7715
7716 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7717
7718 2004-06-06 Randolph Chung <tausq@debian.org>
7719
7720 * gdb.texinfo (push_dummy_call): Update argument list to match
7721 the new push_dummy_call method signature. Describe the function
7722 argument.
7723
7724 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7725
7726 * gdb.texinfo (Starting): Document new start command.
7727
7728 2004-05-21 Andrew Cagney <cagney@redhat.com>
7729
7730 * observer.texi (GDB Observers): Document "inferior_created".
7731
7732 2004-05-08 Andrew Cagney <cagney@redhat.com>
7733
7734 * gdbint.texinfo (Target Architecture Definition): Delete
7735 description of DO_DEFERRED_STORES.
7736
7737 * gdbint.texinfo (Target Architecture Definition): Delete
7738 references to DEPRECATED_FIX_CALL_DUMMY.
7739
7740 * gdbint.texinfo (Target Architecture Definition): Delete
7741 description of DEPRECATED_CALL_DUMMY_WORDS,
7742 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7743
7744 * gdbint.texinfo (Target Architecture Definition): Delete
7745 description of DEPRECATED_PUSH_DUMMY_FRAME.
7746
7747 * gdbint.texinfo (Target Architecture Definition): Delete
7748 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7749
7750 2004-05-07 Andrew Cagney <cagney@redhat.com>
7751
7752 * observer.texi (GDB Observers): Add "Debugging" section. Include
7753 cross reference to "set/show debug observer".
7754 * gdb.texinfo (Debugging Output): Document "set/show debug
7755 observer".
7756
7757 2004-05-01 Andrew Cagney <cagney@redhat.com>
7758
7759 * gdbint.texinfo (Target Architecture Definition): Delete
7760 description of DEPRECATED_PC_IN_SIGTRAMP.
7761
7762 2004-04-30 Andrew Cagney <cagney@redhat.com>
7763
7764 * gdbint.texinfo (Target Architecture Definition): Delete
7765 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7766
7767 2004-04-30 Orjan Friberg <orjanf@axis.com>
7768
7769 * observer.texi (GDB Observers): Correct spelling.
7770
7771 2004-04-26 Orjan Friberg <orjanf@axis.com>
7772
7773 * observer.texi (GDB Observers): Add target_changed event.
7774
7775 2004-04-08 Andrew Cagney <cagney@redhat.com>
7776
7777 * observer.texi (GDB Observers): Rework, provide generic observer
7778 definitions and then a list of observable events.
7779
7780 2004-04-04 Andrew Cagney <cagney@redhat.com>
7781
7782 * gdbint.texinfo (Host Definition): Delete reference to
7783 NO_SIGINTERRUPT.
7784
7785 2004-04-02 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbint.texinfo (Target Architecture Definition): Delete
7788 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7789
7790 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7791
7792 * gdb.texinfo (TUI Commands): Document tui reg commands.
7793
7794 2004-03-26 Andrew Cagney <cagney@redhat.com>
7795
7796 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7797 "gdbtui".
7798 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7799 (Contributors): Mention both Text and Terminal User Interface.
7800
7801 2004-03-23 Andrew Cagney <cagney@redhat.com>
7802
7803 * gdbint.texinfo (Target Architecture Definition): Deprecate
7804 references to SIGTRAMP_START and SIGTRAMP_END.
7805
7806 2004-03-23 Andrew Cagney <cagney@redhat.com>
7807
7808 * gdbint.texinfo (Target Architecture Definition): Deprecate
7809 references to PC_IN_SIGTRAMP.
7810
7811 2004-03-19 Andrew Cagney <cagney@redhat.com>
7812
7813 * gdbint.texinfo (Target Architecture Definition): Delete
7814 reference to GDB_TARGET_IS_HPPA.
7815
7816 2004-03-18 Andrew Cagney <cagney@redhat.com>
7817
7818 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7819 describe pre_init and post_init.
7820
7821 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7822
7823 * gdb.texinfo (Debugging Output): Document values for "set debug
7824 target".
7825
7826 2004-02-28 Andrew Cagney <cagney@redhat.com>
7827
7828 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7829
7830 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7831
7832 * gdb.texinfo (breakpoints): Add information about the
7833 new "set breakpoint pending" and "show breakpoint pending"
7834 commands.
7835
7836 2004-02-26 Andrew Cagney <cagney@redhat.com>
7837
7838 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7839 in Per-architecture module data section.
7840
7841 2004-02-25 Roland McGrath <roland@redhat.com>
7842
7843 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7844
7845 2004-02-24 Andrew Cagney <cagney@redhat.com>
7846
7847 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7848 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7849 * fdl.texi: Import Version 1.2, November 2002.
7850
7851 2004-02-17 Andrew Cagney <cagney@redhat.com>
7852
7853 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7854
7855 2004-02-16 Andrew Cagney <cagney@redhat.com>
7856
7857 * gdbint.texinfo (Target Architecture Definition): Deprecate
7858 FRAMELESS_FUNCTION_INVOCATION.
7859
7860 2004-02-16 Andrew Cagney <cagney@redhat.com>
7861
7862 * gdbint.texinfo (Coding): Mention -Wunused-function.
7863
7864 2004-02-14 Andrew Cagney <cagney@redhat.com>
7865
7866 * gdbint.texinfo (Target Architecture Definition): Delete
7867 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7868
7869 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7870
7871 * gdb.texinfo: Properly quote the name "C++".
7872 * gdbint.texinfo: Ditto.
7873 * stabs.texinfo: Ditto.
7874
7875 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7876
7877 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7878 minimal information about libiberty.
7879
7880 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7881
7882 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7883
7884 2004-02-04 Roland McGrath <roland@redhat.com>
7885
7886 * gdb.texinfo (Auxiliary Vector): New node (section).
7887 (Data): Add it to the menu.
7888
7889 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7890
7891 * gdb.texinfo (Breakpoints): Add information about pending
7892 breakpoint support.
7893
7894 2004-01-26 Andrew Cagney <cagney@redhat.com>
7895
7896 * gdb.texinfo (Overview): Delete references to the cisco protocol
7897 including the "N" response.
7898
7899 2004-01-26 Andrew Cagney <cagney@redhat.com>
7900
7901 * gdbint.texinfo (Target Architecture Definition): Rename
7902 EXTRACT_STRUCT_VALUE_ADDRESS to
7903 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7904
7905 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7906
7907 * gdb.texinfo (KOD): Document "show os". Add index entries for
7908 "set/show os" and "info cisco" commands.
7909
7910 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7911
7912 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7913
7914 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7915
7916 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7917 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7918
7919 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7920
7921 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7922 -stack-list-locals.
7923 (GDB/MI Variable Objects): Describe extension to
7924 -var-list-children.
7925
7926 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7927
7928 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7929
7930 2004-01-17 Andrew Cagney <cagney@redhat.com>
7931
7932 * gdbint.texinfo (Target Architecture Definition): Delete
7933 documentation on DEPRECATED_NPC_REGNUM.
7934
7935 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7936
7937 * gdb.texinfo: Update copyright year. Mention that set
7938 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7939 "set follow-fork-mode ask".
7940
7941 2004-01-13 Andrew Cagney <cagney@redhat.com>
7942
7943 * gdbint.texinfo: Update copyright year.
7944 (Coding): Add -Wunused-label to list of -Werror warnings.
7945
7946 2004-01-08 Jason Molenda <jmolenda@apple.com>
7947 Eli Zaretskii <eliz@gnu.org>
7948
7949 * gdb.texinfo: Update copyright.
7950 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7951 around names, as appropriate. Minor syntax cleanup of
7952 _NSPrintForDebugger explanation. Two spaces after periods.
7953 GDBN used instead of lit. "gdb". Index entries added for
7954 print-object and _NSPrintForDebugger. @noindent added in one spot.
7955
7956 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7957
7958 * stabs.texinfo: Add dircategory and direntry commands.
7959 * annotate.texinfo: Ditto.
7960
7961 2003-11-10 Andrew Cagney <cagney@redhat.com>
7962
7963 * gdbint.texinfo (Target Architecture Definition): Replace the
7964 return_value method's "inval" and "outval" parameters with
7965 "readbuf" and "writebuf".
7966
7967 2003-10-28 Jim Blandy <jimb@redhat.com>
7968
7969 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7970 from "The `F' request packet" and "The `F' reply packet", to make
7971 texi2dvi happy.
7972 (File-I/O remote protocol extension): Update menu entries, too.
7973
7974 2003-10-26 Michael Chastain <mec@shout.net>
7975
7976 * gdb.texinfo (Thread Stops): Document the issue with
7977 premature return from system calls in multi-threaded programs.
7978
7979 2003-10-24 Andrew Cagney <cagney@redhat.com>
7980
7981 * annotate.texinfo: Fix "fortunatly"[sic].
7982
7983 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7984
7985 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7986 with "Hitachi" and "Mitsubishi".
7987
7988 2003-10-20 Andrew Cagney <cagney@redhat.com>
7989
7990 * gdbint.texinfo (Target Architecture Definition): Document
7991 gdbarch_return_value. Add cross references from
7992 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7993 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7994
7995 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7996
7997 * gdbint.texinfo (Target Architecture Definition): Document
7998 regset_from_core_section.
7999
8000 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
8001
8002 * gdb.texinfo (M32R/D): Mention m32rsdi target.
8003
8004 2003-10-15 Kevin Buettner <kevinb@redhat.com>
8005
8006 From Anthony Green <green@redhat.com>:
8007 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8008
8009 2003-10-14 Kevin Buettner <kevinb@redhat.com>
8010
8011 * gdb.texinfo (Breakpoint related warnings): New node.
8012 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8013
8014 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8015
8016 * gdb.texinfo (Remote Protocol): Document v and vCont.
8017
8018 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8019
8020 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8021 * gdbint.texinfo: Ditto.
8022
8023 2003-10-09 Andrew Cagney <cagney@redhat.com>
8024
8025 From 2003-09-18 David Anderson <davea@sgi.com>:
8026 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8027 "command".
8028
8029 2003-10-03 Andrew Cagney <cagney@redhat.com>
8030
8031 * gdbint.texinfo (Target Architecture Definition): Deprecate
8032 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8033 just target.
8034
8035 2003-10-02 Andrew Cagney <cagney@redhat.com>
8036
8037 * gdbint.texinfo (Target Architecture Definition): Rename
8038 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8039 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8040 * gdbint.texinfo (Target Architecture Definition): Rename
8041
8042 2003-09-30 Andrew Cagney <cagney@redhat.com>
8043
8044 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8045 (Target Architecture Definition):
8046
8047 * gdbint.texinfo (Target Architecture Definition): Rename
8048 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8049
8050 2003-09-29 Andrew Cagney <cagney@redhat.com>
8051
8052 * gdbint.texinfo (Target Architecture Definition): Delete
8053 documentation for NEED_TEXT_START_END.
8054
8055 * gdbint.texinfo (Target Architecture Definition): Rename
8056 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8057 TARGET_WRITE_PC.
8058
8059 2003-09-22 Michael Chastain <mec@shout.net>
8060
8061 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8062
8063 2003-09-21 Anthony Green <green@redhat.com>
8064
8065 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8066
8067 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8068
8069 * gdbint.texinfo (Target Architecture Definition): Document
8070 stabs_argument_has_addr.
8071
8072 2003-09-18 Andrew Cagney <cagney@redhat.com>
8073
8074 * gdbint.texinfo (Target Architecture Definition): Delete
8075 documentation on REGISTER_NAMES.
8076
8077 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8078
8079 * gdbint.texinfo (Target Architecture Definition): Replace
8080 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8081
8082 2003-09-11 Andrew Cagney <cagney@redhat.com>
8083
8084 * gdbint.texinfo (Target Architecture Definition): Replace
8085 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8086
8087 2003-08-18 Andrew Cagney <cagney@redhat.com>
8088
8089 * gdbint.texinfo (Target Architecture Definition): Document
8090 "frame_red_zone_size".
8091
8092 2003-08-09 Andrew Cagney <cagney@redhat.com>
8093
8094 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8095 with "set/show backtrace past-main" and "set/show backtrace
8096 limit".
8097
8098 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8099
8100 * Makefile.in (install-info): Support DESTDIR.
8101 (install-html): Likewise.
8102
8103 2003-08-07 Andrew Cagney <cagney@redhat.com>
8104
8105 Patch from Nick Roberts.
8106 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8107 bindings. Remove description of send-gdb-command.
8108
8109 2003-08-07 Andrew Cagney <cagney@redhat.com>
8110
8111 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8112 GDB 6.0.
8113
8114 2003-08-06 Andrew Cagney <cagney@redhat.com>
8115
8116 * gdb.texinfo (Mode Options): Mention that level three is the
8117 highest available and that level 2 is deprecated.
8118 (Annotations Overview): Mention annotation levels. Cross reference
8119 to "Limitations of the Annotation Interface" in annotate.texi.
8120 (TODO, Value Annotations, Frame Annotations): Delete section.
8121 (Displays, Breakpoint Info): Delete.
8122
8123 2003-08-04 Andrew Cagney <cagney@redhat.com>
8124
8125 * agentexpr.texi: Delete @bye.
8126 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8127 (stabs.info): Add $(srcdir) to include search path.
8128 (html): Depend on "annotate_toc.html", and not "annotate.html".
8129 * stabs.texinfo: Ditto. Include "fdl.texi".
8130 * gdbint.texinfo: Update copyright statement's list of invariant
8131 sections.
8132
8133 2003-07-28 Andrew Cagney <cagney@redhat.com>
8134
8135 * Makefile.in (INFO_DEPS): Add annotate.info.
8136 (dvi, ps, html, pdf): Add annotate.
8137 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8138 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8139 (ANNOTATE_DOC_FILES): New macro.
8140 (ANNOTATE_TEX_TMPS): New macro.
8141 (annotate.info, annotate_toc.html): Specify dependencies.
8142 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8143 * annotate.texinfo: Rename annotate.texi. Get building. Add
8144 "Migrating to GDB/MI" and "Limitations of the Annotation
8145 Interface" chapters. Mention why it is not part of the user
8146 guide. Update copyright notice. Include "fdl.texi".
8147
8148 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8149
8150 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8151
8152 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8153
8154 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8155
8156 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8157
8158 * gdb.texinfo (Server): Mention pidof.
8159
8160 2003-07-22 Andrew Cagney <cagney@redhat.com>
8161
8162 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8163 list.
8164
8165 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8166
8167 * gdb.texinfo (Logging output): New chapter.
8168
8169 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8170
8171 * gdb.texinfo (Unsupported languages): New section.
8172 (Languages): Add link to new section.
8173
8174 2003-06-22 Andrew Cagney <cagney@redhat.com>
8175
8176 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8177
8178 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8179
8180 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8181
8182 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8183
8184 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8185 * agentexpr.texi: Retitle section, and change it to an appendix.
8186 Comment out texinfo initialization. Factor a @var{} into two
8187 pieces to prevent makeinfo warnings.
8188 * gdb.texinfo: Add Agent Expressions appendix.
8189
8190 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8191
8192 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8193
8194 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8195
8196 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8197 remote target". Document the "detach" and "disconnect" commands.
8198 (Server, Netware, Debug Session): Reference "Connecting to a
8199 remote target".
8200 (GDB/MI Target Manipulation): Document "-target-disconnect".
8201
8202 2003-06-13 Andrew Cagney <cagney@redhat.com>
8203
8204 * gdbint.texinfo (Target Architecture Definition): Deprecate
8205 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8206 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8207
8208 2003-06-09 Jim Blandy <jimb@redhat.com>
8209
8210 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8211
8212 2003-06-08 Andrew Cagney <cagney@redhat.com>
8213
8214 * gdbint.texinfo (Target Architecture Definition): Delete
8215 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8216
8217 2003-06-08 Andrew Cagney <cagney@redhat.com>
8218
8219 * gdbint.texinfo (Target Architecture Definition): Document
8220 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8221
8222 2003-06-07 Adam Fedor <fedor@gnu.org>
8223
8224 * gdb.texinfo: Add Objective-C documentation.
8225
8226 2003-06-01 Andrew Cagney <cagney@redhat.com>
8227
8228 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8229 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8230
8231 2003-05-21 Andrew Cagney <cagney@redhat.com>
8232
8233 * gdbint.texinfo (Target Architecture Definition): Delete
8234 references to "extract_address" and "store_address".
8235
8236 2003-05-16 Andrew Cagney <cagney@redhat.com>
8237
8238 * gdbint.texinfo (Target Architecture Definition): Replace
8239 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8240 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8241
8242 2003-05-14 Theodore A. Roth <troth@openavr.org>
8243
8244 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8245
8246 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8247
8248 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8249 (gdb.dvi): Likewise.
8250 (gdb.pdf): Likewise.
8251 (links2roff): Likewise.
8252
8253 2003-05-08 Jim Blandy <jimb@redhat.com>
8254
8255 * gdb.texinfo (Dump/Restore Files): Update documentation for
8256 'dump', 'append', and 'restore': note that format argument is
8257 optional; simplify presentation of the command variants; and be
8258 more precise about the formats.
8259
8260 2003-05-07 Jim Blandy <jimb@redhat.com>
8261
8262 * gdb.texinfo (Symbols): Update documentation: 'maint list
8263 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8264 symtabs' and 'maint info psymtabs'.
8265
8266 2003-05-05 Andrew Cagney <cagney@redhat.com>
8267
8268 * gdbint.texinfo (Target Architecture Definition): Make
8269 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8270 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8271 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8272
8273 2003-05-04 Andrew Cagney <cagney@redhat.com>
8274
8275 * gdb.texinfo (Maintenance Commands): Document "maint print
8276 dummy-frames".
8277
8278 2003-05-04 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8281
8282 2003-05-03 J. Brobecker <brobecker@gnat.com>
8283
8284 Thierry Schneider <tpschneider1@yahoo.com>
8285 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8286 for new MI command.
8287
8288 2003-05-03 Andrew Cagney <cagney@redhat.com>
8289
8290 * gdbint.texinfo (Target Architecture Definition): Document
8291 push_dummy_code. Add cross references.
8292
8293 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8294
8295 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8296 set/show charsets commands.
8297
8298 2003-04-28 Andrew Cagney <cagney@redhat.com>
8299
8300 * gdbint.texinfo (Target Architecture Definition): Replace
8301 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8302 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8303
8304 2003-04-28 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Rename
8307 "tm_print_insn" to "deprecated_tm_print_insn".
8308
8309 2003-04-09 Jim Blandy <jimb@redhat.com>
8310
8311 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8312 list psymtabs'.
8313
8314 2003-04-08 Andrew Cagney <cagney@redhat.com>
8315
8316 * gdbint.texinfo (Target Architecture Definition): Delete
8317 references to EXTRA_FRAME_INFO.
8318
8319 2003-04-08 Andrew Cagney <cagney@redhat.com>
8320
8321 * gdbint.texinfo (Target Architecture Definition): Delete
8322 PRINT_TYPELESS_INTEGER.
8323
8324 2003-04-02 J. Brobecker <brobecker@gnat.com>
8325
8326 * observer.texi (GDB Observers): Adjust the documentation for the
8327 normal_stop notification to better describe reality. Fix a couple
8328 of minor typos.
8329
8330 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8331
8332 * gdb.texinfo (GDB/MI Program Control): Add
8333 '-file-list-exec-source-file'
8334
8335 2003-03-31 Andrew Cagney <cagney@redhat.com>
8336
8337 * gdbint.texinfo (Target Architecture Definition): Delete
8338 references to CALL_DUMMY_P.
8339
8340 2003-03-30 Andrew Cagney <cagney@redhat.com>
8341
8342 * gdbint.texinfo (Target Architecture Definition): Remove
8343 reference to TARGET_WRITE_SP.
8344
8345 2003-03-27 Andrew Cagney <cagney@redhat.com>
8346
8347 * gdbint.texinfo (Target Architecture Definition): Remove
8348 references to write_sp.
8349
8350 2003-03-27 Andrew Cagney <cagney@redhat.com>
8351
8352 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8353 chapter body. Use @smallexample instead of @example.
8354 (Annotations): Ditto.
8355 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8356 annotate.texi.
8357
8358 2003-03-26 Andrew Cagney <cagney@redhat.com>
8359
8360 * gdbint.texinfo (Target Architecture Definition): Replace
8361 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8362 dummy_addr parameters.
8363
8364 2003-03-25 Andrew Cagney <cagney@redhat.com>
8365
8366 * gdbint.texinfo (Target Architecture Definition): Delete
8367 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8368 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8369 Add reference to PUSH_ARGUMENTS.
8370
8371 2003-03-23 Andrew Cagney <cagney@redhat.com>
8372
8373 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8374 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8375
8376 2003-03-18 J. Brobecker <brobecker@gnat.com>
8377
8378 * gdbint.texinfo (Algorithms): Add new section describing the
8379 Observer paradigm.
8380 (Top): Add menu entry to new observer appendix.
8381 * observer.texi: New file.
8382 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8383 new observer.texi file.
8384
8385 2003-03-17 Andrew Cagney <cagney@redhat.com>
8386
8387 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8388 that GNU Press update the manual version number.
8389
8390 2003-03-12 Andrew Cagney <cagney@redhat.com>
8391
8392 * gdbint.texinfo (Target Architecture Definition): Delete
8393 references to get_saved_register. Rename GET_SAVED_REGISTER to
8394 DEPRECATED_GET_SAVED_REGISTER.
8395
8396 2003-03-13 Andrew Cagney <cagney@redhat.com>
8397
8398 * gdbint.texinfo (Target Architecture Definition): Replace
8399 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8400
8401 2003-03-12 Andrew Cagney <cagney@redhat.com>
8402
8403 * gdbint.texinfo (Target Architecture Definition): Rename
8404 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8405
8406 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8407
8408 * gdb.texinfo: Add File-I/O documentation.
8409
8410 2003-03-10 Andrew Cagney <cagney@redhat.com>
8411
8412 * gdbint.texinfo (Target Architecture Definition): Cross reference
8413 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8414
8415 2003-03-07 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8418 frame" command.
8419
8420 2003-03-05 Andrew Cagney <cagney@redhat.com>
8421
8422 * gdbint.texinfo (Target Architecture Definition): Document
8423 unwind_dummy_id. Cross reference unwind_dummy_id and
8424 SAVE_DUMMY_FRAME_TOS.
8425
8426 2003-03-05 James Ingham <jingham@apple.com>
8427 Daniel Jacobowitz <drow@mvista.com>
8428
8429 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8430 and "show cp-abi".
8431
8432 2003-03-03 Andrew Cagney <cagney@redhat.com>
8433
8434 * gdbint.texinfo (Target Architecture Definition): Document
8435 register_type.
8436
8437 2003-03-03 Andrew Cagney <cagney@redhat.com>
8438
8439 * stabs.texinfo (Structures): Use @samp and separate @var's
8440 instead of a single @var containing a comma separated list.
8441 (Unions): Ditto.
8442
8443 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8444
8445 * Makefile.in (distclean): Remove config.log.
8446
8447 2003-03-01 Andrew Cagney <cagney@redhat.com>
8448
8449 * gdbint.texinfo (Target Architecture Definition): Rename
8450 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8451
8452 2003-03-01 Andrew Cagney <cagney@redhat.com>
8453
8454 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8455 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8456
8457 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8458
8459 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8460 (Non-debug DLL symbols): New node, describing the minimal symbols
8461 loaded from DLLs without real debugging symbols.
8462
8463 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8464
8465 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8466 hardware-breakpoint-limit".
8467 (Set Watchpoints): Add cross reference to "set remote
8468 hardware-watchpoint-limit".
8469 (Remote configuration options): New section.
8470
8471 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8472
8473 * gdbint.texinfo (Target Architecture Definition): Delete
8474 descrption of IS_TRAPPED_INTERNALVAR.
8475
8476 From Keith Seitz <keiths@redhat.com>:
8477 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8478 option "-i"/"--interpreter" to this chapter. Include index
8479 entries.
8480
8481 2003-02-04 David Carlton <carlton@math.stanford.edu>
8482
8483 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8484 (Variables): Recommend stabs+ and DWARF 2.
8485 (C plus plus expressions): Correct info about
8486 compiler versions, debug formats.
8487 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8488 PR symtab/874.
8489
8490 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8491
8492 * gdbint.texinfo (Target Architecture Definition): Delete
8493 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8494 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8495 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8496 references to nindy and i960.
8497 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8498
8499 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8500
8501 * gdbint.texinfo (Target Architecture Definition): Delete
8502 FLOAT_INFO.
8503
8504 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8505
8506 * stabs.texinfo (Member Type Descriptor): Clarify description of
8507 `@'. Suggested by Ben Hutchings.
8508
8509 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8510
8511 * gdb.texinfo (M68K): Delete reference to es1800.
8512
8513 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8514
8515 * gdb.texinfo (Maintenance Commands): Document `maint print
8516 reggroups' and `maint print register-groups'.
8517 * gdbint.texinfo (Target Architecture Definition): Document
8518 register_reggroup_p.
8519
8520 2003-01-23 Jim Blandy <jimb@redhat.com>
8521
8522 * gdb.texinfo (Separate Debug Files): New section.
8523
8524 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8525
8526 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8527 and "maint show profile".
8528
8529 2003-01-16 Michael Chastain <mec@shout.net>
8530
8531 * gdb.texinfo (Installing GDB): Warn against
8532 ".../gdb-VERSION/gdb/configure".
8533 (Separate Objdir): Likewise.
8534
8535 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8536
8537 * gdbint.texinfo (Target Architecture Definition): Delete
8538 definition of PRINT_REGISTER_HOOK.
8539
8540 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8541
8542 (OpenRISC 1000): Fix formatting of command names.
8543
8544 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8545
8546 * gdb.texinfo (Continuing and Stepping): Add new command
8547 'advance'. Clarify behavior of 'until'.
8548
8549 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8550
8551 * gdb.texinfo (Files): Document solib-absolute-prefix and
8552 solib-search-path.
8553
8554 2003-01-09 Michael Chastain <mec@shout.net>
8555
8556 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8557 (Create a Release): Add new instructions for new @file{src-release}.
8558 Document existing instructions for @file{Makefile.in} as
8559 being for @value{GDBN} 5.3.1 or earlier.
8560
8561 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8562
8563 * gdbint.texinfo (Target Architecture Definition): Mention
8564 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8565 allocate memory.
8566
8567 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8568
8569 * gdb.texinfo (Controlling GDB): Add @kindex for
8570 "show osabi".
8571 (Backtraces): Add @kindex's for backtrace-below-main.
8572
8573 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8574
8575 * gdb.texinfo (Controlling GDB): Document "set osabi".
8576
8577 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8578
8579 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8580 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8581
8582 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8583
8584 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8585 "set coerce-float-to-double".
8586 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8587
8588 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8589
8590 * stabs.texinfo: Remove obsolete text.
8591 * gdbint.texinfo: Ditto.
8592 * gdb.texinfo: Ditto.
8593
8594 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8595
8596 * gdbint.texinfo (Target Architecture Definition): Update
8597 description of gdbarch_register_osabi.
8598
8599 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8600
8601 * agentexpr.texi: Fix typos.
8602 * annotate.texi: Likewise.
8603 * fdl.texi: Likewise.
8604
8605 2002-12-10 Andrew Cagney <cagney@redhat.com>
8606
8607 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8608 DEPRECATED_INIT_FRAME_PC.
8609
8610 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8611
8612 * gdbint.texinfo (Target Architecture Definition): Delete
8613 PC_IN_CALL_DUMMY.
8614
8615 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8616
8617 * gdbint.texinfo (Host Definition): Delete documentation on
8618 USE_GENERIC_DUMMY_FRAMES.
8619
8620 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8621
8622 Fix PR gdb/723 and PR gdb/245.
8623 * Makefile.in (install-info): Run the install-info command as part
8624 of the post install steps only.
8625 (uninstall-info): New target.
8626 (uninstall): New target.
8627
8628 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8629
8630 * Makefile.in (install): Make install do some real work.
8631
8632 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8633
8634 Fix POSIX problem reported by Paul Eggert.
8635 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8636 Fix PR gdb/527.
8637
8638 2002-10-26 Andrew Cagney <cagney@redhat.com>
8639
8640 * gdbint.texinfo (Target Architecture Definition): Delete
8641 definition of DO_REGISTERS_INFO.
8642
8643 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8644
8645 * gdbint.texinfo (Address Classes): Fix problems with insertion
8646 of ``{'' and ``}'' in example.
8647
8648 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8649
8650 * gdbint.texinfo (Address Classes): New section.
8651 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8652 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8653 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8654 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8655
8656 2002-10-11 Klee Dienes <kdienes@apple.com>
8657
8658 * gdb.texinfo (Registers): Mention vector registers as well as
8659 floating registers in the documentation for 'info registers' and
8660 'info all-registers'.
8661
8662 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8663
8664 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8665
8666 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8667
8668 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8669 interface definition.
8670
8671 2002-10-03 Marko Mlinar <markom@opencores.org>
8672
8673 * gdb.texinfo (Target Commands): Add or1k target specific
8674 commands.
8675 * gdb.texinfo (Contributors): Add myself to the contributors list.
8676
8677 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8678
8679 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8680 and "mi1" instead of "mi1" and "mi0".
8681
8682 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8683
8684 * gdb.texinfo (Packets): Fix typos "alligned".
8685 Correct z3/Z3 description. Correct z4/Z4 title.
8686
8687 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8688
8689 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8690
8691 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8692
8693 * gdb.texinfo: Use GNU/Linux instead of Linux.
8694
8695 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8696
8697 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8698
8699 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8700
8701 * gdb.texinfo: Replace @example with @smallexample.
8702
8703 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8704
8705 From Eli Zaretskii <eliz@gnu.org>:
8706 * gdb.texinfo (Character Sets): Use @smallexample instead of
8707 @example. Use GNU/Linux instead of Linux.
8708
8709 2002-09-20 Jim Blandy <jimb@redhat.com>
8710
8711 * gdb.texinfo: Add character set documentation.
8712
8713 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8714
8715 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8716 (Packets): Add cross reference from `b' packet to `z' packets.
8717
8718 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8719
8720 * gdb.texinfo (Maintenance Commands): Document ``maint
8721 internal-error'' and ``maint internal-warning''.
8722
8723 * gdbint.texinfo (Target Architecture Definition): Revise
8724 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8725
8726 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8727
8728 * gdbint.texinfo (Target Conditionals): Document the new
8729 NAME_OF_MALLOC macro.
8730
8731 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8732
8733 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8734 engineer.
8735
8736 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8737
8738 * gdb.texinfo (TUI Overview): Document status line fields.
8739
8740 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8741
8742 * gdb.texinfo (TUI Commands): Document info win command.
8743
8744 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8745
8746 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8747
8748 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8749
8750 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8751 (TUI Keys): Likewise.
8752
8753 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8754
8755 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8756 for a packet receive.
8757
8758 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8759
8760 * Makefile.in (clean): Move to end of file.
8761 (distclean, maintainer-clean, realclean): Ditto.
8762 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8763 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8764 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8765 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8766
8767 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8768
8769 * Makefile.in (GDBINT_TEX_TMPS): Define.
8770 (gdbint.dvi, gdbint.pdf): Use
8771 (GDB_TEX_TMPS): Define.
8772 (gdb.dvi, gdb.pdf): Use.
8773 (STABS_TEX_TMPS): Define.
8774 (stabs.dvi, stabs.pdf): Use.
8775 (GDB_DOC_SOURCE_INCLUDES): New macros.
8776 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8777 (GDBINT_DOC_FILES_INCLUDES): New macros.
8778 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8779 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8780 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8781 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8782 (links2roff): Replace SFILES_INCLUDED with
8783 GDB_DOC_SOURCE_INCLUDES.
8784 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8785 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8786 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8787 dependencies.
8788 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8789 dependencies.
8790 (gdbmi.texinfo): Delete rule.
8791 (inc-hist.texinfo): Delete rule.
8792 (rluser.texinfo): Delete rule.
8793
8794 2002-08-23 Andrew Cagney <cagney@redhat.com>
8795
8796 * gdbint.texinfo (Target Architecture Definition): Update
8797 STORE_RETURN_VALUE, mention regcache.
8798
8799 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8800
8801 * gdbint.texinfo (Target Architecture Definition): Document
8802 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8803
8804 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8805
8806 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8807 Fix minor typos. Add index entries.
8808
8809 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8810
8811 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8812
8813 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8814
8815 * gdbint.texinfo (Target Architecture Definition): Document
8816 PRINT_VECTOR_INFO.
8817 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8818
8819 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8820
8821 * gdb.texinfo (Maintenance Commands): Document "maint print
8822 registers", "maint print raw-registers" and "maint print
8823 cooked-registers".
8824
8825 2002-08-08 Grace Sainsbury <graces@redhat.com>
8826
8827 From Mark Salter:
8828 * gdb.texinfo (Protocol): Document T packet extension to
8829 allow watchpoint address reporting.
8830
8831 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8832
8833 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8834
8835 2002-08-01 Andrew Cagney <cagney@redhat.com>
8836
8837 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8838 to CHILL.
8839
8840 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8841
8842 * gdbint.texinfo (Coding): Revise section "Include Files".
8843
8844 2002-07-24 Andrew Cagney <cagney@redhat.com>
8845
8846 * gdbint.texinfo: Obsolete references to m88k.
8847 * gdb.texinfo: Ditto.
8848
8849 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8850
8851 * gdbint.texinfo (Create a release candiate): Add the location
8852 where the proper version of autoconf can be retrieved.
8853
8854 2002-07-09 Don Howard <dhoward@redhat.com>
8855
8856 * gdb.texinfo (Command Files): Further describe the behavior of
8857 sourced command files.
8858
8859 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8860
8861 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8862 (Coding): Clarify ISO C version that GDB assumes.
8863
8864 2002-06-26 Tom Tromey <tromey@redhat.com>
8865
8866 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8867 add_setshow_cmd_full.
8868
8869 2002-06-25 Don Howard <dhoward@redhat.com>
8870
8871 * gdb.texinfo (Memory Region Attributes): Document new behavior
8872 for 'mem' command.
8873
8874 2002-06-11 Jim Blandy <jimb@redhat.com>
8875
8876 * gdb.texinfo (Symbols): Update documentation for `info source'
8877 command.
8878
8879 * gdb.texinfo (Macros): Call the command `info macro', not
8880 `show macro'.
8881
8882 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8883
8884 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8885 data''.
8886
8887 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8888
8889 * gdbint.texinfo (Target Architecture Definition): Document
8890 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8891
8892 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8893
8894 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8895 lists.
8896
8897 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8898
8899 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8900 Branch''.
8901
8902 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8903
8904 * gdbint.texinfo (Target Architecture Definition): Add section
8905 ``Converting an existing Target Architecture to Multi-arch''.
8906
8907 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8908
8909 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8910 to ``Obsoleting code''. Revise.
8911
8912 2002-05-17 Jim Blandy <jimb@redhat.com>
8913
8914 * gdb.texinfo (C Preprocessor Macros): New chapter.
8915 Include it in the main menu.
8916 (Contributors): Credit Jim Blandy with macro support.
8917 (Compilation): Explain how to get macro information into the
8918 executable.
8919 (Expressions): Note that preprocessor macros are expanded.
8920
8921 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8922
8923 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8924 options for `target remote'.
8925
8926 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdbint.texinfo (Target Architecture Definition): Delete
8929 documentation on NNPC_REGNUM.
8930
8931 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8932
8933 * gdbint.texinfo (Target Architecture Definition): Document
8934 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8935 (Target Architecture Definition): Revise section `Using Different
8936 Register and Memory Data Representations'. Add section `Raw and
8937 Virtual Register Representations'.
8938
8939 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8940
8941 * gdbint.texinfo (Target Architecture Definition): Mention
8942 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8943 (Target Architecture Definition): Mention same. Add references to
8944 web pages.
8945
8946 2002-05-08 Michael Snyder <msnyder@redhat.com>
8947
8948 * stabs.texinfo (Attributes): Document new "vector" attribute.
8949
8950 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8951
8952 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8953
8954 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8955
8956 * gdb.texinfo: Delete obsolete references to a29k.
8957
8958 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8959
8960 * gdbint.texinfo (Target Architecture Definition): Replace
8961 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8962
8963 2002-04-24 David S. Miller <davem@redhat.com>
8964
8965 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8966
8967 2002-04-21 David S. Miller <davem@redhat.com>
8968
8969 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8970
8971 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8972
8973 * gdbint.texinfo (Target Architecture Definition): Delete
8974 definition of HAVE_REGISTER_WINDOWS.
8975
8976 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8977
8978 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8979 "Theodore A. Roth" <troth@verinet.com>.
8980
8981 2002-04-15 Don Howard <dhoward@redhat.com>
8982
8983 From Eli Zaretskii <eliz@gnu.org>
8984 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8985 Provide a better explaination of this feature.
8986
8987 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8988
8989 * gdbint.texinfo (Target Architecture Definition): Remove
8990 FRAME_CHAIN_COMBINE.
8991
8992 2002-04-12 Michael Chastain <mec@shout.net>
8993
8994 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8995 REG_STACK_SEGMENT.
8996
8997 2002-04-09 Michael Chastain <mec@shout.net>
8998
8999 * gdbint.texinfo (Obsolete Conditionals): Remove references to
9000 PYRAMID_* macros.
9001
9002 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9003
9004 * gdb.texinfo (Bug Reporting): Document that the web is the
9005 prefered way of submitting bug reports.
9006 (Bug Reporting): Delete the s-mail address as the last resort.
9007
9008 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9009
9010 * gdbint.texinfo (Target Architecture Definition): Delete
9011 references to TARGET_WRITE_FP and write_fp.
9012
9013 2002-03-27 Michael Snyder <msnyder@redhat.com>
9014
9015 * gdb.texinfo: Document new commands dump, append, and restore.
9016
9017 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9018
9019 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9020 Branch'.
9021
9022 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9023
9024 * gdb.texinfo: Change all examples to @smallexample.
9025 * gdbint.texinfo: Ditto.
9026
9027 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9028
9029 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9030 Branches''.
9031
9032 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9033
9034 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9035 Policy''.
9036
9037 2002-03-04 Fred Fish <fnf@redhat.com>
9038
9039 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9040 expresson, suports, dependant, trhe, perhaphs, situtations,
9041 explictily, taged, oportunity, unfortunatly).
9042
9043 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9044
9045 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9046 Remove reference to 3.12.
9047
9048 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9049
9050 * gdbint.texinfo: Include fdl.texi.
9051 (Top): Add GNU Free Documentation License.
9052 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9053 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9054 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9055 (gdbint.info): Add srcdir to include path.
9056 * gdb.texinfo: Include gpl.texi.
9057 (Top): Add Copying.
9058 * gpl.texi: New file.
9059
9060 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9061
9062 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9063
9064 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9065
9066 * gdb.texinfo: Document Cygwin native specific commands.
9067
9068 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9069
9070 * gdb.texinfo: Document gdbserver ``--attach'' command.
9071
9072 2002-02-07 Michael Snyder <msnyder@redhat.com>
9073
9074 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9075 to @code(_ovly_debug_event).
9076
9077 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9078
9079 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9080
9081 2002-02-06 Michael Snyder <msnyder@redhat.com>
9082
9083 * gdb.texinfo (overlays): Mention new magic symbol
9084 '_ovly_debug_event', which allows GDB to keep better track
9085 of overlays.
9086
9087 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9088
9089 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9090 Suggested by Dmitry Sivachenko.
9091
9092 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9093
9094 2002-02-01 Michael Snyder <msnyder@redhat.com>
9095
9096 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9097
9098 2002-01-30 Michael Snyder <msnyder@redhat.com>
9099
9100 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9101 (set trust-readonly-sections): Document.
9102
9103 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9104
9105 * gdbint.texinfo (Releasing GDB): Revise and update.
9106
9107 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9108
9109 * gdbint.texinfo (Target Architecture Definition): Delete
9110 description of TARGET_BYTE_ORDER_DEFAULT.
9111
9112 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9113
9114 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9115 <mitya@cavia.pp.ru>.
9116
9117 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9118
9119 * libgdb.texinfo: Delete file.
9120
9121 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9122
9123 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9124 * gdbint.texinfo: Ditto.
9125
9126 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9127
9128 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9129
9130 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9131
9132 * Makefile.in: Update copyright.
9133 (TEXI2DVI): Define.
9134 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9135 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9136 gdb-cfg.texi.
9137 (TEXINDEX, PDFTEX): Delete makefile variables.
9138
9139 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9140
9141 * gdb.texinfo (Protocol): Move section to appendix.
9142
9143 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9144
9145 * gdb.texinfo (Remote Debugging): Create a menu.
9146 (Top): Add ``Remote Debugging'' to menu.
9147
9148 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9149
9150 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9151 serial protocol'' from here.
9152 (Remote Debugging): To here. New chapter.
9153
9154 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9155
9156 * gdbint.texinfo (Target Architecture Definition): Delete
9157 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9158
9159 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9160
9161 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9162 are no longer needed.
9163 (Porting GDB): Add maintainer note about configure.host.
9164
9165 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9166
9167 * gdbint.texinfo (Target Architecture Definition): Remove
9168 definition of IEEE_FLOAT.
9169
9170 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9171
9172 * gdb.texinfo: Beautify copyright years; fix a typo.
9173 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9174 <3diff@gnu.org>
9175
9176 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9177
9178 * gdbint.texinfo (Host Definition): Remove references to
9179 MALLOC_INCOMPATIBLE.
9180
9181 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9182
9183 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9184 and xyz-xdep.o.
9185
9186 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9187
9188 * gdb.texinfo (Maintenance Commands): Add appendix.
9189 (Set Breaks): Copy ``maint info breakpoint'' doco to
9190 ``Maintenance Commands'' appendix. Add reference.
9191
9192 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9193
9194 * fdl.texi: Remove next/prev from @node.
9195
9196 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9197
9198 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9199 for monstrous @multitable (from Brian Youmans).
9200
9201 * fdl.texi: New file.
9202
9203 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9204
9205 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9206
9207 * gdbint.texinfo (Releasing GDB): New chapter.
9208
9209 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9210
9211 * gdb.texinfo (Embedded Processors, Calling program functions):
9212 Obsolete references to a29k.
9213
9214 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9215
9216 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9217 examples. Document that a code-block should do or discard its
9218 cleanups before exit.
9219
9220 2002-01-11 Michael Snyder <msnyder@redhat.com>
9221
9222 * gdb.texinfo (Choosing files): Change @samp to @file.
9223
9224 2002-01-05 Michael Snyder <msnyder@redhat.com>
9225
9226 * gdb.texinfo (--pid): Document new command line option (attach).
9227
9228 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9229
9230 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9231 in the stub.
9232
9233 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9234
9235 * gdbint.texinfo (Target Architecture Definition): Replace
9236 BIG_ENDIAN with BFD_ENDIAN_BIG.
9237
9238 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9239
9240 * gdbint.texinfo (Target Architecture Definition): Replace
9241 value_ptr with struct value pointer.
9242
9243 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9244
9245 * gdb.texinfo (Free Software): Fix wording.
9246
9247 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9248
9249 * gdb.texinfo (Free Software): New section ``Free Software Needs
9250 Free Documentation''.
9251
9252 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9253
9254 * stabs.texinfo:
9255 * gdb.texinfo:
9256 * gdbint.texinfo:
9257 * libgdb.texinfo:
9258 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9259
9260 2001-12-29 Michael Snyder <msnyder@redhat.com>
9261
9262 * gdb.texinfo (maint info sections): Fix typo.
9263
9264 2001-12-26 Michael Snyder <msnyder@redhat.com>
9265
9266 * gdb.texinfo (maint info sections): Document.
9267
9268 * gdb.texinfo (info proc): Comment out documentation for
9269 'info proc' sub-options that are currently not implemented.
9270
9271 2001-12-20 Jim Blandy <jimb@redhat.com>
9272
9273 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9274
9275 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9276
9277 * gdbint.texinfo (Target Architecture Definition): Replace
9278 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9279
9280 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9281
9282 * gdbint.texinfo (Host Definition): Delete documentation on
9283 HOST_BYTE_ORDER.
9284
9285 2001-11-30 Jim Blandy <jimb@redhat.com>
9286
9287 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9288 overlay support. Add to top-level menu.
9289
9290 2001-11-26 Tom Tromey <tromey@redhat.com>
9291
9292 * gdb.texinfo (Command Syntax): Document C-o binding.
9293
9294 2001-07-26 Christopher Faylor <cgf@redhat.com>
9295
9296 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9297 use since it is described in the referenced section.
9298
9299 From Eli Zaretskii <eliz@gnu.org>
9300 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9301 clearer when using DJGPP.
9302
9303 2001-11-24 Christopher Faylor <cgf@redhat.com>
9304
9305 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9306 specifically refer to MS-DOS.
9307 (command files): Mention gdb.ini is only used on MS-DOS.
9308
9309 2001-11-21 Tom Tromey <tromey@redhat.com>
9310
9311 * gdb.texinfo (Invoking GDB): Document --args.
9312 (Mode Options): Likewise.
9313
9314 2001-11-21 Jim Blandy <jimb@redhat.com>
9315
9316 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9317 Delete documentation; this macro has been removed from the
9318 sources.
9319
9320 2001-11-13 Jim Blandy <jimb@redhat.com>
9321
9322 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9323
9324 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9325
9326 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9327
9328 2001-11-05 Michael Snyder <msnyder@redhat.com>
9329
9330 * gdb.texinfo (info functions): Document use of backslash to
9331 quote regexp chars in function names such as "operator*()".
9332
9333 2001-11-01 Fred Fish <fnf@redhat.com>
9334
9335 * gdbint.texinfo (SOLIB_ADD): Document additional new
9336 "readsyms" arg.
9337
9338 2001-10-30 Don Howard <dhoward@redhat.com>
9339
9340 * gdb.texinfo: (Command Files) Added documentation for the
9341 behavior of gdb with input redirected from a file.
9342
9343 2001-10-28 Fred Fish <fnf@redhat.com>
9344
9345 * gdb.texinfo (auto-solib-add): Change docs to match
9346 implementation change.
9347 (auto-solib-limit): Add docs for new variable.
9348
9349 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9350
9351 * gdbint.texinfo (Target Architecture Definition): Function
9352 value_as_pointer renamed to value_as_address.
9353
9354 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9355
9356 * gdbint.texinfo (Target Architecture Definition): Default
9357 POINTER_TO_ADDRESS functions assume unsigned addresses.
9358 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9359 posting by Jim Blandy.
9360
9361 2001-10-12 Jim Blandy <jimb@redhat.com>
9362
9363 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9364 version of texi2html (1.64) doesn't support this flag any more.
9365
9366 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9367
9368 * gdbint.texinfo (Host Definition): Remove description of
9369 MEM_FNS_DECLARED.
9370
9371 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9372
9373 * gdbint.texinfo (Host Definition): Remove description of
9374 HAVE_SIGSETMASK.
9375
9376 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9377
9378 * gdbint.texinfo (Target Architecture Definition): Add
9379 explanation of TARGET_PRINT_INSN macro.
9380
9381 2001-08-30 Jim Blandy <jimb@redhat.com>
9382
9383 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9384 Explain what it means to load relocatable files.
9385
9386 2001-08-28 Jim Blandy <jimb@redhat.com>
9387
9388 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9389 info `top' menu.
9390
9391 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9392
9393 * gdbint.texinfo: Add a cautionary note about macro use.
9394
9395 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9396
9397 * gdb.texinfo: Explain omitting the hostname in the
9398 `target remote' command.
9399
9400 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9401
9402 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9403 and END-INFO-DIR-ENTRY.
9404
9405 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9406
9407 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9408
9409 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9410
9411 * gdbint.texinfo (libgdb): Rewrite.
9412
9413 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9414
9415 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9416
9417 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9418
9419 * gdb.texinfo (TUI): New chapter, document the TUI.
9420 (Mode Options): Document the -tui option.
9421
9422 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9423
9424 * gdbint.texinfo (Host Definition): Remove description of
9425 NEED_POSIX_SETPGID.
9426
9427 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9428
9429 * gdb.tex (DJGPP Native): New node, with descriptions of
9430 DJGPP-specific commands.
9431
9432 2001-07-19 John R. Moore <jmoore@redhat.com>
9433
9434 * gdbint.texinfo: Three misspellings.
9435
9436 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9437
9438 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9439 `test` expressions on bash. Problem reported by Colin Walters.
9440
9441 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9442
9443 * gdbint.texinfo (User Interface): Update ui-out documentation to
9444 refelect recent UI/MI updates.
9445
9446 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9447
9448 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9449 interpreters.
9450
9451 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9452
9453 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9454 structure and not macros.
9455 (Host Definition): Document that much of this chapter is obsolete.
9456 (Target Architecture Definition): Update list of files that make
9457 up a target architecture.
9458 (Coding): Update.
9459
9460 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9461
9462 * gdbint.texinfo (Target Architecture Definition): Update
9463 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9464 The latter has been changed to a true predicate.
9465
9466 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9467
9468 * annotate.texi: Add @noindent where needed. From Dmitry
9469 Sivachenko <dima@Chg.RU>.
9470 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9471
9472 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9473
9474 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9475
9476 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9477
9478 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9479 returns ``OK''. Document that the ``R'' packet does not reply.
9480
9481 2001-06-13 Michael Snyder <msnyder@redhat.com>
9482
9483 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9484
9485 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9486
9487 * gdb.texinfo (Signals): Clarify the default setting of signal
9488 handling.
9489
9490 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9491
9492 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9493 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9494
9495 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9496
9497 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9498
9499 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9500
9501 * gdbint.texinfo (Clean Design and Portable Implementation):
9502 Renamed from "Clean Design".
9503 (Clean Design and Portable Implementation): Document portable
9504 methods of handling file names, and the associated macros.
9505
9506 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9507
9508 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9509 command and provide a cross-reference to its description.
9510 (Symbols): Note that "info scope" is useful for trace experiments.
9511
9512 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9513
9514 * gdb.texinfo (Symbols): Document "info scope".
9515 (Tracepoints): New chapter.
9516 (Contributors): Update for v5.1.
9517 <All nodes>: Change "C++" to "C@t{++}".
9518
9519 * gdbint.texinfo (User Interface): A new section about ui_out
9520 functions, based on text written by Fernando Nasser.
9521
9522 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9523
9524 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9525
9526 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9527
9528 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9529
9530 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9531 Replace "GDB" with "@value{GDBN}". Fix markup.
9532
9533 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9534
9535 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9536 a cross-reference to its description.
9537 (Symbols): Document "info symbol".
9538
9539 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9540
9541 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9542 subsection "x86 Watchpoints".
9543 (Target Architecture Definition): Document the macros
9544 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9545 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9546
9547 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9548
9549 * gdbint.texinfo (Target Architecture Definition): Update
9550 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9551 list.
9552
9553 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9554
9555 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9556 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9557
9558 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9559
9560 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9561
9562 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9563
9564 * gdb.texinfo (Environment): Document that `path' does not change
9565 the value of PATH in GDB's own environment (it did in the past,
9566 but that was changed on March 15, 1994). Reported by Doug Evans
9567 <dje@transmeta.com>.
9568
9569 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9570 its line. Fix markup of commands and macros. Add an Index node
9571 and index entries.
9572
9573 2001-01-23 J.T. Conklin <jtc@redback.com>
9574
9575 * gdb.texinfo (Memory region attributes): New manual section.
9576
9577 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9578
9579 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9580
9581 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9582
9583 * refcard.tex: Version and copyright fixed. From Phil Edwards
9584 <pedwards@disaster.jaj.com>.
9585
9586 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9587
9588 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9589 DWARF2_REG_TO_REGNUM): Document.
9590
9591 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9592
9593 * gdbint.texinfo (Coding): Update current value of
9594 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9595
9596 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9597
9598 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9599 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9600
9601 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9602
9603 * gdb.texinfo: Document new 'set step-mode' command.
9604
9605 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9606
9607 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9608 changes from Dmitry Sivachenko <dima@Chg.RU>.
9609
9610 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9611
9612 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9613 From Steven Johnson <sbjohnson@ozemail.com.au>.
9614
9615 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9616
9617 * gdbint.texinfo (Overall Structure): Spelling fix.
9618
9619 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9620
9621 * gdbint.texinfo (Target Architecture Definition): Document that
9622 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9623 for which REGISTER_CONVERTIBLE returns a zero value.
9624
9625 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9626
9627 * Makefile.in (install-info): Find files to install in either the
9628 build or source directories (adapted from Makefile.am).
9629
9630 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9631
9632 * stabs.texinfo: Fix spelling errors.
9633 (String Field): FILE-NUMBER starts from 0, not 1.
9634
9635 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9636
9637 * refcard.tex: Remove \centerline from the blurb. Patch from
9638 Brian Youmans.
9639
9640 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9641
9642 * Makefile.in (install-info): Support installation from outside of
9643 the source directory. Reported by Mark Harig
9644 <markh@frazier.landmark.com>.
9645
9646 2000-06-20 J.T. Conklin <jtc@redback.com>
9647
9648 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9649
9650 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9651
9652 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9653 Generate using pdftex.
9654 (PDFTEX): Define.
9655 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9656 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9657 @contents at the start.
9658
9659 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9660
9661 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9662 Youmans.
9663
9664 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9665
9666 From Brian Youmans:
9667 * gdb.texinfo: Fix ``et al.''.
9668
9669 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9670
9671 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9672 loop.
9673
9674 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9675
9676 * configure: Regenerate.
9677
9678 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9679
9680 * Makefile.in (install-info): Run install-info on installed Info
9681 files.
9682
9683 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9684
9685 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9686 Andrew Cagney.
9687
9688 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9689
9690 * gdb.texinfo: Proofreading changes from Brian Youmans.
9691
9692 2000-05-01 Nick Duffek <nsd@cygnus.com>
9693
9694 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9695 startup sequence, minor edits.
9696
9697 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9698
9699 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9700 TeX.
9701
9702 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9703 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9704 like `n' and `s' which look weird. Convert some of the @kindex to
9705 @vindex, when they refer to variables, not commands.
9706
9707 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9708
9709 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9710
9711 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9712
9713 * Makefile.in (GDBMI_DIR): New variable.
9714 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9715 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9716 (gdbmi.texinfo): New target, for texi2roff.
9717 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9718 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9719
9720 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9721 gdbmi.texinfo.
9722 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9723 comment.
9724
9725 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9726
9727 * gdb.texinfo (Files): Update description of add-symbol-file
9728 command.
9729
9730 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9731
9732 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9733 prevents the build (and is generally a Bad Idea).
9734
9735 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9736
9737 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9738 a comma inside @var.
9739 (Command Files): Index markup changes from Dmitry Sivachenko
9740 <dima@Chg.RU>.
9741
9742 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9743
9744 * Makefile.in (LN_S): Define.
9745 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9746 invoke "ln -s" unless it is known to work.
9747
9748 * configure.in (AC_PROG_LN_S): Add.
9749
9750 2000-04-14 Jim Blandy <jimb@redhat.com>
9751
9752 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9753 section.
9754 (Target Conditionals): Document ADDRESS_TO_POINTER,
9755 POINTER_TO_ADDRESS.
9756
9757 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9758
9759 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9760 gdb-cfg.texi to get the value.
9761
9762 2000-04-10 Jim Blandy <jimb@redhat.com>
9763
9764 * gdbint.texinfo (Target Architecture Definition): Fix
9765 cross-references.
9766
9767 2000-04-08 Jim Blandy <jimb@redhat.com>
9768
9769 * gdbint.texinfo (Using Different Register and Memory Data
9770 Representations): New section.
9771 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9772 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9773 REGISTER_CONVERT_TO_RAW): Document.
9774
9775 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9776
9777 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9778 for acknowledgments.
9779
9780 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9781
9782 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9783 qThreadExtraInfo.
9784
9785 2000-03-28 J.T. Conklin <jtc@redback.com>
9786
9787 * gdb.texinfo: Clarify which remote debug protocol commands are
9788 required and which are optional.
9789
9790 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9791
9792 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9793 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9794 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9795 * annotate.texi: Update.
9796
9797 2000-03-28 Stan Shebs <shebs@apple.com>
9798
9799 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9800 expectation of additional changes before release), update
9801 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9802 node links, rephrase and/or shorten lines to fix formatting
9803 problem in both regular and @smallbook formats.
9804 * annotate.texi: Shorten lines in example, use smallexample
9805 consistently everywhere.
9806 * Makefile.in: Add comment about texinfo 4.0 html generation.
9807 (SFILES_INCLUDED): Add annotate.texi.
9808
9809 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9810
9811 * gdb.texinfo (Debugging Output): Added new section, documenting
9812 the "set/show debug" commands.
9813
9814 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9815
9816 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9817 entry.
9818
9819 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9820 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9821 @chapter and @node entries.
9822
9823 * gdb.texinfo: Link all top-level nodes.
9824
9825 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9826
9827 * Makefile.in (install-info): Create $(infodir) before installing
9828 files.
9829
9830 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9831
9832 From David Whedon <dwhedon@gordian.com>
9833 * gdbint.texinfo : Added paragraphs about command deprecation.
9834
9835 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9836
9837 * gdb.texinfo: Add documentation for the apropos command.
9838
9839 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9840
9841 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9842
9843 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9844
9845 * gdb.texinfo: Add white space to prevent overprinting in
9846 two places.
9847
9848 2000-03-17 Stan Shebs <shebs@apple.com>
9849
9850 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9851 <dima@Chg.RU>, also clarification of allowed content for
9852 string constants.
9853
9854 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9855
9856 * gdb.texinfo (main menu): Add Annotations.
9857 (File Options): Add @cindex entries for each command-line option.
9858 Document --epoch, --annotate, --async, --interpreter, --write,
9859 --statistics, and --version.
9860
9861 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9862 of GDB.
9863
9864 2000-02-23 Jim Blandy <jimb@redhat.com>
9865
9866 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9867
9868 2000-02-22 Jim Blandy <jimb@redhat.com>
9869
9870 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9871
9872 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9873
9874 * Makefile.in (diststuff): New target.
9875
9876 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9877
9878 * agentexpr.texi: Fix wording regarding Intel's IA-64
9879 architecture. [From Jim Wilson.]
9880
9881 2000-01-16 Tom Tromey <tromey@cygnus.com>
9882
9883 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9884 (Delete Breaks): Mention range arguments.
9885 (Disabling): Likewise.
9886
9887 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9888
9889 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9890
9891 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9892
9893 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9894 valid functions.
9895
9896 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9897
9898 * gdb.texinfo: Clarify regular expressions used in rbreak.
9899
9900 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9901
9902 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9903 MEMORY_REMOVE_BREAKPOINT): Document.
9904
9905 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9906
9907 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9908 offset re-using the DATA offset instead.
9909
9910 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9911
9912 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9913
9914 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9915
9916 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9917 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9918 typos.
9919
9920 * gdb.texinfo: Various minor wording and formatting improvements,
9921 mentions of additional command-line options.
9922
9923 1999-09-30 Fred Fish <fnf@cygnus.com>
9924
9925 * gdb.texinfo: Document additional forms of specifying section
9926 names and addresses for the add-symbol-file command.
9927
9928 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9929
9930 * gdbint.texinfo: Fix typo, add the word "have".
9931
9932 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9933
9934 * gdbint.texinfo (Target Architecture Definition): Document the
9935 SKIP_PERMANENT_BREAKPOINT macro.
9936
9937 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9938
9939 * gdb.texinfo: Fiks speling errers.
9940
9941 * gdb.texinfo: Fix uses of @multitable.
9942
9943 From Eli Zaretskii <eliz@gnu.org>:
9944 * gdb.texinfo: Include details specific to DOS host, clarify
9945 some confusing language, fix @ref/@xref/@pxref usages, add
9946 comments about using with optimization, add more indexing,
9947 fix info about disassembly-flavor.
9948
9949 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9950
9951 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9952 SKIP_SOLIB_RESOLVER): Define.
9953
9954 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9955
9956 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9957 ``g'' packets.
9958
9959 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9960
9961 * gdb.texinfo: Create a new "Configurations" chapter with
9962 platform-specific info, inline remote.texi and move sections of it
9963 into the new chapter, move bits about info proc, heuristic search,
9964 and register stack into the new chapter.
9965 * remote.texi: Remove, now part of gdb.texinfo.
9966 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9967
9968 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9969
9970 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9971 GDB_TARGET_IS_MACH386): These kludges have gone away.
9972
9973 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9974
9975 * gdbint.texinfo (Target Architecture Definition): Mention
9976 TDEPLIBS.
9977
9978 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9979
9980 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9981 surrounding text to fit HP-UX bits into general info.
9982 (HPPA-cfg.texi): Remove, no longer useful.
9983
9984 * gdb.texinfo: Remove explicit links from @node lines, remove
9985 HP-added "Detailed Node Listing" from main menu which confuses
9986 things.
9987
9988 From Dmitry Sivachenko <dima@Chg.RU>:
9989 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9990 in description of `set environment'.
9991
9992 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9993
9994 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9995
9996 1999-08-12 Ben Elliston <bje@cygnus.com>
9997
9998 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9999
10000 1999-08-10 Eli Zaretskii <eliz@gnu.org>
10001
10002 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10003 watch, awatch, and rwatch. Explain why the latter two cannot be
10004 set as software watchpoints. Document that watchpoints for local
10005 variables are deleted when the debuggee terminates.
10006
10007 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
10008
10009 * remote.texi (Protocol): Further clarification of the "qRcmd"
10010 packet. Allow E.. response packet. "qRcmd" packet is no longer
10011 reserved.
10012
10013 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
10014
10015 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10016 * gdb.texinfo: Ditto.
10017
10018 1999-08-06 Tom Tromey <tromey@cygnus.com>
10019
10020 * gdb.texinfo (KOD): New node.
10021
10022 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
10023
10024 * remote.texi (Rcmd): Fix minor formatting typos.
10025
10026 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
10027
10028 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10029 packets.
10030
10031 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10032
10033 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10034 fixes.
10035
10036 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10037
10038 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10039
10040 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10041
10042 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10043 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10044 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10045 packets that are not supported on all hosts. Expand examples.
10046 Spell check.
10047
10048 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10049
10050 * Makefile.in: Recognize html, install-html. Add targets
10051 to build HTML versions of documentation via texi2html.
10052
10053 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10054
10055 * gdbint.texinfo (Testsuite): New chapter, information about the
10056 testsuite.
10057
10058 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10059
10060 * remote.texi (Communication Protocol): Rewrite.
10061
10062 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10063
10064 * stabs.texinfo: Fix uses of xref.
10065
10066 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10067
10068 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10069 info about patch submission.
10070
10071 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10072
10073 From Per Bothner <bothner@cygnus.com>:
10074 * gdb.texinfo: Document Chill support.
10075
10076 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10077
10078 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10079 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10080 Document that the value should be greater-than or equal-to zero.
10081 (NO_STD_REGS): Document. Deprecate.
10082
10083 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10084
10085 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10086 Document that these are not used.
10087
10088 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10089
10090 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10091
10092 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10093
10094 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10095 numargs was dropped.
10096
10097 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10098
10099 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10100
10101 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10102
10103 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10104 Update.
10105
10106 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10107
10108 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10109 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10110
10111 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10112
10113 * gdbint.texinfo: Fix typos: $ -> @.
10114
10115 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10116
10117 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10118 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10119 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10120 BREAKPOINT_FROM_PC.
10121
10122 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10123
10124 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10125 CALL_DUMMY_STACK_ADJUST): Document.
10126
10127 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10128
10129 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10130 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10131
10132 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10133
10134 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10135 longer exists.
10136
10137 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10138
10139 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10140 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10141 they make the manual source incomprehensible.
10142 * h8-cfg.texi: Remove, hasn't been used in years.
10143
10144 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10145
10146 * gdb.texinfo: Update the credits.
10147
10148 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10149
10150 * gdb.texinfo: Fix mistakes noticed in printout of last
10151 draft, add Alpha to discussion of heuristic fence post.
10152
10153 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10154
10155 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10156 Edition, merge some HP changes into mainline, describe some
10157 previously undocumented features, describe more of the target
10158 commands available, eliminate obsolete section on renamed
10159 commands.
10160 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10161
10162 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10163
10164 * gdb.texinfo: Make many HPPA conditionals unconditional,
10165 including catchpoint description, since now on for all configs.
10166 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10167 specializations.
10168
10169 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10170
10171 * Makefile.in (GDBvn.texi): Fix match expression to work with
10172 current format of VERSION in gdb/Makefile.in.
10173 * gdb.texinfo: Fix node ref to match new readline.
10174
10175 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10176
10177 * gdb.texinfo: Changes made as part of a project to merge in
10178 changes made by HP. Documentation makes extensive use of
10179 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10180 on remote debugging. There are differences in documentation
10181 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10182 the HP manual discusses catchpoints, hardware watchpoints, and
10183 some HPUX specific limitations for shared library support.
10184
10185 There are also a number of @node changes.
10186
10187 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10188
10189 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10190 (C Usage): Same.
10191
10192 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10193
10194 The following changes were made by Edith Epstein
10195 <eepstein@cygnus.com> as part of a project to merge in changes
10196 made by HP.
10197
10198 * HPPA-cfg.texi: new file.
10199
10200 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10201
10202 * refcard.tex: change documentation about catch.
10203 removed info catch.
10204
10205 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10206
10207 * gdbint.texinfo: Expand on GDB's coding standards,
10208 specify the use of arg names with prototypes.
10209
10210 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10211
10212 * gdb.texinfo: Fix tipo.
10213
10214 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10215
10216 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10217 TARGET_BYTE_ORDER_SELECTABLE_P.
10218
10219 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10220
10221 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10222
10223 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10224
10225 * agentexpr.texi: New file.
10226
10227 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10228
10229 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10230
10231 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10232
10233 * remote.texi: Changed wording that implied that the GDB remote
10234 protocol caches register values instead of GDB itself.
10235
10236 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10237
10238 * gdbint.texinfo: Add some info about symbol readers.
10239 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10240 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10241 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10242 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10243
10244 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10245
10246 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10247
10248 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10249
10250 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10251
10252 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10253
10254 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10255 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10256
10257 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10258
10259 * gdbint.texinfo: Fix minor typos.
10260
10261 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10262
10263 * gdbint.texinfo: Complete overhaul. Group descriptions more
10264 logically, add more info on generic algorithms, remove much
10265 obsolete and/or wrong material.
10266
10267 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10268
10269 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10270
10271 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10272
10273 * refcard.tex: Copyright, address updates.
10274
10275 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10276
10277 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10278 for the edition instead of confusing GDB-version-like numbers.
10279
10280 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10281
10282 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10283
10284 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10285
10286 * LRS: Reformat a bit to keep text under 80 columns.
10287
10288 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10289
10290 * gdb.texinfo: Add some credits, mention bug monitor.
10291 * remote.texi: Mention mips monitor targets.
10292 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10293
10294 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10295
10296 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10297 files, finish sorting of host vs target vs native macros, describe
10298 some more of them.
10299
10300 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10301
10302 * gdbint.texinfo (Host Conditionals): Document change from
10303 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10304
10305 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10306
10307 * gdbint.texinfo (Host Conditionals): Document
10308 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10309
10310 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10311
10312 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10313 Document LSEEK_NOT_LINEAR.
10314
10315 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10316
10317 * stabs.texinfo (Stab Section Basics): Make it clear that only
10318 some versions of the GNU linker remove the leading N_UNDF symbol.
10319
10320 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10321
10322 * stabs.texinfo (String Field): Document type number pairs here,
10323 instead of in the Sun specific section.
10324 (Include Files): The GNU linker supports the N_BINCL
10325 optimization. Clarify the N_BINCL value, and what it is used
10326 for.
10327 (Procedures): Document N_FUN with an empty string to mark the end
10328 of a function.
10329 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10330 (Sun Differences): Remove this node, as the information is now
10331 elsewhere in the main document.
10332 (Stab Section Basics): Mention that the GNU linker may optimize
10333 stabs and remove the leading N_UNDF symbol.
10334
10335 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10336
10337 * gdb.texinfo, refcard.tex: Restore author credit
10338
10339 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10340
10341 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10342 documentation to account for START and END macros taking
10343 one arg.
10344
10345 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10346
10347 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10348 * gdb.texinfo (Frames): Fix typo.
10349
10350 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10351
10352 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10353 a target_signal as arg type, not a pid.
10354
10355 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10356
10357 * gdb.texinfo: Document `set assembly-language'.
10358
10359 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10360
10361 * remote.texi: Update list of stubs in the GDB distribution.
10362
10363 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10364
10365 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10366 Also document that some systems can use mmalloc but must define
10367 this if their C runtime allocates memory that is later freed.
10368 (MMCHECK_FORCE): Document new macro.
10369
10370 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10371
10372 * remote.texi: Add documentation for target Sparclet.
10373
10374 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10375
10376 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10377 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10378 * configure.in: Rewritten for autoconf.
10379 * configure: New.
10380
10381 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10382
10383 * Makefile.in (DVIPS): New define, set to dvips.
10384 (dvi): Add stabs.dvi.
10385 (ps): New target.
10386 (all-doc): Depend on info, dvi, and ps targets.
10387 (STAGESTUFF): Add *.ps and *.dvi files.
10388 (clean-info, clean-dvi): Remove.
10389 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10390 rules completely rewritten.
10391 (maintainer-clean): Remove clean-info and clean-dvi
10392 dependencies and put their actions in the rules.
10393 (gdb.ps): New target
10394 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10395 intermediate TeX files, whether they have 2 or 3 character
10396 extensions.
10397 (gdbint.ps): Add target and rules.
10398 (gdb-internals): Delete unused target.
10399 (Makefile): Depends upon config.status also.
10400
10401 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10402
10403 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10404 set.
10405
10406 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10407
10408 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10409 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10410
10411 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10412
10413 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10414
10415 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10416
10417 * gdb.texinfo (Print settings): Document
10418 `set/show print static-members' commands.
10419
10420 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10421
10422 * gdbint.texinfo (Native): Document name change, coredep.c to
10423 core-aout.c.
10424
10425 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10426
10427 * stabs.texinfo (Include Files): Document the values the SunOS4
10428 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10429
10430 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10431
10432 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10433 Fix typo.
10434
10435 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10436
10437 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10438 "gdb.tar.Z".
10439
10440 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10441
10442 * Makefile.in (maintainer-clean): New target, synonym for
10443 realclean.
10444
10445 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10446
10447 * Update all FSF addresses except those in COPYING* files.
10448
10449 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10450
10451 From Richard Earnshaw (rearnsha@armltd.co.uk):
10452 * gdb.texinfo (convenience variables): Document $_exitcode.
10453 (quit): Document optional expression to use as exit code.
10454
10455 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10456
10457 * gdb.texinfo, remote.texi: Brought up to date with various
10458 GDB changes.
10459
10460 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10461
10462 * gdb.texinfo: Update dates and versions, fix comments about
10463 hardware watchpoints in future releases and about the
10464 sharedlibrary command.
10465
10466 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10467
10468 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10469 C_FUN stab. Other cleanups.
10470
10471 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10472
10473 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10474 for the sparc stub.
10475
10476 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10477
10478 * annotate.texi: Clarify which addresses have differing formats
10479 depending on the language and which do not.
10480
10481 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10482
10483 * remote.texi (NetWare): Changed example to use BOARD= instead of
10484 NODE= argument to reflect correspoding change to gdbserve.nlm.
10485
10486 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10487
10488 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10489 GDB, as well as AIX dbx, supports the size type attribute.
10490
10491 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10492
10493 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10494
10495 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10496
10497 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10498 and new 'if' and 'while' commands.
10499
10500 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10501
10502 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10503
10504 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10505
10506 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10507 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10508 NetWare targets. Mostly stolen from the Server node.
10509
10510 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10511
10512 * gdb.texinfo (Setting): Talk about the language of a source file
10513 versus the working language. The old documentation did not match
10514 what GDB did.
10515
10516 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10517
10518 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10519 of a source file.
10520
10521 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10522
10523 * gdb.texinfo (Processes): New node.
10524
10525 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10526
10527 * remote.texi: Update documentation of set/show mipsfpu.
10528
10529 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10530
10531 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10532 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10533
10534 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10535
10536 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10537 obsolete conditionals, described some others.
10538
10539 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10540
10541 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10542 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10543
10544 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10545
10546 * gdbint.texinfo: Put regex conditionals in their own table.
10547
10548 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10549
10550 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10551 described or fixed the descriptions of many others.
10552
10553 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10554
10555 * gdb.texinfo: Add some more credits.
10556 * gdbint.texinfo: Capitalize GDB consistently, describe some
10557 macros and remove some.
10558
10559 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10560
10561 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10562 obsolete conditionals, described some others.
10563
10564 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10565
10566 * gdb.texinfo (help targets): Changed to `help target', which
10567 is the correct gdb command.
10568
10569 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10570
10571 * annotate.texi (TODO): New node, for keeping track of annotations
10572 suggested but not yet implemented.
10573
10574 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10575
10576 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10577 another symbol, it is not the address itself.
10578
10579 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10580
10581 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10582 of stabs-in-coff sections.
10583
10584 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10585
10586 * annotate.texi: Change edition to 0.5 and date to May 1994.
10587 Add index.
10588 (Frames): New node, for frame annotation.
10589 (Displays): New node, for display annotation.
10590
10591 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10592 when waiting for your program to stop.
10593
10594 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10595
10596 * annotate.texi (Breakpoint Info): Document annotation of header
10597 fields and record annotation.
10598
10599 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10600
10601 * annotate.texi: New file, to document annotations.
10602
10603 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10604
10605 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10606 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10607
10608 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10609
10610 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10611 section, and say n_strx field is compilation unit relative.
10612 * stabs.texinfo: Don't use @code for a.out when it is the name of
10613 an object file format.
10614
10615 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10616
10617 * gdb.texinfo: Refer to file names, not path names, per rms
10618 convention.
10619 (Arguments): Fix typo.
10620
10621 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10622
10623 * stabs.texinfo (Global Variables): Talk about stabs in files
10624 where variables are referenced, but not defined.
10625
10626 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10627
10628 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10629 Cplusplus to new nodes Member Type Descriptor and Method Type
10630 Descriptor. Re-write stuff for #.
10631
10632 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10633
10634 * gdb.texinfo (Print Settings): Don't document "set print
10635 fast-symbolic-addr off". The bug which it worked around was fixed
10636 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10637
10638 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10639 N_ENTRY node.
10640
10641 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10642
10643 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10644
10645 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10646 references to ieee-float.c.
10647
10648 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10649
10650 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10651 match what the code actually does.
10652
10653 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10654
10655 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10656
10657 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10658
10659 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10660 i, and b.
10661
10662 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10663
10664 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10665 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10666 as "stabs in sections" rather than just saying "ELF and SOM".
10667 Also make that stuff apply to COFF.
10668
10669 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10670
10671 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10672 Ghostscript.
10673
10674 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10677 versus functions without line numbers, also mention stepping into
10678 them as well as "step" when you are in them. Tell the user how to
10679 deal with the situation. Add comment about "debugging information".
10680
10681 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10682
10683 * stabs.texinfo (Enumerations): Document restriction on where
10684 enumeration types can appear and still win with GDB.
10685
10686 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10687
10688 * stabs.texinfo (Negative Type Numbers): Document format for type
10689 -16.
10690
10691 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10692
10693 * gdb.texinfo (Selection, Frame Info): Update information about
10694 arbitrary frame specficiations.
10695
10696 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10697
10698 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10699
10700 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10701
10702 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10703
10704 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10705
10706 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10707
10708 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10709
10710 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10711 Differences node to Statics node.
10712 (Statics): Discuss XCOFF use of V symbol descriptor.
10713
10714 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10715 not clean.
10716
10717 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10718
10719 * gdb.texinfo (Print Settings): Document `set print
10720 fast-symbolic-addr' and improve the doc for some other
10721 `set print's.
10722
10723 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10724
10725 * stabs.texinfo (String Field): Talk about defining several type
10726 numbers at once.
10727 Fix lint regarding changing node ELF Transformations to
10728 ELF and SOM Transformations.
10729
10730 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10731
10732 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10733
10734 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10735
10736 * stabs.texinfo (Cross-References): `::' is for nested types only
10737 within <>.
10738 (Structures): Document static members.
10739
10740 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10741
10742 * stabs.texinfo: Document S type attribute.
10743
10744 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10745
10746 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10747
10748 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10749
10750 * gdbint.texinfo: Fix a few typos.
10751
10752 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10753
10754 * gdb.texinfo, remote.texi: formatting improvements
10755
10756 * gdb.texinfo (New Features): mention threads.
10757 (Summary, C): fix xrefs in newly contributed text.
10758 (Threads): index entries, clarifications, example
10759 (passim): minor typos fixed, phrasing improvements
10760
10761 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10762 entries; (Server): explain use of gdbserver w/real-time systems,
10763 add example of conflicting TCP port; (MIPS Remote) break up
10764 running text into table, highlighting commands, and add example.
10765
10766 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10767
10768 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10769
10770 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10771
10772 * stabs.texinfo (Nested Symbols): New node.
10773 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10774
10775 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10776
10777 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10778 to picking which Bbss.bss symbol to use, and (because there seems to
10779 be no good way of doing it) re-write some of the text to make it
10780 sound like Bbss.bss isn't such a great idea after all (as currently
10781 designed).
10782
10783 * gdb.texinfo (C): In addition to saying people have to use g++ for
10784 good results, say they have to use stabs. Specifically say cfront
10785 doesn't work well.
10786 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10787 the gdb README. Add xrefs to places where the support for the various
10788 languages is described in detail.
10789
10790 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10791
10792 * stabs.texinfo: Clean up stuff about visibility and virtual
10793 characters.
10794
10795 * stabs.texinfo (N_M2C): Cite Sun doc.
10796
10797 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10798
10799 * gdb.texinfo: updates re threads.
10800 * remote.texinfo: avoid index entries starting with digits.
10801
10802 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10803
10804 * stabs.texinfo (Enumerations): Talk about large, negative and
10805 octal values. Clean up cross reference to type attributes.
10806 (String Field): Say that GDB 4.11 supports size attribute.
10807
10808 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10809
10810 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10811 is a mandatory step. Make the stuff about that more concise.
10812
10813 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10814
10815 * stabs.texinfo (Class Names): New node.
10816
10817 * gdb.texinfo (Command Files): Explain order of init file reading.
10818
10819 * remote.texi (Bootstrapping): Talk about getting the serial driver
10820 to deal with ^C sent by gdb to stop the remote system.
10821
10822 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10823
10824 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10825
10826 * libgdb.texinfo (Defining Commands): made the DOC arg
10827 to gdb_define_app_command a char * instead of char **
10828 per a suggestion from kingdon.
10829
10830 * libgdb.texinfo: total rewrite from a different starting
10831 premise.
10832
10833 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10834
10835 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10836 floats passed as doubles (to improve clarity).
10837
10838 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10839
10840 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10841
10842 * a4rc.sed: update to work with Andreas Vogel papersize params
10843
10844 * refcard.tex: use Andreas Vogel simplifications of papersize
10845 params; remove useless version info; update copyright date.
10846
10847 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10848
10849 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10850
10851 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10852
10853 * gdb.texinfo (Files): Say what address the load command loads it at.
10854
10855 * stabs.texinfo (Common Blocks): Minor cleanups.
10856
10857 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10858 that Sun has backed away from the linker kludge and thus the relevant
10859 issue is changes to the SunPRO tools, not the Solaris linker.
10860
10861 * stabs.texinfo (Traditional Integer Types): Clean up description
10862 of octal bounds a little bit. Document extra leading zeroes.
10863
10864 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10865
10866 * gdb.texinfo (Signaling): Update for symbolic symbol names
10867 and add a section explaining the difference between the GDB
10868 signal command and the shell kill utility.
10869
10870 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10871
10872 * libgdb.texinfo: added `@' to braces that were unescaped.
10873
10874 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10875
10876 * libgdb.texinfo: new file. Spec for the gdb library.
10877
10878 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10879
10880 * stabs.texinfo (Include Files): Fix typo (start -> end).
10881
10882 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10883
10884 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10885 from Melissa at FSF's editing pass.
10886
10887 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10888
10889 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10890 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10891 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10892
10893 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * remote.texi (Bootstrapping): Discuss 386 call gates.
10896
10897 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10898
10899 * stabs.texinfo (Based Variables): New node.
10900
10901 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10902
10903 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10904 names, sizes, and formats to suggest how not to lose.
10905
10906 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10907
10908 * stabs.texinfo (Methods): Fix typo.
10909
10910 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10911
10912 * gdb.texinfo: Fix a few typos.
10913
10914 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10915
10916 * gdb.texinfo: Clarify how well it works with Fortran.
10917
10918 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10919 More on relocating stabs in ELF files.
10920
10921 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10922
10923 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10924
10925 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10926
10927 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10928 parameters on VAX.
10929
10930 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10931
10932 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10933
10934 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10935
10936 * stabs.texinfo: Make info author notice match the TeX author notice.
10937
10938 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10939
10940 * stabs.texinfo: Initial-caps all words in node names and
10941 non-trivial words in section names.
10942
10943 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10944
10945 * stabs.texinfo: Many minor cleanups.
10946
10947 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10948
10949 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10950
10951 * stabs.texinfo: Remove full description of big example.
10952 It's not really helpful; just use pieces of it where appropriate.
10953 Add more Texinfo formatting directives (@samp, etc.).
10954 Use @deffn to define stab types.
10955 Eliminate some wordiness. Break up some nodes.
10956 Add an (alphabetized) index of symbol types.
10957 Use consistent capitalization style in node and section names.
10958
10959 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10960
10961 * gdb.texinfo: Change typo "Two two" to "The two".
10962
10963 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10964
10965 * stabs.texinfo (XCOFF-differences): Remove references to
10966 non-existent types N_DECL and N_RPSYM.
10967
10968 * stabs.texinfo (String Field): Say that type attributes bug is
10969 fixed in GDB 4.10, since it is.
10970
10971 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10972
10973 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10974
10975 * stabs.texinfo: Formatting cleanups.
10976
10977 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10978
10979 * stabs.texinfo: When explaining the n_type of a stab, standardize
10980 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10981 no tabs, use @r).
10982 (Global Variables): Clean up.
10983
10984 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10985
10986 * stabs.texinfo (Stack Variables): Re-write.
10987
10988 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10989
10990 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10991 addresses of a source file. Also revise formatting.
10992 Change "object module" or "object file" to "source file".
10993 Various: Miscellaneous cleanups.
10994
10995 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10996
10997 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10998
10999 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
11000
11001 * gdbint.texinfo: Removed many nonsensical machine-collected
11002 host and target conditionals, described some of the remainder.
11003
11004 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11005
11006 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11007
11008 * gdbint.texinfo (Top): Add name to @top line, and re-write the
11009 paragraph which follows.
11010
11011 * gdbint.texinfo (Host): Use @code not @samp for Makefile
11012 variables. Looks better and avoids overful hbox.
11013
11014 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11015
11016 * stabs.texinfo (Procedures): Improve stuff on nested functions.
11017
11018 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11019
11020 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11021 retransmit-timeout
11022
11023 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11024
11025 * gdbint.texinfo: Update statement about `some ancient Unix
11026 systems, like Ultrix 4.0' to Ultrix 4.2.
11027
11028 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
11029
11030 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11031
11032 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11033
11034 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11035 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11036
11037 * remote.texi: new name for former gdbinv-s.texi
11038
11039 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11040
11041 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11042
11043 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11044 variables for MIPS remote debugging protocol.
11045
11046 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11047
11048 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11049
11050 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11051
11052 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11053
11054 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11055
11056 * gdb.texinfo: repair conditional bugs in text markup
11057
11058 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11059
11060 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11061 to select Modula-2 material.
11062
11063 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11064
11065 * stabs.texinfo: Cleanups regarding statics.
11066
11067 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11068 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11069
11070 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11071
11072 * stabs.texinfo: N_MAIN is sometimes used for C.
11073
11074 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11075
11076 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11077
11078 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11079
11080 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11081 removed from the code by Kingdon.
11082
11083 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11084
11085 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11086 input when evaluating breakpoint conditions; the bug has been fixed.
11087
11088 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11089 sets the ignore count to N-1, not to N.
11090
11091 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11092
11093 * refcard.tex (\hoffset): correct longstanding error to match
11094 intended offset; avoids cutting off edge on some printers
11095
11096 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11097
11098 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11099
11100 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11101
11102 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11103
11104 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11105
11106 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11107 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11108 collect sed edits if any, apply to refcard before formatting;
11109 (refcard.ps) stop implying PS fonts if PS output requested;
11110 (lrefcard.ps) delete extra target for variant PS fonts
11111
11112 * refcard.tex: parametrize papersize dependent info, collect
11113 in easily replaced spot
11114
11115 * a4rc.sed: new file, edits to refcard for A4 paper
11116
11117 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11118
11119 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11120
11121 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11122
11123 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11124
11125 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11126
11127 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11128 politely rather than rudely.
11129
11130 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11131
11132 * stabs.texinfo: Document common blocks.
11133
11134 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11135
11136 * stabs.texinfo: Add some basic info about stabs-in-elf.
11137
11138 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11139
11140 * stabs.texinfo (Top): Minor cleanup.
11141
11142 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11143
11144 * Makefile.in (install-info): remove parentdir support
11145
11146 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11147
11148 * gdb.texinfo (Copying): delete this node and references to it;
11149 RMS says this manual need not carry GPL. (passim): Improvements
11150 from last round at FSF, largely due to Ian Taylor review, and
11151 minor formatting improvements.
11152
11153 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11154 largely due to Ian Taylor review. (Debug Session): minor edits to
11155 new text.
11156
11157 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11158
11159 * Makefile.in (realclean): Remove info and dvi files too.
11160
11161 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11162
11163 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11164 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11165 * gdb.texinfo: Change accordingly.
11166
11167 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11168 N_{L,R}BRAC,N_SLINE are relative to.
11169
11170 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11171
11172 * Makefile.in (GDBvn.texi): Update atomically.
11173
11174 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11175
11176 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11177
11178 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11179
11180 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11181 addresses together. Also motivate the set print symbol-filename
11182 command and suggest other solutions.
11183
11184 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11185
11186 * gdb.texinfo (set print elements): Note that the number of
11187 elements is set to unlimited by "set print elements 0".
11188
11189 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11190
11191 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11192 NF_LDOUBLE means.
11193 (Stab Types): Include Solaris stab types.
11194 (Procedures): Document Solaris extensions.
11195
11196 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11197
11198 * gdb.texinfo: Add `set print symbol-filename' doc.
11199
11200 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11201
11202 * stabs.texinfo (Arrays): Talk about type definition vs. type
11203 information.
11204
11205 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11206 the trailing semicolon.
11207
11208 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11209
11210 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11211 and merge in other parts of the document addressing these subjects.
11212 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11213
11214 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11215 at the end of a range type.
11216
11217 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11218 AIX extensions.
11219
11220 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11221
11222 * stabs.texinfo (Stabs Format): Misc fixes.
11223
11224 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11225
11226 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11227 (Traditional builtin types): Document convex convention for long long.
11228 (Negative builtin types): Discuss type names, and misc fixes.
11229
11230 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11231
11232 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11233 point types used with @samp{R} type descriptor.
11234 (Symbol Descriptors): Describe how to handle conflict between
11235 different meanings of @samp{P} symbol descriptor.
11236
11237 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11238
11239 * stabs.texinfo: Remove node Quick Reference and put its children
11240 directly under the main menu.
11241
11242 * stabs.texinfo: Many more changes to bring it into line with
11243 AIX documentation and reality. I think it now has all the
11244 information from the AIX documentation, except that I burned
11245 out when I got to variant records (Pascal and Modula-2) and
11246 all the COBOL types. Oh well, we can add them later when we're
11247 worrying more about those languages.
11248
11249 * stabs.texinfo (Automatic variables): Talk about what it means
11250 to omit the symbol descriptor.
11251
11252 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11253
11254 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11255 gcc2 behavior with promoted args.
11256
11257 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11258
11259 * gdb.texinfo: include readline appendices in info version of manual
11260
11261 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11262
11263 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11264 target remote.
11265
11266 * gdb.texinfo (Machine Code): more index entries for disassemble
11267
11268 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11269
11270 * Clarify the intended use of the gdb-testers and gdb-patches
11271 mailing lists, and shrink gzip comment.
11272
11273 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11274
11275 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11276 DOSHOST configuration of manual.
11277
11278 * gdb.texinfo (MIPS Stack): new node.
11279
11280 * all-config.texi (MIPS) new switch.
11281
11282 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11283 tense; (MIPS Remote) new node.
11284
11285 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11286 bug; (Environment) less passive, other small cleanups in text about
11287 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11288 (Remote) new MIPS Remote menu entry.
11289
11290 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11291
11292 * stabs.texinfo: Many changes to include information from the
11293 AIX documentation.
11294
11295 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11296
11297 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11298
11299 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11300 Move a bunch of information from ../README.
11301 (Getting Started): New node.
11302
11303 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11304
11305 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11306
11307 * gdb.texinfo: advance manual revision dates to present
11308
11309 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11310 stop using silly Roman numerals in @set variable names
11311
11312 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11313
11314 * stabs.texinfo (Parameters): Keep trying to get this right.
11315
11316 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11317
11318 * stabs.texinfo (Parameters): More on "local parameters".
11319
11320 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11321
11322 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11323
11324 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11325
11326 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11327 (Parameters): Rewrite.
11328 (xcoff-differences, Sun-differences): Minor changes.
11329
11330 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11331
11332 * stabs.texinfo: Minor cleanup.
11333
11334 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11335
11336 * gdbint.texinfo: Minor xcoff stuff.
11337
11338 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11339
11340 * gdbint.texinfo: Update for new config directory structure.
11341 Add info about internal type data structures.
11342
11343 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11344
11345 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11346 $(srcdir).
11347 (gdb-config.texi): Depend on file in $(srcdir).
11348
11349 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11350
11351 * stabs.texinfo: Fixes about N_SO.
11352
11353 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11354
11355 * gdb.texinfo: include list of nonstandard init file names
11356
11357 * *-config.texi: new switch GENERIC for text that applies *only*
11358 to (usual) multiple-target version of manual
11359
11360 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11361 h8 config
11362
11363 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11364 in menus (rather than conditionally selected multiple alternative
11365 menus).
11366
11367 * Makefile.in: define and use DOC_CONFIG var to select
11368 configuration for GDB user manual.
11369
11370 * gdb-config.texi: delete from repository, generate from Makefile.
11371
11372 * all-config.texi: normal `generic' configuration file, formerly
11373 stored as gdb-config.texi
11374
11375 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11376
11377 * Makefile.in: add dvi target to build all .dvi files
11378
11379 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11380
11381 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11382
11383 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11384
11385 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11386 host conditionals.
11387 * stabs.texinfo: More array fixes inspired by Jim's.
11388
11389 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11390
11391 * stabs.texinfo: Fixes re arrays and continuations.
11392
11393 * gdbint.texinfo: Add XCOFF node.
11394
11395 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11396
11397 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11398
11399 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11400
11401 * stabs.texinfo: Fix for array types to mention lower bounds.
11402
11403 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11404
11405 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11406
11407 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11408
11409 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11410
11411 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11412
11413 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11414 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11415
11416 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11417
11418 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11419
11420 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11421
11422 * gdb.texinfo, gdbinv-s.texi: misc updates
11423
11424 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11425
11426 * gdbint.texinfo: Brief documentation for longjmp support,
11427 from an email msg by Stu.
11428
11429 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11430
11431 * stabs.texinfo: Fix description of floating point "range"
11432 types (which really define basic types). Reported by Jim Meehan,
11433 <meehan@src.dec.com>.
11434
11435 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11436
11437 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11438
11439 * gdbint.texinfo: Slightly expand section on supporting a new
11440 object file format.
11441
11442 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11443
11444 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11445 intermediate file.
11446
11447 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11448
11449 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11450
11451 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11452
11453 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11454
11455 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11456 as well as Z8002.
11457
11458 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11459
11460 * gdbint.texinfo: Add sections on clean design and on how to send
11461 in changes.
11462
11463 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11464
11465 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11466
11467 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11468
11469 * gdb.texinfo: Fix typo, reported by Karl Berry.
11470
11471 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11472
11473 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11474
11475 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11476
11477 * gdbint.texinfo: fixed a stray email address (needs @@),
11478 added @table @code to node "Native Conditionals"
11479
11480 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11481
11482 * gdbint.texinfo: Describe coding style of GDB.
11483
11484 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11485
11486 * stabs.texinfo: Minor wording changes.
11487
11488 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11489
11490 * gdbint.texinfo: Improve release doc slightly.
11491
11492 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11493
11494 * gdbint.texinfo: Improve doc of GDB config macros.
11495
11496 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11497
11498 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11499 These will be reinserted when examined.
11500
11501 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11502
11503 * gdbint.texinfo: Make a start at documenting all the #if macros
11504 in GDB. At least list them all, and start separating them into
11505 host-specific and target-specific.
11506
11507 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11508
11509 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11510 examples (not consistent w others).
11511 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11512 for generic vn of doc
11513
11514 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11515
11516 * Makefile.in: always create installation directories.
11517
11518 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11519
11520 * gdb.texinfo: in h8 config, do not describe searching commands.
11521
11522 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11523
11524 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11525 conditionals; introduce a few generic switches that may be
11526 useful for other cross-dev or dos-hosted configs.
11527
11528 * gdb.texinfo: fix typo in "info reg" description
11529
11530 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11531
11532 * stabs.texinfo: Minor updates from running TeX over it.
11533 * Makefile.in (stabs.dvi, stabs.ps): Add.
11534
11535 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11536
11537 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11538 First pass at converting it to texinfo.
11539
11540 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11541
11542 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11543 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11544
11545 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11546
11547 * gdbint.texinfo: Add section on partial symbol tables.
11548
11549 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11550
11551 * gdb.texinfo: document `set remotedebug' and `set
11552 rstack_high_address'.
11553
11554 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11555
11556 * gdb.texinfo: slight expansion of new text on reading info files
11557 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11558 H8/300 from DOS.
11559
11560 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11561
11562 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11563
11564 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11565
11566 * gdb.texinfo: Say how to read the `info' files.
11567
11568 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11569
11570 * Makefile.in: gm4 -> m4.
11571
11572 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11573
11574 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11575 Documentation' ahead of `Installing GDB' to match README.
11576 Update shared library doc, -readnow and -mapped, and directory
11577 structure (add glob and mmalloc). Update configure doc.
11578
11579 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11580
11581 * Makefile.in: remove $(srcdir) from gdb.info rule.
11582
11583 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11584
11585 * Makefile.in: commented out gdb-all.texinfo rule. This is
11586 temporary.
11587
11588 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11589
11590 * Makefile.in, configure.in: removed traces of namesubdir,
11591 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11592 copyrights to '92, '13, changed some from Cygnus to FSF.
11593
11594 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11595
11596 * gdb.texinfo: Improve how we ask for bug reports.
11597
11598 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11599
11600 * Makefile.in: infodir belongs in datadir.
11601
11602 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11603
11604 * Makefile.in: remove spaces following hyphens, bsd make can't
11605 cope. install using INSTALL_DATA. added clean-info. added
11606 standards.text support.
11607
11608 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11609
11610 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11611 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11612 and mandir now keyed off datadir by default.
11613
11614 \f
11615 Local Variables:
11616 mode: change-log
11617 left-margin: 8
11618 fill-column: 74
11619 version-control: never
11620 End:
This page took 0.498387 seconds and 5 git commands to generate.