[testsuite] Unbuffer the output in gdb.base/multi-forks.c
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-01-19 John Baldwin <jhb@FreeBSD.org>
2
3 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
4
5 2016-01-18 Pedro Alves <palves@redhat.com>
6
7 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
8 of the thread that hit a breakpoint or received a signal.
9
10 2016-01-15 Pedro Alves <palves@redhat.com>
11
12 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
13
14 2016-01-13 Pedro Alves <palves@redhat.com>
15
16 * gdb.texinfo (Threads): Document the $_gthread convenience
17 variable.
18 (Convenience Vars): Likewise.
19
20 2016-01-13 Pedro Alves <palves@redhat.com>
21
22 * gdb.texinfo (Threads): Document "info threads -gid".
23
24 2016-01-13 Pedro Alves <palves@redhat.com>
25
26 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
27 anchor.
28 (Threads In Python): Document new InferiorThread.global_num
29 attribute.
30
31 2016-01-07 Pedro Alves <palves@redhat.com>
32
33 * gdb.texinfo (Threads): Document per-inferior thread IDs,
34 qualified thread IDs, global thread IDs and thread ID lists.
35 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
36 thread IDs.
37 (Convenience Vars): Document the $_thread convenience variable.
38 (Ada Tasks): Adjust to refer to thread IDs.
39 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
40 Commands, GDB/MI Variable Objects): Update to mention global
41 thread IDs.
42 * guile.texi (Breakpoints In Guile)
43 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
44 global thread IDs instead of thread IDs.
45 * python.texi (Threads In Python): Adjust documentation of
46 InferiorThread.num.
47 (Breakpoint.thread): Mention global thread IDs instead of thread
48 IDs.
49
50 2016-01-13 Pedro Alves <palves@redhat.com>
51
52 * python.texi (Threads In Python): Document
53 InferiorThread.inferior.
54
55 2016-01-13 Pedro Alves <palves@redhat.com>
56
57 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
58 convenience variable.
59 (Convenience Vars): Likewise.
60
61 2016-01-12 Josh Stone <jistone@redhat.com>
62 Philippe Waroquiers <philippe.waroquiers@skynet.be>
63
64 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
65 (Stop Reply Packets): List the syscall entry and return stop reasons.
66 (General Query Packets): Describe QCatchSyscalls, and add it to the
67 table and the detailed list of stub features.
68
69 2016-01-12 Pedro Alves <palves@redhat.com>
70
71 Remove use of the registered trademark symbol throughout.
72
73 2016-01-12 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.texinfo (Interrupts): Update the document on handling
76 interrupt when program is stopped.
77
78 2015-12-11 Don Breazeal <donb@codesourcery.com>
79
80 * gdb.texinfo (Forks): Correct Linux kernel version where
81 fork and exec events are supported, add notes about support
82 of these events in target remote mode.
83 (Connecting): Reorganize and clarify distinctions between
84 target remote, extended-remote, and multiprocess.
85 Reorganize related text from separate sections into new
86 sections.
87 (Server): Note effects of target extended-remote mode.
88 Delete section on Multi-Process Mode for gdbserver.
89 Move some text to "Connecting" node.
90
91 2015-12-10 Pedro Alves <palves@redhat.com>
92
93 * gdb.texinfo (Threads): Replace warning with explanation
94 about single-threaded programs.
95
96 2015-12-10 Pedro Alves <palves@redhat.com>
97
98 * gdb.texinfo (Threads): Remove mention of SGI.
99 (Forks): Remove mention of HP-UX.
100 (Breakpoints): Remove mention of HP-UX.
101 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
102 Reword in terms of architectures.
103 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
104 mention supported systems.
105 (Convenience Vars): Don't mention HP-UX.
106 (Jumping): Remove mention of HP-UX in comment.
107 (Files) <shared libraries>: Update supported shared library types
108 list. Remove mention of HP-UX.
109 (Native): Remove HP-UX subsection.
110 (SVR4 Process Information): Remove mention of HP-UX.
111
112 2015-12-10 Pedro Alves <palves@redhat.com>
113
114 * gdb.texinfo (Stack): Reorder menu.
115
116 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
117
118 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
119 -var-set-format's new zero-hexadecimal format.
120
121 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
122
123 * gdb.texinfo (Ada Mode Into): Move overloading support
124 description to its own node.
125 (Overloading support for Ada): New node.
126
127 2015-11-30 Pedro Alves <palves@redhat.com>
128
129 PR 14618
130 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
131 (Remote Configuration): Add the "set/show remote
132 no-resumed-stop-reply" to the available settings table.
133 (General Query Packets): Document the "no-resumed" qSupported
134 feature.
135
136 2015-11-30 Pedro Alves <palves@redhat.com>
137
138 * gdb.texinfo (Remote Configuration): List "set/show remote
139 thread-events" command in configuration table.
140 (Stop Reply Packets): Document "T05 create" stop
141 reason and 'w' stop reply.
142 (General Query Packets): Document QThreadEvents packet. Document
143 QThreadEvents qSupported feature.
144
145 2015-11-30 Pedro Alves <palves@redhat.com>
146
147 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
148 anchor.
149 (Packets): Document vCtrlC.
150
151 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
152
153 * gdb.texinfo (Thread List Format): Mention thread names.
154
155 2015-11-24 Pedro Alves <palves@redhat.com>
156
157 PR 17539
158 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
159 program-spaces" example to ascending order listing.
160 (Threads): Adjust "info threads" example to ascending order
161 listing.
162 (Forks): Adjust "info inferiors" example to ascending order
163 listing.
164
165 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
166
167 * gdb.texinfo (Process Record and Replay): Document "record
168 instruction-history" modifiers.
169
170 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
173 description.
174 (Frame Filter Management): Move to later in the 'Examining the
175 Stack' chapter.
176 (Selection): Add entry for 'select-frame'.
177
178 2015-09-25 Doug Evans <dje@google.com>
179
180 * gdb.texinfo (Process Record and Replay): Fix syntax of
181 "record instruction-history begin, end" and
182 "record function-call-history begin, end".
183
184 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
185
186 * gdb.texinfo (Specifying Source Directories): Fix
187 substitute-path example.
188
189 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
190
191 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
192
193 2015-09-15 Pedro Alves <palves@redhat.com>
194
195 PR remote/18965
196 * gdb.texinfo (Stop Reply Packets): Revert previous change to
197 the vforkdone description.
198
199 2015-09-15 Pedro Alves <palves@redhat.com>
200
201 PR remote/18965
202 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
203 part indicates the thread ID of the parent process.
204
205 2015-09-15 Yao Qi <yao.qi@linaro.org>
206
207 * gdb.texinfo (General Query Packets): Add vContSupported to
208 tables of 'gdbfeatures' and 'stub features' supported in the
209 qSupported packet, as well as to the list containing stub
210 feature details.
211
212 2015-09-11 Don Breazeal <donb@codesourcery.com>
213
214 * gdb.texinfo (Remote Configuration): Add exec event
215 feature to table of packet settings.
216 (Stop Reply Packets): Add exec events to the list of stop
217 reasons.
218 (General Query Packets): Add exec events to tables of
219 'gdbfeatures' and 'stub features' supported in the qSupported
220 packet, as well as to the list containing stub feature
221 details.
222
223 2015-08-24 Pedro Alves <palves@redhat.com>
224
225 * gdb.texinfo (Remote Configuration): Document the "set/show
226 remote multiprocess-extensions-packet" commands.
227
228 2015-08-24 Pedro Alves <palves@redhat.com>
229
230 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
231 <M32R>: Remove references to M32R/D.
232 <M68K>: Remove references to target dbug.
233 <MIPS Embedded>: Remove references to target r3900 and target
234 array.
235 <PowerPC Embedded>: Remove references to target dink32 and target
236 ppcbug, target sds
237 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
238
239 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
242
243 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
246
247 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.texinfo (Maintenance Commands): Move documentation of "main
250 info bfds" to...
251 (File Caching): A New section. Outline bfd caching, and add new
252 description for "main set/show bfd-sharing".
253
254 2015-08-14 Doug Evans <xdje42@gmail.com>
255
256 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
257 disassembly.
258 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
259
260 2015-08-11 Keith Seitz <keiths@redhat.com>
261
262 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
263 Use "location(s)"instead of "linespec(s)".
264 (Specifying a Location): Rewrite.
265 Add subsections describing linespec, address, and explicit locations.
266 Add node/menu for each subsection.
267 (Source and Machine Code, C Preprocessor Macros)
268 (Create and Delete Trace points)
269 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
270 (Continuing at a Different Address): Remove "linespec" examples.
271 Add reference to "Specify a Location"
272 (The -break-insert Command): Rewrite. Add anchor.
273 Add reference to appropriate manual section discussing locations.
274 (The -dprintf-insert Command): Refer to -break-insert for
275 specification of 'location'.
276
277 2015-08-07 Pedro Alves <palves@redhat.com>
278
279 * gdb.texinfo (Maintenance Commands): Document "maint set/show
280 target-non-stop".
281
282 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
283
284 * gdb.texinfo (Process Record and Replay): Document prefixing of
285 speculatively executed instructions in the "record instruction-history"
286 command.
287
288 2015-07-20 Doug Evans <dje@google.com>
289
290 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
291
292 2015-07-16 Doug Evans <dje@google.com>
293
294 * stabs.texinfo: @include gdb-cfg.texi.
295
296 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 Revert the previous 2 commits:
299 gdbserver build-id attribute generator
300 Validate symbol file using build-id
301
302 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
303
304 * gdb.texinfo (Files): Add 'set validate-build-id'
305 and 'show validate-build-id'.
306
307 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
308 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 gdbserver build-id attribute generator.
311 * gdb.texinfo (Library List Format for SVR4 Targets): Add
312 'build-id' in description, example, new attribute in dtd.
313
314 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.texinfo (Selection): Update documentation for 'frame'
317 command.
318
319 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
320
321 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
322 commands.
323
324 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
325
326 * gdb.texinfo (Process Record and Replay): Spell out that variables
327 and registers are not available during btrace replay.
328 Describe the new "record btrace pt" command.
329 Describe the new "set|show record btrace pt buffer-size" options.
330 (General Query Packets): Describe the new Qbtrace:pt and
331 Qbtrace-conf:pt:size packets.
332 Expand "bts" to "Branch Trace Store".
333 Update the branch trace DTD.
334
335 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
336
337 * gdb.texinfo (Command History): Document the new option
338 "history remove-duplicates".
339
340 2015-06-19 Doug Evans <dje@google.com>
341
342 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
343 longer supported.
344
345 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
346
347 * gdb.texinfo (Command History): Mention that setting
348 GDBHISTSIZE to the empty string disables history truncation.
349
350 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
351
352 PR gdb/16999
353 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
354 behavior.
355
356 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
357
358 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
359 with GDBHISTSIZE.
360
361 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
362
363 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
364 bytes and memory units for -data-{read,write}-memory-bytes.
365 (Packets): Same for m, M and X packets.
366 * python.texi (Inferiors In Python): Same for read_memory and
367 write_memory.
368
369 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
370
371 * gdb.texinfo (Separate Debug Files): Document that PE is also
372 supported.
373
374 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
375
376 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
377 single table entry.
378
379 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
380
381 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
382
383
384 2015-06-10 Gary Benson <gbenson@redhat.com>
385
386 * gdb.texinfo (Remote Configuration): Document the
387 "set/show remote hostio-setfs-packet" command.
388 (Host I/O Packets): Document the vFile:setfs packet.
389
390 2015-06-10 Gary Benson <gbenson@redhat.com>
391
392 * gdb.texinfo (Debugging Output): Document the "set/show debug
393 linux-namespaces" command.
394
395 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
396 Mircea Gherzan <mircea.gherzan@intel.com>
397
398 * gdb.texinfo (i386): Add documentation about "show mpx bound"
399 and "set mpx bound".
400
401 2015-05-27 Doug Evans <dje@google.com>
402
403 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
404
405 2015-05-26 Doug Evans <dje@google.com>
406
407 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
408 command renamings.
409 (Maintenance Commands): Update for DWARF "set debug" command renamings.
410
411 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
414
415 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
418 (TUI Commands): Add 'tui enable' and 'tui disable' details.
419
420 2015-05-16 Doug Evans <xdje42@gmail.com>
421
422 * guile.texi (Memory Ports in Guile): Document support for unbuffered
423 memory ports.
424
425 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
428
429 2015-05-12 Don Breazeal <donb@codesourcery.com>
430
431 * gdb.texinfo (Forks): Note that fork debugging is
432 supported in extended mode.
433 (Remote Configuration): Add fork event features to table
434 of packet settings.
435 (Stop Reply Packets): Add fork events to list of stop reasons.
436 (General Query Packets): Add fork events to tables of
437 'gdbfeatures' and 'stub features' supported in the qSupported
438 packet, as well as to the list containing stub feature
439 details.
440
441 2015-05-12 Gary Benson <gbenson@redhat.com>
442
443 * gdb.texinfo (General Query Packets): Document
444 qXfer:exec-file:read with empty annex.
445
446 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
447
448 * python.texi (Values From Inferior): Add descriptions of new
449 methods gdb.Value.reference_value and gdb.Value.const_value.
450
451 2015-05-06 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.texinfo (Files): Add "info dll" documentation.
454 (Cygwin Native): Remove "info dll" documentation.
455
456 2015-04-29 Doug Evans <dje@google.com>
457
458 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
459 Document.
460 (Writing an Xmethod): Add get_result_type to example.
461
462 2015-04-28 Sasha Smundak <asmundak@google.com>
463
464 * python.texi: New method documented.
465
466 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
469 format.
470
471 2015-04-24 Doug Evans <dje@google.com>
472
473 * python.texi (Xmethods In Python): Fix name of method to call the
474 xmethod.
475
476 2015-04-17 Gary Benson <gbenson@redhat.com>
477
478 * gdb.texinfo (Connecting to a Remote Target): Mention that
479 GDB can access program files from remote targets that support
480 qXfer:exec-file:read and Host I/O packets.
481
482 2015-04-17 Gary Benson <gbenson@redhat.com>
483
484 * gdb.texinfo (Remote Configuration): Document the "set/show
485 remote pid-to-exec-file-packet" command.
486 (General Query Packets): Document the qXfer:exec-file:read
487 qSupported features. Document the qXfer:exec-file:read packet.
488
489 2015-04-17 Gary Benson <gbenson@redhat.com>
490
491 * gdb.texinfo (set sysroot): Document that "set sysroot" also
492 applies to executable paths if supplied to GDB as absolute.
493
494 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
495
496 * gdb.texinfo (Mode Options): Remove -xdb.
497
498 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
499 Eli Zaretskii <eliz@gnu.org>
500
501 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
502 compile, show debug compile. New subsection Compilation options for
503 the compile command. New subsection Compiler search for the compile
504 command.
505
506 2015-04-09 Andy Wingo <wingo@igalia.com>
507
508 * guile.texi (Frames In Guile): Describe frame-read-register.
509
510 2015-04-02 Gary Benson <gbenson@redhat.com>
511
512 * gdb.texinfo (set sysroot): Document "target:".
513
514 2015-04-01 Sasha Smundak <asmundak@google.com>
515
516 * doc/python.texi (Writing a Frame Unwinder in Python): Add
517 section.
518
519 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
520
521 PR corefiles/16092
522 * gdb.texinfo (gcore): Mention new command 'set
523 use-coredump-filter'.
524 (set use-coredump-filter): Document new command.
525
526 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
527
528 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
529 documentation, reorder the info os entries in alphabetical order.
530
531 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
532
533 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
534 -data-write-memory-bytes.
535
536 2015-03-24 Pedro Alves <palves@redhat.com>
537
538 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
539 mention that threads may sometimes run unlocked.
540
541 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
542
543 * gdb.texinfo (Remote configuration): Document "set/show
544 serial parity" command.
545
546 2015-03-18 Gary Benson <gbenson@redhat.com>
547
548 * gdb.texinfo (General Query Packets): Remove documentation
549 for now-removed vFile:fstat qSupported features.
550
551 2015-03-11 Gary Benson <gbenson@redhat.com>
552
553 * gdb.texinfo (Remote Configuration): Document the
554 "set/show remote hostio-fstat-packet" command.
555 (General Query Packets): Document the vFile:fstat
556 qSupported features.
557 (Host I/O Packets): Document the vFile:fstat packet.
558
559 2015-03-11 Andy Wingo <wingo@igalia.com>
560
561 * guile.texi (Objfiles In Guile): Document objfile-progspace.
562
563 2015-03-04 Pedro Alves <palves@redhat.com>
564
565 * gdb.texinfo (Remote Configuration): Document the "set/show
566 remote swbreak-feature-packet" and "set/show remote
567 hwbreak-feature-packet" commands.
568 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
569 decription.
570 (Stop Reply Packets): Document the swbreak and hwbreak stop
571 reasons.
572 (General Query Packets): Document the swbreak and hwbreak
573 qSupported features.
574 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
575
576 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
577
578 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
579 under *stopped.
580
581 2015-03-02 Doug Evans <xdje42@gmail.com>
582
583 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
584
585 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
586
587 * gdb.texinfo (S/390 and System z Features): Describe new feature
588 "org.gnu.gdb.s390.vx".
589
590 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
591
592 PR gdb/18008
593 * gdb.texinfo (maint internal-error, maint internal-warning, maint
594 demangler-warning): Fix typo ("problam").
595
596 2015-02-19 David Taylor <dtaylor@emc.com>
597
598 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
599
600 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
601
602 * gdb.texinfo (Static Probe Points): Add cindex `static probe
603 point, DTrace'.
604 (Static Probe Points): Modified to cover DTrace probes in addition
605 to SystemTap probes. Also modified to cover the `enable probe'
606 and `disable probe' commands.
607
608 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
609
610 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
611 `disable probe' commands.
612
613 2015-02-12 David Taylor <dtaylor@emc.com>
614
615 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
616 fields of the QTDV packet.
617
618 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
619
620 * gdb.texinfo (Branch Trace Configuration Format): Add size.
621 (Process Record and Replay): Describe new set|show commands.
622 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
623
624 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
625
626 * gdb.texinfo (Process Record and Replay): Describe the "record
627 btrace bts" command.
628 (General Query Packets): Describe qXfer:btrace-conf:read packet.
629 (Branch Trace Configuration Format): New.
630
631 2015-01-31 Gary Benson <gbenson@redhat.com>
632 Doug Evans <dje@google.com>
633
634 * gdb.texinfo (Command Completion): Document new
635 "set/show max-completions" option.
636
637 2015-01-31 Doug Evans <xdje42@gmail.com>
638
639 * gdb.texinfo (Symbols): Document new commands
640 "maint print symbol-cache", "maint print symbol-cache-statistics",
641 "maint flush-symbol-cache". Document new option
642 "maint set symbol-cache-size".
643
644 2015-01-31 Doug Evans <xdje42@gmail.com>
645
646 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
647 distinguish script files vs inlined scripts.
648 * python.texi (Python Auto-loading): Ditto.
649
650 2015-01-30 Doug Evans <dje@google.com>
651
652 * gdb.texinfo (Symbols) <info source>: Output now contains producer
653 string if present.
654
655 2015-01-27 Doug Evans <dje@google.com>
656
657 * python.texi (Objfiles In Python): Document Objfile.username.
658
659 2015-01-27 Doug Evans <dje@google.com>
660
661 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
662 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
663
664 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
667
668 2015-01-16 Eli Zaretskii <eliz@gnu.org>
669
670 * doc/gdb.texinfo (TUI Commands): Document the possible
671 values of NAME argument to 'winheight' command. Explain the
672 effect of 'tabset' setting better.
673
674 2015-01-11 Doug Evans <xdje42@gmail.com>
675
676 PR gdb/15830
677 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
678 (Symbols): Ditto.
679 (Maintenance Commands): Delete docs for "maint demangle".
680
681 2014-12-31 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.texinfo (Files): Remove documentation of the
684 "add-shared-symbol-files" and "assf" commands.
685 (Cygwin Native): Remove documentation of the "dll-symbols"
686 command.
687
688 2014-12-17 Doug Evans <xdje42@gmail.com>
689
690 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
691
692 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
693 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 * gdb.texinfo (Altering): Update.
696 (Compiling and Injecting Code): New node.
697
698 2014-12-12 Doug Evans <dje@google.com>
699
700 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
701
702 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
703
704 * gdb.texinfo: Document "maint print user-registers".
705
706 2014-12-08 Doug Evans <dje@google.com>
707
708 * python.texi (Objfiles In Python): Document Objfile.owner.
709
710 2014-12-04 Doug Evans <dje@google.com>
711
712 * python.texi (Objfiles In Python): Document
713 Objfile.add_separate_debug_file.
714
715 2014-12-04 Doug Evans <dje@google.com>
716
717 * python.texi (Objfiles In Python): Document Objfile.build_id.
718
719 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
720
721 * python.texi (Events In Python): Document new events
722 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
723 and RegisterChangedEvent.
724
725 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 Add add-auto-load-scripts-directory.
728 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
729 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
730
731 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
732
733 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
734 description typo.
735
736 2014-10-30 Doug Evans <dje@google.com>
737
738 * python.texi (Progspaces In Python): Document ability to add
739 random attributes to gdb.Progspace objects.
740 (Objfiles In Python): Document ability to add random attributes to
741 gdb.objfile objects.
742
743 2014-10-27 Pedro Alves <palves@redhat.com>
744
745 * gdb.texinfo (Continuing and Stepping): Add cross reference to
746 info on stepping and signal handlers.
747 (Signals): Explain stepping and signal handlers. Add context
748 index entry, and cross references.
749
750 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
751
752 * python.texi (Breakpoints In Python): Add parenthesis after
753 Breakpoint.delete. Clarify Breakpoint.enabled description so
754 that it contains "disable".
755
756 2014-10-17 Doug Evans <dje@google.com>
757
758 * python.texi (Events In Python): Document clear_objfiles event.
759
760 2014-10-17 Doug Evans <dje@google.com>
761
762 * python.texi (Objfiles In Python): Document new progspace attribute.
763
764 2014-10-17 Pedro Alves <palves@redhat.com>
765
766 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
767 (SVR4 Process Information): Delete mention of OSF/1.
768
769 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
770
771 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
772 exit-code field in -list-thread-groups output.
773
774 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
775
776 * gdb.texinfo (Set Breaks): Add missing "@end table".
777
778 2014-09-22 Pedro Alves <palves@redhat.com>
779
780 * gdb.texinfo (Set Breaks): Document that "set breakpoint
781 always-inserted off" is the default mode now. Delete
782 documentation of "set breakpoint always-inserted auto".
783
784 2014-09-18 Doug Evans <dje@google.com>
785
786 * python.texi (Symbol Tables In Python): Document "producer"
787 attribute of gdb.Symtab objects.
788
789 2014-09-16 Pedro Alves <palves@redhat.com>
790
791 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
792 (Embedded OS): Remove VxWorks menu entry.
793 (VxWorks): Remove node.
794
795 2014-09-13 Doug Evans <xdje42@gmail.com>
796
797 * gdb.texinfo (Signaling): Document new queue-signal command.
798
799 2014-09-06 Doug Evans <xdje42@gmail.com>
800
801 PR 15276
802 * gdb.texinfo (Convenience Funs): Document $_caller_is,
803 $_caller_matches, $_any_caller_is, $_any_caller_matches.
804
805 2014-09-03 Justin Lebar <jlebar@google.com>
806
807 * python.texi (Types In Python): Type.template_argument(n) returns a
808 gdb.Value or a gdb.Type and throws an exception if n is out of
809 range.
810
811 2014-09-03 Sasha Smundak <asmundak@google.com>
812
813 * python.texi (Frames in Python): Add read_register description.
814
815 2014-08-04 Tom Tromey <tromey@redhat.com>
816
817 * gdb.texinfo (Debugging Output): Update for change to "set debug
818 target".
819
820 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
821
822 Pushed by Joel Brobecker <brobecker@adacore.com>.
823 * Makefile.in (transform): New variable.
824 (install-man1, install-man5): Apply $(transform) to man file names.
825
826 2014-07-26 Doug Evans <xdje42@gmail.com>
827
828 PR guile/17177
829 * guile.texi (Guile Pretty Printing API): Fix typo.
830 Document set-pretty-printers!, pretty-printers.
831 (Selecting Guile Pretty-Printers): Update.
832 Mention program-space based pretty-printers.
833
834 2014-07-25 Pedro Alves <palves@redhat.com>
835 Eli Zaretskii <eliz@gnu.org>
836
837 * gdb.texinfo (Signaling) <signal command>: Explain what happens
838 with multi-threaded programs.
839
840 2014-06-27 Yao Qi <yao@codesourcery.com>
841
842 * gdb.texinfo (Maintenance Commands): Update the output of
843 'maint print dummy-frames' command.
844
845 2014-06-24 Eli Zaretskii <eliz@gnu.org>
846
847 * gdb.texinfo (Screen Size): Improve indexing.
848
849 2014-06-19 Gary Benson <gbenson@redhat.com>
850
851 * gdb.texinfo (Maintenance Commands): Document new
852 "maint set/show catch-demangler-crashes" option.
853
854 2014-06-19 Gary Benson <gbenson@redhat.com>
855
856 * gdb.texinfo (Maintenance Commands): Document new
857 "maint demangler-warning" command and new
858 "maint set/show demangler-warning" option.
859
860 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
861
862 * python.texi (Xmethod API): Add space before the opening
863 parenthesis in function descriptions.
864
865 2014-06-06 Doug Evans <xdje42@gmail.com>
866
867 * guile.texi (Guile Configuration): Document guile-data-directory.
868
869 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
870
871 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
872
873 2014-06-04 Doug Evans <xdje42@gmail.com>
874
875 * guile.texi (Breakpoints In Guile): Update.
876
877 2014-06-03 Joel Brobecker <brobecker@adacore.com>
878
879 * python.texi (Xmethod API): Fix reference to "Progspaces In
880 Python".
881
882 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
883
884 * python.texi (Xmethods In Python, XMethod API)
885 (Writing an Xmethod): New nodes.
886 (Python API): New menu entries "Xmethods In Python",
887 "Xmethod API", "Writing an Xmethod".
888
889 2014-06-02 Doug Evans <xdje42@gmail.com>
890
891 * guile.texi (Guile API): Add entry for Parameters In Guile.
892 (GDB Scheme Data Types): Mention <gdb:parameter> object.
893 (Parameters In Guile): New node.
894
895 2014-06-02 Doug Evans <xdje42@gmail.com>
896
897 * guile.texi (Guile API): Add entry for Commands In Guile.
898 (Basic Guile) <parse-and-eval>: Add reference.
899 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
900 (GDB Scheme Data Types): Mention <gdb:command> object.
901 (Commands In Guile): New node.
902
903 2014-06-02 Doug Evans <xdje42@gmail.com>
904
905 * guile.texi (Guile API): Add entry for Progspaces In Guile.
906 (GDB Scheme Data Types): Mention <gdb:progspace> object.
907 (Progspaces In Guile): New node.
908
909 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
910
911 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
912 * python.texi (Frames In Python): Mention
913 gdb.FRAME_UNWIND_MEMORY_ERROR.
914
915 2014-05-29 Pedro Alves <palves@redhat.com>
916 Tom Tromey <tromey@redhat.com>
917
918 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
919 from example.
920 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
921 Mention that target-async is now deprecated.
922 (Maintenance Commands): Document maint set/show target-async.
923
924 2014-05-29 Pedro Alves <palves@redhat.com>
925
926 * observer.texi (sync_execution_done, command_error): New
927 subjects.
928
929 2014-05-29 Pedro Alves <palves@redhat.com>
930
931 PR gdb/13860
932 * observer.texi (signal_received, end_stepping_range)
933 (signal_exited, exited, no_history): New observer subjects.
934
935 2014-05-26 Andy Wingo <wingo@igalia.com>
936
937 * guile.texi (GDB Scheme Data Types): Remove documentation for
938 removed interfaces. Update spelling of gdb-object-kind.
939
940 2014-05-26 Andy Wingo <wingo@igalia.com>
941
942 * guile.texi (Basic Guile): Fix some typos.
943
944 2014-05-26 Andy Wingo <wingo@igalia.com>
945
946 * guile.texi (Writing a Guile Pretty-Printer)
947 (Guile Types Module): Fix excess parentheses in use-modules forms.
948
949 2014-05-24 Eli Zaretskii <eliz@gnu.org>
950
951 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
952 (Breakpoints In Guile, Guile Printing Module)
953 (Guile Exception Handling, Values From Inferior In Guile)
954 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
955 Don't use @var at the beginning of a sentence.
956
957 * gdb.texinfo (Frame Filter Management, Trace Files)
958 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
959 (PowerPC Embedded, Define, Annotations for Running)
960 (IPA Protocol Commands, Packets, General Query Packets)
961 (Tracepoint Packets, Notification Packets, Environment)
962 (Inferiors and Programs, Set Breaks, Set Catchpoints)
963 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
964 (Frames, Backtrace, Selection, Expressions, Registers)
965 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
966 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
967 (Source Annotations, Using JIT Debug Info Readers, Packets)
968 (Stop Reply Packets, Host I/O Packets)
969 (Target Description Format): Don't use @var at the beginning of a
970 sentence.
971
972 * python.texi (Basic Python, Types In Python)
973 (Commands In Python, Frames In Python, Line Tables In Python)
974 (Breakpoints In Python, gdb.printing, gdb.types)
975 (Type Printing API): Don't use @var at the beginning of a
976 sentence.
977
978 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
979
980 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
981 replay-memory-access".
982
983 2014-05-21 Pedro Alves <palves@redhat.com>
984
985 * gdb.texinfo (Starting): Document "set/show
986 auto-connect-native-target".
987 (Target Commands): Document "target native".
988
989 2014-05-20 Pedro Alves <palves@redhat.com>
990
991 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
992 not be remote specific. Add cross reference to the qCRC packet.
993 (Separate Debug Files): Update cross reference to the qCRC packet.
994 (General Query Packets) <qCRC packet>: Add anchor.
995
996 2014-05-17 Doug Evans <xdje42@gmail.com>
997
998 Copy over changes from guile.texi.
999 * python.texi (Basic Python) <gdb.execute>: Add text.
1000 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1001 (Values From Inferior) <Python string>: Add text.
1002 (Values From Inferior) <Value.string>: Clarify string length handling.
1003 (Pretty Printing API): Add cindex.
1004 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1005 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1006 @vindex.
1007 (Commands In Python) <COMPLETE_*>: Similarly.
1008 (Symbols In Python) <SYMBOL_*>: Similarly.
1009 (Breakpoints In Python) <WP_*>: Similarly.
1010 (Breakpoints In Python) <BP_*>: Similarly.
1011
1012 2014-05-17 David Taylor <dtaylor@emc.com>
1013
1014 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1015 mentioned in the qfThreadInfo reply.
1016
1017 2014-05-16 Doug Evans <dje@google.com>
1018
1019 * gdb.texinfo (Mode Options): Add -D.
1020
1021 2014-05-09 Samuel Bronson <naesten@gmail.com>
1022
1023 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1024 "make -C".
1025
1026 2014-04-29 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1029 "show debug varobj".
1030
1031 2014-05-01 David Taylor <dtaylor@emc.com>
1032
1033 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1034 option.
1035
1036 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1037 Walfred Tedeschi <walfred.tedeschi@intel.com>
1038
1039 * gdb.texinfo (i386 Features): Add description of AVX512
1040 registers.
1041
1042 2014-03-31 Doug Evans <dje@google.com>
1043
1044 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1045
1046 2014-03-30 Doug Evans <dje@google.com>
1047
1048 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1049 (Background Execution): Ditto.
1050
1051 2014-03-21 Pedro Alves <palves@redhat.com>
1052 Stan Shebs <stan@codesourcery.com>
1053 Hui Zhu <hui@codesourcery.com>
1054
1055 * gdb.texinfo (Packets): Add anchor to "? packet".
1056 Remove fixme and update introduction of "k packet".
1057 Add anchor to "vKill packet".
1058
1059 2014-03-12 Stan Shebs <stan@codesourcery.com>
1060
1061 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1062
1063 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1064
1065 * guile.texi (Basic Guile): Document 'history-append!'.
1066
1067 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1070 and "assf" as being deprecated.
1071 (Cygwin Native): Likewise for "dll-symbols".
1072 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1073 as a way to force the loading of symbols from a DLL.
1074
1075 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1076
1077 * python.texi (Values From Inferior): Add description about the
1078 new feature.
1079
1080 2014-02-17 Doug Evans <xdje42@gmail.com>
1081
1082 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1083 * gdb.texinfo (Python): Moved to ...
1084 * python.texi: ... here. New file.
1085
1086 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1087
1088 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1089 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1090 parameter to 'str-lookup-function' procedure. Look for
1091 the "std::string<" prefix.
1092 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1093 Adjust description.
1094
1095 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1096
1097 * guile.texi (Values From Inferior In Guile): Remove stray
1098 parantheses for deffn.
1099 (Disassembly In Guile): Ditto.
1100
1101 2014-02-10 Stan Shebs <stan@codesourcery.com>
1102
1103 Add Doxygen support.
1104 * Makefile.in (doxy): New action, generates Doxygen files.
1105 (DOXYGEN): New.
1106 (doxyedit): New.
1107 * Doxyfile-base.in: New file.
1108 * Doxyfile-gdb-api.in: New file.
1109 * Doxyfile-gdb-xref.in: New file.
1110 * Doxyfile-gdbserver.in: New file.
1111 * doxy-index.in: New file.
1112 * filter-for-doxygen: New file.
1113 * filter-params.pl: New file.
1114
1115 2014-02-10 Doug Evans <xdje42@gmail.com>
1116
1117 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1118 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1119 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1120 (Guile docs): Include guile.texi.
1121 (objfile-gdbdotext file): Add objfile-gdb.scm.
1122 (dotdebug_gdb_scripts section): Mention Guile scripts.
1123 (Multiple Extension Languages): New node.
1124 * guile.texi: New file.
1125
1126 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1127
1128 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1129 ignore-descriptive-types". commands.
1130
1131 2014-01-22 Doug Evans <dje@google.com>
1132
1133 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1134 (gdbserver man): Ditto.
1135
1136 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1137
1138 * gdb.texinfo: Document limited reverse/replay support
1139 for target record-btrace.
1140
1141 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1142
1143 * gdb.texinfo (Process Record and Replay): Update documentation.
1144
1145 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1146
1147 * gdb.texinfo (Process Record and Replay): Document new /c
1148 modifier accepted by "record function-call-history".
1149 Add /i modifier to "record function-call-history" example.
1150
1151 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1152 Joel Brobecker <brobecker@adacore.com>
1153
1154 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1155 markers. Remove one that was misplaced.
1156
1157 2014-01-10 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.texinfo (Your Program's Environment) <set environment>:
1160 Mention the shell, and point at 'set exec-wrapper'.
1161
1162 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1165
1166 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1167
1168 * gdb.texinfo (Types In Python): Clarify the documentation
1169 of attribute gdb.Field.bitpos.
1170
1171 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1172
1173 * gdb.texinfo (Types In Python): Fix the documentation of
1174 attribute "bitpos" in class gdb.Field for enum types. Add
1175 documentation for attribute "enumval" in that same class.
1176
1177 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1178
1179 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1180 @ftable.
1181
1182 2013-12-23 Doug Evans <xdje42@gmail.com>
1183
1184 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1185 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1186 corresponding section in Extending GDB.
1187 (Extending GDB): Move menu up. New menu item "Auto-loading
1188 extensions".
1189 (Sequences): New menu item "Auto-loading sequences".
1190 (Auto-loading sequences): New node.
1191 (Python): Rename section from Scripting GDB to Extending GDB.
1192 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1193 Move docs on ways to auto-load extensions to ...
1194 (Auto-loading extensions): ... here. New node.
1195
1196 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1199 in menu.
1200 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1201 command, now in a new node.
1202 (GDB/MI Support Commands): New node, with its contents being
1203 extracted from the "GDB/MI Miscellaneous Commands" node.
1204 A small paragraph introducing the section is also added at
1205 the start.
1206 (GDB/MI Miscellaneous Commands): Delete the description of the
1207 -info-gdb-mi-command, -list-features and -list-target-features
1208 commands, now hosted in the "GDB/MI Support Commands" node.
1209
1210 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1211
1212 PR python/16113
1213 * gdb.texinfo (Values From Inferior): Add a note about using
1214 gdb.Field objects as subscripts on gdb.Value objects.
1215 (Types In Python): Add description about the new attribute
1216 "parent_type" of gdb.Field objects.
1217
1218 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1219
1220 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1221 entry for section docuumenting the -list-features GDB/MI command.
1222
1223 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1226 "exec-run-start-option" entry in the output of the "-list-features"
1227 command.
1228
1229 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1230
1231 * gdb.texinfo (i386): Fix yesterday's commit.
1232
1233 2013-12-03 Tom Tromey <tromey@redhat.com>
1234
1235 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1236 documented here.
1237
1238 2013-12-03 Tom Tromey <tromey@redhat.com>
1239
1240 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1241
1242 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1243
1244 * gdb.texinfo (i386 Features): Add MPX feature registers.
1245 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1246 a subsubsection for MPX and describes the display of the
1247 boundary registers.
1248
1249 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1252 documentation of the "ada-exceptions" entry.
1253
1254 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1255
1256 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1257 "^error" result record concerning the error message. Document
1258 the error code that may also be part of that result record.
1259 (GDB/MI Miscellaneous Commands): Document the
1260 "undefined-command-error-code" element in the output of
1261 the "-list-features" GDB/MI command.
1262
1263 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1266 the new -info-gdb-mi-command GDB/MI command. Document
1267 the meaning of "-info-gdb-mi-command" in the output of
1268 -list-features.
1269
1270 2013-11-29 Pedro Alves <palves@redhat.com>
1271
1272 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1273 Update comment.
1274
1275 2013-11-24 Yao Qi <yao@codesourcery.com>
1276
1277 * gdb.texinfo (Caching Remote Data): Document new
1278 "set/show stack-cache" option.
1279
1280 2013-11-24 Yao Qi <yao@codesourcery.com>
1281
1282 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1283 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1284 "off" respectively.
1285
1286 2013-11-23 Yao Qi <yao@codesourcery.com>
1287
1288 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1289 of "displayhint" to the table about child results.
1290
1291 2013-11-21 Yao Qi <yao@codesourcery.com>
1292
1293 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1294 'dynamic' for the output of command -var-list-children.
1295
1296 2013-11-21 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.texinfo (Caching Target Data): Remove "see" before
1299 @pxref.
1300
1301 2013-11-20 Yao Qi <yao@codesourcery.com>
1302
1303 * gdb.texinfo (Caching Target Data): Update doc for
1304 per-address-space dcache.
1305
1306 2013-11-20 Yao Qi <yao@codesourcery.com>
1307
1308 * gdb.texinfo (Data): Rename menu item.
1309 (Caching Remote Data): Rename to ...
1310 (Caching Target Data): ... it. Update.
1311
1312 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1313
1314 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1315 "language-option" entry in the output of the "-list-features"
1316 command.
1317
1318 2013-11-15 Tom Tromey <tromey@redhat.com>
1319
1320 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1321 Add example.
1322
1323 2013-11-14 Tom Tromey <tromey@redhat.com>
1324
1325 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1326
1327 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1328
1329 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1330 (Context management): Place current subsection text into its own
1331 subsubsection. Add new subsubsection describing the "--language"
1332 command option.
1333
1334 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1335
1336 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1337 the documentation of "info-ada-exceptions" in the output
1338 of the "-list-features" command. Add the documentation
1339 of the "ada-exception" entry instead.
1340
1341 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1342
1343
1344 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1345 word of a couple of sentences to start with a capital letter.
1346
1347 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1348
1349 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1350 (Ada Exceptions): New node.
1351 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1352 Commands" node.
1353 (GDB/MI Ada Exceptions Commands): New node.
1354 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1355 field in the output of the "-list-features" command.
1356 * NEWS: Add entry for the new "info exceptions" CLI command,
1357 and for the new "-info-ada-exceptions" GDB/MI command.
1358
1359 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1360
1361 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1362 (Line Tables In Python): New node.
1363
1364 2013-11-08 Doug Evans <dje@google.com>
1365
1366 * gdb.texinfo (Debugging Output): Update text for
1367 "set debug dwarf2-read".
1368
1369 2013-11-08 Doug Evans <dje@google.com>
1370
1371 * gdb.texinfo (Debugging Output): Update text for
1372 "set debug symtab-create".
1373
1374 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1375
1376 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1377 constant.
1378
1379 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1380
1381 * gdb.texinfo (Breakpoints In Python): Document temporary
1382 option in breakpoint constructor, and add documentation to the
1383 temporary attribute.
1384
1385 2013-11-07 Yao Qi <yao@codesourcery.com>
1386
1387 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1388 output of "-var-info-expression".
1389
1390 2013-11-06 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1393 non-interactive mode.
1394 (Environment) <shell startup files warning>: Mention
1395 non-interactive mode. Mention .zshenv for Z shell, and talk about
1396 BASH_ENV instead of .bashrc for BASH.
1397
1398 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1399
1400 * gdb.texinfo (Commands to Specify Files): Add description
1401 of the remove-symbol-file command.
1402 * observer.texi: New free_objfile event
1403
1404 2013-10-24 Pedro Alves <palves@redhat.com>
1405
1406 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1407
1408 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1409
1410 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1411 New subsection inside which the "-catch-load" and "-catch-unload"
1412 commands documentation is now placed.
1413 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1414 documenting the "-catch-assert" and "-catch-exception" new
1415 GDB/MI commands.
1416
1417 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1418
1419 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1420
1421 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1422
1423 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1424 serial baud".
1425 (Remote Configuration): Replace "set remotebaud" by "set serial
1426 baud". Replace "show remotebaud" by "show serial baud".
1427
1428 2013-10-07 Pedro Alves <palves@redhat.com>
1429
1430 PR breakpoints/11568
1431 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1432 when the thread is removed from the thread list.
1433
1434 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1435
1436 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1437 Update entry for $_exitcode.
1438
1439 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1440
1441 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1442 new "--start" option.
1443
1444 2013-10-02 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.texinfo (Registers): Expand description of saved registers
1447 in frames. Explain <not saved>.
1448
1449 2013-09-25 Doug Evans <dje@google.com>
1450
1451 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1452
1453 2013-09-16 Stan Shebs <stan@codesourcery.com>
1454
1455 Remove the internals manual gdbint.texinfo.
1456 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1457 (PDFFILES): Remove gdbint.pdf.
1458 (HTMLFILES): Remove gdbint/index.html.
1459 (HTMLFILES_INSTALL): Remove gdbint.
1460 (GDBINT_DOC_FILES): Remove.
1461 (dvi): Remove gdbint.dvi.
1462 (ps): Remove gdbint.ps.
1463 * gdbint.texinfo: Remove file.
1464 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1465
1466 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1467
1468 * gdb.texinfo (Convenience Functions): Mention new convenience
1469 function $_isvoid.
1470
1471 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1472
1473 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1474 (Standard Target Features): Add new node to menu.
1475 (S/390 and System z Features): New node.
1476
1477 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1478
1479 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1480 -list-target-features in the example.
1481
1482 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1485 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1486
1487 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 Sync documentation with gdb.base/gnu-debugdata.exp.
1490 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1491
1492 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1493
1494 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1495
1496 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1497 Yao Qi <yao@codesourcery.com>
1498
1499 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1500 Document new --skip-unavailable option.
1501 <-stack-list-variables>: Document new --skip-unavailable option.
1502
1503 2013-08-26 Doug Evans <dje@google.com>
1504
1505 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1506 an optional regexp.
1507
1508 2013-08-13 Tom Tromey <tromey@redhat.com>
1509
1510 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1511 Document GDB_PARALLEL and GDB_INOTIFY.
1512
1513 2013-08-09 Stan Shebs <stan@codesourcery.com>
1514
1515 * LRS: Remove file, describes a long-abandoned live-range
1516 splitting extension to stabs.
1517
1518 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1519
1520 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1521
1522 2013-07-17 Doug Evans <dje@google.com>
1523
1524 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1525
1526 2013-07-02 Tom Tromey <tromey@redhat.com>
1527
1528 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1529
1530 2013-06-28 Tom Tromey <tromey@redhat.com>
1531
1532 * Makefile.in (version.subst): Use version.in, not
1533 common/version.in.
1534 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1535 Likewise.
1536
1537 2013-06-27 Pedro Alves <palves@redhat.com>
1538
1539 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1540 dynamic symbol resolution code>: New section, based on infrun.c
1541 comment.
1542
1543 2013-06-26 Tom Tromey <tromey@redhat.com>
1544
1545 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1546 Update.
1547 (Releasing GDB): Likewise.
1548
1549 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1550 Yao Qi <yao@codesourcery.com>
1551
1552 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1553 -trace-frame-collected.
1554
1555 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1556
1557 * gdb.texinfo (Traceframe Info Format): Document tvar element
1558 and its attributes.
1559
1560 2013-06-25 Yao Qi <yao@codesourcery.com>
1561
1562 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1563
1564 2013-06-24 Tom Tromey <tromey@redhat.com>
1565
1566 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1567 (GDBvn.texi): Use version.subst.
1568 (version.subst): New target.
1569 (mostlyclean): Remove version.subst.
1570
1571 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1572
1573 * gdb.texinfo (GDB/MI Data Manipulation)
1574 <-data-list-register-values>: Document the --skip-unavailable
1575 option.
1576
1577 2013-06-07 Yao Qi <yao@codesourcery.com>
1578
1579 * gdb.texinfo (Symbols): Add kindex and cindex for
1580 'maint print msymbols'.
1581
1582 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1583
1584 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1585 response field name (thread-group to inferior).
1586
1587 2013-06-04 Gary Benson <gbenson@redhat.com>
1588
1589 * gdb.texinfo (General Query Packets/qSupported): Added
1590 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1591 to the table of currently defined stub features.
1592 Added a more detailed entry for "augmented-libraries-svr4-read".
1593 (General Query Packets/qXfer:libraries-svr4:read): Documented
1594 the augmented form of this packet.
1595
1596 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.texinfo (System-wide Configuration Scripts): Renames
1599 "Installed System-wide Configuration Scripts". Add associated
1600 @menu block.
1601
1602 2013-05-23 Yao Qi <yao@codesourcery.com>
1603 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.texinfo (Packets): Document 'vCont;r'.
1606 (Continuing and Stepping): Document target-assisted range
1607 stepping, and the 'set range-stepping' and 'show range-stepping'
1608 commands.
1609
1610 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdb.texinfo (Installed System-wide Configuration Scripts):
1613 Add subsection describing the scripts now available under
1614 the data-dir's system-gdbbinit subdirectory.
1615 * NEWS: Add entry announcing the availability of system-wide
1616 configuration scripts for ElinOS and Wind River Linux.
1617
1618 2013-05-21 Hui Zhu <hui@codesourcery.com>
1619
1620 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1621 "-dprintf-insert" command.
1622
1623 2013-05-17 Doug Evans <dje@google.com>
1624
1625 * gdb.texinfo (Maintenance Commands): Update doc for
1626 "maint check-psymtabs". Add doc for "maint check-symtabs",
1627 "maint expand-symtabs".
1628
1629 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1630
1631 * gdb.texinfo (Process Record and Replay): Document the
1632 "record goto" command and its sub-commands.
1633
1634 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1635
1636 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1637 (Python API): Add Frame Filters API, Frame Wrapper API,
1638 Writing a Frame Filter/Wrapper, Managing Management of Frame
1639 Filters chapter entries.
1640 (Frame Filters API): New Node.
1641 (Frame Wrapper API): New Node.
1642 (Writing a Frame Filter): New Node.
1643 (Managing Frame Filters): New Node.
1644 (Progspaces In Python): Add note about frame_filters attribute.
1645 (Objfiles in Python): Ditto.
1646 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1647 @anchors and --no-frame-filters option to -stack-list-variables,
1648 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1649 commands.
1650
1651 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1654 Support" subsection documenting the XML format used to transfer
1655 shared library info on AIX.
1656
1657 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1658
1659 * gdb.texinfo (Debugging Output): Add documentation of
1660 "set debug aix-solib" and "show debug aix-solib" commands.
1661
1662 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1663
1664 * gdb.texinfo (Nios II): New section.
1665 (Nios II Features): New section.
1666
1667 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdbint.texinfo (Algorithms): Remove entries documenting
1670 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1671 SOLIB_CREATE_INFERIOR_HOOK.
1672
1673 2013-04-29 Tom Tromey <tromey@redhat.com>
1674
1675 PR python/14204:
1676 * gdb.texinfo (Python API): Fix menu entry.
1677 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1678 Define global and static block. Add example. Clarify
1679 block relationship for inline functions.
1680
1681 2013-04-29 Tom Tromey <tromey@redhat.com>
1682
1683 * gdb.texinfo (Python API): Mention Python help and keyword
1684 arguments. Move pagination text to Basic Python.
1685 (Basic Python): Put pagination text here. Document
1686 close-on-exec, SIGCHLD, and SIGINT.
1687
1688 2013-04-19 Pedro Alves <palves@redhat.com>
1689
1690 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1691 "signedness" instead of "signness".
1692
1693 2013-04-19 Pedro Alves <palves@redhat.com>
1694
1695 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1696 -Wno-pointer-sign text with text on -Wpointer-sign.
1697
1698 2013-04-16 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1701 GCC that has the SDT probe points.
1702
1703 2013-04-15 Tom Tromey <tromey@redhat.com>
1704
1705 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1706 exception catchpoints.
1707
1708 2013-04-15 Tom Tromey <tromey@redhat.com>
1709
1710 * gdb.texinfo (Set Catchpoints): Document $_exception.
1711 (Convenience Vars): Mention $_exception.
1712
1713 2013-04-15 Tom Tromey <tromey@redhat.com>
1714
1715 * gdb.texinfo (Set Catchpoints): Reorganize exception
1716 catchpoints. Document "catch rethrow".
1717 (Debugging C Plus Plus): Mention "catch rethrow".
1718
1719 2013-04-15 Tom Tromey <tromey@redhat.com>
1720
1721 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1722
1723 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1724 Eli Zaretskii <eliz@gnu.org>
1725
1726 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1727 line below the sample output.
1728
1729 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1730
1731 * gdb.texinfo (Mode Options): Document '-configuration'.
1732 (Help): Document "show configuration".
1733 (Bug Reporting): Add requirements to include the configuration
1734 details in bug reports.
1735
1736 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1737
1738 * Makefile.in (MAN1S): Add gcore.1.
1739 Remove "Host, target, and site specific Makefile fragments" comment.
1740 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1741 (install-man1, uninstall-man1): Conditionalize gcore.1.
1742 (gcore.1): New.
1743 * gdb.texinfo (Man Pages): Add gcore man.
1744 (gcore man): New node.
1745
1746 2013-04-10 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.texinfo (Process Record and Replay): Document that "set
1749 record full insn-number-max", "set record
1750 instruction-history-size" and "set record
1751 function-call-history-size" accept "unlimited".
1752 (Backtrace): Document that "set backtrace limit" accepts
1753 "unlimited".
1754 (List): Document that "set listsize" accepts "unlimited".
1755 (Print Settings)" Document that "set print max-symbolic-offset",
1756 "set print elements" and "set print repeats" accept "unlimited".
1757 (Starting and Stopping Trace Experiments): Document that "set
1758 trace-buffer-size" accepts "unlimited".
1759 (Remote Configuration): Document that "set tcp connect-timeout"
1760 accepts "unlimited".
1761 (Command History): Document that "set history size" accepts
1762 "unlimited".
1763 (Screen Size): Document that "set height" and "set width" accepts
1764 "unlimited". Adjust "set pagination"'s description to suggest
1765 "set height unlimited" instead of "set height 0".
1766
1767 2013-04-10 Yao Qi <yao@codesourcery.com>
1768
1769 * gdb.texinfo (Trace Files): Add "target ctf".
1770
1771 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1772
1773 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1774
1775 * Makefile.in (install-man1, install-man5, uninstall-man1)
1776 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1777
1778 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1779
1780 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1781 Eli Zaretskii <eliz@gnu.org>
1782
1783 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1784 parameters order. Remove "On some targets" for --attach. Document the
1785 --multi parameter and extended-remote command. Document all the
1786 options.
1787
1788 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1789
1790 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1791 the list of supported languages.
1792
1793 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1794
1795 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1796 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1797 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1798 (diststuff): Add man.
1799 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1800 (uninstall-man5): New.
1801 (STAGESTUFF): Add *.1 and *.5.
1802 (GDBvn.texi): Add SYSTEM_GDBINIT.
1803 (gdb.1, gdbserver.1, gdbinit.5): New.
1804 (maintainer-clean realclean): Add $(MANS).
1805 (install): Add install-man.
1806 (uninstall): Add uninstall-man.
1807 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1808 (@copying): Wrap it by @c man begin COPYRIGHT.
1809 (Top): Add Man Pages.
1810 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1811
1812 2013-04-02 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.texinfo (Debugging Output): Document "set/show debug
1815 aarch64", "set/show debug coff-pe-read" and "set/show debug
1816 mach-o".
1817
1818 2013-04-02 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1821 table>: Add entry for "trace-buffer-size".
1822
1823 2013-03-28 Pedro Alves <palves@redhat.com>
1824
1825 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1826 table>: Add entry for "trace-status".
1827
1828 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1829
1830 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1831 @bullet", which is invalid (makeinfo 5.1 barfs).
1832
1833 2013-03-28 Pedro Alves <palves@redhat.com>
1834
1835 PR gdb/15294
1836
1837 * gdb.texinfo (List) <set listsize>: Adjust to document that
1838 listsize 0 means no limit, and remove mention of -1.
1839
1840 2013-03-22 Yao Qi <yao@codesourcery.com>
1841
1842 * gdb.texinfo (Embedded Processors): Remove menu item
1843 "OpenRISC 1000".
1844 (OpenRISC 1000): Remove.
1845
1846 2013-03-21 Doug Evans <dje@google.com>
1847
1848 * gdb.texinfo (Maintenance Commands): Add docs for
1849 "mt set per-command {space,time,symtab} {on,off}".
1850
1851 2013-03-14 Hui Zhu <hui@codesourcery.com>
1852 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1855
1856 2013-03-13 Keith Seitz <keiths@redhat.com>
1857
1858 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1859 "maint agent" reference to Dynamic printf.
1860
1861 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1862
1863 * gdb.texinfo (General Query Packets): Don't use colon in index
1864 entries visible to Info format.
1865
1866 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1867
1868 * gdb.texinfo (Process Record and Replay): Document record
1869 changes.
1870
1871 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1872
1873 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1874 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1875 qXfer:btrace:read.
1876
1877 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1878
1879 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1880 use colons in @anchor and @cindex entries.
1881
1882 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1883
1884 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1885
1886 2013-03-08 Stan Shebs <stan@codesourcery.com>
1887 Hafiz Abid Qadeer <abidh@codesourcery.com>
1888
1889 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1890 trace-buffer-size set and show commands.
1891 (Tracepoint Packets): Document QTBuffer:size.
1892 (General Query Packets): Document QTBuffer:size.
1893
1894 2013-02-21 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.texinfo: Remove bad @syncodeindex.
1897 (Values From Inferior, Types In Python, Inferiors In Python)
1898 (Events In Python, Threads In Python, Frames In Python, Blocks In
1899 Python, Symbols In Python, Symbol Tables In Python): Remove
1900 @tables.
1901 (Packets, General Query Packets, Tracepoint Packets)
1902 (Host I/O Packets): Use @w{} for empty @item.
1903
1904 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1905
1906 * gdb.texinfo (Architectures In Python): Add description about
1907 the new method gdb.Architecture.disassemble.
1908
1909 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1910 Hafiz Abid Qadeer <abidh@codesourcery.com>
1911
1912 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1913 Document the "trace-file" field.
1914
1915 2013-02-07 Doug Evans <dje@google.com>
1916
1917 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1918 command.
1919
1920 2013-02-06 Yao Qi <yao@codesourcery.com>
1921
1922 * gdb.texinfo (GDB/MI Async Records): Document new MI
1923 notification "=tsv-modified". Update the document of MI
1924 notification "=tsv-created".
1925 * observer.texi (GDB Observers): New observer tsv_modified.
1926 Update observer tsv_created and tsv_delete.
1927
1928 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1929
1930 * gdb.texinfo (AArch64 Features): New section; document
1931 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1932 (Architectures): Add new AArch64 section to document AArch64
1933 architecture specific commands.
1934 (ABI): Add description of the new OS ABI "Newlib" and its influence
1935 on the longjmp handling.
1936
1937 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1938 Jan Kratochvil <jan.kratochvil@redhat.com>
1939
1940 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1941 variable in 'set/show backtrace' section.
1942
1943 2013-01-31 Tom Tromey <tromey@redhat.com>
1944
1945 * gdb.texinfo (Target Commands): Fix typo.
1946
1947 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1948
1949 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1950 describing the gdb.Architecture class.
1951 (Frames In Python): Add description about the new method
1952 gdb.Frame.architecture().
1953
1954 2013-01-23 Doug Evans <dje@google.com>
1955
1956 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1957
1958 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1959
1960 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1961 'thread-groups' field when printing a breakpoint in MI.
1962
1963 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1964 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1965 to reflect that jit-reader-load now supports absolute file-names.
1966
1967 2013-01-16 Tom Tromey <tromey@redhat.com>
1968
1969 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1970 (Signals): Likewise.
1971
1972 2013-01-16 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1975 "catch-type" field.
1976 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1977
1978 2013-01-07 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.texinfo (Mode Options): Don't mention -epoch.
1981 (Data, Emacs): Remove obsolete comments.
1982
1983 2013-01-02 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.texinfo (GDB/MI Output Records): Update menu.
1986 (GDB/MI Breakpoint Information): New node.
1987 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1988 <-break-insert>: Likewise.
1989
1990 2012-12-31 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
1993 (Packets): Move "vStopped" packet to ...
1994 (Notification Packets): ... here. Describe the components
1995 of notification. Add a table of supported notifications.
1996 Add an example on the process of he async notification.
1997
1998 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2001 present.
2002 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2003 fullname output always present.
2004
2005 2012-12-23 Pierre Muller <muller@sourceware.org>
2006
2007 * gdbint.texinfo (Function prototypes): Require use of "extern"
2008 modifier for function prototypes in headers.
2009
2010 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2011
2012 * refcard.tex: Update copyright notice to GPL v3 or later.
2013 Update contact info.
2014
2015 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2016
2017 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2018
2019 2012-12-15 Yao Qi <yao@codesourcery.com>
2020
2021 * gdb.texinfo (Debugging Output): Document 'set debug
2022 notification' and 'show debug notification'.
2023
2024 2012-12-15 Yao Qi <yao@codesourcery.com>
2025
2026 * gdb.texinfo (Listing Tracepoints): New item and example about
2027 'installed on target' output.
2028 Add more in the example about 'installed on target'.
2029 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2030
2031 2012-12-14 Tom Tromey <tromey@redhat.com>
2032
2033 * gdb.texinfo (SVR4 Process Information): Mention core files.
2034
2035 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2036
2037 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2038
2039 2012-12-11 Pedro Alves <palves@redhat.com>
2040
2041 * gdb.texinfo: Remove all mentions of Unixware throughout.
2042
2043 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2044
2045 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2046
2047 2012-11-29 Tom Tromey <tromey@redhat.com>
2048
2049 * gdb.texinfo (SVR4 Process Information): Document missing
2050 "info proc" subcommands.
2051
2052 2012-11-29 Yao Qi <yao@codesourcery.com>
2053
2054 PR gdb/1477.
2055 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2056 to 'auto' instead of 'gnu'.
2057
2058 2012-11-26 Tom Tromey <tromey@redhat.com>
2059
2060 * gdb.texinfo (MiniDebugInfo): New node.
2061 (GDB Files): Update.
2062
2063 2012-11-16 Doug Evans <dje@google.com>
2064
2065 * gdb.texinfo (System-wide configuration): If the system-wide init
2066 file lives in the data-directory, and --data-directory is provided,
2067 look for it there.
2068
2069 2012-11-15 Tom Tromey <tromey@redhat.com>
2070
2071 * gdb.texinfo (Signaling): Fix typo.
2072
2073 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2074
2075 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2076 parameter "count" of -data-write-memory-bytes, and add an example.
2077
2078 2012-11-12 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Symbols): Document "info type-printers",
2081 "enable type-printer" and "disable type-printer".
2082 (Python API): Add new node to menu.
2083 (Type Printing API): New node.
2084 (Progspaces In Python): Document type_printers field.
2085 (Objfiles In Python): Likewise.
2086 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2087 register_type_printer, TypePrinter>: Document.
2088
2089 2012-11-12 Tom Tromey <tromey@redhat.com>
2090
2091 * gdb.texinfo (Symbols): Document "set print type methods",
2092 "set print type typedefs", and flags to ptype and whatis.
2093
2094 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2095
2096 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2097 the example -data-disassemble output. Extend the description of
2098 the -data-disassemble results to document all fields. Document
2099 the cli disassemble command as being related to -data-disassemble.
2100
2101 2012-11-09 Yao Qi <yao@codesourcery.com>
2102
2103 PR gdb/14777.
2104 * gdb.texinfo (OS Information): Remove doc on command
2105 'info udot'.
2106
2107 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2110 gdb.ini warning for Windows port.
2111
2112 2012-11-08 Yao Qi <yao@codesourcery.com>
2113
2114 * gdb.texinfo (Search): Add kindex for 'fo'.
2115
2116 2012-11-05 Tom Tromey <tromey@redhat.com>
2117
2118 PR python/14802:
2119 * gdb.texinfo (Functions In Python): Add example.
2120
2121 2012-11-03 Yao Qi <yao@codesourcery.com>
2122
2123 * observer.texi (GDB Observers): Remove observer
2124 'tracepoint_modified', 'tracepoint_created' and
2125 'tracepoint_deleted'.
2126
2127 2012-10-26 Tom Tromey <tromey@redhat.com>
2128
2129 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2130
2131 2012-10-25 Tom Tromey <tromey@redhat.com>
2132
2133 * gdb.texinfo (General Query Packets): Use @itemx.
2134
2135 2012-10-17 Yao Qi <yao@codesourcery.com>
2136
2137 * observer.texi (GDB Observers): Update observer
2138 'memory_changed'.
2139 * gdb.texinfo (GDB/MI Async Records): Document for
2140 "memory-changed" notification.
2141
2142 2012-10-15 Doug Evans <dje@google.com>
2143
2144 * gdb.texinfo (Mode Options): Document -nh.
2145 Elaborate on docs for -nx.
2146
2147 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2148
2149 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2150
2151 2012-09-21 Yao Qi <yao@codesourcery.com>
2152 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.texinfo (GDB/MI Async Records): Document notification
2155 'record-started' and 'record-stopped'.
2156 * observer.texi (GDB Observers): New observer 'record-changed'.
2157
2158 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2159
2160 * gdb.texinfo: Document the removal of SH's 'regs' command.
2161
2162 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2163
2164 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2165
2166 2012-09-18 Yao Qi <yao@codesourcery.com>
2167
2168 * gdb.texinfo (GDB/MI Async Records): Document new MI
2169 notifications '=tsv-created' and '=tsv-deleted'.
2170 * observer.texi (GDB Observers): New observer tsv_created and
2171 tsv_deleted.
2172
2173 2012-09-18 Yao Qi <yao@codesourcery.com>
2174
2175 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2176 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2177 '=traceframe-changed'.
2178
2179 2012-09-17 Yao Qi <yao@codesourcery.com>
2180
2181 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2182 'set listsize'.
2183
2184 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2185 Eli Zaretskii <eliz@gnu.org>
2186
2187 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2188 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2189 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2190
2191 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2192
2193 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2194
2195 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2196
2197 Document how to return from "python-interactive" to GDB.
2198 * gdb.texinfo (Python Commands): Update documentation.
2199
2200 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2201
2202 Add a new "python-interactive" command that starts a standard
2203 Python interactive prompt with "pi" as alias, and add "py" as
2204 an alias to "python".
2205 * gdb.texinfo (Python Commands): Document the new commands.
2206
2207 2012-08-22 Tom Tromey <tromey@redhat.com>
2208
2209 * gdbint.texinfo (Host Definition): Remove documentation for
2210 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2211
2212 2012-08-17 Keith Seitz <keiths@redhat.com>
2213
2214 PR c++/13356
2215 * gdb.texinfo (Type and Range Checking): Remove warning.
2216 Remove spurious commas.
2217 Update text and examples for re-implementation of set/show
2218 check type.
2219 (C and C++ Type and Range Checks): Likewise.
2220
2221 2012-08-16 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2224 is deprecated.
2225
2226 2012-08-13 Doug Evans <dje@google.com>
2227
2228 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2229 to include functions.
2230
2231 2012-08-10 Doug Evans <dje@google.com>
2232
2233 * gdb.texinfo (Convenience Funs): New node.
2234 (Types In Python): Document Type.vector.
2235
2236 2012-08-09 Yao Qi <yao@codesourcery.com>
2237
2238 * observer.texi: New observer command_param_changed.
2239 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2240
2241 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdbint.texinfo (Debugging GDB): In section
2244 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2245 Mention also gdb-gdb.py.
2246
2247 2012-08-07 Yao Qi <yao@codesourcery.com>
2248
2249 Revert the folloing patch:
2250 2012-08-06 Yao Qi <yao@codesourcery.com>
2251 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2252 remote hardware-watchpoint-limit' and 'set
2253 remote hardware-breakpoint-limit'.
2254
2255 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2256
2257 * gdb.texinfo (Working Directory): Added information about new
2258 default argument for 'cd' command.
2259
2260 2012-08-06 Yao Qi <yao@codesourcery.com>
2261
2262 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2263 remote hardware-watchpoint-limit' and 'set
2264 remote hardware-breakpoint-limit'.
2265
2266 2012-08-06 Yao Qi <yao@codesourcery.com>
2267
2268 Fix PR14371.
2269
2270 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2271 '=breakpoint-deleted'.
2272
2273 2012-08-02 Yao Qi <yao@codesourcery.com>
2274
2275 * gdb.texinfo (Native): Remove node Neutrino.
2276
2277 2012-07-27 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.texinfo (IPA Protocol Commands): Document new command
2280 'close'.
2281
2282 2012-07-25 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2285
2286 2012-07-20 Doug Evans <dje@google.com>
2287
2288 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2289 (Index Files): Document how to control the use of deprecated index
2290 sections.
2291 (Index Section Format): Replace --use-deprecated-index-sections with
2292 "set use-deprecated-index-sections on".
2293
2294 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2295
2296 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2297 indices into a single node "Index". Instead, join function and
2298 variable indices into a single index, separate from the concept
2299 index. Requested in
2300 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2301 (Top): Update the top-level menu: instead of one "Index" there are
2302 now separate entries "Concept Index" and "Function and Variable
2303 Index".
2304 (Concept Index, Function and Variable Index): New nodes.
2305 (Index): Node deleted.
2306
2307 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2308
2309 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2310 and "maint agent-eval".
2311
2312 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2313
2314 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2315 avoid file-name clashes between Index.html and index.html on
2316 case-insensitive filesystems. See the discussion starting in
2317 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2318 details of the problem.
2319 (Top): Update the master menu for the above.
2320 (Concept Index, Command and Variable Index): New nodes, instead of
2321 the old "Index" node that was deleted. All cross-references
2322 updated.
2323
2324 2012-07-02 Stan Shebs <stan@codesourcery.com>
2325
2326 * gdb.texinfo (Dynamic Printf): Mention agent style and
2327 disconnected dprintf.
2328 (Maintenance Commands): Describe maint agent-printf.
2329 (General Query Packets): Mention BreakpointCommands feature.
2330 (Packets): Document commands extension to Z0 packet.
2331 * agentexpr.texi (Bytecode Descriptions): Document printf
2332 bytecode.
2333
2334 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2337 only after gdbinit files.
2338 (Startup): Move -iex and -iex commands down after gdbinit files.
2339
2340 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2343 possibility.
2344
2345 2012-06-29 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.texinfo (Index Section Format): Update for version 7.
2348
2349 2012-06-28 Stan Shebs <stan@codesourcery.com>
2350
2351 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2352 example, add note about title column.
2353
2354 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2355
2356 * gdb.texinfo (Symbol Tables In Python): Add description about
2357 the new 'last' attribute of gdb.Symtab_and line.
2358
2359 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2360
2361 * gdb.texinfo (Symbol Tables In Python): Correct the description
2362 of the 'pc' attribute of gdb.Symtab_and_line.
2363
2364 2012-06-26 Doug Evans <dje@google.com>
2365
2366 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2367 and symtab-create.
2368
2369 2012-06-25 Keith Seitz <keiths@redhat.com>
2370
2371 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2372 from example. Remove "rbreak" from list of corresponding
2373 gdb commands.
2374
2375 2012-06-23 Doug Evans <dje@google.com>
2376
2377 * gdb.texinfo (Index Section Format): Document version 7 format.
2378
2379 2012-06-22 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.texinfo: Add missing cindex for some packets.
2382
2383 2012-06-20 Keith Seitz <keiths@redhat.com>
2384
2385 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2386 for -break-insert and document -p.
2387
2388 2012-06-20 Yao Qi <yao@codesourcery.com>
2389
2390 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2391 and "gdb.write_memory" with "Inferior.read_memory" and
2392 "Inferior.write_memory".
2393
2394 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2395
2396 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2397 (Free Documentation): Add @node line.
2398 (Continuing and Stepping) <advance location>: Use @item instead of
2399 @itemx.
2400 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2401 @itemx.
2402 (Embedded Processors): Put the link to "PA" to its correct place,
2403 according to document structure.
2404 (Python API): Put the link to "Lazy Strings In Python" to its
2405 correct place.
2406 (Index): Use @@ in @tex block to get a literal @.
2407
2408 * gdbint.texinfo: Fix the @subtitle line.
2409
2410 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2411 correct place.
2412
2413 2012-06-08 Yao Qi <yao@codesourcery.com>
2414
2415 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2416 Protocol'.
2417 (In-Process Agent Protocol, IPA Protocol Objects)
2418 (IPA Protocol Commands): New nodes.
2419 (Tracepoint Packets): Add anchors.
2420
2421 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2422
2423 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2424
2425 2012-06-06 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.texinfo: Update copyright year.
2428
2429 2012-05-23 Stan Shebs <stan@codesourcery.com>
2430 Kwok Cheung Yeung <kcy@codesourcery.com>
2431
2432 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2433
2434 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2437 Mention also --with-separate-debug-dir.
2438 (Auto-loading): Prepend $debugdir in the sample output.
2439 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2440 auto-load safe-path variable.
2441 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2442 Mention also $debugdir for 'set auto-load scripts-directory'.
2443
2444 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2445
2446 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2447 (MIPS Embedded, MIPS, MIPS Register packet Format)
2448 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2449 appropriate.
2450
2451 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2452 Maciej W. Rozycki <macro@codesourcery.com>
2453
2454 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2455 mips compression".
2456 (MIPS Breakpoint Kinds): New subsubsection.
2457
2458 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2459
2460 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2461 nodes for subsections. Add @acronym mark-ups and adjust
2462 formatting.
2463
2464 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2465
2466 Rename $ddir to $datadir.
2467 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2468 (objfile-gdb.py file): Rename $ddir to $datadir.
2469
2470 2012-05-18 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2473
2474 2012-05-14 Stan Shebs <stan@codesourcery.com>
2475
2476 * gdb.texinfo (Dynamic Printf): New subsection.
2477
2478 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2479
2480 * gdb.texinfo (Basic Python): Add description about the function
2481 gdb.find_pc_line
2482
2483 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2484 Eli Zaretskii <eliz@gnu.org>
2485
2486 * gdb.texinfo (Separate Debug Files): Use plural form for global
2487 debugging information directory.
2488
2489 2012-05-11 Stan Shebs <stan@codesourcery.com>
2490 Kwok Cheung Yeung <kcy@codesourcery.com>
2491
2492 * gdb.texinfo (Operating System Auxiliary Information): Document new
2493 'info os' subcommands.
2494
2495 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2498 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2499 (dotdebug_gdb_scripts section): Add reference
2500 to 'Auto-loading safe path'.
2501
2502 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 Implement multi-component --with-auto-load-dir.
2505 * gdb.texinfo (Auto-loading): New references
2506 for 'set auto-load scripts-directory'
2507 and 'show auto-load scripts-directory'.
2508 (Auto-loading safe path): Describe the new default. Move $ddir
2509 substituation reference to 'objfile-gdb.py file'.
2510 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2511 script-name. Describe new 'set auto-load scripts-directory'
2512 and 'show auto-load scripts-directory'.
2513
2514 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 Provide $ddir substitution for --with-auto-load-safe-path.
2517 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2518 (Auto-loading safe path): Likewise. Mention the default value,
2519 $ddir substitution, --with-auto-load-safe-path and
2520 --without-auto-load-safe-path.
2521 * observer.texi (gdb_datadir_changed): New.
2522
2523 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2526 Twice.
2527
2528 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2529 directory separator by path separator.
2530
2531 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2534 for 'set auto-load safe-path' optional. Mention if it is omitted.
2535 Change disabling security protection condition to "/", twice.
2536
2537 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2538
2539 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2540 the new methods global_block and static_block on gdb.Symtab
2541 objects.
2542
2543 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2544
2545 * gdb.texinfo (Blocks In Python): Add a note saying that future
2546 improvements to GDB and its infrastructure can move symbols
2547 across blocks within a symbol table.
2548
2549 2012-04-29 Yao Qi <yao@codesourcery.com>
2550
2551 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2552 (A29K): Remove.
2553
2554 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2555 Tom Tromey <tromey@redhat.com>
2556
2557 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2558 and generic static probe support on GDB.
2559
2560 2012-04-25 Doug Evans <dje@google.com>
2561
2562 * gdb.texinfo (Go): Fix thinko.
2563
2564 * gdb.texinfo (Supported Languages): Add Go.
2565 (Go): New node.
2566
2567 2012-04-25 Yao Qi <yao@codesourcery.com>
2568
2569 * gdbint.texinfo (Testsuite): New section `Board settings'.
2570
2571 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2572
2573 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2574 Three times.
2575
2576 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2577 Three times.
2578
2579 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2582 by @table @asis. Fix formatting of one item.
2583
2584 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2587
2588 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 New option "set debug auto-load".
2591 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2592 (auto-load verbose mode): New node.
2593
2594 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 New option "set auto-load safe-path".
2597 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2598 and "info auto-load" examples for safe-path. Put there also references
2599 for "set auto-load safe-path" and "show auto-load safe-path".
2600 New menu item for Auto-loading safe path.
2601 (Auto-loading safe path): New node.
2602 (Python Auto-loading): Update the expected output from "Missing"
2603 to "No".
2604
2605 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2606
2607 auto-load: Implementation.
2608 * gdb.texinfo (Mode Options): New anchor for -nx.
2609 (Startup): New anchors for Option -init-eval-command,
2610 Home Directory Init File
2611 and Init File in the Current Directory during Startup.
2612 Mention set auto-load local-gdbinit with a reference.
2613 Change the sample code to "set auto-load python-scripts".
2614 (Threads): New anchor set libthread-db-search-path.
2615 Provide references to libthread_db.so.1 file.
2616 (Controlling GDB): New menu item for Auto-loading.
2617 (Auto-loading, Init File in the Current Directory)
2618 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2619 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2620 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2621 reference.
2622 (Auto-loading): Rename to ...
2623 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2624 "set auto-load python-scripts", new anchor for it. Change
2625 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2626 for it. Change "info auto-load-scripts"
2627 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2628 to "Python scripts".
2629
2630 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2631
2632 PR mi/13393
2633 * gdb.texinfo (Print Settings): Extend the description for "set print
2634 object".
2635 (GDB/MI Variable Objects): Extend the description for -var-create and
2636 -var-list-children.
2637
2638 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2639
2640 * gdb.texinfo (Examining Data): Document the 'explore' command.
2641
2642 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2645 to the children of a varobj and its update range when -var-update
2646 returns that the varobj's type changed.
2647
2648 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2649
2650 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2651 Create two new links fir 'objfile-gdb.py file'
2652 and 'dotdebug_gdb_scripts section'.
2653
2654 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2655
2656 * gdb.texinfo (Auto-loading): Rename node reference
2657 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2658 Twice.
2659 (.debug_gdb_scripts section): Rename the node ...
2660 (dotdebug_gdb_scripts section): ... here.
2661 (Maintenance Commands): Also rename this node reference.
2662
2663 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2664
2665 * gdb.texinfo (Python API/Values From Inferior): Add description
2666 about the new method Value.referenced_value. Add description on
2667 how Value.dereference is different (and similar) to
2668 Value.referenced_value.
2669
2670 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2673 --init-eval-command=COMMAND, -iex.
2674 (Startup): Describe -iex and -ix. Simplify the example
2675 for "set auto-load-scripts off".
2676
2677 2012-03-16 Gary Benson <gbenson@redhat.com>
2678
2679 PR breakpoints/10738
2680 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2681 stating that GDB cannot set breakpoints on inlined functions.
2682 (Mode Options): Document --use-deprecated-index-sections.
2683 (Index Section Format): Document new index section version format.
2684
2685 2012-03-15 Tom Tromey <tromey@redhat.com>
2686
2687 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2688
2689 2012-03-13 Doug Evans <dje@google.com>
2690
2691 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2692 of "reload".
2693 (Symbols): Delete docs for set/show symbol-reloading.
2694 * gdbint.texinfo (Defining Other Architecture Features): Delete
2695 SYMBOL_RELOADING_DEFAULT.
2696 * refcard.tex: Delete reference to symbol-reloading.
2697
2698 2012-03-07 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.texinfo (General Query Packets): Document new
2701 QProgramSignals packet.
2702 * gdb.texinfo (Remote configuration): Mention
2703 "program-signals-packet".
2704
2705 2012-03-05 Tristan Gingold <gingold@adacore.com>
2706
2707 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2708
2709 2012-03-03 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.texinfo (In-Process Agent): New node.
2712 Document new commands.
2713 (General Query Packets): Add packet `QAgent'.
2714
2715 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2716
2717 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2718
2719 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2720
2721 * gdb.texinfo (Commands In Python): Put example python macro in
2722 COMMAND_USER category rather than COMMAND_OBSCURE.
2723 Document gdb.COMMAND_USER.
2724 (User-defined Commands): Update documentation to clarify
2725 "set/show max-user-call-depth" and "show user" don't apply to python
2726 commands. Update documentation to clarify "help user-defined" may
2727 also include python commands defined as COMMAND_USER.
2728
2729 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdb.texinfo (Startup): Add option -ex description to the option -x
2732 description.
2733
2734 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2735
2736 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2737 condition-evaluation breakpoint parameter.
2738 Mention condition-evaluation mode being shown in "info break".
2739 (Break Conditions): Add description for target-side
2740 conditional breakpoints.
2741 (Remote Configuration): Mention conditional-breakpoints-packet.
2742 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2743 cond-expr.
2744 (General Query Packets): Mention new ConditionalBreakpoint feature.
2745
2746 2012-02-22 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2749
2750 2012-02-17 Tom Tromey <tromey@redhat.com>
2751
2752 PR python/10753:
2753 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2754 directory.
2755
2756 2012-02-14 Stan Shebs <stan@codesourcery.com>
2757
2758 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2759
2760 2012-02-13 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2763 mips-idt-ecoff.
2764
2765 2012-02-09 Yao Qi <yao@codesourcery.com>
2766
2767 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2768
2769 2012-02-07 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2772 Symbol.value.
2773
2774 2012-02-07 Tom Tromey <tromey@redhat.com>
2775
2776 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2777
2778 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2779
2780 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2781
2782 2012-01-24 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2785 unload".
2786 (Files): Mention new catch commands.
2787 (GDB/MI Async Records): Likewise.
2788
2789 2012-01-24 Gary Benson <gbenson@redhat.com>
2790
2791 Delete #if 0'd out code.
2792 * gdb.texinfo (Frame Info): Remove "info catch".
2793
2794 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2795
2796 * gdb.texinfo (Remote Configuration): Document
2797 "set remote hostio-readlink-packet" command.
2798 (General Query Packets): Document vFile:readlink packet.
2799
2800 2012-01-16 Tom Tromey <tromey@redhat.com>
2801
2802 * gdb.texinfo (Specify Location): Document relative file name
2803 handling.
2804
2805 2012-01-16 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2808
2809 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2810 Eli Zaretskii <eliz@gnu.org>
2811
2812 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2813 code.
2814
2815 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2816
2817 * gdb.texinfo (Variables): Document use of :: for non-static
2818 variables.
2819
2820 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2821
2822 * gdbint.texinfo (Start of New Year Procedure): Update
2823 to replace use of copyright.sh by use of copyright.py.
2824
2825 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 Remove the gdbtui binary.
2828 * all-cfg.texi (GDBTUI): Remove.
2829 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2830 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2831 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2832
2833 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2834
2835 Introduce gdb.FinishBreakpoint in Python.
2836 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2837 (Python API): Add menu entry for Finish Breakpoints.
2838
2839 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2842 tests.
2843
2844 2011-12-16 Doug Evans <dje@google.com>
2845
2846 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2847
2848 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2849
2850 * gdb.texinfo (Python Commands): Remove "maint set/show print
2851 stack". Add documentation for "set/show python print-stack".
2852
2853 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2854
2855 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2856 should transfer control to the stub in the startup code instead of
2857 in main. Mention the need to get past the initial breakpoint.
2858
2859 2011-12-06 Tom Tromey <tromey@redhat.com>
2860
2861 * gdb.texinfo (Set Breaks): Update for new behavior.
2862
2863 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2864
2865 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2866 List Format for SVR4 Targets'.
2867 (General Query Packets): New item qXfer:libraries-svr4:read.
2868 (Library List Format for SVR4 Targets): New node.
2869
2870 2011-12-01 Tom Tromey <tromey@redhat.com>
2871
2872 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2873 add.
2874
2875 2011-11-22 Tom Tromey <tromey@redhat.com>
2876
2877 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2878 reasons.
2879
2880 2011-11-20 Stan Shebs <stan@codesourcery.com>
2881
2882 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2883 note-related options and variables.
2884 (Tracepoint Packets): Document packet changes.
2885
2886 2011-11-20 Sanjoy Das <sdas@igalia.com>
2887
2888 * gdb.texinfo (JIT Interface): Add documentation on writing and
2889 usind JIT debug info readers.
2890 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2891 Debug Info Readers): New nodes.
2892
2893 2011-11-18 Yao Qi <yao@codesourcery.com>
2894
2895 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2896 tracepoint.
2897
2898 2011-11-15 Doug Evans <dje@google.com>
2899
2900 * gdb.texinfo (Files): Document basenames-may-differ.
2901
2902 2011-11-14 Doug Evans <dje@google.com>
2903
2904 * gdb.texinfo (Shell Commands): Document "!".
2905
2906 2011-11-14 Stan Shebs <stan@codesourcery.com>
2907 Kwok Cheung Yeung <kcy@codesourcery.com>
2908
2909 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2910 needed to get shorter fast tracepoints.
2911 (Tracepoint Packets): Document new qTMinFTPILen packet.
2912
2913 2011-11-14 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2916 behavior of tracepoint.
2917 (General Query Packets): New feature InstallInTrace.
2918 (Remote Configuration): Document "set remote
2919 install-in-trace-packet".
2920
2921 2011-11-12 Matt Rice <ratmice@gmail.com>
2922
2923 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2924 Add arguments to info macro.
2925
2926 2011-11-10 Tom Tromey <tromey@redhat.com>
2927
2928 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2929 manual.
2930 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2931 (Macros): Add a footnote.
2932 (C): Remove paragraph about compiler options.
2933 (C Constants): Mention wide character and string constants.
2934 (C Plus Plus Expressions): Update compiler option advice. Mention
2935 using declarations. Mention ADL. Remove old HP compiler
2936 information.
2937
2938 2011-11-10 Tom Tromey <tromey@redhat.com>
2939
2940 PR c++/9257:
2941 * gdb.texinfo (Print Settings): Add an extra note about the need
2942 for a vtable.
2943
2944 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2945
2946 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2947 "set mips abi" documentation.
2948
2949 2011-11-04 Doug Evans <dje@google.com>
2950
2951 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2952
2953 2011-11-03 Tom Tromey <tromey@redhat.com>
2954
2955 * gdb.texinfo (Stopping): Add menu entry.
2956 (Continuing and Stepping): Restore @node. Use @section, not
2957 @subsection.
2958
2959 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2960
2961 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2962 designation. Fix "Specify Location" cross-reference.
2963
2964 2011-11-02 Stan Shebs <stan@codesourcery.com>
2965
2966 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2967 (General Query Packets): Describe tracenz feature.
2968 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2969
2970 2011-10-28 Paul Koning <paul_koning@dell.com>
2971
2972 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2973
2974 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2975
2976 * gdb.texinfo ((Frames In Python): Document
2977 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2978
2979 2011-10-26 Paul Koning <paul_koning@dell.com>
2980
2981 * gdb.texinfo (gdb.types): Document new deepitems function.
2982
2983 2011-10-25 Paul Koning <paul_koning@dell.com>
2984
2985 PR python/13327
2986
2987 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2988 fetch_lazy method.
2989
2990 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2991
2992 PR python/12656
2993
2994 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
2995 global_block, static_block function.
2996
2997 2011-10-19 Tom Tromey <tromey@redhat.com>
2998
2999 * gdb.texinfo (Commands In Python): Add missing "@"s.
3000
3001 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3002
3003 PR python/13285 Document named constants for frame unwind stop reasons
3004 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3005 constants.
3006
3007 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 Fix compatibility with texinfo versions older than 4.12.
3010 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3011 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3012 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3013 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3014 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3015 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3016 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3017
3018 2011-10-09 Doug Evans <dje@google.com>
3019
3020 * gdb.texinfo (Extending GDB): Document alias command.
3021
3022 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3023
3024 Support @entry in input expressions.
3025 * gdb.texinfo (Variables): Describe @entry names suffix.
3026 (Print Settings): Add anchor for `set print entry-values'.
3027
3028 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3029 Eli Zaretskii <eliz@gnu.org>
3030
3031 Display @entry parameter values (without references).
3032 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3033 example.
3034 (Print Settings): New description of set print entry-values and show
3035 print entry-values.
3036
3037 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3038 Eli Zaretskii <eliz@gnu.org>
3039
3040 Recognize virtual tail call frames.
3041 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3042 (Tail Call Frames): New node.
3043 (Frames In Python): Add gdb.TAILCALL_FRAME.
3044
3045 2011-10-07 Doug Evans <dje@google.com>
3046
3047 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3048 register_pretty_printer.
3049
3050 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3051
3052 PR python/12930
3053 PR python/12802
3054
3055 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3056 stop method.
3057
3058 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3059
3060 * gdb.texinfo (Starting your Program): "set disable-randomization"
3061 is no longer Linux-specific.
3062 (Remote Configuration): Document "set remote
3063 disable-randomization-packet".
3064 (General Query Packets): Document "QDisableRandomization" packet
3065 and add it to "qSupported" list.
3066
3067 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3068
3069 Allow Python notification of new object-file loadings.
3070 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3071 event type.
3072
3073 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3074
3075 PR python/12691: Add the inferior to Python exited event
3076 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3077
3078 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3079
3080 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3081 rephasing.
3082
3083 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3084
3085 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3086 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3087 as possible feature returned by the `-list-features'
3088 command.
3089
3090 2011-09-28 Paul Koning <paul_koning@dell.com>
3091
3092 * gdb.texinfo (gdb.Type): Document field access by dictionary
3093 key syntax.
3094
3095 2011-09-28 Yao Qi <yao@codesourcery.com>
3096
3097 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3098 Add one space after option `-s'. Remove @r{} markup.
3099
3100 2011-09-27 Stan Shebs <stan@codesourcery.com>
3101
3102 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3103
3104 2011-09-16 Hui Zhu <teawater@gmail.com>
3105
3106 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3107 to *(unsigned char *)$esp@300.
3108
3109 2011-09-15 Paul Koning <paul_koning@dell.com>
3110
3111 * gdb.texinfo: Make style of Python functions and methods match
3112 the syntax of Python. Also put class and module names explicitly
3113 on function, member, and variable names, matching Python
3114 documentation conventions.
3115
3116 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3117
3118 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3119 * gdb.texinfo (Inferiors In Python): Describe new
3120 gdb.selected_inferior() function.
3121
3122 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3123
3124 Handle multiple breakpoint hits in Python interface:
3125 * gdb.texinfo (Events In Python): New function documentation:
3126 gdb.BreakpointEvent.breakpoints. Indicate that
3127 gdb.BreakpointEvent.breakpoint is now deprecated.
3128
3129 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3132
3133 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3134
3135 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3136
3137 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3138
3139 * gdb.texinfo (Prompt): Add set/show extended-prompt
3140 documentation
3141 (Basic Python): Add prompt_hook anchor.
3142 (Python modules): Reword module text to reflect multiple modules.
3143 (gdb.prompt): Document gdb.prompt module.
3144
3145 2011-08-14 Yao Qi <yao@codesourcery.com>
3146
3147 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3148
3149 2011-08-14 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.texinfo (Standard Target Features): Document C6x features.
3152 (TIC6x Features): New node.
3153
3154 2011-08-12 Doug Evans <dje@google.com>
3155
3156 * gdb.texinfo (Symbols In Python): Document symbol.type.
3157
3158 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3159
3160 * gdb.texinfo (Python): Document command and function
3161 auto-loading.
3162
3163 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3164 Eli Zaretskii <eliz@gnu.org>
3165
3166 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3167 typedefs unrolling. Extend the sample code by an inner typedef and
3168 outer typedefs unrolling.
3169
3170 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3171
3172 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3173 size and line-size.
3174
3175 2011-07-21 Matt Rice <ratmice@gmail.com>
3176
3177 PR macros/12999
3178 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3179 Update text and cindex entries for info macro command.
3180
3181 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3182
3183 * observer.texi (GDB Observers): Add before_prompt observer.
3184 * gdb.texinfo (Basic Python): Add documentation for prompt
3185 substitution.
3186
3187 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3188
3189 PR python/12438
3190 * gdb.texinfo (Python Commands): Add deprecate note to maint
3191 set/show python print-stack. Document set/show python
3192 print-backtrace.
3193
3194 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3195
3196 * gdb.texinfo: Fix typos.
3197
3198 2011-07-01 Tom Tromey <tromey@redhat.com>
3199
3200 * gdb.texinfo (Debugging Output): Document set debug
3201 check-physname.
3202
3203 2011-06-29 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3206 breakpoint-notifications feature.
3207
3208 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3209
3210 * gdb.texinfo (Target Description): Remove warning about
3211 possibly unstable format.
3212
3213 2011-06-03 Tom Tromey <tromey@redhat.com>
3214
3215 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3216 (Events In Python): Note that exit_code is optional.
3217
3218 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3219
3220 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3221 required for multi-threading support.
3222 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3223 Hc are deprecated for multi-threading debugging. Point readers at
3224 the vCont packet.
3225
3226 2011-05-15 Doug Evans <dje@google.com>
3227
3228 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3229
3230 2011-05-13 Doug Evans <dje@google.com>
3231
3232 * gdb.texinfo (Threads): Document $sdir,$pdir.
3233 (Server): Document $pdir exception.
3234
3235 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3236
3237 * gdb.texinfo (Threads): Clarify default value for
3238 libthread-db-search-path.
3239
3240 * gdb.texinfo (Completion): Update example.
3241 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3242
3243 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3244
3245 * gdb.texinfo: Document change in the behaviour of the enable and
3246 disable GDB commands when applied to tracepoints.
3247 Document the EnableDisableTracepoints remote stub feature.
3248 Document QTEnable and QTDisable in the list of tracepoint packets.
3249
3250 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3253 hsuser.texi.
3254 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3255 comment to hsuser.texi. Change rluser.texi name in the comment.
3256
3257 2011-05-10 Doug Evans <dje@google.com>
3258
3259 * gdb.texinfo (Threads): If an empty path is provided for
3260 libthread-db-search-path it is reset to its default value.
3261 (Server): Ditto.
3262
3263 2011-05-09 Doug Evans <dje@google.com>
3264
3265 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3266
3267 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3268 Thiago Jung Bauermann <bauerman@br.ibm.com>
3269
3270 Implement support for PowerPC BookE masked watchpoints.
3271 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3272 (PowerPC Embedded): Mention support of masked watchpoints.
3273
3274 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3275
3276 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3277 `@value{GDBN}'.
3278
3279 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3280
3281 * gdb.texinfo (titlepage): Remove dedication.
3282 (In Memoriam): New appendix.
3283
3284 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3285 Eli Zaretskii <eliz@gnu.org>
3286
3287 * gdb.texinfo (Index Section Format): Change the version to 5.
3288 Describe the different formula.
3289
3290 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3291 Eli Zaretskii <eliz@gnu.org>
3292
3293 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3294 for disconnected tracing.
3295 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3296 extended-remote relationship. Mention --once.
3297 (TCP port allocation lifecycle of @code{gdbserver}): New.
3298
3299 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3300
3301 * gdb.texinfo (Server): Improve indexing. Index all optional
3302 switches to gdbserver.
3303
3304 2011-04-20 Tom Tromey <tromey@redhat.com>
3305
3306 * gdb.texinfo (Index Section Format): New node.
3307 (Top): Add new node to menu.
3308
3309 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3310
3311 * gdb.texinfo (Maintenance Commands): Document `maint print
3312 remote-registers'.
3313
3314 2011-04-20 Tom Tromey <tromey@redhat.com>
3315
3316 * gdb.texinfo (Trace File Format): Move node later.
3317
3318 2011-04-19 Tom Tromey <tromey@redhat.com>
3319
3320 * gdbint.texinfo (Register Information Functions): Remove
3321 duplicate "the".
3322 * gdb.texinfo (Emacs): Remove duplicate "to".
3323 (GDB/MI Variable Objects): Remove duplicate "the".
3324 (General Query Packets): Likewise.
3325
3326 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3329 "GDB/MI Ada Exception Information" node.
3330
3331 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3334 the "exception-name" field in the *stopped async record.
3335
3336 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3337 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3338
3339 Implement support for PowerPC BookE ranged breakpoints.
3340 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3341
3342 2011-03-28 Tom Tromey <tromey@redhat.com>
3343
3344 * gdb.texinfo (Set Tracepoints): Fix typo.
3345
3346 2011-03-24 Tom Tromey <tromey@redhat.com>
3347
3348 * gdb.texinfo (Specify Location): Document `function:label'
3349 linespec.
3350
3351 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3352
3353 PR python/12149
3354
3355 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3356
3357 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3358
3359 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3360 (Inferiors In Python): Likewise.
3361 (Threads In Python): Likewise.
3362 (Symbols In Python): Likewise.
3363 (Objfiles In Python): Likewise.
3364 (Symbol Tables In Python): Likewise.
3365
3366 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3367
3368 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3369 display>: Explain that the commands accept number ranges.
3370
3371 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3372
3373 * gdb.texinfo (Breakpoints In Python): Add description and example
3374 of Python stop function operation.
3375
3376 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3377
3378 * gdb.texinfo (Parameters In Python): Document get_set_string and
3379 get_show_string methods.
3380
3381 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3382
3383 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3384
3385 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3386 circular-trace-buffer name.
3387
3388 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3391 in the previous change.
3392
3393 2011-02-27 Michael Snyder <msnyder@vmware.com>
3394
3395 * gdb.texinfo (Inferiors and Programs): Update commands to show
3396 that they can accept multiple arguments.
3397
3398 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3399
3400 Revert the following patch (code patch was not approved):
3401 2011-02-21 Hui Zhu <teawater@gmail.com>
3402 * agentexpr.texi (bytecode descriptions): add printf.
3403 * gdb.texinfo (tracepoint action lists): add printf.
3404
3405 2011-02-23 Doug Evans <dje@google.com>
3406
3407 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3408
3409 2011-02-23 Michael Snyder <msnyder@vmware.com>
3410
3411 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3412 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3413 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3414
3415 2011-02-22 Doug Evans <dje@google.com>
3416
3417 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3418 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3419 add description of result, fix @defun formatting.
3420
3421 2011-02-21 Hui Zhu <teawater@gmail.com>
3422
3423 * agentexpr.texi (Bytecode Descriptions): Add printf.
3424 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3425
3426 2011-02-18 Tom Tromey <tromey@redhat.com>
3427
3428 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3429
3430 2011-02-14 Michael Snyder <msnyder@vmware.com>
3431
3432 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3433 Document new command "thread find".
3434
3435 2011-02-14 Michael Snyder <msnyder@vmware.com>
3436
3437 * gdb.texinfo (Threads): Update example of new thread message.
3438
3439 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3440
3441 * gdb.texinfo (Remote Configuration): Mention set/show remote
3442 traceframe-info.
3443 (Tools/Packages Optional for Building GDB): Mention that expat is
3444 used for traceframe info.
3445 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3446 (General Query Packets) <qSupported>: Describe the
3447 qXfer:traceframe-info:read feature.
3448 (qXfer::read): Describe qXfer:traceframe-info:read.
3449 (Traceframe Info Format): New section.
3450
3451 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3452
3453 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3454 for casts and unary operators.
3455
3456 2011-02-04 Tom Tromey <tromey@redhat.com>
3457
3458 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3459 is not useful.
3460
3461 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3462
3463 * gdb.texinfo: s/value optimized out/optimized out/g
3464
3465 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.texinfo (Other Misc Settings): Rework part of the
3468 documentation of the "set interactive mode" command.
3469
3470 2011-01-19 Tom Tromey <tromey@redhat.com>
3471
3472 * gdb.texinfo (Threads): Document thread name output and `thread
3473 name' command.
3474 (Threads In Python): Document Thread.name attribute.
3475 (GDB/MI Thread Commands): Document thread attributes.
3476
3477 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3478
3479 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3480 changes in mi/mi-cmd-disas.c
3481
3482 2011-01-12 Tom Tromey <tromey@redhat.com>
3483
3484 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3485 Fix "thread apply" text.
3486
3487 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3488 Thiago Jung Bauermann <bauerman@br.ibm.com>
3489
3490 Implement support for PowerPC BookE ranged watchpoints.
3491 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3492 the "set powerpc exact-watchpoints" flag.
3493
3494 2011-01-07 Tom Tromey <tromey@redhat.com>
3495
3496 * gdb.texinfo (Python API): Add descriptions to @menu items.
3497
3498 2011-01-06 Tom Tromey <tromey@redhat.com>
3499
3500 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3501
3502 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3503
3504 * gdb.texinfo (Debugging Output): Document "set debug jit".
3505
3506 2011-01-06 Tom Tromey <tromey@redhat.com>
3507
3508 PR python/12133:
3509 * gdb.texinfo (Frames In Python): Document various frame
3510 constants.
3511
3512 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3513
3514 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3515 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3516 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3517
3518 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3521 (clean): Add GDBvn.texi.
3522
3523 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3526 occasional case where the debugger prints an array address
3527 instead of the array itself.
3528
3529 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3530
3531 * gdb.texinfo (Packets) <read registers packet>: Document support
3532 for registers that were not collected.
3533
3534 2010-12-15 Doug Evans <dje@google.com>
3535
3536 * gdb.texinfo (Startup): Document auto-loading of scripts during
3537 startup.
3538 (Auto-loading): Delete "maint set python auto-load on|off".
3539 Add "set auto-load-scripts on|off".
3540
3541 2010-12-07 Doug Evans <dje@google.com>
3542
3543 * gdb.texinfo (Mode Options): Document -data-directory.
3544 (Data Files): Add reference to -data-directory.
3545
3546 2010-11-29 Doug Evans <dje@google.com>
3547
3548 * gdb.texinfo (Pretty-Printer Introduction): Change
3549 printer-name:subprinter-name to printer-name;subprinter-name.
3550
3551 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3552
3553 PR python/12199
3554
3555 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3556
3557 2010-11-23 Tom Tromey <tromey@redhat.com>
3558
3559 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3560 (Editing): Likewise.
3561 (Command History): Likewise.
3562 (TUI Keys): Likewise.
3563 (Bug Reporting): Conditionally include rluser.texi and
3564 inc-history.texinfo.
3565 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3566 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3567 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3568 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3569 (gdb.pdf): Likewise.
3570 (gdb.info): Likewise.
3571 (gdb/index.html): Likewise.
3572
3573 2010-11-23 Tom Tromey <tromey@redhat.com>
3574
3575 * Makefile.in (Makefile): Run ../config.status.
3576 (distclean): Update.
3577 * configure: Remove.
3578 * configure.ac: Remove.
3579
3580 2010-11-12 Tom Tromey <tromey@redhat.com>
3581
3582 * gdb.texinfo (Basic Python): Update. Add xref.
3583 (Exception Handling): Document new exception classes.
3584 (Types In Python): Update.
3585 (Frames In Python): Update.
3586
3587 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3588
3589 * gdb.texinfo (Breakpoints In Python): Document "internal"
3590 parameter, and visible attribute.
3591
3592 2010-11-05 Doug Evans <dje@google.com>
3593
3594 * gdb.texinfo (Source Path): Document "set directories".
3595
3596 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3597
3598 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3599 (OpenCL C): New node.
3600
3601 2010-11-02 Doug Evans <dje@google.com>
3602
3603 * gdb.texinfo (Pretty Printing): Expand into three sections,
3604 introduction, example, and commands.
3605 (Python API): Delete section Disabling Pretty-Printers, merge into
3606 Selecting Pretty-Printers.
3607 (Writing a Pretty-Printer): New section. Move the pretty-printer
3608 example here, and reformat to match python coding style. Add a second
3609 example using the gdb.printing module.
3610 (Python modules): Add gdb.printing.
3611
3612 2010-10-29 Doug Evans <dje@google.com>
3613
3614 * gdb.texinfo (Python): Fix long line.
3615
3616 2010-10-20 Doug Evans <dje@google.com>
3617
3618 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3619 All references updated. Correct sections marked as subsections.
3620 (Coding Standards): New chapter. Move the coding standard related
3621 subsections here. Add section on Python coding standards.
3622
3623 2010-10-13 Doug Evans <dje@google.com>
3624
3625 * gdb.texinfo (Python): Add "Python modules".
3626 (Types in Python): Add reference to gdb.types section.
3627 (Python modules): New node.
3628
3629 2010-10-11 Doug Evans <dje@google.com>
3630
3631 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3632 Python" from gdb.Value.type description.
3633
3634 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3635
3636 * gdb.texinfo (Ravenscar Profile): New node.
3637
3638 2010-09-22 Tom Tromey <tromey@redhat.com>
3639
3640 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3641
3642 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3643
3644 * gdb.texinfo (Values From Inferior): Clarify that
3645 value.dynamic_type works only in C++ programs with RTTI.
3646
3647 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3648
3649 * gdb.texinfo (Character Sets): Correctly reference host-charset
3650 in example.
3651
3652 2010-09-13 Tom Tromey <tromey@redhat.com>
3653
3654 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3655 Document "fullname" and "from".
3656
3657 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3658
3659 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3660 feature `reverse' output by -list-target-features.
3661
3662 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3663
3664 * gdb.texinfo (i386 Features): Remove an extra "@item".
3665
3666 2010-08-30 Tom Tromey <tromey@redhat.com>
3667
3668 PR python/11792:
3669 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3670
3671 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3672
3673 * gdb.texinfo (ARM Features): Document
3674 org.gnu.gdb.arm.m-profile.
3675
3676 2010-08-23 Tom Tromey <tromey@redhat.com>
3677
3678 PR python/11145:
3679 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3680 reinterpret_cast methods.
3681
3682 2010-08-23 Tom Tromey <tromey@redhat.com>
3683
3684 PR python/11915:
3685 * gdb.texinfo (Types In Python): Document array method.
3686
3687 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3688
3689 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3690
3691 2010-08-16 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.texinfo (Set Watchpoints): Document -location option.
3694
3695 2010-08-13 Doug Evans <dje@google.com>
3696
3697 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3698
3699 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3700
3701 * gdb.texinfo (GDB/MI Data Manipulation): Document
3702 -data-read-memory-raw and -data-write-memory-raw.
3703
3704 2010-08-11 Tom Tromey <tromey@redhat.com>
3705 Phil Muldoon <pmuldoon@redhat.com>
3706
3707 * gdb.texinfo (Basic Python): Describe post_event API.
3708
3709 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3710
3711 * gdb.texinfo (Basic Python): Describe solib_address and
3712 decode_line Python APIs
3713
3714 2010-08-10 Tom Tromey <tromey@redhat.com>
3715
3716 * gdb.texinfo (Pretty Printing API): Document
3717 gdb.default_visualizer.
3718
3719 2010-08-10 Tom Tromey <tromey@redhat.com>
3720
3721 Revert gdb-add-index addition:
3722 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3723
3724 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3725 Eli Zaretskii <eliz@gnu.org>
3726
3727 * gdb.texinfo (Mode Options) <-batch>
3728 (Basic Python) <gdb.execute>: Describe setting width and height.
3729
3730 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3731
3732 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3733
3734 2010-07-30 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.texinfo (Index Files): Mention gdb-add-index.
3737
3738 2010-07-30 Hui Zhu <teawater@gmail.com>
3739
3740 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3741 "detach inferior" and "kill inferior".
3742
3743 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3744
3745 * gdb.texinfo (Machine Code): Update description of two forms of
3746 arguments, and add new example to demonstrate the new form.
3747
3748 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3749
3750 * gdb.texinfo (Values From Inferior): Add value inferior function
3751 call description.
3752
3753 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3754
3755 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3756
3757 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3758 Eli Zaretskii <eliz@gnu.org>
3759
3760 Make core files the process_stratum.
3761 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3762 record_stratum example.
3763
3764 2010-07-13 Tom Tromey <tromey@redhat.com>
3765
3766 * gdb.texinfo (Index Files): New node.
3767
3768 2010-07-13 Tom Tromey <tromey@redhat.com>
3769
3770 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3771
3772 2010-07-13 Tom Tromey <tromey@redhat.com>
3773
3774 * gdb.texinfo (Specify Location): Document labels.
3775
3776 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3777
3778 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3779 entries for fast tracepoints and static tracepoints.
3780
3781 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3782
3783 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3784 qsThreadInfo>: Spell out `l' as ell.
3785
3786 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3787
3788 * gdb.texinfo (Convenience Variables): Document $_sdata.
3789 (Commands to Set Tracepoints): Describe static tracepoints. Add
3790 `Listing Static Tracepoint Markers' menu entry. Document
3791 "strace".
3792 (Tracepoint Action Lists): Document collecting $_sdata.
3793 (Listing Static Tracepoint Markers): New subsection.
3794 (Tracepoints support in gdbserver): Mention static tracepoints.
3795 (remote packets, enabling and disabling): Mention
3796 read-sdata-object.
3797 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3798 and StaticTracepoint.
3799 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3800 Document qXfer:sdata:read.
3801 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3802
3803 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3806
3807 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3808 Tom Tromey <tromey@redhat.com>
3809 Thiago Jung Bauermann <bauerman@br.ibm.com>
3810
3811 * gdb.texinfo (Inferiors In Python): New node.
3812 * gdb.texinfo (Threads In Python): New node.
3813
3814 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3815
3816 * gdb.texinfo (Python): Document what the python directory is
3817 and what its location is.
3818 (Basic Python): Document the gdb.PYTHONDIR constant.
3819
3820 2010-06-25 Tom Tromey <tromey@redhat.com>
3821
3822 PR python/10808:
3823 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3824
3825 2010-06-24 Hui Zhu <teawater@gmail.com>
3826
3827 * gdb.texinfo: (Commands for Controlled Output): Add
3828 documentation for command "eval".
3829
3830 2010-06-21 Stan Shebs <stan@codesourcery.com>
3831
3832 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3833 * annotate.texinfo: Ditto.
3834 * gdbint.texinfo: Ditto.
3835 * stabs.texinfo: Ditto.
3836
3837 2010-06-22 Hui Zhu <teawater@gmail.com>
3838
3839 * gdb.texinfo: (Process Record and Replay): Add documentation
3840 for command "set record memory-query".
3841
3842 2010-06-21 Stan Shebs <stan@codesourcery.com>
3843
3844 * gdb.texinfo: Relicense under GFDL version 1.3.
3845 * annotate.texinfo: Relicense under GFDL version 1.3.
3846 * gdbint.texinfo: Relicense under GFDL version 1.3.
3847 * stabs.texinfo: Relicense under GFDL version 1.3.
3848 * fdl.texi: Update to version 1.3.
3849
3850 2010-06-18 Stan Shebs <stan@codesourcery.com>
3851
3852 * gdb.texinfo (Operating System Auxiliary Information): Describe
3853 "info os" when no arguments given.
3854
3855 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3856 $_thread.
3857
3858 2010-06-18 Hui Zhu <teawater@gmail.com>
3859
3860 * gdb.texinfo: (Process Record and Replay): Add documentation
3861 for commands "record save" and "record restore".
3862
3863 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.texinfo: Include information about the correct use
3866 of addresses in the `watch' command.
3867
3868 2010-06-11 Stan Shebs <stan@codesourcery.com>
3869
3870 * gdb.texinfo (Observer Mode): New section.
3871 (General Query Packets): Document QAllow.
3872
3873 2010-06-04 Doug Evans <dje@google.com>
3874
3875 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3876
3877 2010-06-03 Doug Evans <dje@google.com>
3878
3879 * gdbint.texinfo (Coding): Add subsection on command names.
3880
3881 2010-06-02 Tom Tromey <tromey@redhat.com>
3882
3883 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3884 always-disassemble.
3885
3886 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3887
3888 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3889 gdbserver, and add cross reference.
3890 (Tracepoints support in gdbserver): New subsection.
3891
3892 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3893
3894 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3895 `qRelocInsn' feature.
3896 (Relocate instruction reply packet): New subsection
3897 of `Tracepoint Packets'.
3898 (Tracepoint Packets): Mention that packets QTDP and QTStart
3899 support the qRelocInsn request, and add cross reference to new
3900 subsection.
3901
3902 2010-05-25 Doug Evans <dje@google.com>
3903
3904 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3905 (Commands In Python): Document gdb.string_to_argv.
3906
3907 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3908
3909 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3910 ATTR_NORETURN.
3911
3912 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3913 Tom Tromey <tromey@redhat.com>
3914 Thiago Jung Bauermann <bauerman@br.ibm.com>
3915
3916 * gdb.texinfo (Parameters In Python): New Node.
3917
3918 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3919
3920 * gdb.texinfo: (Summary) Add mention about D language support.
3921 (Filenames): Add D suffixes.
3922 (D): New node.
3923
3924 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3925
3926 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3927 of macro deleted from GDB code.
3928
3929 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3930
3931 * gdb.texinfo (Commands to specify files): Describe what how GDB
3932 looks up DOS-based filesystem paths on the system root. Document
3933 the new `set/show target-file-system-kind' commands.
3934
3935 2010-04-23 Doug Evans <dje@google.com>
3936
3937 * gdb.texinfo (Python): Move Auto-loading section here ...
3938 (Python API): from here.
3939 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3940 (Maintenance Commands): Add docs for "maint print section-scripts".
3941
3942 2010-04-20 Chris Moller <cmoller@redhat.com>
3943
3944 * gdb.texinfo (Setting Breakpoints): Added description of
3945 filename-qualified rbreak.
3946 * refcard.tex (Breakpoints and Watchpoints): Added brief
3947 description of filename-qualified rbreak.
3948
3949 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3952 (Python API): Change the reference to Pretty Printing API.
3953 (Pretty Printing): Move the user part under the Data node. Reformat
3954 the sample output to 72 columns. Create a new reference to Pretty
3955 Printing API. Rename the API part ...
3956 (Pretty Printing API): To a new node name.
3957 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3958 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3959
3960 2010-04-21 Stan Shebs <stan@codesourcery.com>
3961
3962 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3963 and commands.
3964 (Listing Tracepoints): Update to reflect current behavior.
3965
3966 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3967
3968 * gdb.texinfo (Examining memory): Update for change in string
3969 display with explicit size.
3970
3971 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3972
3973 PR breakpoints/8554.
3974
3975 * gdb.texinfo (Save Breakpoints): New node.
3976 (save-tracepoints): Rename to ...
3977 (save tracepoints): ... this. Mention that `save-tracepoints' is
3978 a deprecated alias to `save tracepoints'.
3979
3980 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3981
3982 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3983 (info w32 thread-information-block): Document new command.
3984 (qGetTIBAddress): Document new gdbserver query.
3985 (maint set/show show-all-tib): Document new command.
3986
3987 2010-04-15 Doug Evans <dje@google.com>
3988
3989 * gdb.texinfo (Python API): Add progspaces section.
3990 (Selecting Pretty-Printers): Progspace pretty-printers are
3991 searched too.
3992 (Progspaces In Python): New section.
3993
3994 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
3995
3996 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3997
3998 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
3999 returns None.
4000
4001 2010-04-09 Stan Shebs <stan@codesourcery.com>
4002
4003 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4004 Describe the `frames-created' field, tweak grammar.
4005
4006 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4007
4008 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4009 Describe the `circular' and `disconnected' fields.
4010
4011 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4012
4013 * gdb.texinfo (maint print registers): Mention unavailable and
4014 invisible registers.
4015
4016 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4017 Thiago Jung Bauermann <bauerman@br.ibm.com>
4018 Tom Tromey <tromey@redhat.com>
4019
4020 * gdb.texinfo (Breakpoints In Python): New Node.
4021
4022 2010-04-08 Stan Shebs <stan@codesourcery.com>
4023
4024 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4025 trace status fields.
4026
4027 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4028
4029 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4030 optional. Make org.gnu.gdb.i386.avx requires
4031 org.gnu.gdb.i386.avx.
4032
4033 2010-04-08 Doug Evans <dje@google.com>
4034
4035 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4036 search path, and document that gdb only scans the search path if
4037 the script's path doesn't specify a directory.
4038
4039 2010-04-05 Doug Evans <dje@google.com>
4040
4041 * gdb.texinfo (maint show python auto-load): Fix typo.
4042
4043 2010-04-04 Stan Shebs <stan@codesourcery.com>
4044
4045 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4046 (Setting Watchpoints): Update description of "info watch".
4047 (Disabling Breakpoints): Only "info break" lists all.
4048
4049 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4050 (tdump): Explain how tdump works.
4051
4052 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4053
4054 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4055 add cross reference.
4056
4057 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4058
4059 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4060 commands error out.
4061
4062 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4063
4064 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4065
4066 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4067
4068 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4069
4070 2010-03-29 Stan Shebs <stan@codesourcery.com>
4071 Nathan Sidwell <nathan@codesourcery.com>
4072
4073 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4074 GDBN equivalent.
4075 (Set Tracepoints): Remove mention that conditional tracepoints
4076 don't exist.
4077 (Tracepoint Actions): Clarify when while-stepping collection
4078 happens, note that while-stepping does not automatically collect
4079 $pc.
4080
4081 2010-03-29 Stan Shebs <stan@codesourcery.com>
4082
4083 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4084 (General Query Packets): Describe TracepointSource.
4085
4086 2010-03-27 Matt Rice <ratmice@gmail.com>
4087
4088 * gdb.texinfo (ARM): Document arguments to "target sim".
4089 (Set Catchpoints): Use @dots{} instead of @r{...}.
4090
4091 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4092
4093 * gdb.texinfo (Tracepoint Packets): Remove mention that
4094 terror:string may be plain text, and drop mention of X prefix.
4095
4096 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4097
4098 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4099
4100 2010-03-24 Stan Shebs <stan@codesourcery.com>
4101
4102 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4103
4104 2010-03-24 Tom Tromey <tromey@redhat.com>
4105
4106 PR breakpoints/9352:
4107 * gdb.texinfo (Break Commands): Update.
4108
4109 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4110
4111 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4112 commands.
4113
4114 2010-03-16 Stan Shebs <stan@codesourcery.com>
4115
4116 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4117 circular-trace-buffer.
4118 (Tracepoint Packets): Describe QTBuffer, and details of the
4119 qTStatus reply.
4120
4121 2010-03-12 Stan Shebs <stan@codesourcery.com>
4122 Nathan Sidwell <nathan@codesourcery.com>
4123
4124 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4125 doing instruction stepping.
4126 (Tracepoint Restrictions): New node.
4127
4128 2010-03-10 Tom Tromey <tromey@redhat.com>
4129
4130 * gdbint.texinfo (Symbol Handling): Update.
4131
4132 2010-03-08 Tom Tromey <tromey@redhat.com>
4133
4134 PR cli/9591:
4135 * gdb.texinfo (Mode Options): Mention lack of pagination and
4136 confirmation with --batch.
4137 (Screen Size): Mention --batch.
4138 (Messages/Warnings): Likewise.
4139
4140 2010-03-05 Tom Tromey <tromey@redhat.com>
4141
4142 * gdb.texinfo (Basic Python): Document target_charset and
4143 target_wide_charset.
4144
4145 2010-03-05 Tom Tromey <tromey@redhat.com>
4146
4147 * gdb.texinfo (Data): Link to pretty-printing.
4148 (Output Formats): Likewise. Correct text.
4149
4150 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4151
4152 * gdb.texinfo (Types): Describe <struct> and <flags>.
4153
4154 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4155
4156 * gdb.texinfo (Frames In Python): Add block parameter and
4157 description to read_var text.
4158
4159 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4160 Tom Tromey <tromey@redhat.com>
4161
4162 * gdb.texinfo (Types In Python): Describe block argument in
4163 template_argument and gdb.lookup_type.
4164
4165 2010-02-24 Tom Tromey <tromey@redhat.com>
4166
4167 * gdb.texinfo (Cygwin Native): Fix typo.
4168
4169 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4170
4171 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4172 and select method descriptions.
4173 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4174 Tables in Python to menu.
4175 (Blocks In Python): New node.
4176 (Symbols In Python): New node.
4177 (Symbol Tables in Python): New node.
4178
4179 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4180
4181 Multiexec MI
4182
4183 gdb/
4184 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4185
4186 gdb/doc/
4187 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4188 changes.
4189 (GDB/MI Program Execution): Document current behaviour of
4190 --all and --thread-group.
4191 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4192 -remove-inferior.
4193 * observer.texi (inferior_added, inferior_removed): New
4194 observers.
4195
4196 2010-02-19 Tom Tromey <tromey@redhat.com>
4197
4198 * gdbint.texinfo (Getting Started): Fix @node.
4199 (Debugging GDB): Likewise.
4200
4201 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4202
4203 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4204 documenting the gdb_test_timeout variable.
4205
4206 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4207
4208 * gdb.texinfo (MI commands): Added documentation of --reverse
4209 option to a set of MI commands. Restructured documentation of MI
4210 commands --exec-continue to reflect the complexity of reverse
4211 execution.
4212
4213 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4214
4215 * gdb.texinfo (Using the Collected Data): Specify that the address
4216 range of `tfind outsize' is exclusive, and that the address range
4217 of `tfind range' is inclusive.
4218 (Tracepoint Packets): Specify that the address range of
4219 `QTFrame:range' is inclusive, and that the address range of
4220 `QTFrame:outside' is exclusive
4221
4222 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4223
4224 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4225
4226 2010-02-10 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.texinfo (Debugging Output): Document set debug parser and
4229 show debug parser.
4230
4231 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4232
4233 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4234 i386_eflags and i386_mxcsr.
4235
4236 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4237
4238 * gdb.texinfo: Document i386 target features.
4239
4240 2010-02-05 Doug Evans <dje@google.com>
4241
4242 * gdbint.texinfo (Testsuite): Add a new section to document the
4243 various DejaGnu variables that may be overridden.
4244 Document INTERNAL_GDBFLAGS.
4245
4246 2010-02-04 Tom Tromey <tromey@redhat.com>
4247
4248 PR cli/8830:
4249 * gdb.texinfo (Files): -readnow comes before the filename for file
4250 and symbol-file.
4251
4252 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4253
4254 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4255 Document ARM breakpoint types.
4256 (Register Packet Format): Move into the new section.
4257 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4258
4259 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4260
4261 * gdb.texinfo (File Options): Adjust the documentation of this
4262 switch to refer to the "source" command rather than partially
4263 duplicating some of the relevant information.
4264 (Extending GDB): Introduce and document the set/show script-extension
4265 setting.
4266 (Command Files): Add note explaining that the "source" command
4267 is also used to evalute scripts written in other languages.
4268 Remove the short slightly incorrect reference to sourcing Python
4269 scripts.
4270 (Python Commands): Document how to execute a Python script from GDB.
4271
4272 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4273
4274 * gdb.texinfo (Command Files): Fix typo.
4275
4276 2010-01-18 Tom Tromey <tromey@redhat.com>
4277
4278 * gdb.texinfo (File Options): Document -x on .py files.
4279 (Command Files): Document handling of Python scripts.
4280
4281 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4282
4283 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4284
4285 2010-01-15 Stan Shebs <stan@codesourcery.com>
4286
4287 * gdb.texinfo (Trace Files): New section.
4288 (Tracepoint Packets): Document QTSave and qTBuffer.
4289 (Trace File Format): New appendix.
4290
4291 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4292
4293 * gdb.texinfo (Values From Inferior): Document lazy_string value
4294 method.
4295 (Python API): Add Lazy strings menu item.
4296 (Lazy Strings In Python): New node.
4297
4298 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4299
4300 * gdb.texinfo (GDB/MI Thread Information): New.
4301 (GDB/MI Async Records): Document the core field in *stopped.
4302 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4303 documentation
4304 (Process list): Document that osdata document may contain
4305 threads.
4306 (Remote Serial Protocol): Document qXfer:threads.
4307
4308 2010-01-06 Stan Shebs <stan@codesourcery.com>
4309
4310 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4311 disconnected tracing.
4312 (Tracepoint Packets): Document new protocol.
4313
4314 2010-01-05 Stan Shebs <stan@codesourcery.com>
4315
4316 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4317 tracepoints.
4318 (Tracepoint Packets): Describe remote protocol for fast
4319 tracepoints.
4320
4321 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4322
4323 Update the "Start of New Year Procedure".
4324 * gdbint.texinfo: Add the list of files that need to be updated
4325 manually. Minor reformatting.
4326
4327 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4328
4329 * refcard.tex: Update copyright year in header and text.
4330
4331 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4332
4333 * agentexpr.texi: Add 2010 to the list of copyright years.
4334 * annotate.texinfo: Likewise.
4335 * gdb.texinfo: Likewise.
4336 * gdbint.texinfo: Likewise.
4337 * observer.texi: Likewise.
4338 * stabs.texinfo: Likewise.
4339
4340 2009-12-31 Stan Shebs <stan@codesourcery.com>
4341
4342 * gdb.texinfo (Tracepoint Actions): Describe teval.
4343
4344 2009-12-29 Stan Shebs <stan@codesourcery.com>
4345
4346 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4347
4348 2009-12-28 Stan Shebs <stan@codesourcery.com>
4349
4350 * gdb.texinfo (Trace State Variables): New section.
4351 (Tracepoint Packets): Describe trace state variable packets.
4352 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4353 variable bytecodes.
4354
4355 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4356
4357 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4358 declarations.
4359
4360 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4361
4362 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4363 -gdb-exit behaviour.
4364
4365 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4366
4367 * gpl.texi: Update to version 3 of the GPL.
4368
4369 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4370
4371 * Makefile.in: Update copyright header.
4372 * observer.texi: Fix the copyright header of the generated files.
4373
4374 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4375
4376 * gdb.texinfo (Types In Python): Describe range function.
4377
4378 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4379
4380 * gdb.texinfo (Types In Python): Describe "is_base_class".
4381
4382 2009-12-03 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4385
4386 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4387
4388 * observer.texi: New memory_changed observer.
4389
4390 2009-12-01 Tom Tromey <tromey@redhat.com>
4391
4392 * gdb.texinfo (Reverse Execution): Fix typo.
4393
4394 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4395
4396 PR gdb/8704
4397
4398 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4399 are allowed after the breakpoint condition.
4400
4401 2009-11-23 Tom Tromey <tromey@redhat.com>
4402
4403 PR python/10782:
4404 * gdb.texinfo (Types In Python): Document Type.pointer.
4405
4406 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4407
4408 * gdb.texinfo (Machine Code): Adjust.
4409
4410 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4411
4412 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4413 (Using Agent Expressions): Delete cross reference.
4414
4415 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4416
4417 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4418 and @settitle directives up to help makeinfo find them.
4419
4420 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4423 (Auto-loading): Use plural and note one can use multiple components now.
4424
4425 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4426
4427 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4428 -stack-list-arguments have the same documentation for parameter
4429 as -stack-list-locals. Add comas.
4430
4431 2009-10-27 Tom Tromey <tromey@redhat.com>
4432 Eli Zaretskii <eliz@gnu.org>
4433
4434 PR python/10781
4435
4436 * gdb.texinfo (Values From Inferior): Document cast method.
4437
4438 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4439
4440 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4441 and adjust example.
4442
4443 2009-10-22 Michael Snyder <msnyder@vmware.com>
4444
4445 * gdb.texinfo (Process Record and Replay): Document new form of
4446 info record command. Also document the new save and restore
4447 commands.
4448
4449 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4450
4451 * gdb.texinfo (Machine Code): Mention current pc marker.
4452 (Memory): Likewise.
4453
4454 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4455 Stan Shebs <stan@codesourcery.com>
4456
4457 * observer.texi (new_inferior): Rename to...
4458 (inferior_appeared): ... this.
4459
4460 * gdb.texinfo (Inferiors): Rename node to ...
4461 (Inferiors and Programs): ... this. Mention running multiple
4462 programs in the same debug session.
4463 <info inferiors>: Mention the new 'Executable' column if "info
4464 inferiors". Update examples. Document the "add-inferior",
4465 "clone-inferior", "remove-inferior" and "maint info
4466 program-spaces" commands.
4467 (Process): Rename node to...
4468 (Forks): ... this. Document "set|show follow-exec-mode".
4469
4470 2009-10-11 Michael Snyder <msnyder@vmware.com>
4471
4472 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4473 (ReverseContinue): Ditto.
4474
4475 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4476
4477 * gdb.texinfo (Server): Document libthread-db-search-path.
4478
4479 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4480
4481 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4482
4483 2009-10-06 Michael Eager <eager@eagercon.com>
4484
4485 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4486 (Embedded Processors): Add MicroBlaze.
4487 (MicroBlaze): New. Describe Xilinx MicroBlaze
4488
4489 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4490
4491 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4492
4493 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4494
4495 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4496
4497 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4498
4499 * observer.texi (solib_unloaded): Document explicitly the fact that
4500 this observer is called before the associated symbols are unloaded.
4501
4502 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4503
4504 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4505 -stack-list-variables.
4506
4507 2009-09-18 Tom Tromey <tromey@redhat.com>
4508
4509 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4510 is experimental.
4511
4512 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4513
4514 * gdb.texinfo (convenince variables): Mention
4515 $_siginfo could be empty.
4516
4517 2009-09-15 Tom Tromey <tromey@redhat.com>
4518
4519 * gdb.texinfo (GDB/MI Variable Objects): Document
4520 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4521 Expand -var-update documentation.
4522
4523 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4524
4525 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4526 feature.
4527
4528 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4529
4530 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4531
4532 2009-09-10 Michael Snyder <msnyder@vmware.com>
4533
4534 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4535 ReverseStep replies to the qSupported query.
4536
4537 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4538
4539 Add documentation for set/show interactive-mode.
4540 * gdb.texinfo (Other Misc Settings): New node.
4541
4542 2009-09-01 Doug Evans <dje@google.com>
4543
4544 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4545 non-stop mode's affect on remote caching.
4546
4547 2009-08-31 Jacob Potter <jdpotter@google.com>
4548 Doug Evans <dje@google.com>
4549
4550 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4551 Mark `set/show remotecache' options as obsolete.
4552 Document new `set/show stack-cache' option.
4553 Update text for `info dcache'.
4554
4555 2009-08-27 Doug Evans <dje@google.com>
4556
4557 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4558 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4559
4560 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4561
4562 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4563 about autoconf.
4564
4565 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4566
4567 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4568 small example, and describe its columns. Replace "inferior-id" by
4569 "infno" throughout.
4570
4571 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4572
4573 * gdbint.texinfo (Releasing GDB): Point to
4574 README-maintainer-mode file for required autoconf version.
4575 * configure.ac: Do not substitute datarootdir, htmldir,
4576 pdfdir, docdir. Do not process --with-datarootdir,
4577 --with-htmldir, --with-pdfdir, --with-docdir.
4578 * configure: Regenerate.
4579
4580 * configure: Regenerate.
4581
4582 2009-08-20 Reid Kleckner <reid@kleckner.net>
4583
4584 * gdb.texinfo: Add chapter on JIT interface.
4585
4586 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4587
4588 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4589 confirmation request.
4590
4591 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4592
4593 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4594 CRC definitions.
4595
4596 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4597
4598 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4599 -break-commands.
4600
4601 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4602
4603 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4604 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4605
4606 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4607
4608 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4609 "set spu stop-on-load" and "show spu stop-on-load" commands.
4610
4611 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4612
4613 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4614
4615 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4618 org.gnu.gdb.arm.neon.
4619
4620 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4621
4622 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4623 optional element.
4624 (subsection OS ABI): New subsection.
4625
4626 2009-07-14 Stan Shebs <stan@codesourcery.com>
4627
4628 * gdb.texinfo (Tracepoint Conditions): New section.
4629 (General Query Packets): Describe ConditionalTracepoints.
4630 (Tracepoint Packets): Describe condition field.
4631 (Maintenance Commands): Describe maint agent-eval.
4632 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4633
4634 2009-07-11 Hui Zhu <teawater@gmail.com>
4635
4636 * gdb.texinfo (disassemble): Add a new modifier /r
4637 to "disassemble" command to make it print the raw instructions
4638 in hex as well as in symbolic form.
4639
4640 2009-07-09 Tom Tromey <tromey@redhat.com>
4641
4642 * gdbint.texinfo (Testsuite): Document parallel make check.
4643
4644 2009-07-09 Tom Tromey <tromey@redhat.com>
4645
4646 * gdbint.texinfo (Testsuite): Document test transcripts.
4647
4648 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4649
4650 * gdb.texinfo (Values From Inferior): Add length parameter
4651 description.
4652
4653 2009-07-04 Chris Genly <chris@genly.us>
4654
4655 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4656 in -var-list-children. Fix example according to what the code
4657 does.
4658
4659 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4660
4661 * gdb.texinfo (Debugging multiple inferiors): Document the
4662 "inferior", "detach inferior" and "kill inferior" commands.
4663 (Debugging Programs with Multiple Processes): Adjust to mention
4664 generic "inferior" commands. Delete mention of "detach fork" and
4665 "delete fork". Cross reference to "Debugging multiple inferiors"
4666 section.
4667
4668 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4669
4670 * gdbint.texinfo (Item Output Functions): Update signature
4671 for ui_out_field_core_addr.
4672
4673 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4674
4675 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4676 Update example code extrated from breakpoint.c.
4677
4678 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4679
4680 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4681 MI commands.
4682 (GDB/MI Symbol Query): Likewise.
4683 (GDB/MI File Commands): Likewise.
4684 (GDB/MI File Transfer Commands): Likewise.
4685 (GDB/MI Target Manipulation): Likewise.
4686 (GDB/MI Miscellaneous Commands): Likewise.
4687
4688 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4689
4690 * gdb.texinfo (Debugging Optimized Code): New chapter.
4691 (Compiling for Debugging): Reference it. Move some
4692 text to the new section.
4693
4694 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4695
4696 * doc/gdb.texinfo (Calling): Document
4697 set-unwind-on-terminating-exception usage.
4698
4699 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4700
4701 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4702 command.
4703
4704 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4705
4706 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4707 references.
4708
4709 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4710
4711 * gdbint.texinfo: Rename formal parameters to gdbarch function
4712 protoypes from "current_gdbarch" to "gdbarch".
4713
4714 2009-05-28 Tom Tromey <tromey@redhat.com>
4715
4716 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4717
4718 2009-05-27 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4721 feature.
4722 (GDB/MI Variable Objects): Document -var-set-visualizer.
4723
4724 2009-04-02 Tom Tromey <tromey@redhat.com>
4725
4726 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4727 feature.
4728 (GDB/MI Variable Objects): Document -var-set-visualizer.
4729
4730 2009-05-27 Tom Tromey <tromey@redhat.com>
4731 Thiago Jung Bauermann <bauerman@br.ibm.com>
4732 Phil Muldoon <pmuldoon@redhat.com>
4733
4734 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4735 (Pretty Printing): New node.
4736 (Selecting Pretty-Printers): Likewise.
4737 (Python API): Update.
4738 (Output Formats): Document /r format.
4739
4740 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4741 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb.texinfo (Types In Python): New node.
4744 (Values From Inferior): "type" is now an attribute.
4745 (Python API): Update.
4746
4747 2009-05-27 Tom Tromey <tromey@redhat.com>
4748 Thiago Jung Bauermann <bauerman@br.ibm.com>
4749 Phil Muldoon <pmuldoon@redhat.com>
4750
4751 * gdb.texinfo: Add @syncodeindex for `tp'.
4752 (Python API): Update.
4753 (Auto-loading): New node.
4754 (Objfiles In Python): New node.
4755
4756 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4757
4758 * gdb.texinfo (Threads): Document libthread-db-search-path.
4759
4760 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4761
4762 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4763
4764 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4765
4766 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4767 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4768 show show-debug-regs' docs.
4769
4770 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4771
4772 * gdb.texinfo (Process Record and Replay): Add description of
4773 reverse execution.
4774
4775 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4776
4777 * gdbint.texinfo (Adding support for debugging core files): New node.
4778 (Native Debugging): Remove the ``Native core file Support'' section.
4779
4780 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4781
4782 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4783 Add index entries.
4784
4785 2009-04-30 Hui Zhu <teawater@gmail.com>
4786 Michael Snyder <msnyder@vmware.com>
4787
4788 * gdb.texinfo: (Process Record and Replay): Add documentation for
4789 process record and replay.
4790
4791 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4794 a new part on command-line defined macros.
4795
4796 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4797
4798 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4799 clarify the wording.
4800
4801 2009-04-23 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.texinfo (Data Files): New node.
4804 (GDB Files): Update menu.
4805
4806 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdbint.texinfo (Defining Other Architecture Features): Remove
4809 entry for PROCESS_LINENUMBER_HOOK.
4810
4811 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4812
4813 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4814
4815 2009-04-22 Hui Zhu <teawater@gmail.com>
4816
4817 * gdb.texinfo (disassemble-next-line): Set the default of
4818 disassemble-next-line to off.
4819
4820 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4821
4822 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4823 --with-htmldir): New.
4824 * configure: Regenerate.
4825 * Makefile.in (datarootdir, docdir): Define.
4826 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4827 instead of $(SET_TEXINPUTS).
4828 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4829 gdbint.info instead of $(SET_TEXINPUTS).
4830 (gdbint/index.html): Use same -I options as for building
4831 gdbint.info.
4832 (stabs.dvi, stabs.pdf): Use same -I options as for building
4833 stabs.info instead of $(SET_TEXINPUTS).
4834 (stabs/index.html): Use same -I options as for building
4835 stabs.info.
4836 (annotate.dvi, annotate.pdf): Use same -I options as for building
4837 annotate.info instead of $(SET_TEXINPUTS).
4838 (annotate/index.html): Use same -I options as for building
4839 annotate.info.
4840
4841 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4842
4843 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4844
4845 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4846
4847 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4848
4849 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4850 Joseph Myers <joseph@codesourcery.com>
4851
4852 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4853 (MAKEHTMLFLAGS): Set to empty.
4854 (html__strip_dir): Define.
4855 (HTMLFILES): Define.
4856 (HTMLFILES_INSTALL): Define.
4857 (install-html): Copy new automake rule.
4858 (html): Depend on $(HTMLFILES).
4859 (gdb_toc.html): Rename to gdb/index.html.
4860 (gdbint_toc.html): Rename to gdbint/index.html.
4861 (stabs_toc.html): Rename to stabs/index.html.
4862 (annotate_toc.html): Rename to annotate/index.html.
4863
4864 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4865
4866 * Makefile.in: Set pdfdir and htmldir from configure
4867 substitutions.
4868 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4869 * configure: Regenerate.
4870
4871 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4872
4873 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4874 This macro is no longer used.
4875
4876 2009-04-15 Tom Tromey <tromey@redhat.com>
4877
4878 * gdb.texinfo (Character Sets): Document default character set.
4879
4880 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4881
4882 * gdbint.texinfo: Change server name from sources.redhat.com to
4883 sourceware.org throughout.
4884
4885 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4886
4887 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4888 about a missing dot or coma after @xref.
4889
4890 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4891
4892 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4893 example, and add a small explanation about it.
4894 (Print Settings): Change the documentation of the "set print
4895 frame-arguments" to reflect the fact that the default is now "scalars".
4896
4897 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4898
4899 * gdb.texinfo (Print Settings): Add kindex for command "set
4900 print frame-arguments".
4901
4902 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4903
4904 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4905 breakpoints.
4906 (Set Breaks): Add reference to thread-specific and task-specific
4907 breakpoints.
4908
4909 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4910
4911 * gdb.texinfo (Ada Tasks): Remove the documentation about
4912 the "Running" state, as this state has been eliminated.
4913 Now all runnable tasks are shown as "Runnable".
4914
4915 2009-03-30 Stan Shebs <stan@codesourcery.com>
4916
4917 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4918 special case of breakpoints.
4919 (Enable and Disable Tracepoints): Mention deprecation.
4920 (Listing Tracepoints): Update description and example.
4921
4922 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4923
4924 * gdb.texinfo (Frames in Python): New node.
4925 (Python API): Update.
4926
4927 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4928
4929 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4930 from a method to an attribute.
4931
4932 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4933
4934 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4935 attribute.
4936
4937 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4938
4939 * observer.texi (thread_exit): Add "silent" parameter.
4940
4941 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4942
4943 * observer.texi (about_to_proceed): New.
4944
4945 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4946
4947 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4948 field throughout to handle types with spaces in them. Fix typos
4949 found by aspell.
4950 (Summary, Requirements, Contributors): New first chapter,
4951 "Summary" added, old Requirements section moved there, and new
4952 section, "Contributors" added.
4953 (Initializing a New Architecture, Register Representation)
4954 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4955 (Porting gdb): These sections extended and updated.
4956 (Compiler Characteristics): This section (empty) deleted.
4957 (Defining Other Architecture Features): This section renamed and
4958 duplicate material removed from (formerly "Target Conditionals").
4959 Use braces {} in @deftypeXX type field throughout to handle types
4960 with spaces in them. Typos found by aspell fixed.
4961
4962 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4963 * stack_frame.pdf: Version of image for PDF output.
4964 * stack_frame.png: Version of image for HTML output and for Emacs.
4965 * stack_frame.txt: Version of image for Info output.
4966 * stack_frame.eps: Version of image for TeX DVI output.
4967
4968 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4969
4970 * gdb.texinfo (Character Sets): Fix last change.
4971
4972 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4973
4974 * gdb.texinfo (Values From Inferior): Fix optional arguments
4975 markup.
4976 (Commands In Python): Adjust argument names of gdb.Command.__init__
4977 to what the function accepts as keywords.
4978
4979 2008-03-20 Tom Tromey <tromey@redhat.com>
4980
4981 * gdb.texinfo (Convenience Vars): Document convenience functions.
4982 (Functions In Python): New node.
4983 (Python API): Update.
4984
4985 2009-03-20 Tom Tromey <tromey@redhat.com>
4986
4987 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4988 set target-wide-charset.
4989 (Requirements): Mention iconv.
4990
4991 2009-03-17 Hui Zhu <teawater@gmail.com>
4992
4993 * gdb.texinfo: Change the introduce of "disassemble-next-line".
4994
4995 2009-03-17 Hui Zhu <teawater@gmail.com>
4996
4997 * gdb.texinfo: Add documentation for disassemble-next-line.
4998
4999 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5000
5001 * gdb.texinfo (Commands In Python): Remove tindex entries.
5002
5003 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * gdb.texinfo (Returning): New description for missing debug info.
5006
5007 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5008
5009 * gdb.texinfo (Remote Configuration): Document query-attached.
5010 (General Query Packets): Document qAttached.
5011
5012 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5013
5014 * gdb.texinfo (Background Execution): Better describe the set
5015 target-async command.
5016 (Maintenance Commands): Delete description of the `maint set/show
5017 linux-async' and `maint set/show remote-async' commands.
5018
5019 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5020
5021 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5022 between sentences.
5023
5024 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5025
5026 * gdb.texinfo (GDB/MI Async Records): Document the
5027 =library-loaded and =library-unloaded notifications.
5028
5029 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5030
5031 * observer.texi (test_notification): New observer.
5032
5033 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5034
5035 * observer.texi: Add parameter 'print_frame' to normal_stop
5036 observer.
5037
5038 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5039
5040 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5041 (Commands In Python): Fix COMMAND_* constants in last change. Use
5042 @kbd for interactive input. Add cross-references and index
5043 entries.
5044
5045 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5046
5047 * gdb.texinfo (Signals): Document $_siginfo.
5048 (Convenience Variables): Mention $_siginfo.
5049 (Remote Configuration): Document qXfer:siginfo:read,
5050 qXfer:siginfo:write packets, and the read-siginfo-object,
5051 write-siginfo-object commands.
5052
5053 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5054
5055 * gdbint.texinfo (Values): New chapter.
5056
5057 2009-02-06 Tom Tromey <tromey@redhat.com>
5058
5059 * gdb.texinfo (Python API): Add entry for Commands In Python.
5060 (Commands In Python): New node.
5061
5062 2009-02-05 Tom Tromey <tromey@redhat.com>
5063
5064 * gdb.texinfo (Values From Inferior): Document Value.string.
5065
5066 2009-02-05 Tom Tromey <tromey@redhat.com>
5067
5068 * gdb.texinfo (Basic Python): Document execute's from_tty
5069 argument.
5070
5071 2009-02-04 Tom Tromey <tromey@redhat.com>
5072
5073 * gdb.texinfo (Basic Python): Document gdb.history.
5074
5075 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5076
5077 * gdb.texinfo (GDB/MI Thread Commands): Document the
5078 'current-thread-id' field. Remove the example with zero threads,
5079 since current GDB won't ever report that if there's inferior.
5080
5081 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5082
5083 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5084 option to -break-insert.
5085
5086 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5087 Jerome Guitton <guitton@adacore.com>
5088
5089 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5090 (System-wide configuration): New section.
5091
5092 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5093
5094 PR gdb/7580:
5095 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5096 internal-error|internal-warning quit|corefile ask|yes|no".
5097
5098 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5099
5100 * gdb.texinfo (Using the `gdbserver' Program): Document
5101 --remote-debug.
5102
5103 2009-01-23 Doug Evans <dje@google.com>
5104
5105 * gdb.texinfo: Add nexti to list of commands that support
5106 background execution.
5107
5108 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5109
5110 * gdb.texinfo (Define, Hooks): Document prefix command support.
5111
5112 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5113 Carlos O'Donell <carlos@codesourcery.com>
5114
5115 Fixes for makeinfo --html.
5116
5117 * annotate.texinfo: Use @copying and @insertcopying. Use
5118 @ifnottex in place of @ifinfo.
5119 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5120 place of @ifinfo. Use @ifnotinfo for one index entry.
5121 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5122 in place of @ifinfo.
5123 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5124 in place of @ifinfo. Include contents at start unconditionally.
5125
5126 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5127
5128 * gdb.texinfo (General Query Packets): Remove @var{} around the
5129 "spu" literal string.
5130
5131 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5132
5133 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5134 program may be running in another process" errors.
5135 * gdbint.texinfo (Native Conditionals): Delete
5136 ONE_PROCESS_WRITETEXT description.
5137
5138 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5139
5140 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5141 emacs local variable to be placed at the end of the ChangeLog.
5142 Add server.c and gdbreplay.c to the list of files where the
5143 copyright year needs to be updated.
5144
5145 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5146
5147 * gdb.texinfo (Remote Configuration): Document new
5148 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5149 commands.
5150
5151 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5152
5153 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5154 FETCH_INFERIOR_REGISTERS.
5155 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5156 FETCH_INFERIOR_REGISTERS descriptions. Remove
5157 gdbarch_get_longjmp_target descrition, since already described in
5158 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5159 (Target Conditionals): ... here.
5160
5161 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5162
5163 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5164 examples.
5165 (Additions to Ada): Likewise. Add the missing opening and closing
5166 parenthesis of the GDB prompt in one of the examples.
5167
5168 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5169
5170 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5171 about the result of 'Address not being of type System.Address.
5172 This problem has been fixed a while ago.
5173
5174 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5175
5176 MI non-stop and multiprocess docs.
5177
5178 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5179 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5180 Adjust documentation for *stopped, document =thread-created,
5181 =thread-exited, =thread-group-created and =thread-group-exited.
5182 (GDB/MI Thread Commands): Document the 'state' field in
5183 -thread-info output.
5184 (GDB/MI Program Execution): Mention --all and --thread-group
5185 options.
5186 (GDB/MI Variable Objects): Describe floating and fixed variable
5187 objects.
5188 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5189
5190 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5191
5192 * gdb.texinfo (Operating System Information): New appendix.
5193 (Operating System Auxiliary Information): Document 'info os processes'
5194 (Remote Configuration): Document 'osdata'
5195 (General Query Packets): Document qXfer:osdata:read.
5196
5197 2008-11-27 Tristan Gingold <gingold@adacore.com>
5198
5199 * gdb.texinfo (Darwin): Document Darwin specific features.
5200
5201 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5202
5203 * gdbint.texinfo (Target Conditionals): Extend the
5204 gdbarch_breakpoint_from_pc description.
5205
5206 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 * gdb.texinfo (M68K Features): Fix typo.
5209
5210 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5211
5212 * gdb.texinfo (Symbols): Mention printing containing
5213 image name in "info symbol".
5214 (Maint translate-address): Likewise.
5215
5216 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5217
5218 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5219 commands "catch load" and "catch unload".
5220
5221 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5222
5223 * gdb.texinfo (GDB/MI Async Records): Document
5224 =thread-selected.
5225
5226 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5227
5228 * observer.texi (new_inferior, inferior_exit): New observers.
5229
5230 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5231
5232 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5233 .mt files, TM_CLIBS or TM_CDEPS.
5234 (x86 Watchpoints): Don't mention TDEPFILES.
5235
5236 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5237
5238 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5239 (Overview): Mention notifications and non-stop mode behavior.
5240 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5241 with non-stop mode behavior. Add vStopped description.
5242 (Stop Reply Packets): Update list of packets that return
5243 stop replies. Mention non-stop behavior.
5244 (General Query Packets): Document QNonStop packet and associated
5245 qSupported query response.
5246 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5247 behavior.
5248 (Notification Packets): New section.
5249 (Remote Non-Stop): New section.
5250 (File-I/O Overview): Mention non-stop behavior.
5251
5252 2008-10-24 Hui Zhu <teawater@gmail.com>
5253 Pedro Alves <pedro@codesourcery.com>
5254
5255 * gdb.texinfo (displaced-stepping): Describe the auto mode
5256 setting, and say it's the default. This is now a mainstream
5257 setting instead of a maintenance setting.
5258
5259 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5260
5261 * observer.texi (thread_stop_requested): New.
5262
5263 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5264
5265 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5266 (Patching): Replace incorrect usage of @samp by @kbd.
5267
5268 2008-10-17 Michael Snyder <msnyder@vmware.com>
5269
5270 * gdb.texinfo: Add documentation for reverse execution.
5271
5272 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5273 Eli Zaretskii <eliz@gnu.org>
5274
5275 * gdb.texinfo. (Values From Inferior): New subsubsection.
5276
5277 2008-10-06 Doug Evans <dje@google.com>
5278
5279 * gdb.texinfo (set debug dwarf2-die): Document it.
5280
5281 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5282
5283 * gdb.texinfo (catch) [exception]: Document how to insert
5284 a breakpoint on user-defined exceptions when the exception
5285 name is identical to one of the language-defined ones.
5286
5287 2008-09-27 Tom Tromey <tromey@redhat.com>
5288
5289 * gdb.texinfo (Macros): Remove text about stringification,
5290 varargs, and splicing.
5291
5292 2008-09-27 Tom Tromey <tromey@redhat.com>
5293
5294 * gdbint.texinfo (Language Support): Remove text about omitting
5295 support for a language.
5296
5297 2008-09-23 Doug Evans <dje@google.com>
5298
5299 * gdb.texinfo (info dcache): Update.
5300
5301 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5302
5303 * gdb.texinfo (Packets): Add info on thread-id syntax and
5304 multiprocess extensions.
5305 <D>: Document multiprocess form of packet.
5306 <H>: Use thread-id syntax.
5307 <T>: Likewise.
5308 <vCont>: Likewise. Note this is required for multiprocess.
5309 <vKill>: New packet.
5310 (Stop Reply Packets) <T>: Use thread-id syntax.
5311 <W>: Document multiprocess form of reply.
5312 <X>: Likewise.
5313 (General Query Packets) <qC>: Use thread-id syntax.
5314 <qfThreadInfo>: Likewise.
5315 <qGetTLSAddr>: Likewise.
5316 <qP>: Likewise.
5317 <qSupported>: Add "multiprocess" feature.
5318 <qThreadExtraInfo>: Use thread-id syntax.
5319
5320 2008-09-22 Stan Shebs <stan@codesourcery.com>
5321
5322 * gdb.texinfo (Inferiors): New section.
5323
5324 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5325
5326 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5327
5328 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5329
5330 * gdbint.texinfo (Target Conditionals): Remove documentation
5331 for gdbarch_name_of_malloc.
5332
5333 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5334
5335 * gdb.texinfo (Interrupts): Mention TCP interface for
5336 sending BREAK.
5337
5338 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5339
5340 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5341 argument prefix to "set sysroot".
5342
5343 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5344
5345 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5346 and False.
5347
5348 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5349
5350 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5351 for possible features of -list-features.
5352
5353 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5354
5355 * gdb.texinfo (Background execution): Adjust example
5356 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5357
5358 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5359
5360 * doc/gdb.texinfo (PowerPC): Fix typo.
5361 (PowerPC features): Fix typo.
5362
5363 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5364
5365 * observer.texi (thread_ptid_changed): New.
5366
5367 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5368
5369 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5370 (PowerPC features): Mention feature set for VSX registers.
5371
5372 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5373
5374 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5375 the direct visibility of all names in user-written packages.
5376
5377 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5380 setting, and make it the default.
5381 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5382 non-stop script example.
5383
5384 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5385
5386 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5387 reference to the "Using Different Register and Memory Data
5388 Representation" section.
5389
5390 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5391
5392 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5393 (Remote Protocol): Add Packet Acknowledgment to menu.
5394 (Overview): Mention +/- can be disabled, and point to new section
5395 where this is discussed in detail.
5396 (General Query Packets): Document QStartNoAckMode packet, and
5397 corresponding qSupported reply.
5398 (Packet Acknowledgment): New section.
5399
5400 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5401 Pedro Alves <pedro@codesourcery.com>
5402
5403 * gdb.texinfo (Threads): Move paragraph about automatic thread
5404 selection to All-Stop Mode subsection.
5405 (Thread Stops): Reorganize existing material into subsections.
5406 Add introductory blurb and menu.
5407 (Non-Stop Mode): New subsection.
5408 (Background Execution): New subsection.
5409 (Maintenance Commands): Add cross-references from async mode
5410 commands to the new Background Execution section.
5411
5412 2008-08-06 Tom Tromey <tromey@redhat.com>
5413
5414 * gdb.texinfo (Extending GDB): New chapter.
5415 (Sequences): Demoted chapter, now a section under the new
5416 Extending GDB chapter.
5417 (Python): New section.
5418
5419 2008-07-31 Stan Shebs <stan@codesourcery.com>
5420
5421 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5422
5423 2008-07-29 Stan Shebs <stan@codesourcery.com>
5424
5425 * gdbint.texinfo: General round of cleanup and minor
5426 clarifications.
5427 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5428 (Longjmp Support): Update description to reflect how it is done
5429 for targets without using native header.
5430 (Symbol Handling): Add a little more general explanation.
5431 (COFF, ELF): Mention stabs encapsulation.
5432 (DWARF 3): New section.
5433 (Adding a New Host): Scrub out some obsolete bits.
5434 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5435 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5436 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5437 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5438 SEEK_SET, STOP_SIGNAL, USG.
5439 (Raw and Virtual Register Representations): Ditto for
5440 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5441 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5442 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5443 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5444 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5445 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5446 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5447 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5448 DEPRECATED_USE_STRUCT_CONVENTION.
5449 Describe gdbarch_deprecated_fp_regnum.
5450 Update description of gdbarch_print_insn.
5451 (Adding a New Target): Scrub out obsolete bits.
5452 (Obsolete Conditionals): Remove entire section.
5453
5454 2008-07-25 Tom Tromey <tromey@redhat.com>
5455
5456 * observer.texi (GDB Observers): Document new observers:
5457 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5458 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5459 architecture_changed.
5460
5461 2008-07-21 Stan Shebs <stan@codesourcery.com>
5462
5463 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5464 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5465
5466 2008-07-21 Tom Tromey <tromey@redhat.com>
5467
5468 * observer.texi (GDB Observers): Remove obsolete comment.
5469 <executable_changed>: Remove argument.
5470
5471 2008-07-18 Tom Tromey <tromey@redhat.com>
5472
5473 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5474
5475 2008-07-10 Doug Evans <dje@google.com>
5476
5477 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5478
5479 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5480
5481 * gdb.texinfo (Starting): Document "set disable-randomization".
5482
5483 2008-07-07 Andreas Schwab <schwab@suse.de>
5484
5485 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5486
5487 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5488
5489 * gdb.texinfo (GDB/MI Target Manipulation): Add
5490 example of -target-attach.
5491
5492 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5493
5494 * observer.texi (target_resumed): New observer.
5495 * gdb.texinfo (GDB/MI Output Records): Document *running.
5496
5497 2008-06-06 Tom Tromey <tromey@redhat.com>
5498
5499 * gdb.texinfo (Completion): Add field name example.
5500
5501 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5502
5503 * gdb.texinfo (GDB/MI Program Context): Added example
5504 to -exec-arguments
5505
5506 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5507
5508 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5509 annotation.
5510
5511 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5512 Nathan Sidwell <nathan@codesourcery.com>
5513 Joseph Myers <joseph@codesourcery.com>
5514
5515 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5516 and ACX_BUGURL.
5517 * configure: Regenerate.
5518 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5519 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5520 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5521 mailing-list-specific text about bug reporting unless
5522 BUGURL_DEFAULT.
5523
5524 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5525
5526 * gdb.texinfo (-target-select): Remove reference to target async.
5527 (Maintenance Commands): Document "maint set/show remote-async".
5528
5529 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5530
5531 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5532 in -target-file-get section.
5533
5534 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5535
5536 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5537 killing the inferior when it is already debugging a process.
5538
5539 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5542 abbreviation for "finish".
5543
5544 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5545
5546 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5547
5548 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5549
5550 * gdbint.texinfo (Target Conditionals): Delete entry for
5551 gdbarch_dwarf_reg_to_regnum.
5552
5553 2008-05-09 Doug Evans <dje@google.com>
5554
5555 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5556
5557 2008-05-05 Doug Evans <dje@google.com>
5558
5559 * gdb.texinfo (disassemble): Document /m modifier.
5560
5561 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5562
5563 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5564 will not report the time of commands that run the target.
5565
5566 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5567
5568 * gdb.texinfo (GDB/MI Output Records): Add
5569 missing semicolon.
5570
5571 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5572
5573 * gdb.texinfo (GDB/MI Output Records):
5574 Document =thread-create and =thread-exited.
5575
5576 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5577
5578 * gdb.texinfo (GDB/MI Development and Front Ends):
5579 Remove mention of dmi-discuss.
5580
5581 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5582
5583 * observer.texi (thread_exit): New.
5584
5585 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5586
5587 * gdb.texinfo (Debugging Output): Document "set/show debug
5588 displaced".
5589 (Maintenance Commands): Document "maint set/show
5590 can-use-displaced-stepping".
5591
5592 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5593
5594 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5595 and set/show arm force-mode.
5596
5597 2008-05-02 Andreas Schwab <schwab@suse.de>
5598
5599 * gdbint.texinfo (Algorithms): Describe
5600 target_watchpoint_addr_within_range.
5601
5602 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * gdbint.texinfo (Stack Frames): New chapter.
5605 (Algorithms): Move Frames text to the new chapter.
5606 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5607 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5608
5609 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5610
5611 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5612 output does not necessary include any tokens.
5613
5614 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5615
5616 * gdb.texinfo (Set SH Calling convention): New @item.
5617 (Show SH Calling convention): Ditto.
5618
5619 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5620
5621 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5622
5623 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5624
5625 * gdb.texinfo (Set Breaks): Mention that multiple location
5626 breakpoints need line number info. Add index entries.
5627
5628 2008-04-19 Craig Silverstein <csilvers@google.com>
5629
5630 * gdb.texinfo (Requirements): Add an optional requirement on
5631 zlib.
5632 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5633 Compressed DWARF 2.
5634
5635 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5636
5637 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5638 sample output for 'stopped,reason="breakpoint-hit"' message.
5639 (GDB/MI Program Execution): Likewise.
5640
5641 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5642
5643 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5644 -var-set-format. Add -f option to -var-evaluate-expression.
5645
5646 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5649 new node "Ambiguous Expressions". Replace references to this
5650 node by references to "Ambiguous Expressions" throughout.
5651 (Ambiguous Expressions): New node.
5652
5653 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5654
5655 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5656
5657 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5658
5659 * gdb.texinfo (Debugging Output): Document
5660 "set/show debug lin-lwp-async".
5661 (Maintenance Commands): Document "maint set/show linux-async".
5662
5663 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5664
5665 * gdb.texinfo (Expressions): Update description of malloced arrays.
5666
5667 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5668
5669 * gdb.texinfo (Thread Commands): Document
5670 -thread-info. Remove -thread-list-all-threads.
5671
5672 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5673 Sandra Loosemore <sandra@codesourcery.com>
5674
5675 * gdb.texinfo (Library List Format): Update to mention the
5676 possibility to pass section addresses instead of segment
5677 addresses.
5678
5679 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5680
5681 * gdb.texinfo (Starting): Document "set exec-wrapper".
5682 (Server): Document gdbserver --wrapper.
5683
5684 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5685
5686 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5687 unreadable memory. Delete obsolete SPARClite reference.
5688
5689 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5690
5691 * gdb.texinfo (Starting): Mention always-running targets.
5692 (Target Commands): Add an anchor for load.
5693 (Connecting): Explain continue instead of run.
5694
5695 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5696
5697 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5698
5699 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5700
5701 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5702 breakpoint table.
5703
5704 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5705
5706 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5707 killing the inferior when it is already debugging a process.
5708
5709 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5710
5711 * gdbint.texinfo (Build Script): New section. Mention new build script
5712 gdb_buildall.sh.
5713
5714 2008-02-01 Jim Blandy <jimb@red-bean.com>
5715
5716 * gdb.texinfo (Help): Summarize 'info args' correctly.
5717
5718 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5719
5720 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5721 available in PowerPC architecture.
5722 (Embedded Processors): Change node name of PowerPC item in menu.
5723 (PowerPC): Rename to...
5724 (PowerPC Embedded): this.
5725 (Architectures): Add new PowerPC item in menu.
5726 (PowerPC): New node.
5727
5728 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5729
5730 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5731 commands.
5732
5733 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5734
5735 * gdb.texinfo (Setting Catchpoints): Mention features
5736 supported on GNU/Linux.
5737
5738 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5739
5740 * gdb.texinfo (GDB/MI File Commands): Describe new output
5741 field for MI command -file-list-exec-source-file.
5742
5743 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5744
5745 * gdb.texinfo (Using the `gdbserver' Program): Add security
5746 warning. Rearrange into subsections and subsubsections. Document
5747 --multi and --debug. Correct --with-sysroot typo. Update --attach
5748 usage. Make load reference clearer. Document monitor exit.
5749 (Remote Configuration): Document set remote exec-file, attach-packet,
5750 and run-packet.
5751 (Packets): Document vAttach and vRun.
5752
5753 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5754
5755 * gdb.texinfo (Processes): Mention process command.
5756 detach-on-follow -> detach-on-fork.
5757
5758 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * gdbint.texinfo (Native Conditionals): Remove
5761 SHELL_COMMAND_CONCAT and SHELL_FILE.
5762
5763 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5764
5765 * gdb.texinfo (Specify Location): Improve wording.
5766
5767 2008-01-23 Chris Demetriou <cgd@google.com>
5768
5769 * gdb.texinfo (Threads): Document new "set print thread-events"
5770 and "show print thread-events" commands.
5771
5772 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5773
5774 * gdb.texinfo (Specify Location): New section.
5775 (Delete Breaks, Edit, Set Breaks): Remove description of
5776 locations. Instead, add a reference to "Specify Location".
5777 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5778 (Symbols): Refer to "Specify Location" for the valid forms of
5779 linespecs and locations.
5780
5781 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5782
5783 * gdbint.texinfo (Target Conditionals): Replace the description of
5784 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5785
5786 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5787
5788 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5789 about &&var, which is rejected by the expression parser.
5790
5791 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5792
5793 * gdb.texinfo (Output): Update documentation on using printf with DFP
5794 types.
5795
5796 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5797
5798 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5799 subsubsection.
5800 (Decimal Floating Point format): New subsubsection.
5801
5802 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5803
5804 * gdb.texinfo (File Options): Remove mention of the attempt to
5805 open a core file with the -p option. Don't list -c as a valid
5806 option to attach to a process.
5807
5808 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5809
5810 * gdbint.texinfo (Host Conditionals): Remove mention of
5811 ALIGN_STACK_ON_ENTRY.
5812
5813 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdbint.texinfo (Start of New Year Procedure): Add item
5816 describing how to update the source and documentation copyright
5817 notices.
5818
5819 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5820
5821 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5822 watchpoint explanation into the main description of the watchpoint
5823 command; update synopses of 'watch', 'rwatch', and 'awatch'
5824 commands.
5825
5826 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5827
5828 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5829 Document 'pending-breakpoints' feature of
5830 -list-features.
5831
5832 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5833
5834 * gdb.texinfo: Add new parameter's description.
5835
5836 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5837
5838 * gdb.texinfo (Overview): Clarify run-length encoding
5839 example. Remove the restriction on "+" and "-" characters.
5840
5841 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5842
5843 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5844
5845 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5846
5847 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5848 the -f option for -break-insert, remove -r option,
5849 and clarify specification of location.
5850
5851 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5852
5853 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5854 formatting.
5855 (Remote Debugging): Add File Transfer section.
5856 (Remote Configuration): Document Host I/O packets.
5857 (GDB/MI): Add GDB/MI File Transfer Commands section.
5858 (Host I/O Packets): New section in "Remote Protocol".
5859 (Packets): Add vFile.
5860
5861 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5862
5863 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5864 breakpoints with multiple locations.
5865 (Breakpoint Menus): Improve wording.
5866 (Output): Fix last change.
5867
5868 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5869
5870 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5871
5872 2007-11-15 Doug Evans <dje@google.com>
5873
5874 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5875
5876 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5877
5878 * gdbint.texinfo (Native Conditionals): Remove
5879 mention of CLEAR_SOLIB.
5880
5881 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5882
5883 * gdb.texinfo (Print Settings): Add documentation for "set/show
5884 print frame-arguments".
5885
5886 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5887
5888 * gdb.texinfo (Output): Update printf command's description.
5889
5890 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5891
5892 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5893 powerpc soft-float".
5894
5895 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5896
5897 * gdb.texinfo (Files): Correct formatting. Mention Expat
5898 requirement.
5899 (Requirements for Building GDB): Expand the list of Expat
5900 uses.
5901 (Library List Format, Memory Map Format): Mention Expat.
5902 (Target Descriptions): Update Expat wording.
5903
5904 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5905
5906 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5907 Document that gdbarch_convert_register_p should return zero for no-op
5908 conversions.
5909
5910 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5911
5912 * gdbint.texi (Compiler Characteristics): Move documentation
5913 of set_gdbarch_sofun_address_maybe_missing back to ...
5914 (Target Conditionals): ... here to fix build break.
5915
5916 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5917
5918 * gdbint.texi (Target Conditionals): Remove documentation of
5919 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5920 (Compiler Characteristics): ... documentation of
5921 set_gdbarch_sofun_address_maybe_missing.
5922
5923 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5924
5925 * gdbint.texinfo (Target Conditionals): Use
5926 frame_unwind_register_unsigned in examples instead of
5927 frame_unwind_unsigned_register.
5928
5929 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5930
5931 * gdb.texinfo (Predefined Target Types): Add int128
5932 and uint128.
5933 (Standard Target Features): Add PowerPC features.
5934
5935 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5936
5937 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5938
5939 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5940
5941 * gdbint.texi (Target Conditionals): Remove documentation
5942 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5943 gdbarch_extract_return_value, and gdbarch_store_return_value.
5944
5945 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5946
5947 * gdbint.texi (Target Conditionals): Remove documentation of
5948 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5949
5950 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5951
5952 * gdb.texinfo: Mention that inaccessible-by-default is on by
5953 default.
5954
5955 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5956
5957 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5958
5959 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5960
5961 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5962 multi-threaded watchpoints.
5963 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5964 checked. Describe sticky notification. Expand description
5965 of steppable and continuable watchpoints.
5966 (Watchpoints and Threads): New subsection.
5967
5968 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5969
5970 * gdb.texinfo (Setting Breakpoints): Revise
5971 documentation for pending breakpoints. Document
5972 breakpoints with multiple locations.
5973
5974 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5975
5976 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5977 Document -list-features.
5978
5979 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5980
5981 * gdb.texinfo (Output): Spell out which features of C's printf are
5982 not supported by GDB's printf.
5983 (Separate Debug Files): More accurate wording regarding build ID
5984 and a reference to the ld manual rather than the Fedora wiki.
5985
5986 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5987 Jim Blandy <jimb@codesourcery.com>
5988
5989 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5990 (Examining Memory): Update mentions of the 's' format.
5991 (Automatic Display): Likewise.
5992
5993 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
5994
5995 * gdb.texinfo: Update the FSF's Back-Cover Text.
5996
5997 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5998 Eli Zaretskii <eliz@gnu.org>
5999
6000 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6001 Fixed the ``build ID'' name. New binaries build instructions for the
6002 build ID inclusion. Explain how the commands are specific to the build
6003 ID vs. debug link.
6004
6005 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6006
6007 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6008 indexing for ``build ID'' support.
6009
6010 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6011
6012 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6013 Enlisted BUILD ID to the debug file searching example.
6014 Included a BUILD ID `.note.gnu.build-id' section description.
6015 Updated/added the debug files splitting instructions for OBJCOPY.
6016
6017 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6018
6019 * gdb.texinfo (Variable Objects): Adjust docs
6020 for -var-info-expression and document
6021 -var-info-path-expression.
6022
6023 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6024
6025 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6026 (title page): Include the dedication in the printed manual, as a
6027 separate page after the copyright notice.
6028
6029 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6030 don't break a @var across a line.
6031
6032 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6033
6034 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6035 for include files.
6036
6037 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6038
6039 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6040 in annotate.texinfo.
6041 (Command History): Link to new node.
6042
6043 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6044
6045 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6046
6047 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6048
6049 * gdbint.texinfo (Target Conditionals): Fix last change.
6050
6051 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6052
6053 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6054 routines:
6055 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6056 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6057 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6058 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6059 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6060 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6061 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6062 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6063 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6064 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6065 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6066 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6067 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6068 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6069 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6070 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6071 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6072 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6073 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6074 (SOFTWARE_SINGLE_STEP_P)
6075
6076 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6077 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6078
6079 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6080 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6081 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6082 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6083 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6084 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6085 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6086 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6087 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6088 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6089
6090 (Converting an existing Target Architecture to Multi-arch): Remove
6091 section.
6092
6093 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6094 (gdbarch_addr_bits_remove): Add code example.
6095
6096 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6097
6098 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6099
6100 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6101 Add other missing entries. Adjust the table size to fit.
6102 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6103 stop reasons including the new "library" event.
6104 (General Query Packets): Adjust table widths for qSupported. Mention
6105 qXfer:libraries:read reply to qSupported and document the new packet.
6106 (Library List Format): New section.
6107
6108 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6109
6110 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6111
6112 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6113
6114 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6115
6116 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6117
6118 * gdbint.texinfo (Register and Memory Data): Break sections
6119 into nodes and add a menu.
6120
6121 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6122
6123 * gdb.texinfo (Examining Memory): Document the new behaviour.
6124
6125 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6126
6127 * gdb.texinfo (Standard Target Features): Document
6128 m68k features.
6129
6130 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6131
6132 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6133
6134 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6135
6136 * gdb.texinfo (Target Description Format): Add version attribute
6137 for <target>.
6138
6139 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6140
6141 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6142
6143 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6144
6145 * gdb.texinfo (MIPS Features): New subsection.
6146
6147 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6148 Markus Deuling <deuling@de.ibm.com>
6149
6150 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6151 and qXfer:spu:write packets and mention them under qSupported.
6152
6153 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6154 Markus Deuling <deuling@de.ibm.com>
6155
6156 * gdb.texinfo (Architectures): Add new SPU section to document
6157 Cell Broadband Engine SPU architecture specific commands.
6158
6159 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6160
6161 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6162 comments.
6163
6164 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6165
6166 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6167
6168 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6169
6170 * gdb.texinfo (Overview): Doc fix.
6171
6172 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6173
6174 * gdb.texinfo (Remote Configuration): Document "set/show
6175 remoteflow".
6176
6177 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6178
6179 * gdb.texinfo (MIPS): Remove documentation for set mips
6180 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6181 stack-arg-size.
6182
6183 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6184
6185 * all-cfg.texi (GDBTUI): New.
6186 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6187 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6188 (TUI Configuration): Edit to improve clarity and fix problems of
6189 both style and content.
6190
6191 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6192
6193 * observer.texi (GDB Observers): New observer "new_objfile".
6194
6195 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6196
6197 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6198
6199 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6200
6201 * gdb.texinfo (GDB/MI Variable Objects): Document
6202 frozen variables objects.
6203
6204 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6205
6206 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6207 (Character Sets, Caching Data of Remote Targets): Likewise.
6208 (Targets): Delete Remote node. Move its text...
6209 (Debugging Remote Programs): ...to here. Delete description
6210 of the "remote" command.
6211 (Remote configuration): Delete description of "set remotedevice"
6212 and "show remotedevice".
6213 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6214
6215 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6216
6217 * gdb.texinfo (Contributors, Continuing and Stepping)
6218 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6219 (General Query Packets, File-I/O Remote Protocol Extension)
6220 (Protocol Basics, The F Reply Packet, Write)
6221 (Protocol-specific Representation of Datatypes, Memory Transfer):
6222 Fix hyphenation, punctuation and grammar problems.
6223 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6224 'section' instead of 'subsection' in the text.
6225 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6226 (i386): Remove period from section name.
6227 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6228 (Config Names, Configure Options): Use @file{configure}.
6229
6230 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6231
6232 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6233 and tab expansion.
6234
6235 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6236
6237 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6238
6239 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6240
6241 * gdb.texinfo: Consistently capitalize all significant words in
6242 node names, chapter titles, section titles, and headings. Update
6243 cross references to match.
6244 (Starting and Stopping Trace Experiment): Make node name plural.
6245 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6246
6247 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6248
6249 * gdb.texinfo (WinCE): Delete obsolete subsection.
6250
6251 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6252
6253 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6254 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6255 references.
6256
6257 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6258
6259 * gdb.texinfo (Startup): Delete references to some alternate
6260 names for .gdbinit.
6261 (Thread): Remove LynxOS reference.
6262 (Tandem ST2000): Delete target-specific documentation.
6263 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6264 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6265 and GDB_OSABI_LYNXOS.
6266
6267 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6268
6269 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6270
6271 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6272
6273 * gdbint.texinfo (Target Conditionals): Remove mention of
6274 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6275 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6276
6277 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6278
6279 * Makefile.in: Add "pdfdir" installation
6280 directory, PDFTEX macro, support for "install-pdf" target,
6281 and rules for making a pdf version of refcard.texi.
6282 * refcard.tex: Specify paper size for PDF output.
6283
6284 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6285
6286 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6287
6288 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6289
6290 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6291 (Source Path, Character Sets, Macros, Define)
6292 (GDB/MI Result Records, GDB/MI Simple Examples)
6293 (GDB/MI Program Execution, GDB/MI File Commands)
6294 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6295 (Bug Reporting): Use @value{GCC}.
6296
6297 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6298
6299 * gdb.texinfo (Help): Fix formatting of examples.
6300 (Variables): Use @ifnotinfo instead of @iftex.
6301 (Non-debug DLL symbols): Use @ref instead of @pxref.
6302 (Sparclet File): Use @samp instead of quotes.
6303
6304 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6305
6306 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6307
6308 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6309
6310 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6311 the order of the nodes.
6312 (C Operators, C Constants, Debugging C): Remove extra menus.
6313 (Method Names in Commands): Do not specify next/prev/up nodes.
6314
6315 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6316
6317 * gdb.texinfo (File Options): Add missing parenthesis.
6318 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6319
6320 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6321
6322 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6323
6324 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdb.texinfo (Standard Target Features): Mention
6327 case insensitivity.
6328 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6329
6330 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6333 (Files): Add section name to argument list for pxref.
6334 (Non-debug DLL symbols): Don't use `see' for pxref.
6335 (Embedded Processors): Fix typo.
6336 (GDB/MI Breakpoint Commands): Execution commands generate
6337 *stopped not ^done.
6338
6339 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6342 values for in_scope. Mention that only root variables can be
6343 updated.
6344 (GDB/MI Development and Front Ends): Explain new values may be
6345 added to existing fields.
6346
6347 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6348
6349 * gdb.texinfo (-target-disconnect): Use @smallexample.
6350 (Requirements): Add anchor for Expat. Update description.
6351 (Target Descriptions): Mention Expat.
6352 (Target Description Format): Document new elements. Use
6353 @smallexample.
6354 (Predefined Target Types, Standard Target Features): New sections.
6355 * gdbint.texinfo (Target Descriptions): New section.
6356
6357 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.texinfo (Target Description Format): Add section on XInclude.
6360
6361 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6362
6363 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6364 command -enable-timings.
6365
6366 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6367
6368 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6369 descriptions for new/deleted elements in gdb_osabi. Add missing
6370 description for function generic_elf_osabi_sniff_abi_tag_sections.
6371
6372 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6373
6374 * gdb.texinfo (Maintenance Commands): Add documentation for
6375 the new "maint print target-stack" command.
6376
6377 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6378 Eli Zaretskii <eliz@gnu.org>
6379
6380 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6381
6382 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6383
6384 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6385 Use @value{NGCC} instead of @value{GCC}.
6386
6387 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6388
6389 * agentexpr.texi: Fix typos.
6390 * annotate.texinfo: Likewise.
6391 * gdb.texinfo: Likewise.
6392 * gdbint.texinfo: Likewise.
6393 * observer.texi: Likewise.
6394 * stabs.texinfo: Likewise.
6395
6396 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6397
6398 * gdbint.texinfo (Support Libraries): Remove mmalloc
6399 entry. Describe readline library.
6400
6401 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6402
6403 * gdb.texinfo (Target Descriptions): New section.
6404 (General Query Packets): Add QPassSignals anchor. Mention
6405 qXfer:features:read under qSupported. Expand mentions of
6406 qXfer:memory-map:read and QPassSignals. Document
6407 qXfer:features:read.
6408
6409 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * gdb.texinfo (Commands to specify files): Describe
6412 "set sysroot" and "show sysroot".
6413 (Using the `gdbserver' program): Lowercase argument
6414 to @var. Expand description of setting up GDB on the
6415 host.
6416
6417 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6420 catch exception, catch exception unhandled, and catch assert
6421 commands.
6422
6423 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6424
6425 * gdb.texinfo (Debugging Output): Document "set debug xml"
6426 and "show debug xml".
6427
6428 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6429
6430 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6431
6432 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6433
6434 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6435
6436 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6437
6438 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6439 note in @ignore, to be removed later if nobody complains.
6440
6441 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6442
6443 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6444 of -var-delete.
6445
6446 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6447
6448 * gdb.texinfo (Setting breakpoints): Document
6449 automatic software/hardware breakpoint usage and
6450 the "set breakpoint auto-hw" command.
6451
6452 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6453
6454 * gdb.texinfo (Memory Access Checking): New.
6455
6456 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6457
6458 * gdb.texinfo (Remote configuration): Mention
6459 "pass-signals-packet".
6460 (General Query Packets): Document QPassSignals. Fix
6461 a typo.
6462
6463 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6464
6465 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6466
6467 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 * gdb.texinfo (Remote configuration): Rewrite documentation for
6470 packet configuration commands.
6471 (OS Information): Adjust reference to qXfer:auxv:read.
6472 (General Query Packets): Remove references to read-aux-vector-packet
6473 and set remote get-thread-local-storage-address.
6474
6475 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6476
6477 * gdbint.texinfo (Target Architecture Definition): Add new
6478 Initializing a New Architecture section.
6479
6480 2006-10-31 David Taylor <dtaylor@emc.com>
6481
6482 * stabs.texinfo (Macro define and undefine): New node describing
6483 stabs for #define and #undef.
6484
6485 2006-10-27 Andreas Schwab <schwab@suse.de>
6486
6487 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6488
6489 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6490
6491 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6492 clarify on the possible meanings of ``expression'' watched by
6493 watchpoints. Add indexing.
6494 (Prompting, Errors, Invalidation, Annotations for Running)
6495 (Source Annotations): Fix index entries by adding "annotation" to
6496 them, to discriminate from index entries that point to the more
6497 general topic descriptions.
6498
6499 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6500
6501 * gdbint.texinfo (Target Vector Definition): Move most
6502 content into Existing Targets. Add a menu.
6503 (Existing Targets): New section, moved from Target Vector
6504 Definition. Use @subsection.
6505 (Managing Execution State): New section.
6506
6507 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6508
6509 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6510
6511 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6512
6513 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6514 (Command Syntax, Signals, Backtrace, Connecting)
6515 (Remote configuration, Renesas Boards, Console I/O): Fix last
6516 change: use Ctrl- instead of C-, except wrt Emacs.
6517 (File-I/O Examples): Put Ctrl-c in @kbd.
6518 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6519 (Console I/O): Use @samp with Ctrl-.
6520 (Signals, Set Breaks, Set Watchpoints): Document optional
6521 arguments to `info signals' `handle', `info breakpoints', and
6522 `info watchpoints'.
6523
6524 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6525
6526 * gdb.texinfo (Backtrace): Fix last change.
6527
6528 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6531
6532 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6533
6534 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6535 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6536 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6537
6538 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6539 Daniel Jacobowitz <dan@codesourcery.com>
6540
6541 * gdb.texinfo (Packets): Document vFlashErase,
6542 vFlashWrite and vFlashDone packets.
6543 (General Query Packets): Document qXfer:memory-map:read.
6544 Add a new feature for qXfer:memory-map:read.
6545 (Memory map format): New section.
6546 (Target Commands): Mention that gdb can write flash.
6547
6548 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6549 Daniel Jacobowitz <dan@codesourcery.com>
6550
6551 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6552 memory regions and "mem auto".
6553
6554 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6555
6556 * gdbint.texinfo (Array Containers): New section.
6557
6558 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6559
6560 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6561 -stack-list-arguments HIGH_FRAME argument can be larger then the
6562 actual number of frames.
6563
6564 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6565
6566 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6567 -stack-list-locals HIGH_FRAME argument can be larger then the
6568 actual number of frames.
6569
6570 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6571
6572 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6573 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6574
6575 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6576
6577 * gdbint.texinfo (Overall Structure): New section "Source Tree
6578 Structure".
6579
6580 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6581
6582 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6583 responses.
6584
6585 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6586
6587 * gdb.texinfo (Source Path): Add documentation for new
6588 substitute-path commands.
6589
6590 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6593 (Running Configure): ...here.
6594 (Requirements): New node. Mention expat.
6595
6596 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6597
6598 * gdb.texinfo (Target Commands): Remove
6599 'set download-write-size' and 'show download-write-size'.
6600
6601 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * stabs.texinfo (Member Type Descriptor): Correct example for
6604 pointer to member types.
6605
6606 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6607
6608 * gdb.texinfo (Optional warnings and messages): Add
6609 'set/show trace-commands'.
6610 (Command files): Add '-v' to source command.
6611
6612 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6613
6614 * gdb.texinfo (OS Information): Update qPart reference to
6615 qXfer.
6616 (Remote configuration): Likewise.
6617 (Overview): Move @cindex to the start of a paragraph. Talk
6618 about binary data encoding.
6619 (Packets): Refer to the overview for the details of the X
6620 packet encoding.
6621 (General Query Packets): Remove qPart description. Add qXfer
6622 description. Add an anchor to qSupported. Correct feature
6623 table title. Add a new feature for qXfer:auxv:read.
6624 (Interrupts): Add a missing parenthesis.
6625
6626 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6627
6628 * gdb.texinfo (KOD): Remove node.
6629 (GDB/MI Kod Commands): Remove commented out node.
6630
6631 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6632
6633 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6634 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6635 (GDB/MI Thread Commands, GDB/MI Program Execution)
6636 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6637 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6638 (GDB/MI File Commands, GDB/MI Target Manipulation)
6639 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6640 since the MI prompt is hard-wired into the code.
6641
6642 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6643
6644 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6645 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6646 (GDB/MI Data Manipulation): Remove description of unimplemented
6647 display related commands as variable objects perform this function
6648 and are superior: -display-delete, -display-disable,
6649 -display-enable, -display-insert and -display-list. Move
6650 -environment-cd, -environment-directory, -environment-path
6651 and -environment-pwd to "Program Context".
6652 (GDB/MI Program Control): Rename to "Program Execution". Move
6653 -exec-arguments -exec-abort to...
6654 (GDB/MI Program Context): ...here. New node split from "Data
6655 Manipulation".
6656
6657 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6658
6659 * gdb.texinfo (Remote configuration): Document set / show
6660 remote supported-packets.
6661 (General Query Packets): Document qSupported packet.
6662
6663 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6664
6665 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6666 and font markup.
6667 (Protocol basics): Likewise.
6668 (The F request packet): Likewise.
6669 (The F reply packet): Likewise.
6670 (Memory transfer): Move this node to be a subsubsection of
6671 "Protocol specific representation of datatypes".
6672 (The Ctrl-C message): More copy editing.
6673 (Console I/O): Likewise.
6674 (The isatty call): Delete this node, and merge its content into
6675 the "isatty" node. Fixed references elsewhere.
6676 (The system call): Delete this node, and merge its content into
6677 the "system" node. Fixed references elsewhere.
6678 (open): Reformat to use @table, and add appropriate font markup.
6679 (close): Likewise.
6680 (read): Likewise.
6681 (write): Likewise.
6682 (lseek): Likewise.
6683 (rename): Likewise.
6684 (unlink): Likewise.
6685 (stat/fstat): Likewise.
6686 (gettimeofday): Likewise.
6687 (isatty): Likewise.
6688 (system): Likewise, plus minor changes to fix confusing wording.
6689 (Integral datatypes): Fix font markup.
6690 (Pointer values): Likewise.
6691 (struct stat): Fix markup to use @table, plus minor copy editing.
6692 (struct timeval): Fix font markup, plus minor copy editing.
6693 (Constants): Minor copy editing.
6694 (Errno values): Add font markup.
6695 (File-I/O Examples): Likewise.
6696
6697 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6698
6699 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6700 (GDB/MI Simple Examples): Move node up one level. Use real
6701 examples.
6702 (GDB/MI Compatibility with CLI): Update.
6703 (GDB/MI Result Records): Add "connected" and "exit" result
6704 classes.
6705 (GDB/MI Stream Records): Clarify target output.
6706 (GDB/MI Command Description Format): Modify example description.
6707 (GDB/MI Breakpoint Table Commands): Rename to...
6708 (GDB/MI Breakpoint Commands): ...this
6709 (GDB/MI Breakpoint Commands): Add optional thread field.
6710 (GDB/MI Program Control): Add an introduction. Move "Program
6711 termination" examples into exec-run description.
6712 (GDB/MI File Commands): Mention similar CLI commands.
6713 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6714 is similar to "-gdb-version".
6715
6716 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6717
6718 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6719
6720 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6723 sourceware.org for mailing lists.
6724 (GDB/MI File Commands): New node split from Program Control.
6725
6726 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6727
6728 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6729
6730 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6731
6732 * gdb.texinfo (Cygwin Native): Fix last change.
6733
6734 2006-05-22 Christopher Faylor <cgf@timesys.com>
6735
6736 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6737
6738 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6739
6740 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6741 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6742
6743 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6744
6745 * gdb.texinfo (General Query Packets): Recommend not starting
6746 new packets with qC and clarify.
6747
6748 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6749
6750 * gdb.texinfo (M2 Types): New section.
6751
6752 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * agentexpr.texi: Add a copyright and license notice.
6755 * observer.texi: Likewise, with GPL clause for function prototypes.
6756 Remove trailing whitespace.
6757
6758 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6759
6760 * gdb.texinfo (General Query Packets): Document conventions for
6761 terminating packet names, and their violations.
6762
6763 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6766 * gdb.texinfo: Likewise.
6767
6768 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6769
6770 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6771 and "show remotedebug".
6772 (Debugging Output): Add additional index entries.
6773
6774 2006-04-27 Michael Snyder <msnyder@redhat.com>
6775
6776 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6777
6778 2006-04-22 Andrew Cagney <cagney@redhat.com>
6779
6780 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6781 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6782
6783 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6784
6785 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6786 and remove breakpoint prototypes.
6787 (Watchpoints): Move description of target_insert_hw_breakpoint and
6788 target_remove_hw_breakpoint ...
6789 (Breakpoints): ... to here. Document target_insert_breakpoint and
6790 target_remove_breakpoint.
6791
6792 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6793
6794 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6795 and C packets are optional.
6796
6797 2006-04-14 Frederic Riss <frederic.riss@st.com>
6798
6799 * gdb.texinfo (Specifying source directories): Update the description
6800 of the source file search to reflect the fact that the source path
6801 always contains at least $cdir and $cwd.
6802
6803 2006-03-31 Michael Snyder <msnyder@redhat.com>
6804
6805 * gdb.texinfo: Update copyright dates.
6806
6807 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6808
6809 * gdb.texinfo (Overview): Add an index entry to "empty response".
6810
6811 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6812
6813 * gdbint.texinfo (Prologue Analysis): New section.
6814
6815 2006-03-07 Jim Blandy <jimb@red-bean.com>
6816
6817 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6818
6819 * gdb.texinfo (Target Commands): Update text describing how to
6820 specify a target. Refer to the detailed section on remote
6821 debugging, not the brief mention.
6822
6823 * gdb.texinfo (Connecting): Organize the different 'target remote'
6824 connection methods into a table. Add a 'target remote' index
6825 entry. (!!!)
6826
6827 2006-02-17 Fred Fish <fnf@specifix.com>
6828
6829 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6830 'ptype' commands to reflect the fact that the only significant
6831 difference between them is that ptype prints the complete type
6832 description instead of just the name.
6833
6834 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6835
6836 * gdbint.texinfo (Watchpoints): Delete
6837 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6838
6839 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6840
6841 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6842 times fields where needed. Fix typos. Update general form given
6843 for output of -break-insert.
6844 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6845
6846 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6847
6848 * gdbint.texinfo (Symbol Handling): Add a section
6849 on memory management.
6850
6851 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6852
6853 * gdb.texinfo (Breakpoint table commands): Document the fullname
6854 field in -break-list output.
6855
6856 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6857
6858 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6859 debugging information produced by the various "set debug..."
6860 options.
6861
6862 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6863
6864 * gdb.texinfo (Files): Remove obsolete bits from the description
6865 of "symbol-file".
6866
6867 2006-01-25 Jim Blandy <jimb@redhat.com>
6868
6869 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6870
6871 2006-01-24 Jim Blandy <jimb@redhat.com>
6872
6873 * gdbint.texinfo (Frames): Document the basics of GDB's register
6874 unwinding model, and explain the existence of the "sentinel" frame.
6875
6876 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6877
6878 * gdb.texinfo (Choosing files): Mention that -directory is used
6879 for script files.
6880 (Specifying source directories): Likewise.
6881 (Command files): Explain how script files are found.
6882
6883 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6884
6885 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6886 the threads in a multi-threaded program.
6887 (Threads): The threadno argument of "thread apply" can be a range
6888 of numbers.
6889
6890 2006-01-18 Jim Blandy <jimb@redhat.com>
6891
6892 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6893 of warning flags.
6894
6895 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6896
6897 * gdb.texinfo (Sequences): Improve menu annotations.
6898 (Define): Add index entries for arguments of user-defined
6899 commands. Move the description of flow-control commands...
6900 (Command Files): ...to here. Document loop_break and
6901 loop_continue.
6902 (Define, Command Files): Document `end' and add index entries for
6903 it.
6904
6905 2006-01-04 Michael Snyder <msnyder@redhat.com>
6906
6907 * gdb.texinfo: Add documentation for linux-fork.
6908 * gdbint.texinfo: Add internal documentation for checkpoints.
6909
6910 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6911
6912 * gdb.texinfo (Omissions from Ada): Document that there is now
6913 limited aggregate support.
6914
6915 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6916
6917 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6918 registers and the likes.
6919
6920 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6921
6922 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6923 (Symbols): Fix usage of "e.g.".
6924 (Memory Region Attributes): Fix usage of "etc."
6925
6926 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6927 (Coding): Fix usage of "e.g.".
6928
6929 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6930
6931 * stabs.texinfo:
6932 * refcard.tex:
6933 * gpl.texi:
6934 * gdbint.texinfo:
6935 * gdb.texinfo:
6936 * gdb-cfg.texi:
6937 * fdl.texi:
6938 * annotate.texinfo:
6939 * all-cfg.texi:
6940 * Makefile.in: Add (C) after Copyright. Update the FSF
6941 address.
6942
6943 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6944
6945 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6946 extend GDB with commands for external monitor.
6947
6948 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6949
6950 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6951
6952 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6953
6954 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6955
6956 2005-11-21 Jim Blandy <jimb@redhat.com>
6957
6958 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6959 placement of 'R' actions in tracepoint action packets; document
6960 dependence of 'X' and 'M' actions on a preceding 'R' action for
6961 their registers.
6962
6963 2005-11-19 Jim Blandy <jimb@redhat.com>
6964
6965 * gdb.texinfo (Tracepoint Packets): New node.
6966 (General Query Packets): Add entries for the tracepoint packets,
6967 referring to the "Tracepoint Packets" node.
6968 (Tracepoints): Add reference to "Tracepoint Packets".
6969
6970 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6971
6972 * gdb.texinfo (set remotebreak): Add anchor.
6973 (X packet): Likewise.
6974 (Remote Protocol): Add new section `Interrupts' and new index
6975 entry `interrupts (remote protocol)'.
6976
6977 2005-11-18 Jim Blandy <jimb@redhat.com>
6978
6979 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6980 entries into the General Query Packets section. Add a
6981 cross-reference to that section. Drop description of replies, as
6982 these are covered in the descriptions of each packet.
6983 (General Query Packets): Add introductory text. Explain naming
6984 conventions, and how the end of a name is recognized.
6985
6986 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6987
6988 * gdb.texinfo (Remote configuration): Fix typo in description of
6989 "set remotebreak" command.
6990
6991 2005-11-16 Jim Blandy <jimb@redhat.com>
6992
6993 * gdb.texinfo (Packets, Stop Reply Packets)
6994 (General Query Packets): Various formatting cleanups.
6995 - Use @samp for packet contents.
6996 - Drop summaries from packet @item lines; the same information appears
6997 immediately below in the description.
6998 - Delete paragraph breaks after packet @item commands, so that the
6999 description appears directly to the right of the packet prototype
7000 in the printed manual, if it fits.
7001 - Place spaces in packet prototypes between @vars and non-@var
7002 letters, and explain that they're just for formatting.
7003 - Use @dots{} instead of '...'.
7004 - Fix uses of @code where @var was needed.
7005 - Replace "deprecated" markers with English text spelling out the
7006 packet's status and the preferred alternatives.
7007 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7008 what this ever meant.
7009 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7010 this for a long time.
7011 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7012 implemented several times, and have been in use for years.
7013
7014 2005-11-15 Jim Blandy <jimb@redhat.com>
7015
7016 * gdb.texinfo (Packets): Add index entries for 'm' packet
7017 disclaimers.
7018
7019 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7020 of stub when processing an 'm' packet.
7021
7022 * gdb.texinfo (Packets): Mention that packets beginning with
7023 letters are reserved once, at the top, instead of actually listing
7024 them all and saying "reserved".
7025
7026 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7027
7028 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7029 Change @var{$arg0 to @code{$arg0.
7030
7031 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7032
7033 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7034
7035 2005-11-12 Jim Blandy <jimb@redhat.com>
7036
7037 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7038 order. Remove extraneous 'z'.
7039
7040 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7041
7042 * gdb.texinfo (Choosing files): Add --eval-command.
7043
7044 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7045
7046 * gdb.texinfo (Choosing modes): Add --return-child-result.
7047
7048
7049 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7050
7051 * gdb.texinfo (Choosing modes): Add --batch-silent.
7052
7053 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7054
7055 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7056 "The -var-update Command".
7057
7058 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7059
7060 * gdb.texinfo (Print Settings): Add documentation for set/show
7061 print array-indexes.
7062
7063 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7064
7065 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7066 6.2 and 6.3.
7067
7068 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7069
7070 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7071 since 19-Jan-2004.
7072 (Files): Likewise.
7073 (Variables, Symbols): Document the "<incomplete type>" message and
7074 its reasons.
7075
7076 2005-08-01 Fred Fish <fnf@specifix.com>
7077
7078 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7079
7080 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7081
7082 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7083 option for -var-list-children and -var-update.
7084 (GDB/MI Stack Manipulation): Simplify description of
7085 print-values option for -stack-list-locals.
7086 (GDB/MI Command Description Format): Clarify.
7087 (Mode Options): Spelling of superseded.
7088
7089 2005-07-12 Bob Rossi <bob@brasko.net>
7090
7091 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7092 corresponding GDB command comment.
7093
7094 2005-07-06 Bob Rossi <bob@brasko.net>
7095
7096 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7097 and -inferior-tty-show.
7098 (Input/Output): Document "set/show inferior-tty" and tty alias.
7099
7100 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7101
7102 * gdb.texinfo (Packets): Change description of 'D' packet to note
7103 that GDB does wait for a response.
7104
7105 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * gdb.texinfo (History) Rename "Command History".
7108 (Command History): Move node "Server Prefix" from section on
7109 Annotations here.
7110
7111 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * gdb.texinfo (GDB/MI Stack Manipulation):
7114 Re-instate -stack-info-frame with example. Say that it gets
7115 info on selected frame, not current frame.
7116
7117 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7118
7119 * gdb.texinfo (Server): Clarify that `file' should be used before
7120 connecting to the server.
7121 (Files): Add an xref to the above description.
7122 (Output Formats): More detailed description of the `c' format.
7123 (Memory): List explicitly all the formats supported by `x'.
7124 (Threads): Add an @cindex entry for "thread apply".
7125 (Files): Document the possibility of loading unlinked object
7126 files. Add more indexing for solib-absolute-prefix and
7127 --with-sysroot.
7128 (Machine Code): Document possible problems with locations in
7129 shared libraries.
7130 (Backtrace): Document that free-standing environments do not need
7131 to have a `main' function.
7132
7133 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7136 -stack-info-frame.
7137
7138 2005-06-07 Andrew Cagney <cagney@gnu.org>
7139
7140 * gdb.texinfo (Contributors): Note the original multi-arch
7141 contributors.
7142
7143 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7144
7145 * gdb.texinfo (Registers): Add index entries for the standard
7146 registers.
7147 (Frames): Add cross-reference from frame pointer description to
7148 the Registers node.
7149 (Annotations Overview): Fix the reference to GDB name.
7150
7151 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7152
7153 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7154 can-use-hw-watchpoints.
7155
7156 2005-05-28 Bob Rossi <bob@brasko.net>
7157
7158 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7159 the possible reasons why an exec async record would be returned to FE.
7160
7161 2005-05-26 Andrew Cagney <cagney@gnu.org>
7162
7163 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7164 Andrew Cagney implemented the original GDB/MI.
7165
7166 2005-05-23 Orjan Friberg <orjanf@axis.com>
7167
7168 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7169 documentation. Add documentation for cris-mode.
7170
7171 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7172
7173 * gdb.texinfo (Numbers): Explain the example and make the wording
7174 more acurate.
7175
7176 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7177 Dennis Brueni <dennis@slickedit.com>
7178
7179 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7180 (GDB/MI Data Manipulation, GDB/MI Program Control)
7181 (GDB/MI Stack Manipulation): Update examples to include the fullname
7182 attribute in stack frames.
7183
7184 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7185
7186 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7187 do with other non-standard names of init files.
7188
7189 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7190
7191 * gdb.texinfo (Command Files): Move the description of the startup
7192 from here...
7193 (Startup): ...to this new subsection of the Invocation chapter.
7194 Rearrange the description of init files more logically and add a
7195 cross-reference to "Command Files". Document the special gdbinit
7196 name for CISCO 68k. Expand the description of what GDB does
7197 during startup.
7198 (History): Add index entry for HISTSIZE.
7199
7200 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7201
7202 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7203
7204 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7205
7206 * gdb.texinfo (SVR4 Process Information, The isatty call)
7207 (The system call): Don't use foo(N) notation for man pages and
7208 functions.
7209 (Compilation, DJGPP Native): Improve wording.
7210
7211 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7212
7213 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7214 were optimized away.
7215
7216 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7217
7218 * gdb.texinfo (Remote configuration): Document "set/show
7219 get-thread-local-storage-address". Add cross-reference to the
7220 description of the qGetTLSAddr packet.
7221 (General Query Packets): Mention "set remote
7222 get-thread-local-storage-address" and add a reference to its
7223 description.
7224
7225 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7226
7227 * gdb.texinfo (Backtrace): Describe 'bt full'.
7228
7229 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * gdb.texinfo (Mode Options): Fix typo.
7232 (GDB/MI): Describe how to invoke GDB/MI.
7233
7234 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7235
7236 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7237 references changed. Add description of "info udot".
7238 (Files): Document "set/show stop-on-solib-events".
7239 (M32R/D): Document "set/show download-path", "set/show
7240 board-address", "set/show server-address", "upload", "tload".
7241 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7242 "use_mon_code", "use_ib_break", "use_dbt_break".
7243 (Maintenance Commands): Improve indexing.
7244 (Target Commands): Document "set/show hash", "set/show debug
7245 monitor".
7246 (SVR4 Process Information): Document "info pidlist" and "info
7247 meminfo". Document "set/show procfs-tarce" and "set/show
7248 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7249 (Symbols, The Print Command with Objective-C): Improve indexing.
7250 (Objective-C): Add references to "info classes" and "info
7251 selectors".
7252 (Debugging Output): Improve wording. Document "set/show debug
7253 solib-frv". Fix "set/show debugvarobj".
7254 (Set Breaks): Add index entry for "hardware breakpoints".
7255 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7256 and "set/show usehardbreakpoints".
7257 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7258 monitor-prompt", "set/show monitor-warnings", "pmon".
7259 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7260 rdiromatzero", "set/show rdiheartbeat".
7261 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7262 "sds".
7263 (Embedded Processors): Document the "sim" command.
7264 (Remote): Document the "remote" command.
7265 (DJGPP Native): Document the "info serial" command.
7266 (Threads): Document "maint info sol-threads".
7267 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7268 (Set Breaks): Improve indexing.
7269 (Command Syntax): Add a reference to dont-repeat.
7270 (Define): Document "dont-repeat".
7271 (TUI Commands): Document "tabset".
7272 (WinCE): New subsection. Document "set/show remotedirectory",
7273 "set/show remoteupload", "set/show remoteaddhost".
7274
7275 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7276
7277 * gdb.texinfo (Hurd Native): New subsection, documents
7278 Hurd-specific commands.
7279 (Maintenance Commands): Add cross-reference to "Debugging Output".
7280 (Debugging Output): Document "set/show debug lin-lwp".
7281 (MIPS): Improve documentation of heuristic-fence-post. Document
7282 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7283 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7284 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7285 (ARM): Document ARM-specific commands.
7286 (AVR): New section. Document "info io_registers".
7287 (CRIS): New section. Document "set/show cris-version" and
7288 "set/show cris-dwarf2-cfi".
7289 (HPPA): New section. Document "set/show debug hppa" and "maint
7290 print unwind".
7291 (Neutrino): New subsection. Document "set/show debug nto-debug".
7292 (Super-H): New section. Document the "regs" command.
7293 (Debugging Output): Document "set/show debug aix-thread".
7294
7295 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7296
7297 * gdb.texinfo (Print Settings): Document "set/show print
7298 pascal_static-members", "set print repeats", "show print
7299 null-stop". Improve indexing. Fix documentation of "set print
7300 union".
7301 (Pascal): New section.
7302 (Supported languages): Rename from "Support"; all references
7303 updated. Add a menu item for Pascal.
7304 (Numbers): Document "set radix.
7305 (Screen Size): Document "set/show pagination".
7306 (MIPS Embedded): Remove "set processor" documentation.
7307 (Remote configuration): Document "set/show X/P/Z-packet",
7308 "set/show read-aux-vector-packet", "set/show remote
7309 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7310 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7311 remotedebug", "set/show remotebreak", "set/show remotedevice",
7312 "set/show remotelogfile".
7313 (Auxiliary Vector): Add reference to the description of the
7314 read-aux-vector-packet setting.
7315 (Set Watchpoints): Add a cross-reference to "set remote
7316 hardware-breakpoint-limit".
7317 (General Query Packets): Add indexing of requests and
7318 cross-references to related commands in "Remote configuration".
7319 (File-I/O Overview, The system call): Fix wording and typos.
7320 (Thread Stops): Add index entries.
7321 (Continuing and Stepping): Document "show step-mode".
7322 (i386): New node. Document "set/show struct-convention".
7323 (Files): Document "show trust-readonly-sections".
7324 (Calling): Document "set/show unwindonsignal".
7325 (Messages/Warnings): Add index entries.
7326 (Maintenance Commands): Document "set/show watchdog".
7327 (Annotations Overview): Document "show annotate".
7328 (Set Watchpoints): Add index entries.
7329 (Symbols): Fix doc of case-sensitive.
7330 (ABI): Document "show coerce-float-to-double".
7331 (Convenience Vars, Help): Improve indexing.
7332 (Machine Code): Document "show disassembly-flavor".
7333 (Debugging C plus plus): Document "show overload-resolution".
7334 (Value History, Signaling): Add index entries.
7335
7336 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7337
7338 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7339 (Processes): Fix wording.
7340 (History, List, Logging output, Define, Symbols, Print Settings):
7341 Improve indexing.
7342
7343 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7344
7345 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7346 redundant index entry for "target" command.
7347 (Backtrace): Add index entries.
7348 (Symbols, Fortran): Document the "set case-sensitive" command.
7349 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7350 (Print Settings): Add index entry for "set demangle-style".
7351 (Target Commands): Document "set download-write-size".
7352 (Debugging Output): Document "set exec-done-display".
7353
7354 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7355
7356 * gdb.texinfo (Files): Fix the name and documentation of
7357 add-shared-symbol-files. Document its alias assf. Update the
7358 list of OSs where GDB supports shared libraries. Fix markup.
7359 (Continuing and Stepping): Add reference to @var{location} in the
7360 text.
7361 (Dump/Restore Files): Fix reference to @{filename}.
7362 (Help): Fix wording.
7363 (Attach): Ditto.
7364 (Set Watchpoints): Ditto.
7365 (Backtrace): Remove redundant index entries. Improve index
7366 entries.
7367 (Delete Breaks): Fix wording.
7368 (Memory): Document the compare-sections command.
7369 (Memory Region Attributes): Improve wording.
7370 (Disabling): Improve wording.
7371 (Fortran): New subsection. Document the "info common" command.
7372 (Help): Document aliases "info copying" and "info warranty".
7373 (Caching Remote Data): New section. Document the "set/show
7374 remotecache" and "info dcache" commands.
7375 (Show): Fix wording of the documentation of the "set
7376 extension-language" command.
7377 (Signals): Add index entry for "info handle".
7378 (Memory Region Attributes): Fix punctuation.
7379 (Symbols): Change the arg name to "location" and refer to it in
7380 the text. Fix wording of "info types" doc.
7381 (Threads): Fix usage of @enumerate @item's.
7382 (Listing Tracepoints): Add index entry for "info tp".
7383 (Set Watchpoints): Add xref to "info break" description.
7384 (Macros): Add an index entry for "macro exp1". Document the
7385 "macro list" command.
7386 (Maintenance Commands): Document "flushregs", "maint agent",
7387 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7388 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7389 "maint print architecture", "maint print objfiles", "maint print
7390 statistics", "maint print type", "maint show-debug-regs", "maint
7391 space", "maint time", and "maint translate-address".
7392 (Connecting): Document the "monitor" command.
7393 (Annotations Overview): Describe the "set annotate" command.
7394
7395 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7396
7397 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7398 Rearrange index entries and improve wording about support for
7399 hardware watchpoints.
7400
7401 2005-03-10 Bob Rossi <bob@brasko.net>
7402
7403 * gdb.texinfo: Update copyright
7404
7405 2005-02-09 Theodore A. Roth <troth@openavr.org>
7406
7407 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7408 error.
7409
7410 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7411
7412 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7413
7414 2005-01-17 Michael Snyder <msnyder@redhat.com>
7415
7416 * gdb.texinfo: Fix spelling, infinte -> infinite.
7417
7418 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7419
7420 * observer.texi (GDB Observers): Document "solib_loaded".
7421
7422 2005-01-07 Andrew Cagney <cagney@gnu.org>
7423
7424 * configure.ac: Rename configure.in, require autoconf 2.59.
7425 * configure: Re-generate.
7426
7427 * configure.in: Replace configdirs with multiple references to
7428 AC_CONFIG_SUBDIRS.
7429 * configure: Re-generate.
7430
7431 2005-01-04 Andrew Cagney <cagney@gnu.org>
7432
7433 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7434 part of the version number.
7435
7436 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7437
7438 * gdbint.texinfo (Algorithms): Remove description of
7439 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7440
7441 2004-12-07 Jim Blandy <jimb@redhat.com>
7442
7443 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7444 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7445 numbers.
7446
7447 2004-12-07 Andreas Schwab <schwab@suse.de>
7448
7449 * gdb.texinfo (Mode Options): Document -l option.
7450
7451 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7452
7453 * gdbint.texinfo (Algorithms): More accurate description of
7454 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7455 is not needed unless data-read and data-access watchpoints are
7456 supported. Add a description of how GDB checks whether the
7457 inferior stopped because a watchpoint was hit.
7458
7459 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7460
7461 * gdb.texinfo (Files): Add cross-reference to description of
7462 -readnow command-line switch.
7463
7464 2004-11-10 Randolph Chung <tausq@debian.org>
7465
7466 * gdb.texinfo: Document set/show backtrace past-entry commands.
7467 Rearrange index entries for set/show backtrace past-main.
7468
7469 2004-11-10 Jon Beniston <jon@beniston.com>
7470
7471 Committed by Andrew Cagney <cagney@gnu.org>.
7472 * gdb.texinfo (Remote Serial Protocol): Further describe
7473 binary transfer escaping mechanism .
7474
7475 2004-11-08 Randolph Chung <tausq@debian.org>
7476
7477 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7478 and "show debug infrun". Add index entries.
7479
7480 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7481
7482 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7483 "info proc" that are already implemented. Add index entries.
7484 (Working Directory): Add a cross-reference to "info proc" command.
7485 (Files): Add a tip for decreasing memory used for symtabs from
7486 shared libraries.
7487 (Starting): Fix whitespace; make "elaboration" stand out where it
7488 is first used, and add an index entry for the term.
7489 (Calling): Expand and elaborate text. Add "print". Add the
7490 description of problems with weak aliases.
7491 (Core File Generation): New section.
7492
7493 2004-10-12 Andrew Cagney <cagney@gnu.org>
7494
7495 * gdbint.texinfo (Versions and Branches): New chapter.
7496 (Releasing GDB): Delete "Versions and Branches" section.
7497 (Top): Add "Versions and Branches".
7498
7499 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7500
7501 * gdb.texinfo (Editing, History): Add cross-references to the
7502 included Readline and History user documentation. Remove
7503 references to the symbol have-readline-appendices which is unused
7504 and undefined.
7505 (History): Fix indexing.
7506
7507 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7508
7509 * gdbint.texinfo (target_stopped_data_address): Update to
7510 new prototype.
7511 (i386_stopped_data_address): Update prototype and description.
7512 (i386_stopped_by_watchpoint): New function and description.
7513
7514 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7515
7516 * gdb.texinfo (Filenames): Add Ada suffixes.
7517 (Ada) New section.
7518
7519 2004-09-27 Andrew Cagney <cagney@gnu.org>
7520 Robert Picco <Robert.Picco@hp.com>
7521
7522 * gdb.texinfo (Packets): Document the "p" packet.
7523
7524 2004-09-21 Jason Molenda (jmolenda@apple.com)
7525
7526 * gdb.texinfo (Paths and Names of the Source Files): Document the
7527 meaning of values in the 'desc' field of a SO stab.
7528
7529 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7530
7531 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7532 max-cache-age" and "maint show dwarf2 max-cache-age".
7533
7534 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7535
7536 * gdb.texinfo (Set Breaks): Add index entry for setting
7537 breakpoints on overloaded C++ functions that are not members of
7538 any classes. Add an example and an index entry for setting
7539 breakpoints on all program functions.
7540 (Character Sets, Macros, Overlay Commands)
7541 (Non-debug DLL symbols, GDB/MI Output Syntax)
7542 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7543 Use "(@value{GDBP})" instead of a literal "(gdb)".
7544
7545 2004-09-12 Andrew Cagney <cagney@gnu.org>
7546
7547 * gdbint.texinfo (Native Debugging): Delete description of
7548 FILES_INFO_HOOK.
7549
7550 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7551
7552 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7553 to hex_string_custom (not historically correct, but more
7554 understandable, given the current code).
7555
7556 2004-09-03 Andrew Cagney <cagney@gnu.org>
7557
7558 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7559
7560 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7561
7562 * observer.texi (solib_unloaded): New observer.
7563
7564 2004-08-24 Andrew Cagney <cagney@gnu.org>
7565
7566 * gdbint.texinfo (Target Architecture Definition): Add missing
7567 comma.
7568
7569 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7570
7571 * (Using the Testsuite): build != host is supported,
7572 but some test scripts do not support build != host.
7573
7574 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7575
7576 * gdbint.texinfo (Host Definition): Delete description of
7577 FCLOSE_PROVIDED and GETENV_PROVIDED.
7578
7579 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7580
7581 * gdbint.texinfo (Host Definition): Delete description of
7582 NO_SYS_FILE.
7583 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7584 PTRACE_FP_BUG.
7585
7586 2004-08-05 Andrew Cagney <cagney@gnu.org>
7587
7588 * gdbint.texinfo (Target Architecture Definition): Delete
7589 reference to deprecated_read_fp.
7590
7591 2004-08-02 Andrew Cagney <cagney@gnu.org>
7592
7593 * gdbint.texinfo (Target Architecture Definition): Delete
7594 description of DEPRECATED_REGISTER_BYTES.
7595
7596 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7597
7598 * gdb.texinfo (Source Path): Document the new behavior of
7599 searching for the source files.
7600
7601 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7602
7603 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7604 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7605 (Auto Display): Improve indexing.
7606
7607 2004-07-16 Andrew Cagney <cagney@gnu.org>
7608
7609 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7610 "-noasync".
7611
7612 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7613
7614 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7615 have the same prefix have only their prefix in the index.
7616
7617 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7618
7619 * gdb.texinfo (BSD libkvm Interface): New node (section)
7620 (Native): Add it to the menu.
7621
7622 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7623
7624 * gdbint.texinfo (Target Architecture Definition): Remove
7625 PCC_SOL_BROKEN.
7626
7627 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7628
7629 * gdbint.texinfo (Target Architecture Definition): Remove
7630 SUN_FIXED_LBRAC_BUG.
7631
7632 2004-06-26 Andrew Cagney <cagney@gnu.org>
7633
7634 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7635
7636 2004-06-20 Andrew Cagney <cagney@gnu.org>
7637
7638 * gdbint.texinfo (Target Architecture Definition): Deprecate
7639 USE_STRUCT_CONVENTION.
7640
7641 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7642
7643 gdb.texinfo (Bug Reporting): Mention session recording,
7644 with the script command or Emacs.
7645
7646 2004-06-18 Andrew Cagney <cagney@gnu.org>
7647
7648 * gdbint.texinfo (Target Architecture Definition): Deprecate
7649 FUNCTION_START_OFFSET.
7650
7651 2004-06-14 Andrew Cagney <cagney@gnu.org>
7652
7653 Based on changes from Karl Berry.
7654 * gdb.texinfo: Do not use @sc in a direntry.
7655 * stabs.texinfo: Change @dircateogry to "Software development".
7656 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7657
7658 2004-06-13 Andrew Cagney <cagney@gnu.org>
7659
7660 * gdbint.texinfo (Target Architecture Definition): Delete
7661 description of RETURN_VALUE_ON_STACK.
7662
7663 2004-06-09 Andrew Cagney <cagney@gnu.org>
7664
7665 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7666 deleted by previous patch.
7667
7668 2004-06-08 Andrew Cagney <cagney@gnu.org>
7669
7670 * gdbint.texinfo (Native Debugging): Delete documentation on
7671 ATTACH_DETACH.
7672
7673 2004-06-06 Randolph Chung <tausq@debian.org>
7674
7675 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7676
7677 2004-06-06 Randolph Chung <tausq@debian.org>
7678
7679 * gdb.texinfo (push_dummy_call): Update argument list to match
7680 the new push_dummy_call method signature. Describe the function
7681 argument.
7682
7683 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7684
7685 * gdb.texinfo (Starting): Document new start command.
7686
7687 2004-05-21 Andrew Cagney <cagney@redhat.com>
7688
7689 * observer.texi (GDB Observers): Document "inferior_created".
7690
7691 2004-05-08 Andrew Cagney <cagney@redhat.com>
7692
7693 * gdbint.texinfo (Target Architecture Definition): Delete
7694 description of DO_DEFERRED_STORES.
7695
7696 * gdbint.texinfo (Target Architecture Definition): Delete
7697 references to DEPRECATED_FIX_CALL_DUMMY.
7698
7699 * gdbint.texinfo (Target Architecture Definition): Delete
7700 description of DEPRECATED_CALL_DUMMY_WORDS,
7701 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7702
7703 * gdbint.texinfo (Target Architecture Definition): Delete
7704 description of DEPRECATED_PUSH_DUMMY_FRAME.
7705
7706 * gdbint.texinfo (Target Architecture Definition): Delete
7707 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7708
7709 2004-05-07 Andrew Cagney <cagney@redhat.com>
7710
7711 * observer.texi (GDB Observers): Add "Debugging" section. Include
7712 cross reference to "set/show debug observer".
7713 * gdb.texinfo (Debugging Output): Document "set/show debug
7714 observer".
7715
7716 2004-05-01 Andrew Cagney <cagney@redhat.com>
7717
7718 * gdbint.texinfo (Target Architecture Definition): Delete
7719 description of DEPRECATED_PC_IN_SIGTRAMP.
7720
7721 2004-04-30 Andrew Cagney <cagney@redhat.com>
7722
7723 * gdbint.texinfo (Target Architecture Definition): Delete
7724 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7725
7726 2004-04-30 Orjan Friberg <orjanf@axis.com>
7727
7728 * observer.texi (GDB Observers): Correct spelling.
7729
7730 2004-04-26 Orjan Friberg <orjanf@axis.com>
7731
7732 * observer.texi (GDB Observers): Add target_changed event.
7733
7734 2004-04-08 Andrew Cagney <cagney@redhat.com>
7735
7736 * observer.texi (GDB Observers): Rework, provide generic observer
7737 definitions and then a list of observable events.
7738
7739 2004-04-04 Andrew Cagney <cagney@redhat.com>
7740
7741 * gdbint.texinfo (Host Definition): Delete reference to
7742 NO_SIGINTERRUPT.
7743
7744 2004-04-02 Andrew Cagney <cagney@redhat.com>
7745
7746 * gdbint.texinfo (Target Architecture Definition): Delete
7747 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7748
7749 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7750
7751 * gdb.texinfo (TUI Commands): Document tui reg commands.
7752
7753 2004-03-26 Andrew Cagney <cagney@redhat.com>
7754
7755 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7756 "gdbtui".
7757 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7758 (Contributors): Mention both Text and Terminal User Interface.
7759
7760 2004-03-23 Andrew Cagney <cagney@redhat.com>
7761
7762 * gdbint.texinfo (Target Architecture Definition): Deprecate
7763 references to SIGTRAMP_START and SIGTRAMP_END.
7764
7765 2004-03-23 Andrew Cagney <cagney@redhat.com>
7766
7767 * gdbint.texinfo (Target Architecture Definition): Deprecate
7768 references to PC_IN_SIGTRAMP.
7769
7770 2004-03-19 Andrew Cagney <cagney@redhat.com>
7771
7772 * gdbint.texinfo (Target Architecture Definition): Delete
7773 reference to GDB_TARGET_IS_HPPA.
7774
7775 2004-03-18 Andrew Cagney <cagney@redhat.com>
7776
7777 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7778 describe pre_init and post_init.
7779
7780 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7781
7782 * gdb.texinfo (Debugging Output): Document values for "set debug
7783 target".
7784
7785 2004-02-28 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7788
7789 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7790
7791 * gdb.texinfo (breakpoints): Add information about the
7792 new "set breakpoint pending" and "show breakpoint pending"
7793 commands.
7794
7795 2004-02-26 Andrew Cagney <cagney@redhat.com>
7796
7797 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7798 in Per-architecture module data section.
7799
7800 2004-02-25 Roland McGrath <roland@redhat.com>
7801
7802 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7803
7804 2004-02-24 Andrew Cagney <cagney@redhat.com>
7805
7806 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7807 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7808 * fdl.texi: Import Version 1.2, November 2002.
7809
7810 2004-02-17 Andrew Cagney <cagney@redhat.com>
7811
7812 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7813
7814 2004-02-16 Andrew Cagney <cagney@redhat.com>
7815
7816 * gdbint.texinfo (Target Architecture Definition): Deprecate
7817 FRAMELESS_FUNCTION_INVOCATION.
7818
7819 2004-02-16 Andrew Cagney <cagney@redhat.com>
7820
7821 * gdbint.texinfo (Coding): Mention -Wunused-function.
7822
7823 2004-02-14 Andrew Cagney <cagney@redhat.com>
7824
7825 * gdbint.texinfo (Target Architecture Definition): Delete
7826 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7827
7828 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7829
7830 * gdb.texinfo: Properly quote the name "C++".
7831 * gdbint.texinfo: Ditto.
7832 * stabs.texinfo: Ditto.
7833
7834 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7835
7836 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7837 minimal information about libiberty.
7838
7839 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7840
7841 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7842
7843 2004-02-04 Roland McGrath <roland@redhat.com>
7844
7845 * gdb.texinfo (Auxiliary Vector): New node (section).
7846 (Data): Add it to the menu.
7847
7848 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7849
7850 * gdb.texinfo (Breakpoints): Add information about pending
7851 breakpoint support.
7852
7853 2004-01-26 Andrew Cagney <cagney@redhat.com>
7854
7855 * gdb.texinfo (Overview): Delete references to the cisco protocol
7856 including the "N" response.
7857
7858 2004-01-26 Andrew Cagney <cagney@redhat.com>
7859
7860 * gdbint.texinfo (Target Architecture Definition): Rename
7861 EXTRACT_STRUCT_VALUE_ADDRESS to
7862 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7863
7864 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7865
7866 * gdb.texinfo (KOD): Document "show os". Add index entries for
7867 "set/show os" and "info cisco" commands.
7868
7869 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7870
7871 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7872
7873 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7874
7875 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7876 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7877
7878 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7879
7880 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7881 -stack-list-locals.
7882 (GDB/MI Variable Objects): Describe extension to
7883 -var-list-children.
7884
7885 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7886
7887 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7888
7889 2004-01-17 Andrew Cagney <cagney@redhat.com>
7890
7891 * gdbint.texinfo (Target Architecture Definition): Delete
7892 documentation on DEPRECATED_NPC_REGNUM.
7893
7894 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * gdb.texinfo: Update copyright year. Mention that set
7897 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7898 "set follow-fork-mode ask".
7899
7900 2004-01-13 Andrew Cagney <cagney@redhat.com>
7901
7902 * gdbint.texinfo: Update copyright year.
7903 (Coding): Add -Wunused-label to list of -Werror warnings.
7904
7905 2004-01-08 Jason Molenda <jmolenda@apple.com>
7906 Eli Zaretskii <eliz@gnu.org>
7907
7908 * gdb.texinfo: Update copyright.
7909 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7910 around names, as appropriate. Minor syntax cleanup of
7911 _NSPrintForDebugger explanation. Two spaces after periods.
7912 GDBN used instead of lit. "gdb". Index entries added for
7913 print-object and _NSPrintForDebugger. @noindent added in one spot.
7914
7915 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7916
7917 * stabs.texinfo: Add dircategory and direntry commands.
7918 * annotate.texinfo: Ditto.
7919
7920 2003-11-10 Andrew Cagney <cagney@redhat.com>
7921
7922 * gdbint.texinfo (Target Architecture Definition): Replace the
7923 return_value method's "inval" and "outval" parameters with
7924 "readbuf" and "writebuf".
7925
7926 2003-10-28 Jim Blandy <jimb@redhat.com>
7927
7928 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7929 from "The `F' request packet" and "The `F' reply packet", to make
7930 texi2dvi happy.
7931 (File-I/O remote protocol extension): Update menu entries, too.
7932
7933 2003-10-26 Michael Chastain <mec@shout.net>
7934
7935 * gdb.texinfo (Thread Stops): Document the issue with
7936 premature return from system calls in multi-threaded programs.
7937
7938 2003-10-24 Andrew Cagney <cagney@redhat.com>
7939
7940 * annotate.texinfo: Fix "fortunatly"[sic].
7941
7942 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7943
7944 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7945 with "Hitachi" and "Mitsubishi".
7946
7947 2003-10-20 Andrew Cagney <cagney@redhat.com>
7948
7949 * gdbint.texinfo (Target Architecture Definition): Document
7950 gdbarch_return_value. Add cross references from
7951 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7952 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7953
7954 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7955
7956 * gdbint.texinfo (Target Architecture Definition): Document
7957 regset_from_core_section.
7958
7959 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7960
7961 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7962
7963 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7964
7965 From Anthony Green <green@redhat.com>:
7966 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7967
7968 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7969
7970 * gdb.texinfo (Breakpoint related warnings): New node.
7971 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7972
7973 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7974
7975 * gdb.texinfo (Remote Protocol): Document v and vCont.
7976
7977 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7978
7979 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7980 * gdbint.texinfo: Ditto.
7981
7982 2003-10-09 Andrew Cagney <cagney@redhat.com>
7983
7984 From 2003-09-18 David Anderson <davea@sgi.com>:
7985 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7986 "command".
7987
7988 2003-10-03 Andrew Cagney <cagney@redhat.com>
7989
7990 * gdbint.texinfo (Target Architecture Definition): Deprecate
7991 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
7992 just target.
7993
7994 2003-10-02 Andrew Cagney <cagney@redhat.com>
7995
7996 * gdbint.texinfo (Target Architecture Definition): Rename
7997 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
7998 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
7999 * gdbint.texinfo (Target Architecture Definition): Rename
8000
8001 2003-09-30 Andrew Cagney <cagney@redhat.com>
8002
8003 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8004 (Target Architecture Definition):
8005
8006 * gdbint.texinfo (Target Architecture Definition): Rename
8007 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8008
8009 2003-09-29 Andrew Cagney <cagney@redhat.com>
8010
8011 * gdbint.texinfo (Target Architecture Definition): Delete
8012 documentation for NEED_TEXT_START_END.
8013
8014 * gdbint.texinfo (Target Architecture Definition): Rename
8015 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8016 TARGET_WRITE_PC.
8017
8018 2003-09-22 Michael Chastain <mec@shout.net>
8019
8020 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8021
8022 2003-09-21 Anthony Green <green@redhat.com>
8023
8024 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8025
8026 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8027
8028 * gdbint.texinfo (Target Architecture Definition): Document
8029 stabs_argument_has_addr.
8030
8031 2003-09-18 Andrew Cagney <cagney@redhat.com>
8032
8033 * gdbint.texinfo (Target Architecture Definition): Delete
8034 documentation on REGISTER_NAMES.
8035
8036 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8037
8038 * gdbint.texinfo (Target Architecture Definition): Replace
8039 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8040
8041 2003-09-11 Andrew Cagney <cagney@redhat.com>
8042
8043 * gdbint.texinfo (Target Architecture Definition): Replace
8044 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8045
8046 2003-08-18 Andrew Cagney <cagney@redhat.com>
8047
8048 * gdbint.texinfo (Target Architecture Definition): Document
8049 "frame_red_zone_size".
8050
8051 2003-08-09 Andrew Cagney <cagney@redhat.com>
8052
8053 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8054 with "set/show backtrace past-main" and "set/show backtrace
8055 limit".
8056
8057 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8058
8059 * Makefile.in (install-info): Support DESTDIR.
8060 (install-html): Likewise.
8061
8062 2003-08-07 Andrew Cagney <cagney@redhat.com>
8063
8064 Patch from Nick Roberts.
8065 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8066 bindings. Remove description of send-gdb-command.
8067
8068 2003-08-07 Andrew Cagney <cagney@redhat.com>
8069
8070 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8071 GDB 6.0.
8072
8073 2003-08-06 Andrew Cagney <cagney@redhat.com>
8074
8075 * gdb.texinfo (Mode Options): Mention that level three is the
8076 highest available and that level 2 is deprecated.
8077 (Annotations Overview): Mention annotation levels. Cross reference
8078 to "Limitations of the Annotation Interface" in annotate.texi.
8079 (TODO, Value Annotations, Frame Annotations): Delete section.
8080 (Displays, Breakpoint Info): Delete.
8081
8082 2003-08-04 Andrew Cagney <cagney@redhat.com>
8083
8084 * agentexpr.texi: Delete @bye.
8085 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8086 (stabs.info): Add $(srcdir) to include search path.
8087 (html): Depend on "annotate_toc.html", and not "annotate.html".
8088 * stabs.texinfo: Ditto. Include "fdl.texi".
8089 * gdbint.texinfo: Update copyright statement's list of invariant
8090 sections.
8091
8092 2003-07-28 Andrew Cagney <cagney@redhat.com>
8093
8094 * Makefile.in (INFO_DEPS): Add annotate.info.
8095 (dvi, ps, html, pdf): Add annotate.
8096 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8097 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8098 (ANNOTATE_DOC_FILES): New macro.
8099 (ANNOTATE_TEX_TMPS): New macro.
8100 (annotate.info, annotate_toc.html): Specify dependencies.
8101 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8102 * annotate.texinfo: Rename annotate.texi. Get building. Add
8103 "Migrating to GDB/MI" and "Limitations of the Annotation
8104 Interface" chapters. Mention why it is not part of the user
8105 guide. Update copyright notice. Include "fdl.texi".
8106
8107 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8108
8109 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8110
8111 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8112
8113 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8114
8115 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8116
8117 * gdb.texinfo (Server): Mention pidof.
8118
8119 2003-07-22 Andrew Cagney <cagney@redhat.com>
8120
8121 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8122 list.
8123
8124 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8125
8126 * gdb.texinfo (Logging output): New chapter.
8127
8128 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8129
8130 * gdb.texinfo (Unsupported languages): New section.
8131 (Languages): Add link to new section.
8132
8133 2003-06-22 Andrew Cagney <cagney@redhat.com>
8134
8135 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8136
8137 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8138
8139 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8140
8141 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8142
8143 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8144 * agentexpr.texi: Retitle section, and change it to an appendix.
8145 Comment out texinfo initialization. Factor a @var{} into two
8146 pieces to prevent makeinfo warnings.
8147 * gdb.texinfo: Add Agent Expressions appendix.
8148
8149 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8150
8151 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8152
8153 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8154
8155 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8156 remote target". Document the "detach" and "disconnect" commands.
8157 (Server, Netware, Debug Session): Reference "Connecting to a
8158 remote target".
8159 (GDB/MI Target Manipulation): Document "-target-disconnect".
8160
8161 2003-06-13 Andrew Cagney <cagney@redhat.com>
8162
8163 * gdbint.texinfo (Target Architecture Definition): Deprecate
8164 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8165 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8166
8167 2003-06-09 Jim Blandy <jimb@redhat.com>
8168
8169 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8170
8171 2003-06-08 Andrew Cagney <cagney@redhat.com>
8172
8173 * gdbint.texinfo (Target Architecture Definition): Delete
8174 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8175
8176 2003-06-08 Andrew Cagney <cagney@redhat.com>
8177
8178 * gdbint.texinfo (Target Architecture Definition): Document
8179 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8180
8181 2003-06-07 Adam Fedor <fedor@gnu.org>
8182
8183 * gdb.texinfo: Add Objective-C documentation.
8184
8185 2003-06-01 Andrew Cagney <cagney@redhat.com>
8186
8187 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8188 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8189
8190 2003-05-21 Andrew Cagney <cagney@redhat.com>
8191
8192 * gdbint.texinfo (Target Architecture Definition): Delete
8193 references to "extract_address" and "store_address".
8194
8195 2003-05-16 Andrew Cagney <cagney@redhat.com>
8196
8197 * gdbint.texinfo (Target Architecture Definition): Replace
8198 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8199 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8200
8201 2003-05-14 Theodore A. Roth <troth@openavr.org>
8202
8203 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8204
8205 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8206
8207 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8208 (gdb.dvi): Likewise.
8209 (gdb.pdf): Likewise.
8210 (links2roff): Likewise.
8211
8212 2003-05-08 Jim Blandy <jimb@redhat.com>
8213
8214 * gdb.texinfo (Dump/Restore Files): Update documentation for
8215 'dump', 'append', and 'restore': note that format argument is
8216 optional; simplify presentation of the command variants; and be
8217 more precise about the formats.
8218
8219 2003-05-07 Jim Blandy <jimb@redhat.com>
8220
8221 * gdb.texinfo (Symbols): Update documentation: 'maint list
8222 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8223 symtabs' and 'maint info psymtabs'.
8224
8225 2003-05-05 Andrew Cagney <cagney@redhat.com>
8226
8227 * gdbint.texinfo (Target Architecture Definition): Make
8228 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8229 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8230 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8231
8232 2003-05-04 Andrew Cagney <cagney@redhat.com>
8233
8234 * gdb.texinfo (Maintenance Commands): Document "maint print
8235 dummy-frames".
8236
8237 2003-05-04 Andrew Cagney <cagney@redhat.com>
8238
8239 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8240
8241 2003-05-03 J. Brobecker <brobecker@gnat.com>
8242
8243 Thierry Schneider <tpschneider1@yahoo.com>
8244 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8245 for new MI command.
8246
8247 2003-05-03 Andrew Cagney <cagney@redhat.com>
8248
8249 * gdbint.texinfo (Target Architecture Definition): Document
8250 push_dummy_code. Add cross references.
8251
8252 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8253
8254 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8255 set/show charsets commands.
8256
8257 2003-04-28 Andrew Cagney <cagney@redhat.com>
8258
8259 * gdbint.texinfo (Target Architecture Definition): Replace
8260 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8261 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8262
8263 2003-04-28 Andrew Cagney <cagney@redhat.com>
8264
8265 * gdbint.texinfo (Target Architecture Definition): Rename
8266 "tm_print_insn" to "deprecated_tm_print_insn".
8267
8268 2003-04-09 Jim Blandy <jimb@redhat.com>
8269
8270 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8271 list psymtabs'.
8272
8273 2003-04-08 Andrew Cagney <cagney@redhat.com>
8274
8275 * gdbint.texinfo (Target Architecture Definition): Delete
8276 references to EXTRA_FRAME_INFO.
8277
8278 2003-04-08 Andrew Cagney <cagney@redhat.com>
8279
8280 * gdbint.texinfo (Target Architecture Definition): Delete
8281 PRINT_TYPELESS_INTEGER.
8282
8283 2003-04-02 J. Brobecker <brobecker@gnat.com>
8284
8285 * observer.texi (GDB Observers): Adjust the documentation for the
8286 normal_stop notification to better describe reality. Fix a couple
8287 of minor typos.
8288
8289 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8290
8291 * gdb.texinfo (GDB/MI Program Control): Add
8292 '-file-list-exec-source-file'
8293
8294 2003-03-31 Andrew Cagney <cagney@redhat.com>
8295
8296 * gdbint.texinfo (Target Architecture Definition): Delete
8297 references to CALL_DUMMY_P.
8298
8299 2003-03-30 Andrew Cagney <cagney@redhat.com>
8300
8301 * gdbint.texinfo (Target Architecture Definition): Remove
8302 reference to TARGET_WRITE_SP.
8303
8304 2003-03-27 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbint.texinfo (Target Architecture Definition): Remove
8307 references to write_sp.
8308
8309 2003-03-27 Andrew Cagney <cagney@redhat.com>
8310
8311 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8312 chapter body. Use @smallexample instead of @example.
8313 (Annotations): Ditto.
8314 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8315 annotate.texi.
8316
8317 2003-03-26 Andrew Cagney <cagney@redhat.com>
8318
8319 * gdbint.texinfo (Target Architecture Definition): Replace
8320 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8321 dummy_addr parameters.
8322
8323 2003-03-25 Andrew Cagney <cagney@redhat.com>
8324
8325 * gdbint.texinfo (Target Architecture Definition): Delete
8326 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8327 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8328 Add reference to PUSH_ARGUMENTS.
8329
8330 2003-03-23 Andrew Cagney <cagney@redhat.com>
8331
8332 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8333 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8334
8335 2003-03-18 J. Brobecker <brobecker@gnat.com>
8336
8337 * gdbint.texinfo (Algorithms): Add new section describing the
8338 Observer paradigm.
8339 (Top): Add menu entry to new observer appendix.
8340 * observer.texi: New file.
8341 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8342 new observer.texi file.
8343
8344 2003-03-17 Andrew Cagney <cagney@redhat.com>
8345
8346 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8347 that GNU Press update the manual version number.
8348
8349 2003-03-12 Andrew Cagney <cagney@redhat.com>
8350
8351 * gdbint.texinfo (Target Architecture Definition): Delete
8352 references to get_saved_register. Rename GET_SAVED_REGISTER to
8353 DEPRECATED_GET_SAVED_REGISTER.
8354
8355 2003-03-13 Andrew Cagney <cagney@redhat.com>
8356
8357 * gdbint.texinfo (Target Architecture Definition): Replace
8358 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8359
8360 2003-03-12 Andrew Cagney <cagney@redhat.com>
8361
8362 * gdbint.texinfo (Target Architecture Definition): Rename
8363 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8364
8365 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8366
8367 * gdb.texinfo: Add File-I/O documentation.
8368
8369 2003-03-10 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbint.texinfo (Target Architecture Definition): Cross reference
8372 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8373
8374 2003-03-07 Andrew Cagney <cagney@redhat.com>
8375
8376 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8377 frame" command.
8378
8379 2003-03-05 Andrew Cagney <cagney@redhat.com>
8380
8381 * gdbint.texinfo (Target Architecture Definition): Document
8382 unwind_dummy_id. Cross reference unwind_dummy_id and
8383 SAVE_DUMMY_FRAME_TOS.
8384
8385 2003-03-05 James Ingham <jingham@apple.com>
8386 Daniel Jacobowitz <drow@mvista.com>
8387
8388 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8389 and "show cp-abi".
8390
8391 2003-03-03 Andrew Cagney <cagney@redhat.com>
8392
8393 * gdbint.texinfo (Target Architecture Definition): Document
8394 register_type.
8395
8396 2003-03-03 Andrew Cagney <cagney@redhat.com>
8397
8398 * stabs.texinfo (Structures): Use @samp and separate @var's
8399 instead of a single @var containing a comma separated list.
8400 (Unions): Ditto.
8401
8402 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8403
8404 * Makefile.in (distclean): Remove config.log.
8405
8406 2003-03-01 Andrew Cagney <cagney@redhat.com>
8407
8408 * gdbint.texinfo (Target Architecture Definition): Rename
8409 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8410
8411 2003-03-01 Andrew Cagney <cagney@redhat.com>
8412
8413 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8414 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8415
8416 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8417
8418 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8419 (Non-debug DLL symbols): New node, describing the minimal symbols
8420 loaded from DLLs without real debugging symbols.
8421
8422 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8423
8424 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8425 hardware-breakpoint-limit".
8426 (Set Watchpoints): Add cross reference to "set remote
8427 hardware-watchpoint-limit".
8428 (Remote configuration options): New section.
8429
8430 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8431
8432 * gdbint.texinfo (Target Architecture Definition): Delete
8433 descrption of IS_TRAPPED_INTERNALVAR.
8434
8435 From Keith Seitz <keiths@redhat.com>:
8436 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8437 option "-i"/"--interpreter" to this chapter. Include index
8438 entries.
8439
8440 2003-02-04 David Carlton <carlton@math.stanford.edu>
8441
8442 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8443 (Variables): Recommend stabs+ and DWARF 2.
8444 (C plus plus expressions): Correct info about
8445 compiler versions, debug formats.
8446 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8447 PR symtab/874.
8448
8449 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8450
8451 * gdbint.texinfo (Target Architecture Definition): Delete
8452 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8453 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8454 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8455 references to nindy and i960.
8456 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8457
8458 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 FLOAT_INFO.
8462
8463 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8464
8465 * stabs.texinfo (Member Type Descriptor): Clarify description of
8466 `@'. Suggested by Ben Hutchings.
8467
8468 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8469
8470 * gdb.texinfo (M68K): Delete reference to es1800.
8471
8472 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8473
8474 * gdb.texinfo (Maintenance Commands): Document `maint print
8475 reggroups' and `maint print register-groups'.
8476 * gdbint.texinfo (Target Architecture Definition): Document
8477 register_reggroup_p.
8478
8479 2003-01-23 Jim Blandy <jimb@redhat.com>
8480
8481 * gdb.texinfo (Separate Debug Files): New section.
8482
8483 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8484
8485 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8486 and "maint show profile".
8487
8488 2003-01-16 Michael Chastain <mec@shout.net>
8489
8490 * gdb.texinfo (Installing GDB): Warn against
8491 ".../gdb-VERSION/gdb/configure".
8492 (Separate Objdir): Likewise.
8493
8494 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8495
8496 * gdbint.texinfo (Target Architecture Definition): Delete
8497 definition of PRINT_REGISTER_HOOK.
8498
8499 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8500
8501 (OpenRISC 1000): Fix formatting of command names.
8502
8503 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8504
8505 * gdb.texinfo (Continuing and Stepping): Add new command
8506 'advance'. Clarify behavior of 'until'.
8507
8508 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * gdb.texinfo (Files): Document solib-absolute-prefix and
8511 solib-search-path.
8512
8513 2003-01-09 Michael Chastain <mec@shout.net>
8514
8515 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8516 (Create a Release): Add new instructions for new @file{src-release}.
8517 Document existing instructions for @file{Makefile.in} as
8518 being for @value{GDBN} 5.3.1 or earlier.
8519
8520 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8521
8522 * gdbint.texinfo (Target Architecture Definition): Mention
8523 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8524 allocate memory.
8525
8526 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8527
8528 * gdb.texinfo (Controlling GDB): Add @kindex for
8529 "show osabi".
8530 (Backtraces): Add @kindex's for backtrace-below-main.
8531
8532 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8533
8534 * gdb.texinfo (Controlling GDB): Document "set osabi".
8535
8536 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8537
8538 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8539 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8540
8541 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8542
8543 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8544 "set coerce-float-to-double".
8545 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8546
8547 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8548
8549 * stabs.texinfo: Remove obsolete text.
8550 * gdbint.texinfo: Ditto.
8551 * gdb.texinfo: Ditto.
8552
8553 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8554
8555 * gdbint.texinfo (Target Architecture Definition): Update
8556 description of gdbarch_register_osabi.
8557
8558 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8559
8560 * agentexpr.texi: Fix typos.
8561 * annotate.texi: Likewise.
8562 * fdl.texi: Likewise.
8563
8564 2002-12-10 Andrew Cagney <cagney@redhat.com>
8565
8566 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8567 DEPRECATED_INIT_FRAME_PC.
8568
8569 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8570
8571 * gdbint.texinfo (Target Architecture Definition): Delete
8572 PC_IN_CALL_DUMMY.
8573
8574 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8575
8576 * gdbint.texinfo (Host Definition): Delete documentation on
8577 USE_GENERIC_DUMMY_FRAMES.
8578
8579 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8580
8581 Fix PR gdb/723 and PR gdb/245.
8582 * Makefile.in (install-info): Run the install-info command as part
8583 of the post install steps only.
8584 (uninstall-info): New target.
8585 (uninstall): New target.
8586
8587 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8588
8589 * Makefile.in (install): Make install do some real work.
8590
8591 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8592
8593 Fix POSIX problem reported by Paul Eggert.
8594 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8595 Fix PR gdb/527.
8596
8597 2002-10-26 Andrew Cagney <cagney@redhat.com>
8598
8599 * gdbint.texinfo (Target Architecture Definition): Delete
8600 definition of DO_REGISTERS_INFO.
8601
8602 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8603
8604 * gdbint.texinfo (Address Classes): Fix problems with insertion
8605 of ``{'' and ``}'' in example.
8606
8607 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8608
8609 * gdbint.texinfo (Address Classes): New section.
8610 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8611 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8612 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8613 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8614
8615 2002-10-11 Klee Dienes <kdienes@apple.com>
8616
8617 * gdb.texinfo (Registers): Mention vector registers as well as
8618 floating registers in the documentation for 'info registers' and
8619 'info all-registers'.
8620
8621 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8622
8623 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8624
8625 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8626
8627 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8628 interface definition.
8629
8630 2002-10-03 Marko Mlinar <markom@opencores.org>
8631
8632 * gdb.texinfo (Target Commands): Add or1k target specific
8633 commands.
8634 * gdb.texinfo (Contributors): Add myself to the contributors list.
8635
8636 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8637
8638 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8639 and "mi1" instead of "mi1" and "mi0".
8640
8641 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8642
8643 * gdb.texinfo (Packets): Fix typos "alligned".
8644 Correct z3/Z3 description. Correct z4/Z4 title.
8645
8646 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8647
8648 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8649
8650 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8651
8652 * gdb.texinfo: Use GNU/Linux instead of Linux.
8653
8654 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8655
8656 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8657
8658 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8659
8660 * gdb.texinfo: Replace @example with @smallexample.
8661
8662 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8663
8664 From Eli Zaretskii <eliz@gnu.org>:
8665 * gdb.texinfo (Character Sets): Use @smallexample instead of
8666 @example. Use GNU/Linux instead of Linux.
8667
8668 2002-09-20 Jim Blandy <jimb@redhat.com>
8669
8670 * gdb.texinfo: Add character set documentation.
8671
8672 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8673
8674 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8675 (Packets): Add cross reference from `b' packet to `z' packets.
8676
8677 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8678
8679 * gdb.texinfo (Maintenance Commands): Document ``maint
8680 internal-error'' and ``maint internal-warning''.
8681
8682 * gdbint.texinfo (Target Architecture Definition): Revise
8683 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8684
8685 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8686
8687 * gdbint.texinfo (Target Conditionals): Document the new
8688 NAME_OF_MALLOC macro.
8689
8690 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8691
8692 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8693 engineer.
8694
8695 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8696
8697 * gdb.texinfo (TUI Overview): Document status line fields.
8698
8699 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8700
8701 * gdb.texinfo (TUI Commands): Document info win command.
8702
8703 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8704
8705 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8706
8707 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8708
8709 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8710 (TUI Keys): Likewise.
8711
8712 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8713
8714 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8715 for a packet receive.
8716
8717 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8718
8719 * Makefile.in (clean): Move to end of file.
8720 (distclean, maintainer-clean, realclean): Ditto.
8721 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8722 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8723 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8724 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8725
8726 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8727
8728 * Makefile.in (GDBINT_TEX_TMPS): Define.
8729 (gdbint.dvi, gdbint.pdf): Use
8730 (GDB_TEX_TMPS): Define.
8731 (gdb.dvi, gdb.pdf): Use.
8732 (STABS_TEX_TMPS): Define.
8733 (stabs.dvi, stabs.pdf): Use.
8734 (GDB_DOC_SOURCE_INCLUDES): New macros.
8735 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8736 (GDBINT_DOC_FILES_INCLUDES): New macros.
8737 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8738 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8739 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8740 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8741 (links2roff): Replace SFILES_INCLUDED with
8742 GDB_DOC_SOURCE_INCLUDES.
8743 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8744 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8745 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8746 dependencies.
8747 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8748 dependencies.
8749 (gdbmi.texinfo): Delete rule.
8750 (inc-hist.texinfo): Delete rule.
8751 (rluser.texinfo): Delete rule.
8752
8753 2002-08-23 Andrew Cagney <cagney@redhat.com>
8754
8755 * gdbint.texinfo (Target Architecture Definition): Update
8756 STORE_RETURN_VALUE, mention regcache.
8757
8758 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8759
8760 * gdbint.texinfo (Target Architecture Definition): Document
8761 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8762
8763 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8764
8765 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8766 Fix minor typos. Add index entries.
8767
8768 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8769
8770 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8771
8772 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8773
8774 * gdbint.texinfo (Target Architecture Definition): Document
8775 PRINT_VECTOR_INFO.
8776 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8777
8778 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8779
8780 * gdb.texinfo (Maintenance Commands): Document "maint print
8781 registers", "maint print raw-registers" and "maint print
8782 cooked-registers".
8783
8784 2002-08-08 Grace Sainsbury <graces@redhat.com>
8785
8786 From Mark Salter:
8787 * gdb.texinfo (Protocol): Document T packet extension to
8788 allow watchpoint address reporting.
8789
8790 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8791
8792 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8793
8794 2002-08-01 Andrew Cagney <cagney@redhat.com>
8795
8796 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8797 to CHILL.
8798
8799 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8800
8801 * gdbint.texinfo (Coding): Revise section "Include Files".
8802
8803 2002-07-24 Andrew Cagney <cagney@redhat.com>
8804
8805 * gdbint.texinfo: Obsolete references to m88k.
8806 * gdb.texinfo: Ditto.
8807
8808 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8809
8810 * gdbint.texinfo (Create a release candiate): Add the location
8811 where the proper version of autoconf can be retrieved.
8812
8813 2002-07-09 Don Howard <dhoward@redhat.com>
8814
8815 * gdb.texinfo (Command Files): Further describe the behavior of
8816 sourced command files.
8817
8818 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8819
8820 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8821 (Coding): Clarify ISO C version that GDB assumes.
8822
8823 2002-06-26 Tom Tromey <tromey@redhat.com>
8824
8825 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8826 add_setshow_cmd_full.
8827
8828 2002-06-25 Don Howard <dhoward@redhat.com>
8829
8830 * gdb.texinfo (Memory Region Attributes): Document new behavior
8831 for 'mem' command.
8832
8833 2002-06-11 Jim Blandy <jimb@redhat.com>
8834
8835 * gdb.texinfo (Symbols): Update documentation for `info source'
8836 command.
8837
8838 * gdb.texinfo (Macros): Call the command `info macro', not
8839 `show macro'.
8840
8841 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8842
8843 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8844 data''.
8845
8846 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8847
8848 * gdbint.texinfo (Target Architecture Definition): Document
8849 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8850
8851 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8852
8853 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8854 lists.
8855
8856 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8857
8858 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8859 Branch''.
8860
8861 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8862
8863 * gdbint.texinfo (Target Architecture Definition): Add section
8864 ``Converting an existing Target Architecture to Multi-arch''.
8865
8866 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8867
8868 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8869 to ``Obsoleting code''. Revise.
8870
8871 2002-05-17 Jim Blandy <jimb@redhat.com>
8872
8873 * gdb.texinfo (C Preprocessor Macros): New chapter.
8874 Include it in the main menu.
8875 (Contributors): Credit Jim Blandy with macro support.
8876 (Compilation): Explain how to get macro information into the
8877 executable.
8878 (Expressions): Note that preprocessor macros are expanded.
8879
8880 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8881
8882 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8883 options for `target remote'.
8884
8885 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8886
8887 * gdbint.texinfo (Target Architecture Definition): Delete
8888 documentation on NNPC_REGNUM.
8889
8890 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8891
8892 * gdbint.texinfo (Target Architecture Definition): Document
8893 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8894 (Target Architecture Definition): Revise section `Using Different
8895 Register and Memory Data Representations'. Add section `Raw and
8896 Virtual Register Representations'.
8897
8898 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8899
8900 * gdbint.texinfo (Target Architecture Definition): Mention
8901 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8902 (Target Architecture Definition): Mention same. Add references to
8903 web pages.
8904
8905 2002-05-08 Michael Snyder <msnyder@redhat.com>
8906
8907 * stabs.texinfo (Attributes): Document new "vector" attribute.
8908
8909 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8910
8911 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8912
8913 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8914
8915 * gdb.texinfo: Delete obsolete references to a29k.
8916
8917 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8918
8919 * gdbint.texinfo (Target Architecture Definition): Replace
8920 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8921
8922 2002-04-24 David S. Miller <davem@redhat.com>
8923
8924 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8925
8926 2002-04-21 David S. Miller <davem@redhat.com>
8927
8928 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8929
8930 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8931
8932 * gdbint.texinfo (Target Architecture Definition): Delete
8933 definition of HAVE_REGISTER_WINDOWS.
8934
8935 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8936
8937 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8938 "Theodore A. Roth" <troth@verinet.com>.
8939
8940 2002-04-15 Don Howard <dhoward@redhat.com>
8941
8942 From Eli Zaretskii <eliz@gnu.org>
8943 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8944 Provide a better explaination of this feature.
8945
8946 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8947
8948 * gdbint.texinfo (Target Architecture Definition): Remove
8949 FRAME_CHAIN_COMBINE.
8950
8951 2002-04-12 Michael Chastain <mec@shout.net>
8952
8953 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8954 REG_STACK_SEGMENT.
8955
8956 2002-04-09 Michael Chastain <mec@shout.net>
8957
8958 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8959 PYRAMID_* macros.
8960
8961 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8962
8963 * gdb.texinfo (Bug Reporting): Document that the web is the
8964 prefered way of submitting bug reports.
8965 (Bug Reporting): Delete the s-mail address as the last resort.
8966
8967 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8968
8969 * gdbint.texinfo (Target Architecture Definition): Delete
8970 references to TARGET_WRITE_FP and write_fp.
8971
8972 2002-03-27 Michael Snyder <msnyder@redhat.com>
8973
8974 * gdb.texinfo: Document new commands dump, append, and restore.
8975
8976 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8977
8978 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8979 Branch'.
8980
8981 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8982
8983 * gdb.texinfo: Change all examples to @smallexample.
8984 * gdbint.texinfo: Ditto.
8985
8986 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8987
8988 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8989 Branches''.
8990
8991 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8992
8993 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
8994 Policy''.
8995
8996 2002-03-04 Fred Fish <fnf@redhat.com>
8997
8998 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
8999 expresson, suports, dependant, trhe, perhaphs, situtations,
9000 explictily, taged, oportunity, unfortunatly).
9001
9002 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9003
9004 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9005 Remove reference to 3.12.
9006
9007 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9008
9009 * gdbint.texinfo: Include fdl.texi.
9010 (Top): Add GNU Free Documentation License.
9011 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9012 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9013 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9014 (gdbint.info): Add srcdir to include path.
9015 * gdb.texinfo: Include gpl.texi.
9016 (Top): Add Copying.
9017 * gpl.texi: New file.
9018
9019 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9020
9021 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9022
9023 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9024
9025 * gdb.texinfo: Document Cygwin native specific commands.
9026
9027 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdb.texinfo: Document gdbserver ``--attach'' command.
9030
9031 2002-02-07 Michael Snyder <msnyder@redhat.com>
9032
9033 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9034 to @code(_ovly_debug_event).
9035
9036 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9037
9038 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9039
9040 2002-02-06 Michael Snyder <msnyder@redhat.com>
9041
9042 * gdb.texinfo (overlays): Mention new magic symbol
9043 '_ovly_debug_event', which allows GDB to keep better track
9044 of overlays.
9045
9046 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9047
9048 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9049 Suggested by Dmitry Sivachenko.
9050
9051 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9052
9053 2002-02-01 Michael Snyder <msnyder@redhat.com>
9054
9055 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9056
9057 2002-01-30 Michael Snyder <msnyder@redhat.com>
9058
9059 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9060 (set trust-readonly-sections): Document.
9061
9062 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9063
9064 * gdbint.texinfo (Releasing GDB): Revise and update.
9065
9066 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9067
9068 * gdbint.texinfo (Target Architecture Definition): Delete
9069 description of TARGET_BYTE_ORDER_DEFAULT.
9070
9071 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9072
9073 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9074 <mitya@cavia.pp.ru>.
9075
9076 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9077
9078 * libgdb.texinfo: Delete file.
9079
9080 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9081
9082 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9083 * gdbint.texinfo: Ditto.
9084
9085 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9086
9087 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9088
9089 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9090
9091 * Makefile.in: Update copyright.
9092 (TEXI2DVI): Define.
9093 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9094 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9095 gdb-cfg.texi.
9096 (TEXINDEX, PDFTEX): Delete makefile variables.
9097
9098 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9099
9100 * gdb.texinfo (Protocol): Move section to appendix.
9101
9102 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9103
9104 * gdb.texinfo (Remote Debugging): Create a menu.
9105 (Top): Add ``Remote Debugging'' to menu.
9106
9107 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9108
9109 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9110 serial protocol'' from here.
9111 (Remote Debugging): To here. New chapter.
9112
9113 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9114
9115 * gdbint.texinfo (Target Architecture Definition): Delete
9116 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9117
9118 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9119
9120 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9121 are no longer needed.
9122 (Porting GDB): Add maintainer note about configure.host.
9123
9124 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9125
9126 * gdbint.texinfo (Target Architecture Definition): Remove
9127 definition of IEEE_FLOAT.
9128
9129 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9130
9131 * gdb.texinfo: Beautify copyright years; fix a typo.
9132 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9133 <3diff@gnu.org>
9134
9135 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9136
9137 * gdbint.texinfo (Host Definition): Remove references to
9138 MALLOC_INCOMPATIBLE.
9139
9140 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9141
9142 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9143 and xyz-xdep.o.
9144
9145 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9146
9147 * gdb.texinfo (Maintenance Commands): Add appendix.
9148 (Set Breaks): Copy ``maint info breakpoint'' doco to
9149 ``Maintenance Commands'' appendix. Add reference.
9150
9151 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9152
9153 * fdl.texi: Remove next/prev from @node.
9154
9155 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9156
9157 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9158 for monstrous @multitable (from Brian Youmans).
9159
9160 * fdl.texi: New file.
9161
9162 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9163
9164 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9165
9166 * gdbint.texinfo (Releasing GDB): New chapter.
9167
9168 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9169
9170 * gdb.texinfo (Embedded Processors, Calling program functions):
9171 Obsolete references to a29k.
9172
9173 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9174
9175 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9176 examples. Document that a code-block should do or discard its
9177 cleanups before exit.
9178
9179 2002-01-11 Michael Snyder <msnyder@redhat.com>
9180
9181 * gdb.texinfo (Choosing files): Change @samp to @file.
9182
9183 2002-01-05 Michael Snyder <msnyder@redhat.com>
9184
9185 * gdb.texinfo (--pid): Document new command line option (attach).
9186
9187 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9188
9189 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9190 in the stub.
9191
9192 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9193
9194 * gdbint.texinfo (Target Architecture Definition): Replace
9195 BIG_ENDIAN with BFD_ENDIAN_BIG.
9196
9197 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9198
9199 * gdbint.texinfo (Target Architecture Definition): Replace
9200 value_ptr with struct value pointer.
9201
9202 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9203
9204 * gdb.texinfo (Free Software): Fix wording.
9205
9206 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9207
9208 * gdb.texinfo (Free Software): New section ``Free Software Needs
9209 Free Documentation''.
9210
9211 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9212
9213 * stabs.texinfo:
9214 * gdb.texinfo:
9215 * gdbint.texinfo:
9216 * libgdb.texinfo:
9217 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9218
9219 2001-12-29 Michael Snyder <msnyder@redhat.com>
9220
9221 * gdb.texinfo (maint info sections): Fix typo.
9222
9223 2001-12-26 Michael Snyder <msnyder@redhat.com>
9224
9225 * gdb.texinfo (maint info sections): Document.
9226
9227 * gdb.texinfo (info proc): Comment out documentation for
9228 'info proc' sub-options that are currently not implemented.
9229
9230 2001-12-20 Jim Blandy <jimb@redhat.com>
9231
9232 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9233
9234 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9235
9236 * gdbint.texinfo (Target Architecture Definition): Replace
9237 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9238
9239 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9240
9241 * gdbint.texinfo (Host Definition): Delete documentation on
9242 HOST_BYTE_ORDER.
9243
9244 2001-11-30 Jim Blandy <jimb@redhat.com>
9245
9246 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9247 overlay support. Add to top-level menu.
9248
9249 2001-11-26 Tom Tromey <tromey@redhat.com>
9250
9251 * gdb.texinfo (Command Syntax): Document C-o binding.
9252
9253 2001-07-26 Christopher Faylor <cgf@redhat.com>
9254
9255 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9256 use since it is described in the referenced section.
9257
9258 From Eli Zaretskii <eliz@gnu.org>
9259 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9260 clearer when using DJGPP.
9261
9262 2001-11-24 Christopher Faylor <cgf@redhat.com>
9263
9264 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9265 specifically refer to MS-DOS.
9266 (command files): Mention gdb.ini is only used on MS-DOS.
9267
9268 2001-11-21 Tom Tromey <tromey@redhat.com>
9269
9270 * gdb.texinfo (Invoking GDB): Document --args.
9271 (Mode Options): Likewise.
9272
9273 2001-11-21 Jim Blandy <jimb@redhat.com>
9274
9275 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9276 Delete documentation; this macro has been removed from the
9277 sources.
9278
9279 2001-11-13 Jim Blandy <jimb@redhat.com>
9280
9281 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9282
9283 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9284
9285 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9286
9287 2001-11-05 Michael Snyder <msnyder@redhat.com>
9288
9289 * gdb.texinfo (info functions): Document use of backslash to
9290 quote regexp chars in function names such as "operator*()".
9291
9292 2001-11-01 Fred Fish <fnf@redhat.com>
9293
9294 * gdbint.texinfo (SOLIB_ADD): Document additional new
9295 "readsyms" arg.
9296
9297 2001-10-30 Don Howard <dhoward@redhat.com>
9298
9299 * gdb.texinfo: (Command Files) Added documentation for the
9300 behavior of gdb with input redirected from a file.
9301
9302 2001-10-28 Fred Fish <fnf@redhat.com>
9303
9304 * gdb.texinfo (auto-solib-add): Change docs to match
9305 implementation change.
9306 (auto-solib-limit): Add docs for new variable.
9307
9308 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9309
9310 * gdbint.texinfo (Target Architecture Definition): Function
9311 value_as_pointer renamed to value_as_address.
9312
9313 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9314
9315 * gdbint.texinfo (Target Architecture Definition): Default
9316 POINTER_TO_ADDRESS functions assume unsigned addresses.
9317 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9318 posting by Jim Blandy.
9319
9320 2001-10-12 Jim Blandy <jimb@redhat.com>
9321
9322 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9323 version of texi2html (1.64) doesn't support this flag any more.
9324
9325 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9326
9327 * gdbint.texinfo (Host Definition): Remove description of
9328 MEM_FNS_DECLARED.
9329
9330 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9331
9332 * gdbint.texinfo (Host Definition): Remove description of
9333 HAVE_SIGSETMASK.
9334
9335 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9336
9337 * gdbint.texinfo (Target Architecture Definition): Add
9338 explanation of TARGET_PRINT_INSN macro.
9339
9340 2001-08-30 Jim Blandy <jimb@redhat.com>
9341
9342 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9343 Explain what it means to load relocatable files.
9344
9345 2001-08-28 Jim Blandy <jimb@redhat.com>
9346
9347 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9348 info `top' menu.
9349
9350 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9351
9352 * gdbint.texinfo: Add a cautionary note about macro use.
9353
9354 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9355
9356 * gdb.texinfo: Explain omitting the hostname in the
9357 `target remote' command.
9358
9359 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9360
9361 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9362 and END-INFO-DIR-ENTRY.
9363
9364 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9365
9366 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9367
9368 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9369
9370 * gdbint.texinfo (libgdb): Rewrite.
9371
9372 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9373
9374 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9375
9376 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9377
9378 * gdb.texinfo (TUI): New chapter, document the TUI.
9379 (Mode Options): Document the -tui option.
9380
9381 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9382
9383 * gdbint.texinfo (Host Definition): Remove description of
9384 NEED_POSIX_SETPGID.
9385
9386 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9387
9388 * gdb.tex (DJGPP Native): New node, with descriptions of
9389 DJGPP-specific commands.
9390
9391 2001-07-19 John R. Moore <jmoore@redhat.com>
9392
9393 * gdbint.texinfo: Three misspellings.
9394
9395 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9396
9397 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9398 `test` expressions on bash. Problem reported by Colin Walters.
9399
9400 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9401
9402 * gdbint.texinfo (User Interface): Update ui-out documentation to
9403 refelect recent UI/MI updates.
9404
9405 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9406
9407 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9408 interpreters.
9409
9410 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9411
9412 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9413 structure and not macros.
9414 (Host Definition): Document that much of this chapter is obsolete.
9415 (Target Architecture Definition): Update list of files that make
9416 up a target architecture.
9417 (Coding): Update.
9418
9419 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9420
9421 * gdbint.texinfo (Target Architecture Definition): Update
9422 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9423 The latter has been changed to a true predicate.
9424
9425 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9426
9427 * annotate.texi: Add @noindent where needed. From Dmitry
9428 Sivachenko <dima@Chg.RU>.
9429 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9430
9431 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9432
9433 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9434
9435 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9436
9437 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9438 returns ``OK''. Document that the ``R'' packet does not reply.
9439
9440 2001-06-13 Michael Snyder <msnyder@redhat.com>
9441
9442 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9443
9444 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9445
9446 * gdb.texinfo (Signals): Clarify the default setting of signal
9447 handling.
9448
9449 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9450
9451 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9452 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9453
9454 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9455
9456 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9457
9458 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9459
9460 * gdbint.texinfo (Clean Design and Portable Implementation):
9461 Renamed from "Clean Design".
9462 (Clean Design and Portable Implementation): Document portable
9463 methods of handling file names, and the associated macros.
9464
9465 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9466
9467 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9468 command and provide a cross-reference to its description.
9469 (Symbols): Note that "info scope" is useful for trace experiments.
9470
9471 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9472
9473 * gdb.texinfo (Symbols): Document "info scope".
9474 (Tracepoints): New chapter.
9475 (Contributors): Update for v5.1.
9476 <All nodes>: Change "C++" to "C@t{++}".
9477
9478 * gdbint.texinfo (User Interface): A new section about ui_out
9479 functions, based on text written by Fernando Nasser.
9480
9481 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9482
9483 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9484
9485 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9486
9487 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9488
9489 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9490 Replace "GDB" with "@value{GDBN}". Fix markup.
9491
9492 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9493
9494 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9495 a cross-reference to its description.
9496 (Symbols): Document "info symbol".
9497
9498 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9499
9500 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9501 subsection "x86 Watchpoints".
9502 (Target Architecture Definition): Document the macros
9503 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9504 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9505
9506 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9507
9508 * gdbint.texinfo (Target Architecture Definition): Update
9509 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9510 list.
9511
9512 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9513
9514 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9515 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9516
9517 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9518
9519 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9520
9521 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9522
9523 * gdb.texinfo (Environment): Document that `path' does not change
9524 the value of PATH in GDB's own environment (it did in the past,
9525 but that was changed on March 15, 1994). Reported by Doug Evans
9526 <dje@transmeta.com>.
9527
9528 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9529 its line. Fix markup of commands and macros. Add an Index node
9530 and index entries.
9531
9532 2001-01-23 J.T. Conklin <jtc@redback.com>
9533
9534 * gdb.texinfo (Memory region attributes): New manual section.
9535
9536 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9537
9538 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9539
9540 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9541
9542 * refcard.tex: Version and copyright fixed. From Phil Edwards
9543 <pedwards@disaster.jaj.com>.
9544
9545 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9546
9547 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9548 DWARF2_REG_TO_REGNUM): Document.
9549
9550 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9551
9552 * gdbint.texinfo (Coding): Update current value of
9553 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9554
9555 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9556
9557 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9558 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9559
9560 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9561
9562 * gdb.texinfo: Document new 'set step-mode' command.
9563
9564 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9565
9566 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9567 changes from Dmitry Sivachenko <dima@Chg.RU>.
9568
9569 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9570
9571 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9572 From Steven Johnson <sbjohnson@ozemail.com.au>.
9573
9574 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9575
9576 * gdbint.texinfo (Overall Structure): Spelling fix.
9577
9578 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9579
9580 * gdbint.texinfo (Target Architecture Definition): Document that
9581 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9582 for which REGISTER_CONVERTIBLE returns a zero value.
9583
9584 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9585
9586 * Makefile.in (install-info): Find files to install in either the
9587 build or source directories (adapted from Makefile.am).
9588
9589 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9590
9591 * stabs.texinfo: Fix spelling errors.
9592 (String Field): FILE-NUMBER starts from 0, not 1.
9593
9594 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9595
9596 * refcard.tex: Remove \centerline from the blurb. Patch from
9597 Brian Youmans.
9598
9599 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9600
9601 * Makefile.in (install-info): Support installation from outside of
9602 the source directory. Reported by Mark Harig
9603 <markh@frazier.landmark.com>.
9604
9605 2000-06-20 J.T. Conklin <jtc@redback.com>
9606
9607 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9608
9609 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9610
9611 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9612 Generate using pdftex.
9613 (PDFTEX): Define.
9614 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9615 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9616 @contents at the start.
9617
9618 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9619
9620 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9621 Youmans.
9622
9623 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9624
9625 From Brian Youmans:
9626 * gdb.texinfo: Fix ``et al.''.
9627
9628 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9629
9630 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9631 loop.
9632
9633 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9634
9635 * configure: Regenerate.
9636
9637 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9638
9639 * Makefile.in (install-info): Run install-info on installed Info
9640 files.
9641
9642 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9643
9644 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9645 Andrew Cagney.
9646
9647 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9648
9649 * gdb.texinfo: Proofreading changes from Brian Youmans.
9650
9651 2000-05-01 Nick Duffek <nsd@cygnus.com>
9652
9653 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9654 startup sequence, minor edits.
9655
9656 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9657
9658 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9659 TeX.
9660
9661 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9662 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9663 like `n' and `s' which look weird. Convert some of the @kindex to
9664 @vindex, when they refer to variables, not commands.
9665
9666 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9667
9668 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9669
9670 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9671
9672 * Makefile.in (GDBMI_DIR): New variable.
9673 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9674 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9675 (gdbmi.texinfo): New target, for texi2roff.
9676 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9677 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9678
9679 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9680 gdbmi.texinfo.
9681 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9682 comment.
9683
9684 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9685
9686 * gdb.texinfo (Files): Update description of add-symbol-file
9687 command.
9688
9689 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9690
9691 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9692 prevents the build (and is generally a Bad Idea).
9693
9694 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9695
9696 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9697 a comma inside @var.
9698 (Command Files): Index markup changes from Dmitry Sivachenko
9699 <dima@Chg.RU>.
9700
9701 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9702
9703 * Makefile.in (LN_S): Define.
9704 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9705 invoke "ln -s" unless it is known to work.
9706
9707 * configure.in (AC_PROG_LN_S): Add.
9708
9709 2000-04-14 Jim Blandy <jimb@redhat.com>
9710
9711 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9712 section.
9713 (Target Conditionals): Document ADDRESS_TO_POINTER,
9714 POINTER_TO_ADDRESS.
9715
9716 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9717
9718 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9719 gdb-cfg.texi to get the value.
9720
9721 2000-04-10 Jim Blandy <jimb@redhat.com>
9722
9723 * gdbint.texinfo (Target Architecture Definition): Fix
9724 cross-references.
9725
9726 2000-04-08 Jim Blandy <jimb@redhat.com>
9727
9728 * gdbint.texinfo (Using Different Register and Memory Data
9729 Representations): New section.
9730 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9731 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9732 REGISTER_CONVERT_TO_RAW): Document.
9733
9734 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9735
9736 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9737 for acknowledgments.
9738
9739 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9740
9741 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9742 qThreadExtraInfo.
9743
9744 2000-03-28 J.T. Conklin <jtc@redback.com>
9745
9746 * gdb.texinfo: Clarify which remote debug protocol commands are
9747 required and which are optional.
9748
9749 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9750
9751 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9752 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9753 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9754 * annotate.texi: Update.
9755
9756 2000-03-28 Stan Shebs <shebs@apple.com>
9757
9758 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9759 expectation of additional changes before release), update
9760 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9761 node links, rephrase and/or shorten lines to fix formatting
9762 problem in both regular and @smallbook formats.
9763 * annotate.texi: Shorten lines in example, use smallexample
9764 consistently everywhere.
9765 * Makefile.in: Add comment about texinfo 4.0 html generation.
9766 (SFILES_INCLUDED): Add annotate.texi.
9767
9768 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9769
9770 * gdb.texinfo (Debugging Output): Added new section, documenting
9771 the "set/show debug" commands.
9772
9773 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9774
9775 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9776 entry.
9777
9778 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9779 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9780 @chapter and @node entries.
9781
9782 * gdb.texinfo: Link all top-level nodes.
9783
9784 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9785
9786 * Makefile.in (install-info): Create $(infodir) before installing
9787 files.
9788
9789 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9790
9791 From David Whedon <dwhedon@gordian.com>
9792 * gdbint.texinfo : Added paragraphs about command deprecation.
9793
9794 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9795
9796 * gdb.texinfo: Add documentation for the apropos command.
9797
9798 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9799
9800 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9801
9802 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9803
9804 * gdb.texinfo: Add white space to prevent overprinting in
9805 two places.
9806
9807 2000-03-17 Stan Shebs <shebs@apple.com>
9808
9809 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9810 <dima@Chg.RU>, also clarification of allowed content for
9811 string constants.
9812
9813 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9814
9815 * gdb.texinfo (main menu): Add Annotations.
9816 (File Options): Add @cindex entries for each command-line option.
9817 Document --epoch, --annotate, --async, --interpreter, --write,
9818 --statistics, and --version.
9819
9820 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9821 of GDB.
9822
9823 2000-02-23 Jim Blandy <jimb@redhat.com>
9824
9825 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9826
9827 2000-02-22 Jim Blandy <jimb@redhat.com>
9828
9829 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9830
9831 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9832
9833 * Makefile.in (diststuff): New target.
9834
9835 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9836
9837 * agentexpr.texi: Fix wording regarding Intel's IA-64
9838 architecture. [From Jim Wilson.]
9839
9840 2000-01-16 Tom Tromey <tromey@cygnus.com>
9841
9842 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9843 (Delete Breaks): Mention range arguments.
9844 (Disabling): Likewise.
9845
9846 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9847
9848 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9849
9850 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9851
9852 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9853 valid functions.
9854
9855 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9856
9857 * gdb.texinfo: Clarify regular expressions used in rbreak.
9858
9859 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9860
9861 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9862 MEMORY_REMOVE_BREAKPOINT): Document.
9863
9864 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9865
9866 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9867 offset re-using the DATA offset instead.
9868
9869 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9870
9871 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9872
9873 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9874
9875 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9876 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9877 typos.
9878
9879 * gdb.texinfo: Various minor wording and formatting improvements,
9880 mentions of additional command-line options.
9881
9882 1999-09-30 Fred Fish <fnf@cygnus.com>
9883
9884 * gdb.texinfo: Document additional forms of specifying section
9885 names and addresses for the add-symbol-file command.
9886
9887 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9888
9889 * gdbint.texinfo: Fix typo, add the word "have".
9890
9891 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9892
9893 * gdbint.texinfo (Target Architecture Definition): Document the
9894 SKIP_PERMANENT_BREAKPOINT macro.
9895
9896 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9897
9898 * gdb.texinfo: Fiks speling errers.
9899
9900 * gdb.texinfo: Fix uses of @multitable.
9901
9902 From Eli Zaretskii <eliz@gnu.org>:
9903 * gdb.texinfo: Include details specific to DOS host, clarify
9904 some confusing language, fix @ref/@xref/@pxref usages, add
9905 comments about using with optimization, add more indexing,
9906 fix info about disassembly-flavor.
9907
9908 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9909
9910 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9911 SKIP_SOLIB_RESOLVER): Define.
9912
9913 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9914
9915 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9916 ``g'' packets.
9917
9918 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9919
9920 * gdb.texinfo: Create a new "Configurations" chapter with
9921 platform-specific info, inline remote.texi and move sections of it
9922 into the new chapter, move bits about info proc, heuristic search,
9923 and register stack into the new chapter.
9924 * remote.texi: Remove, now part of gdb.texinfo.
9925 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9926
9927 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9928
9929 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9930 GDB_TARGET_IS_MACH386): These kludges have gone away.
9931
9932 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9933
9934 * gdbint.texinfo (Target Architecture Definition): Mention
9935 TDEPLIBS.
9936
9937 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9938
9939 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9940 surrounding text to fit HP-UX bits into general info.
9941 (HPPA-cfg.texi): Remove, no longer useful.
9942
9943 * gdb.texinfo: Remove explicit links from @node lines, remove
9944 HP-added "Detailed Node Listing" from main menu which confuses
9945 things.
9946
9947 From Dmitry Sivachenko <dima@Chg.RU>:
9948 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9949 in description of `set environment'.
9950
9951 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9952
9953 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9954
9955 1999-08-12 Ben Elliston <bje@cygnus.com>
9956
9957 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9958
9959 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9960
9961 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9962 watch, awatch, and rwatch. Explain why the latter two cannot be
9963 set as software watchpoints. Document that watchpoints for local
9964 variables are deleted when the debuggee terminates.
9965
9966 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9967
9968 * remote.texi (Protocol): Further clarification of the "qRcmd"
9969 packet. Allow E.. response packet. "qRcmd" packet is no longer
9970 reserved.
9971
9972 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9973
9974 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9975 * gdb.texinfo: Ditto.
9976
9977 1999-08-06 Tom Tromey <tromey@cygnus.com>
9978
9979 * gdb.texinfo (KOD): New node.
9980
9981 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9982
9983 * remote.texi (Rcmd): Fix minor formatting typos.
9984
9985 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9986
9987 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9988 packets.
9989
9990 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
9991
9992 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
9993 fixes.
9994
9995 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
9996
9997 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
9998
9999 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10000
10001 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10002 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10003 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10004 packets that are not supported on all hosts. Expand examples.
10005 Spell check.
10006
10007 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10008
10009 * Makefile.in: Recognize html, install-html. Add targets
10010 to build HTML versions of documentation via texi2html.
10011
10012 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10013
10014 * gdbint.texinfo (Testsuite): New chapter, information about the
10015 testsuite.
10016
10017 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10018
10019 * remote.texi (Communication Protocol): Rewrite.
10020
10021 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10022
10023 * stabs.texinfo: Fix uses of xref.
10024
10025 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10026
10027 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10028 info about patch submission.
10029
10030 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10031
10032 From Per Bothner <bothner@cygnus.com>:
10033 * gdb.texinfo: Document Chill support.
10034
10035 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10036
10037 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10038 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10039 Document that the value should be greater-than or equal-to zero.
10040 (NO_STD_REGS): Document. Deprecate.
10041
10042 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10043
10044 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10045 Document that these are not used.
10046
10047 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10048
10049 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10050
10051 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10052
10053 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10054 numargs was dropped.
10055
10056 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10057
10058 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10059
10060 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10061
10062 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10063 Update.
10064
10065 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10066
10067 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10068 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10069
10070 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10071
10072 * gdbint.texinfo: Fix typos: $ -> @.
10073
10074 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10077 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10078 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10079 BREAKPOINT_FROM_PC.
10080
10081 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10082
10083 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10084 CALL_DUMMY_STACK_ADJUST): Document.
10085
10086 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10087
10088 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10089 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10090
10091 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10092
10093 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10094 longer exists.
10095
10096 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10097
10098 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10099 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10100 they make the manual source incomprehensible.
10101 * h8-cfg.texi: Remove, hasn't been used in years.
10102
10103 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10104
10105 * gdb.texinfo: Update the credits.
10106
10107 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10108
10109 * gdb.texinfo: Fix mistakes noticed in printout of last
10110 draft, add Alpha to discussion of heuristic fence post.
10111
10112 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10113
10114 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10115 Edition, merge some HP changes into mainline, describe some
10116 previously undocumented features, describe more of the target
10117 commands available, eliminate obsolete section on renamed
10118 commands.
10119 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10120
10121 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10122
10123 * gdb.texinfo: Make many HPPA conditionals unconditional,
10124 including catchpoint description, since now on for all configs.
10125 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10126 specializations.
10127
10128 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10129
10130 * Makefile.in (GDBvn.texi): Fix match expression to work with
10131 current format of VERSION in gdb/Makefile.in.
10132 * gdb.texinfo: Fix node ref to match new readline.
10133
10134 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10135
10136 * gdb.texinfo: Changes made as part of a project to merge in
10137 changes made by HP. Documentation makes extensive use of
10138 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10139 on remote debugging. There are differences in documentation
10140 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10141 the HP manual discusses catchpoints, hardware watchpoints, and
10142 some HPUX specific limitations for shared library support.
10143
10144 There are also a number of @node changes.
10145
10146 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10147
10148 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10149 (C Usage): Same.
10150
10151 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10152
10153 The following changes were made by Edith Epstein
10154 <eepstein@cygnus.com> as part of a project to merge in changes
10155 made by HP.
10156
10157 * HPPA-cfg.texi: new file.
10158
10159 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10160
10161 * refcard.tex: change documentation about catch.
10162 removed info catch.
10163
10164 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10165
10166 * gdbint.texinfo: Expand on GDB's coding standards,
10167 specify the use of arg names with prototypes.
10168
10169 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10170
10171 * gdb.texinfo: Fix tipo.
10172
10173 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10174
10175 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10176 TARGET_BYTE_ORDER_SELECTABLE_P.
10177
10178 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10179
10180 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10181
10182 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10183
10184 * agentexpr.texi: New file.
10185
10186 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10187
10188 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10189
10190 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10191
10192 * remote.texi: Changed wording that implied that the GDB remote
10193 protocol caches register values instead of GDB itself.
10194
10195 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10196
10197 * gdbint.texinfo: Add some info about symbol readers.
10198 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10199 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10200 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10201 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10202
10203 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10204
10205 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10206
10207 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10208
10209 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10210
10211 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10212
10213 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10214 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10215
10216 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10217
10218 * gdbint.texinfo: Fix minor typos.
10219
10220 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10221
10222 * gdbint.texinfo: Complete overhaul. Group descriptions more
10223 logically, add more info on generic algorithms, remove much
10224 obsolete and/or wrong material.
10225
10226 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10229
10230 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10231
10232 * refcard.tex: Copyright, address updates.
10233
10234 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10235
10236 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10237 for the edition instead of confusing GDB-version-like numbers.
10238
10239 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10240
10241 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10242
10243 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10244
10245 * LRS: Reformat a bit to keep text under 80 columns.
10246
10247 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10248
10249 * gdb.texinfo: Add some credits, mention bug monitor.
10250 * remote.texi: Mention mips monitor targets.
10251 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10252
10253 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10254
10255 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10256 files, finish sorting of host vs target vs native macros, describe
10257 some more of them.
10258
10259 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10260
10261 * gdbint.texinfo (Host Conditionals): Document change from
10262 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10263
10264 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10265
10266 * gdbint.texinfo (Host Conditionals): Document
10267 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10268
10269 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10270
10271 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10272 Document LSEEK_NOT_LINEAR.
10273
10274 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10275
10276 * stabs.texinfo (Stab Section Basics): Make it clear that only
10277 some versions of the GNU linker remove the leading N_UNDF symbol.
10278
10279 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10280
10281 * stabs.texinfo (String Field): Document type number pairs here,
10282 instead of in the Sun specific section.
10283 (Include Files): The GNU linker supports the N_BINCL
10284 optimization. Clarify the N_BINCL value, and what it is used
10285 for.
10286 (Procedures): Document N_FUN with an empty string to mark the end
10287 of a function.
10288 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10289 (Sun Differences): Remove this node, as the information is now
10290 elsewhere in the main document.
10291 (Stab Section Basics): Mention that the GNU linker may optimize
10292 stabs and remove the leading N_UNDF symbol.
10293
10294 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10295
10296 * gdb.texinfo, refcard.tex: Restore author credit
10297
10298 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10299
10300 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10301 documentation to account for START and END macros taking
10302 one arg.
10303
10304 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10305
10306 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10307 * gdb.texinfo (Frames): Fix typo.
10308
10309 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10310
10311 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10312 a target_signal as arg type, not a pid.
10313
10314 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10315
10316 * gdb.texinfo: Document `set assembly-language'.
10317
10318 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10319
10320 * remote.texi: Update list of stubs in the GDB distribution.
10321
10322 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10323
10324 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10325 Also document that some systems can use mmalloc but must define
10326 this if their C runtime allocates memory that is later freed.
10327 (MMCHECK_FORCE): Document new macro.
10328
10329 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10330
10331 * remote.texi: Add documentation for target Sparclet.
10332
10333 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10334
10335 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10336 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10337 * configure.in: Rewritten for autoconf.
10338 * configure: New.
10339
10340 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10341
10342 * Makefile.in (DVIPS): New define, set to dvips.
10343 (dvi): Add stabs.dvi.
10344 (ps): New target.
10345 (all-doc): Depend on info, dvi, and ps targets.
10346 (STAGESTUFF): Add *.ps and *.dvi files.
10347 (clean-info, clean-dvi): Remove.
10348 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10349 rules completely rewritten.
10350 (maintainer-clean): Remove clean-info and clean-dvi
10351 dependencies and put their actions in the rules.
10352 (gdb.ps): New target
10353 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10354 intermediate TeX files, whether they have 2 or 3 character
10355 extensions.
10356 (gdbint.ps): Add target and rules.
10357 (gdb-internals): Delete unused target.
10358 (Makefile): Depends upon config.status also.
10359
10360 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10361
10362 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10363 set.
10364
10365 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10366
10367 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10368 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10369
10370 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10371
10372 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10373
10374 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10375
10376 * gdb.texinfo (Print settings): Document
10377 `set/show print static-members' commands.
10378
10379 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10380
10381 * gdbint.texinfo (Native): Document name change, coredep.c to
10382 core-aout.c.
10383
10384 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10385
10386 * stabs.texinfo (Include Files): Document the values the SunOS4
10387 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10388
10389 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10390
10391 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10392 Fix typo.
10393
10394 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10395
10396 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10397 "gdb.tar.Z".
10398
10399 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * Makefile.in (maintainer-clean): New target, synonym for
10402 realclean.
10403
10404 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10405
10406 * Update all FSF addresses except those in COPYING* files.
10407
10408 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10409
10410 From Richard Earnshaw (rearnsha@armltd.co.uk):
10411 * gdb.texinfo (convenience variables): Document $_exitcode.
10412 (quit): Document optional expression to use as exit code.
10413
10414 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10415
10416 * gdb.texinfo, remote.texi: Brought up to date with various
10417 GDB changes.
10418
10419 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10420
10421 * gdb.texinfo: Update dates and versions, fix comments about
10422 hardware watchpoints in future releases and about the
10423 sharedlibrary command.
10424
10425 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10426
10427 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10428 C_FUN stab. Other cleanups.
10429
10430 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10431
10432 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10433 for the sparc stub.
10434
10435 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10436
10437 * annotate.texi: Clarify which addresses have differing formats
10438 depending on the language and which do not.
10439
10440 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10441
10442 * remote.texi (NetWare): Changed example to use BOARD= instead of
10443 NODE= argument to reflect correspoding change to gdbserve.nlm.
10444
10445 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10446
10447 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10448 GDB, as well as AIX dbx, supports the size type attribute.
10449
10450 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10451
10452 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10453
10454 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10455
10456 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10457 and new 'if' and 'while' commands.
10458
10459 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10460
10461 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10462
10463 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10464
10465 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10466 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10467 NetWare targets. Mostly stolen from the Server node.
10468
10469 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10470
10471 * gdb.texinfo (Setting): Talk about the language of a source file
10472 versus the working language. The old documentation did not match
10473 what GDB did.
10474
10475 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10476
10477 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10478 of a source file.
10479
10480 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10481
10482 * gdb.texinfo (Processes): New node.
10483
10484 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10485
10486 * remote.texi: Update documentation of set/show mipsfpu.
10487
10488 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10489
10490 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10491 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10492
10493 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10494
10495 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10496 obsolete conditionals, described some others.
10497
10498 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10499
10500 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10501 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10502
10503 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10504
10505 * gdbint.texinfo: Put regex conditionals in their own table.
10506
10507 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10508
10509 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10510 described or fixed the descriptions of many others.
10511
10512 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10513
10514 * gdb.texinfo: Add some more credits.
10515 * gdbint.texinfo: Capitalize GDB consistently, describe some
10516 macros and remove some.
10517
10518 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10519
10520 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10521 obsolete conditionals, described some others.
10522
10523 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10524
10525 * gdb.texinfo (help targets): Changed to `help target', which
10526 is the correct gdb command.
10527
10528 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10529
10530 * annotate.texi (TODO): New node, for keeping track of annotations
10531 suggested but not yet implemented.
10532
10533 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10534
10535 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10536 another symbol, it is not the address itself.
10537
10538 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10539
10540 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10541 of stabs-in-coff sections.
10542
10543 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10544
10545 * annotate.texi: Change edition to 0.5 and date to May 1994.
10546 Add index.
10547 (Frames): New node, for frame annotation.
10548 (Displays): New node, for display annotation.
10549
10550 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10551 when waiting for your program to stop.
10552
10553 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10554
10555 * annotate.texi (Breakpoint Info): Document annotation of header
10556 fields and record annotation.
10557
10558 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10559
10560 * annotate.texi: New file, to document annotations.
10561
10562 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10565 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10566
10567 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10568
10569 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10570 section, and say n_strx field is compilation unit relative.
10571 * stabs.texinfo: Don't use @code for a.out when it is the name of
10572 an object file format.
10573
10574 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10575
10576 * gdb.texinfo: Refer to file names, not path names, per rms
10577 convention.
10578 (Arguments): Fix typo.
10579
10580 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10581
10582 * stabs.texinfo (Global Variables): Talk about stabs in files
10583 where variables are referenced, but not defined.
10584
10585 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10586
10587 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10588 Cplusplus to new nodes Member Type Descriptor and Method Type
10589 Descriptor. Re-write stuff for #.
10590
10591 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10592
10593 * gdb.texinfo (Print Settings): Don't document "set print
10594 fast-symbolic-addr off". The bug which it worked around was fixed
10595 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10596
10597 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10598 N_ENTRY node.
10599
10600 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10601
10602 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10603
10604 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10605 references to ieee-float.c.
10606
10607 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10608
10609 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10610 match what the code actually does.
10611
10612 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10613
10614 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10615
10616 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10617
10618 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10619 i, and b.
10620
10621 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10622
10623 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10624 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10625 as "stabs in sections" rather than just saying "ELF and SOM".
10626 Also make that stuff apply to COFF.
10627
10628 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10629
10630 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10631 Ghostscript.
10632
10633 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10634
10635 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10636 versus functions without line numbers, also mention stepping into
10637 them as well as "step" when you are in them. Tell the user how to
10638 deal with the situation. Add comment about "debugging information".
10639
10640 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10641
10642 * stabs.texinfo (Enumerations): Document restriction on where
10643 enumeration types can appear and still win with GDB.
10644
10645 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10646
10647 * stabs.texinfo (Negative Type Numbers): Document format for type
10648 -16.
10649
10650 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10651
10652 * gdb.texinfo (Selection, Frame Info): Update information about
10653 arbitrary frame specficiations.
10654
10655 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10656
10657 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10658
10659 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10660
10661 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10662
10663 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10664
10665 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10666
10667 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10668
10669 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10670 Differences node to Statics node.
10671 (Statics): Discuss XCOFF use of V symbol descriptor.
10672
10673 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10674 not clean.
10675
10676 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10677
10678 * gdb.texinfo (Print Settings): Document `set print
10679 fast-symbolic-addr' and improve the doc for some other
10680 `set print's.
10681
10682 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10683
10684 * stabs.texinfo (String Field): Talk about defining several type
10685 numbers at once.
10686 Fix lint regarding changing node ELF Transformations to
10687 ELF and SOM Transformations.
10688
10689 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10690
10691 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10692
10693 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10694
10695 * stabs.texinfo (Cross-References): `::' is for nested types only
10696 within <>.
10697 (Structures): Document static members.
10698
10699 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10700
10701 * stabs.texinfo: Document S type attribute.
10702
10703 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10704
10705 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10706
10707 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10708
10709 * gdbint.texinfo: Fix a few typos.
10710
10711 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10712
10713 * gdb.texinfo, remote.texi: formatting improvements
10714
10715 * gdb.texinfo (New Features): mention threads.
10716 (Summary, C): fix xrefs in newly contributed text.
10717 (Threads): index entries, clarifications, example
10718 (passim): minor typos fixed, phrasing improvements
10719
10720 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10721 entries; (Server): explain use of gdbserver w/real-time systems,
10722 add example of conflicting TCP port; (MIPS Remote) break up
10723 running text into table, highlighting commands, and add example.
10724
10725 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10726
10727 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10728
10729 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10730
10731 * stabs.texinfo (Nested Symbols): New node.
10732 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10733
10734 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10735
10736 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10737 to picking which Bbss.bss symbol to use, and (because there seems to
10738 be no good way of doing it) re-write some of the text to make it
10739 sound like Bbss.bss isn't such a great idea after all (as currently
10740 designed).
10741
10742 * gdb.texinfo (C): In addition to saying people have to use g++ for
10743 good results, say they have to use stabs. Specifically say cfront
10744 doesn't work well.
10745 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10746 the gdb README. Add xrefs to places where the support for the various
10747 languages is described in detail.
10748
10749 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10750
10751 * stabs.texinfo: Clean up stuff about visibility and virtual
10752 characters.
10753
10754 * stabs.texinfo (N_M2C): Cite Sun doc.
10755
10756 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10757
10758 * gdb.texinfo: updates re threads.
10759 * remote.texinfo: avoid index entries starting with digits.
10760
10761 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10762
10763 * stabs.texinfo (Enumerations): Talk about large, negative and
10764 octal values. Clean up cross reference to type attributes.
10765 (String Field): Say that GDB 4.11 supports size attribute.
10766
10767 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10768
10769 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10770 is a mandatory step. Make the stuff about that more concise.
10771
10772 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10773
10774 * stabs.texinfo (Class Names): New node.
10775
10776 * gdb.texinfo (Command Files): Explain order of init file reading.
10777
10778 * remote.texi (Bootstrapping): Talk about getting the serial driver
10779 to deal with ^C sent by gdb to stop the remote system.
10780
10781 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10782
10783 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10784
10785 * libgdb.texinfo (Defining Commands): made the DOC arg
10786 to gdb_define_app_command a char * instead of char **
10787 per a suggestion from kingdon.
10788
10789 * libgdb.texinfo: total rewrite from a different starting
10790 premise.
10791
10792 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10793
10794 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10795 floats passed as doubles (to improve clarity).
10796
10797 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10798
10799 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10800
10801 * a4rc.sed: update to work with Andreas Vogel papersize params
10802
10803 * refcard.tex: use Andreas Vogel simplifications of papersize
10804 params; remove useless version info; update copyright date.
10805
10806 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10807
10808 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10809
10810 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10811
10812 * gdb.texinfo (Files): Say what address the load command loads it at.
10813
10814 * stabs.texinfo (Common Blocks): Minor cleanups.
10815
10816 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10817 that Sun has backed away from the linker kludge and thus the relevant
10818 issue is changes to the SunPRO tools, not the Solaris linker.
10819
10820 * stabs.texinfo (Traditional Integer Types): Clean up description
10821 of octal bounds a little bit. Document extra leading zeroes.
10822
10823 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10824
10825 * gdb.texinfo (Signaling): Update for symbolic symbol names
10826 and add a section explaining the difference between the GDB
10827 signal command and the shell kill utility.
10828
10829 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10830
10831 * libgdb.texinfo: added `@' to braces that were unescaped.
10832
10833 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10834
10835 * libgdb.texinfo: new file. Spec for the gdb library.
10836
10837 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10838
10839 * stabs.texinfo (Include Files): Fix typo (start -> end).
10840
10841 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10842
10843 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10844 from Melissa at FSF's editing pass.
10845
10846 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10847
10848 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10849 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10850 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10851
10852 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10853
10854 * remote.texi (Bootstrapping): Discuss 386 call gates.
10855
10856 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10857
10858 * stabs.texinfo (Based Variables): New node.
10859
10860 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10861
10862 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10863 names, sizes, and formats to suggest how not to lose.
10864
10865 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10866
10867 * stabs.texinfo (Methods): Fix typo.
10868
10869 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10870
10871 * gdb.texinfo: Fix a few typos.
10872
10873 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * gdb.texinfo: Clarify how well it works with Fortran.
10876
10877 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10878 More on relocating stabs in ELF files.
10879
10880 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10881
10882 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10883
10884 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10885
10886 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10887 parameters on VAX.
10888
10889 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10890
10891 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10892
10893 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * stabs.texinfo: Make info author notice match the TeX author notice.
10896
10897 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10898
10899 * stabs.texinfo: Initial-caps all words in node names and
10900 non-trivial words in section names.
10901
10902 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10903
10904 * stabs.texinfo: Many minor cleanups.
10905
10906 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10907
10908 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10909
10910 * stabs.texinfo: Remove full description of big example.
10911 It's not really helpful; just use pieces of it where appropriate.
10912 Add more Texinfo formatting directives (@samp, etc.).
10913 Use @deffn to define stab types.
10914 Eliminate some wordiness. Break up some nodes.
10915 Add an (alphabetized) index of symbol types.
10916 Use consistent capitalization style in node and section names.
10917
10918 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10919
10920 * gdb.texinfo: Change typo "Two two" to "The two".
10921
10922 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10923
10924 * stabs.texinfo (XCOFF-differences): Remove references to
10925 non-existent types N_DECL and N_RPSYM.
10926
10927 * stabs.texinfo (String Field): Say that type attributes bug is
10928 fixed in GDB 4.10, since it is.
10929
10930 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10931
10932 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10933
10934 * stabs.texinfo: Formatting cleanups.
10935
10936 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10937
10938 * stabs.texinfo: When explaining the n_type of a stab, standardize
10939 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10940 no tabs, use @r).
10941 (Global Variables): Clean up.
10942
10943 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10944
10945 * stabs.texinfo (Stack Variables): Re-write.
10946
10947 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10948
10949 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10950 addresses of a source file. Also revise formatting.
10951 Change "object module" or "object file" to "source file".
10952 Various: Miscellaneous cleanups.
10953
10954 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10955
10956 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10957
10958 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10959
10960 * gdbint.texinfo: Removed many nonsensical machine-collected
10961 host and target conditionals, described some of the remainder.
10962
10963 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10964
10965 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10966
10967 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10968 paragraph which follows.
10969
10970 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10971 variables. Looks better and avoids overful hbox.
10972
10973 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10974
10975 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10976
10977 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10978
10979 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10980 retransmit-timeout
10981
10982 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * gdbint.texinfo: Update statement about `some ancient Unix
10985 systems, like Ultrix 4.0' to Ultrix 4.2.
10986
10987 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10988
10989 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10990
10991 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
10992
10993 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
10994 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
10995
10996 * remote.texi: new name for former gdbinv-s.texi
10997
10998 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
10999
11000 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11001
11002 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11003 variables for MIPS remote debugging protocol.
11004
11005 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11006
11007 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11008
11009 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11010
11011 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11012
11013 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11014
11015 * gdb.texinfo: repair conditional bugs in text markup
11016
11017 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11018
11019 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11020 to select Modula-2 material.
11021
11022 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11023
11024 * stabs.texinfo: Cleanups regarding statics.
11025
11026 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11027 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11028
11029 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11030
11031 * stabs.texinfo: N_MAIN is sometimes used for C.
11032
11033 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11034
11035 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11036
11037 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11038
11039 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11040 removed from the code by Kingdon.
11041
11042 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11043
11044 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11045 input when evaluating breakpoint conditions; the bug has been fixed.
11046
11047 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11048 sets the ignore count to N-1, not to N.
11049
11050 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11051
11052 * refcard.tex (\hoffset): correct longstanding error to match
11053 intended offset; avoids cutting off edge on some printers
11054
11055 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11056
11057 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11058
11059 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11060
11061 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11062
11063 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11064
11065 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11066 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11067 collect sed edits if any, apply to refcard before formatting;
11068 (refcard.ps) stop implying PS fonts if PS output requested;
11069 (lrefcard.ps) delete extra target for variant PS fonts
11070
11071 * refcard.tex: parametrize papersize dependent info, collect
11072 in easily replaced spot
11073
11074 * a4rc.sed: new file, edits to refcard for A4 paper
11075
11076 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11077
11078 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11079
11080 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11081
11082 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11083
11084 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11085
11086 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11087 politely rather than rudely.
11088
11089 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11090
11091 * stabs.texinfo: Document common blocks.
11092
11093 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11094
11095 * stabs.texinfo: Add some basic info about stabs-in-elf.
11096
11097 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11098
11099 * stabs.texinfo (Top): Minor cleanup.
11100
11101 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11102
11103 * Makefile.in (install-info): remove parentdir support
11104
11105 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11106
11107 * gdb.texinfo (Copying): delete this node and references to it;
11108 RMS says this manual need not carry GPL. (passim): Improvements
11109 from last round at FSF, largely due to Ian Taylor review, and
11110 minor formatting improvements.
11111
11112 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11113 largely due to Ian Taylor review. (Debug Session): minor edits to
11114 new text.
11115
11116 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11117
11118 * Makefile.in (realclean): Remove info and dvi files too.
11119
11120 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11121
11122 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11123 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11124 * gdb.texinfo: Change accordingly.
11125
11126 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11127 N_{L,R}BRAC,N_SLINE are relative to.
11128
11129 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11130
11131 * Makefile.in (GDBvn.texi): Update atomically.
11132
11133 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11134
11135 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11136
11137 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11138
11139 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11140 addresses together. Also motivate the set print symbol-filename
11141 command and suggest other solutions.
11142
11143 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11144
11145 * gdb.texinfo (set print elements): Note that the number of
11146 elements is set to unlimited by "set print elements 0".
11147
11148 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11149
11150 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11151 NF_LDOUBLE means.
11152 (Stab Types): Include Solaris stab types.
11153 (Procedures): Document Solaris extensions.
11154
11155 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11156
11157 * gdb.texinfo: Add `set print symbol-filename' doc.
11158
11159 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11160
11161 * stabs.texinfo (Arrays): Talk about type definition vs. type
11162 information.
11163
11164 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11165 the trailing semicolon.
11166
11167 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11168
11169 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11170 and merge in other parts of the document addressing these subjects.
11171 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11172
11173 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11174 at the end of a range type.
11175
11176 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11177 AIX extensions.
11178
11179 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11180
11181 * stabs.texinfo (Stabs Format): Misc fixes.
11182
11183 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11184
11185 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11186 (Traditional builtin types): Document convex convention for long long.
11187 (Negative builtin types): Discuss type names, and misc fixes.
11188
11189 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11190
11191 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11192 point types used with @samp{R} type descriptor.
11193 (Symbol Descriptors): Describe how to handle conflict between
11194 different meanings of @samp{P} symbol descriptor.
11195
11196 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11197
11198 * stabs.texinfo: Remove node Quick Reference and put its children
11199 directly under the main menu.
11200
11201 * stabs.texinfo: Many more changes to bring it into line with
11202 AIX documentation and reality. I think it now has all the
11203 information from the AIX documentation, except that I burned
11204 out when I got to variant records (Pascal and Modula-2) and
11205 all the COBOL types. Oh well, we can add them later when we're
11206 worrying more about those languages.
11207
11208 * stabs.texinfo (Automatic variables): Talk about what it means
11209 to omit the symbol descriptor.
11210
11211 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11212
11213 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11214 gcc2 behavior with promoted args.
11215
11216 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11217
11218 * gdb.texinfo: include readline appendices in info version of manual
11219
11220 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11221
11222 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11223 target remote.
11224
11225 * gdb.texinfo (Machine Code): more index entries for disassemble
11226
11227 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11228
11229 * Clarify the intended use of the gdb-testers and gdb-patches
11230 mailing lists, and shrink gzip comment.
11231
11232 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11233
11234 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11235 DOSHOST configuration of manual.
11236
11237 * gdb.texinfo (MIPS Stack): new node.
11238
11239 * all-config.texi (MIPS) new switch.
11240
11241 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11242 tense; (MIPS Remote) new node.
11243
11244 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11245 bug; (Environment) less passive, other small cleanups in text about
11246 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11247 (Remote) new MIPS Remote menu entry.
11248
11249 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11250
11251 * stabs.texinfo: Many changes to include information from the
11252 AIX documentation.
11253
11254 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11255
11256 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11257
11258 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11259 Move a bunch of information from ../README.
11260 (Getting Started): New node.
11261
11262 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11263
11264 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11265
11266 * gdb.texinfo: advance manual revision dates to present
11267
11268 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11269 stop using silly Roman numerals in @set variable names
11270
11271 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11272
11273 * stabs.texinfo (Parameters): Keep trying to get this right.
11274
11275 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11276
11277 * stabs.texinfo (Parameters): More on "local parameters".
11278
11279 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11280
11281 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11282
11283 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11284
11285 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11286 (Parameters): Rewrite.
11287 (xcoff-differences, Sun-differences): Minor changes.
11288
11289 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11290
11291 * stabs.texinfo: Minor cleanup.
11292
11293 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11294
11295 * gdbint.texinfo: Minor xcoff stuff.
11296
11297 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11298
11299 * gdbint.texinfo: Update for new config directory structure.
11300 Add info about internal type data structures.
11301
11302 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11303
11304 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11305 $(srcdir).
11306 (gdb-config.texi): Depend on file in $(srcdir).
11307
11308 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11309
11310 * stabs.texinfo: Fixes about N_SO.
11311
11312 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11313
11314 * gdb.texinfo: include list of nonstandard init file names
11315
11316 * *-config.texi: new switch GENERIC for text that applies *only*
11317 to (usual) multiple-target version of manual
11318
11319 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11320 h8 config
11321
11322 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11323 in menus (rather than conditionally selected multiple alternative
11324 menus).
11325
11326 * Makefile.in: define and use DOC_CONFIG var to select
11327 configuration for GDB user manual.
11328
11329 * gdb-config.texi: delete from repository, generate from Makefile.
11330
11331 * all-config.texi: normal `generic' configuration file, formerly
11332 stored as gdb-config.texi
11333
11334 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11335
11336 * Makefile.in: add dvi target to build all .dvi files
11337
11338 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11339
11340 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11341
11342 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11343
11344 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11345 host conditionals.
11346 * stabs.texinfo: More array fixes inspired by Jim's.
11347
11348 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11349
11350 * stabs.texinfo: Fixes re arrays and continuations.
11351
11352 * gdbint.texinfo: Add XCOFF node.
11353
11354 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11355
11356 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11357
11358 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11359
11360 * stabs.texinfo: Fix for array types to mention lower bounds.
11361
11362 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11363
11364 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11365
11366 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11367
11368 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11369
11370 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11371
11372 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11373 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11374
11375 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11376
11377 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11378
11379 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11380
11381 * gdb.texinfo, gdbinv-s.texi: misc updates
11382
11383 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11384
11385 * gdbint.texinfo: Brief documentation for longjmp support,
11386 from an email msg by Stu.
11387
11388 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11389
11390 * stabs.texinfo: Fix description of floating point "range"
11391 types (which really define basic types). Reported by Jim Meehan,
11392 <meehan@src.dec.com>.
11393
11394 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11395
11396 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11397
11398 * gdbint.texinfo: Slightly expand section on supporting a new
11399 object file format.
11400
11401 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11402
11403 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11404 intermediate file.
11405
11406 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11407
11408 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11409
11410 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11411
11412 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11413
11414 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11415 as well as Z8002.
11416
11417 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11418
11419 * gdbint.texinfo: Add sections on clean design and on how to send
11420 in changes.
11421
11422 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11423
11424 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11425
11426 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11427
11428 * gdb.texinfo: Fix typo, reported by Karl Berry.
11429
11430 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11431
11432 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11433
11434 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11435
11436 * gdbint.texinfo: fixed a stray email address (needs @@),
11437 added @table @code to node "Native Conditionals"
11438
11439 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11440
11441 * gdbint.texinfo: Describe coding style of GDB.
11442
11443 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11444
11445 * stabs.texinfo: Minor wording changes.
11446
11447 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11448
11449 * gdbint.texinfo: Improve release doc slightly.
11450
11451 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11452
11453 * gdbint.texinfo: Improve doc of GDB config macros.
11454
11455 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11456
11457 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11458 These will be reinserted when examined.
11459
11460 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11461
11462 * gdbint.texinfo: Make a start at documenting all the #if macros
11463 in GDB. At least list them all, and start separating them into
11464 host-specific and target-specific.
11465
11466 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11467
11468 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11469 examples (not consistent w others).
11470 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11471 for generic vn of doc
11472
11473 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11474
11475 * Makefile.in: always create installation directories.
11476
11477 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11478
11479 * gdb.texinfo: in h8 config, do not describe searching commands.
11480
11481 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11482
11483 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11484 conditionals; introduce a few generic switches that may be
11485 useful for other cross-dev or dos-hosted configs.
11486
11487 * gdb.texinfo: fix typo in "info reg" description
11488
11489 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11490
11491 * stabs.texinfo: Minor updates from running TeX over it.
11492 * Makefile.in (stabs.dvi, stabs.ps): Add.
11493
11494 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11495
11496 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11497 First pass at converting it to texinfo.
11498
11499 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11500
11501 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11502 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11503
11504 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11505
11506 * gdbint.texinfo: Add section on partial symbol tables.
11507
11508 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11509
11510 * gdb.texinfo: document `set remotedebug' and `set
11511 rstack_high_address'.
11512
11513 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11514
11515 * gdb.texinfo: slight expansion of new text on reading info files
11516 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11517 H8/300 from DOS.
11518
11519 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11520
11521 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11522
11523 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11524
11525 * gdb.texinfo: Say how to read the `info' files.
11526
11527 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11528
11529 * Makefile.in: gm4 -> m4.
11530
11531 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11532
11533 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11534 Documentation' ahead of `Installing GDB' to match README.
11535 Update shared library doc, -readnow and -mapped, and directory
11536 structure (add glob and mmalloc). Update configure doc.
11537
11538 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11539
11540 * Makefile.in: remove $(srcdir) from gdb.info rule.
11541
11542 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11543
11544 * Makefile.in: commented out gdb-all.texinfo rule. This is
11545 temporary.
11546
11547 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11548
11549 * Makefile.in, configure.in: removed traces of namesubdir,
11550 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11551 copyrights to '92, '13, changed some from Cygnus to FSF.
11552
11553 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11554
11555 * gdb.texinfo: Improve how we ask for bug reports.
11556
11557 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11558
11559 * Makefile.in: infodir belongs in datadir.
11560
11561 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11562
11563 * Makefile.in: remove spaces following hyphens, bsd make can't
11564 cope. install using INSTALL_DATA. added clean-info. added
11565 standards.text support.
11566
11567 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11568
11569 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11570 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11571 and mandir now keyed off datadir by default.
11572
11573 \f
11574 Local Variables:
11575 mode: change-log
11576 left-margin: 8
11577 fill-column: 74
11578 version-control: never
11579 End:
This page took 0.268793 seconds and 4 git commands to generate.