gdb.base/skip.exp: Clean up multiple references to same test name.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.texinfo (Value Sizes): New section.
4 (Data): Add the 'Value Sizes' node to the menu.
5
6 2016-01-26 John Baldwin <jhb@FreeBSD.org>
7
8 * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
9
10 2016-01-19 John Baldwin <jhb@FreeBSD.org>
11
12 * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
13
14 2016-01-18 Pedro Alves <palves@redhat.com>
15
16 * gdb.texinfo (Threads): Mention that GDB displays the ID and name
17 of the thread that hit a breakpoint or received a signal.
18
19 2016-01-15 Pedro Alves <palves@redhat.com>
20
21 * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
22
23 2016-01-13 Pedro Alves <palves@redhat.com>
24
25 * gdb.texinfo (Threads): Document the $_gthread convenience
26 variable.
27 (Convenience Vars): Likewise.
28
29 2016-01-13 Pedro Alves <palves@redhat.com>
30
31 * gdb.texinfo (Threads): Document "info threads -gid".
32
33 2016-01-13 Pedro Alves <palves@redhat.com>
34
35 * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
36 anchor.
37 (Threads In Python): Document new InferiorThread.global_num
38 attribute.
39
40 2016-01-07 Pedro Alves <palves@redhat.com>
41
42 * gdb.texinfo (Threads): Document per-inferior thread IDs,
43 qualified thread IDs, global thread IDs and thread ID lists.
44 (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
45 thread IDs.
46 (Convenience Vars): Document the $_thread convenience variable.
47 (Ada Tasks): Adjust to refer to thread IDs.
48 (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
49 Commands, GDB/MI Variable Objects): Update to mention global
50 thread IDs.
51 * guile.texi (Breakpoints In Guile)
52 <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
53 global thread IDs instead of thread IDs.
54 * python.texi (Threads In Python): Adjust documentation of
55 InferiorThread.num.
56 (Breakpoint.thread): Mention global thread IDs instead of thread
57 IDs.
58
59 2016-01-13 Pedro Alves <palves@redhat.com>
60
61 * python.texi (Threads In Python): Document
62 InferiorThread.inferior.
63
64 2016-01-13 Pedro Alves <palves@redhat.com>
65
66 * gdb.texinfo (Inferiors and Programs): Document the $_inferior
67 convenience variable.
68 (Convenience Vars): Likewise.
69
70 2016-01-12 Josh Stone <jistone@redhat.com>
71 Philippe Waroquiers <philippe.waroquiers@skynet.be>
72
73 * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
74 (Stop Reply Packets): List the syscall entry and return stop reasons.
75 (General Query Packets): Describe QCatchSyscalls, and add it to the
76 table and the detailed list of stub features.
77
78 2016-01-12 Pedro Alves <palves@redhat.com>
79
80 Remove use of the registered trademark symbol throughout.
81
82 2016-01-12 Yao Qi <yao.qi@linaro.org>
83
84 * gdb.texinfo (Interrupts): Update the document on handling
85 interrupt when program is stopped.
86
87 2015-12-11 Don Breazeal <donb@codesourcery.com>
88
89 * gdb.texinfo (Forks): Correct Linux kernel version where
90 fork and exec events are supported, add notes about support
91 of these events in target remote mode.
92 (Connecting): Reorganize and clarify distinctions between
93 target remote, extended-remote, and multiprocess.
94 Reorganize related text from separate sections into new
95 sections.
96 (Server): Note effects of target extended-remote mode.
97 Delete section on Multi-Process Mode for gdbserver.
98 Move some text to "Connecting" node.
99
100 2015-12-10 Pedro Alves <palves@redhat.com>
101
102 * gdb.texinfo (Threads): Replace warning with explanation
103 about single-threaded programs.
104
105 2015-12-10 Pedro Alves <palves@redhat.com>
106
107 * gdb.texinfo (Threads): Remove mention of SGI.
108 (Forks): Remove mention of HP-UX.
109 (Breakpoints): Remove mention of HP-UX.
110 (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
111 Reword in terms of architectures.
112 (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
113 mention supported systems.
114 (Convenience Vars): Don't mention HP-UX.
115 (Jumping): Remove mention of HP-UX in comment.
116 (Files) <shared libraries>: Update supported shared library types
117 list. Remove mention of HP-UX.
118 (Native): Remove HP-UX subsection.
119 (SVR4 Process Information): Remove mention of HP-UX.
120
121 2015-12-10 Pedro Alves <palves@redhat.com>
122
123 * gdb.texinfo (Stack): Reorder menu.
124
125 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
126
127 * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
128 -var-set-format's new zero-hexadecimal format.
129
130 2015-12-08 Pierre-Marie de Rodat <derodat@adacore.com>
131
132 * gdb.texinfo (Ada Mode Into): Move overloading support
133 description to its own node.
134 (Overloading support for Ada): New node.
135
136 2015-11-30 Pedro Alves <palves@redhat.com>
137
138 PR 14618
139 * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
140 (Remote Configuration): Add the "set/show remote
141 no-resumed-stop-reply" to the available settings table.
142 (General Query Packets): Document the "no-resumed" qSupported
143 feature.
144
145 2015-11-30 Pedro Alves <palves@redhat.com>
146
147 * gdb.texinfo (Remote Configuration): List "set/show remote
148 thread-events" command in configuration table.
149 (Stop Reply Packets): Document "T05 create" stop
150 reason and 'w' stop reply.
151 (General Query Packets): Document QThreadEvents packet. Document
152 QThreadEvents qSupported feature.
153
154 2015-11-30 Pedro Alves <palves@redhat.com>
155
156 * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
157 anchor.
158 (Packets): Document vCtrlC.
159
160 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
161
162 * gdb.texinfo (Thread List Format): Mention thread names.
163
164 2015-11-24 Pedro Alves <palves@redhat.com>
165
166 PR 17539
167 * gdb.texinfo (Inferiors and Programs): Adjust "maint info
168 program-spaces" example to ascending order listing.
169 (Threads): Adjust "info threads" example to ascending order
170 listing.
171 (Forks): Adjust "info inferiors" example to ascending order
172 listing.
173
174 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
175
176 * gdb.texinfo (Process Record and Replay): Document "record
177 instruction-history" modifiers.
178
179 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
182 description.
183 (Frame Filter Management): Move to later in the 'Examining the
184 Stack' chapter.
185 (Selection): Add entry for 'select-frame'.
186
187 2015-09-25 Doug Evans <dje@google.com>
188
189 * gdb.texinfo (Process Record and Replay): Fix syntax of
190 "record instruction-history begin, end" and
191 "record function-call-history begin, end".
192
193 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
194
195 * gdb.texinfo (Specifying Source Directories): Fix
196 substitute-path example.
197
198 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
199
200 * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
201
202 2015-09-15 Pedro Alves <palves@redhat.com>
203
204 PR remote/18965
205 * gdb.texinfo (Stop Reply Packets): Revert previous change to
206 the vforkdone description.
207
208 2015-09-15 Pedro Alves <palves@redhat.com>
209
210 PR remote/18965
211 * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
212 part indicates the thread ID of the parent process.
213
214 2015-09-15 Yao Qi <yao.qi@linaro.org>
215
216 * gdb.texinfo (General Query Packets): Add vContSupported to
217 tables of 'gdbfeatures' and 'stub features' supported in the
218 qSupported packet, as well as to the list containing stub
219 feature details.
220
221 2015-09-11 Don Breazeal <donb@codesourcery.com>
222
223 * gdb.texinfo (Remote Configuration): Add exec event
224 feature to table of packet settings.
225 (Stop Reply Packets): Add exec events to the list of stop
226 reasons.
227 (General Query Packets): Add exec events to tables of
228 'gdbfeatures' and 'stub features' supported in the qSupported
229 packet, as well as to the list containing stub feature
230 details.
231
232 2015-08-24 Pedro Alves <palves@redhat.com>
233
234 * gdb.texinfo (Remote Configuration): Document the "set/show
235 remote multiprocess-extensions-packet" commands.
236
237 2015-08-24 Pedro Alves <palves@redhat.com>
238
239 * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
240 <M32R>: Remove references to M32R/D.
241 <M68K>: Remove references to target dbug.
242 <MIPS Embedded>: Remove references to target r3900 and target
243 array.
244 <PowerPC Embedded>: Remove references to target dink32 and target
245 ppcbug, target sds
246 <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
247
248 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
251
252 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
255
256 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.texinfo (Maintenance Commands): Move documentation of "main
259 info bfds" to...
260 (File Caching): A New section. Outline bfd caching, and add new
261 description for "main set/show bfd-sharing".
262
263 2015-08-14 Doug Evans <xdje42@gmail.com>
264
265 * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
266 disassembly.
267 (GDB/MI Data Manipulation): Update docs for new disassembly modes.
268
269 2015-08-11 Keith Seitz <keiths@redhat.com>
270
271 * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
272 Use "location(s)"instead of "linespec(s)".
273 (Specifying a Location): Rewrite.
274 Add subsections describing linespec, address, and explicit locations.
275 Add node/menu for each subsection.
276 (Source and Machine Code, C Preprocessor Macros)
277 (Create and Delete Trace points)
278 (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
279 (Continuing at a Different Address): Remove "linespec" examples.
280 Add reference to "Specify a Location"
281 (The -break-insert Command): Rewrite. Add anchor.
282 Add reference to appropriate manual section discussing locations.
283 (The -dprintf-insert Command): Refer to -break-insert for
284 specification of 'location'.
285
286 2015-08-07 Pedro Alves <palves@redhat.com>
287
288 * gdb.texinfo (Maintenance Commands): Document "maint set/show
289 target-non-stop".
290
291 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
292
293 * gdb.texinfo (Process Record and Replay): Document prefixing of
294 speculatively executed instructions in the "record instruction-history"
295 command.
296
297 2015-07-20 Doug Evans <dje@google.com>
298
299 * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
300
301 2015-07-16 Doug Evans <dje@google.com>
302
303 * stabs.texinfo: @include gdb-cfg.texi.
304
305 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
306
307 Revert the previous 2 commits:
308 gdbserver build-id attribute generator
309 Validate symbol file using build-id
310
311 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
312
313 * gdb.texinfo (Files): Add 'set validate-build-id'
314 and 'show validate-build-id'.
315
316 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
317 Jan Kratochvil <jan.kratochvil@redhat.com>
318
319 gdbserver build-id attribute generator.
320 * gdb.texinfo (Library List Format for SVR4 Targets): Add
321 'build-id' in description, example, new attribute in dtd.
322
323 2015-07-08 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.texinfo (Selection): Update documentation for 'frame'
326 command.
327
328 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
329
330 * gdb.texinfo (Maintenance Commands): Document "maint btrace"
331 commands.
332
333 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
334
335 * gdb.texinfo (Process Record and Replay): Spell out that variables
336 and registers are not available during btrace replay.
337 Describe the new "record btrace pt" command.
338 Describe the new "set|show record btrace pt buffer-size" options.
339 (General Query Packets): Describe the new Qbtrace:pt and
340 Qbtrace-conf:pt:size packets.
341 Expand "bts" to "Branch Trace Store".
342 Update the branch trace DTD.
343
344 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
345
346 * gdb.texinfo (Command History): Document the new option
347 "history remove-duplicates".
348
349 2015-06-19 Doug Evans <dje@google.com>
350
351 * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
352 longer supported.
353
354 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
355
356 * gdb.texinfo (Command History): Mention that setting
357 GDBHISTSIZE to the empty string disables history truncation.
358
359 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
360
361 PR gdb/16999
362 * gdb.texinfo (Command History): Mention new GDBHISTSIZE
363 behavior.
364
365 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
366
367 * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
368 with GDBHISTSIZE.
369
370 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
371
372 * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
373 bytes and memory units for -data-{read,write}-memory-bytes.
374 (Packets): Same for m, M and X packets.
375 * python.texi (Inferiors In Python): Same for read_memory and
376 write_memory.
377
378 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
379
380 * gdb.texinfo (Separate Debug Files): Document that PE is also
381 supported.
382
383 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
386 single table entry.
387
388 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
389
390 * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
391
392
393 2015-06-10 Gary Benson <gbenson@redhat.com>
394
395 * gdb.texinfo (Remote Configuration): Document the
396 "set/show remote hostio-setfs-packet" command.
397 (Host I/O Packets): Document the vFile:setfs packet.
398
399 2015-06-10 Gary Benson <gbenson@redhat.com>
400
401 * gdb.texinfo (Debugging Output): Document the "set/show debug
402 linux-namespaces" command.
403
404 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
405 Mircea Gherzan <mircea.gherzan@intel.com>
406
407 * gdb.texinfo (i386): Add documentation about "show mpx bound"
408 and "set mpx bound".
409
410 2015-05-27 Doug Evans <dje@google.com>
411
412 * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
413
414 2015-05-26 Doug Evans <dje@google.com>
415
416 * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
417 command renamings.
418 (Maintenance Commands): Update for DWARF "set debug" command renamings.
419
420 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
423
424 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
427 (TUI Commands): Add 'tui enable' and 'tui disable' details.
428
429 2015-05-16 Doug Evans <xdje42@gmail.com>
430
431 * guile.texi (Memory Ports in Guile): Document support for unbuffered
432 memory ports.
433
434 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 * gdb.texinfo (Compiling and Injecting Code): Add compile print.
437
438 2015-05-12 Don Breazeal <donb@codesourcery.com>
439
440 * gdb.texinfo (Forks): Note that fork debugging is
441 supported in extended mode.
442 (Remote Configuration): Add fork event features to table
443 of packet settings.
444 (Stop Reply Packets): Add fork events to list of stop reasons.
445 (General Query Packets): Add fork events to tables of
446 'gdbfeatures' and 'stub features' supported in the qSupported
447 packet, as well as to the list containing stub feature
448 details.
449
450 2015-05-12 Gary Benson <gbenson@redhat.com>
451
452 * gdb.texinfo (General Query Packets): Document
453 qXfer:exec-file:read with empty annex.
454
455 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
456
457 * python.texi (Values From Inferior): Add descriptions of new
458 methods gdb.Value.reference_value and gdb.Value.const_value.
459
460 2015-05-06 Joel Brobecker <brobecker@adacore.com>
461
462 * gdb.texinfo (Files): Add "info dll" documentation.
463 (Cygwin Native): Remove "info dll" documentation.
464
465 2015-04-29 Doug Evans <dje@google.com>
466
467 * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
468 Document.
469 (Writing an Xmethod): Add get_result_type to example.
470
471 2015-04-28 Sasha Smundak <asmundak@google.com>
472
473 * python.texi: New method documented.
474
475 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
478 format.
479
480 2015-04-24 Doug Evans <dje@google.com>
481
482 * python.texi (Xmethods In Python): Fix name of method to call the
483 xmethod.
484
485 2015-04-17 Gary Benson <gbenson@redhat.com>
486
487 * gdb.texinfo (Connecting to a Remote Target): Mention that
488 GDB can access program files from remote targets that support
489 qXfer:exec-file:read and Host I/O packets.
490
491 2015-04-17 Gary Benson <gbenson@redhat.com>
492
493 * gdb.texinfo (Remote Configuration): Document the "set/show
494 remote pid-to-exec-file-packet" command.
495 (General Query Packets): Document the qXfer:exec-file:read
496 qSupported features. Document the qXfer:exec-file:read packet.
497
498 2015-04-17 Gary Benson <gbenson@redhat.com>
499
500 * gdb.texinfo (set sysroot): Document that "set sysroot" also
501 applies to executable paths if supplied to GDB as absolute.
502
503 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
504
505 * gdb.texinfo (Mode Options): Remove -xdb.
506
507 2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
508 Eli Zaretskii <eliz@gnu.org>
509
510 * gdb.texinfo (Compiling and Injecting Code): Describe set debug
511 compile, show debug compile. New subsection Compilation options for
512 the compile command. New subsection Compiler search for the compile
513 command.
514
515 2015-04-09 Andy Wingo <wingo@igalia.com>
516
517 * guile.texi (Frames In Guile): Describe frame-read-register.
518
519 2015-04-02 Gary Benson <gbenson@redhat.com>
520
521 * gdb.texinfo (set sysroot): Document "target:".
522
523 2015-04-01 Sasha Smundak <asmundak@google.com>
524
525 * doc/python.texi (Writing a Frame Unwinder in Python): Add
526 section.
527
528 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
529
530 PR corefiles/16092
531 * gdb.texinfo (gcore): Mention new command 'set
532 use-coredump-filter'.
533 (set use-coredump-filter): Document new command.
534
535 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
536
537 * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
538 documentation, reorder the info os entries in alphabetical order.
539
540 2015-03-26 Simon Marchi <simon.marchi@ericsson.com>
541
542 * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
543 -data-write-memory-bytes.
544
545 2015-03-24 Pedro Alves <palves@redhat.com>
546
547 * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
548 mention that threads may sometimes run unlocked.
549
550 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
551
552 * gdb.texinfo (Remote configuration): Document "set/show
553 serial parity" command.
554
555 2015-03-18 Gary Benson <gbenson@redhat.com>
556
557 * gdb.texinfo (General Query Packets): Remove documentation
558 for now-removed vFile:fstat qSupported features.
559
560 2015-03-11 Gary Benson <gbenson@redhat.com>
561
562 * gdb.texinfo (Remote Configuration): Document the
563 "set/show remote hostio-fstat-packet" command.
564 (General Query Packets): Document the vFile:fstat
565 qSupported features.
566 (Host I/O Packets): Document the vFile:fstat packet.
567
568 2015-03-11 Andy Wingo <wingo@igalia.com>
569
570 * guile.texi (Objfiles In Guile): Document objfile-progspace.
571
572 2015-03-04 Pedro Alves <palves@redhat.com>
573
574 * gdb.texinfo (Remote Configuration): Document the "set/show
575 remote swbreak-feature-packet" and "set/show remote
576 hwbreak-feature-packet" commands.
577 (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
578 decription.
579 (Stop Reply Packets): Document the swbreak and hwbreak stop
580 reasons.
581 (General Query Packets): Document the swbreak and hwbreak
582 qSupported features.
583 (Remote Non-Stop): Explain that swbreak and hwbreak are required.
584
585 2015-03-03 Philippe Proulx <eeppeliteloop@gmail.com>
586
587 * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
588 under *stopped.
589
590 2015-03-02 Doug Evans <xdje42@gmail.com>
591
592 * gdb.texinfo (Specify Location): Fix syntax of filename:function.
593
594 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
595
596 * gdb.texinfo (S/390 and System z Features): Describe new feature
597 "org.gnu.gdb.s390.vx".
598
599 2015-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
600
601 PR gdb/18008
602 * gdb.texinfo (maint internal-error, maint internal-warning, maint
603 demangler-warning): Fix typo ("problam").
604
605 2015-02-19 David Taylor <dtaylor@emc.com>
606
607 * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
608
609 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
610
611 * gdb.texinfo (Static Probe Points): Add cindex `static probe
612 point, DTrace'.
613 (Static Probe Points): Modified to cover DTrace probes in addition
614 to SystemTap probes. Also modified to cover the `enable probe'
615 and `disable probe' commands.
616
617 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
618
619 * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
620 `disable probe' commands.
621
622 2015-02-12 David Taylor <dtaylor@emc.com>
623
624 * gdb.texinfo (Tracepoint Packets): Document the builtin and name
625 fields of the QTDV packet.
626
627 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
628
629 * gdb.texinfo (Branch Trace Configuration Format): Add size.
630 (Process Record and Replay): Describe new set|show commands.
631 (General Query Packets): Describe Qbtrace-conf:bts:size packet.
632
633 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
634
635 * gdb.texinfo (Process Record and Replay): Describe the "record
636 btrace bts" command.
637 (General Query Packets): Describe qXfer:btrace-conf:read packet.
638 (Branch Trace Configuration Format): New.
639
640 2015-01-31 Gary Benson <gbenson@redhat.com>
641 Doug Evans <dje@google.com>
642
643 * gdb.texinfo (Command Completion): Document new
644 "set/show max-completions" option.
645
646 2015-01-31 Doug Evans <xdje42@gmail.com>
647
648 * gdb.texinfo (Symbols): Document new commands
649 "maint print symbol-cache", "maint print symbol-cache-statistics",
650 "maint flush-symbol-cache". Document new option
651 "maint set symbol-cache-size".
652
653 2015-01-31 Doug Evans <xdje42@gmail.com>
654
655 * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
656 distinguish script files vs inlined scripts.
657 * python.texi (Python Auto-loading): Ditto.
658
659 2015-01-30 Doug Evans <dje@google.com>
660
661 * gdb.texinfo (Symbols) <info source>: Output now contains producer
662 string if present.
663
664 2015-01-27 Doug Evans <dje@google.com>
665
666 * python.texi (Objfiles In Python): Document Objfile.username.
667
668 2015-01-27 Doug Evans <dje@google.com>
669
670 * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
671 * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
672
673 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 * gdb.texinfo (Threads): Describe -ascending for thread apply all.
676
677 2015-01-16 Eli Zaretskii <eliz@gnu.org>
678
679 * doc/gdb.texinfo (TUI Commands): Document the possible
680 values of NAME argument to 'winheight' command. Explain the
681 effect of 'tabset' setting better.
682
683 2015-01-11 Doug Evans <xdje42@gmail.com>
684
685 PR gdb/15830
686 * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
687 (Symbols): Ditto.
688 (Maintenance Commands): Delete docs for "maint demangle".
689
690 2014-12-31 Joel Brobecker <brobecker@adacore.com>
691
692 * gdb.texinfo (Files): Remove documentation of the
693 "add-shared-symbol-files" and "assf" commands.
694 (Cygwin Native): Remove documentation of the "dll-symbols"
695 command.
696
697 2014-12-17 Doug Evans <xdje42@gmail.com>
698
699 * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
700
701 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
702 Jan Kratochvil <jan.kratochvil@redhat.com>
703
704 * gdb.texinfo (Altering): Update.
705 (Compiling and Injecting Code): New node.
706
707 2014-12-12 Doug Evans <dje@google.com>
708
709 * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
710
711 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
712
713 * gdb.texinfo: Document "maint print user-registers".
714
715 2014-12-08 Doug Evans <dje@google.com>
716
717 * python.texi (Objfiles In Python): Document Objfile.owner.
718
719 2014-12-04 Doug Evans <dje@google.com>
720
721 * python.texi (Objfiles In Python): Document
722 Objfile.add_separate_debug_file.
723
724 2014-12-04 Doug Evans <dje@google.com>
725
726 * python.texi (Objfiles In Python): Document Objfile.build_id.
727
728 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
729
730 * python.texi (Events In Python): Document new events
731 InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
732 and RegisterChangedEvent.
733
734 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
735
736 Add add-auto-load-scripts-directory.
737 * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
738 (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
739
740 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
741
742 * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
743 description typo.
744
745 2014-10-30 Doug Evans <dje@google.com>
746
747 * python.texi (Progspaces In Python): Document ability to add
748 random attributes to gdb.Progspace objects.
749 (Objfiles In Python): Document ability to add random attributes to
750 gdb.objfile objects.
751
752 2014-10-27 Pedro Alves <palves@redhat.com>
753
754 * gdb.texinfo (Continuing and Stepping): Add cross reference to
755 info on stepping and signal handlers.
756 (Signals): Explain stepping and signal handlers. Add context
757 index entry, and cross references.
758
759 2014-10-20 Simon Marchi <simon.marchi@ericsson.com>
760
761 * python.texi (Breakpoints In Python): Add parenthesis after
762 Breakpoint.delete. Clarify Breakpoint.enabled description so
763 that it contains "disable".
764
765 2014-10-17 Doug Evans <dje@google.com>
766
767 * python.texi (Events In Python): Document clear_objfiles event.
768
769 2014-10-17 Doug Evans <dje@google.com>
770
771 * python.texi (Objfiles In Python): Document new progspace attribute.
772
773 2014-10-17 Pedro Alves <palves@redhat.com>
774
775 * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
776 (SVR4 Process Information): Delete mention of OSF/1.
777
778 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
779
780 * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
781 exit-code field in -list-thread-groups output.
782
783 2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
784
785 * gdb.texinfo (Set Breaks): Add missing "@end table".
786
787 2014-09-22 Pedro Alves <palves@redhat.com>
788
789 * gdb.texinfo (Set Breaks): Document that "set breakpoint
790 always-inserted off" is the default mode now. Delete
791 documentation of "set breakpoint always-inserted auto".
792
793 2014-09-18 Doug Evans <dje@google.com>
794
795 * python.texi (Symbol Tables In Python): Document "producer"
796 attribute of gdb.Symtab objects.
797
798 2014-09-16 Pedro Alves <palves@redhat.com>
799
800 * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
801 (Embedded OS): Remove VxWorks menu entry.
802 (VxWorks): Remove node.
803
804 2014-09-13 Doug Evans <xdje42@gmail.com>
805
806 * gdb.texinfo (Signaling): Document new queue-signal command.
807
808 2014-09-06 Doug Evans <xdje42@gmail.com>
809
810 PR 15276
811 * gdb.texinfo (Convenience Funs): Document $_caller_is,
812 $_caller_matches, $_any_caller_is, $_any_caller_matches.
813
814 2014-09-03 Justin Lebar <jlebar@google.com>
815
816 * python.texi (Types In Python): Type.template_argument(n) returns a
817 gdb.Value or a gdb.Type and throws an exception if n is out of
818 range.
819
820 2014-09-03 Sasha Smundak <asmundak@google.com>
821
822 * python.texi (Frames in Python): Add read_register description.
823
824 2014-08-04 Tom Tromey <tromey@redhat.com>
825
826 * gdb.texinfo (Debugging Output): Update for change to "set debug
827 target".
828
829 2014-08-01 Masaki Muranaka <monaka@monami-software.com>
830
831 Pushed by Joel Brobecker <brobecker@adacore.com>.
832 * Makefile.in (transform): New variable.
833 (install-man1, install-man5): Apply $(transform) to man file names.
834
835 2014-07-26 Doug Evans <xdje42@gmail.com>
836
837 PR guile/17177
838 * guile.texi (Guile Pretty Printing API): Fix typo.
839 Document set-pretty-printers!, pretty-printers.
840 (Selecting Guile Pretty-Printers): Update.
841 Mention program-space based pretty-printers.
842
843 2014-07-25 Pedro Alves <palves@redhat.com>
844 Eli Zaretskii <eliz@gnu.org>
845
846 * gdb.texinfo (Signaling) <signal command>: Explain what happens
847 with multi-threaded programs.
848
849 2014-06-27 Yao Qi <yao@codesourcery.com>
850
851 * gdb.texinfo (Maintenance Commands): Update the output of
852 'maint print dummy-frames' command.
853
854 2014-06-24 Eli Zaretskii <eliz@gnu.org>
855
856 * gdb.texinfo (Screen Size): Improve indexing.
857
858 2014-06-19 Gary Benson <gbenson@redhat.com>
859
860 * gdb.texinfo (Maintenance Commands): Document new
861 "maint set/show catch-demangler-crashes" option.
862
863 2014-06-19 Gary Benson <gbenson@redhat.com>
864
865 * gdb.texinfo (Maintenance Commands): Document new
866 "maint demangler-warning" command and new
867 "maint set/show demangler-warning" option.
868
869 2014-06-09 Siva Chandra Reddy <sivachandra@google.com>
870
871 * python.texi (Xmethod API): Add space before the opening
872 parenthesis in function descriptions.
873
874 2014-06-06 Doug Evans <xdje42@gmail.com>
875
876 * guile.texi (Guile Configuration): Document guile-data-directory.
877
878 2014-06-06 Mingjie Xing <mingjie.xing@gmail.com>
879
880 * gdb.texinfo (Invoking GDB): Add -q and --quiet.
881
882 2014-06-04 Doug Evans <xdje42@gmail.com>
883
884 * guile.texi (Breakpoints In Guile): Update.
885
886 2014-06-03 Joel Brobecker <brobecker@adacore.com>
887
888 * python.texi (Xmethod API): Fix reference to "Progspaces In
889 Python".
890
891 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
892
893 * python.texi (Xmethods In Python, XMethod API)
894 (Writing an Xmethod): New nodes.
895 (Python API): New menu entries "Xmethods In Python",
896 "Xmethod API", "Writing an Xmethod".
897
898 2014-06-02 Doug Evans <xdje42@gmail.com>
899
900 * guile.texi (Guile API): Add entry for Parameters In Guile.
901 (GDB Scheme Data Types): Mention <gdb:parameter> object.
902 (Parameters In Guile): New node.
903
904 2014-06-02 Doug Evans <xdje42@gmail.com>
905
906 * guile.texi (Guile API): Add entry for Commands In Guile.
907 (Basic Guile) <parse-and-eval>: Add reference.
908 (Basic Guile) <string->argv>: Move definition to Commands In Guile.
909 (GDB Scheme Data Types): Mention <gdb:command> object.
910 (Commands In Guile): New node.
911
912 2014-06-02 Doug Evans <xdje42@gmail.com>
913
914 * guile.texi (Guile API): Add entry for Progspaces In Guile.
915 (GDB Scheme Data Types): Mention <gdb:progspace> object.
916 (Progspaces In Guile): New node.
917
918 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
919
920 * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
921 * python.texi (Frames In Python): Mention
922 gdb.FRAME_UNWIND_MEMORY_ERROR.
923
924 2014-05-29 Pedro Alves <palves@redhat.com>
925 Tom Tromey <tromey@redhat.com>
926
927 * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
928 from example.
929 (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
930 Mention that target-async is now deprecated.
931 (Maintenance Commands): Document maint set/show target-async.
932
933 2014-05-29 Pedro Alves <palves@redhat.com>
934
935 * observer.texi (sync_execution_done, command_error): New
936 subjects.
937
938 2014-05-29 Pedro Alves <palves@redhat.com>
939
940 PR gdb/13860
941 * observer.texi (signal_received, end_stepping_range)
942 (signal_exited, exited, no_history): New observer subjects.
943
944 2014-05-26 Andy Wingo <wingo@igalia.com>
945
946 * guile.texi (GDB Scheme Data Types): Remove documentation for
947 removed interfaces. Update spelling of gdb-object-kind.
948
949 2014-05-26 Andy Wingo <wingo@igalia.com>
950
951 * guile.texi (Basic Guile): Fix some typos.
952
953 2014-05-26 Andy Wingo <wingo@igalia.com>
954
955 * guile.texi (Writing a Guile Pretty-Printer)
956 (Guile Types Module): Fix excess parentheses in use-modules forms.
957
958 2014-05-24 Eli Zaretskii <eliz@gnu.org>
959
960 * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
961 (Breakpoints In Guile, Guile Printing Module)
962 (Guile Exception Handling, Values From Inferior In Guile)
963 (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
964 Don't use @var at the beginning of a sentence.
965
966 * gdb.texinfo (Frame Filter Management, Trace Files)
967 (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
968 (PowerPC Embedded, Define, Annotations for Running)
969 (IPA Protocol Commands, Packets, General Query Packets)
970 (Tracepoint Packets, Notification Packets, Environment)
971 (Inferiors and Programs, Set Breaks, Set Catchpoints)
972 (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
973 (Frames, Backtrace, Selection, Expressions, Registers)
974 (Trace State Variables, Built-In Func/Proc, Signaling, Files)
975 (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
976 (Source Annotations, Using JIT Debug Info Readers, Packets)
977 (Stop Reply Packets, Host I/O Packets)
978 (Target Description Format): Don't use @var at the beginning of a
979 sentence.
980
981 * python.texi (Basic Python, Types In Python)
982 (Commands In Python, Frames In Python, Line Tables In Python)
983 (Breakpoints In Python, gdb.printing, gdb.types)
984 (Type Printing API): Don't use @var at the beginning of a
985 sentence.
986
987 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
988
989 * gdb.texinfo (Process Record and Replay): Document "set/show btrace
990 replay-memory-access".
991
992 2014-05-21 Pedro Alves <palves@redhat.com>
993
994 * gdb.texinfo (Starting): Document "set/show
995 auto-connect-native-target".
996 (Target Commands): Document "target native".
997
998 2014-05-20 Pedro Alves <palves@redhat.com>
999
1000 * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1001 not be remote specific. Add cross reference to the qCRC packet.
1002 (Separate Debug Files): Update cross reference to the qCRC packet.
1003 (General Query Packets) <qCRC packet>: Add anchor.
1004
1005 2014-05-17 Doug Evans <xdje42@gmail.com>
1006
1007 Copy over changes from guile.texi.
1008 * python.texi (Basic Python) <gdb.execute>: Add text.
1009 (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1010 (Values From Inferior) <Python string>: Add text.
1011 (Values From Inferior) <Value.string>: Clarify string length handling.
1012 (Pretty Printing API): Add cindex.
1013 (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1014 Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
1015 @vindex.
1016 (Commands In Python) <COMPLETE_*>: Similarly.
1017 (Symbols In Python) <SYMBOL_*>: Similarly.
1018 (Breakpoints In Python) <WP_*>: Similarly.
1019 (Breakpoints In Python) <BP_*>: Similarly.
1020
1021 2014-05-17 David Taylor <dtaylor@emc.com>
1022
1023 * gdb.texinfo (General Query Packets): Add a note about thread IDs
1024 mentioned in the qfThreadInfo reply.
1025
1026 2014-05-16 Doug Evans <dje@google.com>
1027
1028 * gdb.texinfo (Mode Options): Add -D.
1029
1030 2014-05-09 Samuel Bronson <naesten@gmail.com>
1031
1032 * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1033 "make -C".
1034
1035 2014-04-29 Tom Tromey <tromey@redhat.com>
1036
1037 * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1038 "show debug varobj".
1039
1040 2014-05-01 David Taylor <dtaylor@emc.com>
1041
1042 * gdb.texinfo (compare-sections): Document the new -r (read-only)
1043 option.
1044
1045 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1046 Walfred Tedeschi <walfred.tedeschi@intel.com>
1047
1048 * gdb.texinfo (i386 Features): Add description of AVX512
1049 registers.
1050
1051 2014-03-31 Doug Evans <dje@google.com>
1052
1053 * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1054
1055 2014-03-30 Doug Evans <dje@google.com>
1056
1057 * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1058 (Background Execution): Ditto.
1059
1060 2014-03-21 Pedro Alves <palves@redhat.com>
1061 Stan Shebs <stan@codesourcery.com>
1062 Hui Zhu <hui@codesourcery.com>
1063
1064 * gdb.texinfo (Packets): Add anchor to "? packet".
1065 Remove fixme and update introduction of "k packet".
1066 Add anchor to "vKill packet".
1067
1068 2014-03-12 Stan Shebs <stan@codesourcery.com>
1069
1070 * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1071
1072 2014-02-26 Ludovic Courtès <ludo@gnu.org>
1073
1074 * guile.texi (Basic Guile): Document 'history-append!'.
1075
1076 2014-02-20 Joel Brobecker <brobecker@adacore.com>
1077
1078 * gdb.texinfo (Files): Document "add-shared-symbol-files"
1079 and "assf" as being deprecated.
1080 (Cygwin Native): Likewise for "dll-symbols".
1081 (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1082 as a way to force the loading of symbols from a DLL.
1083
1084 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
1085
1086 * python.texi (Values From Inferior): Add description about the
1087 new feature.
1088
1089 2014-02-17 Doug Evans <xdje42@gmail.com>
1090
1091 * Makefile.in (GDB_DOC_FILES): Add python.texi.
1092 * gdb.texinfo (Python): Moved to ...
1093 * python.texi: ... here. New file.
1094
1095 2014-02-17 Ludovic Courtès <ludo@gnu.org>
1096
1097 * guile.texi (Writing a Guile Pretty-Printer) <example>:
1098 Remove 'string-begins-with' procedure. Add 'pretty-printer'
1099 parameter to 'str-lookup-function' procedure. Look for
1100 the "std::string<" prefix.
1101 (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1102 Adjust description.
1103
1104 2014-02-11 Tejas Belagod <tejas.belagod@arm.com>
1105
1106 * guile.texi (Values From Inferior In Guile): Remove stray
1107 parantheses for deffn.
1108 (Disassembly In Guile): Ditto.
1109
1110 2014-02-10 Stan Shebs <stan@codesourcery.com>
1111
1112 Add Doxygen support.
1113 * Makefile.in (doxy): New action, generates Doxygen files.
1114 (DOXYGEN): New.
1115 (doxyedit): New.
1116 * Doxyfile-base.in: New file.
1117 * Doxyfile-gdb-api.in: New file.
1118 * Doxyfile-gdb-xref.in: New file.
1119 * Doxyfile-gdbserver.in: New file.
1120 * doxy-index.in: New file.
1121 * filter-for-doxygen: New file.
1122 * filter-params.pl: New file.
1123
1124 2014-02-10 Doug Evans <xdje42@gmail.com>
1125
1126 * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1127 * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1128 (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1129 (Guile docs): Include guile.texi.
1130 (objfile-gdbdotext file): Add objfile-gdb.scm.
1131 (dotdebug_gdb_scripts section): Mention Guile scripts.
1132 (Multiple Extension Languages): New node.
1133 * guile.texi: New file.
1134
1135 2014-01-28 Joel Brobecker <brobecker@adacore.com>
1136
1137 * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1138 ignore-descriptive-types". commands.
1139
1140 2014-01-22 Doug Evans <dje@google.com>
1141
1142 * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1143 (gdbserver man): Ditto.
1144
1145 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1146
1147 * gdb.texinfo: Document limited reverse/replay support
1148 for target record-btrace.
1149
1150 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1151
1152 * gdb.texinfo (Process Record and Replay): Update documentation.
1153
1154 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1155
1156 * gdb.texinfo (Process Record and Replay): Document new /c
1157 modifier accepted by "record function-call-history".
1158 Add /i modifier to "record function-call-history" example.
1159
1160 2014-01-15 Yuanhui Zhang <asmwarrior@gmail.com>
1161 Joel Brobecker <brobecker@adacore.com>
1162
1163 * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1164 markers. Remove one that was misplaced.
1165
1166 2014-01-10 Pedro Alves <palves@redhat.com>
1167
1168 * gdb.texinfo (Your Program's Environment) <set environment>:
1169 Mention the shell, and point at 'set exec-wrapper'.
1170
1171 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1172
1173 * gdb.texinfo (Types In Python): Document new attribute Types.name.
1174
1175 2013-12-30 Joel Brobecker <brobecker@adacore.com>
1176
1177 * gdb.texinfo (Types In Python): Clarify the documentation
1178 of attribute gdb.Field.bitpos.
1179
1180 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1181
1182 * gdb.texinfo (Types In Python): Fix the documentation of
1183 attribute "bitpos" in class gdb.Field for enum types. Add
1184 documentation for attribute "enumval" in that same class.
1185
1186 2013-12-28 Joel Brobecker <brobecker@adacore.com>
1187
1188 * gdb.texinfo (GDB/MI Support Commands): Change @table into
1189 @ftable.
1190
1191 2013-12-23 Doug Evans <xdje42@gmail.com>
1192
1193 * gdb.texinfo (Auto-loading): Move menu up. Move discussion of
1194 auto-loaded objfile scripts and .debug_gdb_scripts section to their
1195 corresponding section in Extending GDB.
1196 (Extending GDB): Move menu up. New menu item "Auto-loading
1197 extensions".
1198 (Sequences): New menu item "Auto-loading sequences".
1199 (Auto-loading sequences): New node.
1200 (Python): Rename section from Scripting GDB to Extending GDB.
1201 (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1202 Move docs on ways to auto-load extensions to ...
1203 (Auto-loading extensions): ... here. New node.
1204
1205 2013-12-23 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1208 in menu.
1209 (GDB/MI Variable Objects): Adjust reference to "-list-features"
1210 command, now in a new node.
1211 (GDB/MI Support Commands): New node, with its contents being
1212 extracted from the "GDB/MI Miscellaneous Commands" node.
1213 A small paragraph introducing the section is also added at
1214 the start.
1215 (GDB/MI Miscellaneous Commands): Delete the description of the
1216 -info-gdb-mi-command, -list-features and -list-target-features
1217 commands, now hosted in the "GDB/MI Support Commands" node.
1218
1219 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1220
1221 PR python/16113
1222 * gdb.texinfo (Values From Inferior): Add a note about using
1223 gdb.Field objects as subscripts on gdb.Value objects.
1224 (Types In Python): Add description about the new attribute
1225 "parent_type" of gdb.Field objects.
1226
1227 2013-12-12 Joel Brobecker <brobecker@adacore.com>
1228
1229 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1230 entry for section docuumenting the -list-features GDB/MI command.
1231
1232 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1233
1234 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1235 "exec-run-start-option" entry in the output of the "-list-features"
1236 command.
1237
1238 2013-12-04 Eli Zaretskii <eliz@gnu.org>
1239
1240 * gdb.texinfo (i386): Fix yesterday's commit.
1241
1242 2013-12-03 Tom Tromey <tromey@redhat.com>
1243
1244 * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1245 documented here.
1246
1247 2013-12-03 Tom Tromey <tromey@redhat.com>
1248
1249 * gdb.texinfo (@direntry): Add menu item for gdbserver.
1250
1251 2013-12-03 Walfred Tedeschi <walfred.tedeschi@intel.com>
1252
1253 * gdb.texinfo (i386 Features): Add MPX feature registers.
1254 (x86 Specific featuresx86 Architecture-specific Issues): Adds
1255 a subsubsection for MPX and describes the display of the
1256 boundary registers.
1257
1258 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1259
1260 * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1261 documentation of the "ada-exceptions" entry.
1262
1263 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1266 "^error" result record concerning the error message. Document
1267 the error code that may also be part of that result record.
1268 (GDB/MI Miscellaneous Commands): Document the
1269 "undefined-command-error-code" element in the output of
1270 the "-list-features" GDB/MI command.
1271
1272 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1273
1274 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1275 the new -info-gdb-mi-command GDB/MI command. Document
1276 the meaning of "-info-gdb-mi-command" in the output of
1277 -list-features.
1278
1279 2013-11-29 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1282 Update comment.
1283
1284 2013-11-24 Yao Qi <yao@codesourcery.com>
1285
1286 * gdb.texinfo (Caching Remote Data): Document new
1287 "set/show stack-cache" option.
1288
1289 2013-11-24 Yao Qi <yao@codesourcery.com>
1290
1291 * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1292 (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1293 "off" respectively.
1294
1295 2013-11-23 Yao Qi <yao@codesourcery.com>
1296
1297 * gdb.texinfo (GDB/MI Variable Objects): Add the description
1298 of "displayhint" to the table about child results.
1299
1300 2013-11-21 Yao Qi <yao@codesourcery.com>
1301
1302 * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1303 'dynamic' for the output of command -var-list-children.
1304
1305 2013-11-21 Yao Qi <yao@codesourcery.com>
1306
1307 * gdb.texinfo (Caching Target Data): Remove "see" before
1308 @pxref.
1309
1310 2013-11-20 Yao Qi <yao@codesourcery.com>
1311
1312 * gdb.texinfo (Caching Target Data): Update doc for
1313 per-address-space dcache.
1314
1315 2013-11-20 Yao Qi <yao@codesourcery.com>
1316
1317 * gdb.texinfo (Data): Rename menu item.
1318 (Caching Remote Data): Rename to ...
1319 (Caching Target Data): ... it. Update.
1320
1321 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1322
1323 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1324 "language-option" entry in the output of the "-list-features"
1325 command.
1326
1327 2013-11-15 Tom Tromey <tromey@redhat.com>
1328
1329 * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1330 Add example.
1331
1332 2013-11-14 Tom Tromey <tromey@redhat.com>
1333
1334 * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1335
1336 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1337
1338 * gdb.texinfo (Show): Add xref anchor for "show language" command.
1339 (Context management): Place current subsection text into its own
1340 subsubsection. Add new subsubsection describing the "--language"
1341 command option.
1342
1343 2013-11-13 Joel Brobecker <brobecker@adacore.com>
1344
1345 * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1346 the documentation of "info-ada-exceptions" in the output
1347 of the "-list-features" command. Add the documentation
1348 of the "ada-exception" entry instead.
1349
1350 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1351
1352
1353 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1354 word of a couple of sentences to start with a capital letter.
1355
1356 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1357
1358 * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1359 (Ada Exceptions): New node.
1360 (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1361 Commands" node.
1362 (GDB/MI Ada Exceptions Commands): New node.
1363 (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1364 field in the output of the "-list-features" command.
1365 * NEWS: Add entry for the new "info exceptions" CLI command,
1366 and for the new "-info-ada-exceptions" GDB/MI command.
1367
1368 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1369
1370 * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1371 (Line Tables In Python): New node.
1372
1373 2013-11-08 Doug Evans <dje@google.com>
1374
1375 * gdb.texinfo (Debugging Output): Update text for
1376 "set debug dwarf2-read".
1377
1378 2013-11-08 Doug Evans <dje@google.com>
1379
1380 * gdb.texinfo (Debugging Output): Update text for
1381 "set debug symtab-create".
1382
1383 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1384
1385 * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1386 constant.
1387
1388 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1389
1390 * gdb.texinfo (Breakpoints In Python): Document temporary
1391 option in breakpoint constructor, and add documentation to the
1392 temporary attribute.
1393
1394 2013-11-07 Yao Qi <yao@codesourcery.com>
1395
1396 * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1397 output of "-var-info-expression".
1398
1399 2013-11-06 Pedro Alves <palves@redhat.com>
1400
1401 * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1402 non-interactive mode.
1403 (Environment) <shell startup files warning>: Mention
1404 non-interactive mode. Mention .zshenv for Z shell, and talk about
1405 BASH_ENV instead of .bashrc for BASH.
1406
1407 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1408
1409 * gdb.texinfo (Commands to Specify Files): Add description
1410 of the remove-symbol-file command.
1411 * observer.texi: New free_objfile event
1412
1413 2013-10-24 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.texinfo (Starting): Document set/show startup-with-shell.
1416
1417 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1418
1419 * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1420 New subsection inside which the "-catch-load" and "-catch-unload"
1421 commands documentation is now placed.
1422 (Ada Exception GDB/MI Catchpoint Commands): New subsection
1423 documenting the "-catch-assert" and "-catch-exception" new
1424 GDB/MI commands.
1425
1426 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1429
1430 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1433 serial baud".
1434 (Remote Configuration): Replace "set remotebaud" by "set serial
1435 baud". Replace "show remotebaud" by "show serial baud".
1436
1437 2013-10-07 Pedro Alves <palves@redhat.com>
1438
1439 PR breakpoints/11568
1440 * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1441 when the thread is removed from the thread list.
1442
1443 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1444
1445 * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1446 Update entry for $_exitcode.
1447
1448 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1449
1450 * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1451 new "--start" option.
1452
1453 2013-10-02 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.texinfo (Registers): Expand description of saved registers
1456 in frames. Explain <not saved>.
1457
1458 2013-09-25 Doug Evans <dje@google.com>
1459
1460 * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1461
1462 2013-09-16 Stan Shebs <stan@codesourcery.com>
1463
1464 Remove the internals manual gdbint.texinfo.
1465 * Makefile.in (INFO_DEPS): Remove gdbint.info.
1466 (PDFFILES): Remove gdbint.pdf.
1467 (HTMLFILES): Remove gdbint/index.html.
1468 (HTMLFILES_INSTALL): Remove gdbint.
1469 (GDBINT_DOC_FILES): Remove.
1470 (dvi): Remove gdbint.dvi.
1471 (ps): Remove gdbint.ps.
1472 * gdbint.texinfo: Remove file.
1473 * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1474
1475 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1476
1477 * gdb.texinfo (Convenience Functions): Mention new convenience
1478 function $_isvoid.
1479
1480 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * gdb.texinfo (Decimal Floating Point format): Mention S/390.
1483 (Standard Target Features): Add new node to menu.
1484 (S/390 and System z Features): New node.
1485
1486 2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
1487
1488 * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
1489 -list-target-features in the example.
1490
1491 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1492
1493 * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
1494 mini_debuginfo. Strip binary before adding mini_debuginfo to it.
1495
1496 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1497
1498 Sync documentation with gdb.base/gnu-debugdata.exp.
1499 * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
1500
1501 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1502
1503 * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
1504
1505 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1506 Yao Qi <yao@codesourcery.com>
1507
1508 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
1509 Document new --skip-unavailable option.
1510 <-stack-list-variables>: Document new --skip-unavailable option.
1511
1512 2013-08-26 Doug Evans <dje@google.com>
1513
1514 * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
1515 an optional regexp.
1516
1517 2013-08-13 Tom Tromey <tromey@redhat.com>
1518
1519 * gdbint.texinfo (Testsuite): Use @table, not @itemize.
1520 Document GDB_PARALLEL and GDB_INOTIFY.
1521
1522 2013-08-09 Stan Shebs <stan@codesourcery.com>
1523
1524 * LRS: Remove file, describes a long-abandoned live-range
1525 splitting extension to stabs.
1526
1527 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1528
1529 * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
1530
1531 2013-07-17 Doug Evans <dje@google.com>
1532
1533 * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
1534
1535 2013-07-02 Tom Tromey <tromey@redhat.com>
1536
1537 * gdb.texinfo (Target Commands): Don't mention "target nrom".
1538
1539 2013-06-28 Tom Tromey <tromey@redhat.com>
1540
1541 * Makefile.in (version.subst): Use version.in, not
1542 common/version.in.
1543 * gdbint.texinfo (Versions and Branches, Releasing GDB):
1544 Likewise.
1545
1546 2013-06-27 Pedro Alves <palves@redhat.com>
1547
1548 * gdbint.texinfo (Algorithms) <Stepping over runtime loader
1549 dynamic symbol resolution code>: New section, based on infrun.c
1550 comment.
1551
1552 2013-06-26 Tom Tromey <tromey@redhat.com>
1553
1554 * gdbint.texinfo (Versions and Branches): Use common/version.in.
1555 Update.
1556 (Releasing GDB): Likewise.
1557
1558 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1559 Yao Qi <yao@codesourcery.com>
1560
1561 * gdb.texinfo (GDB/MI Tracepoint Commands): Document
1562 -trace-frame-collected.
1563
1564 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1565
1566 * gdb.texinfo (Traceframe Info Format): Document tvar element
1567 and its attributes.
1568
1569 2013-06-25 Yao Qi <yao@codesourcery.com>
1570
1571 * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
1572
1573 2013-06-24 Tom Tromey <tromey@redhat.com>
1574
1575 * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
1576 (GDBvn.texi): Use version.subst.
1577 (version.subst): New target.
1578 (mostlyclean): Remove version.subst.
1579
1580 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1581
1582 * gdb.texinfo (GDB/MI Data Manipulation)
1583 <-data-list-register-values>: Document the --skip-unavailable
1584 option.
1585
1586 2013-06-07 Yao Qi <yao@codesourcery.com>
1587
1588 * gdb.texinfo (Symbols): Add kindex and cindex for
1589 'maint print msymbols'.
1590
1591 2013-06-05 Simon Marchi <simon.marchi@ericsson.com> (tiny change)
1592
1593 * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
1594 response field name (thread-group to inferior).
1595
1596 2013-06-04 Gary Benson <gbenson@redhat.com>
1597
1598 * gdb.texinfo (General Query Packets/qSupported): Added
1599 "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
1600 to the table of currently defined stub features.
1601 Added a more detailed entry for "augmented-libraries-svr4-read".
1602 (General Query Packets/qXfer:libraries-svr4:read): Documented
1603 the augmented form of this packet.
1604
1605 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1606
1607 * gdb.texinfo (System-wide Configuration Scripts): Renames
1608 "Installed System-wide Configuration Scripts". Add associated
1609 @menu block.
1610
1611 2013-05-23 Yao Qi <yao@codesourcery.com>
1612 Pedro Alves <palves@redhat.com>
1613
1614 * gdb.texinfo (Packets): Document 'vCont;r'.
1615 (Continuing and Stepping): Document target-assisted range
1616 stepping, and the 'set range-stepping' and 'show range-stepping'
1617 commands.
1618
1619 2013-05-23 Joel Brobecker <brobecker@adacore.com>
1620
1621 * gdb.texinfo (Installed System-wide Configuration Scripts):
1622 Add subsection describing the scripts now available under
1623 the data-dir's system-gdbbinit subdirectory.
1624 * NEWS: Add entry announcing the availability of system-wide
1625 configuration scripts for ElinOS and Wind River Linux.
1626
1627 2013-05-21 Hui Zhu <hui@codesourcery.com>
1628
1629 * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
1630 "-dprintf-insert" command.
1631
1632 2013-05-17 Doug Evans <dje@google.com>
1633
1634 * gdb.texinfo (Maintenance Commands): Update doc for
1635 "maint check-psymtabs". Add doc for "maint check-symtabs",
1636 "maint expand-symtabs".
1637
1638 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
1639
1640 * gdb.texinfo (Process Record and Replay): Document the
1641 "record goto" command and its sub-commands.
1642
1643 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1644
1645 * gdb.texinfo (Backtrace): Add "no-filter" argument.
1646 (Python API): Add Frame Filters API, Frame Wrapper API,
1647 Writing a Frame Filter/Wrapper, Managing Management of Frame
1648 Filters chapter entries.
1649 (Frame Filters API): New Node.
1650 (Frame Wrapper API): New Node.
1651 (Writing a Frame Filter): New Node.
1652 (Managing Frame Filters): New Node.
1653 (Progspaces In Python): Add note about frame_filters attribute.
1654 (Objfiles in Python): Ditto.
1655 (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
1656 @anchors and --no-frame-filters option to -stack-list-variables,
1657 -stack-list-frames, -stack-list-locals and -stack-list-arguments
1658 commands.
1659
1660 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1661
1662 * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
1663 Support" subsection documenting the XML format used to transfer
1664 shared library info on AIX.
1665
1666 2013-05-08 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.texinfo (Debugging Output): Add documentation of
1669 "set debug aix-solib" and "show debug aix-solib" commands.
1670
1671 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1672
1673 * gdb.texinfo (Nios II): New section.
1674 (Nios II Features): New section.
1675
1676 2013-05-06 Joel Brobecker <brobecker@adacore.com>
1677
1678 * gdbint.texinfo (Algorithms): Remove entries documenting
1679 DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
1680 SOLIB_CREATE_INFERIOR_HOOK.
1681
1682 2013-04-29 Tom Tromey <tromey@redhat.com>
1683
1684 PR python/14204:
1685 * gdb.texinfo (Python API): Fix menu entry.
1686 (Blocks In Python): Fix subsubsection text. Rewrite intro.
1687 Define global and static block. Add example. Clarify
1688 block relationship for inline functions.
1689
1690 2013-04-29 Tom Tromey <tromey@redhat.com>
1691
1692 * gdb.texinfo (Python API): Mention Python help and keyword
1693 arguments. Move pagination text to Basic Python.
1694 (Basic Python): Put pagination text here. Document
1695 close-on-exec, SIGCHLD, and SIGINT.
1696
1697 2013-04-19 Pedro Alves <palves@redhat.com>
1698
1699 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
1700 "signedness" instead of "signness".
1701
1702 2013-04-19 Pedro Alves <palves@redhat.com>
1703
1704 * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
1705 -Wno-pointer-sign text with text on -Wpointer-sign.
1706
1707 2013-04-16 Tom Tromey <tromey@redhat.com>
1708
1709 * gdb.texinfo (Set Catchpoints): Mention earliest version of
1710 GCC that has the SDT probe points.
1711
1712 2013-04-15 Tom Tromey <tromey@redhat.com>
1713
1714 * gdb.texinfo (Set Catchpoints): Document regexp syntax for
1715 exception catchpoints.
1716
1717 2013-04-15 Tom Tromey <tromey@redhat.com>
1718
1719 * gdb.texinfo (Set Catchpoints): Document $_exception.
1720 (Convenience Vars): Mention $_exception.
1721
1722 2013-04-15 Tom Tromey <tromey@redhat.com>
1723
1724 * gdb.texinfo (Set Catchpoints): Reorganize exception
1725 catchpoints. Document "catch rethrow".
1726 (Debugging C Plus Plus): Mention "catch rethrow".
1727
1728 2013-04-15 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.texinfo (Set Catchpoints): Remove obsolete text.
1731
1732 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1733 Eli Zaretskii <eliz@gnu.org>
1734
1735 * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
1736 line below the sample output.
1737
1738 2013-04-12 Eli Zaretskii <eliz@gnu.org>
1739
1740 * gdb.texinfo (Mode Options): Document '-configuration'.
1741 (Help): Document "show configuration".
1742 (Bug Reporting): Add requirements to include the configuration
1743 details in bug reports.
1744
1745 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 * Makefile.in (MAN1S): Add gcore.1.
1748 Remove "Host, target, and site specific Makefile fragments" comment.
1749 (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
1750 (install-man1, uninstall-man1): Conditionalize gcore.1.
1751 (gcore.1): New.
1752 * gdb.texinfo (Man Pages): Add gcore man.
1753 (gcore man): New node.
1754
1755 2013-04-10 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.texinfo (Process Record and Replay): Document that "set
1758 record full insn-number-max", "set record
1759 instruction-history-size" and "set record
1760 function-call-history-size" accept "unlimited".
1761 (Backtrace): Document that "set backtrace limit" accepts
1762 "unlimited".
1763 (List): Document that "set listsize" accepts "unlimited".
1764 (Print Settings)" Document that "set print max-symbolic-offset",
1765 "set print elements" and "set print repeats" accept "unlimited".
1766 (Starting and Stopping Trace Experiments): Document that "set
1767 trace-buffer-size" accepts "unlimited".
1768 (Remote Configuration): Document that "set tcp connect-timeout"
1769 accepts "unlimited".
1770 (Command History): Document that "set history size" accepts
1771 "unlimited".
1772 (Screen Size): Document that "set height" and "set width" accepts
1773 "unlimited". Adjust "set pagination"'s description to suggest
1774 "set height unlimited" instead of "set height 0".
1775
1776 2013-04-10 Yao Qi <yao@codesourcery.com>
1777
1778 * gdb.texinfo (Trace Files): Add "target ctf".
1779
1780 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
1783
1784 * Makefile.in (install-man1, install-man5, uninstall-man1)
1785 (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
1786
1787 * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
1788
1789 2013-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1790 Eli Zaretskii <eliz@gnu.org>
1791
1792 * gdb.texinfo (gdbserver man): Rename tty to comm. Swap --attach
1793 parameters order. Remove "On some targets" for --attach. Document the
1794 --multi parameter and extended-remote command. Document all the
1795 options.
1796
1797 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1798
1799 * gdb.texinfo (gdb man): Mention option -p. Include Fortran to
1800 the list of supported languages.
1801
1802 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1805 * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
1806 (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
1807 (diststuff): Add man.
1808 (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
1809 (uninstall-man5): New.
1810 (STAGESTUFF): Add *.1 and *.5.
1811 (GDBvn.texi): Add SYSTEM_GDBINIT.
1812 (gdb.1, gdbserver.1, gdbinit.5): New.
1813 (maintainer-clean realclean): Add $(MANS).
1814 (install): Add install-man.
1815 (uninstall): Add uninstall-man.
1816 * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
1817 (@copying): Wrap it by @c man begin COPYRIGHT.
1818 (Top): Add Man Pages.
1819 (Man Pages, gdb man, gdbserver man, gdbinit man): New.
1820
1821 2013-04-02 Pedro Alves <palves@redhat.com>
1822
1823 * gdb.texinfo (Debugging Output): Document "set/show debug
1824 aarch64", "set/show debug coff-pe-read" and "set/show debug
1825 mach-o".
1826
1827 2013-04-02 Pedro Alves <palves@redhat.com>
1828
1829 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1830 table>: Add entry for "trace-buffer-size".
1831
1832 2013-03-28 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
1835 table>: Add entry for "trace-status".
1836
1837 2013-03-28 Eli Zaretskii <eliz@gnu.org>
1838
1839 * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
1840 @bullet", which is invalid (makeinfo 5.1 barfs).
1841
1842 2013-03-28 Pedro Alves <palves@redhat.com>
1843
1844 PR gdb/15294
1845
1846 * gdb.texinfo (List) <set listsize>: Adjust to document that
1847 listsize 0 means no limit, and remove mention of -1.
1848
1849 2013-03-22 Yao Qi <yao@codesourcery.com>
1850
1851 * gdb.texinfo (Embedded Processors): Remove menu item
1852 "OpenRISC 1000".
1853 (OpenRISC 1000): Remove.
1854
1855 2013-03-21 Doug Evans <dje@google.com>
1856
1857 * gdb.texinfo (Maintenance Commands): Add docs for
1858 "mt set per-command {space,time,symtab} {on,off}".
1859
1860 2013-03-14 Hui Zhu <hui@codesourcery.com>
1861 Yao Qi <yao@codesourcery.com>
1862
1863 * gdb.texinfo (Trace Files): Add "tsave -ctf".
1864
1865 2013-03-13 Keith Seitz <keiths@redhat.com>
1866
1867 * gdb.texinfo (Maintenance Commands): Add missing ')' for
1868 "maint agent" reference to Dynamic printf.
1869
1870 2013-03-11 Eli Zaretskii <eliz@gnu.org>
1871
1872 * gdb.texinfo (General Query Packets): Don't use colon in index
1873 entries visible to Info format.
1874
1875 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1876
1877 * gdb.texinfo (Process Record and Replay): Document record
1878 changes.
1879
1880 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1881
1882 * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
1883 (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
1884 qXfer:btrace:read.
1885
1886 2013-03-09 Eli Zaretskii <eliz@gnu.org>
1887
1888 * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
1889 use colons in @anchor and @cindex entries.
1890
1891 2013-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
1892
1893 * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
1894
1895 2013-03-08 Stan Shebs <stan@codesourcery.com>
1896 Hafiz Abid Qadeer <abidh@codesourcery.com>
1897
1898 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1899 trace-buffer-size set and show commands.
1900 (Tracepoint Packets): Document QTBuffer:size.
1901 (General Query Packets): Document QTBuffer:size.
1902
1903 2013-02-21 Tom Tromey <tromey@redhat.com>
1904
1905 * gdb.texinfo: Remove bad @syncodeindex.
1906 (Values From Inferior, Types In Python, Inferiors In Python)
1907 (Events In Python, Threads In Python, Frames In Python, Blocks In
1908 Python, Symbols In Python, Symbol Tables In Python): Remove
1909 @tables.
1910 (Packets, General Query Packets, Tracepoint Packets)
1911 (Host I/O Packets): Use @w{} for empty @item.
1912
1913 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1914
1915 * gdb.texinfo (Architectures In Python): Add description about
1916 the new method gdb.Architecture.disassemble.
1917
1918 2013-02-15 Pedro Alves <pedro@codesourcery.com>
1919 Hafiz Abid Qadeer <abidh@codesourcery.com>
1920
1921 * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
1922 Document the "trace-file" field.
1923
1924 2013-02-07 Doug Evans <dje@google.com>
1925
1926 * gdb.texinfo (Machine Code): Clarify argument to disassemble
1927 command.
1928
1929 2013-02-06 Yao Qi <yao@codesourcery.com>
1930
1931 * gdb.texinfo (GDB/MI Async Records): Document new MI
1932 notification "=tsv-modified". Update the document of MI
1933 notification "=tsv-created".
1934 * observer.texi (GDB Observers): New observer tsv_modified.
1935 Update observer tsv_created and tsv_delete.
1936
1937 2013-02-05 Yufeng Zhang <yufeng.zhang@arm.com>
1938
1939 * gdb.texinfo (AArch64 Features): New section; document
1940 org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
1941 (Architectures): Add new AArch64 section to document AArch64
1942 architecture specific commands.
1943 (ABI): Add description of the new OS ABI "Newlib" and its influence
1944 on the longjmp handling.
1945
1946 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
1947 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * gdb.texinfo (Backtrace): Added description of 'filename-display'
1950 variable in 'set/show backtrace' section.
1951
1952 2013-01-31 Tom Tromey <tromey@redhat.com>
1953
1954 * gdb.texinfo (Target Commands): Fix typo.
1955
1956 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1957
1958 * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
1959 describing the gdb.Architecture class.
1960 (Frames In Python): Add description about the new method
1961 gdb.Frame.architecture().
1962
1963 2013-01-23 Doug Evans <dje@google.com>
1964
1965 * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
1966
1967 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1968
1969 * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
1970 'thread-groups' field when printing a breakpoint in MI.
1971
1972 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1973 * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
1974 to reflect that jit-reader-load now supports absolute file-names.
1975
1976 2013-01-16 Tom Tromey <tromey@redhat.com>
1977
1978 * gdb.texinfo (Set Catchpoints): Document "catch signal".
1979 (Signals): Likewise.
1980
1981 2013-01-16 Tom Tromey <tromey@redhat.com>
1982
1983 * gdb.texinfo (GDB/MI Breakpoint Information): Document
1984 "catch-type" field.
1985 (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
1986
1987 2013-01-07 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.texinfo (Mode Options): Don't mention -epoch.
1990 (Data, Emacs): Remove obsolete comments.
1991
1992 2013-01-02 Tom Tromey <tromey@redhat.com>
1993
1994 * gdb.texinfo (GDB/MI Output Records): Update menu.
1995 (GDB/MI Breakpoint Information): New node.
1996 (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
1997 <-break-insert>: Likewise.
1998
1999 2012-12-31 Yao Qi <yao@codesourcery.com>
2000
2001 * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2002 (Packets): Move "vStopped" packet to ...
2003 (Notification Packets): ... here. Describe the components
2004 of notification. Add a table of supported notifications.
2005 Add an example on the process of he async notification.
2006
2007 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2010 present.
2011 (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2012 fullname output always present.
2013
2014 2012-12-23 Pierre Muller <muller@sourceware.org>
2015
2016 * gdbint.texinfo (Function prototypes): Require use of "extern"
2017 modifier for function prototypes in headers.
2018
2019 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2020
2021 * refcard.tex: Update copyright notice to GPL v3 or later.
2022 Update contact info.
2023
2024 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2025
2026 * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2027
2028 2012-12-15 Yao Qi <yao@codesourcery.com>
2029
2030 * gdb.texinfo (Debugging Output): Document 'set debug
2031 notification' and 'show debug notification'.
2032
2033 2012-12-15 Yao Qi <yao@codesourcery.com>
2034
2035 * gdb.texinfo (Listing Tracepoints): New item and example about
2036 'installed on target' output.
2037 Add more in the example about 'installed on target'.
2038 (GDB/MI Breakpoint Commands): Doc about 'installed field.
2039
2040 2012-12-14 Tom Tromey <tromey@redhat.com>
2041
2042 * gdb.texinfo (SVR4 Process Information): Mention core files.
2043
2044 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2045
2046 * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2047
2048 2012-12-11 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.texinfo: Remove all mentions of Unixware throughout.
2051
2052 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2053
2054 * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2055
2056 2012-11-29 Tom Tromey <tromey@redhat.com>
2057
2058 * gdb.texinfo (SVR4 Process Information): Document missing
2059 "info proc" subcommands.
2060
2061 2012-11-29 Yao Qi <yao@codesourcery.com>
2062
2063 PR gdb/1477.
2064 * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2065 to 'auto' instead of 'gnu'.
2066
2067 2012-11-26 Tom Tromey <tromey@redhat.com>
2068
2069 * gdb.texinfo (MiniDebugInfo): New node.
2070 (GDB Files): Update.
2071
2072 2012-11-16 Doug Evans <dje@google.com>
2073
2074 * gdb.texinfo (System-wide configuration): If the system-wide init
2075 file lives in the data-directory, and --data-directory is provided,
2076 look for it there.
2077
2078 2012-11-15 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Signaling): Fix typo.
2081
2082 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2083
2084 * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2085 parameter "count" of -data-write-memory-bytes, and add an example.
2086
2087 2012-11-12 Tom Tromey <tromey@redhat.com>
2088
2089 * gdb.texinfo (Symbols): Document "info type-printers",
2090 "enable type-printer" and "disable type-printer".
2091 (Python API): Add new node to menu.
2092 (Type Printing API): New node.
2093 (Progspaces In Python): Document type_printers field.
2094 (Objfiles In Python): Likewise.
2095 (gdb.types) <get_type_recognizers, apply_type_recognizers,
2096 register_type_printer, TypePrinter>: Document.
2097
2098 2012-11-12 Tom Tromey <tromey@redhat.com>
2099
2100 * gdb.texinfo (Symbols): Document "set print type methods",
2101 "set print type typedefs", and flags to ptype and whatis.
2102
2103 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2104
2105 * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2106 the example -data-disassemble output. Extend the description of
2107 the -data-disassemble results to document all fields. Document
2108 the cli disassemble command as being related to -data-disassemble.
2109
2110 2012-11-09 Yao Qi <yao@codesourcery.com>
2111
2112 PR gdb/14777.
2113 * gdb.texinfo (OS Information): Remove doc on command
2114 'info udot'.
2115
2116 2012-11-08 Joel Brobecker <brobecker@adacore.com>
2117
2118 * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2119 gdb.ini warning for Windows port.
2120
2121 2012-11-08 Yao Qi <yao@codesourcery.com>
2122
2123 * gdb.texinfo (Search): Add kindex for 'fo'.
2124
2125 2012-11-05 Tom Tromey <tromey@redhat.com>
2126
2127 PR python/14802:
2128 * gdb.texinfo (Functions In Python): Add example.
2129
2130 2012-11-03 Yao Qi <yao@codesourcery.com>
2131
2132 * observer.texi (GDB Observers): Remove observer
2133 'tracepoint_modified', 'tracepoint_created' and
2134 'tracepoint_deleted'.
2135
2136 2012-10-26 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2139
2140 2012-10-25 Tom Tromey <tromey@redhat.com>
2141
2142 * gdb.texinfo (General Query Packets): Use @itemx.
2143
2144 2012-10-17 Yao Qi <yao@codesourcery.com>
2145
2146 * observer.texi (GDB Observers): Update observer
2147 'memory_changed'.
2148 * gdb.texinfo (GDB/MI Async Records): Document for
2149 "memory-changed" notification.
2150
2151 2012-10-15 Doug Evans <dje@google.com>
2152
2153 * gdb.texinfo (Mode Options): Document -nh.
2154 Elaborate on docs for -nx.
2155
2156 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2157
2158 * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2159
2160 2012-09-21 Yao Qi <yao@codesourcery.com>
2161 Pedro Alves <palves@redhat.com>
2162
2163 * gdb.texinfo (GDB/MI Async Records): Document notification
2164 'record-started' and 'record-stopped'.
2165 * observer.texi (GDB Observers): New observer 'record-changed'.
2166
2167 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2168
2169 * gdb.texinfo: Document the removal of SH's 'regs' command.
2170
2171 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2172
2173 * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2174
2175 2012-09-18 Yao Qi <yao@codesourcery.com>
2176
2177 * gdb.texinfo (GDB/MI Async Records): Document new MI
2178 notifications '=tsv-created' and '=tsv-deleted'.
2179 * observer.texi (GDB Observers): New observer tsv_created and
2180 tsv_deleted.
2181
2182 2012-09-18 Yao Qi <yao@codesourcery.com>
2183
2184 * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2185 * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2186 '=traceframe-changed'.
2187
2188 2012-09-17 Yao Qi <yao@codesourcery.com>
2189
2190 * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2191 'set listsize'.
2192
2193 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2194 Eli Zaretskii <eliz@gnu.org>
2195
2196 * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2197 encoding for gdbarch_breakpoint_from_pc, bp_addr for
2198 gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2199
2200 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2201
2202 * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2203
2204 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2205
2206 Document how to return from "python-interactive" to GDB.
2207 * gdb.texinfo (Python Commands): Update documentation.
2208
2209 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2210
2211 Add a new "python-interactive" command that starts a standard
2212 Python interactive prompt with "pi" as alias, and add "py" as
2213 an alias to "python".
2214 * gdb.texinfo (Python Commands): Document the new commands.
2215
2216 2012-08-22 Tom Tromey <tromey@redhat.com>
2217
2218 * gdbint.texinfo (Host Definition): Remove documentation for
2219 SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2220
2221 2012-08-17 Keith Seitz <keiths@redhat.com>
2222
2223 PR c++/13356
2224 * gdb.texinfo (Type and Range Checking): Remove warning.
2225 Remove spurious commas.
2226 Update text and examples for re-implementation of set/show
2227 check type.
2228 (C and C++ Type and Range Checks): Likewise.
2229
2230 2012-08-16 Yao Qi <yao@codesourcery.com>
2231
2232 * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2233 is deprecated.
2234
2235 2012-08-13 Doug Evans <dje@google.com>
2236
2237 * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2238 to include functions.
2239
2240 2012-08-10 Doug Evans <dje@google.com>
2241
2242 * gdb.texinfo (Convenience Funs): New node.
2243 (Types In Python): Document Type.vector.
2244
2245 2012-08-09 Yao Qi <yao@codesourcery.com>
2246
2247 * observer.texi: New observer command_param_changed.
2248 * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2249
2250 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2251
2252 * gdbint.texinfo (Debugging GDB): In section
2253 'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2254 Mention also gdb-gdb.py.
2255
2256 2012-08-07 Yao Qi <yao@codesourcery.com>
2257
2258 Revert the folloing patch:
2259 2012-08-06 Yao Qi <yao@codesourcery.com>
2260 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2261 remote hardware-watchpoint-limit' and 'set
2262 remote hardware-breakpoint-limit'.
2263
2264 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2265
2266 * gdb.texinfo (Working Directory): Added information about new
2267 default argument for 'cd' command.
2268
2269 2012-08-06 Yao Qi <yao@codesourcery.com>
2270
2271 * gdb.texinfo (Remote Configuration): Add kindex for 'set
2272 remote hardware-watchpoint-limit' and 'set
2273 remote hardware-breakpoint-limit'.
2274
2275 2012-08-06 Yao Qi <yao@codesourcery.com>
2276
2277 Fix PR14371.
2278
2279 * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2280 '=breakpoint-deleted'.
2281
2282 2012-08-02 Yao Qi <yao@codesourcery.com>
2283
2284 * gdb.texinfo (Native): Remove node Neutrino.
2285
2286 2012-07-27 Yao Qi <yao@codesourcery.com>
2287
2288 * gdb.texinfo (IPA Protocol Commands): Document new command
2289 'close'.
2290
2291 2012-07-25 Tom Tromey <tromey@redhat.com>
2292
2293 * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2294
2295 2012-07-20 Doug Evans <dje@google.com>
2296
2297 * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2298 (Index Files): Document how to control the use of deprecated index
2299 sections.
2300 (Index Section Format): Replace --use-deprecated-index-sections with
2301 "set use-deprecated-index-sections on".
2302
2303 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2304
2305 * gdbint.texinfo: Remove @syncodeindex directives that put all the
2306 indices into a single node "Index". Instead, join function and
2307 variable indices into a single index, separate from the concept
2308 index. Requested in
2309 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2310 (Top): Update the top-level menu: instead of one "Index" there are
2311 now separate entries "Concept Index" and "Function and Variable
2312 Index".
2313 (Concept Index, Function and Variable Index): New nodes.
2314 (Index): Node deleted.
2315
2316 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2317
2318 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2319 and "maint agent-eval".
2320
2321 2012-07-03 Eli Zaretskii <eliz@gnu.org>
2322
2323 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2324 avoid file-name clashes between Index.html and index.html on
2325 case-insensitive filesystems. See the discussion starting in
2326 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2327 details of the problem.
2328 (Top): Update the master menu for the above.
2329 (Concept Index, Command and Variable Index): New nodes, instead of
2330 the old "Index" node that was deleted. All cross-references
2331 updated.
2332
2333 2012-07-02 Stan Shebs <stan@codesourcery.com>
2334
2335 * gdb.texinfo (Dynamic Printf): Mention agent style and
2336 disconnected dprintf.
2337 (Maintenance Commands): Describe maint agent-printf.
2338 (General Query Packets): Mention BreakpointCommands feature.
2339 (Packets): Document commands extension to Z0 packet.
2340 * agentexpr.texi (Bytecode Descriptions): Document printf
2341 bytecode.
2342
2343 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2346 only after gdbinit files.
2347 (Startup): Move -iex and -iex commands down after gdbinit files.
2348
2349 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2352 possibility.
2353
2354 2012-06-29 Tom Tromey <tromey@redhat.com>
2355
2356 * gdb.texinfo (Index Section Format): Update for version 7.
2357
2358 2012-06-28 Stan Shebs <stan@codesourcery.com>
2359
2360 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2361 example, add note about title column.
2362
2363 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2364
2365 * gdb.texinfo (Symbol Tables In Python): Add description about
2366 the new 'last' attribute of gdb.Symtab_and line.
2367
2368 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2369
2370 * gdb.texinfo (Symbol Tables In Python): Correct the description
2371 of the 'pc' attribute of gdb.Symtab_and_line.
2372
2373 2012-06-26 Doug Evans <dje@google.com>
2374
2375 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2376 and symtab-create.
2377
2378 2012-06-25 Keith Seitz <keiths@redhat.com>
2379
2380 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2381 from example. Remove "rbreak" from list of corresponding
2382 gdb commands.
2383
2384 2012-06-23 Doug Evans <dje@google.com>
2385
2386 * gdb.texinfo (Index Section Format): Document version 7 format.
2387
2388 2012-06-22 Yao Qi <yao@codesourcery.com>
2389
2390 * gdb.texinfo: Add missing cindex for some packets.
2391
2392 2012-06-20 Keith Seitz <keiths@redhat.com>
2393
2394 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2395 for -break-insert and document -p.
2396
2397 2012-06-20 Yao Qi <yao@codesourcery.com>
2398
2399 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2400 and "gdb.write_memory" with "Inferior.read_memory" and
2401 "Inferior.write_memory".
2402
2403 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
2404
2405 * gdb.texinfo (Summary): Add a link to "Free Documentation".
2406 (Free Documentation): Add @node line.
2407 (Continuing and Stepping) <advance location>: Use @item instead of
2408 @itemx.
2409 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2410 @itemx.
2411 (Embedded Processors): Put the link to "PA" to its correct place,
2412 according to document structure.
2413 (Python API): Put the link to "Lazy Strings In Python" to its
2414 correct place.
2415 (Index): Use @@ in @tex block to get a literal @.
2416
2417 * gdbint.texinfo: Fix the @subtitle line.
2418
2419 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2420 correct place.
2421
2422 2012-06-08 Yao Qi <yao@codesourcery.com>
2423
2424 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2425 Protocol'.
2426 (In-Process Agent Protocol, IPA Protocol Objects)
2427 (IPA Protocol Commands): New nodes.
2428 (Tracepoint Packets): Add anchors.
2429
2430 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
2431
2432 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2433
2434 2012-06-06 Yao Qi <yao@codesourcery.com>
2435
2436 * gdb.texinfo: Update copyright year.
2437
2438 2012-05-23 Stan Shebs <stan@codesourcery.com>
2439 Kwok Cheung Yeung <kcy@codesourcery.com>
2440
2441 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2442
2443 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2444
2445 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2446 Mention also --with-separate-debug-dir.
2447 (Auto-loading): Prepend $debugdir in the sample output.
2448 (Auto-loading safe path): Likewise. Mention also $debugdir for the
2449 auto-load safe-path variable.
2450 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2451 Mention also $debugdir for 'set auto-load scripts-directory'.
2452
2453 2012-05-19 Eli Zaretskii <eliz@gnu.org>
2454
2455 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2456 (MIPS Embedded, MIPS, MIPS Register packet Format)
2457 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2458 appropriate.
2459
2460 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
2461 Maciej W. Rozycki <macro@codesourcery.com>
2462
2463 * gdb.texinfo (MIPS): Document "set mips compression" and "show
2464 mips compression".
2465 (MIPS Breakpoint Kinds): New subsubsection.
2466
2467 2012-05-18 Eli Zaretskii <eliz@gnu.org>
2468
2469 * gdb.texinfo (Architecture-Specific Protocol Details): Define
2470 nodes for subsections. Add @acronym mark-ups and adjust
2471 formatting.
2472
2473 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2474
2475 Rename $ddir to $datadir.
2476 * gdb.texinfo (Auto-loading, Auto-loading safe path)
2477 (objfile-gdb.py file): Rename $ddir to $datadir.
2478
2479 2012-05-18 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.texinfo (Print Settings): Document 'set print symbol'.
2482
2483 2012-05-14 Stan Shebs <stan@codesourcery.com>
2484
2485 * gdb.texinfo (Dynamic Printf): New subsection.
2486
2487 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
2488
2489 * gdb.texinfo (Basic Python): Add description about the function
2490 gdb.find_pc_line
2491
2492 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2493 Eli Zaretskii <eliz@gnu.org>
2494
2495 * gdb.texinfo (Separate Debug Files): Use plural form for global
2496 debugging information directory.
2497
2498 2012-05-11 Stan Shebs <stan@codesourcery.com>
2499 Kwok Cheung Yeung <kcy@codesourcery.com>
2500
2501 * gdb.texinfo (Operating System Auxiliary Information): Document new
2502 'info os' subcommands.
2503
2504 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
2507 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
2508 (dotdebug_gdb_scripts section): Add reference
2509 to 'Auto-loading safe path'.
2510
2511 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 Implement multi-component --with-auto-load-dir.
2514 * gdb.texinfo (Auto-loading): New references
2515 for 'set auto-load scripts-directory'
2516 and 'show auto-load scripts-directory'.
2517 (Auto-loading safe path): Describe the new default. Move $ddir
2518 substituation reference to 'objfile-gdb.py file'.
2519 (objfile-gdb.py file): Describe script-name alias. Change real-name to
2520 script-name. Describe new 'set auto-load scripts-directory'
2521 and 'show auto-load scripts-directory'.
2522
2523 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2524
2525 Provide $ddir substitution for --with-auto-load-safe-path.
2526 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
2527 (Auto-loading safe path): Likewise. Mention the default value,
2528 $ddir substitution, --with-auto-load-safe-path and
2529 --without-auto-load-safe-path.
2530 * observer.texi (gdb_datadir_changed): New.
2531
2532 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
2535 Twice.
2536
2537 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
2538 directory separator by path separator.
2539
2540 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 * gdb.texinfo (Auto-loading safe path): Make 'directories'
2543 for 'set auto-load safe-path' optional. Mention if it is omitted.
2544 Change disabling security protection condition to "/", twice.
2545
2546 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
2547
2548 * gdb.texinfo (Symbol Tables In Python): Add documentation about
2549 the new methods global_block and static_block on gdb.Symtab
2550 objects.
2551
2552 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
2553
2554 * gdb.texinfo (Blocks In Python): Add a note saying that future
2555 improvements to GDB and its infrastructure can move symbols
2556 across blocks within a symbol table.
2557
2558 2012-04-29 Yao Qi <yao@codesourcery.com>
2559
2560 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
2561 (A29K): Remove.
2562
2563 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
2564 Tom Tromey <tromey@redhat.com>
2565
2566 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
2567 and generic static probe support on GDB.
2568
2569 2012-04-25 Doug Evans <dje@google.com>
2570
2571 * gdb.texinfo (Go): Fix thinko.
2572
2573 * gdb.texinfo (Supported Languages): Add Go.
2574 (Go): New node.
2575
2576 2012-04-25 Yao Qi <yao@codesourcery.com>
2577
2578 * gdbint.texinfo (Testsuite): New section `Board settings'.
2579
2580 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2581
2582 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
2583 Three times.
2584
2585 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
2586 Three times.
2587
2588 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
2591 by @table @asis. Fix formatting of one item.
2592
2593 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
2596
2597 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 New option "set debug auto-load".
2600 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
2601 (auto-load verbose mode): New node.
2602
2603 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2604
2605 New option "set auto-load safe-path".
2606 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
2607 and "info auto-load" examples for safe-path. Put there also references
2608 for "set auto-load safe-path" and "show auto-load safe-path".
2609 New menu item for Auto-loading safe path.
2610 (Auto-loading safe path): New node.
2611 (Python Auto-loading): Update the expected output from "Missing"
2612 to "No".
2613
2614 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 auto-load: Implementation.
2617 * gdb.texinfo (Mode Options): New anchor for -nx.
2618 (Startup): New anchors for Option -init-eval-command,
2619 Home Directory Init File
2620 and Init File in the Current Directory during Startup.
2621 Mention set auto-load local-gdbinit with a reference.
2622 Change the sample code to "set auto-load python-scripts".
2623 (Threads): New anchor set libthread-db-search-path.
2624 Provide references to libthread_db.so.1 file.
2625 (Controlling GDB): New menu item for Auto-loading.
2626 (Auto-loading, Init File in the Current Directory)
2627 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
2628 (Python): Rename the menu item Auto-loading to Python Auto-loading.
2629 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
2630 reference.
2631 (Auto-loading): Rename to ...
2632 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
2633 "set auto-load python-scripts", new anchor for it. Change
2634 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
2635 for it. Change "info auto-load-scripts"
2636 to "info auto-load python-scripts", new anchor for it. Change "scripts"
2637 to "Python scripts".
2638
2639 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2640
2641 PR mi/13393
2642 * gdb.texinfo (Print Settings): Extend the description for "set print
2643 object".
2644 (GDB/MI Variable Objects): Extend the description for -var-create and
2645 -var-list-children.
2646
2647 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2648
2649 * gdb.texinfo (Examining Data): Document the 'explore' command.
2650
2651 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2652
2653 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
2654 to the children of a varobj and its update range when -var-update
2655 returns that the varobj's type changed.
2656
2657 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2658
2659 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
2660 Create two new links fir 'objfile-gdb.py file'
2661 and 'dotdebug_gdb_scripts section'.
2662
2663 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * gdb.texinfo (Auto-loading): Rename node reference
2666 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
2667 Twice.
2668 (.debug_gdb_scripts section): Rename the node ...
2669 (dotdebug_gdb_scripts section): ... here.
2670 (Maintenance Commands): Also rename this node reference.
2671
2672 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2673
2674 * gdb.texinfo (Python API/Values From Inferior): Add description
2675 about the new method Value.referenced_value. Add description on
2676 how Value.dereference is different (and similar) to
2677 Value.referenced_value.
2678
2679 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2680
2681 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
2682 --init-eval-command=COMMAND, -iex.
2683 (Startup): Describe -iex and -ix. Simplify the example
2684 for "set auto-load-scripts off".
2685
2686 2012-03-16 Gary Benson <gbenson@redhat.com>
2687
2688 PR breakpoints/10738
2689 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
2690 stating that GDB cannot set breakpoints on inlined functions.
2691 (Mode Options): Document --use-deprecated-index-sections.
2692 (Index Section Format): Document new index section version format.
2693
2694 2012-03-15 Tom Tromey <tromey@redhat.com>
2695
2696 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
2697
2698 2012-03-13 Doug Evans <dje@google.com>
2699
2700 * gdb.texinfo (Help): Change apropos example to use "alias" instead
2701 of "reload".
2702 (Symbols): Delete docs for set/show symbol-reloading.
2703 * gdbint.texinfo (Defining Other Architecture Features): Delete
2704 SYMBOL_RELOADING_DEFAULT.
2705 * refcard.tex: Delete reference to symbol-reloading.
2706
2707 2012-03-07 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.texinfo (General Query Packets): Document new
2710 QProgramSignals packet.
2711 * gdb.texinfo (Remote configuration): Mention
2712 "program-signals-packet".
2713
2714 2012-03-05 Tristan Gingold <gingold@adacore.com>
2715
2716 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
2717
2718 2012-03-03 Yao Qi <yao@codesourcery.com>
2719
2720 * gdb.texinfo (In-Process Agent): New node.
2721 Document new commands.
2722 (General Query Packets): Add packet `QAgent'.
2723
2724 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2725
2726 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
2727
2728 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2729
2730 * gdb.texinfo (Commands In Python): Put example python macro in
2731 COMMAND_USER category rather than COMMAND_OBSCURE.
2732 Document gdb.COMMAND_USER.
2733 (User-defined Commands): Update documentation to clarify
2734 "set/show max-user-call-depth" and "show user" don't apply to python
2735 commands. Update documentation to clarify "help user-defined" may
2736 also include python commands defined as COMMAND_USER.
2737
2738 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 * gdb.texinfo (Startup): Add option -ex description to the option -x
2741 description.
2742
2743 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2744
2745 * gdb.texinfo (Setting Breakpoints): Mention and explain the
2746 condition-evaluation breakpoint parameter.
2747 Mention condition-evaluation mode being shown in "info break".
2748 (Break Conditions): Add description for target-side
2749 conditional breakpoints.
2750 (Remote Configuration): Mention conditional-breakpoints-packet.
2751 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
2752 cond-expr.
2753 (General Query Packets): Mention new ConditionalBreakpoint feature.
2754
2755 2012-02-22 Tom Tromey <tromey@redhat.com>
2756
2757 * gdb.texinfo (Blocks In Python): Clarify block iteration.
2758
2759 2012-02-17 Tom Tromey <tromey@redhat.com>
2760
2761 PR python/10753:
2762 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
2763 directory.
2764
2765 2012-02-14 Stan Shebs <stan@codesourcery.com>
2766
2767 * gdb.texinfo (Disabling Breakpoints): Document enable count.
2768
2769 2012-02-13 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
2772 mips-idt-ecoff.
2773
2774 2012-02-09 Yao Qi <yao@codesourcery.com>
2775
2776 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
2777
2778 2012-02-07 Tom Tromey <tromey@redhat.com>
2779
2780 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
2781 Symbol.value.
2782
2783 2012-02-07 Tom Tromey <tromey@redhat.com>
2784
2785 * gdb.texinfo (Symbols In Python): Document Symbol.line.
2786
2787 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
2788
2789 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
2790
2791 2012-01-24 Tom Tromey <tromey@redhat.com>
2792
2793 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
2794 unload".
2795 (Files): Mention new catch commands.
2796 (GDB/MI Async Records): Likewise.
2797
2798 2012-01-24 Gary Benson <gbenson@redhat.com>
2799
2800 Delete #if 0'd out code.
2801 * gdb.texinfo (Frame Info): Remove "info catch".
2802
2803 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2804
2805 * gdb.texinfo (Remote Configuration): Document
2806 "set remote hostio-readlink-packet" command.
2807 (General Query Packets): Document vFile:readlink packet.
2808
2809 2012-01-16 Tom Tromey <tromey@redhat.com>
2810
2811 * gdb.texinfo (Specify Location): Document relative file name
2812 handling.
2813
2814 2012-01-16 Tom Tromey <tromey@redhat.com>
2815
2816 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
2817
2818 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2819 Eli Zaretskii <eliz@gnu.org>
2820
2821 * gdbint.texinfo (Coding Standards): Require braces for two lines of
2822 code.
2823
2824 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2825
2826 * gdb.texinfo (Variables): Document use of :: for non-static
2827 variables.
2828
2829 2012-01-05 Joel Brobecker <brobecker@adacore.com>
2830
2831 * gdbint.texinfo (Start of New Year Procedure): Update
2832 to replace use of copyright.sh by use of copyright.py.
2833
2834 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 Remove the gdbtui binary.
2837 * all-cfg.texi (GDBTUI): Remove.
2838 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
2839 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
2840 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2841
2842 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
2843
2844 Introduce gdb.FinishBreakpoint in Python.
2845 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
2846 (Python API): Add menu entry for Finish Breakpoints.
2847
2848 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
2851 tests.
2852
2853 2011-12-16 Doug Evans <dje@google.com>
2854
2855 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
2856
2857 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
2858
2859 * gdb.texinfo (Python Commands): Remove "maint set/show print
2860 stack". Add documentation for "set/show python print-stack".
2861
2862 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2863
2864 * gdb.texinfo (Implementing a Remote Stub): Explain that you
2865 should transfer control to the stub in the startup code instead of
2866 in main. Mention the need to get past the initial breakpoint.
2867
2868 2011-12-06 Tom Tromey <tromey@redhat.com>
2869
2870 * gdb.texinfo (Set Breaks): Update for new behavior.
2871
2872 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
2875 List Format for SVR4 Targets'.
2876 (General Query Packets): New item qXfer:libraries-svr4:read.
2877 (Library List Format for SVR4 Targets): New node.
2878
2879 2011-12-01 Tom Tromey <tromey@redhat.com>
2880
2881 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
2882 add.
2883
2884 2011-11-22 Tom Tromey <tromey@redhat.com>
2885
2886 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
2887 reasons.
2888
2889 2011-11-20 Stan Shebs <stan@codesourcery.com>
2890
2891 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2892 note-related options and variables.
2893 (Tracepoint Packets): Document packet changes.
2894
2895 2011-11-20 Sanjoy Das <sdas@igalia.com>
2896
2897 * gdb.texinfo (JIT Interface): Add documentation on writing and
2898 usind JIT debug info readers.
2899 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
2900 Debug Info Readers): New nodes.
2901
2902 2011-11-18 Yao Qi <yao@codesourcery.com>
2903
2904 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
2905 tracepoint.
2906
2907 2011-11-15 Doug Evans <dje@google.com>
2908
2909 * gdb.texinfo (Files): Document basenames-may-differ.
2910
2911 2011-11-14 Doug Evans <dje@google.com>
2912
2913 * gdb.texinfo (Shell Commands): Document "!".
2914
2915 2011-11-14 Stan Shebs <stan@codesourcery.com>
2916 Kwok Cheung Yeung <kcy@codesourcery.com>
2917
2918 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
2919 needed to get shorter fast tracepoints.
2920 (Tracepoint Packets): Document new qTMinFTPILen packet.
2921
2922 2011-11-14 Yao Qi <yao@codesourcery.com>
2923
2924 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
2925 behavior of tracepoint.
2926 (General Query Packets): New feature InstallInTrace.
2927 (Remote Configuration): Document "set remote
2928 install-in-trace-packet".
2929
2930 2011-11-12 Matt Rice <ratmice@gmail.com>
2931
2932 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
2933 Add arguments to info macro.
2934
2935 2011-11-10 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
2938 manual.
2939 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
2940 (Macros): Add a footnote.
2941 (C): Remove paragraph about compiler options.
2942 (C Constants): Mention wide character and string constants.
2943 (C Plus Plus Expressions): Update compiler option advice. Mention
2944 using declarations. Mention ADL. Remove old HP compiler
2945 information.
2946
2947 2011-11-10 Tom Tromey <tromey@redhat.com>
2948
2949 PR c++/9257:
2950 * gdb.texinfo (Print Settings): Add an extra note about the need
2951 for a vtable.
2952
2953 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
2954
2955 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
2956 "set mips abi" documentation.
2957
2958 2011-11-04 Doug Evans <dje@google.com>
2959
2960 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
2961
2962 2011-11-03 Tom Tromey <tromey@redhat.com>
2963
2964 * gdb.texinfo (Stopping): Add menu entry.
2965 (Continuing and Stepping): Restore @node. Use @section, not
2966 @subsection.
2967
2968 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
2969
2970 * gdb.texinfo (Skipping Over Functions and Files): Remove node
2971 designation. Fix "Specify Location" cross-reference.
2972
2973 2011-11-02 Stan Shebs <stan@codesourcery.com>
2974
2975 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
2976 (General Query Packets): Describe tracenz feature.
2977 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
2978
2979 2011-10-28 Paul Koning <paul_koning@dell.com>
2980
2981 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
2982
2983 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
2984
2985 * gdb.texinfo ((Frames In Python): Document
2986 gdb.FRAME_UNWIND_FIRST_ERROR contant.
2987
2988 2011-10-26 Paul Koning <paul_koning@dell.com>
2989
2990 * gdb.texinfo (gdb.types): Document new deepitems function.
2991
2992 2011-10-25 Paul Koning <paul_koning@dell.com>
2993
2994 PR python/13327
2995
2996 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
2997 fetch_lazy method.
2998
2999 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3000
3001 PR python/12656
3002
3003 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3004 global_block, static_block function.
3005
3006 2011-10-19 Tom Tromey <tromey@redhat.com>
3007
3008 * gdb.texinfo (Commands In Python): Add missing "@"s.
3009
3010 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
3011
3012 PR python/13285 Document named constants for frame unwind stop reasons
3013 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3014 constants.
3015
3016 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3017
3018 Fix compatibility with texinfo versions older than 4.12.
3019 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3020 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3021 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3022 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3023 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3024 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3025 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3026
3027 2011-10-09 Doug Evans <dje@google.com>
3028
3029 * gdb.texinfo (Extending GDB): Document alias command.
3030
3031 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 Support @entry in input expressions.
3034 * gdb.texinfo (Variables): Describe @entry names suffix.
3035 (Print Settings): Add anchor for `set print entry-values'.
3036
3037 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3038 Eli Zaretskii <eliz@gnu.org>
3039
3040 Display @entry parameter values (without references).
3041 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
3042 example.
3043 (Print Settings): New description of set print entry-values and show
3044 print entry-values.
3045
3046 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3047 Eli Zaretskii <eliz@gnu.org>
3048
3049 Recognize virtual tail call frames.
3050 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3051 (Tail Call Frames): New node.
3052 (Frames In Python): Add gdb.TAILCALL_FRAME.
3053
3054 2011-10-07 Doug Evans <dje@google.com>
3055
3056 * gdb.texinfo (gdb.printing): Document new `replace' arg to
3057 register_pretty_printer.
3058
3059 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
3060
3061 PR python/12930
3062 PR python/12802
3063
3064 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3065 stop method.
3066
3067 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
3068
3069 * gdb.texinfo (Starting your Program): "set disable-randomization"
3070 is no longer Linux-specific.
3071 (Remote Configuration): Document "set remote
3072 disable-randomization-packet".
3073 (General Query Packets): Document "QDisableRandomization" packet
3074 and add it to "qSupported" list.
3075
3076 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
3077
3078 Allow Python notification of new object-file loadings.
3079 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3080 event type.
3081
3082 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
3083
3084 PR python/12691: Add the inferior to Python exited event
3085 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3086
3087 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3088
3089 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3090 rephasing.
3091
3092 2011-10-03 Joel Brobecker <brobecker@adacore.com>
3093
3094 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3095 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3096 as possible feature returned by the `-list-features'
3097 command.
3098
3099 2011-09-28 Paul Koning <paul_koning@dell.com>
3100
3101 * gdb.texinfo (gdb.Type): Document field access by dictionary
3102 key syntax.
3103
3104 2011-09-28 Yao Qi <yao@codesourcery.com>
3105
3106 * gdb.texinfo (Files): Update options for `add-symbol-file'.
3107 Add one space after option `-s'. Remove @r{} markup.
3108
3109 2011-09-27 Stan Shebs <stan@codesourcery.com>
3110
3111 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3112
3113 2011-09-16 Hui Zhu <teawater@gmail.com>
3114
3115 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3116 to *(unsigned char *)$esp@300.
3117
3118 2011-09-15 Paul Koning <paul_koning@dell.com>
3119
3120 * gdb.texinfo: Make style of Python functions and methods match
3121 the syntax of Python. Also put class and module names explicitly
3122 on function, member, and variable names, matching Python
3123 documentation conventions.
3124
3125 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3126
3127 PR Python/12692 Add gdb.selected_inferior() to Python interface.
3128 * gdb.texinfo (Inferiors In Python): Describe new
3129 gdb.selected_inferior() function.
3130
3131 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
3132
3133 Handle multiple breakpoint hits in Python interface:
3134 * gdb.texinfo (Events In Python): New function documentation:
3135 gdb.BreakpointEvent.breakpoints. Indicate that
3136 gdb.BreakpointEvent.breakpoint is now deprecated.
3137
3138 2011-09-04 Joel Brobecker <brobecker@adacore.com>
3139
3140 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3141
3142 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
3143
3144 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3145
3146 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
3147
3148 * gdb.texinfo (Prompt): Add set/show extended-prompt
3149 documentation
3150 (Basic Python): Add prompt_hook anchor.
3151 (Python modules): Reword module text to reflect multiple modules.
3152 (gdb.prompt): Document gdb.prompt module.
3153
3154 2011-08-14 Yao Qi <yao@codesourcery.com>
3155
3156 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3157
3158 2011-08-14 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.texinfo (Standard Target Features): Document C6x features.
3161 (TIC6x Features): New node.
3162
3163 2011-08-12 Doug Evans <dje@google.com>
3164
3165 * gdb.texinfo (Symbols In Python): Document symbol.type.
3166
3167 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
3168
3169 * gdb.texinfo (Python): Document command and function
3170 auto-loading.
3171
3172 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3173 Eli Zaretskii <eliz@gnu.org>
3174
3175 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
3176 typedefs unrolling. Extend the sample code by an inner typedef and
3177 outer typedefs unrolling.
3178
3179 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3180
3181 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3182 size and line-size.
3183
3184 2011-07-21 Matt Rice <ratmice@gmail.com>
3185
3186 PR macros/12999
3187 * gdb.texinfo (Macros): Add info definitions and info macros commands.
3188 Update text and cindex entries for info macro command.
3189
3190 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3191
3192 * observer.texi (GDB Observers): Add before_prompt observer.
3193 * gdb.texinfo (Basic Python): Add documentation for prompt
3194 substitution.
3195
3196 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3197
3198 PR python/12438
3199 * gdb.texinfo (Python Commands): Add deprecate note to maint
3200 set/show python print-stack. Document set/show python
3201 print-backtrace.
3202
3203 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
3204
3205 * gdb.texinfo: Fix typos.
3206
3207 2011-07-01 Tom Tromey <tromey@redhat.com>
3208
3209 * gdb.texinfo (Debugging Output): Document set debug
3210 check-physname.
3211
3212 2011-06-29 Tom Tromey <tromey@redhat.com>
3213
3214 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3215 breakpoint-notifications feature.
3216
3217 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
3218
3219 * gdb.texinfo (Target Description): Remove warning about
3220 possibly unstable format.
3221
3222 2011-06-03 Tom Tromey <tromey@redhat.com>
3223
3224 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3225 (Events In Python): Note that exit_code is optional.
3226
3227 2011-05-17 Pedro Alves <pedro@codesourcery.com>
3228
3229 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3230 required for multi-threading support.
3231 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3232 Hc are deprecated for multi-threading debugging. Point readers at
3233 the vCont packet.
3234
3235 2011-05-15 Doug Evans <dje@google.com>
3236
3237 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3238
3239 2011-05-13 Doug Evans <dje@google.com>
3240
3241 * gdb.texinfo (Threads): Document $sdir,$pdir.
3242 (Server): Document $pdir exception.
3243
3244 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3245
3246 * gdb.texinfo (Threads): Clarify default value for
3247 libthread-db-search-path.
3248
3249 * gdb.texinfo (Completion): Update example.
3250 (Debugging Output): Delete `set/show debug lin-lwp-async'.
3251
3252 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3253
3254 * gdb.texinfo: Document change in the behaviour of the enable and
3255 disable GDB commands when applied to tracepoints.
3256 Document the EnableDisableTracepoints remote stub feature.
3257 Document QTEnable and QTDisable in the list of tracepoint packets.
3258
3259 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3260
3261 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3262 hsuser.texi.
3263 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3264 comment to hsuser.texi. Change rluser.texi name in the comment.
3265
3266 2011-05-10 Doug Evans <dje@google.com>
3267
3268 * gdb.texinfo (Threads): If an empty path is provided for
3269 libthread-db-search-path it is reset to its default value.
3270 (Server): Ditto.
3271
3272 2011-05-09 Doug Evans <dje@google.com>
3273
3274 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
3275
3276 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3277 Thiago Jung Bauermann <bauerman@br.ibm.com>
3278
3279 Implement support for PowerPC BookE masked watchpoints.
3280 * gdb.texinfo (Set Watchpoints): Document mask parameter.
3281 (PowerPC Embedded): Mention support of masked watchpoints.
3282
3283 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3284
3285 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3286 `@value{GDBN}'.
3287
3288 2011-05-03 Joel Brobecker <brobecker@adacore.com>
3289
3290 * gdb.texinfo (titlepage): Remove dedication.
3291 (In Memoriam): New appendix.
3292
3293 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3294 Eli Zaretskii <eliz@gnu.org>
3295
3296 * gdb.texinfo (Index Section Format): Change the version to 5.
3297 Describe the different formula.
3298
3299 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3300 Eli Zaretskii <eliz@gnu.org>
3301
3302 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3303 for disconnected tracing.
3304 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3305 extended-remote relationship. Mention --once.
3306 (TCP port allocation lifecycle of @code{gdbserver}): New.
3307
3308 2011-04-23 Eli Zaretskii <eliz@gnu.org>
3309
3310 * gdb.texinfo (Server): Improve indexing. Index all optional
3311 switches to gdbserver.
3312
3313 2011-04-20 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb.texinfo (Index Section Format): New node.
3316 (Top): Add new node to menu.
3317
3318 2011-04-20 Pedro Alves <pedro@codesourcery.com>
3319
3320 * gdb.texinfo (Maintenance Commands): Document `maint print
3321 remote-registers'.
3322
3323 2011-04-20 Tom Tromey <tromey@redhat.com>
3324
3325 * gdb.texinfo (Trace File Format): Move node later.
3326
3327 2011-04-19 Tom Tromey <tromey@redhat.com>
3328
3329 * gdbint.texinfo (Register Information Functions): Remove
3330 duplicate "the".
3331 * gdb.texinfo (Emacs): Remove duplicate "to".
3332 (GDB/MI Variable Objects): Remove duplicate "the".
3333 (General Query Packets): Likewise.
3334
3335 2011-04-02 Joel Brobecker <brobecker@adacore.com>
3336
3337 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3338 "GDB/MI Ada Exception Information" node.
3339
3340 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3341
3342 * gdb.texinfo (GDB/MI Ada Exception Information): Document
3343 the "exception-name" field in the *stopped async record.
3344
3345 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3346 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3347
3348 Implement support for PowerPC BookE ranged breakpoints.
3349 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3350
3351 2011-03-28 Tom Tromey <tromey@redhat.com>
3352
3353 * gdb.texinfo (Set Tracepoints): Fix typo.
3354
3355 2011-03-24 Tom Tromey <tromey@redhat.com>
3356
3357 * gdb.texinfo (Specify Location): Document `function:label'
3358 linespec.
3359
3360 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3361
3362 PR python/12149
3363
3364 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3365
3366 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
3367
3368 * gdb.texinfo (Blocks In Python): Add is_valid method description.
3369 (Inferiors In Python): Likewise.
3370 (Threads In Python): Likewise.
3371 (Symbols In Python): Likewise.
3372 (Objfiles In Python): Likewise.
3373 (Symbol Tables In Python): Likewise.
3374
3375 2011-03-15 Pedro Alves <pedro@codesourcery.com>
3376
3377 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3378 display>: Explain that the commands accept number ranges.
3379
3380 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
3381
3382 * gdb.texinfo (Breakpoints In Python): Add description and example
3383 of Python stop function operation.
3384
3385 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3386
3387 * gdb.texinfo (Parameters In Python): Document get_set_string and
3388 get_show_string methods.
3389
3390 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3393
3394 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3395 circular-trace-buffer name.
3396
3397 2011-02-28 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3400 in the previous change.
3401
3402 2011-02-27 Michael Snyder <msnyder@vmware.com>
3403
3404 * gdb.texinfo (Inferiors and Programs): Update commands to show
3405 that they can accept multiple arguments.
3406
3407 2011-02-24 Joel Brobecker <brobecker@adacore.com>
3408
3409 Revert the following patch (code patch was not approved):
3410 2011-02-21 Hui Zhu <teawater@gmail.com>
3411 * agentexpr.texi (bytecode descriptions): add printf.
3412 * gdb.texinfo (tracepoint action lists): add printf.
3413
3414 2011-02-23 Doug Evans <dje@google.com>
3415
3416 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3417
3418 2011-02-23 Michael Snyder <msnyder@vmware.com>
3419
3420 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3421 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3422 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3423
3424 2011-02-22 Doug Evans <dje@google.com>
3425
3426 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3427 Clarify behaviour of lookup_symbol when `block' argument is omitted,
3428 add description of result, fix @defun formatting.
3429
3430 2011-02-21 Hui Zhu <teawater@gmail.com>
3431
3432 * agentexpr.texi (Bytecode Descriptions): Add printf.
3433 * gdb.texinfo (Tracepoint Action Lists): Add printf.
3434
3435 2011-02-18 Tom Tromey <tromey@redhat.com>
3436
3437 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3438
3439 2011-02-14 Michael Snyder <msnyder@vmware.com>
3440
3441 * gdb.texinfo (threads): Document argument for "info threads" cmd.
3442 Document new command "thread find".
3443
3444 2011-02-14 Michael Snyder <msnyder@vmware.com>
3445
3446 * gdb.texinfo (Threads): Update example of new thread message.
3447
3448 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3449
3450 * gdb.texinfo (Remote Configuration): Mention set/show remote
3451 traceframe-info.
3452 (Tools/Packages Optional for Building GDB): Mention that expat is
3453 used for traceframe info.
3454 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3455 (General Query Packets) <qSupported>: Describe the
3456 qXfer:traceframe-info:read feature.
3457 (qXfer::read): Describe qXfer:traceframe-info:read.
3458 (Traceframe Info Format): New section.
3459
3460 2011-02-04 Pedro Alves <pedro@codesourcery.com>
3461
3462 * gdbint.texinfo (Formatting): Mention some formatting guidelines
3463 for casts and unary operators.
3464
3465 2011-02-04 Tom Tromey <tromey@redhat.com>
3466
3467 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3468 is not useful.
3469
3470 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3471
3472 * gdb.texinfo: s/value optimized out/optimized out/g
3473
3474 2011-01-21 Joel Brobecker <brobecker@adacore.com>
3475
3476 * gdb.texinfo (Other Misc Settings): Rework part of the
3477 documentation of the "set interactive mode" command.
3478
3479 2011-01-19 Tom Tromey <tromey@redhat.com>
3480
3481 * gdb.texinfo (Threads): Document thread name output and `thread
3482 name' command.
3483 (Threads In Python): Document Thread.name attribute.
3484 (GDB/MI Thread Commands): Document thread attributes.
3485
3486 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3487
3488 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
3489 changes in mi/mi-cmd-disas.c
3490
3491 2011-01-12 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
3494 Fix "thread apply" text.
3495
3496 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3497 Thiago Jung Bauermann <bauerman@br.ibm.com>
3498
3499 Implement support for PowerPC BookE ranged watchpoints.
3500 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
3501 the "set powerpc exact-watchpoints" flag.
3502
3503 2011-01-07 Tom Tromey <tromey@redhat.com>
3504
3505 * gdb.texinfo (Python API): Add descriptions to @menu items.
3506
3507 2011-01-06 Tom Tromey <tromey@redhat.com>
3508
3509 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
3510
3511 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3512
3513 * gdb.texinfo (Debugging Output): Document "set debug jit".
3514
3515 2011-01-06 Tom Tromey <tromey@redhat.com>
3516
3517 PR python/12133:
3518 * gdb.texinfo (Frames In Python): Document various frame
3519 constants.
3520
3521 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3522
3523 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
3524 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
3525 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
3526
3527 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3528
3529 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
3530 (clean): Add GDBvn.texi.
3531
3532 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
3535 occasional case where the debugger prints an array address
3536 instead of the array itself.
3537
3538 2010-12-23 Pedro Alves <pedro@codesourcery.com>
3539
3540 * gdb.texinfo (Packets) <read registers packet>: Document support
3541 for registers that were not collected.
3542
3543 2010-12-15 Doug Evans <dje@google.com>
3544
3545 * gdb.texinfo (Startup): Document auto-loading of scripts during
3546 startup.
3547 (Auto-loading): Delete "maint set python auto-load on|off".
3548 Add "set auto-load-scripts on|off".
3549
3550 2010-12-07 Doug Evans <dje@google.com>
3551
3552 * gdb.texinfo (Mode Options): Document -data-directory.
3553 (Data Files): Add reference to -data-directory.
3554
3555 2010-11-29 Doug Evans <dje@google.com>
3556
3557 * gdb.texinfo (Pretty-Printer Introduction): Change
3558 printer-name:subprinter-name to printer-name;subprinter-name.
3559
3560 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3561
3562 PR python/12199
3563
3564 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
3565
3566 2010-11-23 Tom Tromey <tromey@redhat.com>
3567
3568 * gdb.texinfo (Top): Check SYSTEM_READLINE.
3569 (Editing): Likewise.
3570 (Command History): Likewise.
3571 (TUI Keys): Likewise.
3572 (Bug Reporting): Conditionally include rluser.texi and
3573 inc-history.texinfo.
3574 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
3575 (GDB_DOC_SOURCE_INCLUDES): Add comment.
3576 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
3577 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
3578 (gdb.pdf): Likewise.
3579 (gdb.info): Likewise.
3580 (gdb/index.html): Likewise.
3581
3582 2010-11-23 Tom Tromey <tromey@redhat.com>
3583
3584 * Makefile.in (Makefile): Run ../config.status.
3585 (distclean): Update.
3586 * configure: Remove.
3587 * configure.ac: Remove.
3588
3589 2010-11-12 Tom Tromey <tromey@redhat.com>
3590
3591 * gdb.texinfo (Basic Python): Update. Add xref.
3592 (Exception Handling): Document new exception classes.
3593 (Types In Python): Update.
3594 (Frames In Python): Update.
3595
3596 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3597
3598 * gdb.texinfo (Breakpoints In Python): Document "internal"
3599 parameter, and visible attribute.
3600
3601 2010-11-05 Doug Evans <dje@google.com>
3602
3603 * gdb.texinfo (Source Path): Document "set directories".
3604
3605 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3606
3607 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
3608 (OpenCL C): New node.
3609
3610 2010-11-02 Doug Evans <dje@google.com>
3611
3612 * gdb.texinfo (Pretty Printing): Expand into three sections,
3613 introduction, example, and commands.
3614 (Python API): Delete section Disabling Pretty-Printers, merge into
3615 Selecting Pretty-Printers.
3616 (Writing a Pretty-Printer): New section. Move the pretty-printer
3617 example here, and reformat to match python coding style. Add a second
3618 example using the gdb.printing module.
3619 (Python modules): Add gdb.printing.
3620
3621 2010-10-29 Doug Evans <dje@google.com>
3622
3623 * gdb.texinfo (Python): Fix long line.
3624
3625 2010-10-20 Doug Evans <dje@google.com>
3626
3627 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
3628 All references updated. Correct sections marked as subsections.
3629 (Coding Standards): New chapter. Move the coding standard related
3630 subsections here. Add section on Python coding standards.
3631
3632 2010-10-13 Doug Evans <dje@google.com>
3633
3634 * gdb.texinfo (Python): Add "Python modules".
3635 (Types in Python): Add reference to gdb.types section.
3636 (Python modules): New node.
3637
3638 2010-10-11 Doug Evans <dje@google.com>
3639
3640 * gdb.texinfo (Values From Inferior): Add reference to "Types in
3641 Python" from gdb.Value.type description.
3642
3643 2010-09-28 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.texinfo (Ravenscar Profile): New node.
3646
3647 2010-09-22 Tom Tromey <tromey@redhat.com>
3648
3649 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
3650
3651 2010-09-22 Eli Zaretskii <eliz@gnu.org>
3652
3653 * gdb.texinfo (Values From Inferior): Clarify that
3654 value.dynamic_type works only in C++ programs with RTTI.
3655
3656 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
3657
3658 * gdb.texinfo (Character Sets): Correctly reference host-charset
3659 in example.
3660
3661 2010-09-13 Tom Tromey <tromey@redhat.com>
3662
3663 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
3664 Document "fullname" and "from".
3665
3666 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
3667
3668 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
3669 feature `reverse' output by -list-target-features.
3670
3671 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
3672
3673 * gdb.texinfo (i386 Features): Remove an extra "@item".
3674
3675 2010-08-30 Tom Tromey <tromey@redhat.com>
3676
3677 PR python/11792:
3678 * gdb.texinfo (Values From Inferior): Document dynamic_type.
3679
3680 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
3681
3682 * gdb.texinfo (ARM Features): Document
3683 org.gnu.gdb.arm.m-profile.
3684
3685 2010-08-23 Tom Tromey <tromey@redhat.com>
3686
3687 PR python/11145:
3688 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
3689 reinterpret_cast methods.
3690
3691 2010-08-23 Tom Tromey <tromey@redhat.com>
3692
3693 PR python/11915:
3694 * gdb.texinfo (Types In Python): Document array method.
3695
3696 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3697
3698 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
3699
3700 2010-08-16 Tom Tromey <tromey@redhat.com>
3701
3702 * gdb.texinfo (Set Watchpoints): Document -location option.
3703
3704 2010-08-13 Doug Evans <dje@google.com>
3705
3706 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
3707
3708 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
3709
3710 * gdb.texinfo (GDB/MI Data Manipulation): Document
3711 -data-read-memory-raw and -data-write-memory-raw.
3712
3713 2010-08-11 Tom Tromey <tromey@redhat.com>
3714 Phil Muldoon <pmuldoon@redhat.com>
3715
3716 * gdb.texinfo (Basic Python): Describe post_event API.
3717
3718 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3719
3720 * gdb.texinfo (Basic Python): Describe solib_address and
3721 decode_line Python APIs
3722
3723 2010-08-10 Tom Tromey <tromey@redhat.com>
3724
3725 * gdb.texinfo (Pretty Printing API): Document
3726 gdb.default_visualizer.
3727
3728 2010-08-10 Tom Tromey <tromey@redhat.com>
3729
3730 Revert gdb-add-index addition:
3731 * gdb.texinfo (Index Files): Don't document gdb-add-index.
3732
3733 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3734 Eli Zaretskii <eliz@gnu.org>
3735
3736 * gdb.texinfo (Mode Options) <-batch>
3737 (Basic Python) <gdb.execute>: Describe setting width and height.
3738
3739 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3740
3741 * gdb.texinfo (Threads): Document 'debug libthread-db'.
3742
3743 2010-07-30 Tom Tromey <tromey@redhat.com>
3744
3745 * gdb.texinfo (Index Files): Mention gdb-add-index.
3746
3747 2010-07-30 Hui Zhu <teawater@gmail.com>
3748
3749 * gdb.texinfo (Inferiors and Programs): Update the introduce of
3750 "detach inferior" and "kill inferior".
3751
3752 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
3753
3754 * gdb.texinfo (Machine Code): Update description of two forms of
3755 arguments, and add new example to demonstrate the new form.
3756
3757 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3758
3759 * gdb.texinfo (Values From Inferior): Add value inferior function
3760 call description.
3761
3762 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 * gdb.texinfo (Active Targets): Fix wrong comma placement.
3765
3766 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3767 Eli Zaretskii <eliz@gnu.org>
3768
3769 Make core files the process_stratum.
3770 * gdb.texinfo (Active Targets): Remove core_stratum. Include
3771 record_stratum example.
3772
3773 2010-07-13 Tom Tromey <tromey@redhat.com>
3774
3775 * gdb.texinfo (Index Files): New node.
3776
3777 2010-07-13 Tom Tromey <tromey@redhat.com>
3778
3779 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
3780
3781 2010-07-13 Tom Tromey <tromey@redhat.com>
3782
3783 * gdb.texinfo (Specify Location): Document labels.
3784
3785 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3786
3787 * gdb.texinfo (Create and Delete Tracepoints): Add more index
3788 entries for fast tracepoints and static tracepoints.
3789
3790 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3791
3792 * gdb.texinfo (General Query Packets) <qfThreadInfo,
3793 qsThreadInfo>: Spell out `l' as ell.
3794
3795 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3796
3797 * gdb.texinfo (Convenience Variables): Document $_sdata.
3798 (Commands to Set Tracepoints): Describe static tracepoints. Add
3799 `Listing Static Tracepoint Markers' menu entry. Document
3800 "strace".
3801 (Tracepoint Action Lists): Document collecting $_sdata.
3802 (Listing Static Tracepoint Markers): New subsection.
3803 (Tracepoints support in gdbserver): Mention static tracepoints.
3804 (remote packets, enabling and disabling): Mention
3805 read-sdata-object.
3806 (General Query Packets) <qSupported>: Document qXfer:sdata:read
3807 and StaticTracepoint.
3808 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
3809 Document qXfer:sdata:read.
3810 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
3811
3812 2010-06-29 Joel Brobecker <brobecker@adacore.com>
3813
3814 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
3815
3816 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3817 Tom Tromey <tromey@redhat.com>
3818 Thiago Jung Bauermann <bauerman@br.ibm.com>
3819
3820 * gdb.texinfo (Inferiors In Python): New node.
3821 * gdb.texinfo (Threads In Python): New node.
3822
3823 2010-06-28 Joel Brobecker <brobecker@adacore.com>
3824
3825 * gdb.texinfo (Python): Document what the python directory is
3826 and what its location is.
3827 (Basic Python): Document the gdb.PYTHONDIR constant.
3828
3829 2010-06-25 Tom Tromey <tromey@redhat.com>
3830
3831 PR python/10808:
3832 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
3833
3834 2010-06-24 Hui Zhu <teawater@gmail.com>
3835
3836 * gdb.texinfo: (Commands for Controlled Output): Add
3837 documentation for command "eval".
3838
3839 2010-06-21 Stan Shebs <stan@codesourcery.com>
3840
3841 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
3842 * annotate.texinfo: Ditto.
3843 * gdbint.texinfo: Ditto.
3844 * stabs.texinfo: Ditto.
3845
3846 2010-06-22 Hui Zhu <teawater@gmail.com>
3847
3848 * gdb.texinfo: (Process Record and Replay): Add documentation
3849 for command "set record memory-query".
3850
3851 2010-06-21 Stan Shebs <stan@codesourcery.com>
3852
3853 * gdb.texinfo: Relicense under GFDL version 1.3.
3854 * annotate.texinfo: Relicense under GFDL version 1.3.
3855 * gdbint.texinfo: Relicense under GFDL version 1.3.
3856 * stabs.texinfo: Relicense under GFDL version 1.3.
3857 * fdl.texi: Update to version 1.3.
3858
3859 2010-06-18 Stan Shebs <stan@codesourcery.com>
3860
3861 * gdb.texinfo (Operating System Auxiliary Information): Describe
3862 "info os" when no arguments given.
3863
3864 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
3865 $_thread.
3866
3867 2010-06-18 Hui Zhu <teawater@gmail.com>
3868
3869 * gdb.texinfo: (Process Record and Replay): Add documentation
3870 for commands "record save" and "record restore".
3871
3872 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3873
3874 * gdb.texinfo: Include information about the correct use
3875 of addresses in the `watch' command.
3876
3877 2010-06-11 Stan Shebs <stan@codesourcery.com>
3878
3879 * gdb.texinfo (Observer Mode): New section.
3880 (General Query Packets): Document QAllow.
3881
3882 2010-06-04 Doug Evans <dje@google.com>
3883
3884 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
3885
3886 2010-06-03 Doug Evans <dje@google.com>
3887
3888 * gdbint.texinfo (Coding): Add subsection on command names.
3889
3890 2010-06-02 Tom Tromey <tromey@redhat.com>
3891
3892 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
3893 always-disassemble.
3894
3895 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3896
3897 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
3898 gdbserver, and add cross reference.
3899 (Tracepoints support in gdbserver): New subsection.
3900
3901 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3902
3903 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
3904 `qRelocInsn' feature.
3905 (Relocate instruction reply packet): New subsection
3906 of `Tracepoint Packets'.
3907 (Tracepoint Packets): Mention that packets QTDP and QTStart
3908 support the qRelocInsn request, and add cross reference to new
3909 subsection.
3910
3911 2010-05-25 Doug Evans <dje@google.com>
3912
3913 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
3914 (Commands In Python): Document gdb.string_to_argv.
3915
3916 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * gdbint.texinfo (Host Definition): Remove items NORETURN and
3919 ATTR_NORETURN.
3920
3921 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3922 Tom Tromey <tromey@redhat.com>
3923 Thiago Jung Bauermann <bauerman@br.ibm.com>
3924
3925 * gdb.texinfo (Parameters In Python): New Node.
3926
3927 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3928
3929 * gdb.texinfo: (Summary) Add mention about D language support.
3930 (Filenames): Add D suffixes.
3931 (D): New node.
3932
3933 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3934
3935 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
3936 of macro deleted from GDB code.
3937
3938 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3939
3940 * gdb.texinfo (Commands to specify files): Describe what how GDB
3941 looks up DOS-based filesystem paths on the system root. Document
3942 the new `set/show target-file-system-kind' commands.
3943
3944 2010-04-23 Doug Evans <dje@google.com>
3945
3946 * gdb.texinfo (Python): Move Auto-loading section here ...
3947 (Python API): from here.
3948 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
3949 (Maintenance Commands): Add docs for "maint print section-scripts".
3950
3951 2010-04-20 Chris Moller <cmoller@redhat.com>
3952
3953 * gdb.texinfo (Setting Breakpoints): Added description of
3954 filename-qualified rbreak.
3955 * refcard.tex (Breakpoints and Watchpoints): Added brief
3956 description of filename-qualified rbreak.
3957
3958 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
3961 (Python API): Change the reference to Pretty Printing API.
3962 (Pretty Printing): Move the user part under the Data node. Reformat
3963 the sample output to 72 columns. Create a new reference to Pretty
3964 Printing API. Rename the API part ...
3965 (Pretty Printing API): To a new node name.
3966 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
3967 (GDB/MI Variable Objects): Change references to Pretty Printing API.
3968
3969 2010-04-21 Stan Shebs <stan@codesourcery.com>
3970
3971 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
3972 and commands.
3973 (Listing Tracepoints): Update to reflect current behavior.
3974
3975 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3976
3977 * gdb.texinfo (Examining memory): Update for change in string
3978 display with explicit size.
3979
3980 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3981
3982 PR breakpoints/8554.
3983
3984 * gdb.texinfo (Save Breakpoints): New node.
3985 (save-tracepoints): Rename to ...
3986 (save tracepoints): ... this. Mention that `save-tracepoints' is
3987 a deprecated alias to `save tracepoints'.
3988
3989 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3990
3991 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
3992 (info w32 thread-information-block): Document new command.
3993 (qGetTIBAddress): Document new gdbserver query.
3994 (maint set/show show-all-tib): Document new command.
3995
3996 2010-04-15 Doug Evans <dje@google.com>
3997
3998 * gdb.texinfo (Python API): Add progspaces section.
3999 (Selecting Pretty-Printers): Progspace pretty-printers are
4000 searched too.
4001 (Progspaces In Python): New section.
4002
4003 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4004
4005 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4006
4007 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4008 returns None.
4009
4010 2010-04-09 Stan Shebs <stan@codesourcery.com>
4011
4012 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4013 Describe the `frames-created' field, tweak grammar.
4014
4015 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4016
4017 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4018 Describe the `circular' and `disconnected' fields.
4019
4020 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
4021
4022 * gdb.texinfo (maint print registers): Mention unavailable and
4023 invisible registers.
4024
4025 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4026 Thiago Jung Bauermann <bauerman@br.ibm.com>
4027 Tom Tromey <tromey@redhat.com>
4028
4029 * gdb.texinfo (Breakpoints In Python): New Node.
4030
4031 2010-04-08 Stan Shebs <stan@codesourcery.com>
4032
4033 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4034 trace status fields.
4035
4036 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4037
4038 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4039 optional. Make org.gnu.gdb.i386.avx requires
4040 org.gnu.gdb.i386.avx.
4041
4042 2010-04-08 Doug Evans <dje@google.com>
4043
4044 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4045 search path, and document that gdb only scans the search path if
4046 the script's path doesn't specify a directory.
4047
4048 2010-04-05 Doug Evans <dje@google.com>
4049
4050 * gdb.texinfo (maint show python auto-load): Fix typo.
4051
4052 2010-04-04 Stan Shebs <stan@codesourcery.com>
4053
4054 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4055 (Setting Watchpoints): Update description of "info watch".
4056 (Disabling Breakpoints): Only "info break" lists all.
4057
4058 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4059 (tdump): Explain how tdump works.
4060
4061 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4062
4063 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4064 add cross reference.
4065
4066 2010-03-31 Pedro Alves <pedro@codesourcery.com>
4067
4068 * gdb.texinfo (TUI Commands): Mention that in some cases, these
4069 commands error out.
4070
4071 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4072
4073 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4074
4075 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4076
4077 * gdb.texinfo (General Query Packets): Add xmlRegisters.
4078
4079 2010-03-29 Stan Shebs <stan@codesourcery.com>
4080 Nathan Sidwell <nathan@codesourcery.com>
4081
4082 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4083 GDBN equivalent.
4084 (Set Tracepoints): Remove mention that conditional tracepoints
4085 don't exist.
4086 (Tracepoint Actions): Clarify when while-stepping collection
4087 happens, note that while-stepping does not automatically collect
4088 $pc.
4089
4090 2010-03-29 Stan Shebs <stan@codesourcery.com>
4091
4092 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4093 (General Query Packets): Describe TracepointSource.
4094
4095 2010-03-27 Matt Rice <ratmice@gmail.com>
4096
4097 * gdb.texinfo (ARM): Document arguments to "target sim".
4098 (Set Catchpoints): Use @dots{} instead of @r{...}.
4099
4100 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4101
4102 * gdb.texinfo (Tracepoint Packets): Remove mention that
4103 terror:string may be plain text, and drop mention of X prefix.
4104
4105 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
4106
4107 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4108
4109 2010-03-24 Stan Shebs <stan@codesourcery.com>
4110
4111 * gdb.texinfo (Tracepoint Packets): Document trace error status.
4112
4113 2010-03-24 Tom Tromey <tromey@redhat.com>
4114
4115 PR breakpoints/9352:
4116 * gdb.texinfo (Break Commands): Update.
4117
4118 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4119
4120 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4121 commands.
4122
4123 2010-03-16 Stan Shebs <stan@codesourcery.com>
4124
4125 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4126 circular-trace-buffer.
4127 (Tracepoint Packets): Describe QTBuffer, and details of the
4128 qTStatus reply.
4129
4130 2010-03-12 Stan Shebs <stan@codesourcery.com>
4131 Nathan Sidwell <nathan@codesourcery.com>
4132
4133 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4134 doing instruction stepping.
4135 (Tracepoint Restrictions): New node.
4136
4137 2010-03-10 Tom Tromey <tromey@redhat.com>
4138
4139 * gdbint.texinfo (Symbol Handling): Update.
4140
4141 2010-03-08 Tom Tromey <tromey@redhat.com>
4142
4143 PR cli/9591:
4144 * gdb.texinfo (Mode Options): Mention lack of pagination and
4145 confirmation with --batch.
4146 (Screen Size): Mention --batch.
4147 (Messages/Warnings): Likewise.
4148
4149 2010-03-05 Tom Tromey <tromey@redhat.com>
4150
4151 * gdb.texinfo (Basic Python): Document target_charset and
4152 target_wide_charset.
4153
4154 2010-03-05 Tom Tromey <tromey@redhat.com>
4155
4156 * gdb.texinfo (Data): Link to pretty-printing.
4157 (Output Formats): Likewise. Correct text.
4158
4159 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4160
4161 * gdb.texinfo (Types): Describe <struct> and <flags>.
4162
4163 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4164
4165 * gdb.texinfo (Frames In Python): Add block parameter and
4166 description to read_var text.
4167
4168 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
4169 Tom Tromey <tromey@redhat.com>
4170
4171 * gdb.texinfo (Types In Python): Describe block argument in
4172 template_argument and gdb.lookup_type.
4173
4174 2010-02-24 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.texinfo (Cygwin Native): Fix typo.
4177
4178 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4179
4180 * gdb.texinfo (Frames In Python): Add block, find_sal, function
4181 and select method descriptions.
4182 (Python API): Add Blocks In Python, Symbols in Python and Symbol
4183 Tables in Python to menu.
4184 (Blocks In Python): New node.
4185 (Symbols In Python): New node.
4186 (Symbol Tables in Python): New node.
4187
4188 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
4189
4190 Multiexec MI
4191
4192 gdb/
4193 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4194
4195 gdb/doc/
4196 * gdb.texinfo (GDB/MI Command Syntax): Document notification
4197 changes.
4198 (GDB/MI Program Execution): Document current behaviour of
4199 --all and --thread-group.
4200 (GDB/MI Miscellaneous Commands): Document -add-inferior and
4201 -remove-inferior.
4202 * observer.texi (inferior_added, inferior_removed): New
4203 observers.
4204
4205 2010-02-19 Tom Tromey <tromey@redhat.com>
4206
4207 * gdbint.texinfo (Getting Started): Fix @node.
4208 (Debugging GDB): Likewise.
4209
4210 2010-02-13 Joel Brobecker <brobecker@adacore.com>
4211
4212 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4213 documenting the gdb_test_timeout variable.
4214
4215 2010-02-12 Jakob Engblom <jakob@virtutech.com>
4216
4217 * gdb.texinfo (MI commands): Added documentation of --reverse
4218 option to a set of MI commands. Restructured documentation of MI
4219 commands --exec-continue to reflect the complexity of reverse
4220 execution.
4221
4222 2010-02-12 Pedro Alves <pedro@codesourcery.com>
4223
4224 * gdb.texinfo (Using the Collected Data): Specify that the address
4225 range of `tfind outsize' is exclusive, and that the address range
4226 of `tfind range' is inclusive.
4227 (Tracepoint Packets): Specify that the address range of
4228 `QTFrame:range' is inclusive, and that the address range of
4229 `QTFrame:outside' is exclusive
4230
4231 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
4232
4233 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4234
4235 2010-02-10 Tom Tromey <tromey@redhat.com>
4236
4237 * gdb.texinfo (Debugging Output): Document set debug parser and
4238 show debug parser.
4239
4240 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
4241
4242 * gdb.texinfo (Predefined Target Types): Add i387_ext,
4243 i386_eflags and i386_mxcsr.
4244
4245 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
4246
4247 * gdb.texinfo: Document i386 target features.
4248
4249 2010-02-05 Doug Evans <dje@google.com>
4250
4251 * gdbint.texinfo (Testsuite): Add a new section to document the
4252 various DejaGnu variables that may be overridden.
4253 Document INTERNAL_GDBFLAGS.
4254
4255 2010-02-04 Tom Tromey <tromey@redhat.com>
4256
4257 PR cli/8830:
4258 * gdb.texinfo (Files): -readnow comes before the filename for file
4259 and symbol-file.
4260
4261 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4264 Document ARM breakpoint types.
4265 (Register Packet Format): Move into the new section.
4266 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4267
4268 2010-01-21 Joel Brobecker <brobecker@adacore.com>
4269
4270 * gdb.texinfo (File Options): Adjust the documentation of this
4271 switch to refer to the "source" command rather than partially
4272 duplicating some of the relevant information.
4273 (Extending GDB): Introduce and document the set/show script-extension
4274 setting.
4275 (Command Files): Add note explaining that the "source" command
4276 is also used to evalute scripts written in other languages.
4277 Remove the short slightly incorrect reference to sourcing Python
4278 scripts.
4279 (Python Commands): Document how to execute a Python script from GDB.
4280
4281 2010-01-19 Joel Brobecker <brobecker@adacore.com>
4282
4283 * gdb.texinfo (Command Files): Fix typo.
4284
4285 2010-01-18 Tom Tromey <tromey@redhat.com>
4286
4287 * gdb.texinfo (File Options): Document -x on .py files.
4288 (Command Files): Document handling of Python scripts.
4289
4290 2010-01-18 Jie Zhang <jie.zhang@analog.com>
4291
4292 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4293
4294 2010-01-15 Stan Shebs <stan@codesourcery.com>
4295
4296 * gdb.texinfo (Trace Files): New section.
4297 (Tracepoint Packets): Document QTSave and qTBuffer.
4298 (Trace File Format): New appendix.
4299
4300 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4301
4302 * gdb.texinfo (Values From Inferior): Document lazy_string value
4303 method.
4304 (Python API): Add Lazy strings menu item.
4305 (Lazy Strings In Python): New node.
4306
4307 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4308
4309 * gdb.texinfo (GDB/MI Thread Information): New.
4310 (GDB/MI Async Records): Document the core field in *stopped.
4311 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4312 documentation
4313 (Process list): Document that osdata document may contain
4314 threads.
4315 (Remote Serial Protocol): Document qXfer:threads.
4316
4317 2010-01-06 Stan Shebs <stan@codesourcery.com>
4318
4319 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4320 disconnected tracing.
4321 (Tracepoint Packets): Document new protocol.
4322
4323 2010-01-05 Stan Shebs <stan@codesourcery.com>
4324
4325 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4326 tracepoints.
4327 (Tracepoint Packets): Describe remote protocol for fast
4328 tracepoints.
4329
4330 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4331
4332 Update the "Start of New Year Procedure".
4333 * gdbint.texinfo: Add the list of files that need to be updated
4334 manually. Minor reformatting.
4335
4336 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4337
4338 * refcard.tex: Update copyright year in header and text.
4339
4340 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4341
4342 * agentexpr.texi: Add 2010 to the list of copyright years.
4343 * annotate.texinfo: Likewise.
4344 * gdb.texinfo: Likewise.
4345 * gdbint.texinfo: Likewise.
4346 * observer.texi: Likewise.
4347 * stabs.texinfo: Likewise.
4348
4349 2009-12-31 Stan Shebs <stan@codesourcery.com>
4350
4351 * gdb.texinfo (Tracepoint Actions): Describe teval.
4352
4353 2009-12-29 Stan Shebs <stan@codesourcery.com>
4354
4355 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4356
4357 2009-12-28 Stan Shebs <stan@codesourcery.com>
4358
4359 * gdb.texinfo (Trace State Variables): New section.
4360 (Tracepoint Packets): Describe trace state variable packets.
4361 * agentexpr.texi (Bytecode Descriptions): Describe trace state
4362 variable bytecodes.
4363
4364 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4365
4366 * gdb.texinfo (Symbols): "info variables" prints definitions, not
4367 declarations.
4368
4369 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4370
4371 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4372 -gdb-exit behaviour.
4373
4374 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4375
4376 * gpl.texi: Update to version 3 of the GPL.
4377
4378 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4379
4380 * Makefile.in: Update copyright header.
4381 * observer.texi: Fix the copyright header of the generated files.
4382
4383 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4384
4385 * gdb.texinfo (Types In Python): Describe range function.
4386
4387 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
4388
4389 * gdb.texinfo (Types In Python): Describe "is_base_class".
4390
4391 2009-12-03 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4394
4395 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4396
4397 * observer.texi: New memory_changed observer.
4398
4399 2009-12-01 Tom Tromey <tromey@redhat.com>
4400
4401 * gdb.texinfo (Reverse Execution): Fix typo.
4402
4403 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4404
4405 PR gdb/8704
4406
4407 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4408 are allowed after the breakpoint condition.
4409
4410 2009-11-23 Tom Tromey <tromey@redhat.com>
4411
4412 PR python/10782:
4413 * gdb.texinfo (Types In Python): Document Type.pointer.
4414
4415 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4416
4417 * gdb.texinfo (Machine Code): Adjust.
4418
4419 2009-11-11 Pedro Alves <pedro@codesourcery.com>
4420
4421 * agentexpr.texi (Tracing On Symmetrix): Delete section.
4422 (Using Agent Expressions): Delete cross reference.
4423
4424 2009-11-07 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4427 and @settitle directives up to help makeinfo find them.
4428
4429 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4432 (Auto-loading): Use plural and note one can use multiple components now.
4433
4434 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
4435
4436 * gdb.texinfo (GDB/MI Stack Manipulation): Make
4437 -stack-list-arguments have the same documentation for parameter
4438 as -stack-list-locals. Add comas.
4439
4440 2009-10-27 Tom Tromey <tromey@redhat.com>
4441 Eli Zaretskii <eliz@gnu.org>
4442
4443 PR python/10781
4444
4445 * gdb.texinfo (Values From Inferior): Document cast method.
4446
4447 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4448
4449 * gdb.texinfo (Machine Code): Mention function name in disasssembly
4450 and adjust example.
4451
4452 2009-10-22 Michael Snyder <msnyder@vmware.com>
4453
4454 * gdb.texinfo (Process Record and Replay): Document new form of
4455 info record command. Also document the new save and restore
4456 commands.
4457
4458 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4459
4460 * gdb.texinfo (Machine Code): Mention current pc marker.
4461 (Memory): Likewise.
4462
4463 2009-10-19 Pedro Alves <pedro@codesourcery.com>
4464 Stan Shebs <stan@codesourcery.com>
4465
4466 * observer.texi (new_inferior): Rename to...
4467 (inferior_appeared): ... this.
4468
4469 * gdb.texinfo (Inferiors): Rename node to ...
4470 (Inferiors and Programs): ... this. Mention running multiple
4471 programs in the same debug session.
4472 <info inferiors>: Mention the new 'Executable' column if "info
4473 inferiors". Update examples. Document the "add-inferior",
4474 "clone-inferior", "remove-inferior" and "maint info
4475 program-spaces" commands.
4476 (Process): Rename node to...
4477 (Forks): ... this. Document "set|show follow-exec-mode".
4478
4479 2009-10-11 Michael Snyder <msnyder@vmware.com>
4480
4481 * gdb.texinfo (ReverseStep): Show default as "unsupported".
4482 (ReverseContinue): Ditto.
4483
4484 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4485
4486 * gdb.texinfo (Server): Document libthread-db-search-path.
4487
4488 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4489
4490 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
4491
4492 2009-10-06 Michael Eager <eager@eagercon.com>
4493
4494 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
4495 (Embedded Processors): Add MicroBlaze.
4496 (MicroBlaze): New. Describe Xilinx MicroBlaze
4497
4498 2009-10-04 Pedro Alves <pedro@codesourcery.com>
4499
4500 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
4501
4502 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4503
4504 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
4505
4506 2009-09-23 Joel Brobecker <brobecker@adacore.com>
4507
4508 * observer.texi (solib_unloaded): Document explicitly the fact that
4509 this observer is called before the associated symbols are unloaded.
4510
4511 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
4512
4513 * gdb.texinfo (GDB/MI Stack Manipulation): Document
4514 -stack-list-variables.
4515
4516 2009-09-18 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
4519 is experimental.
4520
4521 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4522
4523 * gdb.texinfo (convenince variables): Mention
4524 $_siginfo could be empty.
4525
4526 2009-09-15 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.texinfo (GDB/MI Variable Objects): Document
4529 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
4530 Expand -var-update documentation.
4531
4532 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4533
4534 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
4535 feature.
4536
4537 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
4540
4541 2009-09-10 Michael Snyder <msnyder@vmware.com>
4542
4543 * gdb.texinfo (qSupported): Mention new ReverseContinue and
4544 ReverseStep replies to the qSupported query.
4545
4546 2009-09-10 Joel Brobecker <brobecker@adacore.com>
4547
4548 Add documentation for set/show interactive-mode.
4549 * gdb.texinfo (Other Misc Settings): New node.
4550
4551 2009-09-01 Doug Evans <dje@google.com>
4552
4553 * gdb.texinfo (Caching Data of Remote Targets): Add note on
4554 non-stop mode's affect on remote caching.
4555
4556 2009-08-31 Jacob Potter <jdpotter@google.com>
4557 Doug Evans <dje@google.com>
4558
4559 * gdb.texinfo (Caching Data of Remote Targets): Update text.
4560 Mark `set/show remotecache' options as obsolete.
4561 Document new `set/show stack-cache' option.
4562 Update text for `info dcache'.
4563
4564 2009-08-27 Doug Evans <dje@google.com>
4565
4566 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
4567 (Files): Add note on new optional regex arg to `info sharedlibrary'.
4568
4569 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4570
4571 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
4572 about autoconf.
4573
4574 2009-08-25 Pedro Alves <pedro@codesourcery.com>
4575
4576 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
4577 small example, and describe its columns. Replace "inferior-id" by
4578 "infno" throughout.
4579
4580 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4581
4582 * gdbint.texinfo (Releasing GDB): Point to
4583 README-maintainer-mode file for required autoconf version.
4584 * configure.ac: Do not substitute datarootdir, htmldir,
4585 pdfdir, docdir. Do not process --with-datarootdir,
4586 --with-htmldir, --with-pdfdir, --with-docdir.
4587 * configure: Regenerate.
4588
4589 * configure: Regenerate.
4590
4591 2009-08-20 Reid Kleckner <reid@kleckner.net>
4592
4593 * gdb.texinfo: Add chapter on JIT interface.
4594
4595 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
4596
4597 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
4598 confirmation request.
4599
4600 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
4601
4602 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
4603 CRC definitions.
4604
4605 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4606
4607 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
4608 -break-commands.
4609
4610 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4611
4612 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4613 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
4614
4615 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4616
4617 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
4618 "set spu stop-on-load" and "show spu stop-on-load" commands.
4619
4620 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4621
4622 * gdb.texinfo (Target Descriptions): Document <compatible> element.
4623
4624 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4625
4626 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
4627 org.gnu.gdb.arm.neon.
4628
4629 2009-07-20 Pedro Alves <pedro@codesourcery.com>
4630
4631 * gdb.texinfo (Target Description Format): Mention the new <osabi>
4632 optional element.
4633 (subsection OS ABI): New subsection.
4634
4635 2009-07-14 Stan Shebs <stan@codesourcery.com>
4636
4637 * gdb.texinfo (Tracepoint Conditions): New section.
4638 (General Query Packets): Describe ConditionalTracepoints.
4639 (Tracepoint Packets): Describe condition field.
4640 (Maintenance Commands): Describe maint agent-eval.
4641 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
4642
4643 2009-07-11 Hui Zhu <teawater@gmail.com>
4644
4645 * gdb.texinfo (disassemble): Add a new modifier /r
4646 to "disassemble" command to make it print the raw instructions
4647 in hex as well as in symbolic form.
4648
4649 2009-07-09 Tom Tromey <tromey@redhat.com>
4650
4651 * gdbint.texinfo (Testsuite): Document parallel make check.
4652
4653 2009-07-09 Tom Tromey <tromey@redhat.com>
4654
4655 * gdbint.texinfo (Testsuite): Document test transcripts.
4656
4657 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4658
4659 * gdb.texinfo (Values From Inferior): Add length parameter
4660 description.
4661
4662 2009-07-04 Chris Genly <chris@genly.us>
4663
4664 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4665 in -var-list-children. Fix example according to what the code
4666 does.
4667
4668 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4669
4670 * gdb.texinfo (Debugging multiple inferiors): Document the
4671 "inferior", "detach inferior" and "kill inferior" commands.
4672 (Debugging Programs with Multiple Processes): Adjust to mention
4673 generic "inferior" commands. Delete mention of "detach fork" and
4674 "delete fork". Cross reference to "Debugging multiple inferiors"
4675 section.
4676
4677 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4678
4679 * gdbint.texinfo (Item Output Functions): Update signature
4680 for ui_out_field_core_addr.
4681
4682 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
4683
4684 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
4685 Update example code extrated from breakpoint.c.
4686
4687 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4688
4689 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
4690 MI commands.
4691 (GDB/MI Symbol Query): Likewise.
4692 (GDB/MI File Commands): Likewise.
4693 (GDB/MI File Transfer Commands): Likewise.
4694 (GDB/MI Target Manipulation): Likewise.
4695 (GDB/MI Miscellaneous Commands): Likewise.
4696
4697 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * gdb.texinfo (Debugging Optimized Code): New chapter.
4700 (Compiling for Debugging): Reference it. Move some
4701 text to the new section.
4702
4703 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4704
4705 * doc/gdb.texinfo (Calling): Document
4706 set-unwind-on-terminating-exception usage.
4707
4708 2009-06-11 Pedro Alves <pedro@codesourcery.com>
4709
4710 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
4711 command.
4712
4713 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4714
4715 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
4716 references.
4717
4718 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
4719
4720 * gdbint.texinfo: Rename formal parameters to gdbarch function
4721 protoypes from "current_gdbarch" to "gdbarch".
4722
4723 2009-05-28 Tom Tromey <tromey@redhat.com>
4724
4725 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
4726
4727 2009-05-27 Tom Tromey <tromey@redhat.com>
4728
4729 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4730 feature.
4731 (GDB/MI Variable Objects): Document -var-set-visualizer.
4732
4733 2009-04-02 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
4736 feature.
4737 (GDB/MI Variable Objects): Document -var-set-visualizer.
4738
4739 2009-05-27 Tom Tromey <tromey@redhat.com>
4740 Thiago Jung Bauermann <bauerman@br.ibm.com>
4741 Phil Muldoon <pmuldoon@redhat.com>
4742
4743 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
4744 (Pretty Printing): New node.
4745 (Selecting Pretty-Printers): Likewise.
4746 (Python API): Update.
4747 (Output Formats): Document /r format.
4748
4749 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4750 Tom Tromey <tromey@redhat.com>
4751
4752 * gdb.texinfo (Types In Python): New node.
4753 (Values From Inferior): "type" is now an attribute.
4754 (Python API): Update.
4755
4756 2009-05-27 Tom Tromey <tromey@redhat.com>
4757 Thiago Jung Bauermann <bauerman@br.ibm.com>
4758 Phil Muldoon <pmuldoon@redhat.com>
4759
4760 * gdb.texinfo: Add @syncodeindex for `tp'.
4761 (Python API): Update.
4762 (Auto-loading): New node.
4763 (Objfiles In Python): New node.
4764
4765 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4766
4767 * gdb.texinfo (Threads): Document libthread-db-search-path.
4768
4769 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
4770
4771 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
4772
4773 2009-05-12 Pedro Alves <pedro@codesourcery.com>
4774
4775 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
4776 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
4777 show show-debug-regs' docs.
4778
4779 2009-05-08 Eli Zaretskii <eliz@gnu.org>
4780
4781 * gdb.texinfo (Process Record and Replay): Add description of
4782 reverse execution.
4783
4784 2009-05-07 Joel Brobecker <brobecker@adacore.com>
4785
4786 * gdbint.texinfo (Adding support for debugging core files): New node.
4787 (Native Debugging): Remove the ``Native core file Support'' section.
4788
4789 2009-05-01 Eli Zaretskii <eliz@gnu.org>
4790
4791 * gdb.texinfo (Process Record and Replay): Improve and clarify.
4792 Add index entries.
4793
4794 2009-04-30 Hui Zhu <teawater@gmail.com>
4795 Michael Snyder <msnyder@vmware.com>
4796
4797 * gdb.texinfo: (Process Record and Replay): Add documentation for
4798 process record and replay.
4799
4800 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4801
4802 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
4803 a new part on command-line defined macros.
4804
4805 2009-04-25 Eli Zaretskii <eliz@gnu.org>
4806
4807 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
4808 clarify the wording.
4809
4810 2009-04-23 Tom Tromey <tromey@redhat.com>
4811
4812 * gdb.texinfo (Data Files): New node.
4813 (GDB Files): Update menu.
4814
4815 2009-04-23 Joel Brobecker <brobecker@adacore.com>
4816
4817 * gdbint.texinfo (Defining Other Architecture Features): Remove
4818 entry for PROCESS_LINENUMBER_HOOK.
4819
4820 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
4821
4822 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
4823
4824 2009-04-22 Hui Zhu <teawater@gmail.com>
4825
4826 * gdb.texinfo (disassemble-next-line): Set the default of
4827 disassemble-next-line to off.
4828
4829 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4830
4831 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
4832 --with-htmldir): New.
4833 * configure: Regenerate.
4834 * Makefile.in (datarootdir, docdir): Define.
4835 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
4836 instead of $(SET_TEXINPUTS).
4837 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
4838 gdbint.info instead of $(SET_TEXINPUTS).
4839 (gdbint/index.html): Use same -I options as for building
4840 gdbint.info.
4841 (stabs.dvi, stabs.pdf): Use same -I options as for building
4842 stabs.info instead of $(SET_TEXINPUTS).
4843 (stabs/index.html): Use same -I options as for building
4844 stabs.info.
4845 (annotate.dvi, annotate.pdf): Use same -I options as for building
4846 annotate.info instead of $(SET_TEXINPUTS).
4847 (annotate/index.html): Use same -I options as for building
4848 annotate.info.
4849
4850 2009-04-21 David Daney <ddaney@caviumnetworks.com>
4851
4852 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
4853
4854 2009-04-21 Joseph Myers <joseph@codesourcery.com>
4855
4856 * gdb.texinfo (Source Path): Document --with-relocated-sources.
4857
4858 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
4859 Joseph Myers <joseph@codesourcery.com>
4860
4861 * Makefile.in (MAKEHTML): Set to makeinfo --html.
4862 (MAKEHTMLFLAGS): Set to empty.
4863 (html__strip_dir): Define.
4864 (HTMLFILES): Define.
4865 (HTMLFILES_INSTALL): Define.
4866 (install-html): Copy new automake rule.
4867 (html): Depend on $(HTMLFILES).
4868 (gdb_toc.html): Rename to gdb/index.html.
4869 (gdbint_toc.html): Rename to gdbint/index.html.
4870 (stabs_toc.html): Rename to stabs/index.html.
4871 (annotate_toc.html): Rename to annotate/index.html.
4872
4873 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
4874
4875 * Makefile.in: Set pdfdir and htmldir from configure
4876 substitutions.
4877 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
4878 * configure: Regenerate.
4879
4880 2009-04-16 Joel Brobecker <brobecker@adacore.com>
4881
4882 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
4883 This macro is no longer used.
4884
4885 2009-04-15 Tom Tromey <tromey@redhat.com>
4886
4887 * gdb.texinfo (Character Sets): Document default character set.
4888
4889 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
4890
4891 * gdbint.texinfo: Change server name from sources.redhat.com to
4892 sourceware.org throughout.
4893
4894 2009-04-09 Joel Brobecker <brobecker@adacore.com>
4895
4896 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
4897 about a missing dot or coma after @xref.
4898
4899 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4900
4901 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
4902 example, and add a small explanation about it.
4903 (Print Settings): Change the documentation of the "set print
4904 frame-arguments" to reflect the fact that the default is now "scalars".
4905
4906 2009-04-02 Joel Brobecker <brobecker@adacore.com>
4907
4908 * gdb.texinfo (Print Settings): Add kindex for command "set
4909 print frame-arguments".
4910
4911 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4912
4913 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
4914 breakpoints.
4915 (Set Breaks): Add reference to thread-specific and task-specific
4916 breakpoints.
4917
4918 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4919
4920 * gdb.texinfo (Ada Tasks): Remove the documentation about
4921 the "Running" state, as this state has been eliminated.
4922 Now all runnable tasks are shown as "Runnable".
4923
4924 2009-03-30 Stan Shebs <stan@codesourcery.com>
4925
4926 * gdb.texinfo (Tracepoints): Describe tracepoints as a
4927 special case of breakpoints.
4928 (Enable and Disable Tracepoints): Mention deprecation.
4929 (Listing Tracepoints): Update description and example.
4930
4931 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4932
4933 * gdb.texinfo (Frames in Python): New node.
4934 (Python API): Update.
4935
4936 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4937
4938 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
4939 from a method to an attribute.
4940
4941 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4942
4943 * gdb.texinfo (Values From Inferior): Document is_optimized_out
4944 attribute.
4945
4946 2009-03-25 Pedro Alves <pedro@codesourcery.com>
4947
4948 * observer.texi (thread_exit): Add "silent" parameter.
4949
4950 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4951
4952 * observer.texi (about_to_proceed): New.
4953
4954 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
4955
4956 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
4957 field throughout to handle types with spaces in them. Fix typos
4958 found by aspell.
4959 (Summary, Requirements, Contributors): New first chapter,
4960 "Summary" added, old Requirements section moved there, and new
4961 section, "Contributors" added.
4962 (Initializing a New Architecture, Register Representation)
4963 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
4964 (Porting gdb): These sections extended and updated.
4965 (Compiler Characteristics): This section (empty) deleted.
4966 (Defining Other Architecture Features): This section renamed and
4967 duplicate material removed from (formerly "Target Conditionals").
4968 Use braces {} in @deftypeXX type field throughout to handle types
4969 with spaces in them. Typos found by aspell fixed.
4970
4971 * stack_frame.svg: New file, source of image for gdbint.texinfo.
4972 * stack_frame.pdf: Version of image for PDF output.
4973 * stack_frame.png: Version of image for HTML output and for Emacs.
4974 * stack_frame.txt: Version of image for Info output.
4975 * stack_frame.eps: Version of image for TeX DVI output.
4976
4977 2009-03-21 Eli Zaretskii <eliz@gnu.org>
4978
4979 * gdb.texinfo (Character Sets): Fix last change.
4980
4981 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4982
4983 * gdb.texinfo (Values From Inferior): Fix optional arguments
4984 markup.
4985 (Commands In Python): Adjust argument names of gdb.Command.__init__
4986 to what the function accepts as keywords.
4987
4988 2008-03-20 Tom Tromey <tromey@redhat.com>
4989
4990 * gdb.texinfo (Convenience Vars): Document convenience functions.
4991 (Functions In Python): New node.
4992 (Python API): Update.
4993
4994 2009-03-20 Tom Tromey <tromey@redhat.com>
4995
4996 * gdb.texinfo (Character Sets): Remove obsolete text. Document
4997 set target-wide-charset.
4998 (Requirements): Mention iconv.
4999
5000 2009-03-17 Hui Zhu <teawater@gmail.com>
5001
5002 * gdb.texinfo: Change the introduce of "disassemble-next-line".
5003
5004 2009-03-17 Hui Zhu <teawater@gmail.com>
5005
5006 * gdb.texinfo: Add documentation for disassemble-next-line.
5007
5008 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5009
5010 * gdb.texinfo (Commands In Python): Remove tindex entries.
5011
5012 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5013
5014 * gdb.texinfo (Returning): New description for missing debug info.
5015
5016 2009-03-14 Pedro Alves <pedro@codesourcery.com>
5017
5018 * gdb.texinfo (Remote Configuration): Document query-attached.
5019 (General Query Packets): Document qAttached.
5020
5021 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5022
5023 * gdb.texinfo (Background Execution): Better describe the set
5024 target-async command.
5025 (Maintenance Commands): Delete description of the `maint set/show
5026 linux-async' and `maint set/show remote-async' commands.
5027
5028 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5029
5030 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5031 between sentences.
5032
5033 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
5034
5035 * gdb.texinfo (GDB/MI Async Records): Document the
5036 =library-loaded and =library-unloaded notifications.
5037
5038 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5039
5040 * observer.texi (test_notification): New observer.
5041
5042 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5043
5044 * observer.texi: Add parameter 'print_frame' to normal_stop
5045 observer.
5046
5047 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5048
5049 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5050 (Commands In Python): Fix COMMAND_* constants in last change. Use
5051 @kbd for interactive input. Add cross-references and index
5052 entries.
5053
5054 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5055
5056 * gdb.texinfo (Signals): Document $_siginfo.
5057 (Convenience Variables): Mention $_siginfo.
5058 (Remote Configuration): Document qXfer:siginfo:read,
5059 qXfer:siginfo:write packets, and the read-siginfo-object,
5060 write-siginfo-object commands.
5061
5062 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5063
5064 * gdbint.texinfo (Values): New chapter.
5065
5066 2009-02-06 Tom Tromey <tromey@redhat.com>
5067
5068 * gdb.texinfo (Python API): Add entry for Commands In Python.
5069 (Commands In Python): New node.
5070
5071 2009-02-05 Tom Tromey <tromey@redhat.com>
5072
5073 * gdb.texinfo (Values From Inferior): Document Value.string.
5074
5075 2009-02-05 Tom Tromey <tromey@redhat.com>
5076
5077 * gdb.texinfo (Basic Python): Document execute's from_tty
5078 argument.
5079
5080 2009-02-04 Tom Tromey <tromey@redhat.com>
5081
5082 * gdb.texinfo (Basic Python): Document gdb.history.
5083
5084 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5085
5086 * gdb.texinfo (GDB/MI Thread Commands): Document the
5087 'current-thread-id' field. Remove the example with zero threads,
5088 since current GDB won't ever report that if there's inferior.
5089
5090 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5091
5092 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5093 option to -break-insert.
5094
5095 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5096 Jerome Guitton <guitton@adacore.com>
5097
5098 * gdb.texinfo (Startup): Document --with-system-gdbinit.
5099 (System-wide configuration): New section.
5100
5101 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5102
5103 PR gdb/7580:
5104 * gdb.texinfo (Maintenance Commands): Document "maint set|show
5105 internal-error|internal-warning quit|corefile ask|yes|no".
5106
5107 2009-01-26 Pedro Alves <pedro@codesourcery.com>
5108
5109 * gdb.texinfo (Using the `gdbserver' Program): Document
5110 --remote-debug.
5111
5112 2009-01-23 Doug Evans <dje@google.com>
5113
5114 * gdb.texinfo: Add nexti to list of commands that support
5115 background execution.
5116
5117 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 * gdb.texinfo (Define, Hooks): Document prefix command support.
5120
5121 2009-01-14 Joseph Myers <joseph@codesourcery.com>
5122 Carlos O'Donell <carlos@codesourcery.com>
5123
5124 Fixes for makeinfo --html.
5125
5126 * annotate.texinfo: Use @copying and @insertcopying. Use
5127 @ifnottex in place of @ifinfo.
5128 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
5129 place of @ifinfo. Use @ifnotinfo for one index entry.
5130 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
5131 in place of @ifinfo.
5132 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
5133 in place of @ifinfo. Include contents at start unconditionally.
5134
5135 2009-01-13 Pedro Alves <pedro@codesourcery.com>
5136
5137 * gdb.texinfo (General Query Packets): Remove @var{} around the
5138 "spu" literal string.
5139
5140 2009-01-07 Pedro Alves <pedro@codesourcery.com>
5141
5142 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5143 program may be running in another process" errors.
5144 * gdbint.texinfo (Native Conditionals): Delete
5145 ONE_PROCESS_WRITETEXT description.
5146
5147 2009-01-07 Joel Brobecker <brobecker@adacore.com>
5148
5149 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5150 emacs local variable to be placed at the end of the ChangeLog.
5151 Add server.c and gdbreplay.c to the list of files where the
5152 copyright year needs to be updated.
5153
5154 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
5155
5156 * gdb.texinfo (Remote Configuration): Document new
5157 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5158 commands.
5159
5160 2008-12-28 Pedro Alves <pedro@codesourcery.com>
5161
5162 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5163 FETCH_INFERIOR_REGISTERS.
5164 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5165 FETCH_INFERIOR_REGISTERS descriptions. Remove
5166 gdbarch_get_longjmp_target descrition, since already described in
5167 Target Conditionals. Move gdbarch_fp0_regnum description to ...
5168 (Target Conditionals): ... here.
5169
5170 2008-12-16 Joel Brobecker <brobecker@adacore.com>
5171
5172 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5173 examples.
5174 (Additions to Ada): Likewise. Add the missing opening and closing
5175 parenthesis of the GDB prompt in one of the examples.
5176
5177 2008-12-14 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5180 about the result of 'Address not being of type System.Address.
5181 This problem has been fixed a while ago.
5182
5183 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5184
5185 MI non-stop and multiprocess docs.
5186
5187 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5188 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5189 Adjust documentation for *stopped, document =thread-created,
5190 =thread-exited, =thread-group-created and =thread-group-exited.
5191 (GDB/MI Thread Commands): Document the 'state' field in
5192 -thread-info output.
5193 (GDB/MI Program Execution): Mention --all and --thread-group
5194 options.
5195 (GDB/MI Variable Objects): Describe floating and fixed variable
5196 objects.
5197 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5198
5199 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
5200
5201 * gdb.texinfo (Operating System Information): New appendix.
5202 (Operating System Auxiliary Information): Document 'info os processes'
5203 (Remote Configuration): Document 'osdata'
5204 (General Query Packets): Document qXfer:osdata:read.
5205
5206 2008-11-27 Tristan Gingold <gingold@adacore.com>
5207
5208 * gdb.texinfo (Darwin): Document Darwin specific features.
5209
5210 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 * gdbint.texinfo (Target Conditionals): Extend the
5213 gdbarch_breakpoint_from_pc description.
5214
5215 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
5216
5217 * gdb.texinfo (M68K Features): Fix typo.
5218
5219 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5220
5221 * gdb.texinfo (Symbols): Mention printing containing
5222 image name in "info symbol".
5223 (Maint translate-address): Likewise.
5224
5225 2008-11-18 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.texinfo (Set Catchpoints): Remove the documentation of
5228 commands "catch load" and "catch unload".
5229
5230 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5231
5232 * gdb.texinfo (GDB/MI Async Records): Document
5233 =thread-selected.
5234
5235 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5236
5237 * observer.texi (new_inferior, inferior_exit): New observers.
5238
5239 2008-10-27 Pedro Alves <pedro@codesourcery.com>
5240
5241 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5242 .mt files, TM_CLIBS or TM_CDEPS.
5243 (x86 Watchpoints): Don't mention TDEPFILES.
5244
5245 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
5246
5247 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5248 (Overview): Mention notifications and non-stop mode behavior.
5249 (Packets): Update documentation of ?, vAttach, vCont, and vRun
5250 with non-stop mode behavior. Add vStopped description.
5251 (Stop Reply Packets): Update list of packets that return
5252 stop replies. Mention non-stop behavior.
5253 (General Query Packets): Document QNonStop packet and associated
5254 qSupported query response.
5255 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
5256 behavior.
5257 (Notification Packets): New section.
5258 (Remote Non-Stop): New section.
5259 (File-I/O Overview): Mention non-stop behavior.
5260
5261 2008-10-24 Hui Zhu <teawater@gmail.com>
5262 Pedro Alves <pedro@codesourcery.com>
5263
5264 * gdb.texinfo (displaced-stepping): Describe the auto mode
5265 setting, and say it's the default. This is now a mainstream
5266 setting instead of a maintenance setting.
5267
5268 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5269
5270 * observer.texi (thread_stop_requested): New.
5271
5272 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5273
5274 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5275 (Patching): Replace incorrect usage of @samp by @kbd.
5276
5277 2008-10-17 Michael Snyder <msnyder@vmware.com>
5278
5279 * gdb.texinfo: Add documentation for reverse execution.
5280
5281 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5282 Eli Zaretskii <eliz@gnu.org>
5283
5284 * gdb.texinfo. (Values From Inferior): New subsubsection.
5285
5286 2008-10-06 Doug Evans <dje@google.com>
5287
5288 * gdb.texinfo (set debug dwarf2-die): Document it.
5289
5290 2008-10-01 Joel Brobecker <brobecker@adacore.com>
5291
5292 * gdb.texinfo (catch) [exception]: Document how to insert
5293 a breakpoint on user-defined exceptions when the exception
5294 name is identical to one of the language-defined ones.
5295
5296 2008-09-27 Tom Tromey <tromey@redhat.com>
5297
5298 * gdb.texinfo (Macros): Remove text about stringification,
5299 varargs, and splicing.
5300
5301 2008-09-27 Tom Tromey <tromey@redhat.com>
5302
5303 * gdbint.texinfo (Language Support): Remove text about omitting
5304 support for a language.
5305
5306 2008-09-23 Doug Evans <dje@google.com>
5307
5308 * gdb.texinfo (info dcache): Update.
5309
5310 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
5311
5312 * gdb.texinfo (Packets): Add info on thread-id syntax and
5313 multiprocess extensions.
5314 <D>: Document multiprocess form of packet.
5315 <H>: Use thread-id syntax.
5316 <T>: Likewise.
5317 <vCont>: Likewise. Note this is required for multiprocess.
5318 <vKill>: New packet.
5319 (Stop Reply Packets) <T>: Use thread-id syntax.
5320 <W>: Document multiprocess form of reply.
5321 <X>: Likewise.
5322 (General Query Packets) <qC>: Use thread-id syntax.
5323 <qfThreadInfo>: Likewise.
5324 <qGetTLSAddr>: Likewise.
5325 <qP>: Likewise.
5326 <qSupported>: Add "multiprocess" feature.
5327 <qThreadExtraInfo>: Use thread-id syntax.
5328
5329 2008-09-22 Stan Shebs <stan@codesourcery.com>
5330
5331 * gdb.texinfo (Inferiors): New section.
5332
5333 2008-09-12 Pedro Alves <pedro@codesourcery.com>
5334
5335 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5336
5337 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
5338
5339 * gdbint.texinfo (Target Conditionals): Remove documentation
5340 for gdbarch_name_of_malloc.
5341
5342 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
5343
5344 * gdb.texinfo (Interrupts): Mention TCP interface for
5345 sending BREAK.
5346
5347 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
5348
5349 * gdb.texinfo (Commands to Specify Files): Document "remote:"
5350 argument prefix to "set sysroot".
5351
5352 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
5353
5354 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5355 and False.
5356
5357 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
5358
5359 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5360 for possible features of -list-features.
5361
5362 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5363
5364 * gdb.texinfo (Background execution): Adjust example
5365 (GDB/MI Miscellaneous Commands): Document -list-target-features.
5366
5367 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5368
5369 * doc/gdb.texinfo (PowerPC): Fix typo.
5370 (PowerPC features): Fix typo.
5371
5372 2008-08-18 Pedro Alves <pedro@codesourcery.com>
5373
5374 * observer.texi (thread_ptid_changed): New.
5375
5376 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
5377
5378 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5379 (PowerPC features): Mention feature set for VSX registers.
5380
5381 2008-08-13 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5384 the direct visibility of all names in user-written packages.
5385
5386 2008-08-13 Pedro Alves <pedro@codesourcery.com>
5387
5388 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5389 setting, and make it the default.
5390 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5391 non-stop script example.
5392
5393 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
5394
5395 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5396 reference to the "Using Different Register and Memory Data
5397 Representation" section.
5398
5399 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
5400
5401 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5402 (Remote Protocol): Add Packet Acknowledgment to menu.
5403 (Overview): Mention +/- can be disabled, and point to new section
5404 where this is discussed in detail.
5405 (General Query Packets): Document QStartNoAckMode packet, and
5406 corresponding qSupported reply.
5407 (Packet Acknowledgment): New section.
5408
5409 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
5410 Pedro Alves <pedro@codesourcery.com>
5411
5412 * gdb.texinfo (Threads): Move paragraph about automatic thread
5413 selection to All-Stop Mode subsection.
5414 (Thread Stops): Reorganize existing material into subsections.
5415 Add introductory blurb and menu.
5416 (Non-Stop Mode): New subsection.
5417 (Background Execution): New subsection.
5418 (Maintenance Commands): Add cross-references from async mode
5419 commands to the new Background Execution section.
5420
5421 2008-08-06 Tom Tromey <tromey@redhat.com>
5422
5423 * gdb.texinfo (Extending GDB): New chapter.
5424 (Sequences): Demoted chapter, now a section under the new
5425 Extending GDB chapter.
5426 (Python): New section.
5427
5428 2008-07-31 Stan Shebs <stan@codesourcery.com>
5429
5430 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5431
5432 2008-07-29 Stan Shebs <stan@codesourcery.com>
5433
5434 * gdbint.texinfo: General round of cleanup and minor
5435 clarifications.
5436 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5437 (Longjmp Support): Update description to reflect how it is done
5438 for targets without using native header.
5439 (Symbol Handling): Add a little more general explanation.
5440 (COFF, ELF): Mention stabs encapsulation.
5441 (DWARF 3): New section.
5442 (Adding a New Host): Scrub out some obsolete bits.
5443 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5444 (Host Conditionals): Remove descriptions of NO_STD_REGS,
5445 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5446 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5447 SEEK_SET, STOP_SIGNAL, USG.
5448 (Raw and Virtual Register Representations): Ditto for
5449 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5450 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5451 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5452 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5453 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5454 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5455 DEPRECATED_REGISTER_VIRTUAL_SIZE,
5456 DEPRECATED_REGISTER_VIRTUAL_TYPE,
5457 DEPRECATED_USE_STRUCT_CONVENTION.
5458 Describe gdbarch_deprecated_fp_regnum.
5459 Update description of gdbarch_print_insn.
5460 (Adding a New Target): Scrub out obsolete bits.
5461 (Obsolete Conditionals): Remove entire section.
5462
5463 2008-07-25 Tom Tromey <tromey@redhat.com>
5464
5465 * observer.texi (GDB Observers): Document new observers:
5466 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5467 tracepoint_created, tracepoint_deleted, tracepoint_modified,
5468 architecture_changed.
5469
5470 2008-07-21 Stan Shebs <stan@codesourcery.com>
5471
5472 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5473 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5474
5475 2008-07-21 Tom Tromey <tromey@redhat.com>
5476
5477 * observer.texi (GDB Observers): Remove obsolete comment.
5478 <executable_changed>: Remove argument.
5479
5480 2008-07-18 Tom Tromey <tromey@redhat.com>
5481
5482 * gdb.texinfo (Macros): Update. Use @code rather than @command.
5483
5484 2008-07-10 Doug Evans <dje@google.com>
5485
5486 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
5487
5488 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 * gdb.texinfo (Starting): Document "set disable-randomization".
5491
5492 2008-07-07 Andreas Schwab <schwab@suse.de>
5493
5494 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
5495
5496 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
5497
5498 * gdb.texinfo (GDB/MI Target Manipulation): Add
5499 example of -target-attach.
5500
5501 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5502
5503 * observer.texi (target_resumed): New observer.
5504 * gdb.texinfo (GDB/MI Output Records): Document *running.
5505
5506 2008-06-06 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.texinfo (Completion): Add field name example.
5509
5510 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
5511
5512 * gdb.texinfo (GDB/MI Program Context): Added example
5513 to -exec-arguments
5514
5515 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
5516
5517 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
5518 annotation.
5519
5520 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5521 Nathan Sidwell <nathan@codesourcery.com>
5522 Joseph Myers <joseph@codesourcery.com>
5523
5524 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
5525 and ACX_BUGURL.
5526 * configure: Regenerate.
5527 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
5528 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
5529 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
5530 mailing-list-specific text about bug reporting unless
5531 BUGURL_DEFAULT.
5532
5533 2008-06-05 Pedro Alves <pedro@codesourcery.com>
5534
5535 * gdb.texinfo (-target-select): Remove reference to target async.
5536 (Maintenance Commands): Document "maint set/show remote-async".
5537
5538 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
5539
5540 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
5541 in -target-file-get section.
5542
5543 2008-05-22 Pedro Alves <pedro@codesourcery.com>
5544
5545 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
5546 killing the inferior when it is already debugging a process.
5547
5548 2008-05-21 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
5551 abbreviation for "finish".
5552
5553 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
5554
5555 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
5556
5557 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5558
5559 * gdbint.texinfo (Target Conditionals): Delete entry for
5560 gdbarch_dwarf_reg_to_regnum.
5561
5562 2008-05-09 Doug Evans <dje@google.com>
5563
5564 * gdb.texinfo: Document "find" command, qSearch:memory packet.
5565
5566 2008-05-05 Doug Evans <dje@google.com>
5567
5568 * gdb.texinfo (disassemble): Document /m modifier.
5569
5570 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
5571
5572 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
5573 will not report the time of commands that run the target.
5574
5575 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5576
5577 * gdb.texinfo (GDB/MI Output Records): Add
5578 missing semicolon.
5579
5580 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5581
5582 * gdb.texinfo (GDB/MI Output Records):
5583 Document =thread-create and =thread-exited.
5584
5585 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
5586
5587 * gdb.texinfo (GDB/MI Development and Front Ends):
5588 Remove mention of dmi-discuss.
5589
5590 2008-05-03 Pedro Alves <pedro@codesourcery.com>
5591
5592 * observer.texi (thread_exit): New.
5593
5594 2008-05-02 Pedro Alves <pedro@codesourcery.com>
5595
5596 * gdb.texinfo (Debugging Output): Document "set/show debug
5597 displaced".
5598 (Maintenance Commands): Document "maint set/show
5599 can-use-displaced-stepping".
5600
5601 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5602
5603 * gdb.texinfo (ARM): Document set/show arm fallback-mode
5604 and set/show arm force-mode.
5605
5606 2008-05-02 Andreas Schwab <schwab@suse.de>
5607
5608 * gdbint.texinfo (Algorithms): Describe
5609 target_watchpoint_addr_within_range.
5610
5611 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5612
5613 * gdbint.texinfo (Stack Frames): New chapter.
5614 (Algorithms): Move Frames text to the new chapter.
5615 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
5616 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
5617
5618 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5619
5620 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
5621 output does not necessary include any tokens.
5622
5623 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
5624
5625 * gdb.texinfo (Set SH Calling convention): New @item.
5626 (Show SH Calling convention): Ditto.
5627
5628 2008-04-22 Markus Deuling <deuling@de.ibm.com>
5629
5630 * gdb.texinfo (Fortran Operators): Describe '%' operator.
5631
5632 2008-04-20 Eli Zaretskii <eliz@gnu.org>
5633
5634 * gdb.texinfo (Set Breaks): Mention that multiple location
5635 breakpoints need line number info. Add index entries.
5636
5637 2008-04-19 Craig Silverstein <csilvers@google.com>
5638
5639 * gdb.texinfo (Requirements): Add an optional requirement on
5640 zlib.
5641 * gdbint.texinfo (Debugging File Formats): Add new subsection for
5642 Compressed DWARF 2.
5643
5644 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
5645
5646 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
5647 sample output for 'stopped,reason="breakpoint-hit"' message.
5648 (GDB/MI Program Execution): Likewise.
5649
5650 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5651
5652 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
5653 -var-set-format. Add -f option to -var-evaluate-expression.
5654
5655 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
5658 new node "Ambiguous Expressions". Replace references to this
5659 node by references to "Ambiguous Expressions" throughout.
5660 (Ambiguous Expressions): New node.
5661
5662 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
5663
5664 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
5665
5666 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5667
5668 * gdb.texinfo (Debugging Output): Document
5669 "set/show debug lin-lwp-async".
5670 (Maintenance Commands): Document "maint set/show linux-async".
5671
5672 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5673
5674 * gdb.texinfo (Expressions): Update description of malloced arrays.
5675
5676 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
5677
5678 * gdb.texinfo (Thread Commands): Document
5679 -thread-info. Remove -thread-list-all-threads.
5680
5681 2008-03-14 Pedro Alves <pedro@codesourcery.com>
5682 Sandra Loosemore <sandra@codesourcery.com>
5683
5684 * gdb.texinfo (Library List Format): Update to mention the
5685 possibility to pass section addresses instead of segment
5686 addresses.
5687
5688 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5689
5690 * gdb.texinfo (Starting): Document "set exec-wrapper".
5691 (Server): Document gdbserver --wrapper.
5692
5693 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5694
5695 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
5696 unreadable memory. Delete obsolete SPARClite reference.
5697
5698 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdb.texinfo (Starting): Mention always-running targets.
5701 (Target Commands): Add an anchor for load.
5702 (Connecting): Explain continue instead of run.
5703
5704 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
5707
5708 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
5709
5710 * gdb.texinfo (Set Breaks): Revert description of Enb column of
5711 breakpoint table.
5712
5713 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5714
5715 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
5716 killing the inferior when it is already debugging a process.
5717
5718 2008-02-13 Markus Deuling <deuling@de.ibm.com>
5719
5720 * gdbint.texinfo (Build Script): New section. Mention new build script
5721 gdb_buildall.sh.
5722
5723 2008-02-01 Jim Blandy <jimb@red-bean.com>
5724
5725 * gdb.texinfo (Help): Summarize 'info args' correctly.
5726
5727 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5728
5729 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
5730 available in PowerPC architecture.
5731 (Embedded Processors): Change node name of PowerPC item in menu.
5732 (PowerPC): Rename to...
5733 (PowerPC Embedded): this.
5734 (Architectures): Add new PowerPC item in menu.
5735 (PowerPC): New node.
5736
5737 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5738
5739 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
5740 commands.
5741
5742 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
5743
5744 * gdb.texinfo (Setting Catchpoints): Mention features
5745 supported on GNU/Linux.
5746
5747 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5748
5749 * gdb.texinfo (GDB/MI File Commands): Describe new output
5750 field for MI command -file-list-exec-source-file.
5751
5752 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5753
5754 * gdb.texinfo (Using the `gdbserver' Program): Add security
5755 warning. Rearrange into subsections and subsubsections. Document
5756 --multi and --debug. Correct --with-sysroot typo. Update --attach
5757 usage. Make load reference clearer. Document monitor exit.
5758 (Remote Configuration): Document set remote exec-file, attach-packet,
5759 and run-packet.
5760 (Packets): Document vAttach and vRun.
5761
5762 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
5763
5764 * gdb.texinfo (Processes): Mention process command.
5765 detach-on-follow -> detach-on-fork.
5766
5767 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5768
5769 * gdbint.texinfo (Native Conditionals): Remove
5770 SHELL_COMMAND_CONCAT and SHELL_FILE.
5771
5772 2008-01-26 Eli Zaretskii <eliz@gnu.org>
5773
5774 * gdb.texinfo (Specify Location): Improve wording.
5775
5776 2008-01-23 Chris Demetriou <cgd@google.com>
5777
5778 * gdb.texinfo (Threads): Document new "set print thread-events"
5779 and "show print thread-events" commands.
5780
5781 2008-01-19 Eli Zaretskii <eliz@gnu.org>
5782
5783 * gdb.texinfo (Specify Location): New section.
5784 (Delete Breaks, Edit, Set Breaks): Remove description of
5785 locations. Instead, add a reference to "Specify Location".
5786 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
5787 (Symbols): Refer to "Specify Location" for the valid forms of
5788 linespecs and locations.
5789
5790 2008-01-18 Markus Deuling <deuling@de.ibm.com>
5791
5792 * gdbint.texinfo (Target Conditionals): Replace the description of
5793 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
5794
5795 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
5796
5797 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
5798 about &&var, which is rejected by the expression parser.
5799
5800 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5801
5802 * gdb.texinfo (Output): Update documentation on using printf with DFP
5803 types.
5804
5805 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5806
5807 * gdb.texinfo (C and C++): Add Decimal Floating Point format
5808 subsubsection.
5809 (Decimal Floating Point format): New subsubsection.
5810
5811 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5812
5813 * gdb.texinfo (File Options): Remove mention of the attempt to
5814 open a core file with the -p option. Don't list -c as a valid
5815 option to attach to a process.
5816
5817 2008-01-05 Pedro Alves <pedro@codesourcery.com>
5818
5819 * gdbint.texinfo (Host Conditionals): Remove mention of
5820 ALIGN_STACK_ON_ENTRY.
5821
5822 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5823
5824 * gdbint.texinfo (Start of New Year Procedure): Add item
5825 describing how to update the source and documentation copyright
5826 notices.
5827
5828 2007-12-18 Jim Blandy <jimb@codesourcery.com>
5829
5830 * gdb.texinfo (Set Watchpoints): Integrate per-thread
5831 watchpoint explanation into the main description of the watchpoint
5832 command; update synopses of 'watch', 'rwatch', and 'awatch'
5833 commands.
5834
5835 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
5836
5837 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5838 Document 'pending-breakpoints' feature of
5839 -list-features.
5840
5841 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5842
5843 * gdb.texinfo: Add new parameter's description.
5844
5845 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5846
5847 * gdb.texinfo (Overview): Clarify run-length encoding
5848 example. Remove the restriction on "+" and "-" characters.
5849
5850 2007-12-15 Eli Zaretskii <eliz@gnu.org>
5851
5852 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
5853
5854 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5855
5856 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5857 the -f option for -break-insert, remove -r option,
5858 and clarify specification of location.
5859
5860 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5861
5862 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
5863 formatting.
5864 (Remote Debugging): Add File Transfer section.
5865 (Remote Configuration): Document Host I/O packets.
5866 (GDB/MI): Add GDB/MI File Transfer Commands section.
5867 (Host I/O Packets): New section in "Remote Protocol".
5868 (Packets): Add vFile.
5869
5870 2007-11-17 Eli Zaretskii <eliz@gnu.org>
5871
5872 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
5873 breakpoints with multiple locations.
5874 (Breakpoint Menus): Improve wording.
5875 (Output): Fix last change.
5876
5877 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
5878
5879 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5880
5881 2007-11-15 Doug Evans <dje@google.com>
5882
5883 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
5884
5885 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
5886
5887 * gdbint.texinfo (Native Conditionals): Remove
5888 mention of CLEAR_SOLIB.
5889
5890 2007-11-11 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.texinfo (Print Settings): Add documentation for "set/show
5893 print frame-arguments".
5894
5895 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5896
5897 * gdb.texinfo (Output): Update printf command's description.
5898
5899 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5900
5901 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
5902 powerpc soft-float".
5903
5904 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5905
5906 * gdb.texinfo (Files): Correct formatting. Mention Expat
5907 requirement.
5908 (Requirements for Building GDB): Expand the list of Expat
5909 uses.
5910 (Library List Format, Memory Map Format): Mention Expat.
5911 (Target Descriptions): Update Expat wording.
5912
5913 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5914
5915 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
5916 Document that gdbarch_convert_register_p should return zero for no-op
5917 conversions.
5918
5919 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
5920
5921 * gdbint.texi (Compiler Characteristics): Move documentation
5922 of set_gdbarch_sofun_address_maybe_missing back to ...
5923 (Target Conditionals): ... here to fix build break.
5924
5925 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5926
5927 * gdbint.texi (Target Conditionals): Remove documentation of
5928 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
5929 (Compiler Characteristics): ... documentation of
5930 set_gdbarch_sofun_address_maybe_missing.
5931
5932 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5933
5934 * gdbint.texinfo (Target Conditionals): Use
5935 frame_unwind_register_unsigned in examples instead of
5936 frame_unwind_unsigned_register.
5937
5938 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * gdb.texinfo (Predefined Target Types): Add int128
5941 and uint128.
5942 (Standard Target Features): Add PowerPC features.
5943
5944 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5945
5946 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
5947
5948 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5949
5950 * gdbint.texi (Target Conditionals): Remove documentation
5951 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
5952 gdbarch_extract_return_value, and gdbarch_store_return_value.
5953
5954 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
5955
5956 * gdbint.texi (Target Conditionals): Remove documentation of
5957 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
5958
5959 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5960
5961 * gdb.texinfo: Mention that inaccessible-by-default is on by
5962 default.
5963
5964 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5965
5966 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
5967
5968 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5969
5970 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
5971 multi-threaded watchpoints.
5972 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
5973 checked. Describe sticky notification. Expand description
5974 of steppable and continuable watchpoints.
5975 (Watchpoints and Threads): New subsection.
5976
5977 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
5978
5979 * gdb.texinfo (Setting Breakpoints): Revise
5980 documentation for pending breakpoints. Document
5981 breakpoints with multiple locations.
5982
5983 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
5984
5985 * gdb.texinfo (Miscellaneous gdb/mi Commands):
5986 Document -list-features.
5987
5988 2007-09-15 Eli Zaretskii <eliz@gnu.org>
5989
5990 * gdb.texinfo (Output): Spell out which features of C's printf are
5991 not supported by GDB's printf.
5992 (Separate Debug Files): More accurate wording regarding build ID
5993 and a reference to the ld manual rather than the Fedora wiki.
5994
5995 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5996 Jim Blandy <jimb@codesourcery.com>
5997
5998 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
5999 (Examining Memory): Update mentions of the 's' format.
6000 (Automatic Display): Likewise.
6001
6002 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
6003
6004 * gdb.texinfo: Update the FSF's Back-Cover Text.
6005
6006 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6007 Eli Zaretskii <eliz@gnu.org>
6008
6009 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6010 Fixed the ``build ID'' name. New binaries build instructions for the
6011 build ID inclusion. Explain how the commands are specific to the build
6012 ID vs. debug link.
6013
6014 2007-09-01 Eli Zaretskii <eliz@gnu.org>
6015
6016 * gdb.texinfo (Separate Debug Files): Fix last change. Add
6017 indexing for ``build ID'' support.
6018
6019 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6020
6021 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6022 Enlisted BUILD ID to the debug file searching example.
6023 Included a BUILD ID `.note.gnu.build-id' section description.
6024 Updated/added the debug files splitting instructions for OBJCOPY.
6025
6026 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6027
6028 * gdb.texinfo (Variable Objects): Adjust docs
6029 for -var-info-expression and document
6030 -var-info-path-expression.
6031
6032 2007-08-20 Jim Blandy <jimb@codesourcery.com>
6033
6034 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6035 (title page): Include the dedication in the printed manual, as a
6036 separate page after the copyright notice.
6037
6038 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6039 don't break a @var across a line.
6040
6041 2007-07-25 Maciej W. Rozycki <macro@mips.com>
6042
6043 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6044 for include files.
6045
6046 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
6047
6048 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
6049 in annotate.texinfo.
6050 (Command History): Link to new node.
6051
6052 2007-07-05 Markus Deuling <deuling@de.ibm.com>
6053
6054 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6055
6056 2007-07-05 Eli Zaretskii <eliz@gnu.org>
6057
6058 * gdbint.texinfo (Target Conditionals): Fix last change.
6059
6060 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6061
6062 * gdb.texinfo: Replace following macros by their appropriate gdbarch
6063 routines:
6064 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6065 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6066 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6067 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6068 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6069 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6070 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6071 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6072 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6073 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6074 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6075 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6076 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6077 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6078 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6079 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6080 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6081 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6082 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6083 (SOFTWARE_SINGLE_STEP_P)
6084
6085 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6086 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6087
6088 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6089 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6090 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6091 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6092 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6093 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6094 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6095 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6096 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6097 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6098
6099 (Converting an existing Target Architecture to Multi-arch): Remove
6100 section.
6101
6102 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6103 (gdbarch_addr_bits_remove): Add code example.
6104
6105 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6106
6107 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6108
6109 * gdb.texinfo (Remote Configuration): Document library-info-packet.
6110 Add other missing entries. Adjust the table size to fit.
6111 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
6112 stop reasons including the new "library" event.
6113 (General Query Packets): Adjust table widths for qSupported. Mention
6114 qXfer:libraries:read reply to qSupported and document the new packet.
6115 (Library List Format): New section.
6116
6117 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6120
6121 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
6122
6123 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6124
6125 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * gdbint.texinfo (Register and Memory Data): Break sections
6128 into nodes and add a menu.
6129
6130 2007-06-21 Maciej W. Rozycki <macro@mips.com>
6131
6132 * gdb.texinfo (Examining Memory): Document the new behaviour.
6133
6134 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
6135
6136 * gdb.texinfo (Standard Target Features): Document
6137 m68k features.
6138
6139 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6140
6141 * gdb.texinfo (General Query Packets): Document qOffsets changes.
6142
6143 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6144
6145 * gdb.texinfo (Target Description Format): Add version attribute
6146 for <target>.
6147
6148 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6149
6150 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6151
6152 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6153
6154 * gdb.texinfo (MIPS Features): New subsection.
6155
6156 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6157 Markus Deuling <deuling@de.ibm.com>
6158
6159 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6160 and qXfer:spu:write packets and mention them under qSupported.
6161
6162 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6163 Markus Deuling <deuling@de.ibm.com>
6164
6165 * gdb.texinfo (Architectures): Add new SPU section to document
6166 Cell Broadband Engine SPU architecture specific commands.
6167
6168 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
6169
6170 * gdb.texinfo (GDB/MI Variable Objects): Editorial
6171 comments.
6172
6173 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
6174
6175 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6176
6177 2007-05-29 Jim Blandy <jimb@codesourcery.com>
6178
6179 * gdb.texinfo (Overview): Doc fix.
6180
6181 2007-05-22 Maciej W. Rozycki <macro@mips.com>
6182
6183 * gdb.texinfo (Remote Configuration): Document "set/show
6184 remoteflow".
6185
6186 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 * gdb.texinfo (MIPS): Remove documentation for set mips
6189 saved-gpreg-size, show mips saved-gpreg-size, and set mips
6190 stack-arg-size.
6191
6192 2007-05-14 Bob Wilson <bob.wilson@acm.org>
6193
6194 * all-cfg.texi (GDBTUI): New.
6195 * gdb.texinfo (Mode Options): Use GDBTUI variable.
6196 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6197 (TUI Configuration): Edit to improve clarity and fix problems of
6198 both style and content.
6199
6200 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6201
6202 * observer.texi (GDB Observers): New observer "new_objfile".
6203
6204 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6205
6206 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6207
6208 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6209
6210 * gdb.texinfo (GDB/MI Variable Objects): Document
6211 frozen variables objects.
6212
6213 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6216 (Character Sets, Caching Data of Remote Targets): Likewise.
6217 (Targets): Delete Remote node. Move its text...
6218 (Debugging Remote Programs): ...to here. Delete description
6219 of the "remote" command.
6220 (Remote configuration): Delete description of "set remotedevice"
6221 and "show remotedevice".
6222 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6223
6224 2007-04-11 Bob Wilson <bob.wilson@acm.org>
6225
6226 * gdb.texinfo (Contributors, Continuing and Stepping)
6227 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6228 (General Query Packets, File-I/O Remote Protocol Extension)
6229 (Protocol Basics, The F Reply Packet, Write)
6230 (Protocol-specific Representation of Datatypes, Memory Transfer):
6231 Fix hyphenation, punctuation and grammar problems.
6232 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
6233 'section' instead of 'subsection' in the text.
6234 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6235 (i386): Remove period from section name.
6236 (Installing GDB, Requirements, Running Configure, Separate Objdir)
6237 (Config Names, Configure Options): Use @file{configure}.
6238
6239 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
6240
6241 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6242 and tab expansion.
6243
6244 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
6245
6246 * gdbint.texinfo (SOM): Correct location of the SOM reader.
6247
6248 2007-04-02 Bob Wilson <bob.wilson@acm.org>
6249
6250 * gdb.texinfo: Consistently capitalize all significant words in
6251 node names, chapter titles, section titles, and headings. Update
6252 cross references to match.
6253 (Starting and Stopping Trace Experiment): Make node name plural.
6254 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6255
6256 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6257
6258 * gdb.texinfo (WinCE): Delete obsolete subsection.
6259
6260 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6261
6262 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6263 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6264 references.
6265
6266 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6267
6268 * gdb.texinfo (Startup): Delete references to some alternate
6269 names for .gdbinit.
6270 (Thread): Remove LynxOS reference.
6271 (Tandem ST2000): Delete target-specific documentation.
6272 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6273 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6274 and GDB_OSABI_LYNXOS.
6275
6276 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
6277
6278 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6279
6280 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6281
6282 * gdbint.texinfo (Target Conditionals): Remove mention of
6283 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6284 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6285
6286 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6287
6288 * Makefile.in: Add "pdfdir" installation
6289 directory, PDFTEX macro, support for "install-pdf" target,
6290 and rules for making a pdf version of refcard.texi.
6291 * refcard.tex: Specify paper size for PDF output.
6292
6293 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6294
6295 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6296
6297 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6298
6299 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6300 (Source Path, Character Sets, Macros, Define)
6301 (GDB/MI Result Records, GDB/MI Simple Examples)
6302 (GDB/MI Program Execution, GDB/MI File Commands)
6303 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6304 (Bug Reporting): Use @value{GCC}.
6305
6306 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6307
6308 * gdb.texinfo (Help): Fix formatting of examples.
6309 (Variables): Use @ifnotinfo instead of @iftex.
6310 (Non-debug DLL symbols): Use @ref instead of @pxref.
6311 (Sparclet File): Use @samp instead of quotes.
6312
6313 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6314
6315 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6316
6317 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6318
6319 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6320 the order of the nodes.
6321 (C Operators, C Constants, Debugging C): Remove extra menus.
6322 (Method Names in Commands): Do not specify next/prev/up nodes.
6323
6324 2007-03-26 Bob Wilson <bob.wilson@acm.org>
6325
6326 * gdb.texinfo (File Options): Add missing parenthesis.
6327 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6328
6329 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6330
6331 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6332
6333 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6334
6335 * gdb.texinfo (Standard Target Features): Mention
6336 case insensitivity.
6337 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6338
6339 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * gdb.texinfo (Top): Put Appendix A after numbered sections.
6342 (Files): Add section name to argument list for pxref.
6343 (Non-debug DLL symbols): Don't use `see' for pxref.
6344 (Embedded Processors): Fix typo.
6345 (GDB/MI Breakpoint Commands): Execution commands generate
6346 *stopped not ^done.
6347
6348 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
6349
6350 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6351 values for in_scope. Mention that only root variables can be
6352 updated.
6353 (GDB/MI Development and Front Ends): Explain new values may be
6354 added to existing fields.
6355
6356 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6357
6358 * gdb.texinfo (-target-disconnect): Use @smallexample.
6359 (Requirements): Add anchor for Expat. Update description.
6360 (Target Descriptions): Mention Expat.
6361 (Target Description Format): Document new elements. Use
6362 @smallexample.
6363 (Predefined Target Types, Standard Target Features): New sections.
6364 * gdbint.texinfo (Target Descriptions): New section.
6365
6366 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * gdb.texinfo (Target Description Format): Add section on XInclude.
6369
6370 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6373 command -enable-timings.
6374
6375 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
6376
6377 * gdbint.texinfo (Operation System ABI Variant Handling): Update
6378 descriptions for new/deleted elements in gdb_osabi. Add missing
6379 description for function generic_elf_osabi_sniff_abi_tag_sections.
6380
6381 2007-01-29 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdb.texinfo (Maintenance Commands): Add documentation for
6384 the new "maint print target-stack" command.
6385
6386 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6387 Eli Zaretskii <eliz@gnu.org>
6388
6389 * gdb.texinfo: Describe CHAR array vs. string identification rules.
6390
6391 2007-01-26 Eli Zaretskii <eliz@gnu.org>
6392
6393 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6394 Use @value{NGCC} instead of @value{GCC}.
6395
6396 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6397
6398 * agentexpr.texi: Fix typos.
6399 * annotate.texinfo: Likewise.
6400 * gdb.texinfo: Likewise.
6401 * gdbint.texinfo: Likewise.
6402 * observer.texi: Likewise.
6403 * stabs.texinfo: Likewise.
6404
6405 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
6406
6407 * gdbint.texinfo (Support Libraries): Remove mmalloc
6408 entry. Describe readline library.
6409
6410 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6411
6412 * gdb.texinfo (Target Descriptions): New section.
6413 (General Query Packets): Add QPassSignals anchor. Mention
6414 qXfer:features:read under qSupported. Expand mentions of
6415 qXfer:memory-map:read and QPassSignals. Document
6416 qXfer:features:read.
6417
6418 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6419
6420 * gdb.texinfo (Commands to specify files): Describe
6421 "set sysroot" and "show sysroot".
6422 (Using the `gdbserver' program): Lowercase argument
6423 to @var. Expand description of setting up GDB on the
6424 host.
6425
6426 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6427
6428 * gdb.texinfo (Set Catchpoints): Add documentation for the new
6429 catch exception, catch exception unhandled, and catch assert
6430 commands.
6431
6432 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6433
6434 * gdb.texinfo (Debugging Output): Document "set debug xml"
6435 and "show debug xml".
6436
6437 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6438
6439 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6440
6441 2007-01-01 Joel Brobecker <brobecker@adacore.com>
6442
6443 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6444
6445 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6446
6447 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6448 note in @ignore, to be removed later if nobody complains.
6449
6450 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6451
6452 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6453 of -var-delete.
6454
6455 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
6456
6457 * gdb.texinfo (Setting breakpoints): Document
6458 automatic software/hardware breakpoint usage and
6459 the "set breakpoint auto-hw" command.
6460
6461 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
6462
6463 * gdb.texinfo (Memory Access Checking): New.
6464
6465 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6466
6467 * gdb.texinfo (Remote configuration): Mention
6468 "pass-signals-packet".
6469 (General Query Packets): Document QPassSignals. Fix
6470 a typo.
6471
6472 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
6473
6474 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6475
6476 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6477
6478 * gdb.texinfo (Remote configuration): Rewrite documentation for
6479 packet configuration commands.
6480 (OS Information): Adjust reference to qXfer:auxv:read.
6481 (General Query Packets): Remove references to read-aux-vector-packet
6482 and set remote get-thread-local-storage-address.
6483
6484 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6485
6486 * gdbint.texinfo (Target Architecture Definition): Add new
6487 Initializing a New Architecture section.
6488
6489 2006-10-31 David Taylor <dtaylor@emc.com>
6490
6491 * stabs.texinfo (Macro define and undefine): New node describing
6492 stabs for #define and #undef.
6493
6494 2006-10-27 Andreas Schwab <schwab@suse.de>
6495
6496 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
6497
6498 2006-10-21 Eli Zaretskii <eliz@gnu.org>
6499
6500 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
6501 clarify on the possible meanings of ``expression'' watched by
6502 watchpoints. Add indexing.
6503 (Prompting, Errors, Invalidation, Annotations for Running)
6504 (Source Annotations): Fix index entries by adding "annotation" to
6505 them, to discriminate from index entries that point to the more
6506 general topic descriptions.
6507
6508 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6509
6510 * gdbint.texinfo (Target Vector Definition): Move most
6511 content into Existing Targets. Add a menu.
6512 (Existing Targets): New section, moved from Target Vector
6513 Definition. Use @subsection.
6514 (Managing Execution State): New section.
6515
6516 2006-10-16 Bob Wilson <bob.wilson@acm.org>
6517
6518 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
6519
6520 2006-10-15 Eli Zaretskii <eliz@gnu.org>
6521
6522 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
6523 (Command Syntax, Signals, Backtrace, Connecting)
6524 (Remote configuration, Renesas Boards, Console I/O): Fix last
6525 change: use Ctrl- instead of C-, except wrt Emacs.
6526 (File-I/O Examples): Put Ctrl-c in @kbd.
6527 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
6528 (Console I/O): Use @samp with Ctrl-.
6529 (Signals, Set Breaks, Set Watchpoints): Document optional
6530 arguments to `info signals' `handle', `info breakpoints', and
6531 `info watchpoints'.
6532
6533 2006-10-14 Eli Zaretskii <eliz@gnu.org>
6534
6535 * gdb.texinfo (Backtrace): Fix last change.
6536
6537 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
6538
6539 * gdb.texinfo (Backtrace): Order correctly and add other cases.
6540
6541 2006-10-10 Bob Wilson <bob.wilson@acm.org>
6542
6543 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
6544 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
6545 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
6546
6547 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6548 Daniel Jacobowitz <dan@codesourcery.com>
6549
6550 * gdb.texinfo (Packets): Document vFlashErase,
6551 vFlashWrite and vFlashDone packets.
6552 (General Query Packets): Document qXfer:memory-map:read.
6553 Add a new feature for qXfer:memory-map:read.
6554 (Memory map format): New section.
6555 (Target Commands): Mention that gdb can write flash.
6556
6557 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
6558 Daniel Jacobowitz <dan@codesourcery.com>
6559
6560 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
6561 memory regions and "mem auto".
6562
6563 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
6564
6565 * gdbint.texinfo (Array Containers): New section.
6566
6567 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6568
6569 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6570 -stack-list-arguments HIGH_FRAME argument can be larger then the
6571 actual number of frames.
6572
6573 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
6574
6575 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
6576 -stack-list-locals HIGH_FRAME argument can be larger then the
6577 actual number of frames.
6578
6579 2006-09-02 Bob Wilson <bob.wilson@acm.org>
6580
6581 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
6582 Register Packet Format, Tracepoint Packets): Fix spelling errors.
6583
6584 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6585
6586 * gdbint.texinfo (Overall Structure): New section "Source Tree
6587 Structure".
6588
6589 2006-08-17 Jim Blandy <jimb@codesourcery.com>
6590
6591 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
6592 responses.
6593
6594 2006-08-08 Joel Brobecker <brobecker@adacore.com>
6595
6596 * gdb.texinfo (Source Path): Add documentation for new
6597 substitute-path commands.
6598
6599 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
6600
6601 * gdb.texinfo (Installing GDB): Update menu. Move text to...
6602 (Running Configure): ...here.
6603 (Requirements): New node. Mention expat.
6604
6605 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
6606
6607 * gdb.texinfo (Target Commands): Remove
6608 'set download-write-size' and 'show download-write-size'.
6609
6610 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
6611
6612 * stabs.texinfo (Member Type Descriptor): Correct example for
6613 pointer to member types.
6614
6615 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
6616
6617 * gdb.texinfo (Optional warnings and messages): Add
6618 'set/show trace-commands'.
6619 (Command files): Add '-v' to source command.
6620
6621 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6622
6623 * gdb.texinfo (OS Information): Update qPart reference to
6624 qXfer.
6625 (Remote configuration): Likewise.
6626 (Overview): Move @cindex to the start of a paragraph. Talk
6627 about binary data encoding.
6628 (Packets): Refer to the overview for the details of the X
6629 packet encoding.
6630 (General Query Packets): Remove qPart description. Add qXfer
6631 description. Add an anchor to qSupported. Correct feature
6632 table title. Add a new feature for qXfer:auxv:read.
6633 (Interrupts): Add a missing parenthesis.
6634
6635 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
6636
6637 * gdb.texinfo (KOD): Remove node.
6638 (GDB/MI Kod Commands): Remove commented out node.
6639
6640 2006-07-01 Eli Zaretskii <eliz@gnu.org>
6641
6642 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
6643 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
6644 (GDB/MI Thread Commands, GDB/MI Program Execution)
6645 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
6646 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
6647 (GDB/MI File Commands, GDB/MI Target Manipulation)
6648 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
6649 since the MI prompt is hard-wired into the code.
6650
6651 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
6654 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
6655 (GDB/MI Data Manipulation): Remove description of unimplemented
6656 display related commands as variable objects perform this function
6657 and are superior: -display-delete, -display-disable,
6658 -display-enable, -display-insert and -display-list. Move
6659 -environment-cd, -environment-directory, -environment-path
6660 and -environment-pwd to "Program Context".
6661 (GDB/MI Program Control): Rename to "Program Execution". Move
6662 -exec-arguments -exec-abort to...
6663 (GDB/MI Program Context): ...here. New node split from "Data
6664 Manipulation".
6665
6666 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6667
6668 * gdb.texinfo (Remote configuration): Document set / show
6669 remote supported-packets.
6670 (General Query Packets): Document qSupported packet.
6671
6672 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
6673
6674 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
6675 and font markup.
6676 (Protocol basics): Likewise.
6677 (The F request packet): Likewise.
6678 (The F reply packet): Likewise.
6679 (Memory transfer): Move this node to be a subsubsection of
6680 "Protocol specific representation of datatypes".
6681 (The Ctrl-C message): More copy editing.
6682 (Console I/O): Likewise.
6683 (The isatty call): Delete this node, and merge its content into
6684 the "isatty" node. Fixed references elsewhere.
6685 (The system call): Delete this node, and merge its content into
6686 the "system" node. Fixed references elsewhere.
6687 (open): Reformat to use @table, and add appropriate font markup.
6688 (close): Likewise.
6689 (read): Likewise.
6690 (write): Likewise.
6691 (lseek): Likewise.
6692 (rename): Likewise.
6693 (unlink): Likewise.
6694 (stat/fstat): Likewise.
6695 (gettimeofday): Likewise.
6696 (isatty): Likewise.
6697 (system): Likewise, plus minor changes to fix confusing wording.
6698 (Integral datatypes): Fix font markup.
6699 (Pointer values): Likewise.
6700 (struct stat): Fix markup to use @table, plus minor copy editing.
6701 (struct timeval): Fix font markup, plus minor copy editing.
6702 (Constants): Minor copy editing.
6703 (Errno values): Add font markup.
6704 (File-I/O Examples): Likewise.
6705
6706 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
6709 (GDB/MI Simple Examples): Move node up one level. Use real
6710 examples.
6711 (GDB/MI Compatibility with CLI): Update.
6712 (GDB/MI Result Records): Add "connected" and "exit" result
6713 classes.
6714 (GDB/MI Stream Records): Clarify target output.
6715 (GDB/MI Command Description Format): Modify example description.
6716 (GDB/MI Breakpoint Table Commands): Rename to...
6717 (GDB/MI Breakpoint Commands): ...this
6718 (GDB/MI Breakpoint Commands): Add optional thread field.
6719 (GDB/MI Program Control): Add an introduction. Move "Program
6720 termination" examples into exec-run description.
6721 (GDB/MI File Commands): Mention similar CLI commands.
6722 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
6723 is similar to "-gdb-version".
6724
6725 2006-06-09 Eli Zaretskii <eliz@gnu.org>
6726
6727 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
6728
6729 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
6730
6731 * gdb.texinfo (GDB/MI Development and Front Ends): Use
6732 sourceware.org for mailing lists.
6733 (GDB/MI File Commands): New node split from Program Control.
6734
6735 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6736
6737 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
6738
6739 2006-05-22 Eli Zaretskii <eliz@gnu.org>
6740
6741 * gdb.texinfo (Cygwin Native): Fix last change.
6742
6743 2006-05-22 Christopher Faylor <cgf@timesys.com>
6744
6745 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
6746
6747 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
6750 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
6751
6752 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6753
6754 * gdb.texinfo (General Query Packets): Recommend not starting
6755 new packets with qC and clarify.
6756
6757 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
6758
6759 * gdb.texinfo (M2 Types): New section.
6760
6761 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
6762
6763 * agentexpr.texi: Add a copyright and license notice.
6764 * observer.texi: Likewise, with GPL clause for function prototypes.
6765 Remove trailing whitespace.
6766
6767 2006-05-05 Jim Blandy <jimb@codesourcery.com>
6768
6769 * gdb.texinfo (General Query Packets): Document conventions for
6770 terminating packet names, and their violations.
6771
6772 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6773
6774 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
6775 * gdb.texinfo: Likewise.
6776
6777 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
6778
6779 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
6780 and "show remotedebug".
6781 (Debugging Output): Add additional index entries.
6782
6783 2006-04-27 Michael Snyder <msnyder@redhat.com>
6784
6785 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
6786
6787 2006-04-22 Andrew Cagney <cagney@redhat.com>
6788
6789 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
6790 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
6791
6792 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
6793
6794 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
6795 and remove breakpoint prototypes.
6796 (Watchpoints): Move description of target_insert_hw_breakpoint and
6797 target_remove_hw_breakpoint ...
6798 (Breakpoints): ... to here. Document target_insert_breakpoint and
6799 target_remove_breakpoint.
6800
6801 2006-04-17 Jim Blandy <jimb@codesourcery.com>
6802
6803 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
6804 and C packets are optional.
6805
6806 2006-04-14 Frederic Riss <frederic.riss@st.com>
6807
6808 * gdb.texinfo (Specifying source directories): Update the description
6809 of the source file search to reflect the fact that the source path
6810 always contains at least $cdir and $cwd.
6811
6812 2006-03-31 Michael Snyder <msnyder@redhat.com>
6813
6814 * gdb.texinfo: Update copyright dates.
6815
6816 2006-03-31 Eli Zaretskii <eliz@gnu.org>
6817
6818 * gdb.texinfo (Overview): Add an index entry to "empty response".
6819
6820 2006-03-28 Jim Blandy <jimb@codesourcery.com>
6821
6822 * gdbint.texinfo (Prologue Analysis): New section.
6823
6824 2006-03-07 Jim Blandy <jimb@red-bean.com>
6825
6826 * gdb.texinfo (Connecting): Document 'target remote pipe'.
6827
6828 * gdb.texinfo (Target Commands): Update text describing how to
6829 specify a target. Refer to the detailed section on remote
6830 debugging, not the brief mention.
6831
6832 * gdb.texinfo (Connecting): Organize the different 'target remote'
6833 connection methods into a table. Add a 'target remote' index
6834 entry. (!!!)
6835
6836 2006-02-17 Fred Fish <fnf@specifix.com>
6837
6838 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
6839 'ptype' commands to reflect the fact that the only significant
6840 difference between them is that ptype prints the complete type
6841 description instead of just the name.
6842
6843 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
6844
6845 * gdbint.texinfo (Watchpoints): Delete
6846 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
6847
6848 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
6851 times fields where needed. Fix typos. Update general form given
6852 for output of -break-insert.
6853 (GDB/MI): Abbreviate some unnecessarily long fullnames.
6854
6855 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
6856
6857 * gdbint.texinfo (Symbol Handling): Add a section
6858 on memory management.
6859
6860 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
6861
6862 * gdb.texinfo (Breakpoint table commands): Document the fullname
6863 field in -break-list output.
6864
6865 2006-02-03 Eli Zaretskii <eliz@gnu.org>
6866
6867 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
6868 debugging information produced by the various "set debug..."
6869 options.
6870
6871 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6872
6873 * gdb.texinfo (Files): Remove obsolete bits from the description
6874 of "symbol-file".
6875
6876 2006-01-25 Jim Blandy <jimb@redhat.com>
6877
6878 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
6879
6880 2006-01-24 Jim Blandy <jimb@redhat.com>
6881
6882 * gdbint.texinfo (Frames): Document the basics of GDB's register
6883 unwinding model, and explain the existence of the "sentinel" frame.
6884
6885 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
6886
6887 * gdb.texinfo (Choosing files): Mention that -directory is used
6888 for script files.
6889 (Specifying source directories): Likewise.
6890 (Command files): Explain how script files are found.
6891
6892 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6893
6894 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
6895 the threads in a multi-threaded program.
6896 (Threads): The threadno argument of "thread apply" can be a range
6897 of numbers.
6898
6899 2006-01-18 Jim Blandy <jimb@redhat.com>
6900
6901 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
6902 of warning flags.
6903
6904 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6905
6906 * gdb.texinfo (Sequences): Improve menu annotations.
6907 (Define): Add index entries for arguments of user-defined
6908 commands. Move the description of flow-control commands...
6909 (Command Files): ...to here. Document loop_break and
6910 loop_continue.
6911 (Define, Command Files): Document `end' and add index entries for
6912 it.
6913
6914 2006-01-04 Michael Snyder <msnyder@redhat.com>
6915
6916 * gdb.texinfo: Add documentation for linux-fork.
6917 * gdbint.texinfo: Add internal documentation for checkpoints.
6918
6919 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
6920
6921 * gdb.texinfo (Omissions from Ada): Document that there is now
6922 limited aggregate support.
6923
6924 2005-12-28 Eli Zaretskii <eliz@gnu.org>
6925
6926 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
6927 registers and the likes.
6928
6929 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6930
6931 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
6932 (Symbols): Fix usage of "e.g.".
6933 (Memory Region Attributes): Fix usage of "etc."
6934
6935 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
6936 (Coding): Fix usage of "e.g.".
6937
6938 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6939
6940 * stabs.texinfo:
6941 * refcard.tex:
6942 * gpl.texi:
6943 * gdbint.texinfo:
6944 * gdb.texinfo:
6945 * gdb-cfg.texi:
6946 * fdl.texi:
6947 * annotate.texinfo:
6948 * all-cfg.texi:
6949 * Makefile.in: Add (C) after Copyright. Update the FSF
6950 address.
6951
6952 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6953
6954 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
6955 extend GDB with commands for external monitor.
6956
6957 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
6958
6959 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
6960
6961 2005-11-25 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdbint.texinfo (Start of New Year Procedure): New chapter.
6964
6965 2005-11-21 Jim Blandy <jimb@redhat.com>
6966
6967 * gdb.texinfo (Tracepoint Packets): Document restrictions on
6968 placement of 'R' actions in tracepoint action packets; document
6969 dependence of 'X' and 'M' actions on a preceding 'R' action for
6970 their registers.
6971
6972 2005-11-19 Jim Blandy <jimb@redhat.com>
6973
6974 * gdb.texinfo (Tracepoint Packets): New node.
6975 (General Query Packets): Add entries for the tracepoint packets,
6976 referring to the "Tracepoint Packets" node.
6977 (Tracepoints): Add reference to "Tracepoint Packets".
6978
6979 2005-11-18 Kevin Buettner <kevinb@redhat.com>
6980
6981 * gdb.texinfo (set remotebreak): Add anchor.
6982 (X packet): Likewise.
6983 (Remote Protocol): Add new section `Interrupts' and new index
6984 entry `interrupts (remote protocol)'.
6985
6986 2005-11-18 Jim Blandy <jimb@redhat.com>
6987
6988 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
6989 entries into the General Query Packets section. Add a
6990 cross-reference to that section. Drop description of replies, as
6991 these are covered in the descriptions of each packet.
6992 (General Query Packets): Add introductory text. Explain naming
6993 conventions, and how the end of a name is recognized.
6994
6995 2005-11-17 Kevin Buettner <kevinb@redhat.com>
6996
6997 * gdb.texinfo (Remote configuration): Fix typo in description of
6998 "set remotebreak" command.
6999
7000 2005-11-16 Jim Blandy <jimb@redhat.com>
7001
7002 * gdb.texinfo (Packets, Stop Reply Packets)
7003 (General Query Packets): Various formatting cleanups.
7004 - Use @samp for packet contents.
7005 - Drop summaries from packet @item lines; the same information appears
7006 immediately below in the description.
7007 - Delete paragraph breaks after packet @item commands, so that the
7008 description appears directly to the right of the packet prototype
7009 in the printed manual, if it fits.
7010 - Place spaces in packet prototypes between @vars and non-@var
7011 letters, and explain that they're just for formatting.
7012 - Use @dots{} instead of '...'.
7013 - Fix uses of @code where @var was needed.
7014 - Replace "deprecated" markers with English text spelling out the
7015 packet's status and the preferred alternatives.
7016 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7017 what this ever meant.
7018 - Remove "(draft)" markers on 'i' packets; nobody has commented on
7019 this for a long time.
7020 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7021 implemented several times, and have been in use for years.
7022
7023 2005-11-15 Jim Blandy <jimb@redhat.com>
7024
7025 * gdb.texinfo (Packets): Add index entries for 'm' packet
7026 disclaimers.
7027
7028 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7029 of stub when processing an 'm' packet.
7030
7031 * gdb.texinfo (Packets): Mention that packets beginning with
7032 letters are reserved once, at the top, instead of actually listing
7033 them all and saying "reserved".
7034
7035 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
7036
7037 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7038 Change @var{$arg0 to @code{$arg0.
7039
7040 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
7041
7042 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7043
7044 2005-11-12 Jim Blandy <jimb@redhat.com>
7045
7046 * gdb.texinfo (General Query Packets): Put packets in alphabetical
7047 order. Remove extraneous 'z'.
7048
7049 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
7050
7051 * gdb.texinfo (Choosing files): Add --eval-command.
7052
7053 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
7054
7055 * gdb.texinfo (Choosing modes): Add --return-child-result.
7056
7057
7058 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
7059
7060 * gdb.texinfo (Choosing modes): Add --batch-silent.
7061
7062 2005-10-28 Eli Zaretskii <eliz@gnu.org>
7063
7064 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7065 "The -var-update Command".
7066
7067 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7068
7069 * gdb.texinfo (Print Settings): Add documentation for set/show
7070 print array-indexes.
7071
7072 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7073
7074 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7075 6.2 and 6.3.
7076
7077 2005-08-27 Eli Zaretskii <eliz@gnu.org>
7078
7079 * gdb.texinfo (File Options): Don't document --mapped, it's gone
7080 since 19-Jan-2004.
7081 (Files): Likewise.
7082 (Variables, Symbols): Document the "<incomplete type>" message and
7083 its reasons.
7084
7085 2005-08-01 Fred Fish <fnf@specifix.com>
7086
7087 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7088
7089 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
7090
7091 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7092 option for -var-list-children and -var-update.
7093 (GDB/MI Stack Manipulation): Simplify description of
7094 print-values option for -stack-list-locals.
7095 (GDB/MI Command Description Format): Clarify.
7096 (Mode Options): Spelling of superseded.
7097
7098 2005-07-12 Bob Rossi <bob@brasko.net>
7099
7100 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7101 corresponding GDB command comment.
7102
7103 2005-07-06 Bob Rossi <bob@brasko.net>
7104
7105 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7106 and -inferior-tty-show.
7107 (Input/Output): Document "set/show inferior-tty" and tty alias.
7108
7109 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
7110
7111 * gdb.texinfo (Packets): Change description of 'D' packet to note
7112 that GDB does wait for a response.
7113
7114 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7115
7116 * gdb.texinfo (History) Rename "Command History".
7117 (Command History): Move node "Server Prefix" from section on
7118 Annotations here.
7119
7120 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7121
7122 * gdb.texinfo (GDB/MI Stack Manipulation):
7123 Re-instate -stack-info-frame with example. Say that it gets
7124 info on selected frame, not current frame.
7125
7126 2005-06-18 Eli Zaretskii <eliz@gnu.org>
7127
7128 * gdb.texinfo (Server): Clarify that `file' should be used before
7129 connecting to the server.
7130 (Files): Add an xref to the above description.
7131 (Output Formats): More detailed description of the `c' format.
7132 (Memory): List explicitly all the formats supported by `x'.
7133 (Threads): Add an @cindex entry for "thread apply".
7134 (Files): Document the possibility of loading unlinked object
7135 files. Add more indexing for solib-absolute-prefix and
7136 --with-sysroot.
7137 (Machine Code): Document possible problems with locations in
7138 shared libraries.
7139 (Backtrace): Document that free-standing environments do not need
7140 to have a `main' function.
7141
7142 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
7143
7144 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7145 -stack-info-frame.
7146
7147 2005-06-07 Andrew Cagney <cagney@gnu.org>
7148
7149 * gdb.texinfo (Contributors): Note the original multi-arch
7150 contributors.
7151
7152 2005-06-03 Eli Zaretskii <eliz@gnu.org>
7153
7154 * gdb.texinfo (Registers): Add index entries for the standard
7155 registers.
7156 (Frames): Add cross-reference from frame pointer description to
7157 the Registers node.
7158 (Annotations Overview): Fix the reference to GDB name.
7159
7160 2005-06-01 Eli Zaretskii <eliz@gnu.org>
7161
7162 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7163 can-use-hw-watchpoints.
7164
7165 2005-05-28 Bob Rossi <bob@brasko.net>
7166
7167 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7168 the possible reasons why an exec async record would be returned to FE.
7169
7170 2005-05-26 Andrew Cagney <cagney@gnu.org>
7171
7172 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7173 Andrew Cagney implemented the original GDB/MI.
7174
7175 2005-05-23 Orjan Friberg <orjanf@axis.com>
7176
7177 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7178 documentation. Add documentation for cris-mode.
7179
7180 2005-05-20 Eli Zaretskii <eliz@gnu.org>
7181
7182 * gdb.texinfo (Numbers): Explain the example and make the wording
7183 more acurate.
7184
7185 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7186 Dennis Brueni <dennis@slickedit.com>
7187
7188 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7189 (GDB/MI Data Manipulation, GDB/MI Program Control)
7190 (GDB/MI Stack Manipulation): Update examples to include the fullname
7191 attribute in stack frames.
7192
7193 2005-05-12 Eli Zaretskii <eliz@gnu.org>
7194
7195 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
7196 do with other non-standard names of init files.
7197
7198 2005-05-11 Eli Zaretskii <eliz@gnu.org>
7199
7200 * gdb.texinfo (Command Files): Move the description of the startup
7201 from here...
7202 (Startup): ...to this new subsection of the Invocation chapter.
7203 Rearrange the description of init files more logically and add a
7204 cross-reference to "Command Files". Document the special gdbinit
7205 name for CISCO 68k. Expand the description of what GDB does
7206 during startup.
7207 (History): Add index entry for HISTSIZE.
7208
7209 2005-05-02 Mark Kettenis <kettenis@gnu.org>
7210
7211 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7212
7213 2005-05-02 Eli Zaretskii <eliz@gnu.org>
7214
7215 * gdb.texinfo (SVR4 Process Information, The isatty call)
7216 (The system call): Don't use foo(N) notation for man pages and
7217 functions.
7218 (Compilation, DJGPP Native): Improve wording.
7219
7220 2005-04-27 Eli Zaretskii <eliz@gnu.org>
7221
7222 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7223 were optimized away.
7224
7225 2005-04-22 Eli Zaretskii <eliz@gnu.org>
7226
7227 * gdb.texinfo (Remote configuration): Document "set/show
7228 get-thread-local-storage-address". Add cross-reference to the
7229 description of the qGetTLSAddr packet.
7230 (General Query Packets): Mention "set remote
7231 get-thread-local-storage-address" and add a reference to its
7232 description.
7233
7234 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
7235
7236 * gdb.texinfo (Backtrace): Describe 'bt full'.
7237
7238 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
7239
7240 * gdb.texinfo (Mode Options): Fix typo.
7241 (GDB/MI): Describe how to invoke GDB/MI.
7242
7243 2005-04-16 Eli Zaretskii <eliz@gnu.org>
7244
7245 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7246 references changed. Add description of "info udot".
7247 (Files): Document "set/show stop-on-solib-events".
7248 (M32R/D): Document "set/show download-path", "set/show
7249 board-address", "set/show server-address", "upload", "tload".
7250 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7251 "use_mon_code", "use_ib_break", "use_dbt_break".
7252 (Maintenance Commands): Improve indexing.
7253 (Target Commands): Document "set/show hash", "set/show debug
7254 monitor".
7255 (SVR4 Process Information): Document "info pidlist" and "info
7256 meminfo". Document "set/show procfs-tarce" and "set/show
7257 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
7258 (Symbols, The Print Command with Objective-C): Improve indexing.
7259 (Objective-C): Add references to "info classes" and "info
7260 selectors".
7261 (Debugging Output): Improve wording. Document "set/show debug
7262 solib-frv". Fix "set/show debugvarobj".
7263 (Set Breaks): Add index entry for "hardware breakpoints".
7264 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7265 and "set/show usehardbreakpoints".
7266 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7267 monitor-prompt", "set/show monitor-warnings", "pmon".
7268 (ARM): Document "rdilogfile", "rdilogenable", "set/show
7269 rdiromatzero", "set/show rdiheartbeat".
7270 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7271 "sds".
7272 (Embedded Processors): Document the "sim" command.
7273 (Remote): Document the "remote" command.
7274 (DJGPP Native): Document the "info serial" command.
7275 (Threads): Document "maint info sol-threads".
7276 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7277 (Set Breaks): Improve indexing.
7278 (Command Syntax): Add a reference to dont-repeat.
7279 (Define): Document "dont-repeat".
7280 (TUI Commands): Document "tabset".
7281 (WinCE): New subsection. Document "set/show remotedirectory",
7282 "set/show remoteupload", "set/show remoteaddhost".
7283
7284 2005-04-15 Eli Zaretskii <eliz@gnu.org>
7285
7286 * gdb.texinfo (Hurd Native): New subsection, documents
7287 Hurd-specific commands.
7288 (Maintenance Commands): Add cross-reference to "Debugging Output".
7289 (Debugging Output): Document "set/show debug lin-lwp".
7290 (MIPS): Improve documentation of heuristic-fence-post. Document
7291 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7292 mips stack-arg-size", "set/show mips mask-address", "set/show mips
7293 remote-mips64-transfers-32bit-regs", "set/show debug mips".
7294 (ARM): Document ARM-specific commands.
7295 (AVR): New section. Document "info io_registers".
7296 (CRIS): New section. Document "set/show cris-version" and
7297 "set/show cris-dwarf2-cfi".
7298 (HPPA): New section. Document "set/show debug hppa" and "maint
7299 print unwind".
7300 (Neutrino): New subsection. Document "set/show debug nto-debug".
7301 (Super-H): New section. Document the "regs" command.
7302 (Debugging Output): Document "set/show debug aix-thread".
7303
7304 2005-04-09 Eli Zaretskii <eliz@gnu.org>
7305
7306 * gdb.texinfo (Print Settings): Document "set/show print
7307 pascal_static-members", "set print repeats", "show print
7308 null-stop". Improve indexing. Fix documentation of "set print
7309 union".
7310 (Pascal): New section.
7311 (Supported languages): Rename from "Support"; all references
7312 updated. Add a menu item for Pascal.
7313 (Numbers): Document "set radix.
7314 (Screen Size): Document "set/show pagination".
7315 (MIPS Embedded): Remove "set processor" documentation.
7316 (Remote configuration): Document "set/show X/P/Z-packet",
7317 "set/show read-aux-vector-packet", "set/show remote
7318 symbol-lookup-packet", "set/show remote verbose-resume-packet",
7319 "set/show remoteaddresssize", "set/show remotebaud", "set/show
7320 remotedebug", "set/show remotebreak", "set/show remotedevice",
7321 "set/show remotelogfile".
7322 (Auxiliary Vector): Add reference to the description of the
7323 read-aux-vector-packet setting.
7324 (Set Watchpoints): Add a cross-reference to "set remote
7325 hardware-breakpoint-limit".
7326 (General Query Packets): Add indexing of requests and
7327 cross-references to related commands in "Remote configuration".
7328 (File-I/O Overview, The system call): Fix wording and typos.
7329 (Thread Stops): Add index entries.
7330 (Continuing and Stepping): Document "show step-mode".
7331 (i386): New node. Document "set/show struct-convention".
7332 (Files): Document "show trust-readonly-sections".
7333 (Calling): Document "set/show unwindonsignal".
7334 (Messages/Warnings): Add index entries.
7335 (Maintenance Commands): Document "set/show watchdog".
7336 (Annotations Overview): Document "show annotate".
7337 (Set Watchpoints): Add index entries.
7338 (Symbols): Fix doc of case-sensitive.
7339 (ABI): Document "show coerce-float-to-double".
7340 (Convenience Vars, Help): Improve indexing.
7341 (Machine Code): Document "show disassembly-flavor".
7342 (Debugging C plus plus): Document "show overload-resolution".
7343 (Value History, Signaling): Add index entries.
7344
7345 2005-04-08 Eli Zaretskii <eliz@gnu.org>
7346
7347 * gdb.texinfo (Show): Move @kindex entries to their proper places.
7348 (Processes): Fix wording.
7349 (History, List, Logging output, Define, Symbols, Print Settings):
7350 Improve indexing.
7351
7352 2005-04-03 Eli Zaretskii <eliz@gnu.org>
7353
7354 * gdb.texinfo (Targets): Document "set/show architecture". Remove
7355 redundant index entry for "target" command.
7356 (Backtrace): Add index entries.
7357 (Symbols, Fortran): Document the "set case-sensitive" command.
7358 (DJGPP Native): Document "set com1base", "set com1irq", etc.
7359 (Print Settings): Add index entry for "set demangle-style".
7360 (Target Commands): Document "set download-write-size".
7361 (Debugging Output): Document "set exec-done-display".
7362
7363 2005-04-02 Eli Zaretskii <eliz@gnu.org>
7364
7365 * gdb.texinfo (Files): Fix the name and documentation of
7366 add-shared-symbol-files. Document its alias assf. Update the
7367 list of OSs where GDB supports shared libraries. Fix markup.
7368 (Continuing and Stepping): Add reference to @var{location} in the
7369 text.
7370 (Dump/Restore Files): Fix reference to @{filename}.
7371 (Help): Fix wording.
7372 (Attach): Ditto.
7373 (Set Watchpoints): Ditto.
7374 (Backtrace): Remove redundant index entries. Improve index
7375 entries.
7376 (Delete Breaks): Fix wording.
7377 (Memory): Document the compare-sections command.
7378 (Memory Region Attributes): Improve wording.
7379 (Disabling): Improve wording.
7380 (Fortran): New subsection. Document the "info common" command.
7381 (Help): Document aliases "info copying" and "info warranty".
7382 (Caching Remote Data): New section. Document the "set/show
7383 remotecache" and "info dcache" commands.
7384 (Show): Fix wording of the documentation of the "set
7385 extension-language" command.
7386 (Signals): Add index entry for "info handle".
7387 (Memory Region Attributes): Fix punctuation.
7388 (Symbols): Change the arg name to "location" and refer to it in
7389 the text. Fix wording of "info types" doc.
7390 (Threads): Fix usage of @enumerate @item's.
7391 (Listing Tracepoints): Add index entry for "info tp".
7392 (Set Watchpoints): Add xref to "info break" description.
7393 (Macros): Add an index entry for "macro exp1". Document the
7394 "macro list" command.
7395 (Maintenance Commands): Document "flushregs", "maint agent",
7396 "maint check-symtabs", "maint cplus", "maint demangle", "maint
7397 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7398 "maint print architecture", "maint print objfiles", "maint print
7399 statistics", "maint print type", "maint show-debug-regs", "maint
7400 space", "maint time", and "maint translate-address".
7401 (Connecting): Document the "monitor" command.
7402 (Annotations Overview): Describe the "set annotate" command.
7403
7404 2005-04-01 Eli Zaretskii <eliz@gnu.org>
7405
7406 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7407 Rearrange index entries and improve wording about support for
7408 hardware watchpoints.
7409
7410 2005-03-10 Bob Rossi <bob@brasko.net>
7411
7412 * gdb.texinfo: Update copyright
7413
7414 2005-02-09 Theodore A. Roth <troth@openavr.org>
7415
7416 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7417 error.
7418
7419 2005-02-03 Kevin Buettner <kevinb@redhat.com>
7420
7421 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7422
7423 2005-01-17 Michael Snyder <msnyder@redhat.com>
7424
7425 * gdb.texinfo: Fix spelling, infinte -> infinite.
7426
7427 2005-01-08 Mark Kettenis <kettenis@gnu.org>
7428
7429 * observer.texi (GDB Observers): Document "solib_loaded".
7430
7431 2005-01-07 Andrew Cagney <cagney@gnu.org>
7432
7433 * configure.ac: Rename configure.in, require autoconf 2.59.
7434 * configure: Re-generate.
7435
7436 * configure.in: Replace configdirs with multiple references to
7437 AC_CONFIG_SUBDIRS.
7438 * configure: Re-generate.
7439
7440 2005-01-04 Andrew Cagney <cagney@gnu.org>
7441
7442 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7443 part of the version number.
7444
7445 2004-12-24 Mark Kettenis <kettenis@gnu.org>
7446
7447 * gdbint.texinfo (Algorithms): Remove description of
7448 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7449
7450 2004-12-07 Jim Blandy <jimb@redhat.com>
7451
7452 * gdb.texinfo (General Query Packets): Specify that thread ID's in
7453 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7454 numbers.
7455
7456 2004-12-07 Andreas Schwab <schwab@suse.de>
7457
7458 * gdb.texinfo (Mode Options): Document -l option.
7459
7460 2004-12-04 Eli Zaretskii <eliz@gnu.org>
7461
7462 * gdbint.texinfo (Algorithms): More accurate description of
7463 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
7464 is not needed unless data-read and data-access watchpoints are
7465 supported. Add a description of how GDB checks whether the
7466 inferior stopped because a watchpoint was hit.
7467
7468 2004-11-23 Eli Zaretskii <eliz@gnu.org>
7469
7470 * gdb.texinfo (Files): Add cross-reference to description of
7471 -readnow command-line switch.
7472
7473 2004-11-10 Randolph Chung <tausq@debian.org>
7474
7475 * gdb.texinfo: Document set/show backtrace past-entry commands.
7476 Rearrange index entries for set/show backtrace past-main.
7477
7478 2004-11-10 Jon Beniston <jon@beniston.com>
7479
7480 Committed by Andrew Cagney <cagney@gnu.org>.
7481 * gdb.texinfo (Remote Serial Protocol): Further describe
7482 binary transfer escaping mechanism .
7483
7484 2004-11-08 Randolph Chung <tausq@debian.org>
7485
7486 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
7487 and "show debug infrun". Add index entries.
7488
7489 2004-10-23 Eli Zaretskii <eliz@gnu.org>
7490
7491 * gdb.texinfo (SVR4 Process Information): Document subcommands of
7492 "info proc" that are already implemented. Add index entries.
7493 (Working Directory): Add a cross-reference to "info proc" command.
7494 (Files): Add a tip for decreasing memory used for symtabs from
7495 shared libraries.
7496 (Starting): Fix whitespace; make "elaboration" stand out where it
7497 is first used, and add an index entry for the term.
7498 (Calling): Expand and elaborate text. Add "print". Add the
7499 description of problems with weak aliases.
7500 (Core File Generation): New section.
7501
7502 2004-10-12 Andrew Cagney <cagney@gnu.org>
7503
7504 * gdbint.texinfo (Versions and Branches): New chapter.
7505 (Releasing GDB): Delete "Versions and Branches" section.
7506 (Top): Add "Versions and Branches".
7507
7508 2004-10-08 Eli Zaretskii <eliz@gnu.org>
7509
7510 * gdb.texinfo (Editing, History): Add cross-references to the
7511 included Readline and History user documentation. Remove
7512 references to the symbol have-readline-appendices which is unused
7513 and undefined.
7514 (History): Fix indexing.
7515
7516 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
7517
7518 * gdbint.texinfo (target_stopped_data_address): Update to
7519 new prototype.
7520 (i386_stopped_data_address): Update prototype and description.
7521 (i386_stopped_by_watchpoint): New function and description.
7522
7523 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
7524
7525 * gdb.texinfo (Filenames): Add Ada suffixes.
7526 (Ada) New section.
7527
7528 2004-09-27 Andrew Cagney <cagney@gnu.org>
7529 Robert Picco <Robert.Picco@hp.com>
7530
7531 * gdb.texinfo (Packets): Document the "p" packet.
7532
7533 2004-09-21 Jason Molenda (jmolenda@apple.com)
7534
7535 * gdb.texinfo (Paths and Names of the Source Files): Document the
7536 meaning of values in the 'desc' field of a SO stab.
7537
7538 2004-09-20 Daniel Jacobowitz <dan@debian.org>
7539
7540 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
7541 max-cache-age" and "maint show dwarf2 max-cache-age".
7542
7543 2004-09-16 Eli Zaretskii <eliz@gnu.org>
7544
7545 * gdb.texinfo (Set Breaks): Add index entry for setting
7546 breakpoints on overloaded C++ functions that are not members of
7547 any classes. Add an example and an index entry for setting
7548 breakpoints on all program functions.
7549 (Character Sets, Macros, Overlay Commands)
7550 (Non-debug DLL symbols, GDB/MI Output Syntax)
7551 (Annotations Overview, Maintenance Commands, File-I/O Overview):
7552 Use "(@value{GDBP})" instead of a literal "(gdb)".
7553
7554 2004-09-12 Andrew Cagney <cagney@gnu.org>
7555
7556 * gdbint.texinfo (Native Debugging): Delete description of
7557 FILES_INFO_HOOK.
7558
7559 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
7560
7561 * gdbint.texinfo (User Interface): Change local_hex_string_custom
7562 to hex_string_custom (not historically correct, but more
7563 understandable, given the current code).
7564
7565 2004-09-03 Andrew Cagney <cagney@gnu.org>
7566
7567 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
7568
7569 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
7570
7571 * observer.texi (solib_unloaded): New observer.
7572
7573 2004-08-24 Andrew Cagney <cagney@gnu.org>
7574
7575 * gdbint.texinfo (Target Architecture Definition): Add missing
7576 comma.
7577
7578 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
7579
7580 * (Using the Testsuite): build != host is supported,
7581 but some test scripts do not support build != host.
7582
7583 2004-08-14 Mark Kettenis <kettenis@gnu.org>
7584
7585 * gdbint.texinfo (Host Definition): Delete description of
7586 FCLOSE_PROVIDED and GETENV_PROVIDED.
7587
7588 2004-08-05 Mark Kettenis <kettenis@chello.nl>
7589
7590 * gdbint.texinfo (Host Definition): Delete description of
7591 NO_SYS_FILE.
7592 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
7593 PTRACE_FP_BUG.
7594
7595 2004-08-05 Andrew Cagney <cagney@gnu.org>
7596
7597 * gdbint.texinfo (Target Architecture Definition): Delete
7598 reference to deprecated_read_fp.
7599
7600 2004-08-02 Andrew Cagney <cagney@gnu.org>
7601
7602 * gdbint.texinfo (Target Architecture Definition): Delete
7603 description of DEPRECATED_REGISTER_BYTES.
7604
7605 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
7606
7607 * gdb.texinfo (Source Path): Document the new behavior of
7608 searching for the source files.
7609
7610 2004-07-17 Eli Zaretskii <eliz@gnu.org>
7611
7612 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
7613 (Search, Expressions, Arrays, Variables, Data, Machine Code)
7614 (Auto Display): Improve indexing.
7615
7616 2004-07-16 Andrew Cagney <cagney@gnu.org>
7617
7618 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
7619 "-noasync".
7620
7621 2004-07-09 Eli Zaretskii <eliz@gnu.org>
7622
7623 * gdb.texinfo: Fix @kindex entries so that multiple commands that
7624 have the same prefix have only their prefix in the index.
7625
7626 2004-07-03 Mark Kettenis <kettenis@gnu.org>
7627
7628 * gdb.texinfo (BSD libkvm Interface): New node (section)
7629 (Native): Add it to the menu.
7630
7631 2004-07-01 Mark Kettenis <kettenis@gnu.org>
7632
7633 * gdbint.texinfo (Target Architecture Definition): Remove
7634 PCC_SOL_BROKEN.
7635
7636 2004-06-24 Mark Kettenis <kettenis@gnu.org>
7637
7638 * gdbint.texinfo (Target Architecture Definition): Remove
7639 SUN_FIXED_LBRAC_BUG.
7640
7641 2004-06-26 Andrew Cagney <cagney@gnu.org>
7642
7643 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
7644
7645 2004-06-20 Andrew Cagney <cagney@gnu.org>
7646
7647 * gdbint.texinfo (Target Architecture Definition): Deprecate
7648 USE_STRUCT_CONVENTION.
7649
7650 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
7651
7652 gdb.texinfo (Bug Reporting): Mention session recording,
7653 with the script command or Emacs.
7654
7655 2004-06-18 Andrew Cagney <cagney@gnu.org>
7656
7657 * gdbint.texinfo (Target Architecture Definition): Deprecate
7658 FUNCTION_START_OFFSET.
7659
7660 2004-06-14 Andrew Cagney <cagney@gnu.org>
7661
7662 Based on changes from Karl Berry.
7663 * gdb.texinfo: Do not use @sc in a direntry.
7664 * stabs.texinfo: Change @dircateogry to "Software development".
7665 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
7666
7667 2004-06-13 Andrew Cagney <cagney@gnu.org>
7668
7669 * gdbint.texinfo (Target Architecture Definition): Delete
7670 description of RETURN_VALUE_ON_STACK.
7671
7672 2004-06-09 Andrew Cagney <cagney@gnu.org>
7673
7674 * gdbint.texinfo (Native Debugging): Restore "@table @code"
7675 deleted by previous patch.
7676
7677 2004-06-08 Andrew Cagney <cagney@gnu.org>
7678
7679 * gdbint.texinfo (Native Debugging): Delete documentation on
7680 ATTACH_DETACH.
7681
7682 2004-06-06 Randolph Chung <tausq@debian.org>
7683
7684 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
7685
7686 2004-06-06 Randolph Chung <tausq@debian.org>
7687
7688 * gdb.texinfo (push_dummy_call): Update argument list to match
7689 the new push_dummy_call method signature. Describe the function
7690 argument.
7691
7692 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7693
7694 * gdb.texinfo (Starting): Document new start command.
7695
7696 2004-05-21 Andrew Cagney <cagney@redhat.com>
7697
7698 * observer.texi (GDB Observers): Document "inferior_created".
7699
7700 2004-05-08 Andrew Cagney <cagney@redhat.com>
7701
7702 * gdbint.texinfo (Target Architecture Definition): Delete
7703 description of DO_DEFERRED_STORES.
7704
7705 * gdbint.texinfo (Target Architecture Definition): Delete
7706 references to DEPRECATED_FIX_CALL_DUMMY.
7707
7708 * gdbint.texinfo (Target Architecture Definition): Delete
7709 description of DEPRECATED_CALL_DUMMY_WORDS,
7710 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
7711
7712 * gdbint.texinfo (Target Architecture Definition): Delete
7713 description of DEPRECATED_PUSH_DUMMY_FRAME.
7714
7715 * gdbint.texinfo (Target Architecture Definition): Delete
7716 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
7717
7718 2004-05-07 Andrew Cagney <cagney@redhat.com>
7719
7720 * observer.texi (GDB Observers): Add "Debugging" section. Include
7721 cross reference to "set/show debug observer".
7722 * gdb.texinfo (Debugging Output): Document "set/show debug
7723 observer".
7724
7725 2004-05-01 Andrew Cagney <cagney@redhat.com>
7726
7727 * gdbint.texinfo (Target Architecture Definition): Delete
7728 description of DEPRECATED_PC_IN_SIGTRAMP.
7729
7730 2004-04-30 Andrew Cagney <cagney@redhat.com>
7731
7732 * gdbint.texinfo (Target Architecture Definition): Delete
7733 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
7734
7735 2004-04-30 Orjan Friberg <orjanf@axis.com>
7736
7737 * observer.texi (GDB Observers): Correct spelling.
7738
7739 2004-04-26 Orjan Friberg <orjanf@axis.com>
7740
7741 * observer.texi (GDB Observers): Add target_changed event.
7742
7743 2004-04-08 Andrew Cagney <cagney@redhat.com>
7744
7745 * observer.texi (GDB Observers): Rework, provide generic observer
7746 definitions and then a list of observable events.
7747
7748 2004-04-04 Andrew Cagney <cagney@redhat.com>
7749
7750 * gdbint.texinfo (Host Definition): Delete reference to
7751 NO_SIGINTERRUPT.
7752
7753 2004-04-02 Andrew Cagney <cagney@redhat.com>
7754
7755 * gdbint.texinfo (Target Architecture Definition): Delete
7756 reference to DEPRECATED_CALL_DUMMY_LENGTH.
7757
7758 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7759
7760 * gdb.texinfo (TUI Commands): Document tui reg commands.
7761
7762 2004-03-26 Andrew Cagney <cagney@redhat.com>
7763
7764 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
7765 "gdbtui".
7766 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
7767 (Contributors): Mention both Text and Terminal User Interface.
7768
7769 2004-03-23 Andrew Cagney <cagney@redhat.com>
7770
7771 * gdbint.texinfo (Target Architecture Definition): Deprecate
7772 references to SIGTRAMP_START and SIGTRAMP_END.
7773
7774 2004-03-23 Andrew Cagney <cagney@redhat.com>
7775
7776 * gdbint.texinfo (Target Architecture Definition): Deprecate
7777 references to PC_IN_SIGTRAMP.
7778
7779 2004-03-19 Andrew Cagney <cagney@redhat.com>
7780
7781 * gdbint.texinfo (Target Architecture Definition): Delete
7782 reference to GDB_TARGET_IS_HPPA.
7783
7784 2004-03-18 Andrew Cagney <cagney@redhat.com>
7785
7786 * gdbint.texinfo (Coding): Update section on gdbarch_data,
7787 describe pre_init and post_init.
7788
7789 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7790
7791 * gdb.texinfo (Debugging Output): Document values for "set debug
7792 target".
7793
7794 2004-02-28 Andrew Cagney <cagney@redhat.com>
7795
7796 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
7797
7798 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7799
7800 * gdb.texinfo (breakpoints): Add information about the
7801 new "set breakpoint pending" and "show breakpoint pending"
7802 commands.
7803
7804 2004-02-26 Andrew Cagney <cagney@redhat.com>
7805
7806 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
7807 in Per-architecture module data section.
7808
7809 2004-02-25 Roland McGrath <roland@redhat.com>
7810
7811 * gdb.texinfo (General Query Packets): Document qPart:... packets.
7812
7813 2004-02-24 Andrew Cagney <cagney@redhat.com>
7814
7815 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
7816 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
7817 * fdl.texi: Import Version 1.2, November 2002.
7818
7819 2004-02-17 Andrew Cagney <cagney@redhat.com>
7820
7821 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
7822
7823 2004-02-16 Andrew Cagney <cagney@redhat.com>
7824
7825 * gdbint.texinfo (Target Architecture Definition): Deprecate
7826 FRAMELESS_FUNCTION_INVOCATION.
7827
7828 2004-02-16 Andrew Cagney <cagney@redhat.com>
7829
7830 * gdbint.texinfo (Coding): Mention -Wunused-function.
7831
7832 2004-02-14 Andrew Cagney <cagney@redhat.com>
7833
7834 * gdbint.texinfo (Target Architecture Definition): Delete
7835 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
7836
7837 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
7838
7839 * gdb.texinfo: Properly quote the name "C++".
7840 * gdbint.texinfo: Ditto.
7841 * stabs.texinfo: Ditto.
7842
7843 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
7844
7845 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
7846 minimal information about libiberty.
7847
7848 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
7849
7850 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
7851
7852 2004-02-04 Roland McGrath <roland@redhat.com>
7853
7854 * gdb.texinfo (Auxiliary Vector): New node (section).
7855 (Data): Add it to the menu.
7856
7857 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7858
7859 * gdb.texinfo (Breakpoints): Add information about pending
7860 breakpoint support.
7861
7862 2004-01-26 Andrew Cagney <cagney@redhat.com>
7863
7864 * gdb.texinfo (Overview): Delete references to the cisco protocol
7865 including the "N" response.
7866
7867 2004-01-26 Andrew Cagney <cagney@redhat.com>
7868
7869 * gdbint.texinfo (Target Architecture Definition): Rename
7870 EXTRACT_STRUCT_VALUE_ADDRESS to
7871 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7872
7873 2004-01-24 Eli Zaretskii <eliz@gnu.org>
7874
7875 * gdb.texinfo (KOD): Document "show os". Add index entries for
7876 "set/show os" and "info cisco" commands.
7877
7878 2004-01-21 Eli Zaretskii <eliz@gnu.org>
7879
7880 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
7881
7882 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7883
7884 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
7885 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7886
7887 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
7888
7889 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
7890 -stack-list-locals.
7891 (GDB/MI Variable Objects): Describe extension to
7892 -var-list-children.
7893
7894 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
7897
7898 2004-01-17 Andrew Cagney <cagney@redhat.com>
7899
7900 * gdbint.texinfo (Target Architecture Definition): Delete
7901 documentation on DEPRECATED_NPC_REGNUM.
7902
7903 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7904
7905 * gdb.texinfo: Update copyright year. Mention that set
7906 follow-fork-mode is supported on GNU/Linux. Remove documentation of
7907 "set follow-fork-mode ask".
7908
7909 2004-01-13 Andrew Cagney <cagney@redhat.com>
7910
7911 * gdbint.texinfo: Update copyright year.
7912 (Coding): Add -Wunused-label to list of -Werror warnings.
7913
7914 2004-01-08 Jason Molenda <jmolenda@apple.com>
7915 Eli Zaretskii <eliz@gnu.org>
7916
7917 * gdb.texinfo: Update copyright.
7918 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
7919 around names, as appropriate. Minor syntax cleanup of
7920 _NSPrintForDebugger explanation. Two spaces after periods.
7921 GDBN used instead of lit. "gdb". Index entries added for
7922 print-object and _NSPrintForDebugger. @noindent added in one spot.
7923
7924 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
7925
7926 * stabs.texinfo: Add dircategory and direntry commands.
7927 * annotate.texinfo: Ditto.
7928
7929 2003-11-10 Andrew Cagney <cagney@redhat.com>
7930
7931 * gdbint.texinfo (Target Architecture Definition): Replace the
7932 return_value method's "inval" and "outval" parameters with
7933 "readbuf" and "writebuf".
7934
7935 2003-10-28 Jim Blandy <jimb@redhat.com>
7936
7937 * gdb.texinfo (The F request packet, The F reply packet): Renamed
7938 from "The `F' request packet" and "The `F' reply packet", to make
7939 texi2dvi happy.
7940 (File-I/O remote protocol extension): Update menu entries, too.
7941
7942 2003-10-26 Michael Chastain <mec@shout.net>
7943
7944 * gdb.texinfo (Thread Stops): Document the issue with
7945 premature return from system calls in multi-threaded programs.
7946
7947 2003-10-24 Andrew Cagney <cagney@redhat.com>
7948
7949 * annotate.texinfo: Fix "fortunatly"[sic].
7950
7951 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
7952
7953 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
7954 with "Hitachi" and "Mitsubishi".
7955
7956 2003-10-20 Andrew Cagney <cagney@redhat.com>
7957
7958 * gdbint.texinfo (Target Architecture Definition): Document
7959 gdbarch_return_value. Add cross references from
7960 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
7961 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
7962
7963 2003-10-18 Mark Kettenis <kettenis@gnu.org>
7964
7965 * gdbint.texinfo (Target Architecture Definition): Document
7966 regset_from_core_section.
7967
7968 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
7969
7970 * gdb.texinfo (M32R/D): Mention m32rsdi target.
7971
7972 2003-10-15 Kevin Buettner <kevinb@redhat.com>
7973
7974 From Anthony Green <green@redhat.com>:
7975 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
7976
7977 2003-10-14 Kevin Buettner <kevinb@redhat.com>
7978
7979 * gdb.texinfo (Breakpoint related warnings): New node.
7980 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
7981
7982 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
7983
7984 * gdb.texinfo (Remote Protocol): Document v and vCont.
7985
7986 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7987
7988 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
7989 * gdbint.texinfo: Ditto.
7990
7991 2003-10-09 Andrew Cagney <cagney@redhat.com>
7992
7993 From 2003-09-18 David Anderson <davea@sgi.com>:
7994 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
7995 "command".
7996
7997 2003-10-03 Andrew Cagney <cagney@redhat.com>
7998
7999 * gdbint.texinfo (Target Architecture Definition): Deprecate
8000 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
8001 just target.
8002
8003 2003-10-02 Andrew Cagney <cagney@redhat.com>
8004
8005 * gdbint.texinfo (Target Architecture Definition): Rename
8006 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8007 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8008 * gdbint.texinfo (Target Architecture Definition): Rename
8009
8010 2003-09-30 Andrew Cagney <cagney@redhat.com>
8011
8012 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8013 (Target Architecture Definition):
8014
8015 * gdbint.texinfo (Target Architecture Definition): Rename
8016 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8017
8018 2003-09-29 Andrew Cagney <cagney@redhat.com>
8019
8020 * gdbint.texinfo (Target Architecture Definition): Delete
8021 documentation for NEED_TEXT_START_END.
8022
8023 * gdbint.texinfo (Target Architecture Definition): Rename
8024 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
8025 TARGET_WRITE_PC.
8026
8027 2003-09-22 Michael Chastain <mec@shout.net>
8028
8029 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8030
8031 2003-09-21 Anthony Green <green@redhat.com>
8032
8033 * gdbint.texinfo (Target Architecture Definition): Fix typos.
8034
8035 2003-09-21 Mark Kettenis <kettenis@gnu.org>
8036
8037 * gdbint.texinfo (Target Architecture Definition): Document
8038 stabs_argument_has_addr.
8039
8040 2003-09-18 Andrew Cagney <cagney@redhat.com>
8041
8042 * gdbint.texinfo (Target Architecture Definition): Delete
8043 documentation on REGISTER_NAMES.
8044
8045 2003-09-13 Mark Kettenis <kettenis@gnu.org>
8046
8047 * gdbint.texinfo (Target Architecture Definition): Replace
8048 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8049
8050 2003-09-11 Andrew Cagney <cagney@redhat.com>
8051
8052 * gdbint.texinfo (Target Architecture Definition): Replace
8053 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8054
8055 2003-08-18 Andrew Cagney <cagney@redhat.com>
8056
8057 * gdbint.texinfo (Target Architecture Definition): Document
8058 "frame_red_zone_size".
8059
8060 2003-08-09 Andrew Cagney <cagney@redhat.com>
8061
8062 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8063 with "set/show backtrace past-main" and "set/show backtrace
8064 limit".
8065
8066 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8067
8068 * Makefile.in (install-info): Support DESTDIR.
8069 (install-html): Likewise.
8070
8071 2003-08-07 Andrew Cagney <cagney@redhat.com>
8072
8073 Patch from Nick Roberts.
8074 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8075 bindings. Remove description of send-gdb-command.
8076
8077 2003-08-07 Andrew Cagney <cagney@redhat.com>
8078
8079 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8080 GDB 6.0.
8081
8082 2003-08-06 Andrew Cagney <cagney@redhat.com>
8083
8084 * gdb.texinfo (Mode Options): Mention that level three is the
8085 highest available and that level 2 is deprecated.
8086 (Annotations Overview): Mention annotation levels. Cross reference
8087 to "Limitations of the Annotation Interface" in annotate.texi.
8088 (TODO, Value Annotations, Frame Annotations): Delete section.
8089 (Displays, Breakpoint Info): Delete.
8090
8091 2003-08-04 Andrew Cagney <cagney@redhat.com>
8092
8093 * agentexpr.texi: Delete @bye.
8094 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8095 (stabs.info): Add $(srcdir) to include search path.
8096 (html): Depend on "annotate_toc.html", and not "annotate.html".
8097 * stabs.texinfo: Ditto. Include "fdl.texi".
8098 * gdbint.texinfo: Update copyright statement's list of invariant
8099 sections.
8100
8101 2003-07-28 Andrew Cagney <cagney@redhat.com>
8102
8103 * Makefile.in (INFO_DEPS): Add annotate.info.
8104 (dvi, ps, html, pdf): Add annotate.
8105 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8106 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8107 (ANNOTATE_DOC_FILES): New macro.
8108 (ANNOTATE_TEX_TMPS): New macro.
8109 (annotate.info, annotate_toc.html): Specify dependencies.
8110 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8111 * annotate.texinfo: Rename annotate.texi. Get building. Add
8112 "Migrating to GDB/MI" and "Limitations of the Annotation
8113 Interface" chapters. Mention why it is not part of the user
8114 guide. Update copyright notice. Include "fdl.texi".
8115
8116 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
8117
8118 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8119
8120 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8121
8122 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8123
8124 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8125
8126 * gdb.texinfo (Server): Mention pidof.
8127
8128 2003-07-22 Andrew Cagney <cagney@redhat.com>
8129
8130 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8131 list.
8132
8133 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8134
8135 * gdb.texinfo (Logging output): New chapter.
8136
8137 2003-06-24 Joel Brobecker <brobecker@gnat.com>
8138
8139 * gdb.texinfo (Unsupported languages): New section.
8140 (Languages): Add link to new section.
8141
8142 2003-06-22 Andrew Cagney <cagney@redhat.com>
8143
8144 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8145
8146 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8147
8148 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8149
8150 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
8151
8152 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8153 * agentexpr.texi: Retitle section, and change it to an appendix.
8154 Comment out texinfo initialization. Factor a @var{} into two
8155 pieces to prevent makeinfo warnings.
8156 * gdb.texinfo: Add Agent Expressions appendix.
8157
8158 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
8159
8160 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8161
8162 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
8163
8164 * gdb.texinfo (Remote Debugging): New section "Connecting to a
8165 remote target". Document the "detach" and "disconnect" commands.
8166 (Server, Netware, Debug Session): Reference "Connecting to a
8167 remote target".
8168 (GDB/MI Target Manipulation): Document "-target-disconnect".
8169
8170 2003-06-13 Andrew Cagney <cagney@redhat.com>
8171
8172 * gdbint.texinfo (Target Architecture Definition): Deprecate
8173 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8174 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
8175
8176 2003-06-09 Jim Blandy <jimb@redhat.com>
8177
8178 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8179
8180 2003-06-08 Andrew Cagney <cagney@redhat.com>
8181
8182 * gdbint.texinfo (Target Architecture Definition): Delete
8183 documentation on FRAME_ARGS_ADDRESS_CORRECT.
8184
8185 2003-06-08 Andrew Cagney <cagney@redhat.com>
8186
8187 * gdbint.texinfo (Target Architecture Definition): Document
8188 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
8189
8190 2003-06-07 Adam Fedor <fedor@gnu.org>
8191
8192 * gdb.texinfo: Add Objective-C documentation.
8193
8194 2003-06-01 Andrew Cagney <cagney@redhat.com>
8195
8196 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8197 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
8198
8199 2003-05-21 Andrew Cagney <cagney@redhat.com>
8200
8201 * gdbint.texinfo (Target Architecture Definition): Delete
8202 references to "extract_address" and "store_address".
8203
8204 2003-05-16 Andrew Cagney <cagney@redhat.com>
8205
8206 * gdbint.texinfo (Target Architecture Definition): Replace
8207 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
8208 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8209
8210 2003-05-14 Theodore A. Roth <troth@openavr.org>
8211
8212 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8213
8214 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
8215
8216 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8217 (gdb.dvi): Likewise.
8218 (gdb.pdf): Likewise.
8219 (links2roff): Likewise.
8220
8221 2003-05-08 Jim Blandy <jimb@redhat.com>
8222
8223 * gdb.texinfo (Dump/Restore Files): Update documentation for
8224 'dump', 'append', and 'restore': note that format argument is
8225 optional; simplify presentation of the command variants; and be
8226 more precise about the formats.
8227
8228 2003-05-07 Jim Blandy <jimb@redhat.com>
8229
8230 * gdb.texinfo (Symbols): Update documentation: 'maint list
8231 symtabs' and 'maint list psymtabs' have been renamed 'maint info
8232 symtabs' and 'maint info psymtabs'.
8233
8234 2003-05-05 Andrew Cagney <cagney@redhat.com>
8235
8236 * gdbint.texinfo (Target Architecture Definition): Make
8237 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8238 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8239 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8240
8241 2003-05-04 Andrew Cagney <cagney@redhat.com>
8242
8243 * gdb.texinfo (Maintenance Commands): Document "maint print
8244 dummy-frames".
8245
8246 2003-05-04 Andrew Cagney <cagney@redhat.com>
8247
8248 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8249
8250 2003-05-03 J. Brobecker <brobecker@gnat.com>
8251
8252 Thierry Schneider <tpschneider1@yahoo.com>
8253 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8254 for new MI command.
8255
8256 2003-05-03 Andrew Cagney <cagney@redhat.com>
8257
8258 * gdbint.texinfo (Target Architecture Definition): Document
8259 push_dummy_code. Add cross references.
8260
8261 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8262
8263 * gdb.texinfo (Character Sets): Update to reflect new behavior of
8264 set/show charsets commands.
8265
8266 2003-04-28 Andrew Cagney <cagney@redhat.com>
8267
8268 * gdbint.texinfo (Target Architecture Definition): Replace
8269 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8270 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8271
8272 2003-04-28 Andrew Cagney <cagney@redhat.com>
8273
8274 * gdbint.texinfo (Target Architecture Definition): Rename
8275 "tm_print_insn" to "deprecated_tm_print_insn".
8276
8277 2003-04-09 Jim Blandy <jimb@redhat.com>
8278
8279 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8280 list psymtabs'.
8281
8282 2003-04-08 Andrew Cagney <cagney@redhat.com>
8283
8284 * gdbint.texinfo (Target Architecture Definition): Delete
8285 references to EXTRA_FRAME_INFO.
8286
8287 2003-04-08 Andrew Cagney <cagney@redhat.com>
8288
8289 * gdbint.texinfo (Target Architecture Definition): Delete
8290 PRINT_TYPELESS_INTEGER.
8291
8292 2003-04-02 J. Brobecker <brobecker@gnat.com>
8293
8294 * observer.texi (GDB Observers): Adjust the documentation for the
8295 normal_stop notification to better describe reality. Fix a couple
8296 of minor typos.
8297
8298 2003-04-02 Bob Rossi <bob_rossi@cox.net>
8299
8300 * gdb.texinfo (GDB/MI Program Control): Add
8301 '-file-list-exec-source-file'
8302
8303 2003-03-31 Andrew Cagney <cagney@redhat.com>
8304
8305 * gdbint.texinfo (Target Architecture Definition): Delete
8306 references to CALL_DUMMY_P.
8307
8308 2003-03-30 Andrew Cagney <cagney@redhat.com>
8309
8310 * gdbint.texinfo (Target Architecture Definition): Remove
8311 reference to TARGET_WRITE_SP.
8312
8313 2003-03-27 Andrew Cagney <cagney@redhat.com>
8314
8315 * gdbint.texinfo (Target Architecture Definition): Remove
8316 references to write_sp.
8317
8318 2003-03-27 Andrew Cagney <cagney@redhat.com>
8319
8320 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8321 chapter body. Use @smallexample instead of @example.
8322 (Annotations): Ditto.
8323 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8324 annotate.texi.
8325
8326 2003-03-26 Andrew Cagney <cagney@redhat.com>
8327
8328 * gdbint.texinfo (Target Architecture Definition): Replace
8329 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8330 dummy_addr parameters.
8331
8332 2003-03-25 Andrew Cagney <cagney@redhat.com>
8333
8334 * gdbint.texinfo (Target Architecture Definition): Delete
8335 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
8336 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8337 Add reference to PUSH_ARGUMENTS.
8338
8339 2003-03-23 Andrew Cagney <cagney@redhat.com>
8340
8341 * gdbint.texinfo (Algorithms, Target Architecture Definition):
8342 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8343
8344 2003-03-18 J. Brobecker <brobecker@gnat.com>
8345
8346 * gdbint.texinfo (Algorithms): Add new section describing the
8347 Observer paradigm.
8348 (Top): Add menu entry to new observer appendix.
8349 * observer.texi: New file.
8350 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8351 new observer.texi file.
8352
8353 2003-03-17 Andrew Cagney <cagney@redhat.com>
8354
8355 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
8356 that GNU Press update the manual version number.
8357
8358 2003-03-12 Andrew Cagney <cagney@redhat.com>
8359
8360 * gdbint.texinfo (Target Architecture Definition): Delete
8361 references to get_saved_register. Rename GET_SAVED_REGISTER to
8362 DEPRECATED_GET_SAVED_REGISTER.
8363
8364 2003-03-13 Andrew Cagney <cagney@redhat.com>
8365
8366 * gdbint.texinfo (Target Architecture Definition): Replace
8367 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
8368
8369 2003-03-12 Andrew Cagney <cagney@redhat.com>
8370
8371 * gdbint.texinfo (Target Architecture Definition): Rename
8372 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8373
8374 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
8375
8376 * gdb.texinfo: Add File-I/O documentation.
8377
8378 2003-03-10 Andrew Cagney <cagney@redhat.com>
8379
8380 * gdbint.texinfo (Target Architecture Definition): Cross reference
8381 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
8382
8383 2003-03-07 Andrew Cagney <cagney@redhat.com>
8384
8385 * gdb.texinfo (Debugging Output): Mention the "set/show debug
8386 frame" command.
8387
8388 2003-03-05 Andrew Cagney <cagney@redhat.com>
8389
8390 * gdbint.texinfo (Target Architecture Definition): Document
8391 unwind_dummy_id. Cross reference unwind_dummy_id and
8392 SAVE_DUMMY_FRAME_TOS.
8393
8394 2003-03-05 James Ingham <jingham@apple.com>
8395 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8398 and "show cp-abi".
8399
8400 2003-03-03 Andrew Cagney <cagney@redhat.com>
8401
8402 * gdbint.texinfo (Target Architecture Definition): Document
8403 register_type.
8404
8405 2003-03-03 Andrew Cagney <cagney@redhat.com>
8406
8407 * stabs.texinfo (Structures): Use @samp and separate @var's
8408 instead of a single @var containing a comma separated list.
8409 (Unions): Ditto.
8410
8411 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
8412
8413 * Makefile.in (distclean): Remove config.log.
8414
8415 2003-03-01 Andrew Cagney <cagney@redhat.com>
8416
8417 * gdbint.texinfo (Target Architecture Definition): Rename
8418 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8419
8420 2003-03-01 Andrew Cagney <cagney@redhat.com>
8421
8422 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8423 DEPRECATED_INIT_EXTRA_FRAME_INFO.
8424
8425 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
8426
8427 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8428 (Non-debug DLL symbols): New node, describing the minimal symbols
8429 loaded from DLLs without real debugging symbols.
8430
8431 2003-02-20 Andrew Cagney <ac131313@redhat.com>
8432
8433 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8434 hardware-breakpoint-limit".
8435 (Set Watchpoints): Add cross reference to "set remote
8436 hardware-watchpoint-limit".
8437 (Remote configuration options): New section.
8438
8439 2003-02-04 Andrew Cagney <ac131313@redhat.com>
8440
8441 * gdbint.texinfo (Target Architecture Definition): Delete
8442 descrption of IS_TRAPPED_INTERNALVAR.
8443
8444 From Keith Seitz <keiths@redhat.com>:
8445 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
8446 option "-i"/"--interpreter" to this chapter. Include index
8447 entries.
8448
8449 2003-02-04 David Carlton <carlton@math.stanford.edu>
8450
8451 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8452 (Variables): Recommend stabs+ and DWARF 2.
8453 (C plus plus expressions): Correct info about
8454 compiler versions, debug formats.
8455 (Contributors): Change 'DWARF2' to 'DWARF 2'.
8456 PR symtab/874.
8457
8458 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8459
8460 * gdbint.texinfo (Target Architecture Definition): Delete
8461 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8462 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8463 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8464 references to nindy and i960.
8465 * gdb.texinfo (i960): Delete all references to i960 and nindy.
8466
8467 2003-02-01 Andrew Cagney <ac131313@redhat.com>
8468
8469 * gdbint.texinfo (Target Architecture Definition): Delete
8470 FLOAT_INFO.
8471
8472 2003-01-30 Andrew Cagney <ac131313@redhat.com>
8473
8474 * stabs.texinfo (Member Type Descriptor): Clarify description of
8475 `@'. Suggested by Ben Hutchings.
8476
8477 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8478
8479 * gdb.texinfo (M68K): Delete reference to es1800.
8480
8481 2003-01-29 Andrew Cagney <ac131313@redhat.com>
8482
8483 * gdb.texinfo (Maintenance Commands): Document `maint print
8484 reggroups' and `maint print register-groups'.
8485 * gdbint.texinfo (Target Architecture Definition): Document
8486 register_reggroup_p.
8487
8488 2003-01-23 Jim Blandy <jimb@redhat.com>
8489
8490 * gdb.texinfo (Separate Debug Files): New section.
8491
8492 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
8493
8494 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
8495 and "maint show profile".
8496
8497 2003-01-16 Michael Chastain <mec@shout.net>
8498
8499 * gdb.texinfo (Installing GDB): Warn against
8500 ".../gdb-VERSION/gdb/configure".
8501 (Separate Objdir): Likewise.
8502
8503 2003-01-15 Andrew Cagney <ac131313@redhat.com>
8504
8505 * gdbint.texinfo (Target Architecture Definition): Delete
8506 definition of PRINT_REGISTER_HOOK.
8507
8508 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8509
8510 (OpenRISC 1000): Fix formatting of command names.
8511
8512 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
8513
8514 * gdb.texinfo (Continuing and Stepping): Add new command
8515 'advance'. Clarify behavior of 'until'.
8516
8517 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
8518
8519 * gdb.texinfo (Files): Document solib-absolute-prefix and
8520 solib-search-path.
8521
8522 2003-01-09 Michael Chastain <mec@shout.net>
8523
8524 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
8525 (Create a Release): Add new instructions for new @file{src-release}.
8526 Document existing instructions for @file{Makefile.in} as
8527 being for @value{GDBN} 5.3.1 or earlier.
8528
8529 2003-01-09 Andrew Cagney <ac131313@redhat.com>
8530
8531 * gdbint.texinfo (Target Architecture Definition): Mention
8532 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
8533 allocate memory.
8534
8535 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8536
8537 * gdb.texinfo (Controlling GDB): Add @kindex for
8538 "show osabi".
8539 (Backtraces): Add @kindex's for backtrace-below-main.
8540
8541 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8542
8543 * gdb.texinfo (Controlling GDB): Document "set osabi".
8544
8545 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8546
8547 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
8548 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
8549
8550 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
8551
8552 * gdb.texinfo (Controlling GDB): Add ABI section. Document
8553 "set coerce-float-to-double".
8554 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
8555
8556 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8557
8558 * stabs.texinfo: Remove obsolete text.
8559 * gdbint.texinfo: Ditto.
8560 * gdb.texinfo: Ditto.
8561
8562 2002-12-22 Mark Kettenis <kettenis@gnu.org>
8563
8564 * gdbint.texinfo (Target Architecture Definition): Update
8565 description of gdbarch_register_osabi.
8566
8567 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
8568
8569 * agentexpr.texi: Fix typos.
8570 * annotate.texi: Likewise.
8571 * fdl.texi: Likewise.
8572
8573 2002-12-10 Andrew Cagney <cagney@redhat.com>
8574
8575 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
8576 DEPRECATED_INIT_FRAME_PC.
8577
8578 2002-12-01 Andrew Cagney <ac131313@redhat.com>
8579
8580 * gdbint.texinfo (Target Architecture Definition): Delete
8581 PC_IN_CALL_DUMMY.
8582
8583 2002-11-28 Andrew Cagney <ac131313@redhat.com>
8584
8585 * gdbint.texinfo (Host Definition): Delete documentation on
8586 USE_GENERIC_DUMMY_FRAMES.
8587
8588 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
8589
8590 Fix PR gdb/723 and PR gdb/245.
8591 * Makefile.in (install-info): Run the install-info command as part
8592 of the post install steps only.
8593 (uninstall-info): New target.
8594 (uninstall): New target.
8595
8596 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
8597
8598 * Makefile.in (install): Make install do some real work.
8599
8600 2002-11-19 Andrew Cagney <ac131313@redhat.com>
8601
8602 Fix POSIX problem reported by Paul Eggert.
8603 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
8604 Fix PR gdb/527.
8605
8606 2002-10-26 Andrew Cagney <cagney@redhat.com>
8607
8608 * gdbint.texinfo (Target Architecture Definition): Delete
8609 definition of DO_REGISTERS_INFO.
8610
8611 2002-10-18 Kevin Buettner <kevinb@redhat.com>
8612
8613 * gdbint.texinfo (Address Classes): Fix problems with insertion
8614 of ``{'' and ``}'' in example.
8615
8616 2002-10-17 Kevin Buettner <kevinb@redhat.com>
8617
8618 * gdbint.texinfo (Address Classes): New section.
8619 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
8620 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
8621 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
8622 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
8623
8624 2002-10-11 Klee Dienes <kdienes@apple.com>
8625
8626 * gdb.texinfo (Registers): Mention vector registers as well as
8627 floating registers in the documentation for 'info registers' and
8628 'info all-registers'.
8629
8630 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
8631
8632 * gdbint.texinfo (CPLUS_MARKER): Remove item.
8633
8634 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
8635
8636 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
8637 interface definition.
8638
8639 2002-10-03 Marko Mlinar <markom@opencores.org>
8640
8641 * gdb.texinfo (Target Commands): Add or1k target specific
8642 commands.
8643 * gdb.texinfo (Contributors): Add myself to the contributors list.
8644
8645 2002-10-01 Andrew Cagney <ac131313@redhat.com>
8646
8647 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
8648 and "mi1" instead of "mi1" and "mi0".
8649
8650 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8651
8652 * gdb.texinfo (Packets): Fix typos "alligned".
8653 Correct z3/Z3 description. Correct z4/Z4 title.
8654
8655 2002-09-27 Andrew Cagney <ac131313@redhat.com>
8656
8657 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
8658
8659 2002-09-25 Kevin Buettner <kevinb@redhat.com>
8660
8661 * gdb.texinfo: Use GNU/Linux instead of Linux.
8662
8663 2002-09-25 Andrew Cagney <ac131313@redhat.com>
8664
8665 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8666
8667 2002-09-24 Andrew Cagney <ac131313@redhat.com>
8668
8669 * gdb.texinfo: Replace @example with @smallexample.
8670
8671 2002-09-20 Kevin Buettner <kevinb@redhat.com>
8672
8673 From Eli Zaretskii <eliz@gnu.org>:
8674 * gdb.texinfo (Character Sets): Use @smallexample instead of
8675 @example. Use GNU/Linux instead of Linux.
8676
8677 2002-09-20 Jim Blandy <jimb@redhat.com>
8678
8679 * gdb.texinfo: Add character set documentation.
8680
8681 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8682
8683 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
8684 (Packets): Add cross reference from `b' packet to `z' packets.
8685
8686 2002-09-19 Andrew Cagney <ac131313@redhat.com>
8687
8688 * gdb.texinfo (Maintenance Commands): Document ``maint
8689 internal-error'' and ``maint internal-warning''.
8690
8691 * gdbint.texinfo (Target Architecture Definition): Revise
8692 description of STACK_ALIGN. Add description of FRAME_ALIGN.
8693
8694 2002-09-19 Joel Brobecker <brobecker@gnat.com>
8695
8696 * gdbint.texinfo (Target Conditionals): Document the new
8697 NAME_OF_MALLOC macro.
8698
8699 2002-09-05 Andrew Cagney <ac131313@redhat.com>
8700
8701 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
8702 engineer.
8703
8704 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8705
8706 * gdb.texinfo (TUI Overview): Document status line fields.
8707
8708 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
8709
8710 * gdb.texinfo (TUI Commands): Document info win command.
8711
8712 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8713
8714 * gdb.texinfo (TUI Overview): Document breakpoint markers.
8715
8716 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
8717
8718 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
8719 (TUI Keys): Likewise.
8720
8721 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8722
8723 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
8724 for a packet receive.
8725
8726 2002-08-25 Andrew Cagney <ac131313@redhat.com>
8727
8728 * Makefile.in (clean): Move to end of file.
8729 (distclean, maintainer-clean, realclean): Ditto.
8730 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
8731 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
8732 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
8733 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
8734
8735 2002-08-24 Andrew Cagney <ac131313@redhat.com>
8736
8737 * Makefile.in (GDBINT_TEX_TMPS): Define.
8738 (gdbint.dvi, gdbint.pdf): Use
8739 (GDB_TEX_TMPS): Define.
8740 (gdb.dvi, gdb.pdf): Use.
8741 (STABS_TEX_TMPS): Define.
8742 (stabs.dvi, stabs.pdf): Use.
8743 (GDB_DOC_SOURCE_INCLUDES): New macros.
8744 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
8745 (GDBINT_DOC_FILES_INCLUDES): New macros.
8746 (GDBINT_DOC_BUILD_INCLUDES): New macros.
8747 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
8748 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
8749 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
8750 (links2roff): Replace SFILES_INCLUDED with
8751 GDB_DOC_SOURCE_INCLUDES.
8752 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
8753 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
8754 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
8755 dependencies.
8756 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
8757 dependencies.
8758 (gdbmi.texinfo): Delete rule.
8759 (inc-hist.texinfo): Delete rule.
8760 (rluser.texinfo): Delete rule.
8761
8762 2002-08-23 Andrew Cagney <cagney@redhat.com>
8763
8764 * gdbint.texinfo (Target Architecture Definition): Update
8765 STORE_RETURN_VALUE, mention regcache.
8766
8767 2002-08-21 Andrew Cagney <ac131313@redhat.com>
8768
8769 * gdbint.texinfo (Target Architecture Definition): Document
8770 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
8771
8772 2002-08-19 Andrew Cagney <ac131313@redhat.com>
8773
8774 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
8775 Fix minor typos. Add index entries.
8776
8777 2002-08-18 Andrew Cagney <ac131313@redhat.com>
8778
8779 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
8780
8781 2002-08-15 Andrew Cagney <ac131313@redhat.com>
8782
8783 * gdbint.texinfo (Target Architecture Definition): Document
8784 PRINT_VECTOR_INFO.
8785 * gdb.texinfo (Vector Unit): Document "info vectors" command.
8786
8787 2002-08-13 Andrew Cagney <ac131313@redhat.com>
8788
8789 * gdb.texinfo (Maintenance Commands): Document "maint print
8790 registers", "maint print raw-registers" and "maint print
8791 cooked-registers".
8792
8793 2002-08-08 Grace Sainsbury <graces@redhat.com>
8794
8795 From Mark Salter:
8796 * gdb.texinfo (Protocol): Document T packet extension to
8797 allow watchpoint address reporting.
8798
8799 2002-08-03 Andrew Cagney <ac131313@redhat.com>
8800
8801 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
8802
8803 2002-08-01 Andrew Cagney <cagney@redhat.com>
8804
8805 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
8806 to CHILL.
8807
8808 2002-08-01 Andrew Cagney <ac131313@redhat.com>
8809
8810 * gdbint.texinfo (Coding): Revise section "Include Files".
8811
8812 2002-07-24 Andrew Cagney <cagney@redhat.com>
8813
8814 * gdbint.texinfo: Obsolete references to m88k.
8815 * gdb.texinfo: Ditto.
8816
8817 2002-07-10 Joel Brobecker <brobecker@gnat.com>
8818
8819 * gdbint.texinfo (Create a release candiate): Add the location
8820 where the proper version of autoconf can be retrieved.
8821
8822 2002-07-09 Don Howard <dhoward@redhat.com>
8823
8824 * gdb.texinfo (Command Files): Further describe the behavior of
8825 sourced command files.
8826
8827 2002-06-27 Andrew Cagney <ac131313@redhat.com>
8828
8829 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
8830 (Coding): Clarify ISO C version that GDB assumes.
8831
8832 2002-06-26 Tom Tromey <tromey@redhat.com>
8833
8834 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
8835 add_setshow_cmd_full.
8836
8837 2002-06-25 Don Howard <dhoward@redhat.com>
8838
8839 * gdb.texinfo (Memory Region Attributes): Document new behavior
8840 for 'mem' command.
8841
8842 2002-06-11 Jim Blandy <jimb@redhat.com>
8843
8844 * gdb.texinfo (Symbols): Update documentation for `info source'
8845 command.
8846
8847 * gdb.texinfo (Macros): Call the command `info macro', not
8848 `show macro'.
8849
8850 2002-06-09 Andrew Cagney <ac131313@redhat.com>
8851
8852 * gdbint.texinfo (Coding): Add section ``Per-architecture module
8853 data''.
8854
8855 2002-06-09 Mark Kettenis <kettenis@gnu.org>
8856
8857 * gdbint.texinfo (Target Architecture Definition): Document
8858 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
8859
8860 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8861
8862 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
8863 lists.
8864
8865 2002-06-08 Andrew Cagney <ac131313@redhat.com>
8866
8867 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
8868 Branch''.
8869
8870 2002-06-01 Andrew Cagney <ac131313@redhat.com>
8871
8872 * gdbint.texinfo (Target Architecture Definition): Add section
8873 ``Converting an existing Target Architecture to Multi-arch''.
8874
8875 2002-05-30 Andrew Cagney <ac131313@redhat.com>
8876
8877 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
8878 to ``Obsoleting code''. Revise.
8879
8880 2002-05-17 Jim Blandy <jimb@redhat.com>
8881
8882 * gdb.texinfo (C Preprocessor Macros): New chapter.
8883 Include it in the main menu.
8884 (Contributors): Credit Jim Blandy with macro support.
8885 (Compilation): Explain how to get macro information into the
8886 executable.
8887 (Expressions): Note that preprocessor macros are expanded.
8888
8889 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8890
8891 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
8892 options for `target remote'.
8893
8894 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8895
8896 * gdbint.texinfo (Target Architecture Definition): Delete
8897 documentation on NNPC_REGNUM.
8898
8899 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8900
8901 * gdbint.texinfo (Target Architecture Definition): Document
8902 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
8903 (Target Architecture Definition): Revise section `Using Different
8904 Register and Memory Data Representations'. Add section `Raw and
8905 Virtual Register Representations'.
8906
8907 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8908
8909 * gdbint.texinfo (Target Architecture Definition): Mention
8910 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
8911 (Target Architecture Definition): Mention same. Add references to
8912 web pages.
8913
8914 2002-05-08 Michael Snyder <msnyder@redhat.com>
8915
8916 * stabs.texinfo (Attributes): Document new "vector" attribute.
8917
8918 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8919
8920 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
8921
8922 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8923
8924 * gdb.texinfo: Delete obsolete references to a29k.
8925
8926 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdbint.texinfo (Target Architecture Definition): Replace
8929 IN_SIGTRAMP with PC_IN_SIGTRAMP.
8930
8931 2002-04-24 David S. Miller <davem@redhat.com>
8932
8933 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
8934
8935 2002-04-21 David S. Miller <davem@redhat.com>
8936
8937 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
8938
8939 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8940
8941 * gdbint.texinfo (Target Architecture Definition): Delete
8942 definition of HAVE_REGISTER_WINDOWS.
8943
8944 2002-04-19 Eli Zaretskii <eliz@gnu.org>
8945
8946 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
8947 "Theodore A. Roth" <troth@verinet.com>.
8948
8949 2002-04-15 Don Howard <dhoward@redhat.com>
8950
8951 From Eli Zaretskii <eliz@gnu.org>
8952 * gdb.texinfo (show max-user-call-depth): Correct formatting.
8953 Provide a better explaination of this feature.
8954
8955 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8956
8957 * gdbint.texinfo (Target Architecture Definition): Remove
8958 FRAME_CHAIN_COMBINE.
8959
8960 2002-04-12 Michael Chastain <mec@shout.net>
8961
8962 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
8963 REG_STACK_SEGMENT.
8964
8965 2002-04-09 Michael Chastain <mec@shout.net>
8966
8967 * gdbint.texinfo (Obsolete Conditionals): Remove references to
8968 PYRAMID_* macros.
8969
8970 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8971
8972 * gdb.texinfo (Bug Reporting): Document that the web is the
8973 prefered way of submitting bug reports.
8974 (Bug Reporting): Delete the s-mail address as the last resort.
8975
8976 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8977
8978 * gdbint.texinfo (Target Architecture Definition): Delete
8979 references to TARGET_WRITE_FP and write_fp.
8980
8981 2002-03-27 Michael Snyder <msnyder@redhat.com>
8982
8983 * gdb.texinfo: Document new commands dump, append, and restore.
8984
8985 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8986
8987 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
8988 Branch'.
8989
8990 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8991
8992 * gdb.texinfo: Change all examples to @smallexample.
8993 * gdbint.texinfo: Ditto.
8994
8995 2002-03-18 Andrew Cagney <ac131313@redhat.com>
8996
8997 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
8998 Branches''.
8999
9000 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9001
9002 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9003 Policy''.
9004
9005 2002-03-04 Fred Fish <fnf@redhat.com>
9006
9007 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9008 expresson, suports, dependant, trhe, perhaphs, situtations,
9009 explictily, taged, oportunity, unfortunatly).
9010
9011 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9012
9013 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9014 Remove reference to 3.12.
9015
9016 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9017
9018 * gdbint.texinfo: Include fdl.texi.
9019 (Top): Add GNU Free Documentation License.
9020 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9021 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9022 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9023 (gdbint.info): Add srcdir to include path.
9024 * gdb.texinfo: Include gpl.texi.
9025 (Top): Add Copying.
9026 * gpl.texi: New file.
9027
9028 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9029
9030 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9031
9032 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9033
9034 * gdb.texinfo: Document Cygwin native specific commands.
9035
9036 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * gdb.texinfo: Document gdbserver ``--attach'' command.
9039
9040 2002-02-07 Michael Snyder <msnyder@redhat.com>
9041
9042 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9043 to @code(_ovly_debug_event).
9044
9045 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9046
9047 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9048
9049 2002-02-06 Michael Snyder <msnyder@redhat.com>
9050
9051 * gdb.texinfo (overlays): Mention new magic symbol
9052 '_ovly_debug_event', which allows GDB to keep better track
9053 of overlays.
9054
9055 2002-02-03 Eli Zaretskii <eliz@gnu.org>
9056
9057 * gdb.texinfo (Memory Region Attributes): Fix the wording.
9058 Suggested by Dmitry Sivachenko.
9059
9060 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9061
9062 2002-02-01 Michael Snyder <msnyder@redhat.com>
9063
9064 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9065
9066 2002-01-30 Michael Snyder <msnyder@redhat.com>
9067
9068 * gdb.texinfo: (remote protocol): Gramatical fix-up.
9069 (set trust-readonly-sections): Document.
9070
9071 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9072
9073 * gdbint.texinfo (Releasing GDB): Revise and update.
9074
9075 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9076
9077 * gdbint.texinfo (Target Architecture Definition): Delete
9078 description of TARGET_BYTE_ORDER_DEFAULT.
9079
9080 2002-01-27 Eli Zaretskii <eliz@gnu.org>
9081
9082 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
9083 <mitya@cavia.pp.ru>.
9084
9085 2002-01-23 Andrew Cagney <ac131313@redhat.com>
9086
9087 * libgdb.texinfo: Delete file.
9088
9089 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9090
9091 * gdb.texinfo: Remove makeinfo 3.12 hacks.
9092 * gdbint.texinfo: Ditto.
9093
9094 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
9095
9096 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9097
9098 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9099
9100 * Makefile.in: Update copyright.
9101 (TEXI2DVI): Define.
9102 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9103 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
9104 gdb-cfg.texi.
9105 (TEXINDEX, PDFTEX): Delete makefile variables.
9106
9107 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9108
9109 * gdb.texinfo (Protocol): Move section to appendix.
9110
9111 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9112
9113 * gdb.texinfo (Remote Debugging): Create a menu.
9114 (Top): Add ``Remote Debugging'' to menu.
9115
9116 2002-01-21 Andrew Cagney <ac131313@redhat.com>
9117
9118 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9119 serial protocol'' from here.
9120 (Remote Debugging): To here. New chapter.
9121
9122 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9123
9124 * gdbint.texinfo (Target Architecture Definition): Delete
9125 description of TARGET_BYTE_ORDER_SELECTABLE_P.
9126
9127 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9128
9129 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
9130 are no longer needed.
9131 (Porting GDB): Add maintainer note about configure.host.
9132
9133 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9134
9135 * gdbint.texinfo (Target Architecture Definition): Remove
9136 definition of IEEE_FLOAT.
9137
9138 2002-01-20 Eli Zaretskii <eliz@gnu.org>
9139
9140 * gdb.texinfo: Beautify copyright years; fix a typo.
9141 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
9142 <3diff@gnu.org>
9143
9144 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9145
9146 * gdbint.texinfo (Host Definition): Remove references to
9147 MALLOC_INCOMPATIBLE.
9148
9149 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9150
9151 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9152 and xyz-xdep.o.
9153
9154 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9155
9156 * gdb.texinfo (Maintenance Commands): Add appendix.
9157 (Set Breaks): Copy ``maint info breakpoint'' doco to
9158 ``Maintenance Commands'' appendix. Add reference.
9159
9160 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9161
9162 * fdl.texi: Remove next/prev from @node.
9163
9164 2002-01-17 Eli Zaretskii <eliz@gnu.org>
9165
9166 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
9167 for monstrous @multitable (from Brian Youmans).
9168
9169 * fdl.texi: New file.
9170
9171 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9172
9173 2002-01-15 Andrew Cagney <ac131313@redhat.com>
9174
9175 * gdbint.texinfo (Releasing GDB): New chapter.
9176
9177 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9178
9179 * gdb.texinfo (Embedded Processors, Calling program functions):
9180 Obsolete references to a29k.
9181
9182 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9183
9184 * gdbint.texinfo (Coding): Review Cleanups section. Examples
9185 examples. Document that a code-block should do or discard its
9186 cleanups before exit.
9187
9188 2002-01-11 Michael Snyder <msnyder@redhat.com>
9189
9190 * gdb.texinfo (Choosing files): Change @samp to @file.
9191
9192 2002-01-05 Michael Snyder <msnyder@redhat.com>
9193
9194 * gdb.texinfo (--pid): Document new command line option (attach).
9195
9196 2002-01-07 Eli Zaretskii <eliz@gnu.org>
9197
9198 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9199 in the stub.
9200
9201 2002-01-04 Andrew Cagney <ac131313@redhat.com>
9202
9203 * gdbint.texinfo (Target Architecture Definition): Replace
9204 BIG_ENDIAN with BFD_ENDIAN_BIG.
9205
9206 2002-01-03 Andrew Cagney <ac131313@redhat.com>
9207
9208 * gdbint.texinfo (Target Architecture Definition): Replace
9209 value_ptr with struct value pointer.
9210
9211 2002-01-02 Eli Zaretskii <eliz@gnu.org>
9212
9213 * gdb.texinfo (Free Software): Fix wording.
9214
9215 2001-12-31 Eli Zaretskii <eliz@gnu.org>
9216
9217 * gdb.texinfo (Free Software): New section ``Free Software Needs
9218 Free Documentation''.
9219
9220 2001-12-30 Eli Zaretskii <eliz@gnu.org>
9221
9222 * stabs.texinfo:
9223 * gdb.texinfo:
9224 * gdbint.texinfo:
9225 * libgdb.texinfo:
9226 * annotate.texi: Fix the application of GFDL in the Copyright notice.
9227
9228 2001-12-29 Michael Snyder <msnyder@redhat.com>
9229
9230 * gdb.texinfo (maint info sections): Fix typo.
9231
9232 2001-12-26 Michael Snyder <msnyder@redhat.com>
9233
9234 * gdb.texinfo (maint info sections): Document.
9235
9236 * gdb.texinfo (info proc): Comment out documentation for
9237 'info proc' sub-options that are currently not implemented.
9238
9239 2001-12-20 Jim Blandy <jimb@redhat.com>
9240
9241 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9242
9243 2001-12-15 Andrew Cagney <ac131313@redhat.com>
9244
9245 * gdbint.texinfo (Target Architecture Definition): Replace
9246 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9247
9248 2001-12-01 Andrew Cagney <ac131313@redhat.com>
9249
9250 * gdbint.texinfo (Host Definition): Delete documentation on
9251 HOST_BYTE_ORDER.
9252
9253 2001-11-30 Jim Blandy <jimb@redhat.com>
9254
9255 * gdb.texinfo (Overlays): New chapter, documenting GDB's
9256 overlay support. Add to top-level menu.
9257
9258 2001-11-26 Tom Tromey <tromey@redhat.com>
9259
9260 * gdb.texinfo (Command Syntax): Document C-o binding.
9261
9262 2001-07-26 Christopher Faylor <cgf@redhat.com>
9263
9264 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9265 use since it is described in the referenced section.
9266
9267 From Eli Zaretskii <eliz@gnu.org>
9268 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9269 clearer when using DJGPP.
9270
9271 2001-11-24 Christopher Faylor <cgf@redhat.com>
9272
9273 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9274 specifically refer to MS-DOS.
9275 (command files): Mention gdb.ini is only used on MS-DOS.
9276
9277 2001-11-21 Tom Tromey <tromey@redhat.com>
9278
9279 * gdb.texinfo (Invoking GDB): Document --args.
9280 (Mode Options): Likewise.
9281
9282 2001-11-21 Jim Blandy <jimb@redhat.com>
9283
9284 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9285 Delete documentation; this macro has been removed from the
9286 sources.
9287
9288 2001-11-13 Jim Blandy <jimb@redhat.com>
9289
9290 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9291
9292 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
9293
9294 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9295
9296 2001-11-05 Michael Snyder <msnyder@redhat.com>
9297
9298 * gdb.texinfo (info functions): Document use of backslash to
9299 quote regexp chars in function names such as "operator*()".
9300
9301 2001-11-01 Fred Fish <fnf@redhat.com>
9302
9303 * gdbint.texinfo (SOLIB_ADD): Document additional new
9304 "readsyms" arg.
9305
9306 2001-10-30 Don Howard <dhoward@redhat.com>
9307
9308 * gdb.texinfo: (Command Files) Added documentation for the
9309 behavior of gdb with input redirected from a file.
9310
9311 2001-10-28 Fred Fish <fnf@redhat.com>
9312
9313 * gdb.texinfo (auto-solib-add): Change docs to match
9314 implementation change.
9315 (auto-solib-limit): Add docs for new variable.
9316
9317 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9318
9319 * gdbint.texinfo (Target Architecture Definition): Function
9320 value_as_pointer renamed to value_as_address.
9321
9322 2001-10-15 Andrew Cagney <ac131313@redhat.com>
9323
9324 * gdbint.texinfo (Target Architecture Definition): Default
9325 POINTER_TO_ADDRESS functions assume unsigned addresses.
9326 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
9327 posting by Jim Blandy.
9328
9329 2001-10-12 Jim Blandy <jimb@redhat.com>
9330
9331 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9332 version of texi2html (1.64) doesn't support this flag any more.
9333
9334 2001-09-08 Mark Kettenis <kettenis@gnu.org>
9335
9336 * gdbint.texinfo (Host Definition): Remove description of
9337 MEM_FNS_DECLARED.
9338
9339 * gdbint.texinfo (Host Definition): Remove description of R_OK.
9340
9341 * gdbint.texinfo (Host Definition): Remove description of
9342 HAVE_SIGSETMASK.
9343
9344 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
9345
9346 * gdbint.texinfo (Target Architecture Definition): Add
9347 explanation of TARGET_PRINT_INSN macro.
9348
9349 2001-08-30 Jim Blandy <jimb@redhat.com>
9350
9351 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9352 Explain what it means to load relocatable files.
9353
9354 2001-08-28 Jim Blandy <jimb@redhat.com>
9355
9356 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9357 info `top' menu.
9358
9359 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
9360
9361 * gdbint.texinfo: Add a cautionary note about macro use.
9362
9363 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
9364
9365 * gdb.texinfo: Explain omitting the hostname in the
9366 `target remote' command.
9367
9368 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
9369
9370 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9371 and END-INFO-DIR-ENTRY.
9372
9373 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9374
9375 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9376
9377 2001-07-25 Andrew Cagney <ac131313@redhat.com>
9378
9379 * gdbint.texinfo (libgdb): Rewrite.
9380
9381 2001-07-26 Eli Zaretskii <eliz@gnu.org>
9382
9383 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9384
9385 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9386
9387 * gdb.texinfo (TUI): New chapter, document the TUI.
9388 (Mode Options): Document the -tui option.
9389
9390 2001-07-23 Mark Kettenis <kettenis@gnu.org>
9391
9392 * gdbint.texinfo (Host Definition): Remove description of
9393 NEED_POSIX_SETPGID.
9394
9395 2001-07-23 Eli Zaretskii <eliz@gnu.org>
9396
9397 * gdb.tex (DJGPP Native): New node, with descriptions of
9398 DJGPP-specific commands.
9399
9400 2001-07-19 John R. Moore <jmoore@redhat.com>
9401
9402 * gdbint.texinfo: Three misspellings.
9403
9404 2001-07-06 Andrew Cagney <ac131313@redhat.com>
9405
9406 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9407 `test` expressions on bash. Problem reported by Colin Walters.
9408
9409 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9410
9411 * gdbint.texinfo (User Interface): Update ui-out documentation to
9412 refelect recent UI/MI updates.
9413
9414 2001-07-04 Andrew Cagney <ac131313@redhat.com>
9415
9416 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9417 interpreters.
9418
9419 2001-06-15 Andrew Cagney <ac131313@redhat.com>
9420
9421 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9422 structure and not macros.
9423 (Host Definition): Document that much of this chapter is obsolete.
9424 (Target Architecture Definition): Update list of files that make
9425 up a target architecture.
9426 (Coding): Update.
9427
9428 2001-06-28 Andrew Cagney <ac131313@redhat.com>
9429
9430 * gdbint.texinfo (Target Architecture Definition): Update
9431 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9432 The latter has been changed to a true predicate.
9433
9434 2001-06-17 Eli Zaretskii <eliz@gnu.org>
9435
9436 * annotate.texi: Add @noindent where needed. From Dmitry
9437 Sivachenko <dima@Chg.RU>.
9438 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
9439
9440 2001-06-16 Andrew Cagney <ac131313@redhat.com>
9441
9442 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
9443
9444 2001-06-14 Andrew Cagney <ac131313@redhat.com>
9445
9446 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9447 returns ``OK''. Document that the ``R'' packet does not reply.
9448
9449 2001-06-13 Michael Snyder <msnyder@redhat.com>
9450
9451 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9452
9453 2001-06-13 Eli Zaretskii <eliz@gnu.org>
9454
9455 * gdb.texinfo (Signals): Clarify the default setting of signal
9456 handling.
9457
9458 2001-05-14 Andrew Cagney <ac131313@redhat.com>
9459
9460 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9461 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9462
9463 2001-05-12 Andrew Cagney <ac131313@redhat.com>
9464
9465 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9466
9467 2001-05-10 Eli Zaretskii <eliz@gnu.org>
9468
9469 * gdbint.texinfo (Clean Design and Portable Implementation):
9470 Renamed from "Clean Design".
9471 (Clean Design and Portable Implementation): Document portable
9472 methods of handling file names, and the associated macros.
9473
9474 2001-04-02 Eli Zaretskii <eliz@gnu.org>
9475
9476 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9477 command and provide a cross-reference to its description.
9478 (Symbols): Note that "info scope" is useful for trace experiments.
9479
9480 2001-04-01 Eli Zaretskii <eliz@gnu.org>
9481
9482 * gdb.texinfo (Symbols): Document "info scope".
9483 (Tracepoints): New chapter.
9484 (Contributors): Update for v5.1.
9485 <All nodes>: Change "C++" to "C@t{++}".
9486
9487 * gdbint.texinfo (User Interface): A new section about ui_out
9488 functions, based on text written by Fernando Nasser.
9489
9490 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
9491
9492 2001-03-26 Eli Zaretskii <eliz@gnu.org>
9493
9494 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
9495
9496 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
9497
9498 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
9499 Replace "GDB" with "@value{GDBN}". Fix markup.
9500
9501 * annotate.texi: Change Permissions to GFDL. Update Copyright.
9502
9503 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
9504 a cross-reference to its description.
9505 (Symbols): Document "info symbol".
9506
9507 2001-03-21 Eli Zaretskii <eliz@gnu.org>
9508
9509 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
9510 subsection "x86 Watchpoints".
9511 (Target Architecture Definition): Document the macros
9512 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
9513 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
9514
9515 2001-03-20 Andrew Cagney <ac131313@redhat.com>
9516
9517 * gdbint.texinfo (Target Architecture Definition): Update
9518 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
9519 list.
9520
9521 2001-03-06 Kevin Buettner <kevinb@redhat.com>
9522
9523 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
9524 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
9525
9526 2001-02-21 Eli Zaretskii <eliz@gnu.org>
9527
9528 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
9529
9530 2001-02-11 Eli Zaretskii <eliz@gnu.org>
9531
9532 * gdb.texinfo (Environment): Document that `path' does not change
9533 the value of PATH in GDB's own environment (it did in the past,
9534 but that was changed on March 15, 1994). Reported by Doug Evans
9535 <dje@transmeta.com>.
9536
9537 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
9538 its line. Fix markup of commands and macros. Add an Index node
9539 and index entries.
9540
9541 2001-01-23 J.T. Conklin <jtc@redback.com>
9542
9543 * gdb.texinfo (Memory region attributes): New manual section.
9544
9545 2001-01-04 Nicholas Duffek <nsd@redhat.com>
9546
9547 * gdbint.texinfo (POP_FRAME): Document use by return_command.
9548
9549 2000-12-25 Eli Zaretskii <eliz@gnu.org>
9550
9551 * refcard.tex: Version and copyright fixed. From Phil Edwards
9552 <pedwards@disaster.jaj.com>.
9553
9554 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
9555
9556 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
9557 DWARF2_REG_TO_REGNUM): Document.
9558
9559 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9560
9561 * gdbint.texinfo (Coding): Update current value of
9562 --enable-build-warnings. Mention --enable-gdb-build-warnings.
9563
9564 2000-11-19 Eli Zaretskii <eliz@gnu.org>
9565
9566 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
9567 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
9568
9569 2000-11-10 Christopher Faylor <cgf@cygnus.com>
9570
9571 * gdb.texinfo: Document new 'set step-mode' command.
9572
9573 2000-10-16 Eli Zaretskii <eliz@gnu.org>
9574
9575 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
9576 changes from Dmitry Sivachenko <dima@Chg.RU>.
9577
9578 2000-09-26 Eli Zaretskii <eliz@gnu.org>
9579
9580 * gdb.texinfo (Hooks): Document the new post-hook functionality.
9581 From Steven Johnson <sbjohnson@ozemail.com.au>.
9582
9583 2000-08-10 Mark Kettenis <kettenis@gnu.org>
9584
9585 * gdbint.texinfo (Overall Structure): Spelling fix.
9586
9587 2000-08-10 Eli Zaretskii <eliz@gnu.org>
9588
9589 * gdbint.texinfo (Target Architecture Definition): Document that
9590 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
9591 for which REGISTER_CONVERTIBLE returns a zero value.
9592
9593 2000-07-08 Christopher Faylor <cgf@cygnus.com>
9594
9595 * Makefile.in (install-info): Find files to install in either the
9596 build or source directories (adapted from Makefile.am).
9597
9598 2000-07-07 Nicholas Duffek <nsd@redhat.com>
9599
9600 * stabs.texinfo: Fix spelling errors.
9601 (String Field): FILE-NUMBER starts from 0, not 1.
9602
9603 2000-07-05 Eli Zaretskii <eliz@gnu.org>
9604
9605 * refcard.tex: Remove \centerline from the blurb. Patch from
9606 Brian Youmans.
9607
9608 2000-06-25 Eli Zaretskii <eliz@gnu.org>
9609
9610 * Makefile.in (install-info): Support installation from outside of
9611 the source directory. Reported by Mark Harig
9612 <markh@frazier.landmark.com>.
9613
9614 2000-06-20 J.T. Conklin <jtc@redback.com>
9615
9616 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
9617
9618 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
9619
9620 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
9621 Generate using pdftex.
9622 (PDFTEX): Define.
9623 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
9624 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
9625 @contents at the start.
9626
9627 2000-05-24 Eli Zaretskii <eliz@gnu.org>
9628
9629 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
9630 Youmans.
9631
9632 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
9633
9634 From Brian Youmans:
9635 * gdb.texinfo: Fix ``et al.''.
9636
9637 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
9638
9639 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
9640 loop.
9641
9642 2000-05-19 Jimmy Guo <guo@cup.hp.com>
9643
9644 * configure: Regenerate.
9645
9646 2000-05-17 Eli Zaretskii <eliz@gnu.org>
9647
9648 * Makefile.in (install-info): Run install-info on installed Info
9649 files.
9650
9651 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9652
9653 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
9654 Andrew Cagney.
9655
9656 2000-05-09 Eli Zaretskii <eliz@gnu.org>
9657
9658 * gdb.texinfo: Proofreading changes from Brian Youmans.
9659
9660 2000-05-01 Nick Duffek <nsd@cygnus.com>
9661
9662 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
9663 startup sequence, minor edits.
9664
9665 2000-05-01 Eli Zaretskii <eliz@gnu.org>
9666
9667 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
9668 TeX.
9669
9670 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
9671 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
9672 like `n' and `s' which look weird. Convert some of the @kindex to
9673 @vindex, when they refer to variables, not commands.
9674
9675 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
9676
9677 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
9678
9679 2000-04-23 Eli Zaretskii <eliz@gnu.org>
9680
9681 * Makefile.in (GDBMI_DIR): New variable.
9682 (SET_TEXINPUTS): Add $(GDBMI_DIR).
9683 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
9684 (gdbmi.texinfo): New target, for texi2roff.
9685 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
9686 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
9687
9688 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
9689 gdbmi.texinfo.
9690 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
9691 comment.
9692
9693 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9694
9695 * gdb.texinfo (Files): Update description of add-symbol-file
9696 command.
9697
9698 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9699
9700 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
9701 prevents the build (and is generally a Bad Idea).
9702
9703 2000-04-17 Eli Zaretskii <eliz@gnu.org>
9704
9705 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
9706 a comma inside @var.
9707 (Command Files): Index markup changes from Dmitry Sivachenko
9708 <dima@Chg.RU>.
9709
9710 2000-04-16 Eli Zaretskii <eliz@gnu.org>
9711
9712 * Makefile.in (LN_S): Define.
9713 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
9714 invoke "ln -s" unless it is known to work.
9715
9716 * configure.in (AC_PROG_LN_S): Add.
9717
9718 2000-04-14 Jim Blandy <jimb@redhat.com>
9719
9720 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
9721 section.
9722 (Target Conditionals): Document ADDRESS_TO_POINTER,
9723 POINTER_TO_ADDRESS.
9724
9725 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
9726
9727 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
9728 gdb-cfg.texi to get the value.
9729
9730 2000-04-10 Jim Blandy <jimb@redhat.com>
9731
9732 * gdbint.texinfo (Target Architecture Definition): Fix
9733 cross-references.
9734
9735 2000-04-08 Jim Blandy <jimb@redhat.com>
9736
9737 * gdbint.texinfo (Using Different Register and Memory Data
9738 Representations): New section.
9739 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
9740 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
9741 REGISTER_CONVERT_TO_RAW): Document.
9742
9743 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
9744
9745 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
9746 for acknowledgments.
9747
9748 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
9749
9750 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
9751 qThreadExtraInfo.
9752
9753 2000-03-28 J.T. Conklin <jtc@redback.com>
9754
9755 * gdb.texinfo: Clarify which remote debug protocol commands are
9756 required and which are optional.
9757
9758 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
9759
9760 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
9761 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
9762 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
9763 * annotate.texi: Update.
9764
9765 2000-03-28 Stan Shebs <shebs@apple.com>
9766
9767 * gdb.texinfo: Update dates, bump to Eighth Edition (note
9768 expectation of additional changes before release), update
9769 ISBN, add copy of top-level menu for @ifhtml, remove explicit
9770 node links, rephrase and/or shorten lines to fix formatting
9771 problem in both regular and @smallbook formats.
9772 * annotate.texi: Shorten lines in example, use smallexample
9773 consistently everywhere.
9774 * Makefile.in: Add comment about texinfo 4.0 html generation.
9775 (SFILES_INCLUDED): Add annotate.texi.
9776
9777 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
9778
9779 * gdb.texinfo (Debugging Output): Added new section, documenting
9780 the "set/show debug" commands.
9781
9782 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
9783
9784 * annotate.texi (Annotations): When GDBN omit @chapter and @node
9785 entry.
9786
9787 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
9788 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
9789 @chapter and @node entries.
9790
9791 * gdb.texinfo: Link all top-level nodes.
9792
9793 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9794
9795 * Makefile.in (install-info): Create $(infodir) before installing
9796 files.
9797
9798 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
9799
9800 From David Whedon <dwhedon@gordian.com>
9801 * gdbint.texinfo : Added paragraphs about command deprecation.
9802
9803 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
9804
9805 * gdb.texinfo: Add documentation for the apropos command.
9806
9807 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9808
9809 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
9810
9811 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
9812
9813 * gdb.texinfo: Add white space to prevent overprinting in
9814 two places.
9815
9816 2000-03-17 Stan Shebs <shebs@apple.com>
9817
9818 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
9819 <dima@Chg.RU>, also clarification of allowed content for
9820 string constants.
9821
9822 2000-03-16 Eli Zaretskii <eliz@gnu.org>
9823
9824 * gdb.texinfo (main menu): Add Annotations.
9825 (File Options): Add @cindex entries for each command-line option.
9826 Document --epoch, --annotate, --async, --interpreter, --write,
9827 --statistics, and --version.
9828
9829 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
9830 of GDB.
9831
9832 2000-02-23 Jim Blandy <jimb@redhat.com>
9833
9834 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
9835
9836 2000-02-22 Jim Blandy <jimb@redhat.com>
9837
9838 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
9839
9840 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
9841
9842 * Makefile.in (diststuff): New target.
9843
9844 2000-02-15 Kevin Buettner <kevinb@redhat.com>
9845
9846 * agentexpr.texi: Fix wording regarding Intel's IA-64
9847 architecture. [From Jim Wilson.]
9848
9849 2000-01-16 Tom Tromey <tromey@cygnus.com>
9850
9851 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
9852 (Delete Breaks): Mention range arguments.
9853 (Disabling): Likewise.
9854
9855 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
9856
9857 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
9858
9859 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
9860
9861 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
9862 valid functions.
9863
9864 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
9865
9866 * gdb.texinfo: Clarify regular expressions used in rbreak.
9867
9868 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
9869
9870 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
9871 MEMORY_REMOVE_BREAKPOINT): Document.
9872
9873 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
9874
9875 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
9876 offset re-using the DATA offset instead.
9877
9878 1999-10-11 Jim Kingdon <kingdon@redhat.com>
9879
9880 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
9881
9882 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
9883
9884 From Dmitry Sivachenko <demon@gpad.ac.ru>:
9885 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
9886 typos.
9887
9888 * gdb.texinfo: Various minor wording and formatting improvements,
9889 mentions of additional command-line options.
9890
9891 1999-09-30 Fred Fish <fnf@cygnus.com>
9892
9893 * gdb.texinfo: Document additional forms of specifying section
9894 names and addresses for the add-symbol-file command.
9895
9896 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
9897
9898 * gdbint.texinfo: Fix typo, add the word "have".
9899
9900 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
9901
9902 * gdbint.texinfo (Target Architecture Definition): Document the
9903 SKIP_PERMANENT_BREAKPOINT macro.
9904
9905 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
9906
9907 * gdb.texinfo: Fiks speling errers.
9908
9909 * gdb.texinfo: Fix uses of @multitable.
9910
9911 From Eli Zaretskii <eliz@gnu.org>:
9912 * gdb.texinfo: Include details specific to DOS host, clarify
9913 some confusing language, fix @ref/@xref/@pxref usages, add
9914 comments about using with optimization, add more indexing,
9915 fix info about disassembly-flavor.
9916
9917 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
9918
9919 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
9920 SKIP_SOLIB_RESOLVER): Define.
9921
9922 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
9923
9924 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
9925 ``g'' packets.
9926
9927 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
9928
9929 * gdb.texinfo: Create a new "Configurations" chapter with
9930 platform-specific info, inline remote.texi and move sections of it
9931 into the new chapter, move bits about info proc, heuristic search,
9932 and register stack into the new chapter.
9933 * remote.texi: Remove, now part of gdb.texinfo.
9934 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
9935
9936 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
9937
9938 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
9939 GDB_TARGET_IS_MACH386): These kludges have gone away.
9940
9941 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
9942
9943 * gdbint.texinfo (Target Architecture Definition): Mention
9944 TDEPLIBS.
9945
9946 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
9947
9948 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
9949 surrounding text to fit HP-UX bits into general info.
9950 (HPPA-cfg.texi): Remove, no longer useful.
9951
9952 * gdb.texinfo: Remove explicit links from @node lines, remove
9953 HP-added "Detailed Node Listing" from main menu which confuses
9954 things.
9955
9956 From Dmitry Sivachenko <dima@Chg.RU>:
9957 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
9958 in description of `set environment'.
9959
9960 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
9961
9962 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
9963
9964 1999-08-12 Ben Elliston <bje@cygnus.com>
9965
9966 * gdbint.texinfo (Breakpoint Handling): Add missing words.
9967
9968 1999-08-10 Eli Zaretskii <eliz@gnu.org>
9969
9970 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
9971 watch, awatch, and rwatch. Explain why the latter two cannot be
9972 set as software watchpoints. Document that watchpoints for local
9973 variables are deleted when the debuggee terminates.
9974
9975 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
9976
9977 * remote.texi (Protocol): Further clarification of the "qRcmd"
9978 packet. Allow E.. response packet. "qRcmd" packet is no longer
9979 reserved.
9980
9981 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
9982
9983 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
9984 * gdb.texinfo: Ditto.
9985
9986 1999-08-06 Tom Tromey <tromey@cygnus.com>
9987
9988 * gdb.texinfo (KOD): New node.
9989
9990 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
9991
9992 * remote.texi (Rcmd): Fix minor formatting typos.
9993
9994 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
9995
9996 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
9997 packets.
9998
9999 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
10000
10001 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10002 fixes.
10003
10004 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
10005
10006 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10007
10008 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
10009
10010 * remote.texi (Communication Protocol): ``v'' is in use. Fix
10011 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
10012 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
10013 packets that are not supported on all hosts. Expand examples.
10014 Spell check.
10015
10016 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
10017
10018 * Makefile.in: Recognize html, install-html. Add targets
10019 to build HTML versions of documentation via texi2html.
10020
10021 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
10022
10023 * gdbint.texinfo (Testsuite): New chapter, information about the
10024 testsuite.
10025
10026 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
10027
10028 * remote.texi (Communication Protocol): Rewrite.
10029
10030 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
10031
10032 * stabs.texinfo: Fix uses of xref.
10033
10034 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
10035
10036 * gdbint.texinfo: Add an anti-printf exhortation, and update the
10037 info about patch submission.
10038
10039 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
10040
10041 From Per Bothner <bothner@cygnus.com>:
10042 * gdb.texinfo: Document Chill support.
10043
10044 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
10045
10046 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10047 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10048 Document that the value should be greater-than or equal-to zero.
10049 (NO_STD_REGS): Document. Deprecate.
10050
10051 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10052
10053 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10054 Document that these are not used.
10055
10056 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10057
10058 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10059
10060 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
10061
10062 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
10063 numargs was dropped.
10064
10065 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
10066
10067 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10068
10069 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
10070
10071 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10072 Update.
10073
10074 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10077 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10078
10079 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
10080
10081 * gdbint.texinfo: Fix typos: $ -> @.
10082
10083 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
10084
10085 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10086 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10087 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10088 BREAKPOINT_FROM_PC.
10089
10090 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
10091
10092 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10093 CALL_DUMMY_STACK_ADJUST): Document.
10094
10095 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
10096
10097 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10098 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10099
10100 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
10101
10102 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10103 longer exists.
10104
10105 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
10106
10107 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10108 nearly all @ifset/@ifclear conditionals; nobody uses them, and
10109 they make the manual source incomprehensible.
10110 * h8-cfg.texi: Remove, hasn't been used in years.
10111
10112 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
10113
10114 * gdb.texinfo: Update the credits.
10115
10116 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
10117
10118 * gdb.texinfo: Fix mistakes noticed in printout of last
10119 draft, add Alpha to discussion of heuristic fence post.
10120
10121 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
10122
10123 * gdb.texinfo, remote.texi: Many changes; update to Seventh
10124 Edition, merge some HP changes into mainline, describe some
10125 previously undocumented features, describe more of the target
10126 commands available, eliminate obsolete section on renamed
10127 commands.
10128 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10129
10130 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
10131
10132 * gdb.texinfo: Make many HPPA conditionals unconditional,
10133 including catchpoint description, since now on for all configs.
10134 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10135 specializations.
10136
10137 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
10138
10139 * Makefile.in (GDBvn.texi): Fix match expression to work with
10140 current format of VERSION in gdb/Makefile.in.
10141 * gdb.texinfo: Fix node ref to match new readline.
10142
10143 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
10144
10145 * gdb.texinfo: Changes made as part of a project to merge in
10146 changes made by HP. Documentation makes extensive use of
10147 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10148 on remote debugging. There are differences in documentation
10149 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10150 the HP manual discusses catchpoints, hardware watchpoints, and
10151 some HPUX specific limitations for shared library support.
10152
10153 There are also a number of @node changes.
10154
10155 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
10156
10157 * gdbint.texinfo (Formatting): Disambiguate a sentence.
10158 (C Usage): Same.
10159
10160 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
10161
10162 The following changes were made by Edith Epstein
10163 <eepstein@cygnus.com> as part of a project to merge in changes
10164 made by HP.
10165
10166 * HPPA-cfg.texi: new file.
10167
10168 * all-cfg.texi: set HPPA for HP PA-RISC targets.
10169
10170 * refcard.tex: change documentation about catch.
10171 removed info catch.
10172
10173 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
10174
10175 * gdbint.texinfo: Expand on GDB's coding standards,
10176 specify the use of arg names with prototypes.
10177
10178 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
10179
10180 * gdb.texinfo: Fix tipo.
10181
10182 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
10183
10184 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10185 TARGET_BYTE_ORDER_SELECTABLE_P.
10186
10187 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
10188
10189 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10190
10191 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
10192
10193 * agentexpr.texi: New file.
10194
10195 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
10196
10197 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10198
10199 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
10200
10201 * remote.texi: Changed wording that implied that the GDB remote
10202 protocol caches register values instead of GDB itself.
10203
10204 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
10205
10206 * gdbint.texinfo: Add some info about symbol readers.
10207 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10208 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10209 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10210 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10211
10212 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
10213
10214 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10215
10216 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
10217
10218 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10219
10220 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
10221
10222 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10223 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10224
10225 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
10226
10227 * gdbint.texinfo: Fix minor typos.
10228
10229 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
10230
10231 * gdbint.texinfo: Complete overhaul. Group descriptions more
10232 logically, add more info on generic algorithms, remove much
10233 obsolete and/or wrong material.
10234
10235 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
10236
10237 * stabs.texinfo (Method Type Descriptor): Expand and correct.
10238
10239 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
10240
10241 * refcard.tex: Copyright, address updates.
10242
10243 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
10244
10245 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10246 for the edition instead of confusing GDB-version-like numbers.
10247
10248 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
10249
10250 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10251
10252 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
10253
10254 * LRS: Reformat a bit to keep text under 80 columns.
10255
10256 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
10257
10258 * gdb.texinfo: Add some credits, mention bug monitor.
10259 * remote.texi: Mention mips monitor targets.
10260 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10261
10262 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
10263
10264 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10265 files, finish sorting of host vs target vs native macros, describe
10266 some more of them.
10267
10268 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
10269
10270 * gdbint.texinfo (Host Conditionals): Document change from
10271 using NO_MMALLOC to it's inverse, USE_MMALLOC.
10272
10273 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
10274
10275 * gdbint.texinfo (Host Conditionals): Document
10276 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10277
10278 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
10279
10280 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10281 Document LSEEK_NOT_LINEAR.
10282
10283 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * stabs.texinfo (Stab Section Basics): Make it clear that only
10286 some versions of the GNU linker remove the leading N_UNDF symbol.
10287
10288 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
10289
10290 * stabs.texinfo (String Field): Document type number pairs here,
10291 instead of in the Sun specific section.
10292 (Include Files): The GNU linker supports the N_BINCL
10293 optimization. Clarify the N_BINCL value, and what it is used
10294 for.
10295 (Procedures): Document N_FUN with an empty string to mark the end
10296 of a function.
10297 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10298 (Sun Differences): Remove this node, as the information is now
10299 elsewhere in the main document.
10300 (Stab Section Basics): Mention that the GNU linker may optimize
10301 stabs and remove the leading N_UNDF symbol.
10302
10303 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
10304
10305 * gdb.texinfo, refcard.tex: Restore author credit
10306
10307 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
10308
10309 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10310 documentation to account for START and END macros taking
10311 one arg.
10312
10313 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
10314
10315 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10316 * gdb.texinfo (Frames): Fix typo.
10317
10318 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
10319
10320 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10321 a target_signal as arg type, not a pid.
10322
10323 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
10324
10325 * gdb.texinfo: Document `set assembly-language'.
10326
10327 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
10328
10329 * remote.texi: Update list of stubs in the GDB distribution.
10330
10331 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
10332
10333 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10334 Also document that some systems can use mmalloc but must define
10335 this if their C runtime allocates memory that is later freed.
10336 (MMCHECK_FORCE): Document new macro.
10337
10338 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
10339
10340 * remote.texi: Add documentation for target Sparclet.
10341
10342 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10343
10344 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10345 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10346 * configure.in: Rewritten for autoconf.
10347 * configure: New.
10348
10349 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
10350
10351 * Makefile.in (DVIPS): New define, set to dvips.
10352 (dvi): Add stabs.dvi.
10353 (ps): New target.
10354 (all-doc): Depend on info, dvi, and ps targets.
10355 (STAGESTUFF): Add *.ps and *.dvi files.
10356 (clean-info, clean-dvi): Remove.
10357 (mostlyclean): Does not depend upon clean-info or clean-dvi,
10358 rules completely rewritten.
10359 (maintainer-clean): Remove clean-info and clean-dvi
10360 dependencies and put their actions in the rules.
10361 (gdb.ps): New target
10362 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10363 intermediate TeX files, whether they have 2 or 3 character
10364 extensions.
10365 (gdbint.ps): Add target and rules.
10366 (gdb-internals): Delete unused target.
10367 (Makefile): Depends upon config.status also.
10368
10369 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
10370
10371 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10372 set.
10373
10374 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
10375
10376 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10377 * gdb.texinfo (Expressions): Fix erroneous array constant example.
10378
10379 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
10380
10381 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10382
10383 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10384
10385 * gdb.texinfo (Print settings): Document
10386 `set/show print static-members' commands.
10387
10388 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
10389
10390 * gdbint.texinfo (Native): Document name change, coredep.c to
10391 core-aout.c.
10392
10393 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
10394
10395 * stabs.texinfo (Include Files): Document the values the SunOS4
10396 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10397
10398 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
10399
10400 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10401 Fix typo.
10402
10403 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
10404
10405 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10406 "gdb.tar.Z".
10407
10408 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
10409
10410 * Makefile.in (maintainer-clean): New target, synonym for
10411 realclean.
10412
10413 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
10414
10415 * Update all FSF addresses except those in COPYING* files.
10416
10417 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
10418
10419 From Richard Earnshaw (rearnsha@armltd.co.uk):
10420 * gdb.texinfo (convenience variables): Document $_exitcode.
10421 (quit): Document optional expression to use as exit code.
10422
10423 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
10424
10425 * gdb.texinfo, remote.texi: Brought up to date with various
10426 GDB changes.
10427
10428 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
10429
10430 * gdb.texinfo: Update dates and versions, fix comments about
10431 hardware watchpoints in future releases and about the
10432 sharedlibrary command.
10433
10434 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10435
10436 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
10437 C_FUN stab. Other cleanups.
10438
10439 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10440
10441 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10442 for the sparc stub.
10443
10444 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10445
10446 * annotate.texi: Clarify which addresses have differing formats
10447 depending on the language and which do not.
10448
10449 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10450
10451 * remote.texi (NetWare): Changed example to use BOARD= instead of
10452 NODE= argument to reflect correspoding change to gdbserve.nlm.
10453
10454 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10455
10456 * stabs.texinfo (Negative Type Numbers): Mention the fact that
10457 GDB, as well as AIX dbx, supports the size type attribute.
10458
10459 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10460
10461 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10462
10463 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
10464
10465 * gdb.texinfo (Define): Document $arg0... arguments to commands,
10466 and new 'if' and 'while' commands.
10467
10468 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
10469
10470 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
10471
10472 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10473
10474 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10475 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10476 NetWare targets. Mostly stolen from the Server node.
10477
10478 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10479
10480 * gdb.texinfo (Setting): Talk about the language of a source file
10481 versus the working language. The old documentation did not match
10482 what GDB did.
10483
10484 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10485
10486 * stabs.texinfo (Source Files): Document N_SO used to mark the end
10487 of a source file.
10488
10489 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10490
10491 * gdb.texinfo (Processes): New node.
10492
10493 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
10494
10495 * remote.texi: Update documentation of set/show mipsfpu.
10496
10497 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
10498
10499 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
10500 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
10501
10502 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
10503
10504 * gdbint.texinfo: Removed mentions of some incorrectly placed and
10505 obsolete conditionals, described some others.
10506
10507 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10508
10509 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
10510 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
10511
10512 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
10513
10514 * gdbint.texinfo: Put regex conditionals in their own table.
10515
10516 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
10517
10518 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
10519 described or fixed the descriptions of many others.
10520
10521 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
10522
10523 * gdb.texinfo: Add some more credits.
10524 * gdbint.texinfo: Capitalize GDB consistently, describe some
10525 macros and remove some.
10526
10527 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10528
10529 * gdbint.texinfo: Removed mentions of many incorrectly placed and
10530 obsolete conditionals, described some others.
10531
10532 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10533
10534 * gdb.texinfo (help targets): Changed to `help target', which
10535 is the correct gdb command.
10536
10537 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10538
10539 * annotate.texi (TODO): New node, for keeping track of annotations
10540 suggested but not yet implemented.
10541
10542 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10543
10544 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
10545 another symbol, it is not the address itself.
10546
10547 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
10548
10549 * stabs.texinfo (Stab Section Basics): Add comment about alignment
10550 of stabs-in-coff sections.
10551
10552 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10553
10554 * annotate.texi: Change edition to 0.5 and date to May 1994.
10555 Add index.
10556 (Frames): New node, for frame annotation.
10557 (Displays): New node, for display annotation.
10558
10559 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
10560 when waiting for your program to stop.
10561
10562 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10563
10564 * annotate.texi (Breakpoint Info): Document annotation of header
10565 fields and record annotation.
10566
10567 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10568
10569 * annotate.texi: New file, to document annotations.
10570
10571 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10572
10573 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
10574 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
10575
10576 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10577
10578 * stabs.texinfo (Stab Section Basics): Say what is in .stab
10579 section, and say n_strx field is compilation unit relative.
10580 * stabs.texinfo: Don't use @code for a.out when it is the name of
10581 an object file format.
10582
10583 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10584
10585 * gdb.texinfo: Refer to file names, not path names, per rms
10586 convention.
10587 (Arguments): Fix typo.
10588
10589 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10590
10591 * stabs.texinfo (Global Variables): Talk about stabs in files
10592 where variables are referenced, but not defined.
10593
10594 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10595
10596 * stabs.texinfo: Move stuff on @ and # type descriptors from node
10597 Cplusplus to new nodes Member Type Descriptor and Method Type
10598 Descriptor. Re-write stuff for #.
10599
10600 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10601
10602 * gdb.texinfo (Print Settings): Don't document "set print
10603 fast-symbolic-addr off". The bug which it worked around was fixed
10604 on 25 Feb 94 in coffread.c, so I'm nuking the command.
10605
10606 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
10607 N_ENTRY node.
10608
10609 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
10610
10611 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10612
10613 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
10614 references to ieee-float.c.
10615
10616 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10617
10618 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
10619 match what the code actually does.
10620
10621 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10622
10623 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
10624
10625 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10626
10627 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
10628 i, and b.
10629
10630 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
10631
10632 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
10633 well as for ELF and SOM. Unify the descriptions of ELF and SOM
10634 as "stabs in sections" rather than just saying "ELF and SOM".
10635 Also make that stuff apply to COFF.
10636
10637 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10638
10639 * gdb.texinfo (Formatting Documentation): Change GhostScript to
10640 Ghostscript.
10641
10642 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10643
10644 * gdb.texinfo (Continuing and Stepping): When talking about "step"
10645 versus functions without line numbers, also mention stepping into
10646 them as well as "step" when you are in them. Tell the user how to
10647 deal with the situation. Add comment about "debugging information".
10648
10649 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10650
10651 * stabs.texinfo (Enumerations): Document restriction on where
10652 enumeration types can appear and still win with GDB.
10653
10654 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10655
10656 * stabs.texinfo (Negative Type Numbers): Document format for type
10657 -16.
10658
10659 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10660
10661 * gdb.texinfo (Selection, Frame Info): Update information about
10662 arbitrary frame specficiations.
10663
10664 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
10665
10666 * gdb.texinfo, remote.texi: general editing pass prior to Net release
10667
10668 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10669
10670 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
10671
10672 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
10673
10674 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
10675
10676 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10677
10678 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
10679 Differences node to Statics node.
10680 (Statics): Discuss XCOFF use of V symbol descriptor.
10681
10682 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
10683 not clean.
10684
10685 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
10686
10687 * gdb.texinfo (Print Settings): Document `set print
10688 fast-symbolic-addr' and improve the doc for some other
10689 `set print's.
10690
10691 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10692
10693 * stabs.texinfo (String Field): Talk about defining several type
10694 numbers at once.
10695 Fix lint regarding changing node ELF Transformations to
10696 ELF and SOM Transformations.
10697
10698 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
10699
10700 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
10701
10702 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10703
10704 * stabs.texinfo (Cross-References): `::' is for nested types only
10705 within <>.
10706 (Structures): Document static members.
10707
10708 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10709
10710 * stabs.texinfo: Document S type attribute.
10711
10712 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10713
10714 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
10715
10716 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
10717
10718 * gdbint.texinfo: Fix a few typos.
10719
10720 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10721
10722 * gdb.texinfo, remote.texi: formatting improvements
10723
10724 * gdb.texinfo (New Features): mention threads.
10725 (Summary, C): fix xrefs in newly contributed text.
10726 (Threads): index entries, clarifications, example
10727 (passim): minor typos fixed, phrasing improvements
10728
10729 * remote.texi (Bootstrapping): rephrase text on ^C and add index
10730 entries; (Server): explain use of gdbserver w/real-time systems,
10731 add example of conflicting TCP port; (MIPS Remote) break up
10732 running text into table, highlighting commands, and add example.
10733
10734 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10735
10736 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
10737
10738 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10739
10740 * stabs.texinfo (Nested Symbols): New node.
10741 (String Field, Symbol Descriptors, Cross-References): Refer to it.
10742
10743 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10744
10745 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
10746 to picking which Bbss.bss symbol to use, and (because there seems to
10747 be no good way of doing it) re-write some of the text to make it
10748 sound like Bbss.bss isn't such a great idea after all (as currently
10749 designed).
10750
10751 * gdb.texinfo (C): In addition to saying people have to use g++ for
10752 good results, say they have to use stabs. Specifically say cfront
10753 doesn't work well.
10754 (Summary): Merge in information on Modula-2, Pascal, and Chill from
10755 the gdb README. Add xrefs to places where the support for the various
10756 languages is described in detail.
10757
10758 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10759
10760 * stabs.texinfo: Clean up stuff about visibility and virtual
10761 characters.
10762
10763 * stabs.texinfo (N_M2C): Cite Sun doc.
10764
10765 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10766
10767 * gdb.texinfo: updates re threads.
10768 * remote.texinfo: avoid index entries starting with digits.
10769
10770 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10771
10772 * stabs.texinfo (Enumerations): Talk about large, negative and
10773 octal values. Clean up cross reference to type attributes.
10774 (String Field): Say that GDB 4.11 supports size attribute.
10775
10776 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10777
10778 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
10779 is a mandatory step. Make the stuff about that more concise.
10780
10781 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10782
10783 * stabs.texinfo (Class Names): New node.
10784
10785 * gdb.texinfo (Command Files): Explain order of init file reading.
10786
10787 * remote.texi (Bootstrapping): Talk about getting the serial driver
10788 to deal with ^C sent by gdb to stop the remote system.
10789
10790 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
10791
10792 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
10793
10794 * libgdb.texinfo (Defining Commands): made the DOC arg
10795 to gdb_define_app_command a char * instead of char **
10796 per a suggestion from kingdon.
10797
10798 * libgdb.texinfo: total rewrite from a different starting
10799 premise.
10800
10801 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10802
10803 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
10804 floats passed as doubles (to improve clarity).
10805
10806 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10807
10808 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
10809
10810 * a4rc.sed: update to work with Andreas Vogel papersize params
10811
10812 * refcard.tex: use Andreas Vogel simplifications of papersize
10813 params; remove useless version info; update copyright date.
10814
10815 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10816
10817 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
10818
10819 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10820
10821 * gdb.texinfo (Files): Say what address the load command loads it at.
10822
10823 * stabs.texinfo (Common Blocks): Minor cleanups.
10824
10825 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
10826 that Sun has backed away from the linker kludge and thus the relevant
10827 issue is changes to the SunPRO tools, not the Solaris linker.
10828
10829 * stabs.texinfo (Traditional Integer Types): Clean up description
10830 of octal bounds a little bit. Document extra leading zeroes.
10831
10832 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10833
10834 * gdb.texinfo (Signaling): Update for symbolic symbol names
10835 and add a section explaining the difference between the GDB
10836 signal command and the shell kill utility.
10837
10838 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
10839
10840 * libgdb.texinfo: added `@' to braces that were unescaped.
10841
10842 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
10843
10844 * libgdb.texinfo: new file. Spec for the gdb library.
10845
10846 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10847
10848 * stabs.texinfo (Include Files): Fix typo (start -> end).
10849
10850 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10851
10852 * gdb.texinfo, remote.texi: assorted small improvements, mostly
10853 from Melissa at FSF's editing pass.
10854
10855 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10856
10857 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
10858 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
10859 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
10860
10861 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10862
10863 * remote.texi (Bootstrapping): Discuss 386 call gates.
10864
10865 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10866
10867 * stabs.texinfo (Based Variables): New node.
10868
10869 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10870
10871 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
10872 names, sizes, and formats to suggest how not to lose.
10873
10874 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10875
10876 * stabs.texinfo (Methods): Fix typo.
10877
10878 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10879
10880 * gdb.texinfo: Fix a few typos.
10881
10882 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10883
10884 * gdb.texinfo: Clarify how well it works with Fortran.
10885
10886 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
10887 More on relocating stabs in ELF files.
10888
10889 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10890
10891 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
10892
10893 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10894
10895 * stabs.texinfo (Local Variable Parameters): Talk about nameless
10896 parameters on VAX.
10897
10898 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10899
10900 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
10901
10902 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10903
10904 * stabs.texinfo: Make info author notice match the TeX author notice.
10905
10906 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
10907
10908 * stabs.texinfo: Initial-caps all words in node names and
10909 non-trivial words in section names.
10910
10911 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10912
10913 * stabs.texinfo: Many minor cleanups.
10914
10915 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
10916
10917 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
10918
10919 * stabs.texinfo: Remove full description of big example.
10920 It's not really helpful; just use pieces of it where appropriate.
10921 Add more Texinfo formatting directives (@samp, etc.).
10922 Use @deffn to define stab types.
10923 Eliminate some wordiness. Break up some nodes.
10924 Add an (alphabetized) index of symbol types.
10925 Use consistent capitalization style in node and section names.
10926
10927 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
10928
10929 * gdb.texinfo: Change typo "Two two" to "The two".
10930
10931 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10932
10933 * stabs.texinfo (XCOFF-differences): Remove references to
10934 non-existent types N_DECL and N_RPSYM.
10935
10936 * stabs.texinfo (String Field): Say that type attributes bug is
10937 fixed in GDB 4.10, since it is.
10938
10939 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
10940
10941 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
10942
10943 * stabs.texinfo: Formatting cleanups.
10944
10945 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10946
10947 * stabs.texinfo: When explaining the n_type of a stab, standardize
10948 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
10949 no tabs, use @r).
10950 (Global Variables): Clean up.
10951
10952 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10953
10954 * stabs.texinfo (Stack Variables): Re-write.
10955
10956 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10957
10958 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
10959 addresses of a source file. Also revise formatting.
10960 Change "object module" or "object file" to "source file".
10961 Various: Miscellaneous cleanups.
10962
10963 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10964
10965 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
10966
10967 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
10968
10969 * gdbint.texinfo: Removed many nonsensical machine-collected
10970 host and target conditionals, described some of the remainder.
10971
10972 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10973
10974 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
10975
10976 * gdbint.texinfo (Top): Add name to @top line, and re-write the
10977 paragraph which follows.
10978
10979 * gdbint.texinfo (Host): Use @code not @samp for Makefile
10980 variables. Looks better and avoids overful hbox.
10981
10982 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10983
10984 * stabs.texinfo (Procedures): Improve stuff on nested functions.
10985
10986 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
10987
10988 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
10989 retransmit-timeout
10990
10991 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10992
10993 * gdbint.texinfo: Update statement about `some ancient Unix
10994 systems, like Ultrix 4.0' to Ultrix 4.2.
10995
10996 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
10997
10998 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
10999
11000 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11001
11002 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
11003 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11004
11005 * remote.texi: new name for former gdbinv-s.texi
11006
11007 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11008
11009 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
11010
11011 * gdbinv-s.texi: Documented timeout and retransmit-timeout
11012 variables for MIPS remote debugging protocol.
11013
11014 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11015
11016 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11017
11018 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
11019
11020 * Makefile.in (refcard.dvi): Use srcdir where necessary.
11021
11022 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
11023
11024 * gdb.texinfo: repair conditional bugs in text markup
11025
11026 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11027
11028 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11029 to select Modula-2 material.
11030
11031 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11032
11033 * stabs.texinfo: Cleanups regarding statics.
11034
11035 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11036 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
11037
11038 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11039
11040 * stabs.texinfo: N_MAIN is sometimes used for C.
11041
11042 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11043
11044 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11045
11046 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
11047
11048 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11049 removed from the code by Kingdon.
11050
11051 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11052
11053 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11054 input when evaluating breakpoint conditions; the bug has been fixed.
11055
11056 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11057 sets the ignore count to N-1, not to N.
11058
11059 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11060
11061 * refcard.tex (\hoffset): correct longstanding error to match
11062 intended offset; avoids cutting off edge on some printers
11063
11064 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11065
11066 * stabs.texinfo (Parameters): Say that order of stabs is significant.
11067
11068 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11069
11070 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11071
11072 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11073
11074 * Makefile.in: (REFEDITS) new var to control whether PS or CM
11075 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11076 collect sed edits if any, apply to refcard before formatting;
11077 (refcard.ps) stop implying PS fonts if PS output requested;
11078 (lrefcard.ps) delete extra target for variant PS fonts
11079
11080 * refcard.tex: parametrize papersize dependent info, collect
11081 in easily replaced spot
11082
11083 * a4rc.sed: new file, edits to refcard for A4 paper
11084
11085 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11086
11087 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11088
11089 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11090
11091 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11092
11093 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11094
11095 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11096 politely rather than rudely.
11097
11098 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11099
11100 * stabs.texinfo: Document common blocks.
11101
11102 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
11103
11104 * stabs.texinfo: Add some basic info about stabs-in-elf.
11105
11106 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11107
11108 * stabs.texinfo (Top): Minor cleanup.
11109
11110 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11111
11112 * Makefile.in (install-info): remove parentdir support
11113
11114 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11115
11116 * gdb.texinfo (Copying): delete this node and references to it;
11117 RMS says this manual need not carry GPL. (passim): Improvements
11118 from last round at FSF, largely due to Ian Taylor review, and
11119 minor formatting improvements.
11120
11121 * gdbinv-s.texi (passim): Improvements from last round at FSF,
11122 largely due to Ian Taylor review. (Debug Session): minor edits to
11123 new text.
11124
11125 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
11126
11127 * Makefile.in (realclean): Remove info and dvi files too.
11128
11129 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
11130
11131 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11132 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
11133 * gdb.texinfo: Change accordingly.
11134
11135 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
11136 N_{L,R}BRAC,N_SLINE are relative to.
11137
11138 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
11139
11140 * Makefile.in (GDBvn.texi): Update atomically.
11141
11142 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
11143
11144 * gdbinv-s.texi (Debug Session): Document exceptionHook.
11145
11146 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
11147
11148 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11149 addresses together. Also motivate the set print symbol-filename
11150 command and suggest other solutions.
11151
11152 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
11153
11154 * gdb.texinfo (set print elements): Note that the number of
11155 elements is set to unlimited by "set print elements 0".
11156
11157 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
11158
11159 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11160 NF_LDOUBLE means.
11161 (Stab Types): Include Solaris stab types.
11162 (Procedures): Document Solaris extensions.
11163
11164 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11165
11166 * gdb.texinfo: Add `set print symbol-filename' doc.
11167
11168 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11169
11170 * stabs.texinfo (Arrays): Talk about type definition vs. type
11171 information.
11172
11173 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11174 the trailing semicolon.
11175
11176 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11177
11178 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11179 and merge in other parts of the document addressing these subjects.
11180 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11181
11182 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11183 at the end of a range type.
11184
11185 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11186 AIX extensions.
11187
11188 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11189
11190 * stabs.texinfo (Stabs Format): Misc fixes.
11191
11192 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11193
11194 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
11195 (Traditional builtin types): Document convex convention for long long.
11196 (Negative builtin types): Discuss type names, and misc fixes.
11197
11198 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11199
11200 * stabs.texinfo (Builtin Type Descriptors): Document the floating
11201 point types used with @samp{R} type descriptor.
11202 (Symbol Descriptors): Describe how to handle conflict between
11203 different meanings of @samp{P} symbol descriptor.
11204
11205 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11206
11207 * stabs.texinfo: Remove node Quick Reference and put its children
11208 directly under the main menu.
11209
11210 * stabs.texinfo: Many more changes to bring it into line with
11211 AIX documentation and reality. I think it now has all the
11212 information from the AIX documentation, except that I burned
11213 out when I got to variant records (Pascal and Modula-2) and
11214 all the COBOL types. Oh well, we can add them later when we're
11215 worrying more about those languages.
11216
11217 * stabs.texinfo (Automatic variables): Talk about what it means
11218 to omit the symbol descriptor.
11219
11220 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11221
11222 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11223 gcc2 behavior with promoted args.
11224
11225 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11226
11227 * gdb.texinfo: include readline appendices in info version of manual
11228
11229 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11230
11231 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11232 target remote.
11233
11234 * gdb.texinfo (Machine Code): more index entries for disassemble
11235
11236 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
11237
11238 * Clarify the intended use of the gdb-testers and gdb-patches
11239 mailing lists, and shrink gzip comment.
11240
11241 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11242
11243 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11244 DOSHOST configuration of manual.
11245
11246 * gdb.texinfo (MIPS Stack): new node.
11247
11248 * all-config.texi (MIPS) new switch.
11249
11250 * gdbinv-s.texi (Nindy Options) Remove two instances of future
11251 tense; (MIPS Remote) new node.
11252
11253 * gdb.texinfo (passim) rephrases to work around makeinfo @value
11254 bug; (Environment) less passive, other small cleanups in text about
11255 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11256 (Remote) new MIPS Remote menu entry.
11257
11258 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
11259
11260 * stabs.texinfo: Many changes to include information from the
11261 AIX documentation.
11262
11263 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11264
11265 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
11266
11267 * gdbint.texinfo (new node Debugging GDB, elsewhere):
11268 Move a bunch of information from ../README.
11269 (Getting Started): New node.
11270
11271 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11272
11273 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11274
11275 * gdb.texinfo: advance manual revision dates to present
11276
11277 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11278 stop using silly Roman numerals in @set variable names
11279
11280 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
11281
11282 * stabs.texinfo (Parameters): Keep trying to get this right.
11283
11284 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
11285
11286 * stabs.texinfo (Parameters): More on "local parameters".
11287
11288 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
11289
11290 * stabs.texinfo (Parameters): Re-do "local parameters" section.
11291
11292 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
11293
11294 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11295 (Parameters): Rewrite.
11296 (xcoff-differences, Sun-differences): Minor changes.
11297
11298 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
11299
11300 * stabs.texinfo: Minor cleanup.
11301
11302 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
11303
11304 * gdbint.texinfo: Minor xcoff stuff.
11305
11306 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
11307
11308 * gdbint.texinfo: Update for new config directory structure.
11309 Add info about internal type data structures.
11310
11311 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
11312
11313 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11314 $(srcdir).
11315 (gdb-config.texi): Depend on file in $(srcdir).
11316
11317 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
11318
11319 * stabs.texinfo: Fixes about N_SO.
11320
11321 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11322
11323 * gdb.texinfo: include list of nonstandard init file names
11324
11325 * *-config.texi: new switch GENERIC for text that applies *only*
11326 to (usual) multiple-target version of manual
11327
11328 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11329 h8 config
11330
11331 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11332 in menus (rather than conditionally selected multiple alternative
11333 menus).
11334
11335 * Makefile.in: define and use DOC_CONFIG var to select
11336 configuration for GDB user manual.
11337
11338 * gdb-config.texi: delete from repository, generate from Makefile.
11339
11340 * all-config.texi: normal `generic' configuration file, formerly
11341 stored as gdb-config.texi
11342
11343 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11344
11345 * Makefile.in: add dvi target to build all .dvi files
11346
11347 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11348
11349 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11350
11351 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
11352
11353 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11354 host conditionals.
11355 * stabs.texinfo: More array fixes inspired by Jim's.
11356
11357 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
11358
11359 * stabs.texinfo: Fixes re arrays and continuations.
11360
11361 * gdbint.texinfo: Add XCOFF node.
11362
11363 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
11364
11365 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
11366
11367 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11368
11369 * stabs.texinfo: Fix for array types to mention lower bounds.
11370
11371 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
11372
11373 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
11374
11375 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
11376
11377 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
11378
11379 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
11380
11381 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
11382 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11383
11384 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
11385
11386 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
11387
11388 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11389
11390 * gdb.texinfo, gdbinv-s.texi: misc updates
11391
11392 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
11393
11394 * gdbint.texinfo: Brief documentation for longjmp support,
11395 from an email msg by Stu.
11396
11397 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
11398
11399 * stabs.texinfo: Fix description of floating point "range"
11400 types (which really define basic types). Reported by Jim Meehan,
11401 <meehan@src.dec.com>.
11402
11403 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11404
11405 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
11406
11407 * gdbint.texinfo: Slightly expand section on supporting a new
11408 object file format.
11409
11410 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
11411
11412 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
11413 intermediate file.
11414
11415 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11416
11417 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11418
11419 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
11420
11421 * gdbinv-s.texi: z8000 simulator target name is just "sim"
11422
11423 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
11424 as well as Z8002.
11425
11426 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
11427
11428 * gdbint.texinfo: Add sections on clean design and on how to send
11429 in changes.
11430
11431 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
11432
11433 * gdbint.texinfo: Add how to declare the result of make_cleanup.
11434
11435 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
11436
11437 * gdb.texinfo: Fix typo, reported by Karl Berry.
11438
11439 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
11440
11441 * gdb.texinfo: Add opcodes dir to GDB distribution description.
11442
11443 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11444
11445 * gdbint.texinfo: fixed a stray email address (needs @@),
11446 added @table @code to node "Native Conditionals"
11447
11448 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
11449
11450 * gdbint.texinfo: Describe coding style of GDB.
11451
11452 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
11453
11454 * stabs.texinfo: Minor wording changes.
11455
11456 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
11457
11458 * gdbint.texinfo: Improve release doc slightly.
11459
11460 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
11461
11462 * gdbint.texinfo: Improve doc of GDB config macros.
11463
11464 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
11465
11466 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
11467 These will be reinserted when examined.
11468
11469 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
11470
11471 * gdbint.texinfo: Make a start at documenting all the #if macros
11472 in GDB. At least list them all, and start separating them into
11473 host-specific and target-specific.
11474
11475 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11476
11477 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11478 examples (not consistent w others).
11479 gdb.texinfo: issue disclaimer paragraph on cmdline options only
11480 for generic vn of doc
11481
11482 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
11483
11484 * Makefile.in: always create installation directories.
11485
11486 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11487
11488 * gdb.texinfo: in h8 config, do not describe searching commands.
11489
11490 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11491
11492 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
11493 conditionals; introduce a few generic switches that may be
11494 useful for other cross-dev or dos-hosted configs.
11495
11496 * gdb.texinfo: fix typo in "info reg" description
11497
11498 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
11499
11500 * stabs.texinfo: Minor updates from running TeX over it.
11501 * Makefile.in (stabs.dvi, stabs.ps): Add.
11502
11503 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
11504
11505 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
11506 First pass at converting it to texinfo.
11507
11508 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
11509
11510 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
11511 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
11512
11513 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
11514
11515 * gdbint.texinfo: Add section on partial symbol tables.
11516
11517 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
11518
11519 * gdb.texinfo: document `set remotedebug' and `set
11520 rstack_high_address'.
11521
11522 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
11523
11524 * gdb.texinfo: slight expansion of new text on reading info files
11525 * gdbinv-s.m4.in: correct and expand info on cross-debugging
11526 H8/300 from DOS.
11527
11528 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
11529
11530 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
11531
11532 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
11533
11534 * gdb.texinfo: Say how to read the `info' files.
11535
11536 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
11537
11538 * Makefile.in: gm4 -> m4.
11539
11540 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
11541
11542 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
11543 Documentation' ahead of `Installing GDB' to match README.
11544 Update shared library doc, -readnow and -mapped, and directory
11545 structure (add glob and mmalloc). Update configure doc.
11546
11547 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
11548
11549 * Makefile.in: remove $(srcdir) from gdb.info rule.
11550
11551 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
11552
11553 * Makefile.in: commented out gdb-all.texinfo rule. This is
11554 temporary.
11555
11556 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
11557
11558 * Makefile.in, configure.in: removed traces of namesubdir,
11559 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
11560 copyrights to '92, '13, changed some from Cygnus to FSF.
11561
11562 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
11563
11564 * gdb.texinfo: Improve how we ask for bug reports.
11565
11566 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11567
11568 * Makefile.in: infodir belongs in datadir.
11569
11570 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11571
11572 * Makefile.in: remove spaces following hyphens, bsd make can't
11573 cope. install using INSTALL_DATA. added clean-info. added
11574 standards.text support.
11575
11576 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
11577
11578 * Makefile.in: idestdir and ddestdir go away. Added copyrights
11579 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
11580 and mandir now keyed off datadir by default.
11581
11582 \f
11583 Local Variables:
11584 mode: change-log
11585 left-margin: 8
11586 fill-column: 74
11587 version-control: never
11588 End:
This page took 0.329563 seconds and 4 git commands to generate.